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.
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
-
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.
FixedLengthEncoding :: a -> FixedLengthEncoding aghc GHC.Utils.Binary No documentation available.
unFixedLength :: FixedLengthEncoding a -> aghc GHC.Utils.Binary No documentation available.
log_dump_prefix :: LogFlags -> !FilePathghc GHC.Utils.Logger Normal dump path ("basename.")
log_dump_prefix_override :: LogFlags -> !Maybe FilePathghc GHC.Utils.Logger Overriden dump path