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

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.

  1. headings :: PageStyle

    HaTeX Text.LaTeX.Base.Commands

    No documentation available.

  2. headRuleWidth :: HdrSettings -> Measure

    HaTeX Text.LaTeX.Packages.Fancyhdr

    No documentation available.

  3. headingSLore :: SLore -> Text

    LambdaHack Game.LambdaHack.Definition.Defs

    No documentation available.

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

    List Data.List.Class

    No documentation available.

  5. header :: Word8 -> Parser Header

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

    Parse a header, including the terminating line separator.

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

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

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

  9. headed :: c -> (a -> c) -> Colonnade Headed a c

    colonnade Colonnade

    A single column with a header.

  10. headednessExtract :: Headedness h => Maybe (h a -> a)

    colonnade Colonnade

    No documentation available.

Page 41 of many | Previous | Next

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