• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. fileHeaderReserved1 :: FileHeader -> Word16

    bmp Codec.BMP

    (+6) Reserved, must be zero.

  2. fileHeaderReserved2 :: FileHeader -> Word16

    bmp Codec.BMP

    (+8) Reserved, must be zero.

  3. fileHeaderType :: FileHeader -> Word16

    bmp Codec.BMP

    (+0) Magic numbers 0x42 0x4d

  4. atxHeadingSpec :: forall (m :: Type -> Type) il bl . (Monad m, IsBlock il bl) => BlockSpec m il bl

    commonmark Commonmark.Blocks

    No documentation available.

  5. setextHeadingSpec :: forall (m :: Type -> Type) il bl . (Monad m, IsBlock il bl) => BlockSpec m il bl

    commonmark Commonmark.Blocks

    No documentation available.

  6. mapOrHead :: (Num a, Eq a) => a -> (t -> b) -> [t] -> ([b] -> b) -> b

    dbus DBus.Generation

    No documentation available.

  7. messageHeaderFields :: Message a => a -> [HeaderField]

    dbus DBus.Internal.Message

    No documentation available.

  8. ListHead :: Expr s a

    dhall Dhall.Core

    ListHead                                 ~  List/head
    

  9. type HTTPHeader = (CI ByteString, ByteString)

    dhall Dhall.Import

    HTTP headers

  10. _loadOriginHeaders :: Status -> StateT Status IO OriginHeaders

    dhall Dhall.Import

    Load the origin headers from environment or configuration file. After loading once, further evaluations return the cached version.

Page 218 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete