lukexi / stack-ide-sublime

An Sublime Text IDE for Haskell based on stack-ide
27 stars 5 forks source link

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

Closed kerscher closed 8 years ago

kerscher commented 8 years ago

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:

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.

rvion commented 8 years ago

thanks !