concept
active
concept:pairPair
A data type of two identical values, with denotational semantics as functions from Bool to a.
Neighborhood — ranked by edge-count
Communities (1)
community
- Functional Reactive Programmingmembers_of
Concepts (3)
concept
- MonoidimplementsStandard algebraic abstraction with identity (ε) and associative binary operation ('); used to specify Image overlay operations.
- Memo Triesassociated_withData structure generalizing Pair and Stream via indexable containers; demonstrates denotational design on memo structures
- indexable containerassociated_withA class of types whose semantics are functions from an index type, enabling reuse of function instances.