Skip to content

Instantly share code, notes, and snippets.

@siddhartha-gadgil
Created March 17, 2014 04:21
Show Gist options
  • Save siddhartha-gadgil/9593943 to your computer and use it in GitHub Desktop.
Save siddhartha-gadgil/9593943 to your computer and use it in GitHub Desktop.
not : Bool -> Bool
not true = false
not false = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment