X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Facic_content%2FcicNotationPt.ml;h=a66aa5febb3aa86600fdf8320edb439fb98ed2d0;hb=f7aedf0ebd0fb55d3587db4f0753521927dcbb69;hp=d2a32c77918f8033459c173de4a002af15efed91;hpb=cf3635c0830661f59d16339cd7fc9c3b948fcbc8;p=helm.git diff --git a/helm/ocaml/acic_content/cicNotationPt.ml b/helm/ocaml/acic_content/cicNotationPt.ml index d2a32c779..a66aa5feb 100644 --- a/helm/ocaml/acic_content/cicNotationPt.ml +++ b/helm/ocaml/acic_content/cicNotationPt.ml @@ -23,6 +23,8 @@ * http://helm.cs.unibo.it/ *) +(* $Id$ *) + (** CIC Notation Parse Tree *) type binder_kind = [ `Lambda | `Pi | `Exists | `Forall ]