| No mentions to report in GenAutomata | |
| var_ptn | Def var_ptn(l) == Case(l) Case ptn_var(v) = > true |
| Thm* | |
| case_default | Def Default = > body(value,value) == body |
| case_ptn_var | Def Case ptn_var(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: