MaybeScope

typealias MaybeScope<Ok> = RaiseScope<Any>.() -> Ok

Alias for a RaiseScope context runner used for Maybe.

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