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

Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. header :: Html -> Html

    xhtml Text.XHtml.Strict

    No documentation available.

  2. header :: Html -> Html

    xhtml Text.XHtml.Transitional

    No documentation available.

  3. headings :: PageStyle

    HaTeX Text.LaTeX.Base.Commands

    No documentation available.

  4. headRuleWidth :: HdrSettings -> Measure

    HaTeX Text.LaTeX.Packages.Fancyhdr

    No documentation available.

  5. headingSLore :: SLore -> Text

    LambdaHack Game.LambdaHack.Definition.Defs

    No documentation available.

  6. headL :: ListItem (l :: Type -> Type) a -> a

    List Data.List.Class

    No documentation available.

  7. header :: Word8 -> Parser Header

    cassava-megaparsec Data.Csv.Parser.Megaparsec.Internals

    Parse a header, including the terminating line separator.

  8. headC :: forall (m :: Type -> Type) a o . Monad m => ConduitT a o m (Maybe a)

    classy-prelude-conduit ClassyPrelude.Conduit

    Take a single value from the stream, if available.

  9. headCE :: forall (m :: Type -> Type) seq o . (Monad m, IsSequence seq) => ConduitT seq o m (Maybe (Element seq))

    classy-prelude-conduit ClassyPrelude.Conduit

    Get the next element in the chunked stream.

  10. headDefC :: forall (m :: Type -> Type) a o . Monad m => a -> ConduitT a o m a

    classy-prelude-conduit ClassyPrelude.Conduit

    Same as headC, but returns a default value if none are available from the stream.

Page 41 of many | Previous | Next

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