Hoogle Search
Within Stackage Nightly 2025-10-12 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
No documentation available.
-
fuzzyset Data.FuzzySet.Internal Main fuzzy string set data type.
-
fuzzyset Data.FuzzySet.Internal No documentation available.
-
fuzzyset Data.FuzzySet.Internal No documentation available.
FuzzySetItem :: Double -> Text -> FuzzySetItemfuzzyset Data.FuzzySet.Internal No documentation available.
exactSet :: FuzzySet -> !HashMap Text Textfuzzyset Data.FuzzySet.Internal No documentation available.
-
fuzzyset Data.FuzzySet.Simple Main fuzzy string set data type.
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.
addToSet :: Text -> FuzzySet -> (Bool, FuzzySet)fuzzyset Data.FuzzySet.Simple Add a string to the set, unless it is already present. A pair is returned consisting of a boolean which denotes whether or not anything was inserted, and the updated set.
-
fuzzyset Data.FuzzySet.Simple An empty FuzzySet with the following defaults:
- Gram size lower: 2
- Gram size upper: 3
- Use Levenshtein distance: True