Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. FixedBangOpts :: [HsImplBang] -> DataConBangOpts

    ghc GHC.Types.Id.Make

    Used for imported data constructors See Note [Bangs on imported data constructors]

  2. pprInfixName :: (Outputable a, NamedThing a) => a -> SDoc

    ghc GHC.Types.Name

    No documentation available.

  3. pprModulePrefix :: PprStyle -> Module -> OccName -> SDoc

    ghc GHC.Types.Name

    No documentation available.

  4. pprPrefixName :: NamedThing a => a -> SDoc

    ghc GHC.Types.Name

    No documentation available.

  5. fixVarSet :: (VarSet -> VarSet) -> VarSet -> VarSet

    ghc GHC.Types.Var.Set

    No documentation available.

  6. addBootSuffix :: FilePath -> FilePath

    ghc GHC.Unit.Module.Location

    Add the -boot suffix to .hs, .hi and .o files

  7. addBootSuffixLocn :: ModLocation -> ModLocation

    ghc GHC.Unit.Module.Location

    Add the -boot suffix to all file paths associated with the module

  8. addBootSuffixLocnOut :: ModLocation -> ModLocation

    ghc GHC.Unit.Module.Location

    Add the -boot suffix to all output file paths associated with the module, not including the input file itself

  9. addBootSuffixLocn_maybe :: IsBootInterface -> ModLocation -> ModLocation

    ghc GHC.Unit.Module.Location

    No documentation available.

  10. addBootSuffix_maybe :: IsBootInterface -> FilePath -> FilePath

    ghc GHC.Unit.Module.Location

    Add the -boot suffix if the Bool argument is True

Page 89 of many | Previous | Next