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.
headM :: (Monad m, Unboxable a) => Vector a -> m aunboxing-vector Data.Vector.Unboxing No documentation available.
headerDigest :: Header -> Digestweb3-polkadot Network.Polkadot.Rpc.Types A chain-specific digest of data useful for light clients or referencing auxiliary data.
headerExtrinsicsRoot :: Header -> HexStringweb3-polkadot Network.Polkadot.Rpc.Types The merkle root of the extrinsics.
headerNumber :: Header -> BlockNumberweb3-polkadot Network.Polkadot.Rpc.Types The block number.
headerParentHash :: Header -> HexStringweb3-polkadot Network.Polkadot.Rpc.Types The parent hash.
headerStateRoot :: Header -> HexStringweb3-polkadot Network.Polkadot.Rpc.Types The state trie merkle root
-
yeshql-core Database.YeshQL.Util No documentation available.
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.
-
classy-prelude-yesod ClassyPrelude.Yesod Get the next element in the chunked stream.
headDefC :: forall (m :: Type -> Type) a o . Monad m => a -> ConduitT a o m aclassy-prelude-yesod ClassyPrelude.Yesod Same as headC, but returns a default value if none are available from the stream.