Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
147 commits behind the upstream repository.
sheaf's avatar
sheaf authored
This commit extends the documentation of the OverloadedStrings extension
with some usage information, in particular suggestions to:

  - use default declarations, such as `default (Text)` or
    `default IsString(Text)` (with the NamedDefaults extension),

  - enable the ExtendedDefaultRules extension to relax the requirement
    that a defaultable type variable must only appear in unary standard
    classes

Fixes #23388
0c9fd8d4
History
Name Last commit Last update