spice-0.1.0.2: An FRP-based game engine written in Haskell.

Safe HaskellSafe-Inferred
LanguageHaskell2010

FRP.Spice.Engine.Driver

Description

This module need not be used directly. Refer to Engine instead.

Synopsis

Documentation

driveNetwork :: (a -> IO (IO ())) -> IO (Maybe a) -> IO () Source

Driving a network created with the makeNetwork function and a function such as runInput.