• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. (:%&:) :: forall s (t :: s ~> Type) (fst :: s) (sfst :: Sing fst) (snd :: t @@ fst) . Sing ('WrapSing sfst :: WrappedSing fst) -> Sing snd -> SSigma (sfst ':&: snd :: Sigma s t)

    singletons Data.Singletons.Sigma

    No documentation available.

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

    singletons Data.Singletons.Sigma

    No documentation available.

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

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

  5. data a :*: b

    dependent-map Data.Dependent.Map.Internal

    A strict pair.

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

    dependent-map Data.Dependent.Map.Internal

    No documentation available.

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

    relude Relude.List.NonEmpty

    No documentation available.

  8. type (a :: k) ::: (b :: k1) = '(a, b)

    vinyl Data.Vinyl.Derived

    Alias for Field spec

  9. type (f :: l -> Type) :. (g :: k -> l) = Compose f g

    vinyl Data.Vinyl.Functor

    No documentation available.

  10. type (rs :: [k]) :~: (ss :: [k]) = rs ≅ ss

    vinyl Data.Vinyl.Lens

    A non-unicode equivalent of (≅).

Page 13 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete