Hoogle Search

Within LTS Haskell 22.18 (ghc-9.6.4)

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

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

    base GHC.Generics

    No documentation available.

  2. data (:+:) (f :: k -> Type) (g :: k -> Type) (p :: k)

    base GHC.Generics

    Sums: encode choice between constructors

  3. newtype (:.:) (f :: k2 -> Type) (g :: k1 -> k2) (p :: k1)

    base GHC.Generics

    Composition of functors

  4. (:%) :: a -> a -> Ratio a

    base GHC.Real

    No documentation available.

  5. (:$$:) :: ErrorMessage -> ErrorMessage -> ErrorMessage

    base GHC.TypeError

    Stack two pieces of error message on top of each other.

  6. (:<>:) :: ErrorMessage -> ErrorMessage -> ErrorMessage

    base GHC.TypeError

    Put two pieces of error message next to each other.

  7. (:$$:) :: ErrorMessage -> ErrorMessage -> ErrorMessage

    base GHC.TypeLits

    Stack two pieces of error message on top of each other.

  8. (:<>:) :: ErrorMessage -> ErrorMessage -> ErrorMessage

    base GHC.TypeLits

    Put two pieces of error message next to each other.

  9. (:*:) :: a -> b -> PairS a b

    text Data.Text.Internal.Fusion.Types

    No documentation available.

  10. (:<) :: a -> Seq a -> ViewL a

    containers Data.Sequence

    leftmost element and the rest of the sequence

Page 2 of many | Previous | Next