X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Flibrary%2FcoercGraph.mli;h=1923a964a7fa8e799fe890194232d696c3af34c1;hb=ed670d5c4b3d41955caa31a281087e341b1b7611;hp=fcbed3497313fd840b81d36000d5e3eef7d3dd6a;hpb=727ef55d2a6202a989c274f6caa1b0e1b7307880;p=helm.git diff --git a/helm/ocaml/library/coercGraph.mli b/helm/ocaml/library/coercGraph.mli index fcbed3497..1923a964a 100644 --- a/helm/ocaml/library/coercGraph.mli +++ b/helm/ocaml/library/coercGraph.mli @@ -23,6 +23,8 @@ * http://cs.unibo.it/helm/. *) +(* This module implements the Query interface to the Coercion Graph *) + type coercion_search_result = | SomeCoercion of Cic.term | NoCoercion @@ -32,8 +34,7 @@ type coercion_search_result = val look_for_coercion : Cic.term -> Cic.term -> coercion_search_result -(* also adds them to the Db *) -val close_coercion_graph: - CoercDb.coerc_carr -> CoercDb.coerc_carr -> UriManager.uri -> - (UriManager.uri * Cic.obj * CicUniv.universe_graph) list +val is_a_coercion: Cic.term -> bool +val source_of: Cic.term -> Cic.term +val target_of: Cic.term -> Cic.term