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.

  1. normaliseTimeOfDay :: Int -> Int -> Pico -> (Integer, TimeOfDay)

    fuzzy-time Data.FuzzyTime.Resolve

    No documentation available.

  2. module Data.FuzzySet

    No documentation available.

  3. data FuzzySet

    fuzzyset Data.FuzzySet.Internal

    Main fuzzy string set data type.

  4. FuzzySet :: !HashMap Text Text -> !HashMap Text [GramInfo] -> !HashMap Int (Vector FuzzySetItem) -> Int -> Int -> Bool -> FuzzySet

    fuzzyset Data.FuzzySet.Internal

    No documentation available.

  5. data FuzzySetItem

    fuzzyset Data.FuzzySet.Internal

    No documentation available.

  6. FuzzySetItem :: Double -> Text -> FuzzySetItem

    fuzzyset Data.FuzzySet.Internal

    No documentation available.

  7. exactSet :: FuzzySet -> !HashMap Text Text

    fuzzyset Data.FuzzySet.Internal

    No documentation available.

  8. data FuzzySet

    fuzzyset Data.FuzzySet.Simple

    Main fuzzy string set data type.

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

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

Page 187 of many | Previous | Next