coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Dan Synek <synek AT cs.kun.nl>
- To: Coq-club AT pauillac.inria.fr
- Subject: [Coq-Club] recursive ltacs
- Date: Tue, 14 Sep 2004 09:19:54 +0200
- List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>
Hi,
This is a part of a tactic I want to wtite:
Ltac Ct F :=
match F with
true => True
| false => False
| (andb ?f1 ?f2) => and (Ct f1) (Ct f2)
end.
I get the following error message:
Error: The reference Ct was not found in the current environment
It seems like Coq does not allow recursive tactics, but according to the manual it does.
What am I doing wrong?
Thanks
Dan
- [Coq-Club] recursive ltacs, Dan Synek
- Re: [Coq-Club] recursive ltacs, Houda Anoun
- Re: [Coq-Club] recursive ltacs,
Hugo Herbelin
- Re: [Coq-Club] recursive ltacs,
Jasper Stein
- Re: [Coq-Club] recursive ltacs, Hugo Herbelin
- Re: [Coq-Club] recursive ltacs, Hugo Herbelin
- Re: [Coq-Club] recursive ltacs,
Jasper Stein
Archive powered by MhonArc 2.6.16.