diff --git a/ghc/.ghc/ghci.conf b/ghc/.ghc/ghci.conf index cb25103..5e3c9ad 100644 --- a/ghc/.ghc/ghci.conf +++ b/ghc/.ghc/ghci.conf @@ -15,6 +15,8 @@ :set -XNumericUnderscores :set -XFlexibleContexts :set -XScopedTypeVariables +:set -XOverloadedRecordDot +:set -XDuplicateRecordFields :set -interactive-print=Text.Pretty.Simple.pPrint -- -------------------------------------------------------------------- --