Type alias Go<A, TReturn>

Go<A, TReturn>: Generator<Ior<A, unknown>, TReturn>

A generator that yields Ior and returns a value.

Type Parameters

Generated using TypeDoc