Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. PluginFingerprintChanged :: RecompReason

    ghc-lib GHC.Iface.Recomp

    No documentation available.

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

    ghc-lib GHC.Iface.Recomp

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

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

    ghc-lib 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 -> (WriteBinHandle -> Name -> IO ()) -> IO Fingerprint

    ghc-lib GHC.Iface.Recomp.Flags

    No documentation available.

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

    ghc-lib GHC.Iface.Recomp.Flags

    No documentation available.

  6. getInteractivePrintName :: TcRn Name

    ghc-lib GHC.Tc.Utils.Monad

    No documentation available.

  7. class (GObject o, IsDescendantOf PrintCompositor o) => IsPrintCompositor o

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Type class for types which can be safely cast to PrintCompositor, for instance with toPrintCompositor.

  8. clearPrintCompositorFooterFontName :: (MonadIO m, IsPrintCompositor o) => o -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Set the value of the “footer-font-name” property to Nothing. When overloading is enabled, this is equivalent to

    clear #footerFontName
    

  9. clearPrintCompositorHeaderFontName :: (MonadIO m, IsPrintCompositor o) => o -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Set the value of the “header-font-name” property to Nothing. When overloading is enabled, this is equivalent to

    clear #headerFontName
    

  10. clearPrintCompositorLineNumbersFontName :: (MonadIO m, IsPrintCompositor o) => o -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Set the value of the “line-numbers-font-name” property to Nothing. When overloading is enabled, this is equivalent to

    clear #lineNumbersFontName
    

Page 287 of many | Previous | Next