-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Both of these have laws that we aren't currently testing.
The important one is MonadFilter
since it introduces a new method (empty
) which isn't participating in any of its "inherited" laws. But there are also laws for how empty
and combine
interact with flatMap
which we should be testing for MonadCombine
as well.
See #125 for more discussion.
Metadata
Metadata
Assignees
Labels
No labels