Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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. pattern (:<) :: Char -> Text -> Text

    text Data.Text

    Bidirectional pattern synonym for cons (O(n)) and uncons (O(1)), to be used together with Empty.

  10. pattern (:>) :: Text -> Char -> Text

    text Data.Text

    Bidirectional pattern synonym for snoc (O(n)) and unsnoc (O(1)) to be used together with Empty.

Page 2 of many | Previous | Next