Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/working/resolver_design.md

    r59f9273 rd14d96a  
    14141414considered if no match was found in the previous class.
    14151415
    1416 Another source of efficiency would be to cache the best given interpretation
    1417 of a subexpression within an environment; this may not be incredibly useful
    1418 for explict parameters (though it may be useful for, e.g. `f( x, x )`, where
    1419 both parameters of `f` have the same type), but should pay some dividends for
    1420 the implicit assertion parameters, especially the otype parameters for the
    1421 argument of a generic type, which will generally be resolved in duplicate for
    1422 (at least) the assignment operator, constructor, copy constructor & destructor
    1423 of the generic type.
    1424 
    14251416## Appendix A: Partial and Total Orders ##
    14261417The `<=` relation on integers is a commonly known _total order_, and
Note: See TracChangeset for help on using the changeset viewer.