Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
-
pipes-concurrency Pipes.Concurrent Return the current value stored in a TVar.
-
postgresql-syntax PostgresqlSyntax.Ast References
opt_varying: | VARYING | EMPTY
listVariadicFuncApplicationParams :: HeadedParsec Void Text FuncApplicationParamspostgresql-syntax PostgresqlSyntax.Parsing No documentation available.
-
reactive-midyim Reactive.Banana.MIDI.Process Similar to beat but it reacts immediately to tempo changes. This requires the ability of the backend (e.g. ALSA) to cancel sent (Echo) messages and it requires to know the precise time points of tempo changes, thus we need the Discrete input instead of Behaviour and we need a behaviour for the current time.