0

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 ?

Community
  • 1
  • 1
Sibi
  • 47,472
  • 16
  • 95
  • 163

1 Answers1

1

Following thing pattern matches in the latest haskell-mode:

:set prompt "λ> "
Sibi
  • 47,472
  • 16
  • 95
  • 163