pineapplemachine / higher

Lazy and async higher-order functions in JavaScript.
Other
3 stars 0 forks source link

Replace NotBoundedErrors and BoundsUnknownErrors with args validation #151

Closed pineapplemachine closed 7 years ago

pineapplemachine commented 7 years ago

Resolves https://github.com/pineapplemachine/higher/issues/102

Any remaining uses of the error are a bit too contrived to fit into the current args validation scheme, or maybe any sane scheme