WhoCites Definitions mb automata 1 Sections GenAutomata Doc

Who Cites case ts trace?
case_ts_traceDef Case ts_trace(x) = > body(x) cont(x1,z) == (x1.inr(x2) = > (x1.inr(x2) = > (x1.inr(x2) = > (x1.inr(x2) = > body(hd([x2 / tl(x1)])) cont(hd(x1),z)) ([x2 / tl(x1)]) cont (hd(x1) ,z)) ([x2 / tl(x1)]) cont (hd(x1) ,z)) ([x2 / tl(x1)]) cont (hd(x1) ,z)) ([x1])
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_inr Def inr(x) = > body(x) cont(value,contvalue) == InjCase(value; _. cont(contvalue,contvalue); x. body(x))

Syntax:Case ts_trace(x) = > body(x) cont has structure: case_ts_trace(x.body(x); cont)

About:
listconsconsnillist_ind
natural_numbertokendecidelambda
applyuniversememberimpliesall!abstraction

WhoCites Definitions mb automata 1 Sections GenAutomata Doc