haskellari / lattices

Fine-grained lattice primitives for Haskell
BSD 3-Clause "New" or "Revised" License
35 stars 15 forks source link

Split up tests so that non-lattices can be tested #58

Closed gwils closed 5 years ago

gwils commented 6 years ago

It would be good to split up the test function latticeLaws so that, for example, just the join semilattice laws could be tested, without requiring all the other instances.

phadej commented 5 years ago

There's some ok-ish split in the tests