Created
February 11, 2020 12:26
-
-
Save dnaumenko/30fce51d10574e9974c1d53cc73ca9fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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