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.
simplifyInteractive :: WantedConstraints -> TcM (Bag EvBind)ghc GHC.Tc.Solver No documentation available.
getInteractivePrintName :: TcRn Nameghc GHC.Tc.Utils.Monad No documentation available.
initTcInteractive :: HscEnv -> TcM a -> IO (Messages TcRnMessage, Maybe a)ghc GHC.Tc.Utils.Monad No documentation available.
-
ghc GHC.Types.Error No documentation available.
UnhelpfulInteractive :: UnhelpfulSpanReasonghc GHC.Types.SrcLoc No documentation available.
isInteractiveModule :: Module -> Boolghc GHC.Unit.Types No documentation available.
-
ghc GHC.Utils.Error No documentation available.
-
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
-
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 AnotherTlsInteractionResult :: Int -> TlsInteractionResultgi-gio GI.Gio.Enums Catch-all for unknown values