diff options
| author | tv <tv@krebsco.de> | 2025-12-04 22:06:20 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2025-12-04 22:06:20 +0100 |
| commit | 4bdc4177d3a1ec087b1c85d622b2aca9e497c03f (patch) | |
| tree | fd4c65e8e85bbbea2e59d21d0702c7effc807162 /src/Data/Text/Extra.hs | |
| parent | 3919fb8adc06134a304d4fcbcd192c8707c06cbd (diff) | |
Diffstat (limited to 'src/Data/Text/Extra.hs')
| -rw-r--r-- | src/Data/Text/Extra.hs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Data/Text/Extra.hs b/src/Data/Text/Extra.hs deleted file mode 100644 index 07dd45c..0000000 --- a/src/Data/Text/Extra.hs +++ /dev/null @@ -1,8 +0,0 @@ -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 |
