From f4cdf79bd4a75e9eafe68b9a908f4cc68682b7ef Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 5 Apr 2022 21:39:55 +0200 Subject: boom --- src/Data/Text/Extra.hs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/Data/Text/Extra.hs (limited to 'src/Data/Text/Extra.hs') diff --git a/src/Data/Text/Extra.hs b/src/Data/Text/Extra.hs new file mode 100644 index 0000000..07dd45c --- /dev/null +++ b/src/Data/Text/Extra.hs @@ -0,0 +1,8 @@ +module Data.Text.Extra where + +import Data.Text (Text) +import qualified Data.Text as Text + + +show :: Show a => a -> Text +show = Text.pack . Prelude.show -- cgit v1.2.3