]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/cicTextualParser2.mli
exported new_metasenv_for_apply, needed by the paramodulation stuff...
[helm.git] / helm / ocaml / cic_disambiguation / cicTextualParser2.mli
index 7e0625cc361567c3c7bf7f9d0226b749bc776702..f7510a9bd3b7f88e1f08858e384b07b8c80043c8 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
-exception Parse_error of string
+exception Parse_error of Token.flocation * string
 
 (** {2 Parsing functions} *)
 
-val parse_term: char Stream.t -> CicAst.term
+val parse_term:       char Stream.t -> DisambiguateTypes.term
+val parse_statement:  char Stream.t -> (CicAst.term, string) TacticAst.statement
 
 (** {2 Grammar extensions} *)