X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fcic_disambiguation%2FcicTextualParser2.mli;h=e6b1ff7e1fefc597b7b09314a60d36051c6a1e34;hb=5d4368413bdf9d8e670bab23b912994bc2f8459d;hp=e867d3435c500cfc620bda538c88f0bc8a44b016;hpb=3f00169098f1cd1cdecbbf20982f7c4c58f7d71d;p=helm.git diff --git a/helm/ocaml/cic_disambiguation/cicTextualParser2.mli b/helm/ocaml/cic_disambiguation/cicTextualParser2.mli index e867d3435..e6b1ff7e1 100644 --- a/helm/ocaml/cic_disambiguation/cicTextualParser2.mli +++ b/helm/ocaml/cic_disambiguation/cicTextualParser2.mli @@ -25,20 +25,13 @@ exception Parse_error of string -(** {3 type shortands} *) - -type tactic = (CicAst.term, string) TacticAst.tactic -type tactical = (CicAst.term, string) TacticAst.tactic TacticAst.tactical -type command = CicAst.term CommandAst.command -type script = CicAst.term CommandAst.Script.script - (** {2 Parsing functions} *) -val parse_term: char Stream.t -> CicAst.term -val parse_tactic: char Stream.t -> tactic -val parse_tactical: char Stream.t -> tactical -val parse_command: char Stream.t -> command -val parse_script: char Stream.t -> script +val parse_term: char Stream.t -> DisambiguateTypes.term +val parse_tactic: char Stream.t -> DisambiguateTypes.tactic +val parse_tactical: char Stream.t -> DisambiguateTypes.tactical +val parse_command: char Stream.t -> DisambiguateTypes.command +val parse_script: char Stream.t -> DisambiguateTypes.script (** {2 Grammar extensions} *)