text-1.2.3.2: An efficient packed Unicode text type.
Safe HaskellNone
LanguageHaskell2010

Data.Text.Internal.Fusion.CaseMapping

Documentation

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

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

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

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