Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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
removeBootSuffix :: FilePath -> FilePathghc GHC.Unit.Module.Location Remove the -boot suffix to .hs, .hi and .o files
mg_fix_env :: ModGuts -> !FixityEnvghc GHC.Unit.Module.ModGuts Fixities declared in this module. Used for creating interface files.
mi_fix :: ModIface -> OccName -> Fixityghc GHC.Unit.Module.ModIface Lookups up a (possibly cached) fixity from a ModIface. If one cannot be found, defaultFixity is returned instead.
mi_fix_fn :: ModIfaceBackend -> !OccName -> Maybe Fixityghc GHC.Unit.Module.ModIface Cached lookup for mi_fixities
mi_fixities :: ModIface_ (phase :: ModIfacePhase) -> [(OccName, Fixity)]ghc GHC.Unit.Module.ModIface Fixities NOT STRICT! we read this field lazily from the interface file