Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
mkCharIndentStream :: s -> CharIndentStream s Source #
data CharIndentStream s Source #
Show s => Show (CharIndentStream s) Source # | |
Stream s m Char => Stream (CharIndentStream s) m (Char, Indentation) Source # | |
updateColumn :: Integral a => a -> Char -> a Source #
charIndentStreamParser :: Monad m => ParsecT s u m t -> ParsecT (CharIndentStream s) u m (t, Indentation) Source #