Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. ReadTVarIOOp :: PrimOp

    ghc GHC.Builtin.PrimOps

    No documentation available.

  2. ReadTVarOp :: PrimOp

    ghc GHC.Builtin.PrimOps

    No documentation available.

  3. WriteMutVarOp :: PrimOp

    ghc GHC.Builtin.PrimOps

    No documentation available.

  4. WriteTVarOp :: PrimOp

    ghc GHC.Builtin.PrimOps

    No documentation available.

  5. mkMutVarPrimTy :: Type -> Type -> Type

    ghc GHC.Builtin.Types.Prim

    No documentation available.

  6. mkTVarPrimTy :: Type -> Type -> Type

    ghc GHC.Builtin.Types.Prim

    No documentation available.

  7. mutVarPrimTyCon :: TyCon

    ghc GHC.Builtin.Types.Prim

    No documentation available.

  8. type OutVar = Var

    ghc GHC.Core

    No documentation available.

  9. liftCoSubstVarBndrUsing :: (r -> CoercionN) -> (LiftingContext -> Type -> r) -> LiftingContext -> TyCoVar -> (LiftingContext, TyCoVar, r)

    ghc GHC.Core.Coercion

    No documentation available.

  10. sortQuantVars :: [Var] -> [Var]

    ghc GHC.Core.Make

    Sort the variables, putting type and covars first, in scoped order, and then other Ids It is a deterministic sort, meaning it doesn't look at the values of Uniques. For explanation why it's important See Note [Unique Determinism] in GHC.Types.Unique.

Page 14 of many | Previous | Next