Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] How to use Notations inside of Modules?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] How to use Notations inside of Modules?


Chronological Thread 
  • From: Chris Dams <chris.dams.nl AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] How to use Notations inside of Modules?
  • Date: Sun, 28 Dec 2014 13:25:59 +0100

Hello Perce,

Thank you for your response. It is not actually this easy, though. Note that the definition of gt is also inside the concrete module and not in the signature. I do not want to export gt because it would conflict with gt of the natural numbers. I guess, I could just move gt to the signature, but for the moment I have now just redeclared my notations outside of the module again. Not particularly pretty but it works.

Regards,
Chris



Archive powered by MHonArc 2.6.18.

Top of Page