fix: error message
The equation theorems may fail for other reasons.
This commit is contained in:
parent
a21265281b
commit
c12fa6f0e2
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ where
|
|||
else
|
||||
throwError "spliIf failed")
|
||||
<|>
|
||||
(throwError "failed to generate equality theorems for `match` expression, support for array literals has not been implemented yet\n{MessageData.ofGoal mvarId}")
|
||||
(throwError "failed to generate equality theorems for `match` expression\n{MessageData.ofGoal mvarId}")
|
||||
subgoals.forM (go . (depth+1))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue