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_inr
Def inr(
x
) =>
body
(
x
)
cont
(
value
,
contvalue
)
Def
== InjCase(
value
;
_
.
cont
(
contvalue
,
contvalue
);
x
.
body
(
x
))
Syntax:
inr(
x
) =>
inr(
body
(
x
)
cont
has structure:
case_inr(
x
.
body
(
x
);
cont
)
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
StandardLib
Sections
NuprlLIB
Doc