reactive-banana-0.4.3.1: Small but solid library for functional reactive programming (FRP).
Reactive.Banana.Tests
matchesModel :: (Typeable a, Show b, Eq b) => (forall f. FRP f => Event f a -> Event f b) -> [a] -> IO BoolSource
type Dummy = IntSource
decrease :: FRP f => Event f Dummy -> Event f IntSource
accumBvsE :: FRP f => Event f Dummy -> Event f IntSource