indentation-0.1.0.0: Indentation sensitive parsing combinators for Parsec

Safe HaskellSafe-Inferred

Text.Parsec.Indentation

Documentation

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

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