X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Flibrary%2FcoercGraph.mli;h=01f3fecf69ab1d564f5910c6d60241e398d41fba;hb=0d1ecc789c6d57a3eef47a028634d316905ef317;hp=283d8a4844f3d26198bb80e3fee1e65d555a792f;hpb=185bfc8f9c9ba49308477ee6769701f3e2977115;p=helm.git diff --git a/helm/software/components/library/coercGraph.mli b/helm/software/components/library/coercGraph.mli index 283d8a484..01f3fecf6 100644 --- a/helm/software/components/library/coercGraph.mli +++ b/helm/software/components/library/coercGraph.mli @@ -23,10 +23,12 @@ * http://cs.unibo.it/helm/. *) +(* $Id$ *) + (* This module implements the Query interface to the Coercion Graph *) type coercion_search_result = - | SomeCoercion of Cic.term + | SomeCoercion of Cic.term list | NoCoercion | NotMetaClosed | NotHandled of string Lazy.t @@ -39,3 +41,4 @@ val source_of: Cic.term -> Cic.term val target_of: Cic.term -> Cic.term val generate_dot_file: unit -> string +