Definitions StandardLib Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
No other cites to report in StandardLib
case_consDef x::y => body(x;ycont(value,contvalue)
Def == Case of value; nil  cont(contvalue,contvalue) ; hd.tl  body(hd;tl)

Syntax:x::y =>
x::ybody(x;y)
cont
has structure: case_cons(x,y.body(x;y); cont)

About:
list_indapply!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions StandardLib Sections NuprlLIB Doc