Last active
November 28, 2022 18:15
-
-
Save pedrominicz/29bb4915d33234c06291242164dab28f to your computer and use it in GitHub Desktop.
Glorious GHCi Configuration File!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:set prompt "\x03bb> " | |
:set prompt-cont " " | |
:set -Wall | |
:set -Wcompat | |
:set -Wincomplete-record-updates | |
:set -Wincomplete-uni-patterns | |
:set -Wno-name-shadowing | |
:set -Wredundant-constraints | |
:set -XOverloadedStrings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment