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.
ConsumeWord16Canonical :: (Word# -> ST s (DecodeAction s a)) -> DecodeAction s acborg Codec.CBOR.Decoding No documentation available.
ConsumeWord32 :: (Word# -> ST s (DecodeAction s a)) -> DecodeAction s acborg Codec.CBOR.Decoding No documentation available.
ConsumeWord32Canonical :: (Word# -> ST s (DecodeAction s a)) -> DecodeAction s acborg Codec.CBOR.Decoding No documentation available.
ConsumeWord8 :: (Word# -> ST s (DecodeAction s a)) -> DecodeAction s acborg Codec.CBOR.Decoding No documentation available.
ConsumeWord8Canonical :: (Word# -> ST s (DecodeAction s a)) -> DecodeAction s acborg Codec.CBOR.Decoding No documentation available.
ConsumeWordCanonical :: (Word# -> ST s (DecodeAction s a)) -> DecodeAction s acborg Codec.CBOR.Decoding No documentation available.
asum :: (Contiguous arr, Element arr (f a), Alternative f) => arr (f a) -> f acontiguous Data.Primitive.Contiguous The sum of a collection of actions, generalizing concat.
>>> asum (C.fromList ['Just' "Hello", 'Nothing', Just "World"] :: Array String) Just "Hello"
entrySummary :: Entry -> Maybe TextContentfeed Text.Atom.Feed No documentation available.
xmlSummary :: TextContent -> Elementfeed Text.Atom.Feed.Export No documentation available.
checkSummary :: Element -> ValidatorResultfeed Text.Atom.Feed.Validate No documentation available.