Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] ML and coq

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] ML and coq


chronological Thread 
  • From: Claudio Sacerdoti Coen <sacerdot AT cs.unibo.it>
  • To: Devisschere Yann <devissch AT enseirb.fr>
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] ML and coq
  • Date: Fri, 15 Apr 2005 17:09:57 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

>    I need to make ML execute the coq command "Hint rewrite lemma_name:DB."
>    How can I do that ?

 Autorewrite.add_rew_rule

 You can use (Tacexpr.TacId "") for the tactic argument (the third component
 of a raw_rew_rule). The boolean is the direction (rewriting from left to
 right or the other way around).

-- 
----------------------------------------------------------------
Real name: Claudio Sacerdoti Coen
Doctor in Computer Science, University of Bologna
E-mail: 
sacerdot AT cs.unibo.it
http://www.cs.unibo.it/~sacerdot
----------------------------------------------------------------




Archive powered by MhonArc 2.6.16.

Top of Page