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

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

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

  4. data FmapSym0 (a1 :: TyFun a ~> b f a ~> f b)

    singletons-base Data.Functor.Singletons

    No documentation available.

  5. data FmapSym1 (a6989586621679356621 :: a ~> b) (b1 :: TyFun f a f b)

    singletons-base Data.Functor.Singletons

    No documentation available.

  6. type family FmapSym2 (a6989586621679356621 :: a ~> b) (a6989586621679356622 :: f a) :: f b

    singletons-base Data.Functor.Singletons

    No documentation available.

  7. 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 Data.Functor.Singletons

    No documentation available.

  8. sMap :: forall a b (t1 :: a ~> b) (t2 :: NonEmpty a) . Sing t1 -> Sing t2 -> Sing (Apply (Apply (MapSym0 :: TyFun (a ~> b) (NonEmpty a ~> NonEmpty b) -> Type) t1) t2)

    singletons-base Data.List.NonEmpty.Singletons

    No documentation available.

  9. type family ConcatMap (a1 :: a ~> [b]) (a2 :: t a) :: [b]

    singletons-base Data.List.Singletons

    No documentation available.

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

    singletons-base Data.List.Singletons

    No documentation available.

Page 529 of many | Previous | Next