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.
-
hmatrix-backprop Numeric.LinearAlgebra.Static.Backprop No documentation available.
headerFunction :: SassHeader -> SassHeaderTypehsass Text.Sass.Functions Main function.
headerPriority :: SassHeader -> Doublehsass Text.Sass.Functions Priority of the header.
headerFormat :: Format -> HeaderFormathsndfile Sound.File.Sndfile No documentation available.
headersFromList :: [(ByteString, ByteString)] -> Headershw-kafka-client Kafka.Types No documentation available.
headersToList :: Headers -> [(ByteString, ByteString)]hw-kafka-client Kafka.Types No documentation available.
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.