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: Perce Strop <percestrop AT outlook.com>
  • To: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: RE: [Coq-Club] How to use Notations inside of Modules?
  • Date: Thu, 25 Dec 2014 16:02:56 +0000
  • Importance: Normal

Hi,

You can use the command "Import int32" to use your notation. If you don't want to import everything, you should put your notation in an isolated module.

Perce



Archive powered by MHonArc 2.6.18.

Top of Page