X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Flibrary%2FcoercGraph.mli;h=283d8a4844f3d26198bb80e3fee1e65d555a792f;hb=185bfc8f9c9ba49308477ee6769701f3e2977115;hp=1923a964a7fa8e799fe890194232d696c3af34c1;hpb=ba3903b2c712d2a6d60c0da59b26c882b8ed6c7c;p=helm.git diff --git a/helm/software/components/library/coercGraph.mli b/helm/software/components/library/coercGraph.mli index 1923a964a..283d8a484 100644 --- a/helm/software/components/library/coercGraph.mli +++ b/helm/software/components/library/coercGraph.mli @@ -38,3 +38,4 @@ val is_a_coercion: Cic.term -> bool val source_of: Cic.term -> Cic.term val target_of: Cic.term -> Cic.term +val generate_dot_file: unit -> string