Title: Example of Schema Transformation with Tuple Validation
This works:
but this
fails with
Any ideas why?
This is the smallest reproducible example I could craft. I tried each part individually and they work. It's just when they're glued together somehow things start to fall apart. Both examples fully type check with my setup, so I can't see where the problem is.
NB:
but this
fails with
Any ideas why?
NB:
arrayFromDelimitedString comes from https://github.com/Effect-TS/schema/pull/353