Sha256: b364dfd20dfa94ad8d45c211f5a073866165dfa7e766e4131b1b691feb96d698

Contents?: true

Size: 1.44 KB

Versions: 7

Compression:

Stored size: 1.44 KB

Contents

[gitter]: https://gitter.im/dry-rb/chat
[gem]: https://rubygems.org/gems/dry-monads
[travis]: https://travis-ci.org/dry-rb/dry-monads
[code_climate]: https://codeclimate.com/github/dry-rb/dry-monads
[inch]: http://inch-ci.org/github/dry-rb/dry-monads

# dry-monads [![Join the Gitter chat](https://badges.gitter.im/Join%20Chat.svg)][gitter]

[![Gem Version](https://img.shields.io/gem/v/dry-monads.svg)][gem]
[![Build Status](https://img.shields.io/travis/dry-rb/dry-monads.svg)][travis]
[![Code Climate](https://img.shields.io/codeclimate/github/dry-rb/dry-monads.svg)][code_climate]
[![Test Coverage](https://img.shields.io/codeclimate/coverage/github/dry-rb/dry-monads.svg)][code_climate]
[![API Documentation Coverage](http://inch-ci.org/github/dry-rb/dry-monads.svg)][inch]
![No monkey-patches](https://img.shields.io/badge/monkey--patches-0-brightgreen.svg)

Monads for Ruby.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'dry-monads'
```

And then execute:

```sh
$ bundle
```

Or install it yourself as:

```sh
$ gem install dry-monads
```

## Links

* [Documentation](http://dry-rb.org/gems/dry-monads)

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run
`rake spec` to run the tests. You can also run `bin/console` for an interactive
prompt that will allow you to experiment.

## Contributing

Bug reports and pull requests are welcome on GitHub at <https://github.com/dry-rb/dry-monads>.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dry-monads-0.4.0 README.md
dry-monads-0.3.1 README.md
dry-monads-0.3.0 README.md
dry-monads-0.2.1 README.md
dry-monads-0.2.0 README.md
dry-monads-0.1.1 README.md
dry-monads-0.1.0 README.md