rec { one = 1; two = one + 1; three = two + 1; } # failing counter-example #{ # one = 1; # two = one + 1; # three = two + 1; #}