Skip to content

Instantly share code, notes, and snippets.

@pedrominicz
Last active November 28, 2022 18:15
Show Gist options
  • Save pedrominicz/29bb4915d33234c06291242164dab28f to your computer and use it in GitHub Desktop.
Save pedrominicz/29bb4915d33234c06291242164dab28f to your computer and use it in GitHub Desktop.
Glorious GHCi Configuration File!
: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