is mentioned by
Thm* Reverse(Cons(Inj(a);Cons(Inj(b);Inj(c)))) Thm* = Thm* Cons(Cons(Inj(c);Inj(b));Inj(a)) | [sfa_doc_sexpr_reverse_example] |
[sfa_doc_sexpr_size_example] | |
Thm* f:(s1,s2:Sexpr(A)C(Cons(s1;s2))), g:(x:AC(Inj(x))). Thm* (Case of s : Inj(x) g(x) ; Cons(s1;s2) f(s1,s2)) C(s) | [sfa_doc_sexpr_cases_wf] |
[sfa_doc_sexpr_case_thm] | |
Def == Case of e Def == CaInj(x) Inj(x) Def == CaCons(s1;s2) Cons(Reverse(s2);Reverse(s1)) Def (recursive) | [sfa_doc_sexpr_reverse] |
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html