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. map :: forall s k a b . (a -> b) -> HashMap s k a -> HashMap s k b

    refined-containers Data.HashMap.Refined

    Apply a function to all values in a map. The set of keys remains the same.

  2. map :: forall s k a b . (a -> b) -> HashMap s k a -> HashMap s k b

    refined-containers Data.HashMap.Strict.Refined

    Apply a function to all values in a map. The set of keys remains the same.

  3. map :: forall s a b . (Hashable b, KnownHashSet s a) => (Element s a -> b) -> SomeHashSetWith (MapProof 'Hashed s a b) b

    refined-containers Data.HashSet.Refined

    Apply the given function to each element of the set and collect the results. Note that the resulting set can be smaller.

  4. map :: forall s a b . (a -> b) -> IntMap s a -> IntMap s b

    refined-containers Data.IntMap.Refined

    Apply a function to all values in a map. The set of keys remains the same.

  5. map :: forall s a b . (a -> b) -> IntMap s a -> IntMap s b

    refined-containers Data.IntMap.Strict.Refined

    Apply a function to all values in a map. The set of keys remains the same.

  6. map :: KnownIntSet s => (Element s -> Int) -> SomeIntSetWith (MapProof 'Int s Int Int)

    refined-containers Data.IntSet.Refined

    Apply the given function to each element of the set and collect the results. Note that the resulting set can be smaller.

  7. map :: forall s k a b . (a -> b) -> Map s k a -> Map s k b

    refined-containers Data.Map.Refined

    Apply a function to all values in a map. The set of keys remains the same.

  8. map :: forall s k a b . (a -> b) -> Map s k a -> Map s k b

    refined-containers Data.Map.Strict.Refined

    Apply a function to all values in a map. The set of keys remains the same.

  9. map :: forall s a b . (Ord b, KnownSet s a) => (Element s a -> b) -> SomeSetWith (MapProof 'Regular s a b) b

    refined-containers Data.Set.Refined

    Apply the given function to each element of the set and collect the results. Note that the resulting set can be smaller.

  10. map :: MonadUnliftIO m => (a -> b) -> InputStream a -> m (InputStream b)

    unliftio-streams UnliftIO.Streams.Combinators

    No documentation available.

Page 47 of many | Previous | Next