Copyright | (c) 2012 Ian-Woo Kim |
---|---|
License | BSD3 |
Maintainer | Ian-Woo Kim <ianwookim@gmail.com> |
Stability | experimental |
Portability | GHC |
Safe Haskell | Safe |
Language | Haskell98 |
coroutine that can be interpreted as an object
- data ActionOrder e = ActionOrder ((e -> IO ()) -> IO e)
- type EvOrAct e = Either (ActionOrder e) e
Documentation
type EvOrAct e = Either (ActionOrder e) e Source
event or action