Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thoughtbot/maybe_haskell

Programming without Null
https://github.com/thoughtbot/maybe_haskell

book

Last synced: about 2 months ago
JSON representation

Programming without Null

Awesome Lists containing this project

README

        

# Maybe Haskell

A book about Haskell's approach to the `null` problem.

## Reading the Book

You can find the current release in a variety of formats under the [release][]
directory. To view older releases, check out a specific Git [tag][tags].

[release]: https://github.com/thoughtbot/maybe_haskell/tree/master/release
[tags]: https://github.com/thoughtbot/maybe_haskell/releases

## Providing Feedback

Please provide feedback via [GitHub][].

[github]: https://github.com/thoughtbot/maybe_haskell/issues

Thank you to all who've [contributed][contributors] so far!

[contributors]: https://github.com/thoughtbot/maybe_haskell/graphs/contributors

## Roadmap

- [x] Introduction
- [x] Haskell Basics
- [x] Functor
- [x] Applicative
- [x] Monad
- [x] Other Types
- [x] Conclusion
- [x] Technical review
- [x] Copy editing
- [x] Release v1