Skip to content

Instantly share code, notes, and snippets.

@techtangents
Created March 9, 2013 13:06
Show Gist options
  • Save techtangents/5124105 to your computer and use it in GitHub Desktop.
Save techtangents/5124105 to your computer and use it in GitHub Desktop.
A signal that counts in whole numbers
const x _ = x
counter = counter' 0
counter' n =
foldp' (\_ s -> s + 1) (const n)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment