OLD | NEW |
1 > bar | 1 > bar |
2 analyze(bar) = st:bar <BAR <ZERO>> | 2 analyze(bar) = st:bar <BAR <ZERO>> |
3 analyze(bar) = st:bar <BAR > | 3 analyze(bar) = st:bar <BAR > |
4 analyze(bar) = st:bar <BAR <ZERODERIV> <ZERO>> | 4 analyze(bar) = st:bar <BAR <ZERODERIV> <ZERO>> |
5 analyze(bar) = st:bar <BAR <ZERODERIV> > | 5 analyze(bar) = st:bar <BAR <ZERODERIV> > |
6 stem(bar) = bar | 6 stem(bar) = bar |
7 > foo | 7 > foo |
8 analyze(foo) = st:foo <FOO > | 8 analyze(foo) = st:foo <FOO > |
9 stem(foo) = foo | 9 stem(foo) = foo |
10 > barbaz | 10 > barbaz |
11 analyze(barbaz) = st:bar <BAR <DERIV> <ZERO>> | 11 analyze(barbaz) = st:bar <BAR <DERIV> <ZERO>> |
12 analyze(barbaz) = st:bar <BAR <DERIV> > | 12 analyze(barbaz) = st:bar <BAR <DERIV> > |
13 stem(barbaz) = bar | 13 stem(barbaz) = bar |
OLD | NEW |