STR-148: New dynamic rules: use a more special dummy
I just tried to define a dynamic rule [] -> …, which didn’t work.
Dummies can easily be changed to a MoreUniqueAndVerySillyName. Empty lists are too common.
Submitted on 16 July 2004 at 22:47
Issue Log
On 26 November 2004 at 20:33 Jira commented:
STR-148, martin:
/**
* Test of a dynamic rule with [] lhs
*/
module test66
imports dynamic-rules-refactored
strategiesmain =
define-Var
; define-List; <Foo> [] ; debug(!"Applied: ")
define-Var =
rules(Foo : x -> “Var”)define-List =
rules(Foo : [] -> “List”)
Log in to post comments