This just compiles:
————————
module foo
imports libstrategolib
strategies

main =
{| B: bar |}

bar =
rules(A : 1 -> 2)
————————

An error would be useful here. At least, a warning …

Submitted on 1 March 2006 at 19:50

On 15 June 2006 at 22:42 Jira commented:

STR-526, martin:
I was just hit by a bug related to this again. We really need to fix this.


On 28 January 2013 at 14:45 Eelco Visser removed tag 0.18M4

On 28 January 2013 at 14:45 Eelco Visser tagged interesting

Log in to post comments