Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. headerFormat :: Format -> HeaderFormat

    hsndfile Sound.File.Sndfile

    No documentation available.

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

    hw-kafka-client Kafka.Types

    No documentation available.

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

    hw-kafka-client Kafka.Types

    No documentation available.

  4. headNodeSet :: NodeSet -> NavXmlTree

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

    No documentation available.

  5. 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'
    

  6. 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")]
    

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

    lucid-extras Lucid.Tables

    No documentation available.

  8. head_ :: Term arg result => arg -> result

    lucid2 Lucid.Html5

    head element

  9. header_ :: Term arg result => arg -> result

    lucid2 Lucid.Html5

    header element

  10. headers_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The headers attribute.

Page 63 of many | Previous | Next