| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Language.Ltml.Parser
Documentation
class MonadParser m => ParserWrapper (m :: Type -> Type) where Source #
Methods
wrapParser :: Parser a -> m a Source #
Instances
| ParserWrapper Parser Source # | |
Defined in Language.Ltml.Parser Methods wrapParser :: Parser a -> Parser a Source # | |
| ParserWrapper ParagraphParser Source # | |
Defined in Language.Ltml.Parser.Text Methods wrapParser :: Parser a -> ParagraphParser a Source # | |