diff options
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 |
