diff --git a/semantic-tags/src/Tags/Taggable/Precise.hs b/semantic-tags/src/Tags/Taggable/Precise.hs index 9c12daaff..73a10c2b2 100644 --- a/semantic-tags/src/Tags/Taggable/Precise.hs +++ b/semantic-tags/src/Tags/Taggable/Precise.hs @@ -41,6 +41,7 @@ yield = tell . Endo . (:) class GFoldable1 c t where + -- | Generically map functions over fields of kind @* -> *@, monoidally combining the results. gfoldMap1 :: Monoid b => (forall f . c f => f a -> b)