Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

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

    HTTP Network.HTTP.Headers

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

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

    HTTP Network.Stream

    No documentation available.

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

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

    errors Control.Error.Util

    fmap specialized to Either, given a name symmetric to fmapL

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

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

    errors Data.EitherR

    Map a function over the Left value of an Either

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

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

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

    hslua-marshalling HsLua.Marshalling.Peekers

    Retrieves a key-value Lua table as Map.

  10. pushMap :: LuaError e => Pusher e a -> Pusher e b -> Pusher e (Map a b)

    hslua-marshalling HsLua.Marshalling.Push

    Push Map as default key-value Lua table.

Page 497 of many | Previous | Next