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

Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. enumMapToIntMap :: EnumMap k a -> IntMap a

    enummapset Data.EnumMap.Strict

    Unwrap IntMap.

  2. intMapToEnumMap :: IntMap a -> EnumMap k a

    enummapset Data.EnumMap.Strict

    Wrap IntMap.

  3. isProperSubmapOf :: Eq a => EnumMap k a -> EnumMap k a -> Bool

    enummapset Data.EnumMap.Strict

    No documentation available.

  4. isProperSubmapOfBy :: (a -> b -> Bool) -> EnumMap k a -> EnumMap k b -> Bool

    enummapset Data.EnumMap.Strict

    No documentation available.

  5. isSubmapOf :: Eq a => EnumMap k a -> EnumMap k a -> Bool

    enummapset Data.EnumMap.Strict

    No documentation available.

  6. isSubmapOfBy :: (a -> b -> Bool) -> EnumMap k a -> EnumMap k b -> Bool

    enummapset Data.EnumMap.Strict

    No documentation available.

  7. module Data.GenValidity.IntMap

    No documentation available.

  8. genIntMapOf :: Gen (Int, v) -> Gen (IntMap v)

    genvalidity-containers Data.GenValidity.IntMap

    No documentation available.

  9. shrinkIntMapOf :: ((Int, v) -> [(Int, v)]) -> IntMap v -> [IntMap v]

    genvalidity-containers Data.GenValidity.IntMap

    No documentation available.

  10. genMapOf :: Ord k => Gen (k, v) -> Gen (Map k v)

    genvalidity-containers Data.GenValidity.Map

    No documentation available.

Page 565 of many | Previous | Next

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