X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic%2FhelmLibraryObjects.ml;h=b2023b4487e95adedc3a53b287dc4904d9c2ed8b;hb=c36f0330eb500ade81392d254065048e3b1b677e;hp=dc621c5a9d9c192f6da98064a901533021d3b449;hpb=9c015f8aeb17a9c2dc893208be09ac74b72b59c1;p=helm.git diff --git a/helm/ocaml/cic/helmLibraryObjects.ml b/helm/ocaml/cic/helmLibraryObjects.ml index dc621c5a9..b2023b448 100644 --- a/helm/ocaml/cic/helmLibraryObjects.ml +++ b/helm/ocaml/cic/helmLibraryObjects.ml @@ -120,6 +120,7 @@ module Reals = let rgt_URI = uri rgt_SURI let rtheory_URI = uri "cic:/Coq/Reals/Rbase/RTheory.con" let rinv_r1_URI = uri "cic:/Coq/Reals/Rbase/Rinv_R1.con" + let pow_URI = uri "cic:/Coq/Reals/Rfunctions/pow.con" let r = const r_URI let rplus = const rplus_URI @@ -175,6 +176,8 @@ module BinPos = module BinInt = struct + let zmult_URI = uri "cic:/Coq/ZArith/BinInt/Zmult.con" + let zmult = const zmult_URI let zplus_SURI = "cic:/Coq/ZArith/BinInt/Zplus.con" let zplus_URI = uri zplus_SURI let zplus = const zplus_URI @@ -189,6 +192,7 @@ module BinInt = let zopp_SURI = "cic:/Coq/ZArith/BinInt/Zopp.con" let zopp_URI = uri zopp_SURI let zopp = const zopp_URI + let zpower_URI = uri "cic:/Coq/ZArith/Zpower/Zpower.con" end (** {2 Helpers for creating common terms}