FaultyScope

typealias FaultyScope<Error> = RaiseScope<Error>.() -> Unit

Alias for a RaiseScope context runner used for Faulty.

If injecting lambdas into faultyOf, consider using this as the lambda type to inherit the RaiseScope context for your own lambdas.