generic-deriving-0.3.1: Generic programming library for generalized deriving.

Generics.Deriving.Uniplate

Contents

Synopsis

Documentation

class Uniplate a whereSource

Methods

children :: a -> [a]Source

Default definition

childrendefault :: (Representable0 a rep0, Uniplate' rep0 a) => rep0 x -> a -> [a]Source