Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

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

  2. normForProxy :: NormalizeRequestOptions ty -> Bool

    HTTP Network.HTTP.Base

    No documentation available.

  3. HdrMaxForwards :: HeaderName

    HTTP Network.HTTP.Headers

    No documentation available.

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

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

    atomic-primops Data.Atomics

    Like readForCAS, but for MutVar#.

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

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

    atomic-primops Data.Atomics.Internal

    No documentation available.

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

  9. fromForest :: [Content] -> Maybe Cursor

    xml Text.XML.Light.Cursor

    The location of the first tree in a forest.

  10. toForest :: Cursor -> [Content]

    xml Text.XML.Light.Cursor

    Computes the forest containing this location.

Page 543 of many | Previous | Next