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

https://github.com/nomisrev/androidarrowplayground

Playground to solve serveral use cases using Arrow.
https://github.com/nomisrev/androidarrowplayground

Last synced: about 1 year ago
JSON representation

Playground to solve serveral use cases using Arrow.

Awesome Lists containing this project

README

          

# AndroidArrowPlayground
Playground to solve serveral use cases using [Arrow](http://arrow-kt.io/).

Currently two use cases can be found in this repo.

1. Form validation using [Validated](http://arrow-kt.io/docs/datatypes/validated/).
2. TicTacToe implemented using [StateT](http://arrow-kt.io/docs/datatypes/statet/).