Freckle


Feed<'e>

Namespace: Freckle

The Feed represents an continoues (possibly extremely large) number of events, for this reason the type is Lazy. The Feed type is identical to the Event type in traditional FRP. However it has been renamed in order to be more intuitive, as it should not be thought of as a single event but rather a continoues stream of events.

Union Cases

Union CaseDescription
Feed(LazyList<Time * 'e>)
Signature: LazyList<Time * 'e>
Fork me on GitHub