diff options
| author | tv <tv@krebsco.de> | 2026-03-07 23:28:58 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-03-08 04:01:23 +0100 |
| commit | ae9f49e0a6e7d5a0c906d8e4fd153ad553cdecf1 (patch) | |
| tree | 8dbb213f5796da9215742afa9d30682e3dcc5dd0 /src/Blessings/Text.hs | |
| parent | a6dd9834628614c0b7c815165bc0cf4139131b8c (diff) | |
use mono-traversable
Diffstat (limited to 'src/Blessings/Text.hs')
| -rw-r--r-- | src/Blessings/Text.hs | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/Blessings/Text.hs b/src/Blessings/Text.hs deleted file mode 100644 index 04572dd..0000000 --- a/src/Blessings/Text.hs +++ /dev/null @@ -1,21 +0,0 @@ -{-# OPTIONS_GHC -fno-warn-orphans #-} - -module Blessings.Text - ( module Blessings - ) where - -import Blessings -import Blessings.Internal -import Data.Text (Text) -import qualified Data.Text as T - - -instance Blessable Text where - length = T.length - drop = T.drop - take = T.take - splitAt = T.splitAt - break = T.break - intercalate = T.intercalate - fromWord8 = T.pack . Prelude.show - show = T.pack . Prelude.show |
