indentation-parsec-0.0.0.2: Indentation sensitive parsing combinators for Parsec

Safe HaskellSafe
LanguageHaskell2010

Text.Parsec.Indentation

Documentation

data IndentStream s Source #

Instances
Show s => Show (IndentStream s) Source # 
Instance details

Defined in Text.Parsec.Indentation

(Monad m, Stream s m (t, Indentation)) => Stream (IndentStream s) m (IndentationToken t) Source # 
Instance details

Defined in Text.Parsec.Indentation

streamToList :: (Monad m, Stream s m t) => s -> m [t] Source #

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