Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
hPutStrLn :: ListLikeIO full item => Handle -> full -> IO ()ListLike Data.ListLike Write data plus newline character.
hPutStrLn :: ListLikeIO full item => Handle -> full -> IO ()ListLike Data.ListLike.IO Write data plus newline character.
hPutStrLn :: (Encoding e, ?enc :: e) => Handle -> String -> IO ()encoding System.IO.Encoding No documentation available.
hPutStrLn :: Handle -> String -> IO ()ihaskell IHaskellPrelude The same as hPutStr, but adds a newline character.
hPutStrLn :: (IOData a, MonadIO m) => Handle -> a -> m ()chunked-data Data.IOData No documentation available.
hPutStrLn :: Handle -> String -> IO ()pathtype System.Path.IO The same as hPutStr, but adds a newline character.
sPutStrLn :: SFlow String (Fx b)midair Midair.Handy No documentation available.
hPutStrLn :: StringRWIO s => Handle -> s -> IO ()string-class Data.String.Class Write a string to a handle, followed by a newline N.B.: implementations might not define this atomically. If the state of being atomic is necessary, one possible solution is to convert a string to an efficient type for which hPutStrLn is atomic.
hPutStrLn :: (Print a, MonadIO m) => Handle -> a -> m ()verset Verset No documentation available.
hPutStrLn :: Handle -> String -> IO ()xmonad-contrib XMonad.Util.Run The same as hPutStr, but adds a newline character.