Module

Data.String.Repr

Package
purescript-repr
Repository
JoelLefkowitz/purescript-repr

#showWithoutQuotes Source

showWithoutQuotes :: forall a. Show a => a -> String

#joinWith Source

joinWith :: forall a f. Show a => Foldable f => String -> f a -> String

#showKv Source

showKv :: forall k v. Show k => Show v => Tuple k v -> String

#kvStrings Source

kvStrings :: forall k v. Show k => Show v => Map k v -> Array String

#fmtShow Source

fmtShow :: forall k v. Show k => Show v => String -> String -> Map k v -> String -> String