]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_generator/cGLocateInductive.ml
New reduction strategy (that behaves much better during simplification).
[helm.git] / helm / ocaml / mathql_generator / cGLocateInductive.ml
index 032060fd3d7d4736f1696188c7cd367a2527911e..261b293884f28a1399a890f86d7c138f56cc30bf 100644 (file)
 (*  AUTOR: Ferruccio Guidi <fguidi@cs.unibo.it>
  *)
 
+(* $Id$ *)
+
 exception NotAnInductiveDefinition
 
 let get_constraints = function
    | Cic.MutInd (uri, t, _) -> 
-      let uri = MQueryUtil.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