1. 7
  1.  

  2. 1

    You should also check out optparse-generic which uses GHC.Generics to generate optparse-applicative-compatible Parsers for data types that derive Generic.

    1. 1

      When I played a little with Haskell, this was one of my favourites.