Skip to content

Instantly share code, notes, and snippets.

@bolerap
Created November 17, 2016 13:02
Show Gist options
  • Save bolerap/2dde8d7b95af5e0ee8bef304ecb7aacd to your computer and use it in GitHub Desktop.
Save bolerap/2dde8d7b95af5e0ee8bef304ecb7aacd to your computer and use it in GitHub Desktop.
-- define function type signature
inc :: Inc -> Inc
-- define function equation
inc x = x + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment