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.
header :: PngRawImage -> PngIHdrJuicyPixels Codec.Picture.Png.Internal.Type No documentation available.
headOf :: forall k (is :: IxList) s a . Is k A_Fold => Optic' k is s a -> s -> Maybe aoptics-core Optics.Fold Retrieve the first entry of a Fold.
>>> headOf folded [1..10] Just 1
>>> headOf each (1,2) Just 1
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.