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.

  1. mkMessageFor :: String -> String -> FilePath -> Lang -> Q [Dec]

    shakespeare Text.Shakespeare.I18N

    create RenderMessage instance for an existing data-type

  2. getCheckForProxy :: BrowserAction t Bool

    HTTP 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.

  3. 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.

  4. normForProxy :: NormalizeRequestOptions ty -> Bool

    HTTP Network.HTTP.Base

    No documentation available.

  5. HdrMaxForwards :: HeaderName

    HTTP Network.HTTP.Headers

    No documentation available.

  6. 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.

  7. readMutVarForCAS :: MutVar# RealWorld a -> IO (Ticket a)

    atomic-primops Data.Atomics

    Like readForCAS, but for MutVar#.

  8. readCounterForCAS :: AtomicCounter -> IO CTicket

    atomic-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.

  9. readForCAS# :: MutVar# RealWorld a -> State# RealWorld -> (# State# RealWorld, Ticket a #)

    atomic-primops Data.Atomics.Internal

    No documentation available.

  10. waitForAnyKey :: forall (m :: Type -> Type) . (MonadIO m, MonadMask m) => String -> InputT m Bool

    haskeline 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.

Page 542 of many | Previous | Next