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 :: (String -> String) -> IO ()

    ghc GHC.Prelude.Basic

    No documentation available.

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

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

    rio RIO.ByteString

    Lifted interact

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

    rio RIO.ByteString.Lazy

    Lifted interact

  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

    No documentation available.

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

    protolude Protolude

    The interact function takes a function of type Text -> Text 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 ()

    ghc-internal GHC.Internal.System.IO

    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 ()

    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