Skip to content

Commit 6efef06

Browse files
Manuel Bärenzturion
authored andcommitted
Formatting
1 parent d7124a4 commit 6efef06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Control/Monad/Bayes/Population.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ where
4141

4242
import Control.Applicative (Alternative)
4343
import Control.Arrow (second)
44-
import Control.Monad (replicateM, MonadPlus)
44+
import Control.Monad (MonadPlus, replicateM)
4545
import Control.Monad.Bayes.Class
4646
( MonadDistribution (categorical, logCategorical, random, uniform),
4747
MonadFactor,

0 commit comments

Comments
 (0)