]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/grafiteParser.mli
All the debug_print are now lazy.
[helm.git] / helm / ocaml / cic_notation / grafiteParser.mli
index ccea04836ec99e874519398f47a776c38b1448d3..e6b549dabfdbaba589f9ec011c73d8a35b9d5666 100644 (file)
 
   (** @raise End_of_file *)
 val parse_statement:
- char Stream.t ->
-   (CicNotationPt.term, GrafiteAst.obj, string) GrafiteAst.statement
+  char Stream.t ->
+    (CicNotationPt.term, CicNotationPt.term, GrafiteAst.reduction,
+     GrafiteAst.obj, string)
+    GrafiteAst.statement
 
+  (** @raise End_of_file *)
+val parse_dependencies: char Stream.t -> GrafiteAst.dependency list
+