Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. headM :: (Monad m, Unboxable a) => Vector a -> m a

    unboxing-vector Data.Vector.Unboxing

    No documentation available.

  2. headerDigest :: Header -> Digest

    web3-polkadot Network.Polkadot.Rpc.Types

    A chain-specific digest of data useful for light clients or referencing auxiliary data.

  3. headerExtrinsicsRoot :: Header -> HexString

    web3-polkadot Network.Polkadot.Rpc.Types

    The merkle root of the extrinsics.

  4. headerNumber :: Header -> BlockNumber

    web3-polkadot Network.Polkadot.Rpc.Types

    The block number.

  5. headerParentHash :: Header -> HexString

    web3-polkadot Network.Polkadot.Rpc.Types

    The parent hash.

  6. headerStateRoot :: Header -> HexString

    web3-polkadot Network.Polkadot.Rpc.Types

    The state trie merkle root

  7. headMay :: [a] -> Maybe a

    yeshql-core Database.YeshQL.Util

    No documentation available.

  8. headC :: forall (m :: Type -> Type) a o . Monad m => ConduitT a o m (Maybe a)

    classy-prelude-yesod ClassyPrelude.Yesod

    Take a single value from the stream, if available.

  9. headCE :: forall (m :: Type -> Type) seq o . (Monad m, IsSequence seq) => ConduitT seq o m (Maybe (Element seq))

    classy-prelude-yesod ClassyPrelude.Yesod

    Get the next element in the chunked stream.

  10. headDefC :: forall (m :: Type -> Type) a o . Monad m => a -> ConduitT a o m a

    classy-prelude-yesod ClassyPrelude.Yesod

    Same as headC, but returns a default value if none are available from the stream.

Page 67 of many | Previous | Next