Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Notation

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Notation


Chronological Thread 
  • From: Nuno Gaspar <nmpgaspar AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Notation
  • Date: Fri, 19 Sep 2014 14:59:02 +0200

You need to put the single quotes:

Notation "A 'ε ' b" := (epsilon A b)  (at level 70). 

Cheers

2014-09-19 14:50 GMT+02:00 Richard Dapoigny <richard.dapoigny AT univ-savoie.fr>:
Hi all,
I have the following trouble with notation on my Windows system.
I define the following notation:
=========================
Class N : Type.
Class epsilon (A a:N) : Prop.

Notation "A ε b" := (epsilon A b)  (at level 70).
...
=========================
and I obtain the following error:
Error: A notation must include at least one symbol.
The same program correctly runs on a Mac.
If someone has an idea?
Thanks in advance,
Richard
--



--
Bart: Look at me, I'm a grad student, I'm 30 years old and I made $600 dollars last year.
Marge: Bart! Don't make fun of grad students, they just made a terrible life choice.

JPEG image



  • [Coq-Club] Notation, Richard Dapoigny, 09/19/2014
    • Re: [Coq-Club] Notation, Nuno Gaspar, 09/19/2014

Archive powered by MHonArc 2.6.18.

Top of Page