© 2026 Hedgehog Software, LLC
None
Option
const value: Option.Option<T> = ... Option.match(value, {onNone: () => applyNone, onSome: Effect.succeed}