lean2/tests/lean/t14.lean.expected.out
Leonardo de Moura f9a90b9920 feat(frontends/lean): add 'export' command
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-09-03 18:37:01 -07:00

15 lines
385 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
f a c : A
foo.f foo.a foo.c : foo.A
t14.lean:46:8: error: unknown identifier 'a'
f a c : A
t14.lean:52:9: error: unexpected token