mirror of
https://github.com/github/semantic.git
synced 2024-11-25 02:58:36 +03:00
Note a FIXME.
This commit is contained in:
parent
e05a98cc2d
commit
4a5ab1107a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user