pakoito
@extension interface Bla<T> { fun showLogin(par: T): ReaderT<ForIO, Context, Unit> = ... // some ugly ReaderT blob }
Danilo Herrera