Skip to content

Instantly share code, notes, and snippets.

@prozacchiwawa
Created January 29, 2016 08:50
Show Gist options
  • Save prozacchiwawa/d1f710afd65145e62561 to your computer and use it in GitHub Desktop.
Save prozacchiwawa/d1f710afd65145e62561 to your computer and use it in GitHub Desktop.
-- 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