Alain Cremieux wrote:

I think that having Unicode keywords is a very nice thing. It will give more readable programs (especially printed ones), once we'll get used to it. I intend to convert all my haskell sources to this new system. So please don't remove it!

Would you have some Haskell examples available ?

Here's the composition operator using some Unicode symbols:

(∘) :: ∀ α β γ . (β → γ) → (α → β) → (α → γ)
(f ∘ g) x = f (g x)

(hopefully this message reaches you in UTF-8, and hopefully the font you display it in has the necessary symbols...)

Cheers,
        Simon

_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to