Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Problem using a functor

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Problem using a functor


chronological Thread 
  • From: Adam Chlipala <adamc AT csail.mit.edu>
  • To: Emmanuel Polonowski <polonowski AT u-pec.fr>
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Problem using a functor
  • Date: Thu, 01 Sep 2011 09:58:43 -0400

Emmanuel Polonowski wrote:
Thank you for the hint ! It works fine now...

Is there a document providing an introduction or some explanations about this 
point or the fundamentals of the module system ?

That information is probably present in Section 2.5 of the Coq manual. For instance, you can see that the non-terminal "module_expression" clearly only allows application to qualified identifiers ("qualid"s).

The point and fundamentals of Coq's module system are pretty much the same as for ML module systems. If you're not familiar with those, you might want to read up on one (e.g., OCaml's).



Archive powered by MhonArc 2.6.16.

Top of Page