I am using leksah version 13.3.3.0. When I have a haskell line like this:
let s = "¬" :: String
in fact, the source file is not like that. If I open the source file in emacs, it reads the following:
let s = "not" :: String
How can I stop this leksah behavior?
source
share