Module

Text.Parsing.Util

Package
purescript-simple-parser
Repository
Thimoteus/purescript-simple-parser

#fromChars Source

fromChars :: forall f. Foldable f => f Char -> String

#liftF Source

liftF :: forall b a f. Applicative f => (a -> b) -> a -> f b

#lift Source

lift :: forall a g f. Applicative f => Applicative g => a -> f (g a)

#throwStateList Source

throwStateList :: forall a e s. e -> State s (Except (List e) a)

#throwState Source

throwState :: forall a e s. e -> State s (Except e a)