spice-0.4.0.0: src/FRP/Spice/Graphics/Scene.hs
{-|
This module provides an API to compose @'Scene'@s through do-notation.
-}
module FRP.Spice.Graphics.Scene where
----------
-- Code --
{-|
A type synonym for a single IO () call to suggest that users should be
*rendering* in render calls, and not performing other IO.
-}
type Scene = IO ()