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

Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Parsec.Indentation.Char

Documentation

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

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