update readme

This commit is contained in:
kageru 2020-10-02 16:29:09 +02:00
parent 1cdf942f9d
commit 5b3b6a28fb
Signed by: kageru
GPG Key ID: 8282A2BEA4ADA3D2

View File

@ -2,7 +2,10 @@
An implementation of an `Option<A>` type in Kotlin using the `inline class` feature.
See https://kotlinlang.org/docs/reference/inline-classes.html
It’s just a small proof of concept which is why I decided to omit the usual gradle bloat.
It’s just a small proof of concept
sparked by the discussion on the arrow-kt issue tracker after they decided to deprecate `Option`
because nullable types are more efficient.
It’s just a single file, so I decided to omit the usual gradle bloat,
Build and test via:
```sh