concept
active
concept:applicative-homomorphismApplicative Homomorphism
Neighborhood — ranked by edge-count
Communities (1)
community
- Compositional Semanticsmembers_of
Concepts (1)
concept
- Semantic Type Class Morphism (TCM)associated_with
Related by similarity (8)
cosine ≥ 0.65 · no typed edgeEntities in the same semantic neighborhood but without a typed relation to this one — candidates for new edges or unrecognized duplicates.
- The property that the denotation function distributes over class operations, ensuring the semantics respects the algebraic structure.
- Denotation acts as algebraic homomorphism, making implementations correct-by-construction when they satisfy this property
- Type class for computations with multiple effects; Image instantiated with pure and <*> pointwise operations.
- The desired property of a bidirectional, behavior-preserving mapping between model representations; the goal MAS pursues.
- µ is an applicative homomorphism: µ(pure a) = pure a and µ(imf <*> imx) = µ imf <*> µ imx.claim0.747Result for Image applicative specification.