Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
data ((f :: k -> Type)
:+: (g :: k -> Type)) (p :: k)barbies Barbies.Internal Sums: encode choice between constructors
(
<+> ) :: ArrowPlus a => a b c -> a b c -> a b cbase-prelude BasePrelude An associative operation with identity zeroArrow.
-
base-prelude BasePrelude.DataTypes forms a complex number from its real and imaginary rectangular components.
(
~+ ) :: (Unbox a, Fractional a) => BernsteinPoly a -> BernsteinPoly a -> BernsteinPoly acubicbezier Math.BernsteinPoly Sum two bernstein polynomials. The final degree will be the maximum of either degrees.
-
data-effects-core Data.Effect.OpenUnion No documentation available.
-
fused-effects Control.Algebra Higher-order sums are used to combine multiple effects into a signature, typically by chaining on the right.
-
fused-effects Control.Effect.Sum Higher-order sums are used to combine multiple effects into a signature, typically by chaining on the right.
(
<+> ) :: (IsString m, Monoid m) => m -> m -> mhpqtypes Data.Monoid.Utils Infix version of smappend.
(
<++> ) :: forall (as :: [Type]) (bs :: [Type]) . HVect as -> HVect bs -> HVect (Append as bs)hvect Data.HVect No documentation available.
-
machines Data.Machine.Pipe Compose two proxies blocked in the middle of responding, creating a new proxy blocked in the middle of responding. (>+>) is the composition operator of the pull category.