Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] MSet of strings

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] MSet of strings


Chronological Thread 
  • From: Tom Prince <tom.prince AT ualberta.net>
  • To: Marco Maggesi <maggesi AT math.unifi.it>, coq-club AT inria.fr
  • Subject: Re: [Coq-Club] MSet of strings
  • Date: Thu, 03 Jan 2013 09:18:23 -0700

Marco Maggesi
<maggesi AT math.unifi.it>
writes:
> First question. It seems that the standard library doesn't provide
> yet an order on strings. So I defined myself an OrderedType for the
> strings (see the attached file). But, despite the fact that the Coq
> assures that my module satisfies the necessary signature, when I apply
> the functor MSets.MSetAVL.Ops I get the following error that I cannot
> track (this arrives at the very end of the attached file)
>
> Error: Signature components for label t do not match: types differ.

My first guess is that t isn't being marked appropriately transparent,
so coq isn't allowing them to be indentified.

Tom



Archive powered by MHonArc 2.6.18.

Top of Page