lean4-htt/tests/lean/matchErrorLocation.lean.expected.out
Leonardo de Moura 4e99b19a96 fix: expandMatchDiscr cannot be a macro
The `matchType` created by the macro is bad for dependent pattern
matching. The `tst8` and `tst9` at `matchTac` failed to be elaborated
when using the macro.
2020-09-15 13:29:28 -07:00

8 lines
160 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.

matchErrorLocation.lean:5:10: error: type mismatch
h he
has type
False
but it is expected to have type
α
failed to synthesize instance
CoeT False _ α