Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

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

    enummapset Data.EnumMap.Strict

    No documentation available.

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

    enummapset Data.EnumMap.Strict

    No documentation available.

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

    enummapset Data.EnumMap.Strict

    No documentation available.

  4. module Data.GenValidity.IntMap

    No documentation available.

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

    genvalidity-containers Data.GenValidity.IntMap

    No documentation available.

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

    genvalidity-containers Data.GenValidity.IntMap

    No documentation available.

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

    genvalidity-containers Data.GenValidity.Map

    No documentation available.

  8. shrinkMapOf :: Ord k => ((k, v) -> [(k, v)]) -> Map k v -> [Map k v]

    genvalidity-containers Data.GenValidity.Map

    No documentation available.

  9. amap :: (a -> b) -> Array i a -> Array i b

    ghc-internal GHC.Internal.Arr

    No documentation available.

  10. ixmap :: (Ix i, Ix j) => (i, i) -> (i -> j) -> Array j e -> Array i e

    ghc-internal GHC.Internal.Arr

    ixmap allows for transformations on array indices. It may be thought of as providing function composition on the right with the mapping that the original array embodies. A similar transformation of array values may be achieved using fmap from the Array instance of the Functor class.

Page 563 of many | Previous | Next