Difference between revisions of "Table/Representable Closure"

From PKC
Jump to navigation Jump to search
(Created page with "{| class="wikitable" |+ A table that represent Representable Closure in Abstraction types |- ! abstraction types !! Symbolic representation !! Description |- | Variable (<math...")
 
(Grammar)
 
(11 intermediate revisions by one other user not shown)
Line 1: Line 1:
{| class="wikitable"
{| class="wikitable"
|+ A table that represent Representable Closure in Abstraction types
|+ A Table that Shows Representable Closure in Abstraction types
|-
|-
! abstraction types !! Symbolic representation !! Description
! Technical Term !! Abstraction types !! Symbolic representation !! Description
|-
|-
| Variable (<math>\alpha</math> conversion)|| [[namespace]] || A web page or a data artifact that can be observed and used directly by a web user.
| [[alpha-conversion|<math>\alpha</math>-conversion]]|| Variable || [[Naming abstraction]] || A collection of symbols (names) that act as unique identifiers.
|-
|-
| Substitution (<math>\beta</math> reduction)|| [[computable function]]s || A template or executable function that can be reused and plugged-in by a defined range of values or data feeds.
| [[beta-reduction|<math>\beta</math>-reduction]]|| Substitution rule || [[Function evaluation]]s || A template or executable function that can be reused in multiple contexts.
|-
|-
| Composition (<math>\eta</math> reduction)|| [[structural relation]]s || The sequential/structural arrangements of known computational resources.
| [[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

A Table that Shows Representable Closure in Abstraction types
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.