lean4-htt/tests/lean/t14.lean.expected.out
Sebastian Ullrich c4edad0372 feat(frontends/lean, library): remove attribute and metaclass scoping
All data is now part of either a global, permanent scope or a local,
temporary one
2016-07-29 23:44:21 -04:00

11 lines
265 B
Text

b : A
y : A
t14.lean:12:8: error: unknown identifier 'c'
a : foo.A
x : foo.A
t14.lean:19:8: error: unknown identifier 'c'
t14.lean:23:26: error: invalid 'open/export' command option, mixing explicit and implicit 'open/export' options
a : A
c : A
A : Type
a * c : A