]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_unification/coercGraph.mli
merged changes from the svn fork by me and Enrico
[helm.git] / helm / ocaml / cic_unification / coercGraph.mli
index 9cbff65b9a431aaf2da7e22a1e37ba528a9d79a0..cb0e51ca614445a808509cbac041f0c132f6b148 100644 (file)
@@ -23,6 +23,8 @@
  * http://cs.unibo.it/helm/.
  *)
 
+type coercions = (UriManager.uri * UriManager.uri * UriManager.uri) list
+
 val look_for_coercion :
   UriManager.uri -> UriManager.uri -> Cic.term option