Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Understanding Rewriting

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Understanding Rewriting


Chronological Thread 
  • From: gallego AT cri.ensmp.fr (Emilio Jesús Gallego Arias)
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Understanding Rewriting
  • Date: Fri, 10 Jul 2015 13:04:22 +0200
  • Cancel-lock: sha1:5Jb4r6cNetDV4YK41IdHn4ekV/Y=

Abhishek Anand
<abhishek.anand.iitg AT gmail.com>
writes:

> I don't know about merlin, but you can use Ltac pattern matching and "type
> of" to conveniently find out types of sub-expressions.

I have also found quite useful ssreflect's

"set f := pattern"

tactic to find out types of tricky sub-expressions; the matching
mechanism usually works well for my full-of-holes patterns.

I don't know if this can be done with the standard Coq tactics.

Best regards,
Emilio




Archive powered by MHonArc 2.6.18.

Top of Page