oolong-kt / oolong

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

Deprecate type aliases in preference of underlying types. #117

Closed pardom closed 4 years ago

pardom commented 4 years ago

Although Next condenses the type it aliases, it obscures the underlying type and make construction of instances confusing and undiscoverable. See https://github.com/oolong-kt/oolong/issues/116. This PR takes a step toward solving this issue by removing the indirection.