lean4-htt/tests/lean/no_coe.lean.expected.out
Leonardo de Moura 9ce9c0331f feat(frontends/lean/elaborator): add option 'elaborator.coercion'
This option is available in Lean 2, but it was accidentally removed
from Lean 3.
2017-03-12 11:27:41 -07:00

9 lines
144 B
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.

ite ↑tt 1 0 :
no_coe.lean:5:7: error: type mismatch at application
ite tt
term
tt
has type
bool
but is expected to have type
Prop