سؤال

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