Creating Lazy Schemas in Effect Typescript
Is there a way to have lazy schemas? For example I want to use
S.greaterThanDate(new Date()) without ideally to define the schema itself at the time it's used.