chessai

Results 72 issues of chessai

The latest tag is from 4 years ago (0.6.3), we should probably add the remaining tags since then

the `indexArrayM` docs read: ```haskell -- | Monadically read a value from the immutable array at the given index. -- This allows us to be strict in the array while...

I think we should include a write-up about what makes sense in a `Prim` instance. Some specific points I've thought of are what makes a valid `Prim` instance (laws), what...

documentation

I would like to see primitive have more functions that work on MutablePrimArray. Below are some of the ones I've thought might be useful. EDIT: I have made this list...

These are a bit different, since the intention of `Group` is more general, whereas `Laws` is meant to indicate just a test involving a typeclass law(s). Here are their respective...

lawsCheckMany does this. however, sometimes people will use the other two functions in test suites. failures there don't cause a test-suite failure. this could be fixed by making sure that...

this is challenging because the applicative transformations/functions we use are rather large ugly.