Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

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

    singletons-base Data.Singletons.Base.TH

    Conjunction of singletons

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

    singletons-base Data.Singletons.Base.TH

    No documentation available.

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

    singletons-base Data.Singletons.Base.TH

    No documentation available.

  4. (%/=) :: forall (t1 :: a) (t2 :: a) . SEq a => Sing t1 -> Sing t2 -> Sing (Apply (Apply ((/=@#@$) :: TyFun a (a ~> Bool) -> Type) t1) t2)

    singletons-base Data.Singletons.Base.TH

    No documentation available.

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

    singletons-base Data.Singletons.Base.TH

    No documentation available.

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

    singletons-base Data.Singletons.Base.TH

    No documentation available.

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

    singletons-base Data.Singletons.Base.TH

    No documentation available.

  8. (%<*>) :: 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 Data.Singletons.Base.TH

    No documentation available.

  9. (%<=) :: forall (t1 :: a) (t2 :: a) . SOrd a => Sing t1 -> Sing t2 -> Sing (Apply (Apply ((<=@#@$) :: TyFun a (a ~> Bool) -> Type) t1) t2)

    singletons-base Data.Singletons.Base.TH

    No documentation available.

  10. (%<>) :: forall (t1 :: a) (t2 :: a) . SSemigroup a => Sing t1 -> Sing t2 -> Sing (Apply (Apply ((<>@#@$) :: TyFun a (a ~> a) -> Type) t1) t2)

    singletons-base Data.Singletons.Base.TH

    No documentation available.

Page 12 of many | Previous | Next