Skip to content

Commit

Permalink
Merge pull request #67 from Bodigrim/newline-in-haddocks
Browse files Browse the repository at this point in the history
Add missing newline in haddocks
  • Loading branch information
lehins authored Jun 24, 2020
2 parents b76004f + ef8dbc9 commit 11464aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/System/Random/Stateful.hs
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ runSTGen_ g action = fst $ runSTGen g action
-- NaN
--
-- * If \(a\) is @-Infinity@ and \(b\) is @Infinity@, the result is @NaN@.
--
-- >>> let (a, b, x) = (-inf, inf, 0.5) in x * a + (1 - x) * b
-- NaN
--
Expand Down

0 comments on commit 11464aa

Please sign in to comment.