Module
Text.Parsing.Util
- Package
- purescript-simple-parser
- Repository
- Thimoteus/purescript-simple-parser
#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)
#throwState Source
throwState :: forall a e s. e -> State s (Except e a)
- Modules
- Text.
Parsing. Simple - Text.
Parsing. Util