Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Problem with types in the Compile Time Parsing pearl.

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Problem with types in the Compile Time Parsing pearl.


Chronological Thread 
  • From: Pierre-Marie Pédrot <pierre-marie.pedrot AT inria.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Problem with types in the Compile Time Parsing pearl.
  • Date: Sun, 13 Mar 2016 20:02:50 +0100

On 13/03/2016 19:56, Lars Rasmusson wrote:
> (Probably I have made an error somewhere, but I'm not able to spot it.)

Your monad is a CPS, which typically requires impredicativity of the
target sort to be run into the same sort. I think this is why your
example fails. If this is the case, there is not much to do to be able
to port this code to Coq, except maybe using the -impredicative-set flag.

PMP

Attachment: signature.asc
Description: OpenPGP digital signature




Archive powered by MHonArc 2.6.18.

Top of Page