Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. addMany_ :: MonadState FuzzySet m => [Text] -> m [Text]

    fuzzyset Data.FuzzySet.Internal

    No documentation available.

  2. addMany :: MonadFuzzySearch m => [Text] -> m [Text]

    fuzzyset Data.FuzzySet.Monad

    Add a list of strings to the set, all at once. Unless you need to know the subset of values that were actually inserted, use addMany_ instead.

  3. addMany_ :: MonadFuzzySearch m => [Text] -> m ()

    fuzzyset Data.FuzzySet.Monad

    Add a list of strings to the set, all at once. This function is identical to addMany, except that the latter returns a list of all values that were inserted.

  4. addMany :: [Text] -> FuzzySet -> FuzzySet

    fuzzyset Data.FuzzySet.Simple

    Add a list of strings to the set, all at once. This function is identical to addManyToSet, except that it only returns the set itself. If you need to know what values were inserted, then use the latter instead.

  5. addManyToSet :: [Text] -> FuzzySet -> ([Text], FuzzySet)

    fuzzyset Data.FuzzySet.Simple

    Add a list of strings to the set, all at once. Unless you need to know the subset of values that were actually inserted, use addMany instead.

  6. class HasAny (sel :: k) s t a b | s sel -> a

    generic-optics Data.Generics.Product.Any

    No documentation available.

  7. class AsAny (sel :: k) a s | s sel -> a

    generic-optics Data.Generics.Sum.Any

    Sums that have generic prisms.

  8. TransformCategoryAny :: TransformCategory

    gi-gsk GI.Gsk.Enums

    Analyzing the matrix concluded that it does not fit in any other category.

  9. gutterLinesHasAnyClass :: (HasCallStack, MonadIO m, IsGutterLines a) => a -> Word32 -> m Bool

    gi-gtksource5 GI.GtkSource.Objects.GutterLines

    Checks to see if the line has any GQuark classes set. This can be used to help renderer implementations avoid work if nothing has been set on the class. Since: 5.6

  10. ScriptTOsmanya :: ScriptT

    gi-harfbuzz GI.HarfBuzz.Enums

    Osma
    

Page 225 of many | Previous | Next