We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7aed95 commit aea8afaCopy full SHA for aea8afa
src/Control/Monad/Bayes/Population.hs
@@ -69,7 +69,7 @@ import Numeric.Log qualified as Log
69
import Prelude hiding (all, sum)
70
71
-- | 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'.
+-- It is not a valid monad transformer, but it is a valid 'Applicative'.
73
newtype ListT m a = ListT {getListT :: Compose m [] a}
74
deriving newtype (Functor, Applicative, Alternative)
75
0 commit comments