Hoogle Search
Within LTS Haskell 24.5 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
header :: [ByteString] -> Headercassava Data.Csv Construct a header from a list of ByteStrings.
headerOrder :: DefaultOrdered a => a -> Headercassava Data.Csv The header order for this record. Should include the names used in the NamedRecord returned by toNamedRecord. Pass undefined as the argument, together with a type annotation e.g. headerOrder (undefined :: MyRecord).
header :: Word8 -> Parser Headercassava Data.Csv.Parser Parse a header, including the terminating line separator.
headTail :: forall (n :: Nat) . (KnownNat n, 1 <= n) => R n -> (ℝ, R (n - 1))hmatrix Numeric.LinearAlgebra.Static No documentation available.
headEx :: MonoFoldable mono => mono -> Element monomono-traversable Data.MonoTraversable Get the first element of a monomorphic container. Note: this is a partial function. On an empty MonoFoldable, it will throw an exception. See head from Data.NonNull for a total version of this function.
headMay :: MonoFoldable mono => mono -> Maybe (Element mono)mono-traversable Data.MonoTraversable Safe version of headEx. Returns Nothing instead of throwing an exception when encountering an empty monomorphic container.
-
rio RIO.List No documentation available.
headM :: Monad m => Vector a -> m ario RIO.Vector.Boxed.Partial No documentation available.
headM :: (Vector v a, Monad m) => v a -> m ario RIO.Vector.Partial No documentation available.
headM :: (Storable a, Monad m) => Vector a -> m ario RIO.Vector.Storable.Partial No documentation available.