© 2026 Hedgehog Software, LLC
const test(args: { storeState: <E, R>() => Effect.Effect<void, E, R>; }) => {...} test({storeState: Effect.gen(function* () { ... })
test
never
'E' could be instantiated with an arbitrary type which could be unrelated to 'SystemError | ParseError'