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. imapMaybe :: (Unbox a, Unbox b) => (Int -> a -> Maybe b) -> Vector a -> Vector b

    rio RIO.Vector.Unboxed

    No documentation available.

  2. type HamletMap url = [([String], HamletData url)]

    shakespeare Text.Hamlet.RT

    No documentation available.

  3. headerMap :: [(String, HeaderName)]

    HTTP Network.HTTP.Headers

    headerMap is a straight assoc list for translating between header names and values.

  4. fmapE :: (a -> Result b) -> IO (Result a) -> IO (Result b)

    HTTP Network.Stream

    No documentation available.

  5. bimapExceptT :: forall (m :: Type -> Type) e f a b . Functor m => (e -> f) -> (a -> b) -> ExceptT e m a -> ExceptT f m b

    errors Control.Error.Util

    Transform the left and right value

  6. fmapR :: (a -> b) -> Either l a -> Either l b

    errors Control.Error.Util

    fmap specialized to Either, given a name symmetric to fmapL

  7. fmapRT :: forall (m :: Type -> Type) a b l . Monad m => (a -> b) -> ExceptT l m a -> ExceptT l m b

    errors Control.Error.Util

    fmap specialized to ExceptT, given a name symmetric to fmapLT

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

    errors Data.EitherR

    Map a function over the Left value of an Either

  9. fmapLT :: forall (m :: Type -> Type) a b r . 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

  10. peekMap :: (LuaError e, Ord a) => Peeker e a -> Peeker e b -> Peeker e (Map a b)

    hslua-marshalling HsLua.Marshalling

    Retrieves a key-value Lua table as Map.

Page 496 of many | Previous | Next