Hacker News new | ask | show | jobs
by kdsgfn 3407 days ago
What you're describing can easily be done by making a module that re-exports four functions from another module and implements the fifth itself (in haskell, anyway).
1 comments

Yes, like I said, OOP does this a lot more elegantly.