You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use C-c C-l, which is haskell-process-load-file command, and if there is an error in my code, this error shows. However, if the code is correct, then there is no such error.
(wrong-type-argument number-or-marker-p nil)
If I use :l filename.hs in the haskell buffer, it works correctly, no error at all.