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.

  1. data ((f :: k -> Type) :+: (g :: k -> Type)) (p :: k)

    barbies Barbies.Internal

    Sums: encode choice between constructors

  2. (<+>) :: ArrowPlus a => a b c -> a b c -> a b c

    base-prelude BasePrelude

    An associative operation with identity zeroArrow.

  3. (:+) :: a -> a -> Complex a

    base-prelude BasePrelude.DataTypes

    forms a complex number from its real and imaginary rectangular components.

  4. (~+) :: (Unbox a, Fractional a) => BernsteinPoly a -> BernsteinPoly a -> BernsteinPoly a

    cubicbezier Math.BernsteinPoly

    Sum two bernstein polynomials. The final degree will be the maximum of either degrees.

  5. (!++) :: forall (es :: [Effect]) (es' :: [Effect]) (f :: Type -> Type) a r . KnownLength es => (Union es f a -> r) -> (Union es' f a -> r) -> Union (es ++ es') f a -> r

    data-effects-core Data.Effect.OpenUnion

    No documentation available.

  6. data ((f :: Type -> Type -> Type -> Type) :+: (g :: Type -> Type -> Type -> Type)) (m :: Type -> Type) k

    fused-effects Control.Algebra

    Higher-order sums are used to combine multiple effects into a signature, typically by chaining on the right.

  7. data ((f :: Type -> Type -> Type -> Type) :+: (g :: Type -> Type -> Type -> Type)) (m :: Type -> Type) k

    fused-effects Control.Effect.Sum

    Higher-order sums are used to combine multiple effects into a signature, typically by chaining on the right.

  8. (<+>) :: (IsString m, Monoid m) => m -> m -> m

    hpqtypes Data.Monoid.Utils

    Infix version of smappend.

  9. (<++>) :: forall (as :: [Type]) (bs :: [Type]) . HVect as -> HVect bs -> HVect (Append as bs)

    hvect Data.HVect

    No documentation available.

  10. (>+>) :: forall (m :: Type -> Type) b' a' a b r _c' c' c . Monad m => (b' -> Proxy a' a b' b m r) -> (_c' -> Proxy b' b c' c m r) -> _c' -> Proxy a' a c' c m r

    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.

Page 53 of many | Previous | Next