[Haskell-cafe] Lisp like symbols in haskell

Michael Vanier mvanier42 at gmail.com
Tue Dec 8 03:48:09 EST 2009


jean-christophe mincke wrote:
> Hello,
>
> Has there already been attempts to introduce lisp like symbols in haskell?
>
>
> Thank you
>
> Regards
>
> J-C
>

J-C,

Do you mean symbols as in "interned strings with an O(1) string 
comparison method"?  I would love to have those, but I don't see an easy 
way to get it without being in the IO or ST monad.

Mike




More information about the Haskell-Cafe mailing list