Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. (:&:) :: forall s (a :: s ~> Type) (fst :: s) . Sing fst -> (a @@ fst) -> Sigma s a

    singletons Data.Singletons.Sigma

    No documentation available.

  2. newtype ((f :: l -> Type) :.: (g :: k -> l)) (p :: k)

    sop-core Data.SOP

    Composition of functors. Like Compose, but kind-polymorphic and with a shorter name.

  3. newtype ((f :: l -> Type) :.: (g :: k -> l)) (p :: k)

    sop-core Data.SOP.BasicFunctors

    Composition of functors. Like Compose, but kind-polymorphic and with a shorter name.

  4. data a :*: b

    dependent-map Data.Dependent.Map.Internal

    A strict pair.

  5. (:*:) :: a -> b -> (:*:) a b

    dependent-map Data.Dependent.Map.Internal

    No documentation available.

  6. newtype ((f :: l -> Type) :.: (g :: k -> l)) (p :: k)

    generics-sop Generics.SOP

    Composition of functors. Like Compose, but kind-polymorphic and with a shorter name.

  7. (:|) :: a -> [a] -> NonEmpty a

    relude Relude.List.NonEmpty

    No documentation available.

  8. data u :-: v

    diagrams-core Diagrams.Core

    (v1 :-: v2) is a linear map paired with its inverse.

  9. data u :-: v

    diagrams-core Diagrams.Core.Transform

    (v1 :-: v2) is a linear map paired with its inverse.

  10. (:-:) :: (u -> v) -> (v -> u) -> (:-:) u v

    diagrams-core Diagrams.Core.Transform

    No documentation available.

Page 13 of many | Previous | Next