X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_unification%2FcoercGraph.mli;h=cb0e51ca614445a808509cbac041f0c132f6b148;hb=de9a83f286eee12117fb478ea2db18f7faebac9a;hp=9cbff65b9a431aaf2da7e22a1e37ba528a9d79a0;hpb=56bf133e9df9c7b689e0c3059fffdc1f8736a936;p=helm.git diff --git a/helm/ocaml/cic_unification/coercGraph.mli b/helm/ocaml/cic_unification/coercGraph.mli index 9cbff65b9..cb0e51ca6 100644 --- a/helm/ocaml/cic_unification/coercGraph.mli +++ b/helm/ocaml/cic_unification/coercGraph.mli @@ -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