IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At:
order split12 1. T : Type
2. R : TTProp
3. a:T. R(a,a)
4. a,b,c:T. R(a,b) R(b,c) R(a,c)
5. x,y:T. R(x,y) R(y,x) x = y 6. x,y:T. Dec(x = y)
7. a : T 8. b : T 9. R(a,b)
10. a = b R(a,b) & R(b,a) a = b