User:ConradParker/InstantInsanity

From HaskellWiki
< User:ConradParker
Revision as of 04:13, 30 August 2007 by ConradParker (talk | contribs) (add link to darcs repo)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Type-Level Instant Insanity

We illuminate some of the techniques used to perform computations in The Haskell Type System by presenting a complete type-level program. Programming at this level is often considered an obscure art with little practical value, but it need not be so. We introduce constructs equivalent to list comprehensions, maps and filters of conventional functional programming, and in so doing make clear the mechanical techniques required to construct programs in this manner. Only after building an understanding of the syntactical oddities and transformations involved in programming in The Haskell Type System do we consider the practical aspects of using these techniques in conventional Haskell programming.