Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. mapWithKey :: (Key s k -> 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, together with their corresponding keys, that are proven to be in the map. The set of keys remains the same.

  2. mapOp :: (Functor f, HasField s "mapOp" a) => LensLike' f s a

    riak-protobuf Data.Riak.Proto

    No documentation available.

  3. mapValue :: (Functor f, HasField s "mapValue" a) => LensLike' f s a

    riak-protobuf Data.Riak.Proto

    No documentation available.

  4. mapSelected :: forall (f :: Type -> Type) a c b . Functor f => (a -> c) -> Selection f b a -> Selection f b c

    selections Data.Functor.Selection

    Map over selected values

    mapSelected = fmap
    

  5. mapUnselected :: forall (f :: Type -> Type) b c a . Functor f => (b -> c) -> Selection f b a -> Selection f c a

    selections Data.Functor.Selection

    Map over unselected values

    mapUnselected = first
    

  6. mapException :: (Exception e1, Exception e2, MonadCatch m) => (e1 -> e2) -> m a -> m a

    servant-exceptions-server Servant.Exception.Server

    Catch and rethrow using mapping function f.

  7. mapMaybe :: (a -> Maybe b) -> [a] -> [b]

    strict-base-types Data.Maybe.Strict

    Analogous to mapMaybe in Data.Maybe.

  8. mapAffix :: (String -> String) -> (String -> String) -> Formatted a -> Formatted a

    table-layout Text.Layout.Table.Cell.Formatted

    Map over the formatting directives of a formatted value.

  9. mapRowGroupColumns :: [(b, a -> b)] -> RowGroup a -> [[b]]

    table-layout Text.Layout.Table.Spec.RowGroup

    Map each column with the corresponding function and replace empty inputs with the given value.

  10. mapEitherT :: (m (Either x a) -> n (Either y b)) -> EitherT x m a -> EitherT y n b

    transformers-either Control.Monad.Trans.Either

    No documentation available.

Page 393 of many | Previous | Next