diff options
| author | Pierre-Marie Pédrot | 2014-08-06 01:10:26 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2014-08-06 02:10:38 +0200 |
| commit | b600c51753c5b60e62bdfcf1e6409afa1ce69d7a (patch) | |
| tree | 025367115bb871a5c04b3317125b3677e003cf22 /parsing | |
| parent | dd37aea05fd568c98eb4d3970183c3dce1c23712 (diff) | |
Removing "intros untils" from the AST.
Diffstat (limited to 'parsing')
| -rw-r--r-- | parsing/g_tactic.ml4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/parsing/g_tactic.ml4 b/parsing/g_tactic.ml4 index 3c097db1ce..29cb45ad19 100644 --- a/parsing/g_tactic.ml4 +++ b/parsing/g_tactic.ml4 @@ -528,9 +528,7 @@ GEXTEND Gram simple_tactic: [ [ (* Basic tactics *) - IDENT "intros"; IDENT "until"; id = quantified_hypothesis -> - TacIntrosUntil id - | IDENT "intros"; pl = intropatterns -> TacIntroPattern pl + IDENT "intros"; pl = intropatterns -> TacIntroPattern pl | IDENT "intro"; id = ident; hto = move_location -> TacIntroMove (Some id, hto) | IDENT "intro"; hto = move_location -> TacIntroMove (None, hto) |
