Hello,
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.
I wonder what is going on?