Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] coqchk safe from plugins? (Was: Axioms reported by coqchk)

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] coqchk safe from plugins? (Was: Axioms reported by coqchk)


Chronological Thread 
  • From: Robbert Krebbers <mailinglists AT robbertkrebbers.nl>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] coqchk safe from plugins? (Was: Axioms reported by coqchk)
  • Date: Fri, 19 Aug 2016 20:00:28 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=mailinglists AT robbertkrebbers.nl; spf=None smtp.mailfrom=mailinglists AT robbertkrebbers.nl; spf=None smtp.helo=postmaster AT smtp1.science.ru.nl
  • Ironport-phdr: 9a23:Wgkm3hbpMSnaQ96SCCBoWOP/LSx+4OfEezUN459isYplN5qZpMW6bnLW6fgltlLVR4KTs6sC0LuP9fq+EjVZv97B6ClEK80UEUddyI0/pE8JOIa9E0r1LfrnPWQRPf9pcxtbxUy9KlVfA83kZlff8TWY5D8WHQjjZ0IufrymUrDbg8n/7e2u4ZqbO1wO32vkJ+ksZ0zv802R7pBQ2to6bP5pi1PgmThhQ6xu32RmJFaezV7Xx/yb29pdyRlWoO8r7MVaUK/3LOwSRL1cCyk6YShuvJW4/S/qFlTUoyNAGiVLylsbSzXD9wzwC5ftrjPh5K061yiGPdD8C7szXHOn5rtrDRTvjT9AMjcl8CTcjcloy6hfpxjmohVk34POJ4ScKPp1eabFOtQWSV1GRMpcTWtaHpm9d5MCA90GMepvqJPxqkE5sRuzAhOhAaXxmQNP03TxxOgx1/krOQDAxg0pWdwU41rOq9CgDqAYW+2v0OHr1zjJZf5Mwn+p7YHJdhEnrvWNRq5rWdDWw0MiDR/GlFiao4H/JHWT0rJe4CCg8+N8WLf32CYcoAZrr23ynso=

On 08/19/2016 07:47 PM, Jonathan Leivent wrote:
Would you even recognize the decompiled lemma as the one you intended,
based on all that would need to be omitted (notations, implicits,
unicode translations, coercions, etc.)?
Depends on the lemma of course. If you ask it to print a lemma whose statement heavily relies on notations and implicit arguments, it will probably be unrecognizable.

However, that does not have to be the case. Take a look at:


https://github.com/math-comp/math-comp/blob/master/mathcomp/odd_order/stripped_odd_order_theorem.v

This is a rather small self-contained file that consists of the odd-order theorem and all definitions involved in its statement. It does not rely on notations, implicit arguments, and so on.



Archive powered by MHonArc 2.6.18.

Top of Page