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.

  1. writeTVar :: TVar a -> a -> STM ()

    relude Relude.Lifted.Concurrent

    Write the supplied value into a TVar.

  2. layoutManagerNextVariantE :: EditorM ()

    yi-core Yi.Editor

    Next variant of the current layout manager, as given by nextVariant

  3. nextVariant :: LayoutManager m => m -> m

    yi-core Yi.Layout

    Cycles to the next variant, if there is one (the default is id)

  4. optVariables :: Opt -> Context Text

    pandoc Text.Pandoc.App

    Template variables to set

  5. EnvironmentVariableUndefined :: Text -> LogMessage

    pandoc Text.Pandoc.Logging

    No documentation available.

  6. runAtomicStateTVar :: forall (r :: EffectRow) s a . Member (Embed IO) r => TVar s -> Sem ((AtomicState s :: (Type -> Type) -> Type -> Type) ': r) a -> Sem r a

    polysemy Polysemy.AtomicState

    Run an AtomicState effect by transforming it into atomic operations over a TVar.

  7. runOutputMonoidTVar :: forall o m (r :: EffectRow) a . (Monoid m, Member (Embed IO) r) => TVar m -> (o -> m) -> Sem ((Output o :: (Type -> Type) -> Type -> Type) ': r) a -> Sem r a

    polysemy Polysemy.Output

    Run an Output effect by transforming it into atomic operations over a TVar.

  8. runWriterTVar :: forall o (r :: EffectRow) a . (Monoid o, Member (Final IO) r) => TVar o -> Sem (Writer o ': r) a -> Sem r a

    polysemy Polysemy.Writer

    Transform a Writer effect into atomic operations over a TVar through final IO.

  9. CommentVarTok :: TokenType

    skylighting-core Skylighting.Types

    No documentation available.

  10. data MutVar# a (b :: TYPE 'BoxedRep l)

    ghc-internal GHC.Internal.Base

    A MutVar# behaves like a single-element mutable array.

Page 22 of many | Previous | Next