]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_unification/coercGraph.ml
merged changes from the svn fork by me and Enrico
[helm.git] / helm / ocaml / cic_unification / coercGraph.ml
index 712e8aae2d46b7e95ddf1520cc9b41e011b223e5..6aad3676d11176fa045cc26ebfed4df9190b92cb 100644 (file)
 
 open Printf;;
 
+type coercions = (UriManager.uri * UriManager.uri * UriManager.uri) list
+
 (* the list of known coercions (MUST be transitively closed) *)
 let coercions = ref [
   (UriManager.uri_of_string "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1)",
    UriManager.uri_of_string "cic:/Coq/Reals/Rdefinitions/R.con",
-   UriManager.uri_of_string "cic://Coq/Reals/Raxioms/INR.con") ;
+   UriManager.uri_of_string "cic:/Coq/Reals/Raxioms/INR.con") ;
 
    (
      UriManager.uri_of_string "cic:/CoRN/algebra/CFields/CField.ind#xpointer(1/1)",