| Who Cites sm a rename? | |
| sm_a_rename | Def (f o M) == mk_sm(M.da o f, M.ds, M.init, |
| value | Def value(a) == 2of(a) |
| Thm* | |
| sm_trans | Def t.trans == 2of(2of(2of(t))) |
| Thm* | |
| kind | Def kind(a) == 1of(a) |
| Thm* | |
| Thm* | |
| rename_decl | Def d o f(x) == |
| Thm* | |
| lbl | Def Label == {p:Pattern| |
| Thm* Label | |
| sm_init | Def t.init == 1of(2of(2of(t))) |
| Thm* | |
| sm_ds | Def t.ds == 1of(2of(t)) |
| Thm* | |
| sm_da | Def t.da == 1of(t) |
| Thm* | |
| mk_sm | Def mk_sm(da, ds, init, trans) == < da,ds,init,trans > |
| Thm* | |
| pi2 | Def 2of(t) == t.2 |
| Thm* | |
| pi1 | Def 1of(t) == t.1 |
| Thm* | |
| ground_ptn | Def ground_ptn(p) == Case(p) Case ptn_var(v) = > false |
| Thm* | |
| assert | Def |
| Thm* | |
| ptn | Def Pattern == rec(T.ptn_con(T)) |
| Thm* Pattern | |
| top | Def Top == Void given Void |
| Thm* Top | |
| eq_lbl | Def l1 = |
| Thm* | |
| case_default | Def Default = > body(value,value) == body |
| band | Def p |
| Thm* | |
| case_lbl_pair | Def Case ptn_pr( < x, y > ) = > body(x;y) cont(x1,z) == InjCase(x1; _. cont(z,z); x2. InjCase(x2; _. cont(z,z); x2@0. InjCase(x2@0; _. cont(z,z); x2@1. x2@1/x3,x2@2. body(x3;x2@2)))) |
| case_ptn_var | Def Case ptn_var(x) = > body(x) cont(x1,z) == ( |
| case | Def Case(value) body == body(value,value) |
| ptn_con | Def ptn_con(T) == Atom+ |
| Thm* | |
| eq_atom | Def x= |
| Thm* | |
| eq_int | Def i= |
| Thm* | |
| case_ptn_int | Def Case ptn_int(x) = > body(x) cont(x1,z) == ( |
| case_ptn_atom | Def Case ptn_atom(x) = > body(x) cont(x1,z) == InjCase(x1; x2. body(x2); _. cont(z,z)) |
| 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)) |
| Syntax: | (f o M) | has structure: | sm_a_rename(f; M) |
About: