haskell-emacs
haskell-emacs copied to clipboard
Doesn't work on spacemacs
I am on Windows 10
haskell-emacs-init seems to run successfully but when i evaluate (Matrix.identity 3) in the scratch I get Debugger entered--Lisp error: (void-function Matrix.identity)
Hm, how did you install haskell-emacs? No errors occured?
I'm not familiar with spacemacs, but what happens if you evaluate (setq debug-on-error t)
and reinstall haskell-emacs?
Have you already tried M-x package-install
?