Skip to content

Instantly share code, notes, and snippets.

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