[Haskell-cafe] TypeOperators and Unicode

Grigory Sarnitskiy sargrigory at ya.ru
Mon Sep 12 09:51:09 CEST 2011


I want to have Unicode symbols for type operator:

{-# LANGUAGE TypeOperators #-}

data a ── b = Foo a b

But it doesn't work. Any suggestions?



More information about the Haskell-Cafe mailing list