lean4-htt/tests/lean/protected_consts.lean.expected.out
2017-03-09 18:41:19 -08:00

24 lines
567 B
Text

foo.A : Prop
protected_consts.lean:14:7: error: unknown identifier 'A'
foo.a : foo.A
protected_consts.lean:16:7: error: unknown identifier 'a'
foo.A₁ : Prop
foo.A₂ : Prop
protected_consts.lean:19:7: error: unknown identifier 'A₁'
protected_consts.lean:20:7: error: unknown identifier 'A₂'
foo.a₁ : foo.A
foo.a₂ : foo.A
protected_consts.lean:23:7: error: unknown identifier 'a₁'
protected_consts.lean:24:7: error: unknown identifier 'a₂'
B : Prop
B : Prop
b : B
b : B
b₁ : B
b₂ : B
b₁ : B
b₂ : B
B₁ : Prop
B₂ : Prop
B₁ : Prop
B₂ : Prop