Skip to content

Instantly share code, notes, and snippets.

@siddhartha-gadgil
Created March 25, 2014 03:44
Show Gist options
  • Save siddhartha-gadgil/9754881 to your computer and use it in GitHub Desktop.
Save siddhartha-gadgil/9754881 to your computer and use it in GitHub Desktop.
moduspoens : {P : Set} → {Q : Set} → P → (P → Q) → Q
moduspoens p imp = imp p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment