update readme
This commit is contained in:
parent
1cdf942f9d
commit
5b3b6a28fb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user