(13steps)
PrintForm
Definitions
mb
automata
3
Sections
GenAutomata
Doc
At:
decls
mng
singleton
1
1
1
1
2
1.
l1:
Label
2.
d3:
SimpleType
3.
rho:
Decl
4.
s:
l:Label
if l =
l1
[[d3]] rho else Top fi
5.
x1:
Label
6.
x:
if x1 =
l1
[[d3]] rho else Top fi
7.
lbl:
Label
8.
d2:
SimpleType
9.
< lbl,d2 > = < l1,d3 >
dec()
10.
lbl = l1 & d2 = d3
x
if x1 =
lbl
[[d2]] rho else Top fi
By:
RepD
THEN
SplitOnConclITE
Generated subgoals:
1
10.
lbl = l1
11.
d2 = d3
12.
x1 =
lbl
x
[[d2]] rho
2
10.
lbl = l1
11.
d2 = d3
12.
x1 =
lbl
x
Top
About:
(13steps)
PrintForm
Definitions
mb
automata
3
Sections
GenAutomata
Doc