Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

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

    riak-protobuf Data.Riak.Proto

    No documentation available.

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

    riak-protobuf Data.Riak.Proto

    No documentation available.

  3. 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
    

  4. 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
    

  5. 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.

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

    strict-base-types Data.Maybe.Strict

    Analogous to mapMaybe in Data.Maybe.

  7. 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.

  8. 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.

  9. 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.

  10. mapTuple :: Int -> ExpQ

    tuple-th TupleTH

    Type of the generated expression:

    (a -> b) -> (a, ..) -> (b, ..)
    

Page 354 of many | Previous | Next