lean2/tests/lean/ex3.lean.expected.out
Leonardo de Moura 46b9b2114a fix(tests/lean): adjust error messages in the expected output
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-10-24 19:27:26 -07:00

44 lines
1.2 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.

Set: pp::colors
Set: pp::unicode
Assumed: myeq
myeq Bool
Assumed: T
Assumed: a
Failed to solve
⊢ Bool ≺ T
Substitution
⊢ Bool ≺ ?M3::0
(line: 5: pos: 6) Type of argument 2 must be convertible to the expected type in the application of
myeq
with arguments:
?M3::0
a
Assignment
⊢ T ≺ ?M3::0
(line: 5: pos: 6) Type of argument 3 must be convertible to the expected type in the application of
myeq
with arguments:
?M3::0
a
Assumed: myeq2
Set: lean::pp::implicit
Failed to solve
⊢ Bool ≺ T
Substitution
⊢ Bool ≺ ?M3::0
(line: 9: pos: 15) Type of argument 2 must be convertible to the expected type in the application of
myeq2::explicit
with arguments:
?M3::0
a
Assignment
⊢ T ≺ ?M3::0
(line: 9: pos: 15) Type of argument 3 must be convertible to the expected type in the application of
myeq2::explicit
with arguments:
?M3::0
a