Using Tagged Unions as an Alternative to Native Enums in Effect Typescript
hi, i saw the tagged enum (https://effect.website/docs/data-types/data/#union-of-tagged-structs), how it can be used in place of native enums? can anyone give me example on how it can be used like native enums
