Changes between Version 51 and Version 52 of Ticket #4138
- Timestamp:
- 2017-10-04T16:08:48Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4138 – Description
v51 v52 27 27 This needs support from constant/function evaluation and expression simplification. It can be implemented after typing together with handling of component bindings. 28 28 29 Inner/Outer (Adrian) :: 30 No support for Inner/Outer is implemented at all so far, but the new instance tree structure should make this fairly straightforward. 31 The inner outer can be implemented via addition of alias equations, is a matter of lookup of the inner component and prefixing. 29 Inner/Outer (Per) 90% :: 30 Inner/outer support is implemented, except for checking that outer elements are subtypes of inner. 32 31 33 32 Functions (Per, Adrian, Peter, Mahder) 75%::