diff --git a/monad-bayes-site/MCMC.html b/monad-bayes-site/MCMC.html index 66b65737..54917651 100644 --- a/monad-bayes-site/MCMC.html +++ b/monad-bayes-site/MCMC.html @@ -14577,7 +14577,7 @@
-
In [13]:
+
In [1]:
:e ImportQualifiedPost
@@ -14597,12 +14597,13 @@
 
 import Control.Monad.Bayes.Class
 import Control.Monad.Bayes.Enumerator
+
 import Control.Monad.Bayes.Weighted
 import Control.Monad.Bayes.Sampler.Strict
 import Control.Monad.Bayes.Traced.Static
 import Control.Monad.Bayes.Inference.MCMC
 
-:l ../Plotting.hs
+:l ../plotting.hs
 
@@ -14617,7 +14618,49 @@
+
+
+ +
+
+ + @@ -14627,7 +14670,7 @@