The readme mentions
import JSONSchema.Validation -- validate / validateWithErrors (optional)
Yet, the library doesn't expose the Validation module, nor reexports the validateWithErrors function.
Should the function/module 1) be exposed via exposed-modules or 2) removed from the readme.
To me it seems like having ability for more detailed validation errors would be very useful (more usable in the "parse, don't validate" world than Bool-returning function), so I'd vote for 1).
The readme mentions
Yet, the library doesn't expose the Validation module, nor reexports the validateWithErrors function.
Should the function/module 1) be exposed via exposed-modules or 2) removed from the readme.
To me it seems like having ability for more detailed validation errors would be very useful (more usable in the "parse, don't validate" world than Bool-returning function), so I'd vote for 1).