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.
- Host: GitHub
- URL: https://github.com/nomisrev/androidarrowplayground
- Owner: nomisRev
- License: apache-2.0
- Created: 2018-03-03T16:45:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T16:54:52.000Z (over 8 years ago)
- Last Synced: 2025-01-31T07:41:39.123Z (over 1 year ago)
- Language: Kotlin
- Size: 144 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).