Skip to content
Snippets Groups Projects
Commit 9692976c authored by f-a's avatar f-a Committed by Mergify
Browse files

Add OverloadedRecordUpdate to KnownExtension

parent a67de795
No related branches found
No related tags found
No related merge requests found
......@@ -861,6 +861,11 @@ data KnownExtension =
-- | Enable the use of record dot-accessor and updater syntax
| OverloadedRecordDot
-- | Provides record @.@ syntax in record updates, e.g. @x {foo.bar = 1}@.
--
-- * <https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/exts/overloaded_record_update.html#extension-OverloadedRecordUpdate>
| OverloadedRecordUpdate
-- | Enable data types for which an unlifted or levity-polymorphic result kind is inferred.
| UnliftedDatatypes
......
  • f-a @trac-f-a

    mentioned in commit af122342

    ·

    mentioned in commit af122342

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment