Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. computeFingerprint :: Binary a => (BinHandle -> Name -> IO ()) -> a -> IO Fingerprint

    ghc GHC.Iface.Recomp.Binary

    No documentation available.

  2. fingerprintBinMem :: BinHandle -> IO Fingerprint

    ghc GHC.Iface.Recomp.Binary

    No documentation available.

  3. fingerprintDynFlags :: HscEnv -> Module -> (BinHandle -> Name -> IO ()) -> IO Fingerprint

    ghc GHC.Iface.Recomp.Flags

    Produce a fingerprint of a DynFlags value. We only base the finger print on important fields in DynFlags so that the recompilation checker can use this fingerprint. NB: The Module parameter is the Module recorded by the *interface* file, not the actual Module according to our DynFlags.

  4. fingerprintHpcFlags :: DynFlags -> (BinHandle -> Name -> IO ()) -> IO Fingerprint

    ghc GHC.Iface.Recomp.Flags

    No documentation available.

  5. fingerprintOptFlags :: DynFlags -> (BinHandle -> Name -> IO ()) -> IO Fingerprint

    ghc GHC.Iface.Recomp.Flags

    No documentation available.

  6. ifaceDeclFingerprints :: Fingerprint -> IfaceDecl -> [(OccName, Fingerprint)]

    ghc GHC.Iface.Syntax

    No documentation available.

  7. ic_int_print :: InteractiveContext -> Name

    ghc GHC.Runtime.Context

    The function that is used for printing results of expressions in ghci and -e mode.

  8. setInteractivePrintName :: InteractiveContext -> Name -> InteractiveContext

    ghc GHC.Runtime.Context

    No documentation available.

  9. pprintClosureCommand :: GhcMonad m => Bool -> Bool -> String -> m ()

    ghc GHC.Runtime.Debugger

    The :print & friends commands

  10. sOpt_CmmP_fingerprint :: Settings -> Fingerprint

    ghc GHC.Settings

    No documentation available.

Page 285 of many | Previous | Next