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

20 lines
1.2 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

id : Π {α : Sort u_1}, αα
id₂ : Π {A : Type u_1}, A → A
foo1 : A → B → A
foo2 : A → B → A
foo3 : A → B → A
foo4 : A → B → A
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
boo1 : Π {A : Type u_3} {B : Type u_4}, A → B → A
boo2 : Π {A : Type u_3} (B : Type u_4), A → B → A
boo3 : Π (A : Type u_3) {B : Type u_4}, A → B → A
boo4 : Π (A : Type u_3) (B : Type u_4), A → B → A
param_binder_update.lean:70:12: error: invalid parameter binder type update, 'A' is a variable
param_binder_update.lean:71:11: error: invalid variable binder type update, 'C' is not a variable
param_binder_update.lean:72:12: error: invalid variable binder type update, 'C' is not a variable
param_binder_update.lean:73:12: error: invalid variable binder type update, 'C' is not a variable
param_binder_update.lean:77:12: error: invalid parameter binder type update, 'id3' is not a parameter
param_binder_update.lean:81:12: error: invalid variable binder type update, 'C' is not a variable