reactive-banana 0.2.0.1 → 0.2.0.2
raw patch · 2 files changed
+2/−1 lines, 2 files
Files
reactive-banana.cabal view
@@ -1,5 +1,5 @@ Name: reactive-banana-Version: 0.2.0.1+Version: 0.2.0.2 Synopsis: Small but solid library for functional reactive programming (FRP). Description:
src/Reactive/Banana/PushIO.hs view
@@ -306,6 +306,7 @@ goE (Input channel) k = (channel, maybe (error "wrong channel") k . fromUniverse channel) + goB :: Behavior Linear a -> Run a goB = compileBehavior -- compilation function