Question: Write a Haskell function lowerFirstLetter that lowercases the first and only first letter of a string. lowerFirstLetter :: String -> String
Write a Haskell function lowerFirstLetter that lowercases the first and only first letter of a string.
lowerFirstLetter :: String -> String
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
