| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Text.Parsec.Indentation.Char
Documentation
mkCharIndentStream :: s -> CharIndentStream s Source
data CharIndentStream s Source
Constructors
| CharIndentStream | |
Fields | |
Instances
| 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