Package: effect
Module: Schema
Iso representation used for Cause schemas: an ordered array of
CauseReasonIso values.
When to use
Use when working with the ISO shape of a Cause schema, such as toIso
optics or codecs that expose a cause as its ordered array of encoded reasons.
See
Cause for constructing schemas for full Cause valuesCauseReasonIso for the ISO shape of each array elementSignature
type CauseIso<E, D> = ReadonlyArray<CauseReasonIso<E, D>>
Since v4.0.0