Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. toTlsInteraction :: (MonadIO m, IsTlsInteraction o) => o -> m TlsInteraction

    gi-gio GI.Gio.Objects.TlsInteraction

    Cast to TlsInteraction, for types for which this is known to be safe. For general casts, use castTo.

  2. deleteInteractivePointsU :: URList -> URList

    yi-core Yi.Buffer.Undo

    No documentation available.

  3. deleteInteractivePointsU :: URList -> URList

    yi-core Yi.Config.Simple

    No documentation available.

  4. class (Eq w, Monad m, Alternative m, Applicative m, MonadPlus m) => MonadInteract (m :: Type -> Type) w e | m -> w e

    yi-core Yi.Interact

    Abstraction of monadic interactive processes

  5. class (Eq w, Monad m, Alternative m, Applicative m, MonadPlus m) => MonadInteract (m :: Type -> Type) w e | m -> w e

    yi-core Yi.Keymap.Keys

    Abstraction of monadic interactive processes

  6. blockInteract :: (BinaryConvertible b, BinaryConvertible c) => Int -> ([[b]] -> [[c]]) -> IO ()

    MissingH System.IO.Binary

    An alias for hBlockInteract over stdin and stdout

  7. fullBlockInteract :: (BinaryConvertible b, BinaryConvertible c) => Int -> ([[b]] -> [[c]]) -> IO ()

    MissingH System.IO.Binary

    An alias for hFullBlockInteract over stdin and stdout

  8. hBlockInteract :: (HVIO a, HVIO d, BinaryConvertible b, BinaryConvertible c) => Int -> a -> d -> ([[b]] -> [[c]]) -> IO ()

    MissingH System.IO.Binary

    Binary block-based interaction. This is useful for scenarios that take binary blocks, manipulate them in some way, and then write them out. Take a look at hBlockCopy for an example. The integer argument is the size of input binary blocks. This function uses hGetBlocks internally.

  9. hFullBlockInteract :: (HVIO a, HVIO d, BinaryConvertible b, BinaryConvertible c) => Int -> a -> d -> ([[b]] -> [[c]]) -> IO ()

    MissingH System.IO.Binary

    Same as hBlockInteract, but uses hFullGetBlocks instead of hGetBlocks internally.

  10. hInteract :: (HVIO a, HVIO b) => a -> b -> (String -> String) -> IO ()

    MissingH System.IO.Utils

    This is similar to the built-in interact, but works on any handle, not just stdin and stdout. In other words:

    interact = hInteract stdin stdout
    

Page 23 of many | Previous | Next