Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
(
<+> ) :: Doc ann -> Doc ann -> Doc annnvim-hs Neovim.Classes (x <+> y) concatenates document x and y with a space in between.
>>> "hello" <+> "world" hello world
x <+> y = x <> space <> y
(
.+. ) :: (OperatorContext c, Num a) => Record c a -> Record c a -> Record c arelational-query Database.Relational.Arrow Number operator corresponding SQL + .