Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Programming custom Tactics

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Programming custom Tactics


chronological Thread 
  • From: Christian Doczkal <doczkal AT ps.uni-sb.de>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Programming custom Tactics
  • Date: Wed, 06 Jan 2010 17:07:04 +0100

Hello Everyone?

>From what I read so far, there seem to be a number of different ways to
extend Coq with additional tactics. 

     1. Code it directly in Ltac
     2. Use reflection and code it directly in Gallina
     3. Code an external tactic and call it using "external2 using XML
        for communication
     4. Coding the tactic directly into Coq at the OCaml level




Archive powered by MhonArc 2.6.16.

Top of Page