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 (t1 :: a) (t2 :: NonEmpty a) . Sing t1 -> Sing t2 -> Sing (Apply (Apply ((<|@#@$) :: TyFun a (NonEmpty a ~> NonEmpty a) -> Type) t1) t2)

    singletons-base Data.List.NonEmpty.Singletons

    No documentation available.

  2. (%!!) :: forall a (t1 :: [a]) (t2 :: Natural) . Sing t1 -> Sing t2 -> Sing (Apply (Apply ((!!@#@$) :: TyFun [a] (Natural ~> a) -> Type) t1) t2)

    singletons-base Data.List.Singletons

    No documentation available.

  3. (%++) :: forall a (t1 :: [a]) (t2 :: [a]) . Sing t1 -> Sing t2 -> Sing (Apply (Apply ((++@#@$) :: TyFun [a] ([a] ~> [a]) -> Type) t1) t2)

    singletons-base Data.List.Singletons

    No documentation available.

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

    singletons-base Data.List.Singletons

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

    No documentation available.

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

    singletons-base Data.Ord.Singletons

    No documentation available.

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

    singletons-base Data.Ord.Singletons

    No documentation available.

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

    singletons-base Data.Ord.Singletons

    No documentation available.

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

    singletons-base Data.Semigroup.Singletons

    No documentation available.

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

    singletons-base Data.Singletons.Base.TH

    Conjunction of singletons

Page 11 of many | Previous | Next