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. userMaybeSpecifyPath :: String -> Maybe FilePath -> ProgramDb -> ProgramDb

    Cabal Distribution.Simple.Program

    No documentation available.

  2. userMaybeSpecifyPath :: String -> Maybe FilePath -> ProgramDb -> ProgramDb

    Cabal Distribution.Simple.Program.Db

    No documentation available.

  3. flagToMaybe :: Flag a -> Maybe a

    Cabal Distribution.Simple.Setup

    Converts a Flag value to a Maybe value.

  4. installMaybeExecutableFile :: Verbosity -> FilePath -> FilePath -> IO ()

    Cabal Distribution.Simple.Utils

    Install a file that may or not be executable, preserving permissions.

  5. installMaybeExecutableFiles :: Verbosity -> FilePath -> [(FilePath, FilePath)] -> IO ()

    Cabal Distribution.Simple.Utils

    This is like copyFiles but uses installMaybeExecutableFile.

  6. isClassOpId_maybe :: Id -> Maybe Class

    ghc GHC

    No documentation available.

  7. synTyConDefn_maybe :: TyCon -> Maybe ([TyVar], Type)

    ghc GHC

    Extract the TyVars bound by a vanilla type synonym and the corresponding (unsubstituted) right hand side.

  8. synTyConRhs_maybe :: TyCon -> Maybe Type

    ghc GHC

    Extract the information pertaining to the right hand side of a type synonym (type) declaration.

  9. tyConClass_maybe :: TyCon -> Maybe Class

    ghc GHC

    If this TyCon is that for a class instance, return the class it is for. Otherwise returns Nothing

  10. gHC_INTERNAL_MAYBE :: Module

    ghc GHC.Builtin.Names

    No documentation available.

Page 120 of many | Previous | Next