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. head :: Stream a -> a

    streams Data.Stream.Infinite

    Extract the first element of the stream.

  2. head :: Zipper a -> a

    streams Data.Stream.Infinite.Functional.Zipper

    Extract the focused element

  3. head :: Unboxable a => Vector a -> a

    unboxing-vector Data.Vector.Unboxing

    No documentation available.

  4. head :: forall (n :: Nat) a . Vec ('S n) a -> a

    vec Data.Vec.DataFamily.SpineStrict

    The first element of a Vec.

  5. head :: forall (n :: Nat) a . Vec ('S n) a -> a

    vec Data.Vec.Lazy

    The first element of a Vec.

  6. head :: forall (n :: Nat) a . Vec ('S n) a -> a

    vec Data.Vec.Lazy.Inline

    The first element of a Vec.

  7. head :: forall (n :: Nat) a . Vec ('S n) a -> a

    vec Data.Vec.Pull

    The first element of a Vec.

  8. head :: MonoFoldable mono => NonNull mono -> Element mono

    classy-prelude-yesod ClassyPrelude.Yesod

    Return the first element of a monomorphic container. Safe version of headEx, only works on monomorphic containers wrapped in a NonNull.

  9. head :: Selector

    clay Clay

    No documentation available.

  10. head :: Selector

    clay Clay.Elements

    No documentation available.

Page 17 of many | Previous | Next