view testbad.fc @ 112:fd23ab2c1a73

Small changes to make profile data a little cleaner
author Mike Pavone <pavone@retrodev.com>
date Mon, 11 Oct 2010 21:53:27 -0400
parents 6a1a7d5cc2d9
children
line wrap: on
line source

B = R(A, L(B, R(C,D)))
C = R(B, R(C, D))
X = L(X, L(A, L(B, R(C,D))))
A = L(X, L(A, L(B, R(C,D))))
E = L(E, L(C, D))
D = R(E, L(C, D))