• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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.

  1. ElfListCons :: forall (t :: ElfNodeType) (c :: ElfClass) . ElfXX t c -> ElfListXX c -> ElfListXX c

    melf Data.Elf

    No documentation available.

  2. ElfListNull :: forall (c :: ElfClass) . ElfListXX c

    melf Data.Elf

    No documentation available.

  3. data ElfListXX (c :: ElfClass)

    melf Data.Elf

    List of ELF nodes.

  4. parseBList :: (MonadThrow m, Binary (Le a), Binary (Be a)) => ElfData -> ByteString -> m [a]

    melf Data.Elf.Headers

    Parse an array

  5. serializeBList :: (Binary (Le a), Binary (Be a)) => ElfData -> [a] -> ByteString

    melf Data.Elf.Headers

    Serialize an array

  6. ReqSASLList :: OpRequest

    memcache Database.Memcache.Types

    No documentation available.

  7. ResSASLList :: Value -> OpResponse

    memcache Database.Memcache.Types

    No documentation available.

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

    monadology Control.Monad.Ology.Data.Prod

    No documentation available.

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

    monadology Control.Monad.Ology.Data.Prod

    No documentation available.

  10. 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)
    

Page 206 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete