ddc-core-simpl-0.4.1.3: Disciplined Disciple Compiler code transformations.

Safe HaskellSafe-Inferred

DDC.Type.Transform.Alpha

Documentation

class Alpha c whereSource

Methods

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

Apply a function to all the names in a thing.