HaskellWiki

Haskell | Wiki community | Recent changes
Random page | Special pages

 

Not logged in
Log in | Help

Use of language extensions

Categories: Style

Haskell compilers are full of experimental features. However, when it comes to designing libraries one should carefully think about which extensions to use and which not. Every required language extension and every imported library which on its own depends on such an extension, causes some of the following problems:

We suggest the following hierarchy of complexity with respect to types:


See http://www.haskell.org/pipermail/haskell-cafe/2005-May/010085.html

Retrieved from "http://haskell.org/haskellwiki/Use_of_language_extensions"

This page has been accessed 883 times. This page was last modified 10:43, 22 November 2006. Recent content is available under a simple permissive license.