aboutsummaryrefslogtreecommitdiff
path: root/theories/micromega/Lra.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/micromega/Lra.v')
-rw-r--r--theories/micromega/Lra.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/micromega/Lra.v b/theories/micromega/Lra.v
index 3ac4772ba4..22cef50e0d 100644
--- a/theories/micromega/Lra.v
+++ b/theories/micromega/Lra.v
@@ -23,7 +23,7 @@ Require Coq.micromega.Tauto.
Declare ML Module "micromega_plugin".
Ltac rchange :=
- intros __wit __varmap __ff ;
+ intros ?__wit ?__varmap ?__ff ;
change (Tauto.eval_bf (Reval_formula (@find R 0%R __varmap)) __ff) ;
apply (RTautoChecker_sound __ff __wit).