• 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. rspBodyMap :: (StreamProc -> StreamProc) -> ResponseBody -> ResponseBody

    snap-core Snap.Internal.Http.Types

    No documentation available.

  2. statusReasonMap :: IntMap ByteString

    snap-core Snap.Internal.Http.Types

    Adapted from: https://www.iana.org/assignments/http-status-codes/http-status-codes.txt

  3. type HandlerMap (m :: Type -> Type) = HashMap FilePath FilePath -> m ()

    snap-core Snap.Internal.Util.FileServe

    A type alias for dynamic handlers

  4. type MimeMap = HashMap FilePath ByteString

    snap-core Snap.Internal.Util.FileServe

    A type alias for MIME type

  5. type HandlerMap (m :: Type -> Type) = HashMap FilePath FilePath -> m ()

    snap-core Snap.Util.FileServe

    A type alias for dynamic handlers

  6. type MimeMap = HashMap FilePath ByteString

    snap-core Snap.Util.FileServe

    A type alias for MIME type

  7. gmapM :: (Uniplate a, Applicative m) => (a -> m a) -> a -> m a

    uniplate Data.Generics.SYB

    gmapM == descendM
    

  8. gmapQ :: Uniplate a => (a -> u) -> a -> [u]

    uniplate Data.Generics.SYB

    Use children

  9. gmapQi :: Uniplate a => Int -> (a -> u) -> a -> u

    uniplate Data.Generics.SYB

    Use children and !!

  10. gmapQl :: Uniplate a => (r -> r' -> r) -> r -> (a -> r') -> a -> r

    uniplate Data.Generics.SYB

    Use children and foldl

Page 535 of many | Previous | Next

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