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. sMapM_ :: forall a (m :: Type -> Type) b (t1 :: Type -> Type) (t2 :: a ~> m b) (t3 :: t1 a) . (SFoldable t1, SMonad m) => Sing t2 -> Sing t3 -> Sing (Apply (Apply (MapM_Sym0 :: TyFun (a ~> m b) (t1 a ~> m ()) -> Type) t2) t3)

    singletons-base Prelude.Singletons

    No documentation available.

  2. sMappend :: forall (t1 :: a) (t2 :: a) . SMonoid a => Sing t1 -> Sing t2 -> Sing (Apply (Apply (MappendSym0 :: TyFun a (a ~> a) -> Type) t1) t2)

    singletons-base Prelude.Singletons

    No documentation available.

  3. rspBodyMap :: (StreamProc -> StreamProc) -> ResponseBody -> ResponseBody

    snap-core Snap.Internal.Core

    No documentation available.

  4. statusReasonMap :: IntMap ByteString

    snap-core Snap.Internal.Core

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

  5. rspBodyMap :: (StreamProc -> StreamProc) -> ResponseBody -> ResponseBody

    snap-core Snap.Internal.Http.Types

    No documentation available.

  6. statusReasonMap :: IntMap ByteString

    snap-core Snap.Internal.Http.Types

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

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

    snap-core Snap.Internal.Util.FileServe

    A type alias for dynamic handlers

  8. type MimeMap = HashMap FilePath ByteString

    snap-core Snap.Internal.Util.FileServe

    A type alias for MIME type

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

    snap-core Snap.Util.FileServe

    A type alias for dynamic handlers

  10. type MimeMap = HashMap FilePath ByteString

    snap-core Snap.Util.FileServe

    A type alias for MIME type

Page 535 of many | Previous | Next