lean4-htt/tests/lean/elab_error_recovery.lean.expected.out
Sebastian Ullrich e3bfd90b06 fix(frontends/lean/elaborator): default recover_from_error to false for most commands
Fixes #1446

fix(frontends/lean/util): quoting private name

uncovered by now failing run test
2017-03-09 20:51:35 -08:00

47 lines
1.5 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.

elab_error_recovery.lean:4:10: error: type mismatch at application
1 + ""
term
""
has type
string
but is expected to have type
elab_error_recovery.lean:8:13: error: failed to synthesize type class instance for
half_baked :
⊢ has_mem
elab_error_recovery.lean:8:8: error: failed to synthesize type class instance for
half_baked :
⊢ decidable (2 ∈ 3)
elab_error_recovery.lean:10:11: error: don't know how to synthesize placeholder
context:
half_baked :
⊢ Type ?
elab_error_recovery.lean:10:11: error: failed to add declaration '_interaction' to environment, value has metavariables
remark: set 'formatter.hide_full_terms' to false to see the complete term
elab_error_recovery.lean:12:20: error: invalid type ascription, expression has type
list ?m_1
but is expected to have type
state:
half_baked : ,
_x :
elab_error_recovery.lean:6:8: error: don't know how to synthesize placeholder
context:
half_baked :
elab_error_recovery.lean:8:29: error: don't know how to synthesize placeholder
context:
half_baked :
elab_error_recovery.lean:1:4: warning: declaration 'half_baked' uses sorry
def half_baked._main : :=
λ (a : ),
ite (a = 3) 2
(ite (a = 0) (1 + sorry) (ite (a = 5) (sorry + 4) (ite (a = 42) (ite (2 ∈ 3) 3 sorry) (ite (a = 7) sorry sorry))))
2
nat.succ (nat.succ (nat.succ (nat.succ sorry)))
2
elab_error_recovery.lean:21:13: error: type expected at
0