]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/grafiteParser.mli
...
[helm.git] / helm / software / components / grafite_parser / grafiteParser.mli
index 47f0af02bf455ea6ba3f919a16b679f4fcbd81be..b0dc6e8fd28e8b4a25bd51d0596b52809bac6adf 100644 (file)
@@ -44,7 +44,10 @@ type statement =
 
 val parse_statement: Ulexing.lexbuf -> statement  (** @raise End_of_file *)
 
-val statement: statement Grammar.Entry.e
+val statement: unit -> statement Grammar.Entry.e
 
 (* this callback is called on every include command *)
 val set_callback: (string -> unit) -> unit 
+
+val push : unit -> unit
+val pop : unit -> unit