Hoogle Search

Within LTS Haskell 24.5 (ghc-9.10.2)

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

  1. package monoid-map

    A monoidal map with the right group instance Newtype wrapper around Data.Map.Monoidal.MonoidalMap that has a correct Group instance. The Group instance for Data.MonoidMap has a unique neutral element, as compared to Data.Map.Monoidal.MonoidalMap.

  2. monoidMap :: (Ord k, DecidablyEmpty v) => MonoidalMap k v -> MonoidMap k v

    monoid-map Data.MonoidMap

    Convert a MonoidalMap into a MonoidMap

  3. package monoidmap-quickcheck

    QuickCheck support for monoidmap. QuickCheck support for the monoidmap package.

  4. monoidSort :: (Monoid a, Ord a) => [a] -> [a]

    sort Data.Sort

    Sort the list, agregating duplicates with the monoid.

  5. monoidSortAssocs :: (Monoid a, Ord k) => [(k, a)] -> [(k, a)]

    sort Data.Sort

    Sort the list of associations, aggregating duplicates with the monoid.

  6. monoidSortAssocsBy :: Monoid a => (k -> k -> Ordering) -> [(k, a)] -> [(k, a)]

    sort Data.Sort

    Sort the list of associations, aggregating duplicates with the monoid and ordering the keys with the argument compare function.

  7. monoidSortBy :: Monoid a => (a -> a -> Ordering) -> [a] -> [a]

    sort Data.Sort

    Sort the list, agregating duplicates with the monoid and ordering the keys with the argument compare function.

  8. monoidSortOn :: (Monoid a, Ord k) => (a -> k) -> [a] -> [a]

    sort Data.Sort

    Sort the list, agregating duplicates with the monoid and ordering the elements by the items generated by the argument function.

  9. WrapMonoid :: m -> WrappedMonoid m

    base Data.Semigroup

    No documentation available.

  10. newtype WrappedMonoid m

    base Data.Semigroup

    Provide a Semigroup for an arbitrary Monoid. NOTE: This is not needed anymore since Semigroup became a superclass of Monoid in base-4.11 and this newtype be deprecated at some point in the future.

Page 17 of many | Previous | Next