| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Skeletest.Internal.Utils.Text
Contents
Synopsis
- showT :: Show a => a -> Text
- pluralize :: (Num a, Eq a, Show a) => a -> Text -> Text
- parens :: Text -> Text
- type IndentSize = Int
- type IndentLevel = Int
- indent :: Text -> Text
- indentWith :: IndentSize -> Text -> IndentLevel -> Text -> Text
Documentation
Indentation
type IndentSize = Int Source #
type IndentLevel = Int Source #
indentWith :: IndentSize -> Text -> IndentLevel -> Text -> Text Source #