Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
normaliseTimeOfDay :: Int -> Int -> Pico -> (Integer, TimeOfDay)fuzzy-time Data.FuzzyTime.Resolve No documentation available.
-
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.