A Gentle Introduction to Haskell, Version 98 (original) (raw)
This is the master HTML version of the Gentle Introduction To Haskell, version 98. Revised June, 2000 by Reuben Thomas.
You may download the following:
- Postscript (.ps.gz, 221K)
- gzipped PDF (.pdf.gz, 273K)
- PDF (.pdf, 434K)
- DVI (.tar.gz, 127K)
- HTML (.tar.gz, 113K), code files included.
- Haskell source code (.tar.gz, 27K)
- Document sources (.tar.gz, 151K)
Brief Table of Contents.
- Introduction
- Values, Types, and Other Goodies
- Functions
- Case Expressions and Pattern Matching
- Type Classes and Overloading
- Types, Again
- Input/Output
- Standard Haskell Classes
- Monads
- Numbers
- Modules
- Typing Pitfalls
- Arrays
- The Next Stage
- Bibliography
- Complete Table of Contents
All code in this tutorial, with additional commentary, is found in thecode directory packaged with this tutorial. We suggest that you inspect, run, and modify this code as you read the tutorial. This code has been tested on Hugs 98.
Premission is granted to correct, improve, or enhance this document. If you wish to publish updated versions of the tutorial on haskell.org please contact John Peterson.
Copyright (C) 1999 Paul Hudak, John Peterson and Joseph Fasel
Permission is hereby granted, free of charge, to any person obtaining a copy of "A Gentle Introduction to Haskell" (the Text), to deal in the Text without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Text, and to permit persons to whom the Text is furnished to do so, subject to the following condition: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Text.