Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. (%<*>) :: forall a b (t1 :: f (a ~> b)) (t2 :: f a) . SApplicative f => Sing t1 -> Sing t2 -> Sing (Apply (Apply ((<*>@#@$) :: TyFun (f (a ~> b)) (f a ~> f b) -> Type) t1) t2)

    singletons-base Control.Applicative.Singletons

    No documentation available.

  2. (%<|>) :: forall a (t1 :: f a) (t2 :: f a) . SAlternative f => Sing t1 -> Sing t2 -> Sing (Apply (Apply ((<|>@#@$) :: TyFun (f a) (f a ~> f a) -> Type) t1) t2)

    singletons-base Control.Applicative.Singletons

    No documentation available.

  3. (%<$!>) :: forall a b (m :: Type -> Type) (t1 :: a ~> b) (t2 :: m a) . SMonad m => Sing t1 -> Sing t2 -> Sing (Apply (Apply ((<$!>@#@$) :: TyFun (a ~> b) (m a ~> m b) -> Type) t1) t2)

    singletons-base Control.Monad.Singletons

    No documentation available.

  4. (%<=<) :: forall b (m :: Type -> Type) c a (t1 :: b ~> m c) (t2 :: a ~> m b) (t3 :: a) . SMonad m => Sing t1 -> Sing t2 -> Sing t3 -> Sing (Apply (Apply (Apply ((<=<@#@$) :: TyFun (b ~> m c) ((a ~> m b) ~> (a ~> m c)) -> Type) t1) t2) t3)

    singletons-base Control.Monad.Singletons

    No documentation available.

  5. (%=<<) :: forall a (m :: Type -> Type) b (t1 :: a ~> m b) (t2 :: m a) . SMonad m => Sing t1 -> Sing t2 -> Sing (Apply (Apply ((=<<@#@$) :: TyFun (a ~> m b) (m a ~> m b) -> Type) t1) t2)

    singletons-base Control.Monad.Singletons

    No documentation available.

  6. (%>=>) :: forall a (m :: Type -> Type) b c (t1 :: a ~> m b) (t2 :: b ~> m c) (t3 :: a) . SMonad m => Sing t1 -> Sing t2 -> Sing t3 -> Sing (Apply (Apply (Apply ((>=>@#@$) :: TyFun (a ~> m b) ((b ~> m c) ~> (a ~> m c)) -> Type) t1) t2) t3)

    singletons-base Control.Monad.Singletons

    No documentation available.

  7. (%>>) :: forall a b (t1 :: m a) (t2 :: m b) . SMonad m => Sing t1 -> Sing t2 -> Sing (Apply (Apply ((>>@#@$) :: TyFun (m a) (m b ~> m b) -> Type) t1) t2)

    singletons-base Control.Monad.Singletons

    No documentation available.

  8. (%>>=) :: forall a b (t1 :: m a) (t2 :: a ~> m b) . SMonad m => Sing t1 -> Sing t2 -> Sing (Apply (Apply ((>>=@#@$) :: TyFun (m a) ((a ~> m b) ~> m b) -> Type) t1) t2)

    singletons-base Control.Monad.Singletons

    No documentation available.

  9. (%&&) :: forall (a :: Bool) (b :: Bool) . Sing a -> Sing b -> Sing (a && b)

    singletons-base Data.Bool.Singletons

    Conjunction of singletons

  10. (%||) :: forall (a :: Bool) (b :: Bool) . Sing a -> Sing b -> Sing (a || b)

    singletons-base Data.Bool.Singletons

    Disjunction of singletons

Page 9 of many | Previous | Next