Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. alwaysResetTimer :: Opts i o -> Bool

    fold-debounce-conduit Data.Conduit.FoldDebounce

    Normally, when an event is received and it's the first of a series, a timer is started, and when that timer expires, all events are sent. If you set this parameter to True, then the timer is reset after each event is received. Default: False

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

    fuzzy-time Data.FuzzyTime.Resolve

    No documentation available.

  3. module Data.FuzzySet

    No documentation available.

  4. data FuzzySet

    fuzzyset Data.FuzzySet.Internal

    Main fuzzy string set data type.

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

    fuzzyset Data.FuzzySet.Internal

    No documentation available.

  6. data FuzzySetItem

    fuzzyset Data.FuzzySet.Internal

    No documentation available.

  7. FuzzySetItem :: Double -> Text -> FuzzySetItem

    fuzzyset Data.FuzzySet.Internal

    No documentation available.

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

    fuzzyset Data.FuzzySet.Internal

    No documentation available.

  9. data FuzzySet

    fuzzyset Data.FuzzySet.Simple

    Main fuzzy string set data type.

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

Page 187 of many | Previous | Next