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.
interact :: (ByteStream IO () -> ByteStream IO r) -> IO rstreaming-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
interact morph = stdout (morph stdin)
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.
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.
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.
interact :: (Encoding e, ?enc :: e) => (String -> String) -> IO ()encoding System.IO.Encoding No documentation available.
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.
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.
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.
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.
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.