How do you set up a custom prompt in ghci so that it works properly with inferior haskell process ?

I know that I can modify ~/.ghci, but that leads to another problem.

Any solution to this ?

有帮助吗?

解决方案

Following thing pattern matches in the latest haskell-mode:

:set prompt "λ> "
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top