Skip to content

Instantly share code, notes, and snippets.

@siddhartha-gadgil
Created March 27, 2014 08:58
Show Gist options
  • Save siddhartha-gadgil/9803292 to your computer and use it in GitHub Desktop.
Save siddhartha-gadgil/9803292 to your computer and use it in GitHub Desktop.
data Σ(A : Set) (B : A → Set) : Set where
ι : (a : A) → B a → Σ A B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment