salomonbrys
10/28/2016, 12:57 PMkodein module to the kodein-core module. For each function that handles a type, the kodein-core module gives 2 functions: a generic and an erased (for example, there is a genericInstance and an erasedInstance function). For each pair of such function, the kodein module offers a non-prefixed function that alias the generic function. The module kodein-erased is the counterpart module that offers the same functions as the kodein module, but in the "erased" package and that alias the erased function.
Fell free to test it and report your conclusions 😉