Changes in doc/working/resolver_design.md [59f9273:d14d96a]
- File:
-
- 1 edited
-
doc/working/resolver_design.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/working/resolver_design.md
r59f9273 rd14d96a 1414 1414 considered if no match was found in the previous class. 1415 1415 1416 Another source of efficiency would be to cache the best given interpretation1417 of a subexpression within an environment; this may not be incredibly useful1418 for explict parameters (though it may be useful for, e.g. `f( x, x )`, where1419 both parameters of `f` have the same type), but should pay some dividends for1420 the implicit assertion parameters, especially the otype parameters for the1421 argument of a generic type, which will generally be resolved in duplicate for1422 (at least) the assignment operator, constructor, copy constructor & destructor1423 of the generic type.1424 1425 1416 ## Appendix A: Partial and Total Orders ## 1426 1417 The `<=` relation on integers is a commonly known _total order_, and
Note:
See TracChangeset
for help on using the changeset viewer.