Instant is
off
|
Search plugin
|
Manual
|
haskell.org
<||>
+parsec
Packages
parsec
(
<||>
)
:: Stream s Identity tok => StreamPermParser s st (a -> b) -> Parsec s st a -> StreamPermParser s st b
parsec
Text.Parsec.Perm
,
parsec
Text.ParserCombinators.Parsec.Perm
The expression perm <||> p adds parser p to the permutation parser perm. The parser p is not allowed to accept empty input - use the optional combinator (
<|?>
) instead. Returns a new permutation parser that includes p.
©
Neil Mitchell
2004-2012, version 4.2.11