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

Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. xtVar :: CmEnv -> Var -> XT a -> VarMap a -> VarMap a

    ghc GHC.Core.Map.Type

    No documentation available.

  2. substVarBndr :: HasDebugCallStack => Subst -> TyCoVar -> (Subst, TyCoVar)

    ghc GHC.Core.TyCo.Subst

    No documentation available.

  3. substVarBndrUsing :: (Subst -> Type -> Type) -> Subst -> TyCoVar -> (Subst, TyCoVar)

    ghc GHC.Core.TyCo.Subst

    No documentation available.

  4. substVarBndrs :: HasDebugCallStack => Subst -> [TyCoVar] -> (Subst, [TyCoVar])

    ghc GHC.Core.TyCo.Subst

    No documentation available.

  5. substVarBndr :: HasDebugCallStack => Subst -> TyCoVar -> (Subst, TyCoVar)

    ghc GHC.Core.Type

    No documentation available.

  6. substVarBndrs :: HasDebugCallStack => Subst -> [TyCoVar] -> (Subst, [TyCoVar])

    ghc GHC.Core.Type

    No documentation available.

  7. atomicUpdMutVar :: IORef a -> (a -> (a, b)) -> IOEnv env b

    ghc GHC.Data.IOEnv

    Atomically update the reference. Does not force the evaluation of the new variable contents. For strict update, use atomicUpdMutVar'.

  8. atomicUpdMutVar' :: IORef a -> (a -> (a, b)) -> IOEnv env b

    ghc GHC.Data.IOEnv

    Strict variant of atomicUpdMutVar.

  9. newMutVar :: a -> IOEnv env (IORef a)

    ghc GHC.Data.IOEnv

    No documentation available.

  10. readMutVar :: IORef a -> IOEnv env a

    ghc GHC.Data.IOEnv

    No documentation available.

Page 15 of many | Previous | Next

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