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.
letVars :: CBVisitable a => a -> [Var]liquidhaskell-boot Language.Haskell.Liquid.Types.Visitors No documentation available.
setVarName :: Var -> Name -> Varliquidhaskell-boot Liquid.GHC.API No documentation available.
setVarType :: Var -> Type -> Varliquidhaskell-boot Liquid.GHC.API No documentation available.
setVarUnique :: Var -> Unique -> Varliquidhaskell-boot Liquid.GHC.API No documentation available.
-
liquidhaskell-boot Liquid.GHC.API No documentation available.
droppedSpanCountVar :: TVar Intopentelemetry-extra OpenTelemetry.ZipkinExporter No documentation available.
rejectedSpanCountVar :: TVar Intopentelemetry-extra OpenTelemetry.ZipkinExporter No documentation available.
reportedSpanCountVar :: TVar Intopentelemetry-extra OpenTelemetry.ZipkinExporter No documentation available.
mkWeakTVar :: TVar a -> IO () -> IO (Weak (TVar a))pipes-concurrency Pipes.Concurrent Make a Weak pointer to a TVar, using the second argument as a finalizer to run when TVar is garbage-collected
-
pipes-concurrency Pipes.Concurrent IO version of newTVar. This is useful for creating top-level TVars using unsafePerformIO, because using atomically inside unsafePerformIO isn't possible.