]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/grafiteParser.mli
implemented lazy disambiguation of tactics arguments, when those
[helm.git] / helm / ocaml / cic_notation / grafiteParser.mli
index ccea04836ec99e874519398f47a776c38b1448d3..3d411201629ed26f84a51c4fc6683468daf292b8 100644 (file)
@@ -25,6 +25,8 @@
 
   (** @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