Hyperlinkv0.8.0-beta.28

Schema

Schema.CauseIsotypeeffect/Schema.ts:9298
CauseIso<E, D>

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.

Source effect/Schema.ts:92981 lines
export type CauseIso<E extends Constraint, D extends Constraint> = ReadonlyArray<CauseReasonIso<E, D>>
Referenced by 3 symbols