diff --git a/semantic-tags/src/Tags/Taggable/Precise.hs b/semantic-tags/src/Tags/Taggable/Precise.hs index 73a10c2b2..439214209 100644 --- a/semantic-tags/src/Tags/Taggable/Precise.hs +++ b/semantic-tags/src/Tags/Taggable/Precise.hs @@ -40,6 +40,7 @@ yield :: (Carrier sig m, Member (Writer Tags) sig) => Tag -> m () yield = tell . Endo . (:) +-- FIXME: move GFoldable1 into semantic-ast. class GFoldable1 c t where -- | Generically map functions over fields of kind @* -> *@, monoidally combining the results. gfoldMap1