This repository has been archived by the owner. It is now read-only.
burrito
Burrito
Usesful abstractions for computation.
Provides implementations of common FP patterns, designed to work alongside crystal-langs type system and builtin functionality.
Includes implementations of:
- Either
- Maybe
- List
- State
And abstract interfaces for:
- Functor
- Applicative
- Monad
Installation
-
Add the dependency to your
shard.yml
:dependencies: burrito: github: aca-labs/burrito
-
Run
shards install
Usage
Docs build and publish live. For the latest, see https://aca-labs.github.io/burrito.
Contributing
- Fork it (https://github.com/aca-labs/burrito/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Kim Burgess - creator and maintainer
Repository
burrito
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- over 4 years ago
- February 6, 2020
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 06:00:40 GMT
Languages