WhoCites
Definitions
MarkB
generic
Sections
NuprlLIB
Doc
Who Cites case
inr?
case_inr
Def inr(x) = > body(x) cont(value,contvalue) == InjCase(value; _. cont(contvalue,contvalue); x. body(x))
Syntax:
inr(x) = > body(x) cont
has structure:
case_inr(x.body(x); cont)
About:
WhoCites
Definitions
MarkB
generic
Sections
NuprlLIB
Doc