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.
restrictVarEnv :: VarEnv a -> VarSet -> VarEnv aghc GHC.Types.Var.Env Only keep variables contained in the VarSet
unitVarEnv :: Var -> a -> VarEnv aghc GHC.Types.Var.Env No documentation available.
dVarSetIntersectVarSet :: DVarSet -> VarSet -> DVarSetghc GHC.Types.Var.Set No documentation available.
disjointVarSet :: VarSet -> VarSet -> Boolghc GHC.Types.Var.Set No documentation available.
intersectVarSet :: VarSet -> VarSet -> VarSetghc GHC.Types.Var.Set No documentation available.
-
ghc GHC.Types.Var.Set No documentation available.
recordPatSynPatVar :: RecordPatSynField pass -> LIdP passghc Language.Haskell.Syntax.Binds Filled in by renamer, the name used internally by the pattern
justVarInterpolation :: ShakespeareSettings -> Boolshakespeare Text.Shakespeare No documentation available.
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.
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.