
8 Aug
2002
8 Aug
'02
7:34 a.m.
Hi, Is there a way to include symbols like set union , set intersection etc in Haskell code ? Chitra
One very simple idea to use this (in Xemacs) would be to make an X-Symbol for haskell (http://x-symbol.sourceforge.net/) . It doesn't seem that complicated but I know nothing abuot elisp at this time. Ths mode can map tokens into math symbols and vice-versa. We can define the tokens and the associations, one simple idea would be to map _alpha into alphas, => into real arrows, etc. J.A.