peakachu-0.2: Experiemental library for composable interactive programsSource codeContentsIndex
FRP.Peakachu.Backend
Documentation
newtype Backend progToBack backToProg Source
Constructors
Backend
runBackend :: (backToProg -> IO ()) -> IO (Sink progToBack)
show/hide Instances
data Sink a Source
Constructors
Sink
sinkConsume :: a -> IO ()
sinkInit :: IO ()
sinkMainLoop :: Maybe (IO ())
sinkQuitLoop :: IO ()
show/hide Instances
Produced by Haddock version 2.4.2