Definitions
SUPPORTjlc
Sections
NuprlLIB
Doc
No mentions to report in SUPPORTjlc
case_inl
Def inl(x) = > body(x) cont(value,contvalue) == InjCase(value; x. body(x); _. cont(contvalue,contvalue))
Syntax:
inl(x) = > body(x) cont
has structure:
case_inl(x.body(x); cont)
About:
Definitions
SUPPORTjlc
Sections
NuprlLIB
Doc