indentation-parsec-0.0: Indentation sensitive parsing combinators for Parsec

Safe HaskellSafe
LanguageHaskell2010

Text.Parsec.Indentation.Char

Documentation

updateColumn :: Integral a => a -> Char -> a Source #

charIndentStreamParser :: Monad m => ParsecT s u m t -> ParsecT (CharIndentStream s) u m (t, Indentation) Source #

consumed :: Monad m => (a -> m b) -> (a -> m b) -> Consumed (m a) -> m b Source #