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. newtype RevertVariableResponse

    gogol-tagmanager Gogol.TagManager.Types

    The result of reverting a variable in a workspace. See: newRevertVariableResponse smart constructor.

  2. RevertVariableResponse :: Maybe Variable -> RevertVariableResponse

    gogol-tagmanager Gogol.TagManager.Types

    No documentation available.

  3. newListVariablesResponse :: ListVariablesResponse

    gogol-tagmanager Gogol.TagManager.Types

    Creates a value of ListVariablesResponse with the minimum fields required to make a request.

  4. newRevertVariableResponse :: RevertVariableResponse

    gogol-tagmanager Gogol.TagManager.Types

    Creates a value of RevertVariableResponse with the minimum fields required to make a request.

  5. supportVariables :: ContainerFeatures -> Maybe Bool

    gogol-tagmanager Gogol.TagManager.Types

    Whether this Container supports variables.

  6. inspectTVar :: forall (n :: Type -> Type) a . ModelTVar n a -> Invariant n a

    hunit-dejafu Test.HUnit.DejaFu

    Read the content of a TVar. This is essentially readTVar.

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

    incipit-core IncipitCore

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

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

    incipit-core IncipitCore

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

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

    incipit-core IncipitCore

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

  10. getVariant :: (MonadDOM m, FromJSString result) => FontFace -> m result

    jsaddle-dom JSDOM.Generated.FontFace

    Mozilla FontFace.variant documentation

Page 111 of many | Previous | Next