Skip to content

Commit

Permalink
disable props
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Feb 3, 2024
1 parent 37660f8 commit a61f9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/System/Random/Seed.hs
Expand Up @@ -94,11 +94,11 @@ class (KnownNat (SeedSize g), 1 <= SeedSize g, Typeable g) => SeedGen g where
-- number generator. It should be big enough to satisfy the roundtrip properies:
--
-- @
-- prop> seedGen (unseedGen gen) == gen
-- > seedGen (unseedGen gen) == gen
-- @
--
-- @
-- prop> unseedGen (seedGen seed) == seed
-- > unseedGen (seedGen seed) == seed
-- @
type SeedSize g :: Nat
{-# MINIMAL (seedGen, unseedGen)|(seedGen64, unseedGen64) #-}
Expand Down

0 comments on commit a61f9d1

Please sign in to comment.