Skip to content

Respect prompt in GhciSettings

Zejun Wu requested to merge watashi/ghc:ghci_settings_prompt into master

This was broken when PromptFunction was introduced. The settings were ignored and default values were always used.

Test Plan: ./validate

Merge request reports