• 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. substVarBndr :: HasDebugCallStack => Subst -> TyCoVar -> (Subst, TyCoVar)

    ghc GHC.Core.TyCo.Subst

    No documentation available.

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

    ghc GHC.Core.TyCo.Subst

    No documentation available.

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

    ghc GHC.Core.TyCo.Subst

    No documentation available.

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

    ghc GHC.Core.Type

    No documentation available.

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

    ghc GHC.Core.Type

    No documentation available.

  6. 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'.

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

    ghc GHC.Data.IOEnv

    Strict variant of atomicUpdMutVar.

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

    ghc GHC.Data.IOEnv

    No documentation available.

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

    ghc GHC.Data.IOEnv

    No documentation available.

  10. updMutVar :: IORef a -> (a -> a) -> IOEnv env ()

    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