>>> getAny $ snd $ runPureEff $ runWriter $ \w -> do -- Non-empty list (the tell event does happen) for_ [1 .. 10] $ \_ -> tell w (Any True) True