Changes between Version 7 and Version 8 of AdditionalInterpreterEnvironmentIssues
- Timestamp:
- 05/07/09 13:05:53 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdditionalInterpreterEnvironmentIssues
v7 v8 45 45 * In some cases, we need to improvise, and we need to be careful of ambiguity in the presence of preceding package names. Functional methods come to mind -- the obvious way to encode these is 46 46 {{{ 47 Traitname⟦TP1,TP2⟧.Methodname(a1:t1,a2:t2,self) 47 #!fss 48 Traitname[\TP1,TP2\].Methodname(a1:t1,a2:t2,self) 48 49 }}} 49 50 That is the functional method {{{Methodname}}} from of generic trait {{{Traitname}}}. Note that this distinguishes "generic functional methods" from "functional generic methods" in an obvious way.

