Skip to content

Unicode function symbol and data types #811

New issue

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

Closed
asr opened this issue Aug 12, 2015 · 2 comments
Closed

Unicode function symbol and data types #811

asr opened this issue Aug 12, 2015 · 2 comments

Comments

@asr
Copy link

asr commented Aug 12, 2015

Let's suppose I want to create a data type Foo with two constructors C1 and C2, so I start to type

{-# 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

@gracjan
Copy link
Contributor

gracjan commented Sep 4, 2015

There you go. Thanks for reporting this issue.

@asr
Copy link
Author

asr commented Sep 7, 2015

Great! Thanks for fixing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants