aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-08-21 22:09:01 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-08-21 22:11:11 +0200
commit1948023891d26e628397a303263b912225f2cc31 (patch)
tree8faf70940aecb4c7e03f83f875549e82a577b93b
parentb1791fe718eae95897d2dbd160b05285c6df239c (diff)
Documenting "Set Structural Injection".
-rw-r--r--doc/refman/RefMan-tac.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/refman/RefMan-tac.tex b/doc/refman/RefMan-tac.tex
index 21b72b8ef..b668239a6 100644
--- a/doc/refman/RefMan-tac.tex
+++ b/doc/refman/RefMan-tac.tex
@@ -2280,6 +2280,15 @@ hypothesis.
\end{Variants}
+\optindex{Structural Injection}
+
+It is possible to ensure that \texttt{injection {\term}} erases the
+original hypothesis and leaves the generated equalities in the context
+rather than putting them as antecedents of the current goal, as if
+giving \texttt{injection {\term} as} (with an empty list of names). To
+obtain this behavior, the option {\tt Set Structural Injection} must
+be activated. This option is off by default.
+
\subsection{\tt inversion \ident}
\tacindex{inversion}