Skip to content

Instantly share code, notes, and snippets.

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