oolong-kt / oolong

MVU for Kotlin Multiplatform
http://oolong-kt.org
Apache License 2.0
300 stars 14 forks source link

Deprecate type aliases #119

Closed pardom closed 4 years ago

pardom commented 4 years ago

The type aliases for incoming types obscure the underlying types making it difficult to comprehend the expected shape of functions. Similar to Elm, we should prefer the underlying type.