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.

  1. headNodeSet :: NodeSet -> NavXmlTree

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

    No documentation available.

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

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

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

    lucid-extras Lucid.Tables

    No documentation available.

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

    lucid2 Lucid.Html5

    head element

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

    lucid2 Lucid.Html5

    header element

  7. headers_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The headers attribute.

  8. headT :: Trace a -> IO (Link a)

    mcmc Mcmc.Chain.Trace

    Get the most recent link of the trace (see get).

  9. headerSize :: Num a => ElfClass -> a

    melf Data.Elf.Headers

    Size of ELF header.

  10. header_ :: [Attribute action] -> [View action] -> View action

    miso Miso.Html

    https://developer.mozilla.org/en-US/docs/Web/HTML/Element/header

Page 62 of many | Previous | Next