Module

Test.QuickCheck.Laws

Package
purescript-quickcheck-laws
Repository
garyb/purescript-quickcheck-laws

#checkLaws Source

checkLaws :: forall eff. String -> QC eff Unit -> QC eff Unit

Re-exports from Test.QuickCheck

#QC

type QC eff a = Eff (console :: CONSOLE, exception :: EXCEPTION, random :: RANDOM | eff) a

A type synonym which represents the effects used by the quickCheck function.