lean2/tests/lean/param_binder_update2.lean.expected.out

5 lines
124 B
Text
Raw Normal View History

foo1 : Π {A} {B}, A → B → A
foo2 : Π {A} B, A → B → A
foo3 : Π A {B}, A → B → A
foo4 : Π A B, A → B → A