Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

  1. sOpt_JSP_fingerprint :: Settings -> Fingerprint

    ghc GHC.Driver.Session

    No documentation available.

  2. sOpt_P_fingerprint :: Settings -> Fingerprint

    ghc GHC.Driver.Session

    No documentation available.

  3. exactPrintHsDocString :: HsDocString -> String

    ghc GHC.Hs.DocString

    Pretty print with decorators, exactly as the user wrote it

  4. PluginFingerprintChanged :: RecompReason

    ghc GHC.Iface.Recomp

    No documentation available.

  5. addFingerprints :: HscEnv -> PartialModIface -> IO ModIface

    ghc GHC.Iface.Recomp

    Add fingerprints for top-level declarations to a ModIface. See Note [Fingerprinting IfaceDecls]

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

    ghc GHC.Iface.Recomp.Binary

    No documentation available.

  7. fingerprintBinMem :: BinHandle -> IO Fingerprint

    ghc GHC.Iface.Recomp.Binary

    No documentation available.

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

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

    ghc GHC.Iface.Recomp.Flags

    No documentation available.

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

    ghc GHC.Iface.Recomp.Flags

    No documentation available.

Page 173 of many | Previous | Next