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/String.hs | |
| parent | a6dd9834628614c0b7c815165bc0cf4139131b8c (diff) | |
use mono-traversable
Diffstat (limited to 'src/Blessings/String.hs')
| -rw-r--r-- | src/Blessings/String.hs | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/Blessings/String.hs b/src/Blessings/String.hs deleted file mode 100644 index 8dc6bcf..0000000 --- a/src/Blessings/String.hs +++ /dev/null @@ -1,21 +0,0 @@ -{-# LANGUAGE FlexibleInstances #-} -{-# OPTIONS_GHC -fno-warn-orphans #-} - -module Blessings.String - ( module Blessings - ) where - -import Blessings -import Blessings.Internal -import qualified Data.List as L - - -instance Blessable String where - length = L.length - drop = L.drop - take = L.take - splitAt = L.splitAt - break = L.break - intercalate = L.intercalate - fromWord8 = Prelude.show - show = Prelude.show |
