-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Haskell Design Patterns
By :

In the previous chapter, we explored several ways in which the Haskell 98 language has been evolving via the new libraries. This chapter brings to focus some key advances on another major front of Haskell's evolution: language extensions.
"Haskell's type system has developed extremely anarchically. Many of the new features were sketched, implemented, and applied well before they were formalized. This anarchy has both strengths and weaknesses. The strength is that the design space is explored much more quickly the weakness is that the end result is extremely complex, and programs are sometimes reduced to experiments to see what will and will not be acceptable to the compiler." | ||
--Hudak et al., History of Haskell |
Haskell extensions are tied to the compiler implementation rather than the language standard (the GHC compiler is our reference compiler). We'll explore the extensions along three axes: abstracting...
Change the font size
Change margin width
Change background colour