Skip to content

Instantly share code, notes, and snippets.

@siddhartha-gadgil
Created March 25, 2014 03:55
Show Gist options
  • Save siddhartha-gadgil/9755000 to your computer and use it in GitHub Desktop.
Save siddhartha-gadgil/9755000 to your computer and use it in GitHub Desktop.
data Even : ℕ → Set where
zeroeven : Even zero
+2even : {n : ℕ} → Even n → Even (succ (succ n))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment