is mentioned by
| Def affects_trace(e;k;t)
== iterate(statevar x- > false | [affects_trace] |
| Def mentions_trace(t)
== iterate(statevar x- > false | [mentions_trace] |
| Def termlist_eq(a;b) == Case of a; nil | [termlist_eq] |
| Def eq_relname(a;b) == Case(a) Case eq(x) = > Case(b) Case eq(x') = > st_eq(x;x') Case x' = > false | [eq_relname] |
| Def term_eq(a;b) == Case(a) Case x;y = > Case(b) Case x';y' = > term_eq(x;x') | [term_eq] |
| Def term_mentions_guard(g;t) == term_iterate( | [term_mentions_guard] |
In prior sections: bool 1 sqequal 1 prog 1 mb basic list 1 union mb label mb tree mb automata 1
Try larger context:
GenAutomata