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