Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] tactics inside a Section

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] tactics inside a Section


chronological Thread 
  • From: Keiko Nakata <keiko AT kurims.kyoto-u.ac.jp>
  • To: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] tactics inside a Section
  • Date: Fri, 27 Jun 2008 21:58:26 +0900 (JST)
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Hello Hugo,

> If you think this is important, we may think to do it at some further
> time.

Unfortunately, I do not think what I was attempting is such important 
that it motivates the extension ;-)

I was looking for a modular way to abstract tactics over lemmas used, 
exploiting untypedness of Ltac.
So I was on the way to see whether Tac.mytac below: 

Section Tac.

Variables p: Prop.

Ltac mytac x := generalize (p x).

End Tac.

is equivalent to "mytac p x := generalize (p x)".

Now I am experimenting to see how a similar attempt works with functors;
is there some documentation of the possible combination of Ltac and functors?

Best regards,
Keiko





Archive powered by MhonArc 2.6.16.

Top of Page