optparse_applicative.common
Type members
Classlikes
Value members
Inherited methods
- Inherited from
- Common
The default value of a Parser. This function returns an error if any of the options don't have a default value
The default value of a Parser. This function returns an error if any of the options don't have a default value
- Inherited from
- Common
Create a parser composed of a single operation.
Create a parser composed of a single operation.
- Inherited from
- Common
Map a polymorphic function over all the options of a parser, and collect the results in a list.
Map a polymorphic function over all the options of a parser, and collect the results in a list.
- Inherited from
- Common
- Inherited from
- Common
Apply a Parser to a command line, and return a result and leftover arguments. This function returns an error if any parsing error occurs, or if any options are missing and don't have a default value.
Apply a Parser to a command line, and return a result and leftover arguments. This function returns an error if any parsing error occurs, or if any options are missing and don't have a default value.
- Inherited from
- Common
- Inherited from
- Common
- Inherited from
- Common
- Inherited from
- Common
- Inherited from
- Common
- Inherited from
- Common
Like mapParser, but collect the results in a tree structure.
Like mapParser, but collect the results in a tree structure.
- Inherited from
- Common