Changeset 2136
- Timestamp:
- 06/30/08 06:19:43 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ProjectFortress/static_tests/syntax_abstraction/SyntaxHelloWorldTemplate.fsi
r2074 r2136 25 25 h:hello Beautiful World 26 26 do 27 StringLiteralExpr(h. val " " Beautiful.val " " World.val)27 StringLiteralExpr(h.in_text " " Beautiful.in_text " " World.in_text) 28 28 end 29 29 | hello a1:Beautiful a2:Beautiful World <[ hello " " a1 " " a2 " " World ]>
