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

Popular posts from this blog

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -