mirror of
https://github.com/github/semantic.git
synced 2024-11-25 11:04:00 +03:00
📝 gfoldMap1.
This commit is contained in:
parent
ea2d2ca324
commit
e05a98cc2d
@ -41,6 +41,7 @@ yield = tell . Endo . (:)
|
|||||||
|
|
||||||
|
|
||||||
class GFoldable1 c t where
|
class GFoldable1 c t where
|
||||||
|
-- | Generically map functions over fields of kind @* -> *@, monoidally combining the results.
|
||||||
gfoldMap1
|
gfoldMap1
|
||||||
:: Monoid b
|
:: Monoid b
|
||||||
=> (forall f . c f => f a -> b)
|
=> (forall f . c f => f a -> b)
|
||||||
|
Loading…
Reference in New Issue
Block a user