Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Notation

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Notation


Chronological Thread 
  • From: Richard Dapoigny <richard.dapoigny AT univ-savoie.fr>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: [Coq-Club] Notation
  • Date: Fri, 19 Sep 2014 14:50:34 +0200

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
--

JPEG image

begin:vcard
fn:Richard Dapoigny
n:Dapoigny;Richard
email;internet:richard.dapoigny AT univ-savoie.fr
tel;work:+33 450 09 65 29
tel;cell:+33 621 35 31 43
version:2.1
end:vcard




Archive powered by MHonArc 2.6.18.

Top of Page