Difference between revisions of "Haskell 2010"
From HaskellWiki
m (→Changes since Haskell '98: Updated links to Haskell Prime wiki) |
m (→Additional change: Link updated) |
||
Line 23: | Line 23: | ||
An additional change was [http://www.haskell.org/pipermail/haskell-prime/2011-January/003335.html published] at January 7th 2011: | An additional change was [http://www.haskell.org/pipermail/haskell-prime/2011-January/003335.html published] at January 7th 2011: | ||
− | * [ | + | * [https://prime.haskell.org/wiki/NoDatatypeContexts No Datatype Contexts] |
== Links == | == Links == |
Revision as of 02:27, 26 August 2018
Introduction
The current Haskell standard, Haskell 2010, was announced at November 24th 2009; GHC supports it since revision 7.0.1.
Changes since Haskell '98
- Do And If Then Else
- Hierarchical Modules
- Empty Data Declarations
- Fixity Resolution
- Foreign Function Interface
- Line Comment Syntax
- Pattern Guards
- Relaxed Dependency Analysis
- Language Pragma
- Remove n+k patterns
Furthermore, changes that were made in the base libraries, were added to the report.
Additional change
An additional change was published at January 7th 2011:
Links
- The Haskell 2010 Report online