Difference between revisions of "Haskell 2010"

From HaskellWiki
Jump to navigation Jump to search
(Added some text and a link to the overview of new features)
m (→‎Additional change: Link updated)
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
== Introduction ==
The new Haskell standard, Haskell 2010, was [http://www.haskell.org/pipermail/haskell/2009-November/021750.html announced] at November 24th 2009; GHC support is expected in revision 6.14.1
 
   
 
The current 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.
An overview of the new features can be found at the
 
  +
[http://hackage.haskell.org/trac/haskell-prime/query?status=new&status=assigned&status=reopened&state=accepted&milestone=Haskell+2010&order=priority Haskell prime wiki]
 
  +
  +
== Changes since Haskell '98 ==
  +
  +
* [https://prime.haskell.org/wiki/DoAndIfThenElse Do And If Then Else]
  +
* [https://prime.haskell.org/wiki/HierarchicalModules Hierarchical Modules]
  +
* [https://prime.haskell.org/wiki/EmptyDataDecls Empty Data Declarations]
  +
* [https://prime.haskell.org/wiki/FixityResolution Fixity Resolution]
  +
* [https://prime.haskell.org/wiki/ForeignFunctionInterface Foreign Function Interface]
  +
* [https://prime.haskell.org/wiki/LineCommentSyntax Line Comment Syntax]
  +
* [https://prime.haskell.org/wiki/PatternGuards Pattern Guards]
  +
* [https://prime.haskell.org/wiki/RelaxedDependencyAnalysis Relaxed Dependency Analysis]
  +
* [https://prime.haskell.org/wiki/LanguagePragma Language Pragma]
  +
* [https://prime.haskell.org/wiki/NoNPlusKPatterns Remove n+k patterns]
  +
  +
Furthermore, changes that were made in the base libraries, were added to the report.
  +
  +
  +
=== Additional change ===
  +
  +
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 ==
  +
  +
* [http://www.haskell.org/onlinereport/haskell2010 The Haskell 2010 Report] online
  +
  +
* [http://www.haskell.org/definition/haskell2010.pdf The Haskell 2010 Report] PDF
  +
  +
* [[Haskell']]
  +
  +
[[Category:History]]
  +
[[Category:Language]]

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

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