Created
November 17, 2016 13:02
-
-
Save bolerap/2dde8d7b95af5e0ee8bef304ecb7aacd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
-- 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