aboutsummaryrefslogtreecommitdiff
path: root/plugins/fourier
diff options
context:
space:
mode:
authorMaxime Dénès2017-05-28 18:14:12 +0200
committerMaxime Dénès2017-05-28 18:14:12 +0200
commit132d40ae3168065ed9ca11aa12fc6c96111a1e67 (patch)
tree3fe503493fce624caf8fd50d8580127bb8da0606 /plugins/fourier
parent422b892e71641f23dc71499733997546ecffa46b (diff)
parent6841c6db48d57911d3886057e1ca47a5aa161ca7 (diff)
Merge PR#675: [coqlib] Deprecate redundant Coqlib functions.
Diffstat (limited to 'plugins/fourier')
-rw-r--r--plugins/fourier/fourierR.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/fourier/fourierR.ml b/plugins/fourier/fourierR.ml
index 25d8f8c832..d35e4ec6fa 100644
--- a/plugins/fourier/fourierR.ml
+++ b/plugins/fourier/fourierR.ml
@@ -285,7 +285,8 @@ let fourier_lineq lineq1 =
let get = Lazy.force
let cget = get
let eget c = EConstr.of_constr (Lazy.force c)
-let constant = Coqlib.gen_constant "Fourier"
+let constant path s = Universes.constr_of_global @@
+ Coqlib.coq_reference "Fourier" path s
(* Standard library *)
open Coqlib