Hoogle Search

Within LTS Haskell 22.23 (ghc-9.6.5)

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

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

    numeric-prelude NumericPrelude.Base

    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 :: (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.

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

    basic-prelude BasicPrelude

    No documentation available.

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

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

    prelude-compat Prelude2010

    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.

  6. interact :: ListLikeIO full item => (full -> full) -> IO ()

    ListLike Data.ListLike

    Interact with stdin and stdout by using a function to transform input to output. May be lazy. See interact for more.

  7. interact :: ListLikeIO full item => (full -> full) -> IO ()

    ListLike Data.ListLike.IO

    Interact with stdin and stdout by using a function to transform input to output. May be lazy. See interact for more.

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

    base-prelude BasePrelude

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

    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.

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

    rebase Rebase.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 3 of many | Previous | Next