Understanding `PetsDecoded` and `PetsEncoded` Types in Effect Typescript Library
For this example:
What would you expect the two inferred types to be and why?
My intuition tells me that:
But this is not the case. In reality:
It's possible that I'm misunderstanding the purpose of
What would you expect the two inferred types to be and why?
My intuition tells me that:
But this is not the case. In reality:
It's possible that I'm misunderstanding the purpose of
Encoded. Any insight is greatly appreciated.