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.
(
:*: ) :: f p -> g p -> (:*:) (f :: k -> Type) (g :: k -> Type) (p :: k)base GHC.Generics No documentation available.
data ((f :: k -> Type)
:+: (g :: k -> Type)) (p :: k)base GHC.Generics Sums: encode choice between constructors
newtype ((f :: k2 -> Type)
:.: (g :: k1 -> k2)) (p :: k1)base GHC.Generics Composition of functors
-
base GHC.Real No documentation available.
(
:$$: ) :: ErrorMessage -> ErrorMessage -> ErrorMessagebase GHC.TypeError Stack two pieces of error message on top of each other.
(
:<>: ) :: ErrorMessage -> ErrorMessage -> ErrorMessagebase GHC.TypeError Put two pieces of error message next to each other.
(
:$$: ) :: ErrorMessage -> ErrorMessage -> ErrorMessagebase GHC.TypeLits Stack two pieces of error message on top of each other.
(
:<>: ) :: ErrorMessage -> ErrorMessage -> ErrorMessagebase GHC.TypeLits Put two pieces of error message next to each other.
pattern (
:< ) :: Char -> Text -> Texttext Data.Text Bidirectional pattern synonym for cons (O(n)) and uncons (O(1)), to be used together with Empty.
pattern (
:> ) :: Text -> Char -> Texttext Data.Text Bidirectional pattern synonym for snoc (O(n)) and unsnoc (O(1)) to be used together with Empty.