knupfer / haskell-emacs

Write Emacs extensions in Haskell
376 stars 22 forks source link

flycheck complains about functions #10

Closed knupfer closed 9 years ago

knupfer commented 9 years ago

It seems that flycheck has got problems with the dot in the function names. The functions get reported as not defined. Furthermore, C-h doesn't like the dot either. So propably the dot must be deprecated and substituted by some other char.

Some thoughts:

knupfer commented 9 years ago

my bad, it isn't the dot, the functions aren't defined on compiling. So the user would have to compile the haskell files on compilation of .el files, or define dummy functions on the .el side. hmm

knupfer commented 9 years ago

This will be fixed with #3