indentation-0.1.0.0: Indentation sensitive parsing combinators for Parsec

Safe HaskellSafe-Inferred

Text.Parsec.Indentation.Char

Documentation

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

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