jsaddle-0.8.3.2: Interface for JavaScript that works with GHCJS and GHC

Safe HaskellNone
LanguageHaskell2010

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 #