Skip to content

Commit

Permalink
Attempt to fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Feb 3, 2024
1 parent 1f5b537 commit 037d219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/System/Random/Seed.hs
Expand Up @@ -66,6 +66,7 @@ import qualified System.Random.SplitMix32 as SM32
-- to and from a list of 64 bit words using `unseedGen64` and `seedGen64` respectively. In
-- that case cross-platform support will be handled automaticaly.
--
-- >>> :set -XDataKinds -XTypeFamilies
-- >>> import Data.Word
-- >>> import Data.List.NonEmpty (NonEmpty ((:|)))
-- >>> newtype OneByteGen = OneByteGen Word8 deriving Show
Expand Down

0 comments on commit 037d219

Please sign in to comment.