Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Plugin question

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Plugin question


Chronological Thread 
  • From: Gregory Malecha <gmalecha AT gmail.com>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: [Coq-Club] Plugin question
  • Date: Thu, 5 Feb 2015 07:56:24 -0800

Hello --

I'd like to write a tactic as a plugin that roughly has this "type":

my_plugin_tac : (term -> (term -> tactic) -> tactic) -> tactic

i want the plugin to take a tactic, that takes a continuation to pass its result to so the ML plugin is going to supply the (term -> tactic) to its argument and use it to use the result.

Does anyone know how to do this? I've only passed constrs to tactics thus far, not tactic functions.

Thanks.

--
gregory malecha


  • [Coq-Club] Plugin question, Gregory Malecha, 02/05/2015

Archive powered by MHonArc 2.6.18.

Top of Page