SepEndBy1
jaskell.parsec.SepEndBy1
SepEndBy1 p sep parses one or more occurrences of p, separated and optionally ended by sep. Returns a list of values returned by p.
Attributes
- Version:
1.0.0
- Graph
- Supertypes
SepEndBy1 p sep parses one or more occurrences of p, separated and optionally ended by sep. Returns a list of values returned by p.
1.0.0