haskell / random

Random number library
Other
53 stars 50 forks source link

Fix typo of runStateGen #83

Closed unam3 closed 3 years ago

Bodigrim commented 3 years ago

Nice catch! Could you please fix two other occurencies of runGenState as well? https://github.com/haskell/random/blob/bdb9b43bdd7d3c0b77762d383eea1da341537751/random.cabal#L45 https://github.com/haskell/random/blob/bdb9b43bdd7d3c0b77762d383eea1da341537751/test/Spec.hs#L142

unam3 commented 3 years ago

Nice catch! Could you please fix two other occurencies of runGenState as well?

https://github.com/haskell/random/blob/bdb9b43bdd7d3c0b77762d383eea1da341537751/random.cabal#L45

https://github.com/haskell/random/blob/bdb9b43bdd7d3c0b77762d383eea1da341537751/test/Spec.hs#L142

doen

lehins commented 3 years ago

Good catch. Considering it's a haddock only change I don't think we need to wait for travis. Merging

This raises however a different issue. Opened #84