lean4-htt/tests/lean/pp.lean
2017-03-09 18:41:19 -08: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