diff options
| author | Théo Zimmermann | 2020-09-08 16:51:05 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2020-09-08 17:23:16 +0200 |
| commit | f3642ad8bdf6d9aa1b411892e5e6815a6a75e4d5 (patch) | |
| tree | d1c9e8fa567421b24e729c40b6b74cbef855e5bd /doc/tools/docgram/orderedGrammar | |
| parent | 48f465dd5c5f9db416a7cd57b0acb86f17323ce3 (diff) | |
Remove deprecated tactic cutrewrite.
Diffstat (limited to 'doc/tools/docgram/orderedGrammar')
| -rw-r--r-- | doc/tools/docgram/orderedGrammar | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/tools/docgram/orderedGrammar b/doc/tools/docgram/orderedGrammar index 84efc1e36c..3cd5a85654 100644 --- a/doc/tools/docgram/orderedGrammar +++ b/doc/tools/docgram/orderedGrammar @@ -1445,7 +1445,6 @@ simple_tactic: [ | "einjection" OPT destruction_arg OPT ( "as" LIST0 simple_intropattern ) | "simple" "injection" OPT destruction_arg | "dependent" "rewrite" OPT [ "->" | "<-" ] one_term OPT ( "in" ident ) -| "cutrewrite" OPT [ "->" | "<-" ] one_term OPT ( "in" ident ) | "decompose" "sum" one_term | "decompose" "record" one_term | "absurd" one_term |
