turbolift.internals.aux
package turbolift.internals.aux
Type members
Classlikes
@implicitNotFound(msg = "Effect leak in partial handler (implicit not found: CanPartiallyHandle)".+("\n Effects requested by the computation:").+("\n ${V}").+("\n Effects remaining unhandled:").+("\n ${U}"))
- Companion:
- object
@implicitNotFound(msg = "Effect leak (implicit not found: CanRun)".+("\n Effects remaining unhandled:").+("\n ${U}"))
- Companion:
- object
@implicitNotFound(msg = "Effect leak in total handler (implicit not found: CanTotallyHandle)".+("\n Effects requested by the computation:").+("\n ${U}").+("\n Effects handled by the handler:").+("\n ${V}"))
- Companion:
- object