[Haskell-cafe] Unicode Haskell source -- Yippie!

Brandon Allbery allbery.b at gmail.com
Thu Apr 24 17:21:27 UTC 2014


On Thu, Apr 24, 2014 at 1:15 PM, Rustom Mody <rustompmody at gmail.com> wrote:

> Any possibilities on making the commented out parts work?


Unary operators are not really doable. Take a look at the ugliness around
unary minus for why. (Note in particular how it breaks section syntax.)

Nullary operators are even less doable; Set.null must be done with an
identifier character, not a symbol character. (There are a number of such
that would fit, since it is actually used in some languages.)

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140424/3c1aa697/attachment.html>


More information about the Haskell-Cafe mailing list