STR-164: Let: support rule syntax
————————
module foo
strategiesmain =
let Foo : 1 -> 2in <Foo> 1 => 2 end
martin@logistico:~> strc -i foo.str
Submitted on 3 September 2004 at 13:36
compiling foo.str
error: operator Foo/(0,0) undefined
compilation failed (0.44 secs)
————————
Log in to post comments