tasty-autocollect-0.2.0.0: Autocollection of tasty tests.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Tasty.AutoCollect.Utils.Text

Synopsis

Documentation

listify :: [Text] -> Text Source #

Convert a list ["a", "b"] to the text "["a", "b"]".