Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. class ProductIsoFunctor f => ProductIsoApplicative (f :: Type -> Type)

    product-isomorphic Data.Functor.ProductIsomorphic.Class

    Restricted applicative functor on products.

  2. class ProductIsoApplicative f => ProductIsoEmpty (f :: Type -> Type) e

    product-isomorphic Data.Functor.ProductIsomorphic.Class

    Empty element of product operator

  3. class ProductIsoFunctor (f :: Type -> Type)

    product-isomorphic Data.Functor.ProductIsomorphic.Class

    Restricted functor on products.

  4. class ProductConstructor c

    product-isomorphic Data.Functor.ProductIsomorphic.Unsafe

    Define product isomorphic inference rule to specify record constructor

  5. ProductTypeDef :: [(Text, Type)] -> TypeDef

    domain-core DomainCore.Model

    Product. Think of it as a record. Carries a list of associations of field names with types.

  6. type family ProductFirst a

    foundation Foundation

    No documentation available.

  7. type family ProductSecond a

    foundation Foundation

    No documentation available.

  8. type family ProductThird a

    foundation Foundation

    No documentation available.

  9. type ProductSurgeries (s :: [Type]) a = ProductSurgery Cat s a

    generic-data Generic.Data.Internal.Microsurgery

    Plural of ProductSurgery. Apply a list of microsurgeries.

  10. type ProductSurgery s a = GenericProduct Surgery' s a

    generic-data Generic.Data.Internal.Microsurgery

    Apply a microsurgery s to a type a for DerivingVia for the Monoid class.

Page 22 of many | Previous | Next