
12 Sep
2011
12 Sep
'11
3:51 a.m.
I want to have Unicode symbols for type operator: {-# LANGUAGE TypeOperators #-} data a ── b = Foo a b But it doesn't work. Any suggestions?