diff options
| author | coqbot-app[bot] | 2021-01-01 19:06:50 +0000 |
|---|---|---|
| committer | GitHub | 2021-01-01 19:06:50 +0000 |
| commit | 66e24a2365b235bd35cbba71adce30dccea60b55 (patch) | |
| tree | 6af6efaaefddf7d3ce6a73d1899c421f566289ec /doc/sphinx/using/libraries | |
| parent | 6e18c48238edea6f69a2f96b58acd368bf8cc258 (diff) | |
| parent | e02120ed6580733db2276f0c11b4f432ea670ee3 (diff) | |
Merge PR #13470: Convert rewriting and proof-mode chapters to prodn
Reviewed-by: Zimmi48
Ack-by: JasonGross
Diffstat (limited to 'doc/sphinx/using/libraries')
| -rw-r--r-- | doc/sphinx/using/libraries/funind.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/sphinx/using/libraries/funind.rst b/doc/sphinx/using/libraries/funind.rst index 93571ecebb..0f0edc6bdd 100644 --- a/doc/sphinx/using/libraries/funind.rst +++ b/doc/sphinx/using/libraries/funind.rst @@ -170,7 +170,6 @@ Tactics ------- .. tacn:: functional induction @term {? using @one_term {? with @bindings } } {? as @simple_intropattern } - :name: functional induction Performs case analysis and induction following the definition of a function :token:`qualid`, which must be fully applied to its arguments as part of @@ -221,7 +220,6 @@ Tactics :undocumented: .. tacn:: functional inversion {| @ident | @natural } {? @qualid } - :name: functional inversion Performs inversion on hypothesis :n:`@ident` of the form :n:`@qualid {+ @term} = @term` or |
