Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Eval compute and type classes

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Eval compute and type classes


Chronological Thread 
  • From: Julien Tesson <julien.tesson AT univ-orleans.fr>
  • To: aspiwack AT lix.polytechnique.fr
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Eval compute and type classes
  • Date: Fri, 12 Oct 2012 15:00:21 +0200

Le 11/10/2012 10:47, Arnaud Spiwack a écrit :
> Yes.
>
> It's occasionally useful to be able to compute with existential variables.
>
> Why is it strange ?
It looked strange for me at first because I would have expected the same
behaviour (in term of failure) between [Eval compute in a] and [Definition x
:= Eval compute in a], and because when I use type classes, I expect that the
instance search mechanism warn me when it failed to find a matching instance.

This new behaviour seems interesting but I found it surprising at first.

Regards,
Julien



Archive powered by MHonArc 2.6.18.

Top of Page