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

Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. adjustM :: Monad m => (a -> m a) -> Focus a m ()

    focus Focus

    A monadic version of adjust.

  2. CatchSTMOp :: PrimOp

    ghc-lib-parser GHC.Builtin.PrimOps

    No documentation available.

  3. data FamInstMatch

    ghc-lib-parser GHC.Core.FamInstEnv

    No documentation available.

  4. FamInstMatch :: FamInst -> [Type] -> [Coercion] -> FamInstMatch

    ghc-lib-parser GHC.Core.FamInstEnv

    No documentation available.

  5. type InstMatch = (ClsInst, [DFunInstType])

    ghc-lib-parser GHC.Core.InstEnv

    No documentation available.

  6. mkCastMCo :: CoreExpr -> MCoercionR -> CoreExpr

    ghc-lib-parser GHC.Core.Utils

    No documentation available.

  7. module GHC.Data.FastMutInt

    No documentation available.

  8. data FastMutInt

    ghc-lib-parser GHC.Data.FastMutInt

    No documentation available.

  9. atomicFetchAddFastMut :: FastMutInt -> Int -> IO Int

    ghc-lib-parser GHC.Data.FastMutInt

    No documentation available.

  10. newFastMutInt :: Int -> IO FastMutInt

    ghc-lib-parser GHC.Data.FastMutInt

    No documentation available.

Page 66 of many | Previous | Next

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