Skip to content

Conversation

@solomon-b
Copy link
Contributor

Resolves #71

@solomon-b solomon-b force-pushed the solomon/bifunctor-laws branch from 94c04d8 to d251657 Compare January 10, 2024 19:31
Copy link
Member

@sjakobi sjakobi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologies for the extremely late response, @salomon-b!

, Arbitrary c, Arbitrary d
, CoArbitrary a, CoArbitrary b
, Show (m a b), Arbitrary (m a b), EqProp (m a b), EqProp (m c d)) =>
m (a,b,c,d) (a,b,c,d) -> TestBatch
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a bit more ergonomic, right?

Suggested change
m (a,b,c,d) (a,b,c,d) -> TestBatch
m (a,b) (c,d) -> TestBatch

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.

Bifunctor laws

2 participants