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

Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. makeMapM :: Name -> Q Exp

    deriving-compat Data.Traversable.Deriving

    Generates a lambda expression which behaves like mapM (without requiring a Traversable instance).

  2. makeMapMOptions :: FFTOptions -> Name -> Q Exp

    deriving-compat Data.Traversable.Deriving

    Like makeMapM, but takes an FFTOptions argument.

  3. PandocSyntaxMapError :: Text -> PandocError

    pandoc Text.Pandoc.Error

    No documentation available.

  4. writerSyntaxMap :: WriterOptions -> SyntaxMap

    pandoc Text.Pandoc.Options

    No documentation available.

  5. type HasParallelSemaphore context = HasLabel context "parallelSemaphore" QSem

    sandwich Test.Sandwich

    No documentation available.

  6. parallelSemaphore :: Label "parallelSemaphore" QSem

    sandwich Test.Sandwich

    No documentation available.

  7. buildModuleMap :: FilePath -> String -> IO ModuleMap

    sandwich Test.Sandwich.TH

    No documentation available.

  8. syntaxMap :: TokenizerConfig -> SyntaxMap

    skylighting-core Skylighting.Tokenizer

    Syntax map to use

  9. type SyntaxMap = Map Text Syntax

    skylighting-core Skylighting.Types

    A map of syntaxes, keyed by full name.

  10. ChangesWhenCasemapped :: Bool_

    text-icu Data.Text.ICU.Char

    No documentation available.

Page 546 of many | Previous | Next

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