this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fixed documentation for foldMapT

+1 -1
+1 -1
src/Lets/Lens.hs
··· 161 161 162 162 ---- 163 163 164 - -- | Observe that @fmap@ can be recovered from @traverse@ using @Identity@. 164 + -- | Observe that @foldMap@ can be recovered from @traverse@ using @Const@. 165 165 -- 166 166 -- /Reminder:/ foldMap :: (Foldable t, Monoid b) => (a -> b) -> t a -> b 167 167 foldMapT ::