lean4-htt/old_tests/tests/lean/pp.lean
2018-04-10 12:56:55 -07:00

7 lines
396 B
Text

prelude set_option pp.beta false #check λ {A : Type} (B : Type) (a : A) (b : B), a
#check λ {A : Type} {B : Type} (a : A) (b : B), a
#check λ (A : Type) {B : Type} (a : A) (b : B), a
#check λ (A : Type) (B : Type) (a : A) (b : B), a
#check λ [A : Type] (B : Type) (a : A) (b : B), a
#check λ {{A : Type}} {B : Type} (a : A) (b : B), a
#check λ {{A : Type}} {{B : Type}} (a : A) (b : B), a