b161f59dd9b8af842a03d482f0ab4645c8cc3959f3da207a793d5674543c633a

Download raw

Created: 2023-12-19 03:40:10.302489 UTC

Size: 4364

Preview (limited to 512 bytes)

"{-# LANGUAGE CPP #-}\n#ifndef NO_SAFE_HASKELL\n{-# LANGUAGE Safe #-}\n#endif\n-- | Types to help with testing polymorphic properties.\n--\n-- Types 'A', 'B' and 'C' are @newtype@ wrappers around 'Integer' that\n-- implement 'Eq', 'Show', 'Arbitrary' and 'CoArbitrary'. Types\n-- 'OrdA', 'OrdB' and 'OrdC' also implement 'Ord' and 'Num'.\n--\n-- See also \"Test.QuickCheck.All\" for an automatic way of testing\n-- polymorphic properties.\nmodule Test.QuickCheck.Poly\n ( A(..), B(..), C(..)\n , OrdA(..), OrdB(..), OrdC(..)\n "


Casa is a service provided by the Haskell Foundation │ Originally developed by FP Complete