midair-0.1.0.1: Hot-swappable FRP

Safe HaskellSafe
LanguageHaskell2010

Midair.Handy

Synopsis

Documentation

data Fx a where Source

Representation of side-effecting actions. Usually the final result of the FRP graph

Constructors

Fx_Void :: IO () -> Fx a 
Fx_Return :: IO a -> Fx a 

runFx :: Fx a -> IO (Maybe a) Source

printFlow :: Show a => SFlow a (Fx b) Source

Handy for developing