Skip to content

Commit cd36095

Browse files
adithyaovharendra-kumar
authored andcommitted
Expose Console.Stdio.read
1 parent 45cb028 commit cd36095

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

core/src/Streamly/Console/Stdio.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
module Streamly.Console.Stdio
1515
(
1616
-- * Streams (stdin)
17-
readChunks
17+
read
1818
, readChars
19+
, readChunks
1920

2021
-- * Streams (srdout)
2122
, putChunks
@@ -34,4 +35,5 @@ module Streamly.Console.Stdio
3435
)
3536
where
3637

38+
import Prelude hiding (read)
3739
import Streamly.Internal.Console.Stdio

0 commit comments

Comments
 (0)