diff options
author | narboux <narboux@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-12-01 10:23:32 +0000 |
---|---|---|
committer | narboux <narboux@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-12-01 10:23:32 +0000 |
commit | bc73bc1ef78f6cb5cabb173e633be9cc96a05180 (patch) | |
tree | bfb8a43fa59d2895fe07c150384c7b8ef049f343 /doc/RefMan-ltac.tex | |
parent | 580f71e99d5f83b2fe04211cb18f763c05765fbf (diff) |
idtac parle
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8370 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/RefMan-ltac.tex')
-rw-r--r-- | doc/RefMan-ltac.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/RefMan-ltac.tex b/doc/RefMan-ltac.tex index 73731bea5..d4408ace7 100644 --- a/doc/RefMan-ltac.tex +++ b/doc/RefMan-ltac.tex @@ -352,9 +352,11 @@ tries to apply $v_2$ and so on. It fails if there is no solving tactic.\\ We have the identity tactic:\\ -{\tt Idtac}\\ +{\tt Idtac} and {\tt Idtac ``message''}\\ It leaves the goal unchanged but it appears in the proof script. +If there is a string as an argument then it prints this string on the +standard output. \subsubsection{Failing} |