Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thoughtbot/maybe_haskell
- Owner: thoughtbot
- License: other
- Created: 2014-10-13T15:47:56.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T14:36:50.000Z (10 months ago)
- Last Synced: 2024-05-09T08:01:40.220Z (6 months ago)
- Topics: book
- Language: HTML
- Homepage: http://maybe-haskell.com
- Size: 9.9 MB
- Stars: 78
- Watchers: 180
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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