This commit is contained in:
Tony Morris 2015-06-09 13:30:02 +10:00
parent 161d1b0e24
commit 53a18c6dc0

View file

@ -161,7 +161,7 @@ set =
----
-- | Observe that @fmap@ can be recovered from @traverse@ using @Identity@.
-- | Observe that @foldMap@ can be recovered from @traverse@ using @Const@.
--
-- /Reminder:/ foldMap :: (Foldable t, Monoid b) => (a -> b) -> t a -> b
foldMapT ::