We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Let's suppose I want to create a data type Foo with two constructors C1 and C2, so I start to type
Foo
C1
C2
{-# LANGUAGE UnicodeSyntax #-} data Foo = C1 (Int → Int)
then when I press the enter key after ) I get the error
)
Illegal token : →
Haskell-mode version: 20150809.2327