oalg-base-3.0.0.0: Algebraic structures on oriented entities and limits as a tool kit to solve algebraic problems.
Copyright(c) Erich Gut
LicenseBSD3
Maintainerzerich.gut@gmail.com
Safe HaskellNone
LanguageHaskell2010

OAlg.Hom.Oriented.Proposition

Description

propositions on homomorphisms between Oriented structures.

Synopsis

Disjunctive Homomorphism

prpHomOriented :: forall (h :: Type -> Type -> Type). (HomOriented h, Show2 h) => X (SomeApplication h) -> Statement Source #

validity according to HomOriented.

Duality

prpDualisableOriented :: forall s (o :: Type -> Type) q x. DualisableOriented s o => q o -> Struct s x -> XOrt x -> Statement Source #

validity according to DualisableOriented.

HomDisj