perform-task(|nr): 
Match(key, bound, term*@<with(is-list|"Expected a list of terms.")>) -> result
where
	result := <filter(!(key, <id>, bound); task-match)> term*;
	if [] := result then
		fail
		end

The argument to task-match switches bound and term, is this intended or accidental?

Submitted by Danny Groenewegen on 2 May 2013 at 12:28

On 7 May 2013 at 23:02 Guido Wachsmuth commented:

This is accidental and should be fixed.


On 16 June 2013 at 16:15 Gabriël Konat removed tag question

On 16 June 2013 at 16:15 Gabriël Konat tagged error

On 24 July 2013 at 00:27 Guido Wachsmuth commented:

This is solved in the new Rewrite task, which is currently only in a branch, but will end up in master soon.


On 24 July 2013 at 00:27 Guido Wachsmuth closed this issue.

Log in to post comments