Improving Type Inference for Effect-HTTP Handlers Using Schema Deconstruction
Is there a way to get better type inference from effect-http handlers? Right now my request object is typed, but its just a large object with what i've defined in my spec. If I want to abstract a function out of it, its tough to "type" that , I assume I can deconstruct a schema to a type, is that the way people do it?
