Skip to content

Instantly share code, notes, and snippets.

@raichoo
Created March 12, 2014 17:11
Show Gist options
  • Save raichoo/9511582 to your computer and use it in GitHub Desktop.
Save raichoo/9511582 to your computer and use it in GitHub Desktop.
LEM
lem : (a : Type) -> Not (Not (Either a (Not a)))
lem a f = f (Right $ \x => f (Left x))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment