Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. interact :: (ByteStream IO () -> ByteStream IO r) -> IO r

    streaming-bytestring Streaming.ByteString.Char8

    A synonym for hPut, for compatibility hPutStr :: Handle -> ByteStream IO r -> IO r hPutStr = hPut

    • - | Write a ByteStream to stdout putStr :: ByteStream IO r -> IO r putStr = hPut IO.stdout
    The interact function takes a function of type ByteStream -> ByteStream as its argument. The entire input from the standard input device is passed to this function as its argument, and the resulting string is output on the standard output device.
    interact morph = stdout (morph stdin)
    

  2. interact :: (String -> String) -> IO ()

    mixed-types-num Numeric.MixedTypes.PreludeHiding

    The interact function takes a function of type String->String as its argument. The entire input from the standard input device is passed to this function as its argument, and the resulting string is output on the standard output device.

  3. interact :: (String -> String) -> IO ()

    LambdaHack Game.LambdaHack.Core.Prelude

    The interact function takes a function of type String->String as its argument. The entire input from the standard input device is passed to this function as its argument, and the resulting string is output on the standard output device.

  4. interact :: (String -> String) -> IO ()

    cabal-install-solver Distribution.Solver.Compat.Prelude

    The interact function takes a function of type String->String as its argument. The entire input from the standard input device is passed to this function as its argument, and the resulting string is output on the standard output device.

  5. interact :: (Encoding e, ?enc :: e) => (String -> String) -> IO ()

    encoding System.IO.Encoding

    No documentation available.

  6. interact :: (String -> String) -> IO ()

    clash-prelude Clash.HaskellPrelude

    The interact function takes a function of type String->String as its argument. The entire input from the standard input device is passed to this function as its argument, and the resulting string is output on the standard output device.

  7. interact :: (String -> String) -> IO ()

    dimensional Numeric.Units.Dimensional.Prelude

    The interact function takes a function of type String->String as its argument. The entire input from the standard input device is passed to this function as its argument, and the resulting string is output on the standard output device.

  8. interact :: (String -> String) -> IO ()

    distribution-opensuse OpenSuse.Prelude

    The interact function takes a function of type String->String as its argument. The entire input from the standard input device is passed to this function as its argument, and the resulting string is output on the standard output device.

  9. interact :: (String -> String) -> IO ()

    faktory Faktory.Prelude

    The interact function takes a function of type String->String as its argument. The entire input from the standard input device is passed to this function as its argument, and the resulting string is output on the standard output device.

  10. interact :: (String -> String) -> IO ()

    hledger-web Hledger.Web.Import

    The interact function takes a function of type String->String as its argument. The entire input from the standard input device is passed to this function as its argument, and the resulting string is output on the standard output device.

Page 4 of many | Previous | Next