mb
automata
2
Sections
GenAutomata
Doc
Def
inr(x) = > body(x) cont(value,contvalue) == InjCase(value; _. cont(contvalue,contvalue); x. body(x))
is mentioned by
Def
Case vc_qimp(x) = > body(x) cont(x1,z) == (
x1.inr(x2) = > body(hd([x2 / tl(x1)])) cont(hd(x1),z))([x1])
[case_vc_qimp]
In prior sections:
mb
basic
mb
automata
1
Try larger context:
GenAutomata
mb
automata
2
Sections
GenAutomata
Doc