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.
headNodeSet :: NodeSet -> NavXmlTreehxt-xpath Text.XML.HXT.XPath.XPathDataTypes No documentation available.
headMay :: forall (n :: Nat) a . NList n a -> Maybe aindexed-containers Data.NList Head of a list.
headMay (empty :: NList 0 Int) === Nothing headMay (mk3 'a' 'b' 'c') === Just 'a'
headers :: IndexedTraversal' Int (Csv' Name) Namelens-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")]
headers :: ToHtmlTable a => Proxy a -> [Text]lucid-extras Lucid.Tables No documentation available.
head_ :: Term arg result => arg -> resultlucid2 Lucid.Html5 head element
header_ :: Term arg result => arg -> resultlucid2 Lucid.Html5 header element
headers_ :: Text -> Attributeslucid2 Lucid.Html5 The headers attribute.
headT :: Trace a -> IO (Link a)mcmc Mcmc.Chain.Trace Get the most recent link of the trace (see get).
headerSize :: Num a => ElfClass -> amelf Data.Elf.Headers Size of ELF header.
header_ :: [Attribute action] -> [View action] -> View actionmiso Miso.Html https://developer.mozilla.org/en-US/docs/Web/HTML/Element/header