chatty-0.5.5.1: Some monad transformers and typeclasses to simplify I/O on a transformer stack.

Safe HaskellSafe-Inferred

Text.Chatty.Parser.Nondeterministic

Documentation

data ForkerT m a Source

Constructors

Result (m a) (Char -> ForkerT m a) 
Failed