ghc: Enable useful extension for Records

This commit is contained in:
Sanchayan Maity 2024-01-31 18:55:02 +05:30
parent 2be882ec0f
commit 1ef8862feb
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
:set -XNumericUnderscores
:set -XFlexibleContexts
:set -XScopedTypeVariables
:set -XOverloadedRecordDot
:set -XDuplicateRecordFields
:set -interactive-print=Text.Pretty.Simple.pPrint
-- -------------------------------------------------------------------- --