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

Port SublimeHaskell's syntax highlighting, adding Unicode syntax and “newer” Prelude functions + type classes. #37

Merged
merged 1 commit into from
Nov 15, 2015

Conversation

kerscher
Copy link
Contributor

This partially solves #35 and adds the newer typeclasses available on the Prelude now, including the newer functions imported by default — i.e. Foldable, Traversable and Monoid.

For type declarations, using the following is now possible:

  • for ->
  • for =>
  • for ::
  • for *

I still need to add and the additional symbols for Arrow notation, but this is usable right now for the majority of cases. I'm using it from now on. Please test it out and merge if OK.

and “newer” Prelude functions + type classes.
lukexi added a commit that referenced this pull request Nov 15, 2015
Port SublimeHaskell's syntax highlighting, adding Unicode syntax and “newer” Prelude functions + type classes.
@lukexi lukexi merged commit 1bce095 into lukexi:master Nov 15, 2015
@rvion
Copy link
Collaborator

rvion commented Nov 16, 2015

thanks !

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 this pull request may close these issues.

3 participants