Skip to content

Commit

Permalink
fix comment on unGen
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAlgehed committed Mar 19, 2024
1 parent 49d2f46 commit 521082d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Test/QuickCheck/Gen.hs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import Control.Applicative
-- <http://hackage.haskell.org/package/quickcheck-transformer quickcheck-transformer>
-- provide monad transformer versions of @Gen@.
newtype Gen a = MkGen{
unGen :: QCGen -> Int -> a -- ^ Run the generator on a particular seed.
unGen :: QCGen -> Int -> a -- ^ Run the generator on a particular seed and size.
-- If you just want to get a random value out, consider using 'generate'.
}

Expand Down

0 comments on commit 521082d

Please sign in to comment.