Skip to content

Commit

Permalink
fix haddock
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Jun 4, 2020
1 parent 421a922 commit 02d4201
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/System/Random/Monad.hs
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,7 @@ runSTGen_ g action = fst $ runSTGen g action
-- Here is an example instance for the monadic pseudo-random number generator
-- from the @mwc-random@ package:
--
-- > instance (s ~ PrimState m, PrimMonad m) => MonadRandom MWC.Gen s m where
-- > type Frozen MWC.Gen = MWC.Seed
-- > thawGen = MWC.restore
-- > freezeGen = MWC.save
-- > instance (s ~ PrimState m, PrimMonad m) => MonadRandom (MWC.Gen s) m where
-- > uniformWord8 = MWC.uniform
-- > uniformWord16 = MWC.uniform
-- > uniformWord32 = MWC.uniform
Expand Down

0 comments on commit 02d4201

Please sign in to comment.