Created
January 29, 2016 08:50
-
-
Save prozacchiwawa/d1f710afd65145e62561 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- pulp dep install --save purescript-signal | |
import Prelude | |
import Signal as S | |
import Signal.Channel as C | |
let c = C.channel 0 | |
let s = C.subscribe c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment