From 3a81d468667c438b62656a9bf4432a02493d69f4 Mon Sep 17 00:00:00 2001 From: William Rusnack Date: Thu, 6 Jun 2024 09:02:19 -0400 Subject: [PATCH] less points --- src/Data/Text/Lazy/IO.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Data/Text/Lazy/IO.hs b/src/Data/Text/Lazy/IO.hs index 99988446..48b2bcec 100644 --- a/src/Data/Text/Lazy/IO.hs +++ b/src/Data/Text/Lazy/IO.hs @@ -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