Skip to content
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

Invalid token: = #844

Closed
YoEight opened this issue Sep 3, 2015 · 4 comments · Fixed by #846
Closed

Invalid token: = #844

YoEight opened this issue Sep 3, 2015 · 4 comments · Fixed by #846

Comments

@YoEight
Copy link

YoEight commented Sep 3, 2015

Hi,

I updated my haskell-mode with MELPA and I keep having

Invalid token: = 

here a snippet

loadPhases :: M.Map String (Phase g l) -> [String] -> Maybe [Phase g l]
loadPhases ps = traverse go

The syntax looks good to me. That prevents me from editing my buffer. Is it possible to disable such behavior ?

Thanks for your time.

@ivan-m
Copy link
Contributor

ivan-m commented Sep 3, 2015

Which indentation mode are you using (as that's probably what's causing it)? Are you doing any other customisations?

@YoEight
Copy link
Author

YoEight commented Sep 4, 2015

I use that one

(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)

I also run

(add-hook 'haskell-mode-hook 'haskell-style)

@YoEight
Copy link
Author

YoEight commented Sep 5, 2015

Thanks !

When that patch would be available on MELPA please ?

@gracjan
Copy link
Contributor

gracjan commented Sep 5, 2015 via email

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

Successfully merging a pull request may close this issue.

3 participants