more-extensible-effects-0.1.0.1: Initial project template from stack

Safe HaskellNone
LanguageHaskell2010

Control.Monad.Eff.Examples.Teletype

Documentation

data Teletype x where Source #

runTeletype :: [String] -> Eff (Teletype ': r) a -> Eff r [String] Source #

runIOTeletype :: forall r a. MemberU2 Lift (Lift IO) r => Eff (Teletype ': r) a -> Eff r a Source #