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.

  1. ReqSASLList :: OpRequest

    memcache Database.Memcache.Types

    No documentation available.

  2. ResSASLList :: Value -> OpResponse

    memcache Database.Memcache.Types

    No documentation available.

  3. prodListen :: Monad m => Prod m a -> forall r . () => m r -> m (r, a)

    monadology Control.Monad.Ology.Data.Prod

    No documentation available.

  4. prodListen_ :: Monad m => Prod m a -> m () -> m a

    monadology Control.Monad.Ology.Data.Prod

    No documentation available.

  5. fromList :: MultiMap m k v => [(k, Set v)] -> m k v

    monoidmap-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)
    

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

  7. fromList :: MultiMap m k v => [(k, Set v)] -> m k v

    monoidmap-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)
    

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

  9. fromList :: Ord a => [(a, Natural)] -> MultiSet a

    monoidmap-examples Data.MonoidMap.Examples.MultiSet

    No documentation available.

  10. toList :: MultiSet a -> [(a, Natural)]

    monoidmap-examples Data.MonoidMap.Examples.MultiSet

    No documentation available.

Page 206 of many | Previous | Next