-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Spec for testing properties for variant types -- -- Spec for testing properties for variant types @package hspecVariant @version 0.1.0.1 -- | To test "invalid" and "valid" properties module Test.Hspec.Variant -- | Is a shorcut for > it ".." $ propertyValid $ .. propValid :: (VarTesteable prop) => String -> prop -> Spec -- | Is a shorcut for > it ".." $ propertyInvalid $ .. propInvalid :: (VarTesteable prop) => String -> prop -> Spec