Skip to content

Commit

Permalink
Merge pull request #1 from charleso/topic/fold-map-doc
Browse files Browse the repository at this point in the history
Fixed documentation for foldMapT
  • Loading branch information
tonymorris committed Jun 9, 2015
2 parents 161d1b0 + f969d2d commit 3c8ef6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lets/Lens.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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 ::
Expand Down

0 comments on commit 3c8ef6a

Please sign in to comment.