Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Hierarchies with type classes

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Hierarchies with type classes


Chronological Thread 
  • From: Daniel Schepler <dschepler AT gmail.com>
  • To: Richard Dapoigny <richard.dapoigny AT univ-savoie.fr>
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Hierarchies with type classes
  • Date: Wed, 15 Aug 2012 13:01:47 -0700

On Wed, Aug 15, 2012 at 6:26 AM, Richard Dapoigny
<richard.dapoigny AT univ-savoie.fr>
wrote:
> Hi all,
> I use actually type classes for building hierarchies and I wonder how to
> print these hierarchies as we can do with simple coercions (e.g., Print
> Graph).
> If someone has an idea...
> Thanks in advance,
> Richard

"Print HintDb typeclass_instances." might come close to what you want
-- although it would print the actual instance names and not the types
of arguments that go into the instances.
--
Daniel Schepler



Archive powered by MHonArc 2.6.18.

Top of Page