X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Flibrary%2FcoercGraph.mli;h=283d8a4844f3d26198bb80e3fee1e65d555a792f;hb=7236e03222b17becf7c46f55e9fbd8178fe58e26;hp=1923a964a7fa8e799fe890194232d696c3af34c1;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/components/library/coercGraph.mli b/components/library/coercGraph.mli index 1923a964a..283d8a484 100644 --- a/components/library/coercGraph.mli +++ b/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