reactive-0.9.9: Simple foundation for functional reactive programming
Source code
Contents
Index
FRP.Reactive.Internal.TVal
Stability
experimental
Maintainer
conal@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) a
Source
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