Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. ConsumeWord16Canonical :: (Word# -> ST s (DecodeAction s a)) -> DecodeAction s a

    cborg Codec.CBOR.Decoding

    No documentation available.

  2. ConsumeWord32 :: (Word# -> ST s (DecodeAction s a)) -> DecodeAction s a

    cborg Codec.CBOR.Decoding

    No documentation available.

  3. ConsumeWord32Canonical :: (Word# -> ST s (DecodeAction s a)) -> DecodeAction s a

    cborg Codec.CBOR.Decoding

    No documentation available.

  4. ConsumeWord8 :: (Word# -> ST s (DecodeAction s a)) -> DecodeAction s a

    cborg Codec.CBOR.Decoding

    No documentation available.

  5. ConsumeWord8Canonical :: (Word# -> ST s (DecodeAction s a)) -> DecodeAction s a

    cborg Codec.CBOR.Decoding

    No documentation available.

  6. ConsumeWordCanonical :: (Word# -> ST s (DecodeAction s a)) -> DecodeAction s a

    cborg Codec.CBOR.Decoding

    No documentation available.

  7. asum :: (Contiguous arr, Element arr (f a), Alternative f) => arr (f a) -> f a

    contiguous Data.Primitive.Contiguous

    The sum of a collection of actions, generalizing concat.

    >>> asum (C.fromList ['Just' "Hello", 'Nothing', Just "World"] :: Array String)
    Just "Hello"
    

  8. entrySummary :: Entry -> Maybe TextContent

    feed Text.Atom.Feed

    No documentation available.

  9. xmlSummary :: TextContent -> Element

    feed Text.Atom.Feed.Export

    No documentation available.

  10. checkSummary :: Element -> ValidatorResult

    feed Text.Atom.Feed.Validate

    No documentation available.

Page 155 of many | Previous | Next