Effect Pattern Matching

Match schema tagged unions with match/matchOrElse and guards, trusted Data.TaggedEnum values with $match/$is, and Effect outcomes with Effect.match. Use for discriminated unions, ADTs, or conditional logic based on tagged types.

mpsuesser 3f1e58f 24.5 KB Updated

File contents

mpsuesser/opencode-effect-enforcer/tree/main/skills/effect-pattern-matching commit 3f1e58fb67

Frequently asked questions

npx skillmds@latest add mpsuesser/effect-pattern-matching