
Exploring Generic Haskell
by Andres Loh
Publisher: Febodruk 2004
ISBN/ASIN: 9039337659
Number of pages: 352
Description:
'Exploring Generic Haskell' gives a complete overview of the language, systematically explains the core features of Generic Haskell, and several extensions, and provides detailed examples on how the features can be implemented.
Download or read it online for free here:
Download link
(3.1MB, PDF)
Similar books
Speeding Through Haskellby Mihai-Radu Popescu - sthaskell.com
Haskell is a lot more mathematically rigorous than other programming languages. This is a book that will show you around Haskell. If you're not already familiar with programming in another language, you might need to put in extra work.
(11443 views)
Learn You a Haskell for Great Good!by Miran Lipovaca - LearnYouaHaskell.com
This is an attempt at adding another useful resource for learning Haskell. This tutorial is aimed at people who have experience in imperative programming languages (C, C++, Java, Python) but haven't programmed in a functional language before.
(19493 views)
Parallel and Concurrent Programming in Haskellby Simon Marlow
This tutorial will introduce the main programming models available for concurrent and parallel programming in Haskell. The text should serve as an introduction to the fundamental concepts through the use of practical examples.
(13277 views)
Haskell Tutorial for C Programmersby Eric Etheridge - HaskellWiki
Haskell has both more flexibility and more control than most languages. For computer science students, Haskell is weird and obtuse. This online tutorial assumes that the reader is familiar with C/C++, Python, Java, or Pascal.
(17301 views)