| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Text.Parsec.Free.Log
Documentation
type LogParsecT s u m a = MonadReader LogType m => ParsecT s u m a Source #
Constructors
| ParseAttempt (ParsecF s u m a) | |
| ParseFailed | |
| Show a => ParseSuccess a | |
| ParseSuccessful | |
| Indent | |
| Dedent |
attempt :: MonadIO m => ParsecF s u' m b -> LogParsecT s u m a -> LogParsecT s u m a Source #
indented :: MonadIO m => LogParsecT s u m a -> LogParsecT s u m a Source #