| Who Cites rel subst2? | |
| rel_subst2 | 
 Def rel_subst2(as;r) == mk_rel(r.name, map( | 
| Thm*  | |
| term_subst2 | Def term_subst2(as;t) == iterate(statevar v- > v statevar v'- > apply_alist(as;v;v') funsymbol f- > f freevar f- > f trace(P)- > trace(P) x(y)- > x y over t) | 
| Thm*  | |
| apply_alist | 
 Def apply_alist(as;l;d) == 2of((first p  | 
| Thm*  | |
| col | 
 Def Collection(T) == T | 
| Thm*  | |
| tc | 
 Def tc(r;ds;da;de)
== Case(r.name)
 Case eq(Q) = > 
 ||r.args|| = 2  &  Q  | 
| 
 Thm*  | |
| term_types | Def term_types(ds;da;de;t) == iterate(statevar x- > dec_lookup(ds;x) statevar x'- > dec_lookup(ds;x) funsymbol op- > < de.fun(op) > freevar x- > da trace(P)- > < lbl_pr( < Trace, P > ) > c1(c2)- > st_app(c1;c2) over t) | 
| Thm*  | |
| st_app | 
 Def st_app(c1;c2) == ( | 
| Thm*  | |
| dec_lookup | 
 Def dec_lookup(ds;x) ==  < d.typ | d  | 
| Thm*  | |
| col_accum | 
 Def ( | 
| Thm*  | |
| col_filter | 
 Def  < x  | 
| Thm*  | |
| col_map | 
 Def  < f(x) | x  | 
| Thm*  | |
| col_member | 
 Def x  | 
| Thm*  | |
| dec | 
 Def dec() == Label | 
| Thm* dec()  | |
| l_member | 
 Def (x  | 
| Thm*  | |
| rel | 
 Def rel() == relname() | 
| Thm* rel()  | |
| sig | 
 Def sig() == (Label | 
| Thm* sig()  | |
| relname | Def relname() == SimpleType+Label | 
| Thm* relname()  | |
| st_app1 | 
 Def st_app1(s1;s2)
== Case(s1)
 Case a;b = > 
 if st_eq(a;s2) | 
| 
 Thm*  | |
| 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  | |
| mk_dec | Def mk_dec(lbl, typ) == < lbl,typ > | 
| Thm*  | |
| rel_primed_vars | 
 Def rel_primed_vars(r) == reduce( | 
| Thm*  | |
| tvar | Def l == tree_leaf(ts_var(l)) | 
| Thm*  | |
| rel_name | Def t.name == 1of(t) | 
| 
 Thm*  | |
| sig_fun | Def t.fun == 1of(t) | 
| 
 Thm*  | |
| dec_lbl | Def t.lbl == 1of(t) | 
| 
 Thm*  | |
| pi1 | Def 1of(t) == t.1 | 
| Thm*  | |
| st_eq | 
 Def st_eq(s1;s2)
 == Case(s1)
 Case a;b = > 
 Case(s2)
 Case a';b' = > 
 st_eq(a;a') | 
| 
 Thm*  | |
| eq_lbl | 
 Def l1 = | 
| 
 Thm*  | |
| find | 
 Def (first x  | 
| Thm*  | |
| rel_args | Def t.args == 2of(t) | 
| 
 Thm*  | |
| sig_rel | Def t.rel == 2of(t) | 
| 
 Thm*  | |
| dec_typ | Def t.typ == 2of(t) | 
| 
 Thm*  | |
| pi2 | Def 2of(t) == t.2 | 
| 
 Thm*  | |
| select | Def l[i] == hd(nth_tl(i;l)) | 
| 
 Thm*  | |
| length | 
 Def ||as|| == Case of as; nil  | 
| 
 Thm*  | |
| 
 Thm* ||nil||  | |
| nat | 
 Def  | 
| 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  | |
| term_primed_vars | Def term_primed_vars(t) == iterate(statevar v- > nil statevar v'- > [v] funsymbol f- > nil freevar f- > nil trace(P)- > nil x(y)- > x @ y over t) | 
| Thm*  | |
| append | 
 Def as @ bs == Case of as; nil  | 
| 
 Thm*  | |
| filter | 
 Def filter(P;l) == reduce( | 
| Thm*  | |
| reduce | 
 Def reduce(f;k;as) == Case of as; nil  | 
| 
 Thm*  | |
| map | 
 Def map(f;as) == Case of as; nil  | 
| 
 Thm*  | |
| 
 Thm*  | |
| mk_rel | Def mk_rel(name, args) == < name,args > | 
| Thm*  | |
| tree | Def Tree(E) == rec(T.tree_con(E;T)) | 
| 
 Thm*  | |
| term_iter | 
 Def iterate(statevar x- > v(x)
 statevar x''- > v'(x')
 funsymbol op- > opr(op)
 freevar f- > fvar(f)
 trace(tr)- > trace(tr)
 a(b)- > comb(a;b)
 over t)
== term_iterate( | 
| Thm*  | |
| term_iterate | 
 Def term_iterate(v;
 p;
 op;
 f;
 tr;
 a;
 t)
== t_iterate( | 
| Thm*  | |
| ts_case | 
 Def ts_case(x)
 var(a)= > v(a)
 var'(b)= > p(b)
 opr(f)= > op(f)
 fvar(x)= > f(x)
 trace(P)= > t(P)
 end_ts_case 
== Case(x)
 Case ts_var(a) = > 
 v(a)
 Case ts_pvar(b) = > 
 p(b)
 Case ts_op(f) = > 
 op(f)
 Case ts_fvar(x) = > 
 f(x)
 Case ts_trace(P) = > 
 t(P)
 Default = >   | 
| 
 Thm*  | |
| 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*  | |
| case_default | Def Default = > body(value,value) == body | 
| case_relname_other | 
 Def Case x = >  body(x) cont(x1,z)
== ( | 
| case_relname_eq | Def Case eq(x) = > body(x) cont(x1,z) == InjCase(x1; x2. body(x2); _. cont(z,z)) | 
| case | Def Case(value) body == body(value,value) | 
| clbl | Def $x == ptn_atom("$x") | 
| lbl_pair | Def lbl_pr( < x, y > ) == ptn_pr( < x,y > ) | 
| Thm*  | |
| 
 Thm*  | |
| typ | Def t == tree_leaf(inl(t)) | 
| Thm*  | |
| col_singleton | 
 Def  < x > (y) == y = x  | 
| Thm*  | |
| ts_var | Def ts_var(x) == inl(x) | 
| Thm*  | |
| ttrace | Def trace(l) == tree_leaf(ts_trace(l)) | 
| Thm*  | |
| tfvar | Def l == tree_leaf(ts_fvar(l)) | 
| Thm*  | |
| topr | Def f == tree_leaf(ts_op(f)) | 
| Thm*  | |
| tpvar | Def l' == tree_leaf(ts_pvar(l)) | 
| Thm*  | |
| tree_leaf | Def tree_leaf(x) == inl(x) | 
| Thm*  | |
| 
 Thm*  | |
| 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)))) | 
| eq_atom | 
 Def x= | 
| Thm*  | |
| case_ptn_var | 
 Def Case ptn_var(x) = >  body(x) cont(x1,z)
== ( | 
| 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)) | 
| nth_tl | 
 Def nth_tl(n;as) == if n | 
| 
 Thm*  | |
| case_ts_trace | 
 Def Case ts_trace(x) = >  body(x) cont(x1,z)
== ( | 
| case_ts_fvar | 
 Def Case ts_fvar(x) = >  body(x) cont(x1,z)
== ( | 
| case_ts_op | 
 Def Case ts_op(x) = >  body(x) cont(x1,z)
== ( | 
| case_ts_pvar | 
 Def Case ts_pvar(x) = >  body(x) cont(x1,z)
== ( | 
| hd | 
 Def hd(l) == Case of l; nil  | 
| 
 Thm*  | |
| 
 Thm*  | |
| le | 
 Def A | 
| Thm*  | |
| ptn_con | 
 Def ptn_con(T) == Atom+ | 
| Thm*  | |
| tapp | Def t1 t2 == tree_node( < t1, t2 > ) | 
| Thm*  | |
| tree_con | 
 Def tree_con(E;T) == E+(T | 
| Thm*  | |
| tl | 
 Def tl(l) == Case of l; nil  | 
| 
 Thm*  | |
| case_inr | Def inr(x) = > body(x) cont(value,contvalue) == InjCase(value; _. cont(contvalue,contvalue); x. body(x)) | 
| ptn_atom | Def ptn_atom(x) == inl(x) | 
| Thm*  | |
| 
 Thm*  | |
| 
 Thm*  | |
| ptn_pr | Def ptn_pr(x) == inr(inr(inr(x))) | 
| Thm*  | |
| 
 Thm*  | |
| case_inl | Def inl(x) = > body(x) cont(value,contvalue) == InjCase(value; x. body(x); _. cont(contvalue,contvalue)) | 
| le_int | 
 Def i | 
| Thm*  | |
| not | 
 Def  | 
| Thm*  | |
| node | Def tree_node( < x, y > ) == tree_node( < x,y > ) | 
| Thm*  | |
| ts_trace | Def ts_trace(x) == inr(inr(inr(inr(x)))) | 
| Thm*  | |
| ts_fvar | Def ts_fvar(x) == inr(inr(inr(inl(x)))) | 
| Thm*  | |
| ts_op | Def ts_op(x) == inr(inr(inl(x))) | 
| Thm*  | |
| ts_pvar | Def ts_pvar(x) == inr(inl(x)) | 
| Thm*  | |
| col_none | Def < > (x) == False | 
| Thm*  | |
| 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)) | 
| lt_int | 
 Def i <  | 
| Thm*  | |
| bnot | 
 Def  | 
| Thm*  | |
| tree_node | Def tree_node(x) == inr(x) | 
| Thm*  | |
| 
 Thm*  | |
| case_tree_leaf | Def Case tree_leaf(x) = > body(x) cont(x1,z) == InjCase(x1; x2. body(x2); _. cont(z,z)) | 
| case_ts_var | Def Case ts_var(x) = > body(x) cont(x1,z) == InjCase(x1; x2. body(x2); _. cont(z,z)) | 
About: