Hacker News new | ask | show | jobs
by mark38848 279 days ago
Just use optparse-applicative in PureScript. Applicatives are great for this and the library gives it to you for free.
1 comments

> Just use optparse-applicative in PureScript.

Or in Haskell!