skeletest-0.4.0: Batteries-included, opinionated test framework
Safe HaskellNone
LanguageGHC2021

Skeletest.Internal.Utils.Text

Contents

Synopsis

Documentation

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

pluralize :: (Num a, Eq a, Show a) => a -> Text -> Text Source #

parens :: Text -> Text Source #

Add parentheses if the given input contains spaces.

Indentation