Implementing `Equal` with `Schema.instanceOf` in Effect Typescript
Is there a way to make a schema that implements
Equal
Equal
when using
Schema.instanceOf
Schema.instanceOf
constructor? Or alternatively to define how a schema struct implements Equal, for example if you just wanted to compare certain properties? It doesn't look like the