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.

  1. hPutStrLn :: Handle -> Text -> IO ()

    text Data.Text.Lazy.IO

    Write a string to a handle, followed by a newline.

  2. 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.

  3. logPutStrLn :: MonadBase IO m => Text -> m ()

    yi-core Yi.Debug

    No documentation available.

  4. hPutStrLn :: Handle -> Text -> IO ()

    pandoc Text.Pandoc.UTF8

    No documentation available.

  5. hPutStrLnWith :: Newline -> Handle -> Text -> IO ()

    pandoc Text.Pandoc.UTF8

    No documentation available.

  6. hPutStrLn :: Handle -> String -> IO ()

    ghc-internal GHC.Internal.IO.Handle.Text

    The same as hPutStr, but adds a newline character.

  7. hPutStrLn :: Handle -> String -> IO ()

    ghc-internal GHC.Internal.System.IO

    The same as hPutStr, but adds a newline character.

  8. hPutStrLn :: (Print a, MonadIO m) => Handle -> a -> m ()

    protolude Protolude.Show

    No documentation available.

  9. vPutStrLn :: HVIO a => a -> String -> IO ()

    MissingH System.IO.HVIO

    Write a string with newline character after it

  10. 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.

Page 7 of many | Previous | Next