We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2426ece commit 36b6fb4Copy full SHA for 36b6fb4
2 files changed
Data/ByteString/Char8.hs
@@ -46,6 +46,7 @@ module Data.ByteString.Char8 (
46
47
-- * The @ByteString@ type
48
ByteString,
49
+ StrictByteString,
50
51
-- * Introducing and eliminating 'ByteString's
52
empty,
Data/ByteString/Lazy/Char8.hs
@@ -32,6 +32,7 @@ module Data.ByteString.Lazy.Char8 (
32
33
34
35
+ LazyByteString,
36
37
38
0 commit comments