]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic/cic.ml
Added $Id$ to every .ml file.
[helm.git] / helm / ocaml / cic / cic.ml
index 6e200cc310e1559db1e3b1875f6d44a7332294c6..64825e505dbc717585e0b444cd19e97d1c3762a9 100644 (file)
@@ -35,6 +35,8 @@
 (*                                                                           *)
 (*****************************************************************************)
 
+(* $Id$ *)
+
 (* STUFF TO MANAGE IDENTIFIERS *)
 type id = string  (* the abstract type of the (annotated) node identifiers *)
 type 'term explicit_named_substitution = (UriManager.uri * 'term) list