Hoogle Search

Within LTS Haskell 24.57 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. resumeRetrying :: MonadIO m => RetryStatus -> RetryPolicyM m -> (RetryStatus -> b -> m Bool) -> (RetryStatus -> m b) -> m b

    retry UnliftIO.Retry

    A variant of retrying that allows specifying the initial RetryStatus so that the retrying operation may pick up where it left off in regards to its retry policy.

  2. resumeRetryingDynamic :: MonadIO m => RetryStatus -> RetryPolicyM m -> (RetryStatus -> b -> m RetryAction) -> (RetryStatus -> m b) -> m b

    retry UnliftIO.Retry

    A variant of retryingDynamic that allows specifying the initial RetryStatus so that a retrying operation may pick up where it left off in regards to its retry policy.

  3. DeepSubsumption :: KnownExtension

    Cabal-syntax Language.Haskell.Extension

    Enable deep subsumption, relaxing the simple subsumption rules, implicitly inserting eta-expansions when matching up function types with different quantification structures.

  4. UnboxedSums :: KnownExtension

    Cabal-syntax Language.Haskell.Extension

    Enable the use of unboxed sum syntax.

  5. class (Finite self a ~ af, Finite self b ~ bf) => FiniteSum self (a :: Type -> Type) (b :: Type -> Type) (af :: Bool) (bf :: Bool)

    generic-arbitrary Test.QuickCheck.Arbitrary.Generic

    No documentation available.

  6. class FiniteSumElem (self :: k) (a :: k1 -> Type)

    generic-arbitrary Test.QuickCheck.Arbitrary.Generic

    No documentation available.

  7. DeepSubsumption :: Extension

    ghc-boot-th GHC.LanguageExtensions.Type

    No documentation available.

  8. UnboxedSums :: Extension

    ghc-boot-th GHC.LanguageExtensions.Type

    No documentation available.

  9. applicationSetOptionContextSummary :: (HasCallStack, MonadIO m, IsApplication a) => a -> Maybe Text -> m ()

    gi-gio GI.Gio.Objects.Application

    Adds a summary to the application option context. See optionContextSetSummary for more information. Since: 2.56

  10. settingsSchemaKeyGetSummary :: (HasCallStack, MonadIO m) => SettingsSchemaKey -> m (Maybe Text)

    gi-gio GI.Gio.Structs.SettingsSchemaKey

    Gets the summary for key. If no summary has been provided in the schema for key, returns Nothing. The summary is a short description of the purpose of the key; usually one short sentence. Summaries can be translated and the value returned from this function is is the current locale. This function is slow. The summary and description information for the schemas is not stored in the compiled schema database so this function has to parse all of the source XML files in the schema directory. Since: 2.34

Page 109 of many | Previous | Next