From 4a5ab1107a06aacc3fea3f847677e0f1d5023c71 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Tue, 24 Sep 2019 17:09:01 -0400 Subject: [PATCH] Note a FIXME. --- semantic-tags/src/Tags/Taggable/Precise.hs | 1 + 1 file changed, 1 insertion(+) 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