Skip to content

Commit

Permalink
elaborate about the use of alternative instance of parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
danse committed Mar 20, 2018
1 parent 72ae4b6 commit 00e367b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -301,7 +301,8 @@ Having `Applicative` and `Alternative` instances, optparse-applicative
parsers are also able to be composed with standard combinators. For
example: `optional :: Alternative f => f a -> f (Maybe a)` will
mean the user is not required to provide input for the affected
`Parser`.
`Parser`, or `many strOption` can be used to create a parser that accepts
repeated string options turning them into a list of strings.

### Running parsers

Expand Down

0 comments on commit 00e367b

Please sign in to comment.