Changeset 3919 for trunk/Library/Generator22D.fsi
- Timestamp:
- 07/03/09 00:18:48 (5 months ago)
- Files:
-
- 1 modified
-
trunk/Library/Generator22D.fsi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Library/Generator22D.fsi
r3917 r3919 79 79 rects[\ E, nat b0, nat s0, nat b1, nat s1 \](g : Array2[\E, b0, s0, b1, s1\]) : Rects[\E, b0, s0, b1, s1\] 80 80 81 trait AbideWith[\T\] end 82 83 trait SomeMSS2DTuple[\T\] end 84 85 mssBody[\T\](v:T) : SomeMSS2DTuple[\T\] 86 87 object MSS2DReductionAbove[\T\](op, ot) extends { AssociativeReduction[\SomeMSS2DTuple[\T\]\], AbideWith[\MSS2DReductionBeside[\T\]\] } 88 getter asString(): String 89 simpleJoin(x: SomeMSS2DTuple[\T\], y: SomeMSS2DTuple[\T\]): SomeMSS2DTuple[\T\] 81 90 end 91 92 object MSS2DReductionBeside[\T\](op, ot) extends { AssociativeReduction[\SomeMSS2DTuple[\T\]\], AbideWith[\MSS2DReductionAbove[\T\]\] } 93 getter asString(): String 94 simpleJoin(x: SomeMSS2DTuple[\T\], y: SomeMSS2DTuple[\T\]): SomeMSS2DTuple[\T\] 95 end 96 97 end

