Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- headToLower :: HasCallStack => Text -> Text
- surround :: Semigroup a => a -> a -> a -> a
Documentation
headToLower :: HasCallStack => Text -> Text Source #
Leads first character of text to lower case.
For empty text this will throw an error.