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

Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. randomiseTestForest :: forall m (outers :: [Type]) inner result . MonadRandom m => SpecDefForest outers inner result -> m (SpecDefForest outers inner result)

    sydtest Test.Syd.SpecDef

    No documentation available.

  2. module Test.Syd.SpecForest

    No documentation available.

  3. type SpecForest a = [SpecTree a]

    sydtest Test.Syd.SpecForest

    No documentation available.

  4. SubForestNode :: SpecForest a -> SpecTree a

    sydtest Test.Syd.SpecForest

    No documentation available.

  5. flattenSpecForest :: SpecForest a -> [([Text], a)]

    sydtest Test.Syd.SpecForest

    No documentation available.

  6. type OrbitTransformer = OrbitLog -> OrbitLog

    regex-tdfa Text.Regex.TDFA.Common

    No documentation available.

  7. data HelpFormat

    cmdargs System.Console.CmdArgs.Explicit

    Specify the format to output the help.

  8. HelpFormatAll :: HelpFormat

    cmdargs System.Console.CmdArgs.Explicit

    Display all modes.

  9. HelpFormatBash :: HelpFormat

    cmdargs System.Console.CmdArgs.Explicit

    Bash completion information

  10. HelpFormatDefault :: HelpFormat

    cmdargs System.Console.CmdArgs.Explicit

    Equivalent to HelpFormatAll if there is not too much text, otherwise HelpFormatOne.

Page 516 of many | Previous | Next

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