Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Full Information on "Locate Notation"

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Full Information on "Locate Notation"


Chronological Thread 
  • From: t x <txrev319 AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: [Coq-Club] Full Information on "Locate Notation"
  • Date: Sat, 21 Sep 2013 13:06:02 +0000

Hi,

I know how to use:

>>> Locate "_ /\ _".

I get back a result of:

>>> A /\ B = and A B

However, this is not sufficient. Is there a way to get back associativity and precedence level as well?

(In particular, I need to build a Notation that "mirrors" Coq Props, things like

/\ ==> e/\
\/ ==> e\/
-> ==> e->

and I would prefer that the two notations, modulo the objects they represent, operate on the same way.)

Thanks!


  • [Coq-Club] Full Information on "Locate Notation", t x, 09/21/2013

Archive powered by MHonArc 2.6.18.

Top of Page