summaryrefslogtreecommitdiffstats
path: root/src/Blessings/String.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Blessings/String.hs')
-rw-r--r--src/Blessings/String.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Blessings/String.hs b/src/Blessings/String.hs
index 005cd7b..bc3d8cc 100644
--- a/src/Blessings/String.hs
+++ b/src/Blessings/String.hs
@@ -14,5 +14,6 @@ instance Blessable String where
length = L.length
drop = L.drop
take = L.take
+ splitAt = L.splitAt
intercalate = L.intercalate
fromWord8 = show