• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. imap :: (Storable a, Storable b) => (Int -> a -> b) -> Vector a -> Vector b

    rio RIO.Vector.Storable

    No documentation available.

  2. imapMaybe :: (Storable a, Storable b) => (Int -> a -> Maybe b) -> Vector a -> Vector b

    rio RIO.Vector.Storable

    No documentation available.

  3. concatMap :: (Unbox a, Unbox b) => (a -> Vector b) -> Vector a -> Vector b

    rio RIO.Vector.Unboxed

    No documentation available.

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

    rio RIO.Vector.Unboxed

    No documentation available.

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

    rio RIO.Vector.Unboxed

    No documentation available.

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

    rio RIO.Vector.Unboxed

    No documentation available.

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

    rio RIO.Vector.Unboxed

    No documentation available.

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

    shakespeare Text.Hamlet.RT

    No documentation available.

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

    HTTP Network.HTTP.Headers

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

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

    HTTP Network.Stream

    No documentation available.

Page 495 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete