GHC/Type system: Difference between revisions

From HaskellWiki
< GHC
Ysangkok (talk | contribs)
fix link to ghc user guide
Ysangkok (talk | contribs)
fix link to users guide
Line 2: Line 2:
<span style='font-size: x-large; font-weight: bold'>Type system extensions in GHC</span>
<span style='font-size: x-large; font-weight: bold'>Type system extensions in GHC</span>


GHC comes with a rather large collection of type-system extensions (beyond Haskell 98). They are all documented in the [https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/lang.html user manual], but this page is a place to record user-oriented observations, notes, and suggestions on how to use them.
GHC comes with a rather large collection of type-system extensions (beyond Haskell 98). {{GHCUsersGuide|exts||a section on Language Extensions}} But this page is a place to record user-oriented observations, notes, and suggestions on how to use them.


* '''[[GHC/Indexed_types|Indexed data types]]'''
* '''[[GHC/Indexed_types|Indexed data types]]'''

Revision as of 20:24, 23 July 2021

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.