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.

  1. toIntSet :: [Int] -> IntSet

    discrimination Data.Discrimination

    O(n). Construct an IntSet in linear time. This is an asymptotically faster version of fromList, which exploits ordered discrimination.

  2. toSet :: Sorting k => [k] -> Set k

    discrimination Data.Discrimination

    O(n). Construct a Set in linear time. This is an asymptotically faster version of fromList, which exploits ordered discrimination.

  3. updateSet :: [Int] -> Int -> [Int]

    discrimination Data.Discrimination.Internal

    No documentation available.

  4. sortingSet :: Foldable f => Sort k -> Sort (f k)

    discrimination Data.Discrimination.Sorting

    Construct a stable ordered discriminator that sorts a list as sets of elements from another stable ordered discriminator. The resulting discriminator only cares about the set of keys, and is sorted as if we'd sorted each key in turn before comparing.

  5. toIntSet :: [Int] -> IntSet

    discrimination Data.Discrimination.Sorting

    O(n). Construct an IntSet in linear time. This is an asymptotically faster version of fromList, which exploits ordered discrimination.

  6. toSet :: Sorting k => [k] -> Set k

    discrimination Data.Discrimination.Sorting

    O(n). Construct a Set in linear time. This is an asymptotically faster version of fromList, which exploits ordered discrimination.

  7. elfRelOffset :: ElfRel -> Word64

    elf Data.Elf

    No documentation available.

  8. appendSetFocusFL :: FocusList a -> a -> FocusList a

    focuslist Data.FocusList

    A combination of appendFL and setFocusFL.

    >>> let Just fl = fromListFL (Focus 1) ["hello", "bye", "tree"]
    
    >>> appendSetFocusFL fl "pie"
    FocusList (Focus 3) ["hello","bye","tree","pie"]
    
    The Focus will always be updated after calling appendSetFocusFL.
    getFocusFL (appendSetFocusFL fl a) > getFocusFL fl
    
    complexity: O(log n) where n is the length of the FocusList.

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

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

    fuzzy-time Data.FuzzyTime.Resolve

    No documentation available.

Page 185 of many | Previous | Next