From 07016de0b014d912c6e17101407920e41a421ab1 Mon Sep 17 00:00:00 2001 From: Leonhard Markert Date: Thu, 7 May 2020 14:24:42 +0200 Subject: [PATCH] Fix section include --- System/Random.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Random.hs b/System/Random.hs index 4264638cf..9256f5575 100644 --- a/System/Random.hs +++ b/System/Random.hs @@ -79,7 +79,7 @@ import qualified System.Random.SplitMix as SM -- package. -- Programmers may, of course, supply their own instances of 'RandomGen'. -- --- $ usagepure +-- $usagepure -- -- In pure code, use 'uniform' and 'uniformR' to generate pseudo-random values -- with a pure pseudo-random number generator like 'StdGen'.