Difference between revisions of "Haskell 2010"
From HaskellWiki
(Added section Links and links to The Haskell 2010 Report) |
(Updated the version number of the GHC version that supports Haskell 2010; added section "Changes since Haskell '98") |
||
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
− | The new Haskell standard, Haskell 2010, was [http://www.haskell.org/pipermail/haskell/2009-November/021750.html announced] at November 24th 2009; GHC | + | The new Haskell standard, Haskell 2010, was [http://www.haskell.org/pipermail/haskell/2009-November/021750.html announced] at November 24th 2009; GHC supports it since revision 7.0.1. |
+ | |||
+ | |||
+ | == Changes since Haskell '98 == | ||
+ | |||
+ | * [http://hackage.haskell.org/trac/haskell-prime/wiki/DoAndIfThenElse Do And If Then Else] | ||
+ | * [http://hackage.haskell.org/trac/haskell-prime/wiki/HierarchicalModules Hierarchical Modules] | ||
+ | * [http://hackage.haskell.org/trac/haskell-prime/wiki/EmptyDataDecls Empty Data Declarations] | ||
+ | * [http://hackage.haskell.org/trac/haskell-prime/wiki/FixityResolution Fixity Resolution] | ||
+ | * [http://hackage.haskell.org/trac/haskell-prime/wiki/ForeignFunctionInterface Foreign Function Interface] | ||
+ | * [http://hackage.haskell.org/trac/haskell-prime/wiki/LineCommentSyntax Line Comment Syntax] | ||
+ | * [http://hackage.haskell.org/trac/haskell-prime/wiki/PatternGuards Pattern Guards] | ||
+ | * [http://hackage.haskell.org/trac/haskell-prime/wiki/RelaxedDependencyAnalysis Relaxed Dependency Analysis] | ||
+ | * [http://hackage.haskell.org/trac/haskell-prime/wiki/LanguagePragma Language Pragma] | ||
+ | |||
+ | Furthermore, changes that were made in the base libraries, were added to the report. | ||
Revision as of 10:24, 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
Furthermore, changes that were made in the base libraries, were added to the report.
Links
- The Haskell 2010 Report online