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.

  1. unitVarSet :: Var -> VarSet

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  2. droppedSpanCountVar :: TVar Int

    opentelemetry-extra OpenTelemetry.ZipkinExporter

    No documentation available.

  3. rejectedSpanCountVar :: TVar Int

    opentelemetry-extra OpenTelemetry.ZipkinExporter

    No documentation available.

  4. reportedSpanCountVar :: TVar Int

    opentelemetry-extra OpenTelemetry.ZipkinExporter

    No documentation available.

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

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

  7. readTVar :: TVar a -> STM a

    pipes-concurrency Pipes.Concurrent

    Return the current value stored in a TVar.

  8. type OptVarying = Bool

    postgresql-syntax PostgresqlSyntax.Ast

    References

    opt_varying:
    | VARYING
    | EMPTY
    

  9. listVariadicFuncApplicationParams :: HeadedParsec Void Text FuncApplicationParams

    postgresql-syntax PostgresqlSyntax.Parsing

    No documentation available.

  10. beatVar :: Reactor reactor => Behavior (AbsoluteTicks reactor) -> Behavior (RelativeTicks reactor) -> reactor (Event (AbsoluteTicks reactor))

    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.

Page 50 of many | Previous | Next