Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Debugging (Ltac) tactics producing terms

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Debugging (Ltac) tactics producing terms


chronological Thread 
  • From: Assia Mahboubi <assia.mahboubi AT inria.fr>
  • To: coq-club AT pauillac.inria.fr
  • Subject: [Coq-Club] Debugging (Ltac) tactics producing terms
  • Date: Thu, 26 Apr 2007 15:43:50 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Hi,

I would like to inspect the values produced on particular entries by a tactic constructing terms, like:

Ltac toto n := constr:(S n).

I can  build an other  tactic :

Ltac titi n :=
let x := (toto n) in
let m := fresh "m" in (pose m := x).

and call it in proof mode.

I would like to know if there is a simpler way to access to the values of toto.

Thanks in advance,


assia





Archive powered by MhonArc 2.6.16.

Top of Page