Skip to content

Latest commit

 

History

History
106 lines (78 loc) · 5.06 KB

documentation.markdown

File metadata and controls

106 lines (78 loc) · 5.06 KB
title page isDocumentation
Documentation
documentation
true

Documentation

Introductory Books for Learning Haskell

Intermediate Haskell Books

Courses

Course material created by instructors

Tutorials

Short, dense, classic ways to hit the ground running

Online Resources

Curated resources put together by Haskellers:

Manuals and Guides

Manuals and guides that cover common Haskell tooling:

Package and Dependency Management

The Cabal guide is a good start but there's a lot to learn:

Library Documentation

Documentation for Haskell libraries is typically available on Hackage. We also have specialized tools for searching across it, not only by name, but by type.

Language Report

The Haskell 2010 language report is available online here.

A PDF version is available here.

It can also be downloaded as a git repository:

$$ git clone -b h2010 https://github.com/haskell/haskell-report