Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
headM :: forall (n :: Natural) a m . Monad m => Vector (1 + n) a -> m avector-sized Data.Vector.Sized O(1) Yield the first element of a non-empty vector in a monad. See the documentation for indexM for an explanation of why this is useful.
headM :: forall (n :: Natural) a m . (Storable a, Monad m) => Vector (1 + n) a -> m avector-sized Data.Vector.Storable.Sized O(1) Yield the first element of a non-empty vector in a monad. See the documentation for indexM for an explanation of why this is useful.
headM :: forall (n :: Natural) a m . (Unbox a, Monad m) => Vector (1 + n) a -> m avector-sized Data.Vector.Unboxed.Sized O(1) Yield the first element of a non-empty vector in a monad. See the documentation for indexM for an explanation of why this is useful.
headJet :: forall (f :: Type -> Type) a . Jet f a -> aad Numeric.AD Take the head of a Jet.
headJet :: forall (f :: Type -> Type) a . Jet f a -> aad Numeric.AD.Double Take the head of a Jet.
headJet :: forall (f :: Type -> Type) a . Jet f a -> aad Numeric.AD.Jet Take the head of a Jet.
-
midi Sound.MIDI.Manufacturer No documentation available.
headerShift :: Int -> Pandoc -> Pandocpandoc Text.Pandoc.Transforms Shift header levels up or down.
header :: Text -> ActionM (Maybe Text)scotty Web.Scotty Get a request header. Header name is case-insensitive.
headers :: ActionM [(Text, Text)]scotty Web.Scotty Get all the request headers. Header names are case-insensitive.