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.
class ProductIsoFunctor f =>
ProductIsoApplicative (f :: Type -> Type)product-isomorphic Data.Functor.ProductIsomorphic.Class Restricted applicative functor on products.
class ProductIsoApplicative f =>
ProductIsoEmpty (f :: Type -> Type) eproduct-isomorphic Data.Functor.ProductIsomorphic.Class Empty element of product operator
class
ProductIsoFunctor (f :: Type -> Type)product-isomorphic Data.Functor.ProductIsomorphic.Class Restricted functor on products.
-
product-isomorphic Data.Functor.ProductIsomorphic.Unsafe Define product isomorphic inference rule to specify record constructor
ProductTypeDef :: [(Text, Type)] -> TypeDefdomain-core DomainCore.Model Product. Think of it as a record. Carries a list of associations of field names with types.
-
foundation Foundation No documentation available.
-
foundation Foundation No documentation available.
-
foundation Foundation No documentation available.
type
ProductSurgeries (s :: [Type]) a = ProductSurgery Cat s ageneric-data Generic.Data.Internal.Microsurgery Plural of ProductSurgery. Apply a list of microsurgeries.
type
ProductSurgery s a = GenericProduct Surgery' s ageneric-data Generic.Data.Internal.Microsurgery Apply a microsurgery s to a type a for DerivingVia for the Monoid class.