| Copyright | (c) 2011-2014 Ian-Woo Kim |
|---|---|
| License | BSD3 |
| Maintainer | Ian-Woo Kim <ianwookim@gmail.com> |
| Stability | experimental |
| Portability | GHC |
| Safe Haskell | None |
| Language | Haskell98 |
Hoodle.Type.Coroutine
Description
Documentation
type MainCoroutine = MainObjB Source #
maybeError :: String -> Maybe a -> MainCoroutine a Source #
doIOaction :: ((AllEvent -> IO ()) -> IO AllEvent) -> MainCoroutine () Source #