indentation-0.2.1: Indentation sensitive parsing combinators for Parsec and Trifecta

Safe HaskellSafe-Inferred

Text.Parsec.Indentation.Char

Documentation

updateColumn :: Integral a => a -> Char -> aSource

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 bSource