Instant is
off
|
Search plugin
|
Manual
|
haskell.org
many1
+base
Packages
base
many1
:: ReadP a -> ReadP [a]
base
Text.ParserCombinators.ReadP
Parses one or more occurrences of the given parser.
skip
Many1
:: ReadP a -> ReadP ()
base
Text.ParserCombinators.ReadP
Like
many1
, but discards the result.
©
Neil Mitchell
2004-2012, version 4.2.11