Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. pattern TT_MS_LANGID_GERMAN_GERMANY :: (Eq a, Num a) => a

    freetype2 FreeType.Format.TrueType

    No documentation available.

  2. pattern TT_MS_LANGID_LOWER_SORBIAN_GERMANY :: (Eq a, Num a) => a

    freetype2 FreeType.Format.TrueType

    No documentation available.

  3. pattern TT_MS_LANGID_UPPER_SORBIAN_GERMANY :: (Eq a, Num a) => a

    freetype2 FreeType.Format.TrueType

    No documentation available.

  4. pattern TT_UCR_OSMANYA :: (Eq a, Num a) => a

    freetype2 FreeType.Format.TrueType

    No documentation available.

  5. pYearAny :: forall s (m :: Type -> Type) st . Stream s m Char => ParsecT s st m Int

    fuzzy-dates Data.Dates.Parsing.Internal

    No documentation available.

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

    fuzzyset Data.FuzzySet

    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.

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

    fuzzyset Data.FuzzySet

    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.

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

    fuzzyset Data.FuzzySet.Internal

    No documentation available.

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

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

Page 223 of many | Previous | Next