Changeset 2124

Show
Ignore:
Timestamp:
06/27/08 14:47:59 (4 months ago)
Author:
jon
Message:

[syntax] explain why LooseJuxt? was renamed to LooseJuxt?1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ProjectFortress/static_tests/syntax_abstraction/SyntaxTest.fsi

    r2123 r2124  
    3838                                       exprs1.addRight(StringLiteralExpr(Fortress.in_text " " is.in_text " " a.in_text b.in_text " " indeed.in_text " " Verys " " c.in_text " ") asif Expr) 
    3939                                     end 
     40          (* Using LooseJuxt causes some wierd interpeter error of not being able to find 
     41           * the right overloading to use. 
     42           *) 
    4043          LooseJuxt1(es) 
    41           (* LooseJuxt1(emptyList[\Expr\]()) *) 
     44          (* LooseJuxt1(es) *) 
    4245 
    4346        end