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

Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. constMigrationFrom2 :: Typeable t => (forall a b c . (Typeable a, Typeable b, Typeable c) => t b c -> Maybe a) -> Migration

    essence-of-live-coding LiveCoding.Migrate.Migration

    No documentation available.

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

    focus Focus

    A monadic version of adjust.

  3. CatchSTMOp :: PrimOp

    ghc-lib-parser GHC.Builtin.PrimOps

    No documentation available.

  4. data FamInstMatch

    ghc-lib-parser GHC.Core.FamInstEnv

    No documentation available.

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

    ghc-lib-parser GHC.Core.FamInstEnv

    No documentation available.

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

    ghc-lib-parser GHC.Core.InstEnv

    No documentation available.

  7. mkCastMCo :: CoreExpr -> MCoercionR -> CoreExpr

    ghc-lib-parser GHC.Core.Utils

    No documentation available.

  8. module GHC.Data.FastMutInt

    No documentation available.

  9. data FastMutInt

    ghc-lib-parser GHC.Data.FastMutInt

    No documentation available.

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

    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