Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
memcache Database.Memcache.Types No documentation available.
ResSASLList :: Value -> OpResponsememcache Database.Memcache.Types No documentation available.
prodListen :: Monad m => Prod m a -> forall r . () => m r -> m (r, a)monadology Control.Monad.Ology.Data.Prod No documentation available.
prodListen_ :: Monad m => Prod m a -> m () -> m amonadology Control.Monad.Ology.Data.Prod No documentation available.
fromList :: MultiMap m k v => [(k, Set v)] -> m k vmonoidmap-examples Data.MonoidMap.Examples.MultiMap Constructs a multimap from a list of key to value set mappings. Removing empty sets from the input list does not affect the result:
fromList ≡ fromList . filter ((/= Set.empty) . snd)
toList :: MultiMap m k v => m k v -> [(k, Set v)]monoidmap-examples Data.MonoidMap.Examples.MultiMap Converts a multimap to a list of key to value-set mappings. Removing empty sets from the output list does not affect the result:
toList ≡ filter ((/= Set.empty) . snd) . toList
The resulting list can be used to reconstruct the original multimap:fromList . toList ≡ id
fromList :: MultiMap m k v => [(k, Set v)] -> m k vmonoidmap-examples Data.MonoidMap.Examples.MultiMap.Class Constructs a multimap from a list of key to value set mappings. Removing empty sets from the input list does not affect the result:
fromList ≡ fromList . filter ((/= Set.empty) . snd)
toList :: MultiMap m k v => m k v -> [(k, Set v)]monoidmap-examples Data.MonoidMap.Examples.MultiMap.Class Converts a multimap to a list of key to value-set mappings. Removing empty sets from the output list does not affect the result:
toList ≡ filter ((/= Set.empty) . snd) . toList
The resulting list can be used to reconstruct the original multimap:fromList . toList ≡ id
fromList :: Ord a => [(a, Natural)] -> MultiSet amonoidmap-examples Data.MonoidMap.Examples.MultiSet No documentation available.
toList :: MultiSet a -> [(a, Natural)]monoidmap-examples Data.MonoidMap.Examples.MultiSet No documentation available.