lean4-htt/tests/lean/pp.lean
2017-01-30 11:54:00 -08:00

7 lines
389 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