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

[ education, library, mit, program ] [ Propose Tags ] [ Report a vulnerability ]
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, 0.2.0.0, 0.2.0.1, 0.2.0.2
Dependencies base (>=4.9.0.0 && <5), Craft3e, HUnit (>=1.2.0), mtl (>=1.1 && <2.3), old-locale (>=1.0 && <1.1), open-browser (>=0.1.0.0 && <0.5.0.0), 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 2025-08-30T06:24:53Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables performanceIS, performanceIA, performanceI
Downloads 13472 total (29 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-08-30 [all 1 reports]

Readme for Craft3e-0.2.0.2

[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