diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2018-02-07 16:00:58 +0100 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2018-02-07 16:00:58 +0100 |
commit | 47e43e229ab02a4dedc2405fed3960a4bf476b58 (patch) | |
tree | c819b17483f7faf228669cba93f6b1bf7ce22367 /doc | |
parent | a15ae330fd156b74fcdfb4fc39b79013d3e398bf (diff) | |
parent | 0552482c947966f720e265e95db44c45331f38a1 (diff) |
Merge PR #6657: Document the Fail command
Diffstat (limited to 'doc')
-rw-r--r-- | doc/refman/RefMan-oth.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/refman/RefMan-oth.tex b/doc/refman/RefMan-oth.tex index 3ebeba178..65926c69c 100644 --- a/doc/refman/RefMan-oth.tex +++ b/doc/refman/RefMan-oth.tex @@ -912,6 +912,15 @@ This command turns off the use of a default timeout. This command displays whether some default timeout has be set or not. +\subsection[\tt Fail \textrm{\textsl{command-or-tactic}}.]{\tt Fail \textrm{\textsl{command-or-tactic}}.\comindex{Fail}\label{Fail}} + +For debugging {\Coq} scripts, sometimes it is desirable to know +whether a command or a tactic fails. If the given command or tactic +fails, the {\tt Fail} statement succeeds, without changing the proof +state, and {\Coq} prints a message confirming the failure. If the +command or tactic succeeds, the statement is an error, and {\Coq} +prints a message indicating that the failure did not occur. + \section{Controlling display} \subsection[\tt Set Silent.]{\tt Set Silent.\optindex{Silent} |