Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 leksah 版本 13.3.3.0。当我有这样的haskell线时:
let s = "¬" :: String
实际上,源文件不是那样的。如果我在 emacs 中打开源文件,它会显示:
let s = "not" :: String
我怎样才能阻止 leksah 的这种行为?
您可能在配置中设置了“ToCandy”选项。菜单->配置->ToCandy。