Closed isovector closed 4 years ago
This changes the output of generated ForQuickCheck properties from
quickspec_laws :: [(String, Property)] quickspec_laws = [ ( "flipV mempty = mempty" , property $ flipV mempty =~= mempty) ]
to
quickspec_laws :: [(String, Property)] quickspec_laws = [ ( "flipV mempty = mempty" , property $ (flipV mempty :: Tile [Word8]) =~= mempty) ]
Fixes #64
This changes the output of generated ForQuickCheck properties from
to
Fixes #64