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.
FixedBangOpts :: [HsImplBang] -> DataConBangOptsghc GHC.Types.Id.Make Used for imported data constructors See Note [Bangs on imported data constructors]
pprInfixName :: (Outputable a, NamedThing a) => a -> SDocghc GHC.Types.Name No documentation available.
pprModulePrefix :: PprStyle -> Module -> OccName -> SDocghc GHC.Types.Name No documentation available.
pprPrefixName :: NamedThing a => a -> SDocghc GHC.Types.Name No documentation available.
fixVarSet :: (VarSet -> VarSet) -> VarSet -> VarSetghc GHC.Types.Var.Set No documentation available.
addBootSuffix :: FilePath -> FilePathghc GHC.Unit.Module.Location Add the -boot suffix to .hs, .hi and .o files
addBootSuffixLocn :: ModLocation -> ModLocationghc GHC.Unit.Module.Location Add the -boot suffix to all file paths associated with the module
addBootSuffixLocnOut :: ModLocation -> ModLocationghc GHC.Unit.Module.Location Add the -boot suffix to all output file paths associated with the module, not including the input file itself
addBootSuffixLocn_maybe :: IsBootInterface -> ModLocation -> ModLocationghc GHC.Unit.Module.Location No documentation available.
addBootSuffix_maybe :: IsBootInterface -> FilePath -> FilePathghc GHC.Unit.Module.Location Add the -boot suffix if the Bool argument is True