Difference between revisions of "Haskell 2010"

From HaskellWiki
Jump to navigation Jump to search
(Added Category:Language)
m (→‎Additional change: Link updated)
(2 intermediate revisions by the same 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://prime.haskell.org/wiki/DoAndIfThenElse Do And If Then Else]
* [http://hackage.haskell.org/trac/haskell-prime/wiki/HierarchicalModules Hierarchical Modules]
+
* [https://prime.haskell.org/wiki/HierarchicalModules Hierarchical Modules]
* [http://hackage.haskell.org/trac/haskell-prime/wiki/EmptyDataDecls Empty Data Declarations]
+
* [https://prime.haskell.org/wiki/EmptyDataDecls Empty Data Declarations]
* [http://hackage.haskell.org/trac/haskell-prime/wiki/FixityResolution Fixity Resolution]
+
* [https://prime.haskell.org/wiki/FixityResolution Fixity Resolution]
* [http://hackage.haskell.org/trac/haskell-prime/wiki/ForeignFunctionInterface Foreign Function Interface]
+
* [https://prime.haskell.org/wiki/ForeignFunctionInterface Foreign Function Interface]
* [http://hackage.haskell.org/trac/haskell-prime/wiki/LineCommentSyntax Line Comment Syntax]
+
* [https://prime.haskell.org/wiki/LineCommentSyntax Line Comment Syntax]
* [http://hackage.haskell.org/trac/haskell-prime/wiki/PatternGuards Pattern Guards]
+
* [https://prime.haskell.org/wiki/PatternGuards Pattern Guards]
* [http://hackage.haskell.org/trac/haskell-prime/wiki/RelaxedDependencyAnalysis Relaxed Dependency Analysis]
+
* [https://prime.haskell.org/wiki/RelaxedDependencyAnalysis Relaxed Dependency Analysis]
* [http://hackage.haskell.org/trac/haskell-prime/wiki/LanguagePragma Language Pragma]
+
* [https://prime.haskell.org/wiki/LanguagePragma Language Pragma]
* [http://hackage.haskell.org/trac/haskell-prime/wiki/NoNPlusKPatterns Remove n+k patterns]
+
* [https://prime.haskell.org/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.
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:
* [http://hackage.haskell.org/trac/haskell-prime/wiki/NoDatatypeContexts No Datatype Contexts]
+
* [https://prime.haskell.org/wiki/NoDatatypeContexts No Datatype Contexts]
 
   
 
== Links ==
 
== Links ==
Line 31: 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:History]]

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