Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Small error-reporting bug and typeclass question

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Small error-reporting bug and typeclass question


Chronological Thread 
  • From: Kevin Sullivan <sullivan.kevinj AT gmail.com>
  • To: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Small error-reporting bug and typeclass question
  • Date: Wed, 5 Mar 2014 14:42:21 -0500

Of course. Thanks. --Kevin


On Wed, Mar 5, 2014 at 2:23 PM, Adam Chlipala <adamc AT csail.mit.edu> wrote:
On 03/05/2014 02:16 PM, Kevin Sullivan wrote:
Separately, I'd note that the error message produced for the last line of this short code segment is this: Error: The term "append_nil" has type "Monoid" while it is expected to have type "Monoid". This doesn't seem quite right.

The message sounds right to me, considering normal Coq conventions, because the parameter to [Monoid] is marked as implicit.  Try the usual fix of running [Set Printing All], or another command to trigger a less verbose printing mode that still includes what you need.




Archive powered by MHonArc 2.6.18.

Top of Page