``` #subruledef Foo { add => 0`1 sub => 1`1 } #ruledef Bar { {f:Foo}d => f`1 } subd addd ``` matches `subd`, but not `addd` on 0.13.5, but does seem to work on 0.13.4