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

  2. FixedLengthEncoding :: a -> FixedLengthEncoding a

    ghc GHC.Utils.Binary

    No documentation available.

  3. unFixedLength :: FixedLengthEncoding a -> a

    ghc GHC.Utils.Binary

    No documentation available.

  4. log_dump_prefix :: LogFlags -> !FilePath

    ghc GHC.Utils.Logger

    Normal dump path ("basename.")

  5. log_dump_prefix_override :: LogFlags -> !Maybe FilePath

    ghc GHC.Utils.Logger

    Overriden dump path

  6. type Suffix = String

    ghc GHC.Utils.Misc

    No documentation available.

  7. splitLongestPrefix :: String -> (Char -> Bool) -> (String, String)

    ghc GHC.Utils.Misc

    No documentation available.

  8. class Monad m => MonadFix (m :: Type -> Type)

    ghc GHC.Utils.Monad

    No documentation available.

  9. mfix :: MonadFix m => (a -> m a) -> m a

    ghc GHC.Utils.Monad

    No documentation available.

  10. pprInfixOcc :: OutputableBndr a => a -> SDoc

    ghc GHC.Utils.Outputable

    No documentation available.

Page 90 of many | Previous | Next