]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/grafiteParser.mli
added a minimal parser to extract informations relevant to dependencies calculation
[helm.git] / helm / ocaml / cic_notation / grafiteParser.mli
index 3d411201629ed26f84a51c4fc6683468daf292b8..e6b549dabfdbaba589f9ec011c73d8a35b9d5666 100644 (file)
@@ -30,3 +30,6 @@ val parse_statement:
      GrafiteAst.obj, string)
     GrafiteAst.statement
 
+  (** @raise End_of_file *)
+val parse_dependencies: char Stream.t -> GrafiteAst.dependency list
+