WhoCites
Definitions
prog
1
Sections
StandardLIB
Search
Doc
IF YOU CAN SEE THIS go to http://www.cs.cornell.edu/Info/People/sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites case
inr?
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 http://www.cs.cornell.edu/Info/People/sfa/Nuprl/Shared/Xindentation_hack_doc.html
WhoCites
Definitions
prog
1
Sections
StandardLIB
Search
Doc