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.

  1. letVars :: CBVisitable a => a -> [Var]

    liquidhaskell-boot Language.Haskell.Liquid.Types.Visitors

    No documentation available.

  2. setVarName :: Var -> Name -> Var

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  3. setVarType :: Var -> Type -> Var

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  4. setVarUnique :: Var -> Unique -> Var

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  5. unitVarSet :: Var -> VarSet

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  6. droppedSpanCountVar :: TVar Int

    opentelemetry-extra OpenTelemetry.ZipkinExporter

    No documentation available.

  7. rejectedSpanCountVar :: TVar Int

    opentelemetry-extra OpenTelemetry.ZipkinExporter

    No documentation available.

  8. reportedSpanCountVar :: TVar Int

    opentelemetry-extra OpenTelemetry.ZipkinExporter

    No documentation available.

  9. 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

  10. newTVarIO :: a -> IO (TVar a)

    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.

Page 49 of many | Previous | Next