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.
head :: Positive n => T n a -> afixed-length Data.FixedLength No documentation available.
head :: forall v a (as :: [Type]) . (HVector v, Elems v ~ (a ': as), Arity as) => v -> afixed-vector-hetero Data.Vector.HFixed Head of the vector
>>> head ('a',"ABC") 'a'
head :: forall (xs :: [Type]) x . Arity xs => ContVec (x ': xs) -> xfixed-vector-hetero Data.Vector.HFixed.Cont Head of vector
-
fmlist Data.FMList No documentation available.
head :: Fact (IsCons xs) => ([a] ~~ xs) -> a ~~ Head xsgdp Theory.Lists Extract the first element from a non-empty list.
head :: BinfoInfo -> !BinfoBlockInfohaskoin-store-data Haskoin.Store.Data No documentation available.
-
hw-prim HaskellWorks.Data.Head No documentation available.
head :: Monad m => Stream m a -> m (Maybe a)leveldb-haskell Data.Stream.Monadic Unlike head, this function does not diverge if the Stream is empty. Instead, Nothing is returned.
head :: HasCallStack => Text -> Charmiso Miso.String O(1) Returns the first character of a Text, which must be non-empty. This is a partial function, consider using uncons instead.
-
non-empty-text Data.NonEmptyText O(1) Return the first of the NonEmptyText As opposed to head, this is guaranteed to succeed, as the the text is never empty.