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.
toTlsInteraction :: (MonadIO m, IsTlsInteraction o) => o -> m TlsInteractiongi-gio GI.Gio.Objects.TlsInteraction Cast to TlsInteraction, for types for which this is known to be safe. For general casts, use castTo.
deleteInteractivePointsU :: URList -> URListyi-core Yi.Buffer.Undo No documentation available.
deleteInteractivePointsU :: URList -> URListyi-core Yi.Config.Simple No documentation available.
-
yi-core Yi.Interact Abstraction of monadic interactive processes
-
yi-core Yi.Keymap.Keys Abstraction of monadic interactive processes
blockInteract :: (BinaryConvertible b, BinaryConvertible c) => Int -> ([[b]] -> [[c]]) -> IO ()MissingH System.IO.Binary An alias for hBlockInteract over stdin and stdout
fullBlockInteract :: (BinaryConvertible b, BinaryConvertible c) => Int -> ([[b]] -> [[c]]) -> IO ()MissingH System.IO.Binary An alias for hFullBlockInteract over stdin and stdout
-
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.
-
MissingH System.IO.Binary Same as hBlockInteract, but uses hFullGetBlocks instead of hGetBlocks internally.
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