From 2e1cf3b0fc53197dbeb40e57b5dcbf6165419c9b Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 20 Jan 2003 08:56:08 +0000 Subject: Utilisation de 'Recursive' pour les tactiques r�cursives git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8309 85f007b7-540e-0410-9357-904b9bb8a0f7 --- doc/RefMan-ltac.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/RefMan-ltac.tex b/doc/RefMan-ltac.tex index b6844eb486..d96ff4dda7 100644 --- a/doc/RefMan-ltac.tex +++ b/doc/RefMan-ltac.tex @@ -542,7 +542,7 @@ Compute in} and we can get the terms back by {\tt Match}. {\parbox{6in} { \begin{coq_example} -Tactic Definition Permut n:= +Recursive Tactic Definition Permut n:= Match Context With [|-(permut ? ?1 ?1)] -> Apply permut_refl |[|-(permut ? (cons ?1 ?2) (cons ?1 ?3))] -> @@ -760,7 +760,7 @@ And MainSimplif:= Match Context With [|- ?1== ?2] -> Try (DSimplif ?1);Try (DSimplif ?2). -Tactic Definition Length trm:= +Recursive Tactic Definition Length trm:= Match trm With [?*?1] -> Let succ=(Length ?1) In -- cgit v1.2.3