Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Using vm_compute and reflexivity

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Using vm_compute and reflexivity


Chronological Thread 
  • From: Laurent Thery <Laurent.Thery AT inria.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Using vm_compute and reflexivity
  • Date: Sat, 22 Apr 2017 23:39:12 +0200



On 04/22/2017 11:35 PM, Kenneth Roe wrote:
This solution does not quite work. This does indeed apply vm_compute to the ?X
term. However, this code will substitute the result or the existential variable.
The “reflexivity” tactic will then apply “simpl" to the original “3+4” term.
The “3+4” term needs to be evaluated exclusively by vm_compute and nothing else.

That's the point of the vm_cast, the reflexivity will be checked by vm_compute.

--
Laurent



Archive powered by MHonArc 2.6.18.

Top of Page