GHC/Type system

From HaskellWiki
< GHC
Revision as of 20:32, 23 July 2021 by Ysangkok (talk | contribs) (fix link to OverlappingInstances)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Type system extensions in GHC

GHC comes with a rather large collection of type-system extensions (beyond Haskell 98). The GHC Users Guide has a section on Language Extensions. But this page is a place to record user-oriented observations, notes, and suggestions on how to use them.