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.
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.
fromForest :: [Content] -> Maybe Cursorxml Text.XML.Light.Cursor The location of the first tree in a forest.
toForest :: Cursor -> [Content]xml Text.XML.Light.Cursor Computes the forest containing this location.
-
HsOpenSSL OpenSSL.PEM PemX509ReqFormat represents format of PKCS#10 certificate request.