You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//our macro, which now returns TryBuildFailere instead of reporting the error.
128
128
}
129
129
130
130
..
@@ -162,13 +162,13 @@ Yet one popular style is using a concrete monads, for example `IO` instead `F[_
162
162
163
163
##Environment effects.
164
164
165
-
If we open the theme of using type-driven dependency injection in the effect systems, maybe we should say few words about libraries like zio or kyo, which provides own implementation of dependency injection.
166
-
All them based on concept, that types needed for computation are encoded in it signature (similar to our tagless-final approach). In theory, our approach cah simplicity interaction points with such libraries (i.e. we can assemble needed computation environmemt from providers).
165
+
If we open the theme of using type-driven dependency injection in the effect systems, maybe we should say a few words about libraries like zio or kyo, which provide their implementation of dependency injection.
166
+
Allof them are based on the conceptthat types needed for computation are encoded in their signature (similar to our tagless-final approach). In theory, our approach can simplify interaction points with such libraries (i.e., we can assemble the needed computation environment from providers).
167
167
168
168
169
-
That’s all for today. Taglessfinal part are published assubproject in appcontext with name “appcontext-tf”,
169
+
That’s all for today. The tagless final part are published asasubproject in `appcontext`with name “appcontext-tf”,
You can try it using `“com.github.rssh” %%% “appcontext-tf” % “0.2.0”` asdependency. (maybe it should be joined with core ?) Willbe grateful about problem reports and suggestions for better names.
171
+
You can try it using `“com.github.rssh” %%% “appcontext-tf” % “0.2.0”` asdependency. (maybe it should be joined withthe core ?) I will be grateful for problem reports and suggestions for better names.
0 commit comments