]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/acic_content/cicNotationPt.ml
Added $Id$ to every .ml file.
[helm.git] / helm / ocaml / acic_content / cicNotationPt.ml
index d2a32c77918f8033459c173de4a002af15efed91..a66aa5febb3aa86600fdf8320edb439fb98ed2d0 100644 (file)
@@ -23,6 +23,8 @@
  * http://helm.cs.unibo.it/
  *)
 
+(* $Id$ *)
+
 (** CIC Notation Parse Tree *)
 
 type binder_kind = [ `Lambda | `Pi | `Exists | `Forall ]