]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_generator/cGLocateInductive.ml
ocaml 3.09 transition
[helm.git] / helm / ocaml / mathql_generator / cGLocateInductive.ml
index c5734f2429a173a61c2c7ffd0530339a5a9f1560..04181fb238a27be16f6887782251c58bc488dba6 100644 (file)
@@ -30,7 +30,7 @@ exception NotAnInductiveDefinition
 
 let get_constraints = function
    | Cic.MutInd (uri, t, _) -> 
-      let uri = MQueryMisc.string_of_uriref (uri, [t]) in
+      let uri = UriManager.string_of_uriref (uri, [t]) in
       let constr_obj =
        [(`InHypothesis, uri); (`MainHypothesis (Some 0), uri)]
       in