Gamgine-0.4.1: Some kind of game library or set of utilities.

Safe HaskellSafe-Inferred
LanguageHaskell98

Gamgine.Coroutine

Documentation

newtype Coroutine i o Source

Constructors

Coroutine 

Fields

runCoroutine :: i -> (o, Coroutine i o)
 

newtype CoroutineM m i o Source

Constructors

CoroutineM 

Fields

runCoroutineM :: i -> m (o, CoroutineM m i o)