haskell-gi-0.20: Generate Haskell bindings for GObject Introspection capable libraries

Safe HaskellSafe
LanguageHaskell98

Data.GI.CodeGen.Util

Synopsis

Documentation

prime :: Text -> Text Source #

parenthesize :: Text -> Text Source #

padTo :: Int -> Text -> Text Source #

withComment :: Text -> Text -> Text Source #

ucFirst :: Text -> Text Source #

Capitalize the first character of the given string.

lcFirst :: Text -> Text Source #

Make the first character of the given string lowercase.

modifyQualified :: (Text -> Text) -> Text -> Text Source #

Apply the given modification function to the given symbol. If the symbol is qualified the modification will only apply to the last component.

tshow :: Show a => a -> Text Source #

Construct the Text representation of a showable.

terror :: Text -> a Source #

Throw an error with the given Text.