Skip to content

Instantly share code, notes, and snippets.

@osnr
Last active August 29, 2015 13:57
Show Gist options
  • Save osnr/9634524 to your computer and use it in GitHub Desktop.
Save osnr/9634524 to your computer and use it in GitHub Desktop.
module Bot where
import Birdhouse as BH
port updates : Signal { status : String } -- Signal (BH.StatusUpdate {})
port updates = BH.update . show <~ count (every (10 * second))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment