Data.Generics.Traversable

Open recursion combinators

class GTraversable c a

gmap

gmapM

gfoldMap

gfoldr

gfoldl'

Closed recursion combinators

class Rec c a

everywhere

everywhere'

everywhereM

everything