text-1.1.1.2: An efficient packed Unicode text type.

Safe HaskellSafe-Inferred

Data.Text.Internal.Fusion.CaseMapping

Documentation

upperMapping :: forall s. Char -> s -> Step (CC s) CharSource

lowerMapping :: forall s. Char -> s -> Step (CC s) CharSource

titleMapping :: forall s. Char -> s -> Step (CC s) CharSource

foldMapping :: forall s. Char -> s -> Step (CC s) CharSource