Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. isNumeric :: Text -> Bool

    yaml Data.Yaml.Internal

    No documentation available.

  2. COptONumber :: String -> WarnLang -> CheckExplanation

    Cabal Distribution.PackageDescription.Check

    No documentation available.

  3. choiceOptFromEnum :: (Bounded b, Enum b, Show b, Eq b) => MkOptDescr (a -> b) (b -> a -> a) a

    Cabal Distribution.Simple.Command

    create a Choice option out of an enumeration type. As long flags, the Show output is used. As short flags, the first character which does not conflict with a previous one is used.

  4. ghcOptNumJobs :: GhcOptions -> Flag ParStrat

    Cabal Distribution.Simple.Program.GHC

    Run N jobs simultaneously (if possible).

  5. buildNumJobs :: BuildFlags -> Flag (Maybe Int)

    Cabal Distribution.Simple.Setup

    No documentation available.

  6. globalNumericVersion :: GlobalFlags -> Flag Bool

    Cabal Distribution.Simple.Setup

    No documentation available.

  7. dateToSnapshotNumber :: UTCTime -> Int

    Cabal Distribution.Simple.SrcDist

    Given a date produce a corresponding integer representation. For example given a date 18032008 produce the number 20080318.

  8. OptionEnum :: [String] -> OptionType

    Cabal Distribution.TestSuite

    No documentation available.

  9. OptionNumber :: Bool -> (Maybe String, Maybe String) -> OptionType

    Cabal Distribution.TestSuite

    No documentation available.

  10. optionNumberBounds :: OptionType -> (Maybe String, Maybe String)

    Cabal Distribution.TestSuite

    No documentation available.

Page 157 of many | Previous | Next