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.
headlessFirefoxCapabilities :: Maybe FilePath -> Capabilitiessandwich-webdriver Test.Sandwich.WebDriver.Config Default capabilities for headless Firefox.
headlessResolution :: HeadlessConfig -> Maybe (Int, Int)sandwich-webdriver Test.Sandwich.WebDriver.Config Resolution for the headless browser, specified as (width, height). Defaults to (1920, 1080).
headerFromHexByteString :: Base16 StrictByteString -> Either Text Headersel Sel.SecretKey.Stream Build a Header from a base16-encoded StrictByteString
headerToHexByteString :: Header -> Base16 StrictByteStringsel Sel.SecretKey.Stream Convert a Header to a hexadecimal-encoded StrictByteString in constant time.
headers :: ToServantErr e => e -> [Header]servant-exceptions Servant.Exception Additional headers to include in the response. Content-type headers are created by default.
-
shell-conduit Data.Conduit.Shell No documentation available.
-
shell-conduit Data.Conduit.Shell.PATH No documentation available.
headerBlock :: forall (m :: Type -> Type) . Monad m => SlackText -> BlockBuilder m ()slack-web Web.Slack.Experimental.Blocks.Builder Header block. The text is max 150 characters long. https://api.slack.com/reference/block-kit/blocks#header
-
store-streaming Data.Store.Streaming.Internal No documentation available.
headElse :: Monad m => a -> SerialT m a -> m astreamly Streamly.Internal.Data.Stream.IsStream Extract the first element of the stream, if any, otherwise use the supplied default value. It can help avoid one branch in high performance code. Pre-release