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 :: Handle -> Text -> IO ()text Data.Text.Lazy.IO Write a string to a handle, followed by a newline.
outputStrLn :: forall (m :: Type -> Type) . MonadIO m => String -> InputT m ()haskeline System.Console.Haskeline Write a string to the user's standard output, followed by a newline.
logPutStrLn :: MonadBase IO m => Text -> m ()yi-core Yi.Debug No documentation available.
hPutStrLn :: Handle -> Text -> IO ()pandoc Text.Pandoc.UTF8 No documentation available.
hPutStrLnWith :: Newline -> Handle -> Text -> IO ()pandoc Text.Pandoc.UTF8 No documentation available.
hPutStrLn :: Handle -> String -> IO ()ghc-internal GHC.Internal.IO.Handle.Text The same as hPutStr, but adds a newline character.
hPutStrLn :: Handle -> String -> IO ()ghc-internal GHC.Internal.System.IO The same as hPutStr, but adds a newline character.
hPutStrLn :: (Print a, MonadIO m) => Handle -> a -> m ()protolude Protolude.Show No documentation available.
vPutStrLn :: HVIO a => a -> String -> IO ()MissingH System.IO.HVIO Write a string with newline character after it
hPutStrLns :: HVIO a => a -> [String] -> IO ()MissingH System.IO.Utils Given a list of strings, output a line containing each item, adding newlines as appropriate. The list is not expected to have newlines already.