haskell - How to stop leksah from replacing chars like the not sign? -
i use leksah version 13.3.3.0. when have haskell line this:
let s = "¬" :: string
in reality, source file not that. if open source file in emacs, reads this:
let s = "not" :: string
how can stop behaviour of leksah?
you have "tocandy" option set in configurations. menu->congifuration->tocandy.
Comments
Post a Comment