Stratego/XT JIRA  History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: STR-210
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Martin Bravenboer
Votes: 0
Watchers: 0
Operations

Clone this issue
Create sub-task
If you were logged in you would be able to see more operations.
Stratego/XT

Conc support: conc the Conc arguments in build.

Created: 2004-11-27 09:48   Updated: 2008-03-31 20:39
Component/s: None
Affects Version/s: 0.12
Fix Version/s: 0.16 (Stratego Core Compiler)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Just like Cons and Nil, Conc can be supported by the compiler as a valid representation of a list. For a build this is very easy: just concat the arguments.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order:
Eelco Visser [2005-06-26 15:49]
This has effectively been achieved in the new implementation of desugar-list matching. The consequence is that Conc can no longer be used as a free term constructor.