smallcheck-lens-0.3: SmallCheck properties for lens

Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.SmallCheck.Lens.Iso

Description

This module is intended to be imported qualified, for example:

import qualified Test.SmallCheck.Lens.Iso as Iso

Documentation

hither :: (Eq s, Show s, Eq a, Show a, Serial m a) => Iso' s a -> Series m s -> Property m Source

yon :: (Eq s, Show s, Eq a, Show a, Serial m a) => Iso' s a -> Series m a -> Property m Source