catcheffect.Context
See theContext companion object
An abstraction that can construct an instance of the Local mtl algebra without any constraints.
You gain the (cap)ability to introduce a new instance of Local for any type, anywhere a Context is present.
For programs written in cats.data.Kleisli or tagless final, Context provides the ability to introduce new Local instances without having to lift any algebras or penalize your performance.
Nested use of Context is well defined.
Attributes
- Companion
- object
- Source
- Context.scala
- Graph
-
- Supertypes
Members list
In this article