Changes between Version 7 and Version 8 of AdditionalInterpreterEnvironmentIssues

Show
Ignore:
Timestamp:
05/07/09 13:05:53 (7 months ago)
Author:
sukyoungryu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdditionalInterpreterEnvironmentIssues

    v7 v8  
    4545 * 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 
    4646{{{ 
    47 Traitname⟦TP1,TP2⟧.Methodname(a1:t1,a2:t2,self) 
     47#!fss 
     48Traitname[\TP1,TP2\].Methodname(a1:t1,a2:t2,self) 
    4849}}} 
    4950  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.