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

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

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

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

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

    bytestring Data.ByteString

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

    bytestring Data.ByteString.Char8

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

    bytestring Data.ByteString.Lazy

    The interact function takes a function of type ByteString -> ByteString 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.

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

    bytestring Data.ByteString.Lazy.Char8

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

    text Data.Text.IO

    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.

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

    text Data.Text.Lazy.IO

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

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

    amazonka-core Amazonka.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 ()

    hedgehog Hedgehog.Internal.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.

Page 1 of many | Next