view testbad.fc @ 147:f3686f60985d

Sort of working port of framework. Transaction bug seems to be getting in the way. Going to work around, but want the old version in the repo so I can test later.
author Mike Pavone <pavone@retrodev.com>
date Mon, 22 Nov 2010 01:15:02 -0500
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))