aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorFrédéric Besson2019-02-04 09:59:11 +0100
committerFrédéric Besson2019-02-04 09:59:11 +0100
commita5f260d6a397706fa91d2e128e9999d0c74b5739 (patch)
treeccfdb66b03492f2e222c83923db56b5be3fac1fa /plugins
parent8eeb5d6004a4d9bb8fbd776ac4c8273adb2887a6 (diff)
parent5ff1fc8b41e8265af7e1c1c91d137ec88f2b04d0 (diff)
Merge PR #9291: Do not take universes into account in lia reification.
Reviewed-by: fajb
Diffstat (limited to 'plugins')
-rw-r--r--plugins/micromega/coq_micromega.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/micromega/coq_micromega.ml b/plugins/micromega/coq_micromega.ml
index d4bafe773f..7adae148bd 100644
--- a/plugins/micromega/coq_micromega.ml
+++ b/plugins/micromega/coq_micromega.ml
@@ -846,7 +846,7 @@ struct
match env with
| [] -> ([v],n)
| e::l ->
- if EConstr.eq_constr sigma e v
+ if EConstr.eq_constr_nounivs sigma e v
then (env,n)
else
let (env,n) = _add l ( n+1) v in