Effective Haskell: Typos/grammar (Chapter 1) - missing open double in prompt setting (page 2)

If you’d like to make your prompt look like the one in the examples, you can type: :set prompt λ " when you first start ghci. You can also add it to your ghci configuration file, at ${HOME}/.ghci.

:set prompt λ " It should change to :set prompt "λ "

2 Likes