Difference between revisions of "Table/Representable Closure"
Jump to navigation
Jump to search
Shaohai.guo (talk | contribs) (Grammar) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ A | |+ A Table that Shows Representable Closure in Abstraction types | ||
|- | |- | ||
! Technical Term !! Abstraction types !! Symbolic representation !! Description | ! Technical Term !! Abstraction types !! Symbolic representation !! Description | ||
|- | |- | ||
| [[alpha-conversion|<math>\alpha</math>-conversion]]|| Variable || [[Naming abstraction]] || A collection of symbols(names) that act as unique identifiers. | | [[alpha-conversion|<math>\alpha</math>-conversion]]|| Variable || [[Naming abstraction]] || A collection of symbols (names) that act as unique identifiers. | ||
|- | |- | ||
| [[beta-reduction|<math>\beta</math>-reduction]]|| Substitution rule || [[Function evaluation]]s || A template or executable function that can be reused in multiple contexts. | | [[beta-reduction|<math>\beta</math>-reduction]]|| Substitution rule || [[Function evaluation]]s || A template or executable function that can be reused in multiple contexts. | ||
|- | |- | ||
| [[eta- | | [[eta-composition|<math>\eta</math>-composition]]|| Sequential composition || [[Function composition]] || The sequential/structural arrangements of known representable data. | ||
|} | |} |
Latest revision as of 00:49, 2 December 2022
Technical Term | Abstraction types | Symbolic representation | Description |
---|---|---|---|
-conversion | Variable | Naming abstraction | A collection of symbols (names) that act as unique identifiers. |
-reduction | Substitution rule | Function evaluations | A template or executable function that can be reused in multiple contexts. |
-composition | Sequential composition | Function composition | The sequential/structural arrangements of known representable data. |