Added in v1.0.0
Signature
export interface Reporter<A> { report: (validation: Validation<any>) => A }