diff options
| author | Jim Fehrle | 2020-11-14 10:20:30 -0800 |
|---|---|---|
| committer | Jim Fehrle | 2020-11-15 16:34:57 -0800 |
| commit | 51ddbbe05ab2c47a2c50c1e6781b8562b7717110 (patch) | |
| tree | aebccc594aa834bb00e40c3afcf874455d378f7f /doc/tools/docgram/fullGrammar | |
| parent | 9a93f5836a5f7bab81384314ac11ff0aac7d1b7f (diff) | |
Deprecate "eauto @int_or_var @int_or_var", add "bfs eauto"
Diffstat (limited to 'doc/tools/docgram/fullGrammar')
| -rw-r--r-- | doc/tools/docgram/fullGrammar | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tools/docgram/fullGrammar b/doc/tools/docgram/fullGrammar index a787d769fb..033ece04de 100644 --- a/doc/tools/docgram/fullGrammar +++ b/doc/tools/docgram/fullGrammar @@ -1623,6 +1623,7 @@ simple_tactic: [ | "debug" "eauto" OPT int_or_var OPT int_or_var auto_using hintbases | "info_eauto" OPT int_or_var OPT int_or_var auto_using hintbases | "dfs" "eauto" OPT int_or_var auto_using hintbases +| "bfs" "eauto" OPT int_or_var auto_using hintbases | "autounfold" hintbases clause_dft_concl | "autounfold_one" hintbases "in" hyp | "autounfold_one" hintbases |
