Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
module LiveCoding.Gloss.PictureM
module LiveCoding.Gloss.Debugger
module Graphics.Gloss
playCellForeground :: GlossCell -> IO () Source #
initialWorld :: a1 -> (a1, [a2], Picture) Source #
handleEvent :: a1 -> (a2, [a1], c) -> IO (a2, [a1], c) Source #
playStep :: Monoid c1 => p -> (Cell (WriterT c1 IO) a1 (), a1, c2) -> IO (Cell (WriterT c1 IO) a1 (), [a2], c1) Source #