4c8a3a1485054ed46b188195ca272d238c4fa27147faa0ca0b7fb0c68cedb20e

Download raw

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

Size: 26005

Preview (limited to 512 bytes)

"{-# OPTIONS_HADDOCK hide #-}\n-- | The main test loop.\n{-# LANGUAGE CPP #-}\n#ifndef NO_TYPEABLE\n{-# LANGUAGE DeriveDataTypeable #-}\n#endif\n#ifndef NO_SAFE_HASKELL\n{-# LANGUAGE Trustworthy #-}\n#endif\nmodule Test.QuickCheck.Test where\n\n--------------------------------------------------------------------------\n-- imports\n\nimport Test.QuickCheck.Gen\nimport Test.QuickCheck.Property hiding ( Result( reason, theException, labels, classes, tables ), (.&.) )\nimport qualified Test.QuickCheck.Property as P\nimport Test."


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