Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rvar/src/Data/RVar.hs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ import Control.Monad (ap, liftM)
-- >>> runState (sampleStateRVar (Fu.uniform 1 (100 :: Integer))) (mkStdGen 2021)
-- (79,StdGen {unStdGen = SMGen 4687568268719557181 4805600293067301895})
--
-- * Using a mutable pseud-random number generator that has an instance for `StatefulGen` with
-- * Using a mutable pseudo-random number generator that has an instance for `StatefulGen` with
-- `ReaderT` monad.
--
-- >>> import qualified Data.Random as Fu (uniform)
Expand Down