Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Dealing with Coq modules in OCaml

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Dealing with Coq modules in OCaml


chronological Thread 
  • From: Adam Chlipala <adam AT chlipala.net>
  • To: David Pereira <dpereira AT liacc.up.pt>
  • Cc: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Dealing with Coq modules in OCaml
  • Date: Sat, 18 Dec 2010 08:31:03 -0500

David Pereira wrote:
I am not sure if this list is the better place to ask questions about tactic 
implementation in Ocaml, but I would like to learn how one can have access to 
the fields of Coq's parameterized modules, and to module types.

I'm not aware of any manual for this sort of thing. The path forward is to crawl through the Coq source code. In particular, I expect you'll find the functions you're looking for by starting with a reading of source file kernel/environ.mli.



Archive powered by MhonArc 2.6.16.

Top of Page