X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_generator%2FcGLocateInductive.ml;h=c5734f2429a173a61c2c7ffd0530339a5a9f1560;hb=ebc089606ccbb3e9dbde142542a1f98f5020b4dd;hp=04a2f2ad4806f016479dcceb1cafa81d7ceebb75;hpb=506b4b7597021c98e34fb65cf9d0bb7879f06e92;p=helm.git diff --git a/helm/ocaml/mathql_generator/cGLocateInductive.ml b/helm/ocaml/mathql_generator/cGLocateInductive.ml index 04a2f2ad4..c5734f242 100644 --- a/helm/ocaml/mathql_generator/cGLocateInductive.ml +++ b/helm/ocaml/mathql_generator/cGLocateInductive.ml @@ -30,7 +30,7 @@ exception NotAnInductiveDefinition let get_constraints = function | Cic.MutInd (uri, t, _) -> - let uri = MQueryUtil.string_of_uriref (uri, [t]) in + let uri = MQueryMisc.string_of_uriref (uri, [t]) in let constr_obj = [(`InHypothesis, uri); (`MainHypothesis (Some 0), uri)] in @@ -38,5 +38,3 @@ let get_constraints = function let constr_sort = [(`MainHypothesis (Some 1), MQGTypes.Prop)] in (constr_obj, constr_rel, constr_sort) | _ -> raise NotAnInductiveDefinition - -let universe = CGSearchPattern.universe