Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Re: coq proof of fermat's last theorem

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Re: coq proof of fermat's last theorem


chronological Thread 
  • From: Guillaume Melquiond <guillaume.melquiond AT inria.fr>
  • To: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Re: coq proof of fermat's last theorem
  • Date: Thu, 02 Apr 2009 15:37:27 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Le jeudi 02 avril 2009 à 08:36 -0400, Chris Casinghino a écrit :
> I know it is partially documented [1], but are the coq developers
> aware that this "feature" can be exploited in this way?  All joking
> aside, it seems deceptive that this file compiles.

While this syntax can be abused, I believe it is necessary. Consider the
following script:

        Require Import String.
        Definition my_string := "*)"%string.

How would you comment it out, if comments were allowed to stop right in
the middle of a lexical entity?

Best regards,

Guillaume





Archive powered by MhonArc 2.6.16.

Top of Page