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. MatchAny :: Match

    citeproc Citeproc.Types

    No documentation available.

  2. pattern Germany :: Country

    country Country.Identifier

    No documentation available.

  3. germany :: Country

    country Country.Identifier

    BRD; Bundesrepublik Deutschland; Deutschland; FRG; Federal Republic of Germany; Germany

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

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

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

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

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

    No documentation available.

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

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

    No documentation available.

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

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

Page 178 of many | Previous | Next