Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

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

    product-isomorphic Data.Functor.ProductIsomorphic.Class

    Restricted alternative on products.

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

    product-isomorphic Data.Functor.ProductIsomorphic.Class

    Restricted applicative functor on products.

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

    product-isomorphic Data.Functor.ProductIsomorphic.Class

    Empty element of product operator

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

    product-isomorphic Data.Functor.ProductIsomorphic.Class

    Restricted functor on products.

  5. class ProductConstructor c

    product-isomorphic Data.Functor.ProductIsomorphic.Unsafe

    Define product isomorphic inference rule to specify record constructor

  6. 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.

  7. type family ProductFirst a

    foundation Foundation

    No documentation available.

  8. type family ProductSecond a

    foundation Foundation

    No documentation available.

  9. type family ProductThird a

    foundation Foundation

    No documentation available.

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

    generic-data Generic.Data.Internal.Microsurgery

    Plural of ProductSurgery. Apply a list of microsurgeries.

Page 22 of many | Previous | Next