Arc Forumnew | comments | leaders | submitlogin
1 point by Pauan 4828 days ago | link | parent

Yes. One potential solution is the curly infix system described here (scroll down a bit):

http://www.dwheeler.com/readable/sweet-expressions.html

Though that does add two extra characters:

  {x | y | z}


1 point by akkartik 4828 days ago | link

Ah, I keep losing that page, thanks!

But for this particular case I'd rather just add an extra '|' and make it all prefix.

-----