polyglot-0.1.1.0: Haskell to Purescript & Scala 3 transpiler
Safe HaskellSafe-Inferred
LanguageHaskell2010

Utils.String

Documentation

wrapCsv :: Show a => [a] -> String Source #

wrapLetContext :: (Show a, Show b) => [a] -> b -> String Source #

wrapBlock :: Show a => [a] -> String Source #

str :: Show a => String -> [a] -> String Source #

joinList :: Show a => String -> String -> [a] -> String Source #

data Wrapper Source #

Constructors

Wrapper String 

Instances

Instances details
Show Wrapper Source # 
Instance details

Defined in Utils.String

data Empty Source #

Constructors

Empty 

Instances

Instances details
Show Empty Source # 
Instance details

Defined in Utils.String

Methods

showsPrec :: Int -> Empty -> ShowS #

show :: Empty -> String #

showList :: [Empty] -> ShowS #