b41ca11afb0befc806d1dfcaef13c67f7e717826bd1d8d3d1a8785d3f1b360c3

Download raw

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

Size: 15331

Preview (limited to 512 bytes)

"{-# LANGUAGE CPP #-}\n#ifndef NO_SAFE_HASKELL\n{-# LANGUAGE Trustworthy #-}\n#endif\n#ifndef NO_MULTI_PARAM_TYPE_CLASSES\n{-# LANGUAGE MultiParamTypeClasses #-}\n#endif\n#ifndef NO_NEWTYPE_DERIVING\n{-# LANGUAGE GeneralizedNewtypeDeriving #-}\n#endif\n#ifndef NO_TYPEABLE\n{-# LANGUAGE DeriveDataTypeable #-}\n#endif\n-- | Modifiers for test data.\n--\n-- These types do things such as restricting the kind of test data that can be generated.\n-- They can be pattern-matched on in properties as a stylistic\n-- alternative to usi"


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