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.

  1. headM :: forall (n :: Natural) a m . Monad m => Vector (1 + n) a -> m a

    vector-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.

  2. headM :: forall (n :: Natural) a m . (Storable a, Monad m) => Vector (1 + n) a -> m a

    vector-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.

  3. headM :: forall (n :: Natural) a m . (Unbox a, Monad m) => Vector (1 + n) a -> m a

    vector-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.

  4. headJet :: forall (f :: Type -> Type) a . Jet f a -> a

    ad Numeric.AD

    Take the head of a Jet.

  5. headJet :: forall (f :: Type -> Type) a . Jet f a -> a

    ad Numeric.AD.Double

    Take the head of a Jet.

  6. headJet :: forall (f :: Type -> Type) a . Jet f a -> a

    ad Numeric.AD.Jet

    Take the head of a Jet.

  7. headspace :: T

    midi Sound.MIDI.Manufacturer

    No documentation available.

  8. headerShift :: Int -> Pandoc -> Pandoc

    pandoc Text.Pandoc.Transforms

    Shift header levels up or down.

  9. header :: Text -> ActionM (Maybe Text)

    scotty Web.Scotty

    Get a request header. Header name is case-insensitive.

  10. headers :: ActionM [(Text, Text)]

    scotty Web.Scotty

    Get all the request headers. Header names are case-insensitive.

Page 33 of many | Previous | Next