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

https://github.com/crowe-alex/aleither

Either monad in swift
https://github.com/crowe-alex/aleither

either-monad functional monads programming swift-3

Last synced: 16 days ago
JSON representation

Either monad in swift

Awesome Lists containing this project

README

          

# ALEither

[![CI Status](http://img.shields.io/travis/AlexHmelevskiAG/ALEither.svg?style=flat)](https://travis-ci.org/AlexHmelevskiAG/ALEither)
[![Version](https://img.shields.io/cocoapods/v/ALEither.svg?style=flat)](http://cocoapods.org/pods/ALEither)
[![License](https://img.shields.io/cocoapods/l/ALEither.svg?style=flat)](http://cocoapods.org/pods/ALEither)
[![Platform](https://img.shields.io/cocoapods/p/ALEither.svg?style=flat)](http://cocoapods.org/pods/ALEither)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

## Installation

ALEither is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "ALEither"
```

## Author

AlexHmelevskiAG, alexei.hmelevski@gmail.com

## License

ALEither is available under the MIT license. See the LICENSE file for more info.