문제

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