Show
Ignore:
Timestamp:
08/25/08 07:23:17 (15 months ago)
Author:
black
Message:

Next iteration of CordedStrings?, with substring nodes. Comparison of Strings with substring nodes is a work in progress. This commit fixes bugs in the Range comparison code that were impeding that progress

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Library/CordedString.fsi

    r2708 r2739  
    2424  end 
    2525   
     26  trait SubString extends String 
     27    comprises {...} 
     28  end  
     29   
    2630  margin(prefix: String, indent: ZZ32) 
    2731