aboutsummaryrefslogtreecommitdiff
path: root/src/PPL/Sampling.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/PPL/Sampling.hs')
-rw-r--r--src/PPL/Sampling.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PPL/Sampling.hs b/src/PPL/Sampling.hs
index a3f38db..1d20838 100644
--- a/src/PPL/Sampling.hs
+++ b/src/PPL/Sampling.hs
@@ -42,7 +42,7 @@ mh p m = do
ratio = w' / w
(Exp . log -> r, g3) = random g2
put g3
- pure $
+ pure $!
if r < ratio
then (t', x', w')
else (t, x, w)