summaryrefslogtreecommitdiffstats
path: root/src/Blessings/ByteString/Lazy.hs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2025-03-13 21:06:59 +0100
committertv <tv@krebsco.de>2025-07-21 14:57:09 +0200
commit15b6cb2e94243cd8f6c9912a78ee1a5e9738b264 (patch)
tree7b22c54f7fb7c4d939cd371270c1ba86e48a931c /src/Blessings/ByteString/Lazy.hs
parent50ae155a7fc075694eba6edc2cbc5419ed2731b7 (diff)
add splitAt
Diffstat (limited to 'src/Blessings/ByteString/Lazy.hs')
-rw-r--r--src/Blessings/ByteString/Lazy.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Blessings/ByteString/Lazy.hs b/src/Blessings/ByteString/Lazy.hs
index a32f29b..c0f521c 100644
--- a/src/Blessings/ByteString/Lazy.hs
+++ b/src/Blessings/ByteString/Lazy.hs
@@ -13,5 +13,6 @@ instance Blessable L.ByteString where
length = fromIntegral . L.length
drop = L.drop . fromIntegral
take = L.take . fromIntegral
+ splitAt = L.splitAt . fromIntegral
intercalate = L.intercalate
fromWord8 = L.pack . show