IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def i
j == 
j<
i
is mentioned by
Def f{m..n } == if n m nil else f(m).f{(m+1)..n } fi (recursive) | [listify] |
Def as\[i]
Def == if i 0 tl(as) else Case of as; nil nil ; a'.as' a'.as'\[i-1] fi
Def (recursive) | [reject] |
Def nth_tl(n;as) == if n 0 as else nth_tl(n-1;tl(as)) fi (recursive) | [nth_tl] |
In prior sections:
bool 1
int 2
Try larger context:
StandardLIB
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html