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.
8 lines
160 B
Text
8 lines
160 B
Text
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 _ α
|