Wiki

Changes between Version 2 and Version 3 of MixIn

Show
Ignore:
Timestamp:
03/01/09 08:56:03 (15 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MixIn

    v2 v3  
    11= Mixins = 
     2 
     3== Introduction == 
     4 
     5To be done. In the mean time, see the [http://cobra-language.com/forums/viewtopic.php?f=4&t=306 discussion thread]. 
    26 
    37== Compared to Extensions == 
     
    1620 * Mixins cannot inherit from other types. 
    1721 * Mixins cannot implement interfaces. 
    18  * Mixins cannod add other mixins. 
     22 * Mixins cannot add other mixins. 
    1923 * Mixins cannot declare generic parameters. 
    2024 * Mixins cannot add invariants.