Skip to content

pzuehlke/Hutton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming in Haskell

The repository contains solutions to all of the exercises in Prof. Graham Hutton's Programming in Haskell (2nd ed.), along with several related scripts. The most substantial projects are collected in a separate folder.

In your quest to achieve monadic enlightenment, you may find the following koan from p. 170 of the book to be helpful:

(...) the operator <*> applies a state transformer that returns a function to a state transformer that returns an argument to give a state transformer that returns the result of applying the function to the argument.

Table of Contents

Part 1: Basic Concepts

Part 2: Advanced Topics

Projects

About

Contains solutions to all of the exercises in and some scripts related to the book: Hutton, G. — Programming in Haskell (2nd ed.)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors