Hoogle Search

Within LTS Haskell 24.57 (ghc-9.10.3)

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

  1. caseAnyOrder :: forall e (f :: Type -> Type) a r (es :: [Effect]) . HFunctor e => (e f a -> r) -> (Union es f a -> r) -> Union (e ': es) f a -> r

    data-effects-core Data.Effect.OpenUnion

    No documentation available.

  2. extractAnyOrder :: forall e (es :: [Effect]) (f :: Type -> Type) a . HFunctor e => Union es f a -> e f a

    data-effects-core Data.Effect.OpenUnion

    No documentation available.

  3. projectAnyOrder :: forall e (es :: [Effect]) (f :: Type -> Type) a . HFunctor e => Membership e es -> Union es f a -> Maybe (e f a)

    data-effects-core Data.Effect.OpenUnion

    No documentation available.

  4. FilterAny :: (s -> a -> Process (Filter s)) -> DispatchFilter s

    distributed-process-client-server Control.Distributed.Process.ManagedProcess.Internal.Types

    No documentation available.

  5. matchAnyStm :: ExternDispatcher s -> forall m . () => (Message -> m) -> Match m

    distributed-process-client-server Control.Distributed.Process.ManagedProcess.Internal.Types

    No documentation available.

  6. decodeMany :: ByteString -> Either DNSError ([DNSMessage], ByteString)

    dns Network.DNS.Decode

    Decode a buffer containing multiple encoded DNS messages each preceded by a 16-bit length in network byte order. Any left-over bytes of a partial message after the last complete message are returned as the second element of the result tuple. DNS circle-arithmetic timestamps (e.g. in RRSIG records) are interpreted based on a nominal time in the year 2078 chosen to give correct dates for DNS timestamps over a 136 year time range from the date the root zone was signed on the 15th of July 2010 until the 21st of August in 2146. Outside this date range the output is off by some non-zero multiple 2^32 seconds.

  7. decodeManyAt :: Int64 -> ByteString -> Either DNSError ([DNSMessage], ByteString)

    dns Network.DNS.Decode

    Decode a buffer containing multiple encoded DNS messages each preceded by a 16-bit length in network byte order. Any left-over bytes of a partial message after the last complete message are returned as the second element of the result tuple. DNS circle-arithmetic timestamps (e.g. in RRSIG records) are interpreted at the supplied epoch time.

  8. waitAnyCatchSTM :: [Async a] -> STM (Async a, Either SomeException a)

    effectful Effectful.Concurrent.Async

    A version of waitAnyCatch that can be used inside an STM transaction.

  9. waitAnySTM :: [Async a] -> STM (Async a, a)

    effectful Effectful.Concurrent.Async

    A version of waitAny that can be used inside an STM transaction.

  10. curryMany :: forall (n :: PeanoNum) (k :: PeanoNum) a b . ArityPeano n => Fun (Add n k) a b -> Fun n a (Fun k a b)

    fixed-vector Data.Vector.Fixed.Cont

    Curry n first parameters of n-ary function

Page 179 of many | Previous | Next