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.

  1. addBootSuffix :: FilePath -> FilePath

    ghc GHC.Unit.Module.Location

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

  2. addBootSuffixLocn :: ModLocation -> ModLocation

    ghc GHC.Unit.Module.Location

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

  3. 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

  4. addBootSuffixLocn_maybe :: IsBootInterface -> ModLocation -> ModLocation

    ghc GHC.Unit.Module.Location

    No documentation available.

  5. addBootSuffix_maybe :: IsBootInterface -> FilePath -> FilePath

    ghc GHC.Unit.Module.Location

    Add the -boot suffix if the Bool argument is True

  6. removeBootSuffix :: FilePath -> FilePath

    ghc GHC.Unit.Module.Location

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

  7. mg_fix_env :: ModGuts -> !FixityEnv

    ghc GHC.Unit.Module.ModGuts

    Fixities declared in this module. Used for creating interface files.

  8. mi_fix :: ModIface -> OccName -> Fixity

    ghc GHC.Unit.Module.ModIface

    Lookups up a (possibly cached) fixity from a ModIface. If one cannot be found, defaultFixity is returned instead.

  9. mi_fix_fn :: ModIfaceBackend -> !OccName -> Maybe Fixity

    ghc GHC.Unit.Module.ModIface

    Cached lookup for mi_fixities

  10. mi_fixities :: ModIface_ (phase :: ModIfacePhase) -> [(OccName, Fixity)]

    ghc GHC.Unit.Module.ModIface

    Fixities NOT STRICT! we read this field lazily from the interface file

Page 89 of many | Previous | Next