DysFRP-0.1: Control/DysFRP.hs
module Control.DysFRP (
Event, Behavior, BehaviorGen,
runBehavior, mkE,
liftBG, bindBG,
utcTimeB, elapsedTimeB, elapsedTimeNumB,
dswitchB, switchB, constB, stepB, accumB, ifB,
genIntegralB, trapIntegralB,
nullE, appendE, concatE, snapshotE, snapshotWithE, filterE, whenE, filterWhenE, whenCondE, constE,
feedbackB, genToE, joinE,
condChangeE, changeE
) where
import Control.DysFRP.Internal