e10c732d9dd2c35ff35debdc74b707bb61213dfd17b4befe58a2ece59a34f8f8

Download raw

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

Size: 1872

Preview (limited to 512 bytes)

"{-# LANGUAGE CPP #-}\n#ifndef NO_SAFE_HASKELL\n{-# LANGUAGE Safe #-}\n#endif\n#ifndef NO_ST_MONAD\n{-# LANGUAGE Rank2Types #-}\n#endif\n-- | Unsafe combinators for the 'Gen' monad.\n--\n-- 'Gen' is only morally a monad: two generators that are supposed\n-- to be equal will give the same probability distribution, but they\n-- might be different as functions from random number seeds to values.\n-- QuickCheck maintains the illusion that a 'Gen' is a probability\n-- distribution and does not allow you to distinguish two gen"


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