Difference between revisions of "Haskell 2010"

From HaskellWiki
Jump to navigation Jump to search
(Updated the version number of the GHC version that supports Haskell 2010; added section "Changes since Haskell '98")
(→‎Changes since Haskell '98: fix links to haskell wiki)
 
(6 intermediate revisions by one other user not shown)
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 supports it since revision 7.0.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.
   
   
 
== Changes since Haskell '98 ==
 
== Changes since Haskell '98 ==
   
* [http://hackage.haskell.org/trac/haskell-prime/wiki/DoAndIfThenElse Do And If Then Else]
+
* [https://gitlab.haskell.org/haskell/prime/-/wikis/do-and-if-then-else Do And If Then Else]
* [http://hackage.haskell.org/trac/haskell-prime/wiki/HierarchicalModules Hierarchical Modules]
+
* [https://gitlab.haskell.org/haskell/prime/-/wikis/hierarchical-modules Hierarchical Modules]
* [http://hackage.haskell.org/trac/haskell-prime/wiki/EmptyDataDecls Empty Data Declarations]
+
* [https://gitlab.haskell.org/haskell/prime/-/wikis/empty-data-decls Empty Data Declarations]
* [http://hackage.haskell.org/trac/haskell-prime/wiki/FixityResolution Fixity Resolution]
+
* [https://gitlab.haskell.org/haskell/prime/-/wikis/fixity-resolution Fixity Resolution]
* [http://hackage.haskell.org/trac/haskell-prime/wiki/ForeignFunctionInterface Foreign Function Interface]
+
* [https://gitlab.haskell.org/haskell/prime/-/wikis/ForeignFunctionInterface Foreign Function Interface]
* [http://hackage.haskell.org/trac/haskell-prime/wiki/LineCommentSyntax Line Comment Syntax]
+
* [https://gitlab.haskell.org/haskell/prime/-/wikis/line-comment-syntax Line Comment Syntax]
* [http://hackage.haskell.org/trac/haskell-prime/wiki/PatternGuards Pattern Guards]
+
* [https://gitlab.haskell.org/haskell/prime/-/wikis/PatternGuards Pattern Guards]
* [http://hackage.haskell.org/trac/haskell-prime/wiki/RelaxedDependencyAnalysis Relaxed Dependency Analysis]
+
* [https://gitlab.haskell.org/haskell/prime/-/wikis/Relaxed-Dependency-Analysis Relaxed Dependency Analysis]
* [http://hackage.haskell.org/trac/haskell-prime/wiki/LanguagePragma Language Pragma]
+
* [https://gitlab.haskell.org/haskell/prime/-/wikis/Language-Pragma Language Pragma]
  +
* [https://gitlab.haskell.org/haskell/prime/-/wikis/No-N-Plus-K-Patterns 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.
   
  +
  +
=== Additional change ===
  +
  +
An additional change was [http://www.haskell.org/pipermail/haskell-prime/2011-January/003335.html published] at January 7th 2011:
  +
* [https://gitlab.haskell.org/haskell/prime/-/wikis/No-DataType-Contexts No Datatype Contexts]
   
 
== Links ==
 
== Links ==
Line 24: Line 30:
   
 
* [http://www.haskell.org/definition/haskell2010.pdf The Haskell 2010 Report] PDF
 
* [http://www.haskell.org/definition/haskell2010.pdf The Haskell 2010 Report] PDF
  +
  +
* [[Haskell']]
  +
  +
[[Category:History]]
  +
[[Category:Language]]

Latest revision as of 23:22, 10 December 2020

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