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. sFoldMap :: forall a m (t1 :: a ~> m) (t2 :: t a) . (SFoldable t, SMonoid m) => Sing t1 -> Sing t2 -> Sing (Apply (Apply (FoldMapSym0 :: TyFun (a ~> m) (t a ~> m) -> Type) t1) t2)

    singletons-base Prelude.Singletons

    No documentation available.

  2. sMap :: forall a b (t1 :: a ~> b) (t2 :: [a]) . Sing t1 -> Sing t2 -> Sing (Apply (Apply (MapSym0 :: TyFun (a ~> b) ([a] ~> [b]) -> Type) t1) t2)

    singletons-base Prelude.Singletons

    No documentation available.

  3. sMapM :: forall a (m :: Type -> Type) b (t1 :: a ~> m b) (t2 :: t a) . (STraversable t, SMonad m) => Sing t1 -> Sing t2 -> Sing (Apply (Apply (MapMSym0 :: TyFun (a ~> m b) (t a ~> m (t b)) -> Type) t1) t2)

    singletons-base Prelude.Singletons

    No documentation available.

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

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

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

    snap-core Snap.Internal.Core

    No documentation available.

  7. statusReasonMap :: IntMap ByteString

    snap-core Snap.Internal.Core

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

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

    snap-core Snap.Internal.Http.Types

    No documentation available.

  9. statusReasonMap :: IntMap ByteString

    snap-core Snap.Internal.Http.Types

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

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

    snap-core Snap.Internal.Util.FileServe

    A type alias for dynamic handlers

Page 534 of many | Previous | Next