The names 'outer' and 'inner' make more sense than 'self' and 'with'.
(Also, some formatting and long-string cleanup.)
This commit is contained in:
parent
73812cd3de
commit
b24da1c2e5
11 changed files with 103 additions and 100 deletions
|
@ -529,11 +529,10 @@ type _obj =
|
|||
|
||||
type anon_obj =
|
||||
// New fields and methods, if they exist.
|
||||
|
||||
// with_obj: the original object being extended, if it exists.
|
||||
{fields: option::t[anon_obj_field[]],
|
||||
methods: (@method)[],
|
||||
with_obj: option::t[@expr]};
|
||||
// inner_obj: the original object being extended, if it exists.
|
||||
inner_obj: option::t[@expr]};
|
||||
|
||||
type _mod = {view_items: (@view_item)[], items: (@item)[]};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue