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 :: ListLikeIO full item => Handle -> full -> IO ()

    ListLike Data.ListLike

    Write data plus newline character.

  2. hPutStrLn :: ListLikeIO full item => Handle -> full -> IO ()

    ListLike Data.ListLike.IO

    Write data plus newline character.

  3. hPutStrLn :: (Encoding e, ?enc :: e) => Handle -> String -> IO ()

    encoding System.IO.Encoding

    No documentation available.

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

    ihaskell IHaskellPrelude

    The same as hPutStr, but adds a newline character.

  5. hPutStrLn :: (IOData a, MonadIO m) => Handle -> a -> m ()

    chunked-data Data.IOData

    No documentation available.

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

    pathtype System.Path.IO

    The same as hPutStr, but adds a newline character.

  7. sPutStrLn :: SFlow String (Fx b)

    midair Midair.Handy

    No documentation available.

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

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

    verset Verset

    No documentation available.

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

    xmonad-contrib XMonad.Util.Run

    The same as hPutStr, but adds a newline character.

Page 8 of many | Previous | Next