Skip to content

Commit

Permalink
less points
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jun 6, 2024
1 parent aed6494 commit 3a81d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Text/Lazy/IO.hs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ hPutStr h = hPutStream h . stream

-- | Write a string to a handle, followed by a newline.
hPutStrLn :: Handle -> Text -> IO ()
hPutStrLn h t = hPutStream h $ streamLn t
hPutStrLn h = hPutStream h . streamLn

-- | The 'interact' function takes a function of type @Text -> Text@
-- as its argument. The entire input from the standard input device is
Expand Down

0 comments on commit 3a81d46

Please sign in to comment.