Changeset 2124
- Timestamp:
- 06/27/08 14:47:59 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ProjectFortress/static_tests/syntax_abstraction/SyntaxTest.fsi
r2123 r2124 38 38 exprs1.addRight(StringLiteralExpr(Fortress.in_text " " is.in_text " " a.in_text b.in_text " " indeed.in_text " " Verys " " c.in_text " ") asif Expr) 39 39 end 40 (* Using LooseJuxt causes some wierd interpeter error of not being able to find 41 * the right overloading to use. 42 *) 40 43 LooseJuxt1(es) 41 (* LooseJuxt1(e mptyList[\Expr\]()) *)44 (* LooseJuxt1(es) *) 42 45 43 46 end
