1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 17:05:33 +03:00
This commit is contained in:
Rob Rix 2020-02-04 13:57:45 -05:00
parent 790431ac74
commit bcea47bda1
No known key found for this signature in database
GPG Key ID: 2BE643E01DC032AE

View File

@ -28,8 +28,6 @@ import Data.Functor.Identity
import Data.Monoid (Ap (..))
import GHC.Generics
-- FIXME: derive Traversable1 instances for TH-generated syntax types.
-- | Simultaneous traversal of subterms of kind @*@ and @* -> *@ in an 'Applicative' context.
--
-- 'Traversable1' can express any combination of first- and second-order mapping, folding, and traversal.