Merge pull request #1 from charleso/topic/fold-map-doc
Fixed documentation for foldMapT
This commit is contained in:
commit
3c8ef6a34c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
-- /Reminder:/ foldMap :: (Foldable t, Monoid b) => (a -> b) -> t a -> b
|
||||||
foldMapT ::
|
foldMapT ::
|
||||||
|
|
Loading…
Reference in a new issue