Hoogle Search

Within LTS Haskell 22.21 (ghc-9.6.5)

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

  1. fmapL :: (a -> b) -> Either a r -> Either b r

    errors Data.EitherR

    Map a function over the Left value of an Either

  2. fmapLT :: Functor m => (a -> b) -> ExceptT a m r -> ExceptT b m r

    errors Data.EitherR

    Map a function over the Left value of an ExceptT

  3. FmapLift :: (x -> a) -> f x -> Aps f a

    ap-normalize ApNormalize.Aps

    No documentation available.

Page 1 of 1