Panfiguration.Case
Contents
data Case Source #
Constructors
camel :: Case Source #
snake :: Case Source #
pattern SNAKE :: Case Source #
pattern KEBAB :: Case Source #
kebab :: Case Source #
split :: Case -> String -> [String] Source #
join :: Case -> [String] -> String Source #
convert :: Case -> Case -> String -> String Source #