Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Abreviations: change between Coq-8.0bet and Coq-8.0 ?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Abreviations: change between Coq-8.0bet and Coq-8.0 ?


chronological Thread 
  • From: S�bastien Hinderer <Sebastien.Hinderer AT loria.fr>
  • To: Coq <coq-club AT pauillac.inria.fr>
  • Subject: [Coq-Club] Abreviations: change between Coq-8.0bet and Coq-8.0 ?
  • Date: Wed, 12 May 2004 11:57:16 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Dear all,

With Coq-8.0beta, I was used to be able to define abreviations in an
environment where all subterms they refered to where not defined.

For instance, I could define :

Notation Symbol := (symbol Sig).

whereas Sig was not defined.

This worked, because each time the Symbol notation was used, Sig was
indeed present in the environment.

But now, it seems that with Coq-8.0 Sig is required to be defined be fore the
Notation command, which is a big problem for me.

Has someone information on this topic ?

Many thanks in advance,
Sébastien.




Archive powered by MhonArc 2.6.16.

Top of Page