Skip to content

Commit

Permalink
Final fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tilk committed Feb 29, 2012
1 parent b8a3685 commit c3f5086
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DysFRP/Control/DysFRP.hs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module Control.DysFRP (
runBehavior, mkE, runBehavior, mkE,
liftBG, bindBG, liftBG, bindBG,
utcTimeB, elapsedTimeB, elapsedTimeNumB, utcTimeB, elapsedTimeB, elapsedTimeNumB,
dswitchB, switchB, constB, accumB, ifB, dswitchB, switchB, constB, stepB, accumB, ifB,
genIntegralB, trapIntegralB, genIntegralB, trapIntegralB,
nullE, appendE, concatE, snapshotE, snapshotWithE, filterE, whenE, whenCondE, constE, nullE, appendE, concatE, snapshotE, snapshotWithE, filterE, whenE, filterWhenE, whenCondE, constE,
feedbackB, genToE, joinE, feedbackB, genToE, joinE,
condChangeE, changeE condChangeE, changeE
) where ) where
Expand Down
4 changes: 2 additions & 2 deletions DysFRP/Control/DysFRP/Internal.hs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ module Control.DysFRP.Internal (
runBehavior, mkE, runBehavior, mkE,
liftBG, bindBG, liftBG, bindBG,
utcTimeB, elapsedTimeB, elapsedTimeNumB, utcTimeB, elapsedTimeB, elapsedTimeNumB,
dswitchB, switchB, constB, accumB, ifB, dswitchB, switchB, constB, stepB, accumB, ifB,
genIntegralB, trapIntegralB, genIntegralB, trapIntegralB,
nullE, appendE, concatE, snapshotE, snapshotWithE, filterE, whenE, whenCondE, constE, nullE, appendE, concatE, snapshotE, snapshotWithE, filterE, whenE, filterWhenE, whenCondE, constE,
feedbackB, genToE, joinE, feedbackB, genToE, joinE,
condChangeE, changeE, condChangeE, changeE,


Expand Down

0 comments on commit c3f5086

Please sign in to comment.