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. type family ConcatMap (a1 :: a ~> [b]) (a2 :: t a) :: [b]

    singletons-base Data.Foldable.Singletons

    No documentation available.

  2. data ConcatMapSym0 (a1 :: TyFun a ~> [b] t a ~> [b])

    singletons-base Data.Foldable.Singletons

    No documentation available.

  3. data ConcatMapSym1 (a6989586621680407114 :: a ~> [b]) (b1 :: TyFun t a [b])

    singletons-base Data.Foldable.Singletons

    No documentation available.

  4. type family ConcatMapSym2 (a6989586621680407114 :: a ~> [b]) (a6989586621680407115 :: t a) :: [b]

    singletons-base Data.Foldable.Singletons

    No documentation available.

  5. data FoldMapSym0 (a1 :: TyFun a ~> m t a ~> m)

    singletons-base Data.Foldable.Singletons

    No documentation available.

  6. data FoldMapSym1 (a6989586621680407238 :: a ~> m) (b :: TyFun t a m)

    singletons-base Data.Foldable.Singletons

    No documentation available.

  7. type family FoldMapSym2 (a6989586621680407238 :: a ~> m) (a6989586621680407239 :: t a) :: m

    singletons-base Data.Foldable.Singletons

    No documentation available.

  8. 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 Data.Foldable.Singletons

    No documentation available.

  9. 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 Data.Foldable.Singletons

    No documentation available.

  10. 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 Data.Foldable.Singletons

    No documentation available.

Page 528 of many | Previous | Next