Module
Bookhound.ParserCombinators
- Package
- purescript-bookhound
- Repository
- albertprz/purescript-bookhound
#applyTuple Source
applyTuple :: forall f a b. Apply f => f a -> f b -> f (a /\ b)
#(<?>) Source
Operator alias for Bookhound.ParserCombinators.withErrorFlipped (left-associative / precedence 6)
#(<#>) Source
Operator alias for Bookhound.ParserCombinators.timesFlipped (left-associative / precedence 6)
#(<:>) Source
Operator alias for Bookhound.ParserCombinators.applyCons (left-associative / precedence 6)
#(</\>) Source
Operator alias for Bookhound.ParserCombinators.applyTuple (left-associative / precedence 6)
#(->>-) Source
Operator alias for Bookhound.ParserCombinators.parseAppend (left-associative / precedence 6)
#(|++) Source
Operator alias for Bookhound.ParserCombinators.multiple (non-associative / precedence 0)
#(||*) Source
Operator alias for Bookhound.ParserCombinators.manyChar (non-associative / precedence 0)