Craft3e: Code for Haskell: the Craft of Functional Programming, 3rd ed.

[ education, library, mit, program ] [ Propose Tags ]

Use as follows:

  1. Download via: cabal unpack Craft3e

  2. Go to directory: cd Craft3e-version

  3. Install dependencies: cabal install --disable-documentation


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8, 0.1.0.9, 0.1.0.10, 0.1.1.0, 0.1.1.1
Dependencies base (>=4 && <5), HUnit (>=1.2.0), mtl (>=1.1 && <2.3), old-locale (>=1.0 && <1.1), QuickCheck (>=2.1 && <3), time (>=1.1 && <2.0) [details]
License MIT
Copyright (c) Addison Wesley
Author Simon Thompson
Maintainer Simon Thompson <s.j.thompson@kent.ac.uk>
Category Education
Home page http://www.haskellcraft.com/
Bug tracker mailto:s.j.thompson@kent.ac.uk
Uploaded by SimonThompson at 2019-01-08T21:29:34Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables performanceIS, performanceIA, performanceI
Downloads 12975 total (43 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2019-01-08 [all 3 reports]

Readme for Craft3e-0.1.1.1

[back to package description]
README 

Code for Haskell the Craft of Functional Programming, 3rd ed.

Files for chapter N are in ChapterN.hs except

Chapter 12
	Chapter12.hs
	Index.hs	-- Indexing
	RPS.hs 		-- Rock - Paper - Scissors
	RegExp.hs	-- Regular expressions

Chapter 14
	Chapter14_1.s
	Chapter14_2.s

Chapter 15
	Folders containing the modules:
		Huffman 

Chapter 16
	Folders containing the modules:
		AbsTypes 
		Simulation

Chapter 19
	Pic.hs
	RegExp.hs
	QCfuns.hs
	QC.hs

Chapter 20
	Chapter20.hs
	PerformanceI.hs
	PerformanceIA.hs
	PerformanceIS.hs