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. removeBootSuffix :: FilePath -> FilePath

    ghc GHC.Unit.Module.Location

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

  2. mg_fix_env :: ModGuts -> !FixityEnv

    ghc GHC.Unit.Module.ModGuts

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

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

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

    ghc GHC.Unit.Module.ModIface

    Cached lookup for mi_fixities

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

    ghc GHC.Unit.Module.ModIface

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

  6. newtype FixedLengthEncoding a

    ghc GHC.Utils.Binary

    Encode the argument in its full length. This is different from many default binary instances which make no guarantee about the actual encoding and might do things using variable length encoding.

  7. FixedLengthEncoding :: a -> FixedLengthEncoding a

    ghc GHC.Utils.Binary

    No documentation available.

  8. unFixedLength :: FixedLengthEncoding a -> a

    ghc GHC.Utils.Binary

    No documentation available.

  9. log_dump_prefix :: LogFlags -> !FilePath

    ghc GHC.Utils.Logger

    Normal dump path ("basename.")

  10. log_dump_prefix_override :: LogFlags -> !Maybe FilePath

    ghc GHC.Utils.Logger

    Overriden dump path

Page 90 of many | Previous | Next