Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: explicit derivation not using some givens #31

Merged
merged 1 commit into from
Sep 17, 2023

Conversation

MartinHH
Copy link
Owner

Fixes that the explicit derivation functions (deriveArbitrary, deriveCogen, deriveShrink) would not use existing givens if those depend on a given that needs to be derived (e.g. not using arbContainer[C, T] if the required Arbtrirary[T] needs to be derived).

Fixes that the explicit derivation functions (`deriveArbitrary`,
`deriveCogen`, `deriveShrink`) would not use existing givens if those
depend on a given that needs to be derived (e.g. not using
`arbContainer[C, T]` if the required `Arbtrirary[T]` needs to be
derived).
@MartinHH MartinHH merged commit ede3f4b into main Sep 17, 2023
4 checks passed
@MartinHH MartinHH deleted the fix/explicit_containers branch September 17, 2023 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant