Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mkMessageFor :: String -> String -> FilePath -> Lang -> Q [Dec]shakespeare Text.Shakespeare.I18N create RenderMessage instance for an existing data-type
getCheckForProxy :: BrowserAction t BoolHTTP Network.Browser getCheckForProxy returns the current check-proxy setting. Notice that this may not be equal to True if the session has set it to that via setCheckForProxy and subsequently performed some HTTP protocol interactions. i.e., the flag return represents whether a proxy will be checked for again before any future protocol interactions.
setCheckForProxy :: Bool -> BrowserAction t ()HTTP Network.Browser setCheckForProxy flg sets the one-time check for proxy flag to flg. If True, the session will try to determine the proxy server is locally configured. See fetchProxy for details of how this done.
normForProxy :: NormalizeRequestOptions ty -> BoolHTTP Network.HTTP.Base No documentation available.
-
HTTP Network.HTTP.Headers No documentation available.
readForCAS :: IORef a -> IO (Ticket a)atomic-primops Data.Atomics Ordinary processor load instruction (non-atomic, not implying any memory barriers). The difference between this function and readIORef, is that it returns a ticket, for use in future compare-and-swap operations.
readMutVarForCAS :: MutVar# RealWorld a -> IO (Ticket a)atomic-primops Data.Atomics Like readForCAS, but for MutVar#.
readCounterForCAS :: AtomicCounter -> IO CTicketatomic-primops Data.Atomics.Counter Just like the Data.Atomics CAS interface, this routine returns an opaque ticket that can be used in CAS operations. Except for the difference in return type, the semantics of this are the same as readCounter.
readForCAS# :: MutVar# RealWorld a -> State# RealWorld -> (# State# RealWorld, Ticket a #)atomic-primops Data.Atomics.Internal No documentation available.
waitForAnyKey :: forall (m :: Type -> Type) . (MonadIO m, MonadMask m) => String -> InputT m Boolhaskeline System.Console.Haskeline Waits for one key to be pressed, then returns. Ignores the value of the specific key. Returns True if it successfully accepted one key. Returns False if it encountered the end of input; i.e., an EOF in file-style interaction, or a Ctrl-D in terminal-style interaction. When using file-style interaction, consumes a single character from the input which may be non-printable.