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. sMapMaybe :: forall a b (t1 :: a ~> Maybe b) (t2 :: [a]) . Sing t1 -> Sing t2 -> Sing (Apply (Apply (MapMaybeSym0 :: TyFun (a ~> Maybe b) ([a] ~> [b]) -> Type) t1) t2)

    singletons-base Data.Maybe.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 Data.Monoid.Singletons

    No documentation available.

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

    singletons-base Data.Singletons.Base.TH

    No documentation available.

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

    singletons-base Data.Singletons.Base.TH

    No documentation available.

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

    singletons-base Data.Singletons.Base.TH

    No documentation available.

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

    singletons-base Data.Singletons.Base.TH

    No documentation available.

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

    singletons-base Data.Singletons.Base.TH

    No documentation available.

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

    singletons-base Data.Singletons.Base.TH

    No documentation available.

  9. 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.Singletons.Base.TH

    No documentation available.

  10. 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.Singletons.Base.TH

    No documentation available.

Page 531 of many | Previous | Next