15 lines
328 B
Text
15 lines
328 B
Text
Target program decision tree
|
|
Switch ({ var=AcRoot=param/82; dom=Int [-inf; -1] [1; +inf] v Tag _; }) =
|
|
Leaf=VConstant:0
|
|
Switch ({ var=AcRoot=param/82; dom=Int 0; }) =
|
|
Failure
|
|
Fallback=None
|
|
|
|
|
|
Source program decision tree
|
|
Switch AcRoot:{
|
|
Bool true ->
|
|
Leaf='Int 0 '
|
|
} Fallback: Failure
|
|
|
|
The two programs are equivalent.
|