[Haskell-cafe] TypeOperators and Unicode

Maciej Marcin Piechotka uzytkownik2 at gmail.com
Mon Sep 12 09:56:57 CEST 2011


On Mon, 2011-09-12 at 11:51 +0400, Grigory Sarnitskiy wrote:
> I want to have Unicode symbols for type operator:
> 
> {-# LANGUAGE TypeOperators #-}

Add also:

{-# LANGUAGE UnicodeSyntax #-}

> 
> data a ── b = Foo a b
> 
> But it doesn't work. Any suggestions?

Regards
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110912/e070fdca/attachment.pgp>


More information about the Haskell-Cafe mailing list