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

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. type family wrap ::: wrapped

    optparse-generic Options.Generic

    A type family to extract fields wrapped using (<?>)

  2. type (p :: k -> k1 -> Type) :-> (q :: k -> k1 -> Type) = forall (a :: k) (b :: k1) . () => p a b -> q a b

    rebase Rebase.Prelude

    (:->) has a polymorphic kind since 5.6.

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

    rebase Rebase.Prelude

    No documentation available.

  4. (:@) :: a -> Rendering -> Rendered a

    trifecta Text.Trifecta.Rendering

    No documentation available.

  5. (:^) :: a -> Caret -> Careted a

    trifecta Text.Trifecta.Rendering

    No documentation available.

  6. (:~) :: a -> Span -> Spanned a

    trifecta Text.Trifecta.Rendering

    No documentation available.

  7. (:+) :: Integer -> Integer -> EisensteinInteger

    arithmoi Math.NumberTheory.Quadratic.EisensteinIntegers

    No documentation available.

  8. (:+) :: Integer -> Integer -> GaussianInteger

    arithmoi Math.NumberTheory.Quadratic.GaussianIntegers

    No documentation available.

  9. data ((f :: k -> Type) :*: (g :: k -> Type)) (p :: k)

    barbies Barbies.Internal

    Products: encode multiple arguments to constructors

  10. (:*:) :: f p -> g p -> (:*:) (f :: k -> Type) (g :: k -> Type) (p :: k)

    barbies Barbies.Internal

    No documentation available.

Page 33 of many | Previous | Next

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