mb automata 1 Sections GenAutomata Doc

Def pq == if p q else false fi

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: bool 1 mb list 1 mb list 2 mb basic

Try larger context: GenAutomata

mb automata 1 Sections GenAutomata Doc