• 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. maybeNamedScientific :: Maybe Text -> Scientific -> YamlBuilder

    yaml Data.Yaml.Builder

    No documentation available.

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

    yaml Data.Yaml.Builder

    No documentation available.

  3. maybeCryptoError :: CryptoFailable a -> Maybe a

    crypton Crypto.Error

    Transform a CryptoFailable to a Maybe

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

    Cabal Distribution.Simple.Configure

    Try to read the localBuildInfoFile.

  5. maybeToFlag :: Maybe a -> Flag a

    Cabal Distribution.Simple.Flag

    Converts a Maybe value to a Flag value.

  6. maybeToFlag :: Maybe a -> Flag a

    Cabal Distribution.Simple.Setup

    Converts a Maybe value to a Flag value.

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

    Cabal Distribution.Simple.Utils

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

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

    Cabal Distribution.Types.ComponentLocalBuildInfo

    No documentation available.

  9. maybeTyConKey :: Unique

    ghc GHC.Builtin.Names

    No documentation available.

  10. maybeTyCon :: TyCon

    ghc GHC.Builtin.Types

    No documentation available.

Page 18 of many | Previous | Next

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