ddc-core-simpl-0.2.1.2: Disciple Core language simplifying code transformations.

Safe HaskellSafe-Inferred

DDC.Type.Transform.Rename

Documentation

class Rename c whereSource

Methods

rename :: forall n1 n2. Ord n2 => (n1 -> n2) -> c n1 -> c n2Source

Apply a function to all the names in a thing.