Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. simplifyInteractive :: WantedConstraints -> TcM (Bag EvBind)

    ghc GHC.Tc.Solver

    No documentation available.

  2. getInteractivePrintName :: TcRn Name

    ghc GHC.Tc.Utils.Monad

    No documentation available.

  3. initTcInteractive :: HscEnv -> TcM a -> IO (Messages TcRnMessage, Maybe a)

    ghc GHC.Tc.Utils.Monad

    No documentation available.

  4. MCInteractive :: MessageClass

    ghc GHC.Types.Error

    No documentation available.

  5. UnhelpfulInteractive :: UnhelpfulSpanReason

    ghc GHC.Types.SrcLoc

    No documentation available.

  6. isInteractiveModule :: Module -> Bool

    ghc GHC.Unit.Types

    No documentation available.

  7. MCInteractive :: MessageClass

    ghc GHC.Utils.Error

    No documentation available.

  8. runInteractiveCommand :: String -> IO (OutputStream ByteString, InputStream ByteString, InputStream ByteString, ProcessHandle)

    io-streams System.IO.Streams.Process

    Runs a command using the shell, and returns streams that may be used to communicate with the process via its stdin, stdout, and stderr respectively. The streams returned by this command are guarded by locks and are therefore safe to use in multithreaded code. Since: 1.0.2.0

  9. runInteractiveProcess :: FilePath -> [String] -> Maybe FilePath -> Maybe [(String, String)] -> IO (OutputStream ByteString, InputStream ByteString, InputStream ByteString, ProcessHandle)

    io-streams System.IO.Streams.Process

    Runs a raw command, and returns streams that may be used to communicate with the process via its stdin, stdout and stderr respectively. For example, to start a process and feed a string to its stdin:

    (inp,out,err,pid) <- runInteractiveProcess "..."
    forkIO (Streams.write (Just str) inp)
    
    The streams returned by this command are guarded by locks and are therefore safe to use in multithreaded code. Since: 1.0.2.0

  10. AnotherTlsInteractionResult :: Int -> TlsInteractionResult

    gi-gio GI.Gio.Enums

    Catch-all for unknown values

Page 19 of many | Previous | Next