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. data a :+ b

    generic-random Generic.Random.Internal.Generic

    Heterogeneous list of generators.

  2. (:+) :: a -> b -> (:+) a b

    generic-random Generic.Random.Internal.Generic

    No documentation available.

  3. data a :| b

    generic-random Generic.Random.Internal.Generic

    No documentation available.

  4. pattern (:->) :: Type -> Type -> Type

    polysemy Polysemy.Internal.TH.Common

    Pattern constructing function type and matching on one that may contain type annotations on arrow itself.

  5. data a :> b

    sandwich Test.Sandwich.Internal

    No documentation available.

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

    sandwich Test.Sandwich.Internal

    No documentation available.

  7. data a :> b

    sandwich Test.Sandwich.Misc

    No documentation available.

  8. (:.) :: Int -> Int -> Ix2

    massiv Data.Massiv.Core.Index

    No documentation available.

  9. (:>) :: Int -> !Ix (n - 1) -> IxN (n :: Nat)

    massiv Data.Massiv.Core.Index

    No documentation available.

  10. data m :+: n

    monoid-extras Data.Monoid.Coproduct

    m :+: n is the coproduct of monoids m and n. Values of type m :+: n consist of alternating lists of m and n values. The empty list is the identity, and composition is list concatenation, with appropriate combining of adjacent elements and removing identities when possible.

Page 18 of many | Previous | Next