Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] How to FMapAVL.Make(N)?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] How to FMapAVL.Make(N)?


Chronological Thread 
  • From: Frédéric Blanqui <frederic.blanqui AT inria.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] How to FMapAVL.Make(N)?
  • Date: Fri, 5 Jan 2018 13:49:58 +0100

Hi Beta.

Perhaps you can solve your problem using https://coq.inria.fr/distrib/8.7.0/stdlib//Coq.Structures.OrderedTypeEx.html .

Best regards,

Frédéric.


Le 05/01/2018 à 13:26, Beta Ziliani a écrit :

Hi list,

Using the STD lib, I’d like to make a map with the N module as key. Despite N being a TotalOrder, Make complains that The field lt_not_eq is missing in Coq.NArith.BinNat.N. How should I proceed?

Many thanks,
Beta





Archive powered by MHonArc 2.6.18.

Top of Page