IF YOU CAN SEE THIS go to http://www.cs.cornell.edu/Info/People/sfa/Nuprl/Shared/Xindentation_hack_doc.html
An example of the two step rewrite
(p
p = 2
q
q) to (q
q = 2
p'
p')
and then
(q
q = 2
p'
p') to (p'
p' = 2
q'
q')
would be rewriting
(6
6 = 2
8
8) to (8
8 = 2
3
3)
and then
(8
8 = 2
3
3) to (3
3 = 2
4
4)
(BACK)
About:
IF YOU CAN SEE THIS go to http://www.cs.cornell.edu/Info/People/sfa/Nuprl/Shared/Xindentation_hack_doc.html