| No other cites to report in MarkB_generic | |
| int_ptn | Def int_ptn(l) == Case(l) Case ptn_int(a) = > true |
| Thm* | |
| case_default | Def Default = > body(value,value) == body |
| case_ptn_int | Def Case ptn_int(x) = > body(x) cont(x1,z) == ( |
| case | Def Case(value) body == body(value,value) |
| hd | Def hd(l) == Case of l; nil |
| Thm* | |
| Thm* | |
| tl | Def tl(l) == Case of l; nil |
| Thm* | |
| 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: