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

  2. data a :*: b

    dependent-map Data.Dependent.Map.Internal

    A strict pair.

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

    dependent-map Data.Dependent.Map.Internal

    No documentation available.

  4. (:<) :: a -> s a -> ViewL (s :: Type -> Type) a

    fingertree Data.FingerTree

    leftmost element and the rest of the sequence

  5. (:>) :: s a -> a -> ViewR (s :: Type -> Type) a

    fingertree Data.FingerTree

    the sequence minus the rightmost element, and the rightmost element

  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