purescript / purescript-quickcheck

An implementation of QuickCheck in PureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add prefab properties for Prelude laws

rightfold opened this issue · comments

It would be useful if this library had property constructors for the Prelude laws.

For example:

eqReflexivity :: (Arbitrary a, Eq a) => a -> Boolean
eqReflexivity = \x -> x == x

What do you think?

Ah! Great! :D

It wasn't published on Pursuit for some reason, but it is now. Hopefully that will help with discoverability!