Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Ltac match on quantified hypothesis

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Ltac match on quantified hypothesis


Chronological Thread 
  • From: Arnaud Spiwack <aspiwack AT lix.polytechnique.fr>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Ltac match on quantified hypothesis
  • Date: Tue, 22 Jul 2014 11:27:54 +0200


I'm not sure I understand your point, since [apply] and [match] use the same unification algorithm.

I don't think that's right, actually. Ltac's [match] does not do any unification, and the pattern-matching algorithm that it implements does not seem like it shares any code with apply's unification engine.



Archive powered by MHonArc 2.6.18.

Top of Page