Definitions MarkB generic Sections NuprlLIB Doc

No other cites to report in MarkB_generic
var_ptnDef var_ptn(l) == Case(l) Case ptn_var(v) = > true Default = > false
Thm* L:Pattern. var_ptn(L)
case_default Def Default = > body(value,value) == body
case_ptn_var Def Case ptn_var(x) = > body(x) cont(x1,z) == (x1.inr(x2) = > (x1.inr(x2) = > (x1.inl(x2) = > body(hd([x2 / tl(x1)])) cont(hd(x1),z))([x2 / tl(x1)]) cont(hd(x1),z))([x2 / tl(x1)]) cont(hd(x1),z))([x1])
case Def Case(value) body == body(value,value)
hd Def hd(l) == Case of l; nil "?" ; h.t h
Thm* A:Type, l:A List. ||l||1 hd(l) A
Thm* A:Type, l:A List. hd(l) A
tl Def tl(l) == Case of l; nil nil ; h.t t
Thm* A:Type, l:A List. tl(l) A List
case_inl Def inl(x) = > body(x) cont(value,contvalue) == InjCase(value; x. body(x); _. cont(contvalue,contvalue))
case_inr Def inr(x) = > body(x) cont(value,contvalue) == InjCase(value; _. cont(contvalue,contvalue); x. body(x))

About:
listconsconsnillist_ind
boolbfalsebtruenatural_numbertokendecide
lambdaapplyuniversememberimpliesall!abstraction

Definitions MarkB generic Sections NuprlLIB Doc