Hoogle Search
Within LTS Haskell 24.37 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ElfListCons :: forall (t :: ElfNodeType) (c :: ElfClass) . ElfXX t c -> ElfListXX c -> ElfListXX cmelf Data.Elf No documentation available.
ElfListNull :: forall (c :: ElfClass) . ElfListXX cmelf Data.Elf No documentation available.
data
ElfListXX (c :: ElfClass)melf Data.Elf List of ELF nodes.
parseBList :: (MonadThrow m, Binary (Le a), Binary (Be a)) => ElfData -> ByteString -> m [a]melf Data.Elf.Headers Parse an array
serializeBList :: (Binary (Le a), Binary (Be a)) => ElfData -> [a] -> ByteStringmelf Data.Elf.Headers Serialize an array
-
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)