]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/library/coercGraph.mli
added $Id$
[helm.git] / helm / software / components / library / coercGraph.mli
index 691bafd4c9c404ce7b259f152eb710eff4813ee0..01f3fecf69ab1d564f5910c6d60241e398d41fba 100644 (file)
@@ -23,6 +23,8 @@
  * http://cs.unibo.it/helm/.
  *)
 
+(* $Id$ *)
+
 (* This module implements the Query interface to the Coercion Graph *)
 
 type coercion_search_result = 
@@ -39,3 +41,4 @@ val source_of: Cic.term -> Cic.term
 val target_of: Cic.term -> Cic.term
 
 val generate_dot_file: unit -> string
+