Skip to content

Commit

Permalink
Document the [unify] tactic.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14984 85f007b7-540e-0410-9357-904b9bb8a0f7
  • Loading branch information
msozeau committed Feb 18, 2012
1 parent 60618d5 commit 18e6108
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/refman/RefMan-tac.tex
Expand Up @@ -1004,6 +1004,22 @@ \subsection{\tt constr\_eq \term$_1$ \term$_2$

\ErrMsg \errindex{Not equal}

\subsection{\tt unify \term$_1$ \term$_2$
\tacindex{unify}
\label{unify}}

This tactic applies to any goal. It checks whether its arguments are
unifiable, potentially instantiating existential variables.

\ErrMsg \errindex{Not unifiable}

\begin{Variants}
\item {\tt unify \term$_1$ \term$_2$ with \ident}

Unification takes the transparency information defined in the
hint database {\tt \ident} into account (see Section~\ref{HintTransparency}).
\end{Variants}

\subsection{\tt is\_evar \term
\tacindex{is\_evar}
\label{isevar}}
Expand Down

0 comments on commit 18e6108

Please sign in to comment.