You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sca...@googlegroups.com
Is the Foldable instance automatically constructed from the Traverse in order to invoke foldMap?
Will add traverse._, although that too is just a specialization of foldMap.
Runar
Jason Zaugg
unread,
May 4, 2012, 5:15:48 PM5/4/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sca...@googlegroups.com
On Fri, May 4, 2012 at 10:12 PM, Runar Bjarnason <runar...@gmail.com> wrote:
> Is the Foldable instance automatically constructed from the Traverse in
> order to invoke foldMap?
>
> Will add traverse._, although that too is just a specialization of foldMap.
Traverse[F] is a subtype of Foldable[F]. If you define
Traverse#traverseImpl, you get foldMap for free.
-jason
Runar Bjarnason
unread,
May 4, 2012, 5:20:26 PM5/4/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message