Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Adding Top-Level Declaration Syntax

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Adding Top-Level Declaration Syntax


Chronological Thread 
  • From: Eddy Westbrook <westbrook AT kestrel.edu>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: [Coq-Club] Adding Top-Level Declaration Syntax
  • Date: Mon, 20 Oct 2014 10:38:37 -0700

Hi,

I am interested in adding my own top-level declaration forms, like “Program
Definition” and “Functional Scheme”, which generate obligations and/or add
definitions to the current section / module. Is there any documentation on
how to do this? Presumably, I could define such a thing as a separate ML
module that could be loaded into Coq, without modifying the Coq source
itself. I have been looking a little at the plugins/ directory for some
examples, but it would be much easier to wade through that code with a little
bit of guidance.

Thanks,
-Eddy




Archive powered by MHonArc 2.6.18.

Top of Page