We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
There you go. Thanks for reporting this issue.
Sorry, something went wrong.
Great! Thanks for fixing the issue.
No branches or pull requests
Let's suppose I want to create a data type
Foo
with two constructorsC1
andC2
, so I start to typethen when I press the enter key after
)
I get the errorHaskell-mode version: 20150809.2327
The text was updated successfully, but these errors were encountered: