Difference between revisions of "Haskell 2010"
From HaskellWiki
(Updated the version number of the GHC version that supports Haskell 2010; added section "Changes since Haskell '98") |
(→Changes since Haskell '98: Added "Remove n+k patterns") |
||
Line 15: | Line 15: | ||
* [http://hackage.haskell.org/trac/haskell-prime/wiki/RelaxedDependencyAnalysis Relaxed Dependency Analysis] | * [http://hackage.haskell.org/trac/haskell-prime/wiki/RelaxedDependencyAnalysis Relaxed Dependency Analysis] | ||
* [http://hackage.haskell.org/trac/haskell-prime/wiki/LanguagePragma Language Pragma] | * [http://hackage.haskell.org/trac/haskell-prime/wiki/LanguagePragma Language Pragma] | ||
+ | * [http://hackage.haskell.org/trac/haskell-prime/wiki/NoNPlusKPatterns Remove n+k patterns] | ||
Furthermore, changes that were made in the base libraries, were added to the report. | Furthermore, changes that were made in the base libraries, were added to the report. | ||
− | |||
== Links == | == Links == |
Revision as of 10:35, 22 December 2010
Introduction
The new 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.
Links
- The Haskell 2010 Report online