Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. fromMap :: IntMap Int -> IntMultiSet

    multiset Data.IntMultiSet

    O(n). Convert an IntMap from elements to occurrences to a multiset.

  2. fromOccurMap :: IntMap Int -> IntMultiSet

    multiset Data.IntMultiSet

    O(1). Convert an IntMap from elements to occurrences to a multiset. Assumes that the IntMap contains only values larger than zero. The precondition (all elements > 0) is not checked.

  3. toMap :: IntMultiSet -> IntMap Int

    multiset Data.IntMultiSet

    O(1). Convert a multiset to an IntMap from elements to number of occurrences.

  4. unionsMap :: (Key -> IntMultiSet) -> IntMultiSet -> IntMultiSet

    multiset Data.IntMultiSet

    O(n). Apply a function to each element, and take the union of the results

  5. concatMap :: Ord b => (a -> [b]) -> MultiSet a -> MultiSet b

    multiset Data.MultiSet

    O(n). Apply a function to each element, and take the union of the results

  6. fromMap :: Map a Occur -> MultiSet a

    multiset Data.MultiSet

    O(n). Convert a Map from elements to occurrences to a multiset.

  7. fromOccurMap :: Map a Occur -> MultiSet a

    multiset Data.MultiSet

    O(1). Convert a Map from elements to occurrences to a multiset. Assumes that the Map contains only values larger than zero. The precondition (all elements > 0) is not checked.

  8. toMap :: MultiSet a -> Map a Occur

    multiset Data.MultiSet

    O(1). Convert a multiset to a Map from elements to number of occurrences.

  9. unionsMap :: Ord b => (a -> MultiSet b) -> MultiSet a -> MultiSet b

    multiset Data.MultiSet

    O(n). Apply a function to each element, and take the union of the results

  10. instrumentMap :: State -> HashMap InstrumentId CaptureInstrument

    opentelemetry-extra OpenTelemetry.EventlogStreaming_Internal

    No documentation available.

Page 1076 of many | Previous | Next