1
1
mirror of https://github.com/github/semantic.git synced 2024-11-25 11:04:00 +03:00

Note a FIXME.

This commit is contained in:
Rob Rix 2019-09-24 17:09:01 -04:00
parent e05a98cc2d
commit 4a5ab1107a
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -40,6 +40,7 @@ yield :: (Carrier sig m, Member (Writer Tags) sig) => Tag -> m ()
yield = tell . Endo . (:) yield = tell . Endo . (:)
-- FIXME: move GFoldable1 into semantic-ast.
class GFoldable1 c t where class GFoldable1 c t where
-- | Generically map functions over fields of kind @* -> *@, monoidally combining the results. -- | Generically map functions over fields of kind @* -> *@, monoidally combining the results.
gfoldMap1 gfoldMap1