Confusion about parsePerson function and parseEither usage
On this page, https://github.com/Effect-TS/schema/tree/9a17bd3f03b5cff92a5849e68b222b67b85687e1#parsing , the sentence that says
The parsePerson function returns a value of type ParseResult<A> is wrong isn't it? The code snippet uses parseEither. Or am I misunderstanding something