Blog articles/Types
From HaskellWiki
(Difference between revisions)
(→Type classes) |
|||
| Line 12: | Line 12: | ||
* [http://babel.ls.fi.upm.es/~pablo/Papers/Notes/typeClassOvld.html Type Classes: Not Quite Overloading"] | * [http://babel.ls.fi.upm.es/~pablo/Papers/Notes/typeClassOvld.html Type Classes: Not Quite Overloading"] | ||
* [http://scienceblogs.com/goodmath/2007/01/haskell_the_basics_of_type_cla_1.php Haskell: the Basics of Type Classes] | * [http://scienceblogs.com/goodmath/2007/01/haskell_the_basics_of_type_cla_1.php Haskell: the Basics of Type Classes] | ||
| + | |||
| + | === Further reading === | ||
| + | |||
| + | * [http://www.haskell.org/ghc/docs/latest/html/users_guide/gadt.html GADTs in the GHC User's guide] | ||
Revision as of 03:24, 7 July 2007
1 Types
- A type-based solution to the 'strings problem'
- Generalised Algebraic Data Types, Phantom Types, and Dependent Types
- Functions, Types, Function Types, and Type Inference
- Building Datatypes in Haskell (part 1)
- Rank-2 polymorphism is a strange thing
- Scientific.Dimension: Type Arithmetic and Physical Units in Haskell
