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: Adam Chlipala <adamc AT csail.mit.edu>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Small error-reporting bug and typeclass question
  • Date: Wed, 05 Mar 2014 14:23:44 -0500

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