morley-1.12.0: Developer tools for the Michelson Language
Safe HaskellNone
LanguageHaskell2010

Util.Text

Synopsis

Documentation

headToLower :: HasCallStack => Text -> Text Source #

Leads first character of text to lower case.

For empty text this will throw an error.

surround :: Semigroup a => a -> a -> a -> a Source #