ghc: Enable useful extension for Records
This commit is contained in:
parent
2be882ec0f
commit
1ef8862feb
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
:set -XNumericUnderscores
|
||||
:set -XFlexibleContexts
|
||||
:set -XScopedTypeVariables
|
||||
:set -XOverloadedRecordDot
|
||||
:set -XDuplicateRecordFields
|
||||
:set -interactive-print=Text.Pretty.Simple.pPrint
|
||||
|
||||
-- -------------------------------------------------------------------- --
|
||||
|
|
Loading…
Reference in a new issue