Closed diogob closed 6 months ago
This should improve readability for complex types that have to validate composition.
It also eliminates the redundancy of two types used to represent composition failure, using only a new version of FailToCompose.
FailToCompose
Reuse the IncompatibleArguments just to test for errors.
IncompatibleArguments
This should improve readability for complex types that have to validate composition.
It also eliminates the redundancy of two types used to represent composition failure, using only a new version of
FailToCompose
.Reuse the
IncompatibleArguments
just to test for errors.