Advertisement
tinyevil

Untitled

Feb 25th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. Inductive pi : Type :=
  2. | forall_pi : Type -> (Type->Type) -> pi.
  3.  
  4. Notation "forall id : A, B" := forall_pi A (fun id => B).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement