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. type family FoldMapSym2 (a6989586621680407238 :: a ~> m) (a6989586621680407239 :: t a) :: m

    singletons-base Prelude.Singletons

    No documentation available.

  2. sConcatMap :: forall a b (t1 :: Type -> Type) (t2 :: a ~> [b]) (t3 :: t1 a) . SFoldable t1 => Sing t2 -> Sing t3 -> Sing (Apply (Apply (ConcatMapSym0 :: TyFun (a ~> [b]) (t1 a ~> [b]) -> Type) t2) t3)

    singletons-base Prelude.Singletons

    No documentation available.

  3. sFmap :: forall a b (t1 :: a ~> b) (t2 :: f a) . SFunctor f => Sing t1 -> Sing t2 -> Sing (Apply (Apply (FmapSym0 :: TyFun (a ~> b) (f a ~> f b) -> Type) t1) t2)

    singletons-base Prelude.Singletons

    No documentation available.

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

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

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

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

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

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

    snap-core Snap.Internal.Core

    No documentation available.

  10. statusReasonMap :: IntMap ByteString

    snap-core Snap.Internal.Core

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

Page 534 of many | Previous | Next