Show
Ignore:
Timestamp:
09/21/09 14:33:40 (2 months ago)
Author:
skilpat
Message:

[desugarer] Added ChainExprDesugarer after type checking. All ChainExprs will be rewritten to operator expressions.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/astgen/Fortress.ast

    r4185 r4191  
    925925                         * e.g.) A SUBSETEQ B SUBSET C SUBSETEQ D 
    926926                         */ 
    927                         ChainExpr(Expr first, List<Link> links); 
     927                        ChainExpr(Expr first, 
     928                                  List<Link> links, 
     929                                  FunctionalRef andOp); 
    928930                        /** 
    929931                         * coercion invocation