Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

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

    vector-sized Data.Vector.Generic.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 . (Prim a, Monad m) => Vector (1 + n) a -> m a

    vector-sized Data.Vector.Primitive.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 . 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.

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

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

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

    ad Numeric.AD

    Take the head of a Jet.

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

    ad Numeric.AD.Double

    Take the head of a Jet.

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

    ad Numeric.AD.Jet

    Take the head of a Jet.

  9. headspace :: T

    midi Sound.MIDI.Manufacturer

    No documentation available.

  10. headerShift :: Int -> Pandoc -> Pandoc

    pandoc Text.Pandoc.Transforms

    Shift header levels up or down.

Page 33 of many | Previous | Next