Hoogle Search

Within LTS Haskell 22.18 (ghc-9.6.4)

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

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

    ghc GHC.Prelude.Basic

    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.

  2. interact :: MonadIO m => (ByteString -> ByteString) -> m ()

    rio RIO.ByteString

    Lifted interact

  3. interact :: MonadIO m => (LByteString -> LByteString) -> m ()

    rio RIO.ByteString.Lazy

    Lifted interact

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

    strict System.IO.Strict

    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 :: Storable a => ChunkSize -> (Vector a -> Vector a) -> IO ()

    storablevector Data.StorableVector.Lazy

    No documentation available.

  6. interact :: (Size size, Storable a) => (Vector size a -> Vector size a) -> IO ()

    storablevector Data.StorableVector.Lazy.Typed

    No documentation available.

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

    Cabal-syntax Distribution.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.

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

    ghc-lib-parser GHC.Prelude.Basic

    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 :: MonadIO m => (LText -> LText) -> m ()

    classy-prelude ClassyPrelude

    Takes a function of type 'LText -> LText' and passes all input on stdin to it, then prints result to stdout Uses lazy IO Uses system locale settings

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

    numeric-prelude NumericPrelude

    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 2 of many | Previous | Next