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

4 lines
220 B
Text

foo1 : Π {A : Type u_1} {B : Type u_2}, A → B → A
foo2 : Π {A : Type u_1} (B : Type u_2), A → B → A
foo3 : Π (A : Type u_1) {B : Type u_2}, A → B → A
foo4 : Π (A : Type u_1) (B : Type u_2), A → B → A