aboutsummaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
Diffstat (limited to 'proofs')
-rw-r--r--proofs/logic.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/logic.ml b/proofs/logic.ml
index 7c149e9647..d86b2c07de 100644
--- a/proofs/logic.ml
+++ b/proofs/logic.ml
@@ -553,7 +553,7 @@ e types")
let cl' = replace_vars [id1,mkVar id2] cl in
([mk_goal sign' cl'], sigma)
- | Change_evars as r ->
+ | Change_evars ->
match norm_goal sigma goal with
Some ngl -> ([ngl],sigma)
| None -> ([goal], sigma)