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.

  1. headlessFirefoxCapabilities :: Maybe FilePath -> Capabilities

    sandwich-webdriver Test.Sandwich.WebDriver.Config

    Default capabilities for headless Firefox.

  2. headlessResolution :: HeadlessConfig -> Maybe (Int, Int)

    sandwich-webdriver Test.Sandwich.WebDriver.Config

    Resolution for the headless browser, specified as (width, height). Defaults to (1920, 1080).

  3. headerFromHexByteString :: Base16 StrictByteString -> Either Text Header

    sel Sel.SecretKey.Stream

    Build a Header from a base16-encoded StrictByteString

  4. headerToHexByteString :: Header -> Base16 StrictByteString

    sel Sel.SecretKey.Stream

    Convert a Header to a hexadecimal-encoded StrictByteString in constant time.

  5. headers :: ToServantErr e => e -> [Header]

    servant-exceptions Servant.Exception

    Additional headers to include in the response. Content-type headers are created by default.

  6. head' :: ProcessType r => r

    shell-conduit Data.Conduit.Shell

    No documentation available.

  7. head' :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  8. 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

  9. headerLength :: Int

    store-streaming Data.Store.Streaming.Internal

    No documentation available.

  10. headElse :: Monad m => a -> SerialT m a -> m a

    streamly 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

Page 64 of many | Previous | Next