WhoCites
Definitions
prog
1
Sections
StandardLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites case
nil?
case_nil
Def [] =>
body
cont
(
value
,
contvalue
)
Def
== Case of
value
; nil
body
;
hd
.
tl
cont
(
contvalue
,
contvalue
)
Syntax:
[] =>
[] =
body
cont
has structure:
case_nil(
body
;
cont
)
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
WhoCites
Definitions
prog
1
Sections
StandardLIB
Doc