Difference between revisions of "Haskell 2010"

From HaskellWiki
Jump to navigation Jump to search
m (→‎Changes since Haskell '98: Updated links to Haskell Prime wiki)
(→‎Changes since Haskell '98: fix links to haskell wiki)
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
 
== Changes since Haskell '98 ==
 
== Changes since Haskell '98 ==
   
* [https://prime.haskell.org/wiki/DoAndIfThenElse Do And If Then Else]
+
* [https://gitlab.haskell.org/haskell/prime/-/wikis/do-and-if-then-else Do And If Then Else]
* [https://prime.haskell.org/wiki/HierarchicalModules Hierarchical Modules]
+
* [https://gitlab.haskell.org/haskell/prime/-/wikis/hierarchical-modules Hierarchical Modules]
* [https://prime.haskell.org/wiki/EmptyDataDecls Empty Data Declarations]
+
* [https://gitlab.haskell.org/haskell/prime/-/wikis/empty-data-decls Empty Data Declarations]
* [https://prime.haskell.org/wiki/FixityResolution Fixity Resolution]
+
* [https://gitlab.haskell.org/haskell/prime/-/wikis/fixity-resolution Fixity Resolution]
* [https://prime.haskell.org/wiki/ForeignFunctionInterface Foreign Function Interface]
+
* [https://gitlab.haskell.org/haskell/prime/-/wikis/ForeignFunctionInterface Foreign Function Interface]
* [https://prime.haskell.org/wiki/LineCommentSyntax Line Comment Syntax]
+
* [https://gitlab.haskell.org/haskell/prime/-/wikis/line-comment-syntax Line Comment Syntax]
* [https://prime.haskell.org/wiki/PatternGuards Pattern Guards]
+
* [https://gitlab.haskell.org/haskell/prime/-/wikis/PatternGuards Pattern Guards]
* [https://prime.haskell.org/wiki/RelaxedDependencyAnalysis Relaxed Dependency Analysis]
+
* [https://gitlab.haskell.org/haskell/prime/-/wikis/Relaxed-Dependency-Analysis Relaxed Dependency Analysis]
* [https://prime.haskell.org/wiki/LanguagePragma Language Pragma]
+
* [https://gitlab.haskell.org/haskell/prime/-/wikis/Language-Pragma Language Pragma]
* [https://prime.haskell.org/wiki/NoNPlusKPatterns Remove n+k patterns]
+
* [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.
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://gitlab.haskell.org/haskell/prime/-/wikis/No-DataType-Contexts No Datatype Contexts]
   
 
== Links ==
 
== Links ==

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