You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
test.laws.lattice : '{Gen} a -> (a ->{e} a ->{e} a) -> (a ->{e} a ->{e} a) ->{Gen,e} Test
test.laws.lattice gen meet join =
absorption gen meet join
`both` associative gen meet
`both` associative gen join
`both` commutative gen meet
`both` commutative gen join
Given
The following test essentially never completes:
The text was updated successfully, but these errors were encountered: