aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorVincent Laporte2019-10-10 12:57:24 +0000
committerVincent Laporte2019-10-22 06:39:10 +0000
commit03b530521fd0e97054f4a4ddc3253a0f51d385c6 (patch)
tree613cb19fa0f76f0b6a6f6be35c5470fa01809b5c /plugins
parent5f74e2847e10edfeffb8d49688ac658c24267062 (diff)
Lia: make explicit which “zify” is used
Diffstat (limited to 'plugins')
-rw-r--r--plugins/micromega/Lia.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/micromega/Lia.v b/plugins/micromega/Lia.v
index 7e04fe0220..3351c7ef8a 100644
--- a/plugins/micromega/Lia.v
+++ b/plugins/micromega/Lia.v
@@ -44,9 +44,9 @@ Ltac zchecker_ext :=
(@eq_refl bool true <: @eq bool (ZTautoCheckerExt __ff __wit) true)
(@find Z Z0 __varmap)).
-Ltac lia := zify; xlia zchecker_ext.
+Ltac lia := PreOmega.zify; xlia zchecker_ext.
-Ltac nia := zify; xnlia zchecker.
+Ltac nia := PreOmega.zify; xnlia zchecker.
(* Local Variables: *)