X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_unification%2FcoercGraph.mli;h=fcbed3497313fd840b81d36000d5e3eef7d3dd6a;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=03acb4a6d44232acb3843b8a3aec49a2f804f9f4;hpb=6376b9d56df8c0151a4cd5f35f2646d9922b5858;p=helm.git diff --git a/helm/ocaml/cic_unification/coercGraph.mli b/helm/ocaml/cic_unification/coercGraph.mli index 03acb4a6d..fcbed3497 100644 --- a/helm/ocaml/cic_unification/coercGraph.mli +++ b/helm/ocaml/cic_unification/coercGraph.mli @@ -23,11 +23,17 @@ * http://cs.unibo.it/helm/. *) +type coercion_search_result = + | SomeCoercion of Cic.term + | NoCoercion + | NotMetaClosed + | NotHandled of string Lazy.t + val look_for_coercion : - Cic.term -> Cic.term -> Cic.term option + Cic.term -> Cic.term -> coercion_search_result (* also adds them to the Db *) val close_coercion_graph: - UriManager.uri -> UriManager.uri -> UriManager.uri -> + CoercDb.coerc_carr -> CoercDb.coerc_carr -> UriManager.uri -> (UriManager.uri * Cic.obj * CicUniv.universe_graph) list