Difference between revisions of "Table/Representable Closure"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
! Abstraction types !! Symbolic representation !! Description | ! Abstraction types !! Symbolic representation !! Description | ||
|- | |- | ||
| Variable ([[alpha-conversion|<math>\alpha</math>-conversion]])|| [[Naming | | Variable ([[alpha-conversion|<math>\alpha</math>-conversion]])|| [[Naming abstraction]] || A set or collection of unique identifiers. | ||
|- | |- | ||
| Substitution ([[beta-reduction|<math>\beta</math>-reduction]])|| [[ | | Substitution ([[beta-reduction|<math>\beta</math>-reduction]])|| [[Function evaluation]]s || A template or executable function that can be reused in multiple contexts. | ||
|- | |- | ||
| Composition ([[eta-reduction|<math>\eta</math>-reduction]])|| [[ | | Composition ([[eta-reduction|<math>\eta</math>-reduction]])|| [[Function composition]] || The sequential/structural arrangements of known representable data. | ||
|} | |} |
Revision as of 04:05, 20 May 2022
Abstraction types | Symbolic representation | Description |
---|---|---|
Variable (-conversion) | Naming abstraction | A set or collection of unique identifiers. |
Substitution (-reduction) | Function evaluations | A template or executable function that can be reused in multiple contexts. |
Composition (-reduction) | Function composition | The sequential/structural arrangements of known representable data. |