Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] algebraic hierarchy

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] algebraic hierarchy


Chronological Thread 
  • From: Abhishek Anand <abhishek.anand.iitg AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] algebraic hierarchy
  • Date: Tue, 11 Nov 2014 15:10:44 -0500

Are there any examples of using Ring, SemiRing and Ordered SemiRings from MathClasses?


The CoRN library depends on it. So you can import files from the CoRN library and then use the Print Instances query.
Using the query "Print Instances MathClasses.interfaces.abstract_algebra.Ring", I found many uses, including the following :

https://github.com/c-corn/corn/blob/master/reals/fast/CRArith.v#L692

Other queries that might be useful for you are:  Locate, Print, Search, SearchAbout, SearchPattern
 




Archive powered by MHonArc 2.6.18.

Top of Page