Lichen

Change of docs/wiki/Representations

926:1429afa1fe50
docs/wiki/Representations int-as-function
     1.1 --- a/docs/wiki/Representations	Wed Jun 23 01:52:42 2021 +0200
     1.2 +++ b/docs/wiki/Representations	Sun Jun 27 19:29:37 2021 +0200
     1.3 @@ -54,12 +54,12 @@
     1.4  obtaining an instance under normal circumstances, instead provides the address
     1.5  of a common integer instance. This instance may then provide instance
     1.6  attributes, whose values will be the same for all integers, or class
     1.7 -attributes through a reference to the integer (`int`) class.
     1.8 +attributes through a reference to the `integer` class.
     1.9  
    1.10 -Each method provided by `int`, when called, will be given the original
    1.11 +Each method provided by `integer`, when called, will be given the original
    1.12  attribute for which the method was obtained as its context. In such methods,
    1.13 -operations on the context via `self` will either involve the propagation of
    1.14 -the attribute to other functions or methods or attribute accesses on `self`,
    1.15 +operations on the context via `self` will either involve the propagation of the
    1.16 +attribute to other functions or methods or attribute accesses on `self`,
    1.17  yielding common instance attributes or class attributes as already described.
    1.18  Only native functions will attempt to interpret the attribute in a different
    1.19  way, decoding the representation, performing arithmetic or logical operations,