is mentioned by
Def st_app1(s1;s2) == Case(s1) Case a;b = > if st_eq(a;s2)![]() | [st_app1] |
Def term_eq(a;b) == Case(a) Case x;y = > Case(b) Case x';y' = > term_eq(x;x')![]() ![]() ![]() ![]() | [term_eq] |
In prior sections: mb tree mb automata 1
Try larger context:
GenAutomata