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. headTail :: forall s (n :: Nat) . (Reifies s W, KnownNat n, 1 <= n) => BVar s (R n) -> (BVar s ℝ, BVar s (R (n - 1)))

    hmatrix-backprop Numeric.LinearAlgebra.Static.Backprop

    No documentation available.

  2. headerFunction :: SassHeader -> SassHeaderType

    hsass Text.Sass.Functions

    Main function.

  3. headerPriority :: SassHeader -> Double

    hsass Text.Sass.Functions

    Priority of the header.

  4. headerFormat :: Format -> HeaderFormat

    hsndfile Sound.File.Sndfile

    No documentation available.

  5. headersFromList :: [(ByteString, ByteString)] -> Headers

    hw-kafka-client Kafka.Types

    No documentation available.

  6. headersToList :: Headers -> [(ByteString, ByteString)]

    hw-kafka-client Kafka.Types

    No documentation available.

  7. headNodeSet :: NodeSet -> NavXmlTree

    hxt-xpath Text.XML.HXT.XPath.XPathDataTypes

    No documentation available.

  8. headMay :: forall (n :: Nat) a . NList n a -> Maybe a

    indexed-containers Data.NList

    Head of a list.

    headMay (empty :: NList 0 Int) === Nothing
    headMay (mk3 'a' 'b' 'c') === Just 'a'
    

  9. headers :: IndexedTraversal' Int (Csv' Name) Name

    lens-csv Data.Csv.Lens

    An indexed fold over the CSV headers of a named CSV. Indexed by the column number starting at 0.

    >>> myCsv ^.. namedCsv . headers
    ["state_code","population"]
    
    >>> myCsv ^@.. namedCsv . headers
    [(0,"state_code"),(1,"population")]
    

  10. headers :: ToHtmlTable a => Proxy a -> [Text]

    lucid-extras Lucid.Tables

    No documentation available.

Page 61 of many | Previous | Next