system-f / validation

A data-type like Either but with an accumulating Applicative
Other
99 stars 28 forks source link

[minor] add aliases/patterns with `Acc` prefix for backwards compatibility #26

Open sboosali opened 6 years ago

sboosali commented 6 years ago
type AccValidation = Validation
pattern AccSuccess ...
pattern AccFailure ...
-- with deprecation warnings

the major version bump to 1 gates the renaming; but it's a convenience, and those aren't common names that would pollute the namespace.