We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7124a4 commit 6efef06Copy full SHA for 6efef06
src/Control/Monad/Bayes/Population.hs
@@ -41,7 +41,7 @@ where
41
42
import Control.Applicative (Alternative)
43
import Control.Arrow (second)
44
-import Control.Monad (replicateM, MonadPlus)
+import Control.Monad (MonadPlus, replicateM)
45
import Control.Monad.Bayes.Class
46
( MonadDistribution (categorical, logCategorical, random, uniform),
47
MonadFactor,
0 commit comments