Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] The implicit-argument-ness of type classes

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] The implicit-argument-ness of type classes


Chronological Thread 
  • From: Jason Gross <jasongross9 AT gmail.com>
  • To: Matthieu Sozeau <matthieu.sozeau AT gmail.com>
  • Cc: Michiel Helvensteijn <mhelvens AT gmail.com>, Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] The implicit-argument-ness of type classes
  • Date: Sun, 21 Jul 2013 19:07:09 -0400


> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> Arguments elements _ _.
> Print Implicit elements. (* Argument DM is implicit and maximally inserted *)
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

That's unfortunate, maybe a bug? You could try the [Implict Arguments elements []]
command instead.

I think [Arguments elements : clear implicits.] might do what you want.

-Jason



Archive powered by MHonArc 2.6.18.

Top of Page