morley-1.19.0: Developer tools for the Michelson Language
Safe HaskellSafe-Inferred
LanguageHaskell2010

Morley.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 #

dquotes :: (Semigroup a, IsString a) => a -> a Source #