mb
automata
1
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
st_eq(s1;s2) == Case(s1) Case a;b = > Case(s2) Case a';b' = > st_eq(a;a')
st_eq(b;b') Default = > false
Case tree_leaf(x) = > Case(s2) Case a';b' = > false
Case tree_leaf(y) = > InjCase(x; x'. InjCase(y; y'. x' =
y'; b. false
); a. InjCase(y; y'. false
; b. true
)) Default = > false
Default = > false
(recursive)
[st_eq]
In prior sections:
mb
tree
Try larger context:
GenAutomata
mb
automata
1
Sections
GenAutomata
Doc