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.
-
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
-
ghc GHC.Utils.Misc No documentation available.
splitLongestPrefix :: String -> (Char -> Bool) -> (String, String)ghc GHC.Utils.Misc No documentation available.
class Monad m =>
MonadFix (m :: Type -> Type)ghc GHC.Utils.Monad No documentation available.
mfix :: MonadFix m => (a -> m a) -> m aghc GHC.Utils.Monad No documentation available.
pprInfixOcc :: OutputableBndr a => a -> SDocghc GHC.Utils.Outputable No documentation available.