Changelog for if-instance-0.3.0.0

Version 0.3.0.0 (2021-09-01)

dispatch :: ( c || d ) => ( c => r ) -> ( d => r ) -> r

This allows users to select between two different constraints. This is more general than ifCt, as it allows extra constraints in the fallback branch.

Version 0.2.1.1 (2021-08-31)

Version 0.2.1.0 (2021-08-31)

Version 0.2.0.0 (2021-08-31)

Version 0.1.0.0 (2021-08-30)

Initial release.