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

Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. maybeNamedMappingComplex :: Maybe Text -> [(YamlBuilder, YamlBuilder)] -> YamlBuilder

    yaml Data.Yaml.Builder

    No documentation available.

  2. maybeNamedNull :: Maybe Text -> YamlBuilder

    yaml Data.Yaml.Builder

    No documentation available.

  3. maybeNamedScientific :: Maybe Text -> Scientific -> YamlBuilder

    yaml Data.Yaml.Builder

    No documentation available.

  4. maybeNamedString :: Maybe Text -> Text -> YamlBuilder

    yaml Data.Yaml.Builder

    No documentation available.

  5. maybeCryptoError :: CryptoFailable a -> Maybe a

    crypton Crypto.Error

    Transform a CryptoFailable to a Maybe

  6. maybeGetPersistBuildConfig :: FilePath -> IO (Maybe LocalBuildInfo)

    Cabal Distribution.Simple.Configure

    Try to read the localBuildInfoFile.

  7. maybeToFlag :: Maybe a -> Flag a

    Cabal Distribution.Simple.Flag

    Converts a Maybe value to a Flag value.

  8. maybeToFlag :: Maybe a -> Flag a

    Cabal Distribution.Simple.Setup

    Converts a Maybe value to a Flag value.

  9. maybeExit :: IO ExitCode -> IO ()

    Cabal Distribution.Simple.Utils

    Helper to use with one of the rawSystem variants, and exit unless the command completes successfully.

  10. maybeComponentInstantiatedWith :: ComponentLocalBuildInfo -> Maybe [(ModuleName, OpenModule)]

    Cabal Distribution.Types.ComponentLocalBuildInfo

    No documentation available.

Page 33 of many | Previous | Next

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