reactive-0.9.10: Simple foundation for functional reactive programmingSource codeContentsIndex
FRP.Reactive.Internal.TVal
Stabilityexperimental
Maintainerconal@conal.net
Description
Timed values. A primitive interface for futures.
Synopsis
makeEvent :: Clock TimeT -> MkFed (Event a) a
type Fed a b = (a, Sink b)
type MkFed a b = IO (Fed a b)
Documentation
makeEvent :: Clock TimeT -> MkFed (Event a) aSource
Make a new event and a sink that writes to it. Uses the given clock to serialize and time-stamp.
type Fed a b = (a, Sink b)Source
An a that's fed by a b
type MkFed a b = IO (Fed a b)Source
Make a Fed.
Produced by Haddock version 2.4.2