Frage

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 ?

War es hilfreich?

Lösung

Following thing pattern matches in the latest haskell-mode:

:set prompt "λ> "
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top