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_union1_term3
Def union1_term3(
x
) =>
body
(
x
)
cont
(
x1
,
z
)
Def
== InjCase(
x1
;
_
.
cont
(
z
,
z
);
x2
.
Def ==
InjCase(
x2
;
_
.
cont
(
z
,
z
);
x2@0
.
body
(
x2@0
)))
Syntax:
union1_term3(
x
) =>
unio
body
(
x
)
cont
has structure:
case_union1_term3(
x
.
body
(
x
);
cont
)
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
StandardLib
Sections
NuprlLIB
Doc