ghcjs-base-0.2.0.0: base library for GHCJS

Safe HaskellSafe
LanguageHaskell98

Data.JSString.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