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

Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. unsafeSet :: forall a (m :: Nat) (n :: Nat) . a -> (Int, Int) -> Matrix m n a -> Matrix m n a

    matrix-static Data.Matrix.Static

    Unsafe variant of setElem, without bounds checking.

  2. pOffset :: SegmentXX (c :: ElfClass) -> WordXX c

    melf Data.Elf.Headers

    Offset in file

  3. relaOffset :: RelaXX (c :: ElfClass) -> WordXX c

    melf Data.Elf.Headers

    Address of reference

  4. sOffset :: SectionXX (c :: ElfClass) -> WordXX c

    melf Data.Elf.Headers

    Offset in file

  5. ReqSet :: Q -> Key -> Value -> SESet -> OpRequest

    memcache Database.Memcache.Types

    No documentation available.

  6. ResSet :: Q -> OpResponse

    memcache Database.Memcache.Types

    No documentation available.

  7. data SESet

    memcache Database.Memcache.Types

    No documentation available.

  8. SESet :: Flags -> Expiration -> SESet

    memcache Database.Memcache.Types

    No documentation available.

  9. module Data.MonoidMap.Examples.MultiSet

    A multiset type, implemented in terms of MonoidMap. See: https://en.wikipedia.org/wiki/Multiset

  10. isSubsetOf :: Ord a => MultiSet a -> MultiSet a -> Bool

    monoidmap-examples Data.MonoidMap.Examples.MultiSet

    No documentation available.

Page 198 of many | Previous | Next

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