Skip to content

Instantly share code, notes, and snippets.

@dnaumenko
Created February 11, 2020 12:28
Show Gist options
  • Save dnaumenko/c0224002a6dd07d68facc31aed350a05 to your computer and use it in GitHub Desktop.
Save dnaumenko/c0224002a6dd07d68facc31aed350a05 to your computer and use it in GitHub Desktop.
override def run: RIO[Ctx, A] = zio
override def flatMap[B](f: A => Env[Ctx, B]): Env[Ctx, B] =
EnvCtx(zio.flatMap(a => f(a).run))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment