Built-in Schema for ParseError in Effect Typescript Library
Is there a built in schema for a schema ParseError?
Seems to only exist as a Data.TaggedError? What would be the correct way to wrap it in my Schema.TaggedError? Seems a shame to have to have it as
Seems to only exist as a Data.TaggedError? What would be the correct way to wrap it in my Schema.TaggedError? Seems a shame to have to have it as
cause: Schema.Unknown..