Skip to Content.
Sympa Menu

coq-club - [Coq-Club] locate a function

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] locate a function


Chronological Thread 
  • From: Leonardo Rodriguez <leonardomatiasrodriguez AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: [Coq-Club] locate a function
  • Date: Wed, 22 Oct 2014 15:29:19 -0300

Hi Club,

I have a simple question: how do you find out where a function is located,
in which file. I know that I can do a "grep -r funcion_name *.v" in console, but I wonder if there is a better way (and I have several libraries imported that reside in others folders, then "grep" does not help much).

Thank you in advance.





Archive powered by MHonArc 2.6.18.

Top of Page