fix: error message

The equation theorems may fail for other reasons.
This commit is contained in:
Leonardo de Moura 2022-01-18 12:58:03 -08:00
parent a21265281b
commit c12fa6f0e2

View file

@ -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))