Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] mathematical function notation

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] mathematical function notation


Chronological Thread 
  • From: Pierre-Marie Pédrot <pierre-marie.pedrot AT inria.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] mathematical function notation
  • Date: Thu, 5 Nov 2015 10:49:36 +0100

On 04/11/2015 21:36, Cedric Auger wrote:
> ​No, but maybe that using other symbols than "(,)", like "⦅,⦆​" or
> playing with notation levels and/or scopes.

I think you can hack with Unicode: the following seems to work for me,
where "␣" stands for a zero-width space (U+200B).

Notation "f ␣( x )" := (f x)
(at level 1, left associativity, format "f ␣( x )").

PMP

Attachment: signature.asc
Description: OpenPGP digital signature




Archive powered by MHonArc 2.6.18.

Top of Page