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 9ba9c6b commit 5fa6d57Copy full SHA for 5fa6d57
core/src/Streamly/Unicode/Stream.hs
@@ -75,18 +75,25 @@
75
--
76
module Streamly.Unicode.Stream
77
(
78
+ DecodeState
79
+ , DecodeError(..)
80
+ , CodePoint
81
+
82
-- * Construction (Decoding)
- decodeLatin1
83
+ , decodeLatin1
84
, decodeUtf8
85
, decodeUtf8'
86
, decodeUtf8Chunks
87
+ , decodeUtf8Either
88
+ , resumeDecodeUtf8Either
89
90
-- * Elimination (Encoding)
91
, encodeLatin1
92
, encodeLatin1'
93
, encodeUtf8
94
, encodeUtf8'
95
, encodeStrings
96
97
{-
98
-- * Operations on character strings
99
, strip -- (dropAround isSpace)
0 commit comments