tools & ref

TwitterFacebook
Get flash to fully experience Pearltrees
From HaskellWiki The intention behind this page is to flesh out some semi-standard for the directory structure, and the tool-setup for medium to large-sized Haskell projects. http://www.haskell.org/haskellwiki/Structure_of_a_Haskell_project

Structure of a Haskell project

The Haskell Road to Logic, Maths and Programming

http://homepages.cwi.nl/~jve/HR/ Sample from the book (table of contents plus first chapter): Addendum to Chapter 9 of the Book: Direct Computation of Polynomial Representations for Sequences: Errata
The Haskell School of Expression: Learning Functional Programming through Multimedia by Paul Hudak, Yale University Cambridge University Press, New York, 2000 416 pp./15 line diagrams/75 exercises Paperback $29.95, ISBN: 0521644089 Hardback $74.95, ISBN: 0521643384 Abstract:

Home Page

http://plucky.cs.yale.edu/soe/index.htm
http://channel9.msdn.com/Series/C9-Lectures-Erik-Meijer-Functional-Programming-Fundamentals/Lecture-Series-Erik-Meijer-Functional-Programming-Fundamentals-Chapter-1 Welcome to a new technical series on Channel 9 folded into a different kind of 9 format: C9 Lectures .

C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals, Chapter 1 of 13 | Going Deep

http://www.haskell.org/hoogle/

Hoogle - st lib

Hoogle is a Haskell API search engine, which allows you to search many standard Haskell libraries by either function name, or by approximate type signature.
http://www.haskell.org/ghc/docs/7.0.3/html/users_guide/using-shared-libs.html On some platforms GHC supports building Haskell code into shared libraries. Shared libraries are also sometimes known as dynamic libraries, in particular on Windows they are referred to as dynamic link libraries (DLLs). Shared libraries allow a single instance of some pre-compiled code to be shared between several programs.

4.12. Using shared libraries

http://www.haskell.org/onlinereport/

The Haskell 98 Language Report - Contains Prelude

Simon Peyton Jones [editor], Microsoft Research, Cambridge Lennart Augustsson , Sandburst Corporation Dave Barton , Intermetrics Brian Boutel , Victoria University of Wellington Warren Burton , Simon Fraser University Joseph Fasel , Los Alamos National Laboratory Kevin Hammond , University of St.
http://community.haskell.org/~ndm/hlint/ HLint (formerly Dr.

Neil Mitchell - HLint

http://www.haskell.org/haskellwiki/Haskell_mode_for_Emacs From HaskellWiki There are many Emacs packages and modules for Haskell. The most prominent ones are haskell-mode, ghc-mod and Scion.

mode for Emacs