``` @extension interface Bla<T> { fun show...
# arrow
p
Copy code
@extension interface Bla<T> {
  fun showLogin(par: T): ReaderT<ForIO, Context, Unit> = ... // some ugly ReaderT blob
}
d
Thanks, Paco! The examples are a very nice touch!