| Who Cites decl? | |
| decl | Def Decl == Label |
| Thm* Decl{i} | |
| record_pair | Def {p} == {1of(p)} |
| Thm* | |
| record | Def {d} == l:Label |
| Thm* | |
| decl_type | Def decl_type(d;x) == d(x) |
| Thm* | |
| decls_mng | Def [[ds]] rho == [[d]] rho for d |
| Thm* | |
| ioa | Def ioa{i:l}() == Collection(dec()) |
| Thm* ioa{i:l}() | |
| ioa_all | Def ioa_all(I; i.A(i)) == mk_ioa( |
| Thm* | |
| ioa_ds | Def t.ds == 1of(t) |
| Thm* | |
| sig | Def sig() == (Label |
| Thm* sig() | |
| dec | Def dec() == Label |
| Thm* dec() | |
| frame | Def frame() == Label |
| Thm* frame() | |
| eff | Def eff() == Label |
| Thm* eff() | |
| pre | Def pre() == Label |
| Thm* pre() | |
| rel | Def rel() == relname() |
| Thm* rel() | |
| smt | Def smt() == Label |
| Thm* smt() | |
| relname | Def relname() == SimpleType+Label |
| Thm* relname() | |
| st | Def SimpleType == Tree(Label+Unit) |
| Thm* SimpleType | |
| term | Def Term == Tree(ts()) |
| Thm* Term | |
| ts | Def ts() == Label+Label+Label+Label+Label |
| Thm* ts() | |
| lbl | Def Label == {p:Pattern| |
| Thm* Label | |
| sig_mng | Def [[s]] rho == < |
| Thm* | |
| subtype | Def S |
| dec_mng | Def [[d]] rho == Case(d) Case x : s = > x:[[s]] rho |
| Thm* | |
| col_union | Def ( |
| Thm* | |
| col_member | Def x |
| Thm* | |
| dall | Def D(i) for i |
| Thm* | |
| col | Def Collection(T) == T |
| Thm* | |
| ioa_frame | Def t.frame == 2of(2of(2of(2of(2of(t))))) |
| Thm* | |
| ioa_eff | Def t.eff == 1of(2of(2of(2of(2of(t))))) |
| Thm* | |
| ioa_pre | Def t.pre == 1of(2of(2of(2of(t)))) |
| Thm* | |
| ioa_init | Def t.init == 1of(2of(2of(t))) |
| Thm* | |
| Thm* | |
| ioa_da | Def t.da == 1of(2of(t)) |
| Thm* | |
| mk_ioa | Def mk_ioa(ds, da, init, pre, eff, frame) == < ds,da,init,pre,eff,frame > |
| Thm* | |
| sig_fun | Def t.fun == 1of(t) |
| 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 | |
| sig_rel | Def t.rel == 2of(t) |
| Thm* | |
| pi2 | Def 2of(t) == t.2 |
| Thm* | |
| st_list_mng | Def [[l]] rho == reduce( |
| Thm* | |
| st_mng | Def [[s]] rho == t_iterate(st_lift(rho); |
| Thm* | |
| dbase | Def x:y(a) == if a = |
| Thm* | |
| case_mk_dec | Def Case lbl : typ = > body(lbl;typ)(x,z) == x/x2,x1. body(x2;x1) |
| t_iterate | Def t_iterate(l;n;t) == Case(t) Case x;y = > n(t_iterate(l;n;x),t_iterate(l;n;y)) Case tree_leaf(x) = > l(x) Default = > True (recursive) |
| Thm* | |
| eq_lbl | Def l1 = |
| Thm* | |
| case | Def Case(value) body == body(value,value) |
| 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) == ( |
| ptn_con | Def ptn_con(T) == Atom+ |
| Thm* | |
| tree | Def Tree(E) == rec(T.tree_con(E;T)) |
| Thm* | |
| reduce | Def reduce(f;k;as) == Case of as; nil |
| Thm* | |
| st_lift | Def st_lift(rho)(x) == InjCase(x; x'. rho(x'); a. Top) |
| Thm* | |
| top | Def Top == Void given Void |
| Thm* Top | |
| case_ptn_int | Def Case ptn_int(x) = > body(x) cont(x1,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)) |
| tree_con | Def tree_con(E;T) == E+(T |
| Thm* | |
| case_tree_leaf | Def Case tree_leaf(x) = > body(x) cont(x1,z) == InjCase(x1; x2. body(x2); _. cont(z,z)) |
| case_node | Def Case x;y = > body(x;y) cont(x1,z) == InjCase(x1; _. cont(z,z); x2. x2/x3,x2@0. body(x3;x2@0)) |
| eq_atom | Def x= |
| Thm* | |
| eq_int | Def i= |
| Thm* | |
| case_ptn_atom | Def Case ptn_atom(x) = > body(x) cont(x1,z) == InjCase(x1; x2. body(x2); _. cont(z,z)) |
About: