-
Notifications
You must be signed in to change notification settings - Fork 4
Home
blancas edited this page Mar 19, 2013
·
21 revisions
Utilities
Working with Monads
- 3 Error Handling with Maybe
- 4 Error Handling with Either
- 5 Modeling Global Data
- 6 Output Side Effects from Pure Functions
- 7 Modeling Access to Global State
- 8 Simpler State with Error-Handling
Working with Monad Transformers
Tutorials
- 10 Writing a Simple Parser - Defines a custom monad for sequencing calls to parsers.
Source Files in src/main/resources
: