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

    rio RIO.Vector.Unboxed

    No documentation available.

  2. imapM :: (Monad m, Unbox a, Unbox b) => (Int -> a -> m b) -> Vector a -> m (Vector b)

    rio RIO.Vector.Unboxed

    No documentation available.

  3. imapM_ :: (Monad m, Unbox a) => (Int -> a -> m b) -> Vector a -> m ()

    rio RIO.Vector.Unboxed

    No documentation available.

  4. imapMaybe :: (Unbox a, Unbox b) => (Int -> a -> Maybe b) -> Vector a -> Vector b

    rio RIO.Vector.Unboxed

    No documentation available.

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

    shakespeare Text.Hamlet.RT

    No documentation available.

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

    HTTP Network.HTTP.Headers

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

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

    HTTP Network.Stream

    No documentation available.

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

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

    errors Control.Error.Util

    fmap specialized to Either, given a name symmetric to fmapL

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

Page 495 of many | Previous | Next