Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
:| ) :: a -> [a] -> NonEmpty arebase Rebase.Prelude No documentation available.
(
:@ ) :: a -> Rendering -> Rendered atrifecta Text.Trifecta.Rendering No documentation available.
(
:^ ) :: a -> Caret -> Careted atrifecta Text.Trifecta.Rendering No documentation available.
(
:~ ) :: a -> Span -> Spanned atrifecta Text.Trifecta.Rendering No documentation available.
(
:+ ) :: Integer -> Integer -> EisensteinIntegerarithmoi Math.NumberTheory.Quadratic.EisensteinIntegers No documentation available.
(
:+ ) :: Integer -> Integer -> GaussianIntegerarithmoi Math.NumberTheory.Quadratic.GaussianIntegers No documentation available.
data ((f :: k -> Type)
:*: (g :: k -> Type)) (p :: k)barbies Barbies.Internal Products: encode multiple arguments to constructors
(
:*: ) :: f p -> g p -> (:*:) (f :: k -> Type) (g :: k -> Type) (p :: k)barbies Barbies.Internal No documentation available.
data ((f :: k -> Type)
:+: (g :: k -> Type)) (p :: k)barbies Barbies.Internal Sums: encode choice between constructors
newtype ((f :: k2 -> Type)
:.: (g :: k1 -> k2)) (p :: k1)barbies Barbies.Internal Composition of functors