Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data SumType (lang :: Language)

    purescript-bridge Language.PureScript.Bridge.SumType

    Generic representation of your Haskell types.

  2. SumType :: TypeInfo lang -> [DataConstructor lang] -> [Instance] -> SumType (lang :: Language)

    purescript-bridge Language.PureScript.Bridge.SumType

    No documentation available.

  3. data SumEncoding

    safe-json Data.Aeson.Safe

    Specifies how to encode constructors of a sum datatype.

  4. module Data.TypeRig.Summable

    No documentation available.

  5. class Invariant f => Summable (f :: Type -> Type)

    type-rig Data.TypeRig.Summable

    Composability via type sum Either and empty type Void.

  6. Sum3Rand :: UnaryOp

    vivid-supercollider Vivid.SC.SynthDef.Types

    No documentation available.

  7. SumSqr :: BinaryOp

    vivid-supercollider Vivid.SC.SynthDef.Types

    a * a + b * b

  8. type family SumObjects (k :: Type -> Type -> Type) a b

    constrained-categories Control.Category.Constrained.Prelude

    No documentation available.

  9. class (CoCartesian r, Cartesian t, Functor f r t, Object t f ZeroObject r) => SumToProduct (f :: Type -> Type) (r :: Type -> Type -> Type) (t :: Type -> Type -> Type)

    constrained-categories Control.Category.Constrained.Prelude

    It is fairly common for functors (typically, container-like) to map Either to tuples in a natural way, thus "separating the variants". This is related to Foldable (with list and tuple monoids), but rather more effective.

  10. class (CoCartesian r, Cartesian t, Functor f r t, Object t f ZeroObject r) => SumToProduct (f :: Type -> Type) (r :: Type -> Type -> Type) (t :: Type -> Type -> Type)

    constrained-categories Control.Functor.Constrained

    It is fairly common for functors (typically, container-like) to map Either to tuples in a natural way, thus "separating the variants". This is related to Foldable (with list and tuple monoids), but rather more effective.

Page 33 of many | Previous | Next