Hoogle Search

Within LTS Haskell 24.17 (ghc-9.10.3)

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

  1. restrictVarEnv :: VarEnv a -> VarSet -> VarEnv a

    ghc GHC.Types.Var.Env

    Only keep variables contained in the VarSet

  2. unitVarEnv :: Var -> a -> VarEnv a

    ghc GHC.Types.Var.Env

    No documentation available.

  3. dVarSetIntersectVarSet :: DVarSet -> VarSet -> DVarSet

    ghc GHC.Types.Var.Set

    No documentation available.

  4. disjointVarSet :: VarSet -> VarSet -> Bool

    ghc GHC.Types.Var.Set

    No documentation available.

  5. intersectVarSet :: VarSet -> VarSet -> VarSet

    ghc GHC.Types.Var.Set

    No documentation available.

  6. unitVarSet :: Var -> VarSet

    ghc GHC.Types.Var.Set

    No documentation available.

  7. recordPatSynPatVar :: RecordPatSynField pass -> LIdP pass

    ghc Language.Haskell.Syntax.Binds

    Filled in by renamer, the name used internally by the pattern

  8. justVarInterpolation :: ShakespeareSettings -> Bool

    shakespeare Text.Shakespeare

    No documentation available.

  9. casMutVar :: MutVar# RealWorld a -> Ticket a -> a -> IO (Bool, Ticket a)

    atomic-primops Data.Atomics

    MutVar counterpart of casIORef. By convention this is WHNF strict in the "new" value provided.

  10. casMutVar2 :: MutVar# RealWorld a -> Ticket a -> Ticket a -> IO (Bool, Ticket a)

    atomic-primops Data.Atomics

    This variant takes two tickets, i.e. the new value is a ticket rather than an arbitrary, lifted, Haskell value.

Page 20 of many | Previous | Next