Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
webgear-core WebGear.Core.Trait.Header Extract a request header value and convert it to a value of type val. The associated trait attribute has type val. Example usage:
header @"Content-Length" @Integer errorHandler okHandler
header :: Maybe Double -> Rect Double -> Markup -> Markupchart-svg Chart.Markup Create the classic SVG element
>>> header (Just 300) (Rect (-0.75) 0.75 (-0.5) 0.5) (element_ "foo" []) & markdown_ Compact Xml "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"450\" height=\"300\" viewBox=\"-0.75 -0.5 1.5 1.0\"><foo></foo></svg>"
-
cointracking-imports Web.CoinTracking.Imports The CSV header row to prepend to the generated output.
header :: DNSMessage -> !DNSHeaderdns Network.DNS.Types Header with extended RCODE
header :: [Sequence] -> ByteStringelynx-seq ELynx.Sequence.Sequence A short description of the sequence.
-
ghc-events GHC.RTS.Events No documentation available.
headerDateSpanCell :: Maybe Text -> [Text] -> DateSpan -> Cell () Texthledger Hledger.Cli.Anchor No documentation available.
-
hledger Hledger.Cli.Script No documentation available.
headErr :: Partial => [a] -> ahledger Hledger.Cli.Script Identical to head, namely that fails on an empty list. Useful to avoid the x-partial warning introduced in GHC 9.8.
headErr [] = error "Prelude.head: empty list" headErr [1,2,3] = 1
-
hledger Hledger.Cli.Script No documentation available.