| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Options.Harg.Cmdline
Synopsis
- mkOptparseParser :: forall f a. (Applicative f, TraversableB a, ApplicativeB a) => [a (Compose Maybe f)] -> a (Compose Opt f) -> Parser (a f)
Documentation
Arguments
| :: forall f a. (Applicative f, TraversableB a, ApplicativeB a) | |
| => [a (Compose Maybe f)] | Source results |
| -> a (Compose Opt f) | Target configuration options |
| -> Parser (a f) |