From 08b4e4ec7df6644f42fcad30b9d46195c935cf6e Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Wed, 3 Nov 2004 14:31:22 +0000 Subject: [PATCH] added Auto parsing --- helm/ocaml/cic_disambiguation/cicTextualParser2.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/ocaml/cic_disambiguation/cicTextualParser2.ml b/helm/ocaml/cic_disambiguation/cicTextualParser2.ml index 0c00d8698..53559bcd2 100644 --- a/helm/ocaml/cic_disambiguation/cicTextualParser2.ml +++ b/helm/ocaml/cic_disambiguation/cicTextualParser2.ml @@ -251,6 +251,7 @@ EXTEND return_tactic loc (TacticAst.Apply t) | [ IDENT "assumption" | IDENT "Assumption" ] -> return_tactic loc TacticAst.Assumption + | [ IDENT "auto" | IDENT "Auto" ] -> return_tactic loc TacticAst.Auto | [ IDENT "change" | IDENT "Change" ]; t1 = tactic_term; "with"; t2 = tactic_term; where = tactic_where -> -- 2.39.2