• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. adjustChar :: Char -> Word8

    ghc GHC.Parser.Lexer

    No documentation available.

  2. alr_justClosedExplicitLetBlock :: PState -> Bool

    ghc GHC.Parser.Lexer

    No documentation available.

  3. adjustHpBackwards :: FCode ()

    ghc GHC.StgToCmm.Layout

    No documentation available.

  4. adjustCtLoc :: Bool -> Bool -> CtLoc -> CtLoc

    ghc GHC.Tc.Types.Constraint

    No documentation available.

  5. adjustCtLocTyConBinder :: TyConBinder -> CtLoc -> CtLoc

    ghc GHC.Tc.Types.Constraint

    No documentation available.

  6. adjustDNameEnv :: (a -> a) -> DNameEnv a -> Name -> DNameEnv a

    ghc GHC.Types.Name.Env

    No documentation available.

  7. adjustUDFM :: Uniquable key => (elt -> elt) -> UniqDFM key elt -> key -> UniqDFM key elt

    ghc GHC.Types.Unique.DFM

    Apply a function to a particular element

  8. adjustUFM :: Uniquable key => (elt -> elt) -> UniqFM key elt -> key -> UniqFM key elt

    ghc GHC.Types.Unique.FM

    No documentation available.

  9. adjustUniqMap :: Uniquable k => (a -> a) -> UniqMap k a -> k -> UniqMap k a

    ghc GHC.Types.Unique.Map

    No documentation available.

  10. unitEnv_adjust :: (v -> v) -> UnitEnvGraphKey -> UnitEnvGraph v -> UnitEnvGraph v

    ghc GHC.Unit.Env

    No documentation available.

Page 37 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete