mb
automata
2
Sections
GenAutomata
Doc
Def
Case tree_leaf(x) = > body(x) cont(x1,z) == InjCase(x1; x2. body(x2); _. cont(z,z))
is mentioned by
Def
term_eq(a;b) == Case(a) Case x;y = > Case(b) Case x';y' = > term_eq(x;x')
term_eq(y;y') Case tree_leaf(x) = > false
Default = > True Case tree_leaf(x) = > Case(b) Case x';y' = > false
Case tree_leaf(x') = > (x=x') Default = > True Default = > True (recursive)
[term_eq]
In prior sections:
mb
tree
mb
automata
1
Try larger context:
GenAutomata
mb
automata
2
Sections
GenAutomata
Doc