Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. normForProxy :: NormalizeRequestOptions ty -> Bool

    HTTP Network.HTTP.Base

    No documentation available.

  2. HdrMaxForwards :: HeaderName

    HTTP Network.HTTP.Headers

    No documentation available.

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

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

    atomic-primops Data.Atomics

    Like readForCAS, but for MutVar#.

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

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

    atomic-primops Data.Atomics.Internal

    No documentation available.

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

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

    xml Text.XML.Light.Cursor

    The location of the first tree in a forest.

  9. toForest :: Cursor -> [Content]

    xml Text.XML.Light.Cursor

    Computes the forest containing this location.

  10. data PemX509ReqFormat

    HsOpenSSL OpenSSL.PEM

    PemX509ReqFormat represents format of PKCS#10 certificate request.

Page 543 of many | Previous | Next