Skip to content

Commit aea8afa

Browse files
committed
Formatting
1 parent e7aed95 commit aea8afa

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
@@ -69,7 +69,7 @@ import Numeric.Log qualified as Log
6969
import Prelude hiding (all, sum)
7070

7171
-- | The old-fashioned, broken list transformer, adding a list/nondeterminism/choice effect.
72-
-- It is not a valid monad transformer, but it is a valid 'Applicative'.
72+
-- It is not a valid monad transformer, but it is a valid 'Applicative'.
7373
newtype ListT m a = ListT {getListT :: Compose m [] a}
7474
deriving newtype (Functor, Applicative, Alternative)
7575

0 commit comments

Comments
 (0)