Issue with Restricting Parameters to `Schema.TaggedClass`
I'm trying to create an utility that should receive parameters restricted to
I successfully did made it work using
I'm struggling to understand the reason why the behavior with
https://effect.website/play/#52f3407560cd
Schema.TaggedClass only.I successfully did made it work using
Schema.TaggedRequest, but this would not be correct as I have no success nor failure.I'm struggling to understand the reason why the behavior with
Schema.TaggedClass is different. I see they're implemented differently, but cannot find the key difference here.https://effect.website/play/#52f3407560cd
