lean4-htt/tests/lean/red.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

22 lines
505 B
Text

red.lean:3:11:failed to generate bytecode for 'f'
code generation failed, VM does not have code for 'g'
red.lean:9:19: error: type mismatch at definition 'example', has type
f = f
but is expected to have type
f = g
red.lean:12:0: error: type mismatch at application
H ▸ rfl
term
rfl
has type
f ?M_1 = f ?M_1
but is expected to have type
f ?M_1 = a
red.lean:17:0: error: type mismatch at application
H ▸ rfl
term
rfl
has type
f ?M_1 = f ?M_1
but is expected to have type
f ?M_1 = a