Many
jaskell.parsec.Many
Many try to parse the parse more times, and collect all results into a Seq. Many could success 0 to any times.
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Many try to parse the parse more times, and collect all results into a Seq. Many could success 0 to any times.