19.28/7.37 YES 21.63/8.06 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 21.63/8.06 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 21.63/8.06 21.63/8.06 21.63/8.06 H-Termination with start terms of the given HASKELL could be proven: 21.63/8.06 21.63/8.06 (0) HASKELL 21.63/8.06 (1) LR [EQUIVALENT, 0 ms] 21.63/8.06 (2) HASKELL 21.63/8.06 (3) BR [EQUIVALENT, 16 ms] 21.63/8.06 (4) HASKELL 21.63/8.06 (5) COR [EQUIVALENT, 0 ms] 21.63/8.06 (6) HASKELL 21.63/8.06 (7) LetRed [EQUIVALENT, 0 ms] 21.63/8.06 (8) HASKELL 21.63/8.06 (9) Narrow [SOUND, 0 ms] 21.63/8.06 (10) AND 21.63/8.06 (11) QDP 21.63/8.06 (12) QDPSizeChangeProof [EQUIVALENT, 0 ms] 21.63/8.06 (13) YES 21.63/8.06 (14) QDP 21.63/8.06 (15) QDPSizeChangeProof [EQUIVALENT, 541 ms] 21.63/8.06 (16) YES 21.63/8.06 (17) QDP 21.63/8.06 (18) QDPSizeChangeProof [EQUIVALENT, 0 ms] 21.63/8.06 (19) YES 21.63/8.06 (20) QDP 21.63/8.06 (21) QDPSizeChangeProof [EQUIVALENT, 23 ms] 21.63/8.06 (22) YES 21.63/8.06 (23) QDP 21.63/8.06 (24) QDPSizeChangeProof [EQUIVALENT, 0 ms] 21.63/8.06 (25) YES 21.63/8.06 (26) QDP 21.63/8.06 (27) QDPSizeChangeProof [EQUIVALENT, 0 ms] 21.63/8.06 (28) YES 21.63/8.06 (29) QDP 21.63/8.06 (30) QDPSizeChangeProof [EQUIVALENT, 0 ms] 21.63/8.06 (31) YES 21.63/8.06 21.63/8.06 21.63/8.06 ---------------------------------------- 21.63/8.06 21.63/8.06 (0) 21.63/8.06 Obligation: 21.63/8.06 mainModule Main 21.63/8.06 module Maybe where { 21.63/8.06 import qualified List; 21.63/8.06 import qualified Main; 21.63/8.06 import qualified Prelude; 21.63/8.06 } 21.63/8.06 module List where { 21.63/8.06 import qualified Main; 21.63/8.06 import qualified Maybe; 21.63/8.06 import qualified Prelude; 21.63/8.06 group :: Eq a => [a] -> [[a]]; 21.63/8.06 group = groupBy (==); 21.63/8.06 21.63/8.06 groupBy :: (a -> a -> Bool) -> [a] -> [[a]]; 21.63/8.06 groupBy _ [] = []; 21.63/8.06 groupBy eq (x : xs) = (x : ys) : groupBy eq zs where { 21.63/8.06 vv10 = span (eq x) xs; 21.63/8.06 ys = (\(ys,_) ->ys) vv10; 21.63/8.06 zs = (\(_,zs) ->zs) vv10; 21.63/8.06 }; 21.63/8.06 21.63/8.06 } 21.63/8.06 module Main where { 21.63/8.06 import qualified List; 21.63/8.06 import qualified Maybe; 21.63/8.06 import qualified Prelude; 21.63/8.06 } 21.63/8.06 21.63/8.06 ---------------------------------------- 21.63/8.06 21.63/8.06 (1) LR (EQUIVALENT) 21.63/8.06 Lambda Reductions: 21.63/8.06 The following Lambda expression 21.63/8.06 "\(_,zs)->zs" 21.63/8.06 is transformed to 21.63/8.06 "zs0 (_,zs) = zs; 21.63/8.06 " 21.63/8.06 The following Lambda expression 21.63/8.06 "\(ys,_)->ys" 21.63/8.06 is transformed to 21.63/8.06 "ys0 (ys,_) = ys; 21.63/8.06 " 21.63/8.06 The following Lambda expression 21.63/8.06 "\(_,zs)->zs" 21.63/8.06 is transformed to 21.63/8.06 "zs1 (_,zs) = zs; 21.63/8.06 " 21.63/8.06 The following Lambda expression 21.63/8.06 "\(ys,_)->ys" 21.63/8.06 is transformed to 21.63/8.06 "ys1 (ys,_) = ys; 21.63/8.06 " 21.63/8.06 21.63/8.06 ---------------------------------------- 21.63/8.06 21.63/8.06 (2) 21.63/8.06 Obligation: 21.63/8.06 mainModule Main 21.63/8.06 module Maybe where { 21.63/8.06 import qualified List; 21.63/8.06 import qualified Main; 21.63/8.06 import qualified Prelude; 21.63/8.06 } 21.63/8.06 module List where { 21.63/8.06 import qualified Main; 21.63/8.06 import qualified Maybe; 21.63/8.06 import qualified Prelude; 21.63/8.06 group :: Eq a => [a] -> [[a]]; 21.63/8.06 group = groupBy (==); 21.63/8.06 21.63/8.06 groupBy :: (a -> a -> Bool) -> [a] -> [[a]]; 21.63/8.06 groupBy _ [] = []; 21.63/8.06 groupBy eq (x : xs) = (x : ys) : groupBy eq zs where { 21.63/8.06 vv10 = span (eq x) xs; 21.63/8.06 ys = ys1 vv10; 21.63/8.06 ys1 (ys,_) = ys; 21.63/8.06 zs = zs1 vv10; 21.63/8.06 zs1 (_,zs) = zs; 21.63/8.06 }; 21.63/8.06 21.63/8.06 } 21.63/8.06 module Main where { 21.63/8.06 import qualified List; 21.63/8.06 import qualified Maybe; 21.63/8.06 import qualified Prelude; 21.63/8.06 } 21.63/8.06 21.63/8.06 ---------------------------------------- 21.63/8.06 21.63/8.06 (3) BR (EQUIVALENT) 21.63/8.06 Replaced joker patterns by fresh variables and removed binding patterns. 21.63/8.06 21.63/8.06 Binding Reductions: 21.63/8.06 The bind variable of the following binding Pattern 21.63/8.06 "xs@(xw : xx)" 21.63/8.06 is replaced by the following term 21.63/8.06 "xw : xx" 21.63/8.06 21.63/8.06 ---------------------------------------- 21.63/8.06 21.63/8.06 (4) 21.63/8.06 Obligation: 21.63/8.06 mainModule Main 21.63/8.06 module Maybe where { 21.63/8.06 import qualified List; 21.63/8.06 import qualified Main; 21.63/8.06 import qualified Prelude; 21.63/8.06 } 21.63/8.06 module List where { 21.63/8.06 import qualified Main; 21.63/8.06 import qualified Maybe; 21.63/8.06 import qualified Prelude; 21.63/8.06 group :: Eq a => [a] -> [[a]]; 21.63/8.06 group = groupBy (==); 21.63/8.06 21.63/8.06 groupBy :: (a -> a -> Bool) -> [a] -> [[a]]; 21.63/8.06 groupBy yu [] = []; 21.63/8.06 groupBy eq (x : xs) = (x : ys) : groupBy eq zs where { 21.63/8.06 vv10 = span (eq x) xs; 21.63/8.06 ys = ys1 vv10; 21.63/8.06 ys1 (ys,yv) = ys; 21.63/8.06 zs = zs1 vv10; 21.63/8.06 zs1 (yw,zs) = zs; 21.63/8.06 }; 21.63/8.06 21.63/8.06 } 21.63/8.06 module Main where { 21.63/8.06 import qualified List; 21.63/8.06 import qualified Maybe; 21.63/8.06 import qualified Prelude; 21.63/8.06 } 21.63/8.06 21.63/8.06 ---------------------------------------- 21.63/8.06 21.63/8.06 (5) COR (EQUIVALENT) 21.63/8.06 Cond Reductions: 21.63/8.06 The following Function with conditions 21.63/8.06 "undefined |Falseundefined; 21.63/8.06 " 21.63/8.06 is transformed to 21.63/8.06 "undefined = undefined1; 21.63/8.06 " 21.63/8.06 "undefined0 True = undefined; 21.63/8.06 " 21.63/8.06 "undefined1 = undefined0 False; 21.63/8.06 " 21.63/8.06 The following Function with conditions 21.63/8.06 "span p [] = ([],[]); 21.63/8.06 span p (xw : xx)|p xw(xw : ys,zs)|otherwise([],xw : xx) where { 21.63/8.06 vu43 = span p xx; 21.63/8.06 ; 21.63/8.06 ys = ys0 vu43; 21.63/8.06 ; 21.63/8.06 ys0 (ys,xz) = ys; 21.63/8.06 ; 21.63/8.06 zs = zs0 vu43; 21.63/8.06 ; 21.63/8.06 zs0 (xy,zs) = zs; 21.63/8.06 } 21.63/8.06 ; 21.63/8.06 " 21.63/8.06 is transformed to 21.63/8.06 "span p [] = span3 p []; 21.63/8.06 span p (xw : xx) = span2 p (xw : xx); 21.63/8.06 " 21.63/8.06 "span2 p (xw : xx) = span1 p xw xx (p xw) where { 21.63/8.06 span0 p xw xx True = ([],xw : xx); 21.63/8.06 ; 21.63/8.06 span1 p xw xx True = (xw : ys,zs); 21.63/8.06 span1 p xw xx False = span0 p xw xx otherwise; 21.63/8.06 ; 21.63/8.06 vu43 = span p xx; 21.63/8.06 ; 21.63/8.06 ys = ys0 vu43; 21.63/8.06 ; 21.63/8.06 ys0 (ys,xz) = ys; 21.63/8.06 ; 21.63/8.06 zs = zs0 vu43; 21.63/8.06 ; 21.63/8.06 zs0 (xy,zs) = zs; 21.63/8.06 } 21.63/8.06 ; 21.63/8.06 " 21.63/8.06 "span3 p [] = ([],[]); 21.63/8.06 span3 yz zu = span2 yz zu; 21.63/8.06 " 21.63/8.06 21.63/8.06 ---------------------------------------- 21.63/8.06 21.63/8.06 (6) 21.63/8.06 Obligation: 21.63/8.06 mainModule Main 21.63/8.06 module Maybe where { 21.63/8.06 import qualified List; 21.63/8.06 import qualified Main; 21.63/8.06 import qualified Prelude; 21.63/8.06 } 21.63/8.06 module List where { 21.63/8.06 import qualified Main; 21.63/8.06 import qualified Maybe; 21.63/8.06 import qualified Prelude; 21.63/8.06 group :: Eq a => [a] -> [[a]]; 21.63/8.06 group = groupBy (==); 21.63/8.06 21.63/8.06 groupBy :: (a -> a -> Bool) -> [a] -> [[a]]; 21.63/8.06 groupBy yu [] = []; 21.63/8.06 groupBy eq (x : xs) = (x : ys) : groupBy eq zs where { 21.63/8.06 vv10 = span (eq x) xs; 21.63/8.06 ys = ys1 vv10; 21.63/8.06 ys1 (ys,yv) = ys; 21.63/8.06 zs = zs1 vv10; 21.63/8.06 zs1 (yw,zs) = zs; 21.63/8.06 }; 21.63/8.06 21.63/8.06 } 21.63/8.06 module Main where { 21.63/8.06 import qualified List; 21.63/8.06 import qualified Maybe; 21.63/8.06 import qualified Prelude; 21.63/8.06 } 21.63/8.06 21.63/8.06 ---------------------------------------- 21.63/8.06 21.63/8.06 (7) LetRed (EQUIVALENT) 21.63/8.06 Let/Where Reductions: 21.63/8.06 The bindings of the following Let/Where expression 21.63/8.06 "span1 p xw xx (p xw) where { 21.63/8.06 span0 p xw xx True = ([],xw : xx); 21.63/8.06 ; 21.63/8.06 span1 p xw xx True = (xw : ys,zs); 21.63/8.06 span1 p xw xx False = span0 p xw xx otherwise; 21.63/8.06 ; 21.63/8.06 vu43 = span p xx; 21.63/8.06 ; 21.63/8.06 ys = ys0 vu43; 21.63/8.06 ; 21.63/8.06 ys0 (ys,xz) = ys; 21.63/8.06 ; 21.63/8.06 zs = zs0 vu43; 21.63/8.06 ; 21.63/8.06 zs0 (xy,zs) = zs; 21.63/8.06 } 21.63/8.06 " 21.63/8.06 are unpacked to the following functions on top level 21.63/8.06 "span2Vu43 zv zw = span zv zw; 21.63/8.06 " 21.63/8.06 "span2Zs zv zw = span2Zs0 zv zw (span2Vu43 zv zw); 21.63/8.06 " 21.63/8.06 "span2Ys0 zv zw (ys,xz) = ys; 21.63/8.06 " 21.63/8.06 "span2Span1 zv zw p xw xx True = (xw : span2Ys zv zw,span2Zs zv zw); 21.63/8.06 span2Span1 zv zw p xw xx False = span2Span0 zv zw p xw xx otherwise; 21.63/8.06 " 21.63/8.06 "span2Ys zv zw = span2Ys0 zv zw (span2Vu43 zv zw); 21.63/8.06 " 21.63/8.06 "span2Zs0 zv zw (xy,zs) = zs; 21.63/8.06 " 21.63/8.06 "span2Span0 zv zw p xw xx True = ([],xw : xx); 21.63/8.06 " 21.63/8.06 The bindings of the following Let/Where expression 21.63/8.06 "(x : ys) : groupBy eq zs where { 21.63/8.06 vv10 = span (eq x) xs; 21.63/8.06 ; 21.63/8.06 ys = ys1 vv10; 21.63/8.06 ; 21.63/8.06 ys1 (ys,yv) = ys; 21.63/8.06 ; 21.63/8.06 zs = zs1 vv10; 21.63/8.06 ; 21.63/8.06 zs1 (yw,zs) = zs; 21.63/8.06 } 21.63/8.06 " 21.63/8.06 are unpacked to the following functions on top level 21.63/8.06 "groupByZs1 zx zy zz (yw,zs) = zs; 21.63/8.06 " 21.63/8.06 "groupByZs zx zy zz = groupByZs1 zx zy zz (groupByVv10 zx zy zz); 21.63/8.06 " 21.63/8.06 "groupByYs zx zy zz = groupByYs1 zx zy zz (groupByVv10 zx zy zz); 21.63/8.06 " 21.63/8.06 "groupByYs1 zx zy zz (ys,yv) = ys; 21.63/8.06 " 21.63/8.06 "groupByVv10 zx zy zz = span (zx zy) zz; 21.63/8.06 " 21.63/8.06 21.63/8.06 ---------------------------------------- 21.63/8.06 21.63/8.06 (8) 21.63/8.06 Obligation: 21.63/8.06 mainModule Main 21.63/8.06 module Maybe where { 21.63/8.06 import qualified List; 21.63/8.06 import qualified Main; 21.63/8.06 import qualified Prelude; 21.63/8.06 } 21.63/8.06 module List where { 21.63/8.06 import qualified Main; 21.63/8.06 import qualified Maybe; 21.63/8.06 import qualified Prelude; 21.63/8.06 group :: Eq a => [a] -> [[a]]; 21.63/8.06 group = groupBy (==); 21.63/8.06 21.63/8.06 groupBy :: (a -> a -> Bool) -> [a] -> [[a]]; 21.63/8.06 groupBy yu [] = []; 21.63/8.06 groupBy eq (x : xs) = (x : groupByYs eq x xs) : groupBy eq (groupByZs eq x xs); 21.63/8.06 21.63/8.06 groupByVv10 zx zy zz = span (zx zy) zz; 21.63/8.06 21.63/8.06 groupByYs zx zy zz = groupByYs1 zx zy zz (groupByVv10 zx zy zz); 21.63/8.06 21.63/8.06 groupByYs1 zx zy zz (ys,yv) = ys; 21.63/8.06 21.63/8.06 groupByZs zx zy zz = groupByZs1 zx zy zz (groupByVv10 zx zy zz); 21.63/8.06 21.63/8.06 groupByZs1 zx zy zz (yw,zs) = zs; 21.63/8.06 21.63/8.06 } 21.63/8.06 module Main where { 21.63/8.06 import qualified List; 21.63/8.06 import qualified Maybe; 21.63/8.06 import qualified Prelude; 21.63/8.06 } 21.63/8.06 21.63/8.06 ---------------------------------------- 21.63/8.06 21.63/8.06 (9) Narrow (SOUND) 21.63/8.06 Haskell To QDPs 21.63/8.06 21.63/8.06 digraph dp_graph { 21.63/8.06 node [outthreshold=100, inthreshold=100];1[label="List.group",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 21.63/8.06 3[label="List.group vuu3",fontsize=16,color="black",shape="triangle"];3 -> 4[label="",style="solid", color="black", weight=3]; 21.63/8.06 4[label="List.groupBy (==) vuu3",fontsize=16,color="burlywood",shape="triangle"];994[label="vuu3/vuu30 : vuu31",fontsize=10,color="white",style="solid",shape="box"];4 -> 994[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 994 -> 5[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 995[label="vuu3/[]",fontsize=10,color="white",style="solid",shape="box"];4 -> 995[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 995 -> 6[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 5[label="List.groupBy (==) (vuu30 : vuu31)",fontsize=16,color="black",shape="box"];5 -> 7[label="",style="solid", color="black", weight=3]; 21.63/8.06 6[label="List.groupBy (==) []",fontsize=16,color="black",shape="box"];6 -> 8[label="",style="solid", color="black", weight=3]; 21.63/8.06 7[label="(vuu30 : List.groupByYs (==) vuu30 vuu31) : List.groupBy (==) (List.groupByZs (==) vuu30 vuu31)",fontsize=16,color="green",shape="box"];7 -> 9[label="",style="dashed", color="green", weight=3]; 21.63/8.06 7 -> 10[label="",style="dashed", color="green", weight=3]; 21.63/8.06 8[label="[]",fontsize=16,color="green",shape="box"];9[label="List.groupByYs (==) vuu30 vuu31",fontsize=16,color="black",shape="box"];9 -> 11[label="",style="solid", color="black", weight=3]; 21.63/8.06 10 -> 4[label="",style="dashed", color="red", weight=0]; 21.63/8.06 10[label="List.groupBy (==) (List.groupByZs (==) vuu30 vuu31)",fontsize=16,color="magenta"];10 -> 12[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 11[label="List.groupByYs1 (==) vuu30 vuu31 (List.groupByVv10 (==) vuu30 vuu31)",fontsize=16,color="black",shape="box"];11 -> 13[label="",style="solid", color="black", weight=3]; 21.63/8.06 12[label="List.groupByZs (==) vuu30 vuu31",fontsize=16,color="black",shape="box"];12 -> 14[label="",style="solid", color="black", weight=3]; 21.63/8.06 13[label="List.groupByYs1 (==) vuu30 vuu31 (span ((==) vuu30) vuu31)",fontsize=16,color="burlywood",shape="box"];996[label="vuu31/vuu310 : vuu311",fontsize=10,color="white",style="solid",shape="box"];13 -> 996[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 996 -> 15[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 997[label="vuu31/[]",fontsize=10,color="white",style="solid",shape="box"];13 -> 997[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 997 -> 16[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 14[label="List.groupByZs1 (==) vuu30 vuu31 (List.groupByVv10 (==) vuu30 vuu31)",fontsize=16,color="black",shape="box"];14 -> 17[label="",style="solid", color="black", weight=3]; 21.63/8.06 15[label="List.groupByYs1 (==) vuu30 (vuu310 : vuu311) (span ((==) vuu30) (vuu310 : vuu311))",fontsize=16,color="black",shape="box"];15 -> 18[label="",style="solid", color="black", weight=3]; 21.63/8.06 16[label="List.groupByYs1 (==) vuu30 [] (span ((==) vuu30) [])",fontsize=16,color="black",shape="box"];16 -> 19[label="",style="solid", color="black", weight=3]; 21.63/8.06 17[label="List.groupByZs1 (==) vuu30 vuu31 (span ((==) vuu30) vuu31)",fontsize=16,color="burlywood",shape="box"];998[label="vuu31/vuu310 : vuu311",fontsize=10,color="white",style="solid",shape="box"];17 -> 998[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 998 -> 20[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 999[label="vuu31/[]",fontsize=10,color="white",style="solid",shape="box"];17 -> 999[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 999 -> 21[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 18[label="List.groupByYs1 (==) vuu30 (vuu310 : vuu311) (span2 ((==) vuu30) (vuu310 : vuu311))",fontsize=16,color="black",shape="box"];18 -> 22[label="",style="solid", color="black", weight=3]; 21.63/8.06 19[label="List.groupByYs1 (==) vuu30 [] (span3 ((==) vuu30) [])",fontsize=16,color="black",shape="box"];19 -> 23[label="",style="solid", color="black", weight=3]; 21.63/8.06 20[label="List.groupByZs1 (==) vuu30 (vuu310 : vuu311) (span ((==) vuu30) (vuu310 : vuu311))",fontsize=16,color="black",shape="box"];20 -> 24[label="",style="solid", color="black", weight=3]; 21.63/8.06 21[label="List.groupByZs1 (==) vuu30 [] (span ((==) vuu30) [])",fontsize=16,color="black",shape="box"];21 -> 25[label="",style="solid", color="black", weight=3]; 21.63/8.06 22[label="List.groupByYs1 (==) vuu30 (vuu310 : vuu311) (span2Span1 ((==) vuu30) vuu311 ((==) vuu30) vuu310 vuu311 ((==) vuu30 vuu310))",fontsize=16,color="burlywood",shape="box"];1000[label="vuu30/Left vuu300",fontsize=10,color="white",style="solid",shape="box"];22 -> 1000[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1000 -> 26[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1001[label="vuu30/Right vuu300",fontsize=10,color="white",style="solid",shape="box"];22 -> 1001[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1001 -> 27[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 23[label="List.groupByYs1 (==) vuu30 [] ([],[])",fontsize=16,color="black",shape="box"];23 -> 28[label="",style="solid", color="black", weight=3]; 21.63/8.06 24[label="List.groupByZs1 (==) vuu30 (vuu310 : vuu311) (span2 ((==) vuu30) (vuu310 : vuu311))",fontsize=16,color="black",shape="box"];24 -> 29[label="",style="solid", color="black", weight=3]; 21.63/8.06 25[label="List.groupByZs1 (==) vuu30 [] (span3 ((==) vuu30) [])",fontsize=16,color="black",shape="box"];25 -> 30[label="",style="solid", color="black", weight=3]; 21.63/8.06 26[label="List.groupByYs1 (==) (Left vuu300) (vuu310 : vuu311) (span2Span1 ((==) Left vuu300) vuu311 ((==) Left vuu300) vuu310 vuu311 ((==) Left vuu300 vuu310))",fontsize=16,color="burlywood",shape="box"];1002[label="vuu310/Left vuu3100",fontsize=10,color="white",style="solid",shape="box"];26 -> 1002[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1002 -> 31[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1003[label="vuu310/Right vuu3100",fontsize=10,color="white",style="solid",shape="box"];26 -> 1003[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1003 -> 32[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 27[label="List.groupByYs1 (==) (Right vuu300) (vuu310 : vuu311) (span2Span1 ((==) Right vuu300) vuu311 ((==) Right vuu300) vuu310 vuu311 ((==) Right vuu300 vuu310))",fontsize=16,color="burlywood",shape="box"];1004[label="vuu310/Left vuu3100",fontsize=10,color="white",style="solid",shape="box"];27 -> 1004[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1004 -> 33[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1005[label="vuu310/Right vuu3100",fontsize=10,color="white",style="solid",shape="box"];27 -> 1005[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1005 -> 34[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 28[label="[]",fontsize=16,color="green",shape="box"];29[label="List.groupByZs1 (==) vuu30 (vuu310 : vuu311) (span2Span1 ((==) vuu30) vuu311 ((==) vuu30) vuu310 vuu311 ((==) vuu30 vuu310))",fontsize=16,color="burlywood",shape="box"];1006[label="vuu30/Left vuu300",fontsize=10,color="white",style="solid",shape="box"];29 -> 1006[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1006 -> 35[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1007[label="vuu30/Right vuu300",fontsize=10,color="white",style="solid",shape="box"];29 -> 1007[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1007 -> 36[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 30[label="List.groupByZs1 (==) vuu30 [] ([],[])",fontsize=16,color="black",shape="box"];30 -> 37[label="",style="solid", color="black", weight=3]; 21.63/8.06 31[label="List.groupByYs1 (==) (Left vuu300) (Left vuu3100 : vuu311) (span2Span1 ((==) Left vuu300) vuu311 ((==) Left vuu300) (Left vuu3100) vuu311 ((==) Left vuu300 Left vuu3100))",fontsize=16,color="black",shape="box"];31 -> 38[label="",style="solid", color="black", weight=3]; 21.63/8.06 32[label="List.groupByYs1 (==) (Left vuu300) (Right vuu3100 : vuu311) (span2Span1 ((==) Left vuu300) vuu311 ((==) Left vuu300) (Right vuu3100) vuu311 ((==) Left vuu300 Right vuu3100))",fontsize=16,color="black",shape="box"];32 -> 39[label="",style="solid", color="black", weight=3]; 21.63/8.06 33[label="List.groupByYs1 (==) (Right vuu300) (Left vuu3100 : vuu311) (span2Span1 ((==) Right vuu300) vuu311 ((==) Right vuu300) (Left vuu3100) vuu311 ((==) Right vuu300 Left vuu3100))",fontsize=16,color="black",shape="box"];33 -> 40[label="",style="solid", color="black", weight=3]; 21.63/8.06 34[label="List.groupByYs1 (==) (Right vuu300) (Right vuu3100 : vuu311) (span2Span1 ((==) Right vuu300) vuu311 ((==) Right vuu300) (Right vuu3100) vuu311 ((==) Right vuu300 Right vuu3100))",fontsize=16,color="black",shape="box"];34 -> 41[label="",style="solid", color="black", weight=3]; 21.63/8.06 35[label="List.groupByZs1 (==) (Left vuu300) (vuu310 : vuu311) (span2Span1 ((==) Left vuu300) vuu311 ((==) Left vuu300) vuu310 vuu311 ((==) Left vuu300 vuu310))",fontsize=16,color="burlywood",shape="box"];1008[label="vuu310/Left vuu3100",fontsize=10,color="white",style="solid",shape="box"];35 -> 1008[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1008 -> 42[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1009[label="vuu310/Right vuu3100",fontsize=10,color="white",style="solid",shape="box"];35 -> 1009[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1009 -> 43[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 36[label="List.groupByZs1 (==) (Right vuu300) (vuu310 : vuu311) (span2Span1 ((==) Right vuu300) vuu311 ((==) Right vuu300) vuu310 vuu311 ((==) Right vuu300 vuu310))",fontsize=16,color="burlywood",shape="box"];1010[label="vuu310/Left vuu3100",fontsize=10,color="white",style="solid",shape="box"];36 -> 1010[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1010 -> 44[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1011[label="vuu310/Right vuu3100",fontsize=10,color="white",style="solid",shape="box"];36 -> 1011[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1011 -> 45[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 37[label="[]",fontsize=16,color="green",shape="box"];38 -> 46[label="",style="dashed", color="red", weight=0]; 21.63/8.06 38[label="List.groupByYs1 (==) (Left vuu300) (Left vuu3100 : vuu311) (span2Span1 ((==) Left vuu300) vuu311 ((==) Left vuu300) (Left vuu3100) vuu311 (vuu300 == vuu3100))",fontsize=16,color="magenta"];38 -> 47[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 38 -> 48[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 38 -> 49[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 38 -> 50[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 39[label="List.groupByYs1 (==) (Left vuu300) (Right vuu3100 : vuu311) (span2Span1 ((==) Left vuu300) vuu311 ((==) Left vuu300) (Right vuu3100) vuu311 False)",fontsize=16,color="black",shape="box"];39 -> 51[label="",style="solid", color="black", weight=3]; 21.63/8.06 40[label="List.groupByYs1 (==) (Right vuu300) (Left vuu3100 : vuu311) (span2Span1 ((==) Right vuu300) vuu311 ((==) Right vuu300) (Left vuu3100) vuu311 False)",fontsize=16,color="black",shape="box"];40 -> 52[label="",style="solid", color="black", weight=3]; 21.63/8.06 41 -> 53[label="",style="dashed", color="red", weight=0]; 21.63/8.06 41[label="List.groupByYs1 (==) (Right vuu300) (Right vuu3100 : vuu311) (span2Span1 ((==) Right vuu300) vuu311 ((==) Right vuu300) (Right vuu3100) vuu311 (vuu300 == vuu3100))",fontsize=16,color="magenta"];41 -> 54[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 41 -> 55[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 41 -> 56[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 41 -> 57[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 42[label="List.groupByZs1 (==) (Left vuu300) (Left vuu3100 : vuu311) (span2Span1 ((==) Left vuu300) vuu311 ((==) Left vuu300) (Left vuu3100) vuu311 ((==) Left vuu300 Left vuu3100))",fontsize=16,color="black",shape="box"];42 -> 58[label="",style="solid", color="black", weight=3]; 21.63/8.06 43[label="List.groupByZs1 (==) (Left vuu300) (Right vuu3100 : vuu311) (span2Span1 ((==) Left vuu300) vuu311 ((==) Left vuu300) (Right vuu3100) vuu311 ((==) Left vuu300 Right vuu3100))",fontsize=16,color="black",shape="box"];43 -> 59[label="",style="solid", color="black", weight=3]; 21.63/8.06 44[label="List.groupByZs1 (==) (Right vuu300) (Left vuu3100 : vuu311) (span2Span1 ((==) Right vuu300) vuu311 ((==) Right vuu300) (Left vuu3100) vuu311 ((==) Right vuu300 Left vuu3100))",fontsize=16,color="black",shape="box"];44 -> 60[label="",style="solid", color="black", weight=3]; 21.63/8.06 45[label="List.groupByZs1 (==) (Right vuu300) (Right vuu3100 : vuu311) (span2Span1 ((==) Right vuu300) vuu311 ((==) Right vuu300) (Right vuu3100) vuu311 ((==) Right vuu300 Right vuu3100))",fontsize=16,color="black",shape="box"];45 -> 61[label="",style="solid", color="black", weight=3]; 21.63/8.06 47[label="vuu311",fontsize=16,color="green",shape="box"];48[label="vuu3100",fontsize=16,color="green",shape="box"];49[label="vuu300 == vuu3100",fontsize=16,color="blue",shape="box"];1012[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];49 -> 1012[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1012 -> 62[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1013[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];49 -> 1013[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1013 -> 63[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1014[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];49 -> 1014[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1014 -> 64[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1015[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];49 -> 1015[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1015 -> 65[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1016[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];49 -> 1016[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1016 -> 66[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1017[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];49 -> 1017[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1017 -> 67[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1018[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];49 -> 1018[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1018 -> 68[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1019[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];49 -> 1019[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1019 -> 69[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1020[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];49 -> 1020[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1020 -> 70[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1021[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];49 -> 1021[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1021 -> 71[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1022[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];49 -> 1022[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1022 -> 72[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1023[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];49 -> 1023[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1023 -> 73[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1024[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];49 -> 1024[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1024 -> 74[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1025[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];49 -> 1025[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1025 -> 75[label="",style="solid", color="blue", weight=3]; 21.63/8.06 50[label="vuu300",fontsize=16,color="green",shape="box"];46[label="List.groupByYs1 (==) (Left vuu9) (Left vuu10 : vuu11) (span2Span1 ((==) Left vuu9) vuu11 ((==) Left vuu9) (Left vuu10) vuu11 vuu12)",fontsize=16,color="burlywood",shape="triangle"];1026[label="vuu12/False",fontsize=10,color="white",style="solid",shape="box"];46 -> 1026[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1026 -> 76[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1027[label="vuu12/True",fontsize=10,color="white",style="solid",shape="box"];46 -> 1027[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1027 -> 77[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 51[label="List.groupByYs1 (==) (Left vuu300) (Right vuu3100 : vuu311) (span2Span0 ((==) Left vuu300) vuu311 ((==) Left vuu300) (Right vuu3100) vuu311 otherwise)",fontsize=16,color="black",shape="box"];51 -> 78[label="",style="solid", color="black", weight=3]; 21.63/8.06 52[label="List.groupByYs1 (==) (Right vuu300) (Left vuu3100 : vuu311) (span2Span0 ((==) Right vuu300) vuu311 ((==) Right vuu300) (Left vuu3100) vuu311 otherwise)",fontsize=16,color="black",shape="box"];52 -> 79[label="",style="solid", color="black", weight=3]; 21.63/8.06 54[label="vuu300",fontsize=16,color="green",shape="box"];55[label="vuu311",fontsize=16,color="green",shape="box"];56[label="vuu3100",fontsize=16,color="green",shape="box"];57[label="vuu300 == vuu3100",fontsize=16,color="blue",shape="box"];1028[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];57 -> 1028[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1028 -> 80[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1029[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];57 -> 1029[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1029 -> 81[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1030[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];57 -> 1030[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1030 -> 82[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1031[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];57 -> 1031[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1031 -> 83[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1032[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];57 -> 1032[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1032 -> 84[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1033[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];57 -> 1033[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1033 -> 85[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1034[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];57 -> 1034[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1034 -> 86[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1035[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];57 -> 1035[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1035 -> 87[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1036[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];57 -> 1036[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1036 -> 88[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1037[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];57 -> 1037[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1037 -> 89[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1038[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];57 -> 1038[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1038 -> 90[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1039[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];57 -> 1039[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1039 -> 91[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1040[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];57 -> 1040[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1040 -> 92[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1041[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];57 -> 1041[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1041 -> 93[label="",style="solid", color="blue", weight=3]; 21.63/8.06 53[label="List.groupByYs1 (==) (Right vuu18) (Right vuu19 : vuu20) (span2Span1 ((==) Right vuu18) vuu20 ((==) Right vuu18) (Right vuu19) vuu20 vuu21)",fontsize=16,color="burlywood",shape="triangle"];1042[label="vuu21/False",fontsize=10,color="white",style="solid",shape="box"];53 -> 1042[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1042 -> 94[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1043[label="vuu21/True",fontsize=10,color="white",style="solid",shape="box"];53 -> 1043[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1043 -> 95[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 58 -> 96[label="",style="dashed", color="red", weight=0]; 21.63/8.06 58[label="List.groupByZs1 (==) (Left vuu300) (Left vuu3100 : vuu311) (span2Span1 ((==) Left vuu300) vuu311 ((==) Left vuu300) (Left vuu3100) vuu311 (vuu300 == vuu3100))",fontsize=16,color="magenta"];58 -> 97[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 58 -> 98[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 58 -> 99[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 58 -> 100[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 59[label="List.groupByZs1 (==) (Left vuu300) (Right vuu3100 : vuu311) (span2Span1 ((==) Left vuu300) vuu311 ((==) Left vuu300) (Right vuu3100) vuu311 False)",fontsize=16,color="black",shape="box"];59 -> 101[label="",style="solid", color="black", weight=3]; 21.63/8.06 60[label="List.groupByZs1 (==) (Right vuu300) (Left vuu3100 : vuu311) (span2Span1 ((==) Right vuu300) vuu311 ((==) Right vuu300) (Left vuu3100) vuu311 False)",fontsize=16,color="black",shape="box"];60 -> 102[label="",style="solid", color="black", weight=3]; 21.63/8.06 61 -> 103[label="",style="dashed", color="red", weight=0]; 21.63/8.06 61[label="List.groupByZs1 (==) (Right vuu300) (Right vuu3100 : vuu311) (span2Span1 ((==) Right vuu300) vuu311 ((==) Right vuu300) (Right vuu3100) vuu311 (vuu300 == vuu3100))",fontsize=16,color="magenta"];61 -> 104[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 61 -> 105[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 61 -> 106[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 61 -> 107[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 62[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];1044[label="vuu300/LT",fontsize=10,color="white",style="solid",shape="box"];62 -> 1044[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1044 -> 108[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1045[label="vuu300/EQ",fontsize=10,color="white",style="solid",shape="box"];62 -> 1045[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1045 -> 109[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1046[label="vuu300/GT",fontsize=10,color="white",style="solid",shape="box"];62 -> 1046[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1046 -> 110[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 63[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];1047[label="vuu300/(vuu3000,vuu3001)",fontsize=10,color="white",style="solid",shape="box"];63 -> 1047[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1047 -> 111[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 64[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];1048[label="vuu300/()",fontsize=10,color="white",style="solid",shape="box"];64 -> 1048[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1048 -> 112[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 65[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];1049[label="vuu300/False",fontsize=10,color="white",style="solid",shape="box"];65 -> 1049[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1049 -> 113[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1050[label="vuu300/True",fontsize=10,color="white",style="solid",shape="box"];65 -> 1050[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1050 -> 114[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 66[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];1051[label="vuu300/vuu3000 : vuu3001",fontsize=10,color="white",style="solid",shape="box"];66 -> 1051[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1051 -> 115[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1052[label="vuu300/[]",fontsize=10,color="white",style="solid",shape="box"];66 -> 1052[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1052 -> 116[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 67[label="vuu300 == vuu3100",fontsize=16,color="black",shape="triangle"];67 -> 117[label="",style="solid", color="black", weight=3]; 21.63/8.06 68[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];1053[label="vuu300/(vuu3000,vuu3001,vuu3002)",fontsize=10,color="white",style="solid",shape="box"];68 -> 1053[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1053 -> 118[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 69[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];1054[label="vuu300/Nothing",fontsize=10,color="white",style="solid",shape="box"];69 -> 1054[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1054 -> 119[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1055[label="vuu300/Just vuu3000",fontsize=10,color="white",style="solid",shape="box"];69 -> 1055[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1055 -> 120[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 70[label="vuu300 == vuu3100",fontsize=16,color="black",shape="triangle"];70 -> 121[label="",style="solid", color="black", weight=3]; 21.63/8.06 71[label="vuu300 == vuu3100",fontsize=16,color="black",shape="triangle"];71 -> 122[label="",style="solid", color="black", weight=3]; 21.63/8.06 72[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];1056[label="vuu300/Left vuu3000",fontsize=10,color="white",style="solid",shape="box"];72 -> 1056[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1056 -> 123[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1057[label="vuu300/Right vuu3000",fontsize=10,color="white",style="solid",shape="box"];72 -> 1057[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1057 -> 124[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 73[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];1058[label="vuu300/vuu3000 :% vuu3001",fontsize=10,color="white",style="solid",shape="box"];73 -> 1058[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1058 -> 125[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 74[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];1059[label="vuu300/Integer vuu3000",fontsize=10,color="white",style="solid",shape="box"];74 -> 1059[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1059 -> 126[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 75[label="vuu300 == vuu3100",fontsize=16,color="black",shape="triangle"];75 -> 127[label="",style="solid", color="black", weight=3]; 21.63/8.06 76[label="List.groupByYs1 (==) (Left vuu9) (Left vuu10 : vuu11) (span2Span1 ((==) Left vuu9) vuu11 ((==) Left vuu9) (Left vuu10) vuu11 False)",fontsize=16,color="black",shape="box"];76 -> 128[label="",style="solid", color="black", weight=3]; 21.63/8.06 77[label="List.groupByYs1 (==) (Left vuu9) (Left vuu10 : vuu11) (span2Span1 ((==) Left vuu9) vuu11 ((==) Left vuu9) (Left vuu10) vuu11 True)",fontsize=16,color="black",shape="box"];77 -> 129[label="",style="solid", color="black", weight=3]; 21.63/8.06 78[label="List.groupByYs1 (==) (Left vuu300) (Right vuu3100 : vuu311) (span2Span0 ((==) Left vuu300) vuu311 ((==) Left vuu300) (Right vuu3100) vuu311 True)",fontsize=16,color="black",shape="box"];78 -> 130[label="",style="solid", color="black", weight=3]; 21.63/8.06 79[label="List.groupByYs1 (==) (Right vuu300) (Left vuu3100 : vuu311) (span2Span0 ((==) Right vuu300) vuu311 ((==) Right vuu300) (Left vuu3100) vuu311 True)",fontsize=16,color="black",shape="box"];79 -> 131[label="",style="solid", color="black", weight=3]; 21.63/8.06 80 -> 62[label="",style="dashed", color="red", weight=0]; 21.63/8.06 80[label="vuu300 == vuu3100",fontsize=16,color="magenta"];80 -> 132[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 80 -> 133[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 81 -> 63[label="",style="dashed", color="red", weight=0]; 21.63/8.06 81[label="vuu300 == vuu3100",fontsize=16,color="magenta"];81 -> 134[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 81 -> 135[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 82 -> 64[label="",style="dashed", color="red", weight=0]; 21.63/8.06 82[label="vuu300 == vuu3100",fontsize=16,color="magenta"];82 -> 136[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 82 -> 137[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 83 -> 65[label="",style="dashed", color="red", weight=0]; 21.63/8.06 83[label="vuu300 == vuu3100",fontsize=16,color="magenta"];83 -> 138[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 83 -> 139[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 84 -> 66[label="",style="dashed", color="red", weight=0]; 21.63/8.06 84[label="vuu300 == vuu3100",fontsize=16,color="magenta"];84 -> 140[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 84 -> 141[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 85 -> 67[label="",style="dashed", color="red", weight=0]; 21.63/8.06 85[label="vuu300 == vuu3100",fontsize=16,color="magenta"];85 -> 142[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 85 -> 143[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 86 -> 68[label="",style="dashed", color="red", weight=0]; 21.63/8.06 86[label="vuu300 == vuu3100",fontsize=16,color="magenta"];86 -> 144[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 86 -> 145[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 87 -> 69[label="",style="dashed", color="red", weight=0]; 21.63/8.06 87[label="vuu300 == vuu3100",fontsize=16,color="magenta"];87 -> 146[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 87 -> 147[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 88 -> 70[label="",style="dashed", color="red", weight=0]; 21.63/8.06 88[label="vuu300 == vuu3100",fontsize=16,color="magenta"];88 -> 148[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 88 -> 149[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 89 -> 71[label="",style="dashed", color="red", weight=0]; 21.63/8.06 89[label="vuu300 == vuu3100",fontsize=16,color="magenta"];89 -> 150[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 89 -> 151[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 90 -> 72[label="",style="dashed", color="red", weight=0]; 21.63/8.06 90[label="vuu300 == vuu3100",fontsize=16,color="magenta"];90 -> 152[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 90 -> 153[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 91 -> 73[label="",style="dashed", color="red", weight=0]; 21.63/8.06 91[label="vuu300 == vuu3100",fontsize=16,color="magenta"];91 -> 154[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 91 -> 155[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 92 -> 74[label="",style="dashed", color="red", weight=0]; 21.63/8.06 92[label="vuu300 == vuu3100",fontsize=16,color="magenta"];92 -> 156[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 92 -> 157[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 93 -> 75[label="",style="dashed", color="red", weight=0]; 21.63/8.06 93[label="vuu300 == vuu3100",fontsize=16,color="magenta"];93 -> 158[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 93 -> 159[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 94[label="List.groupByYs1 (==) (Right vuu18) (Right vuu19 : vuu20) (span2Span1 ((==) Right vuu18) vuu20 ((==) Right vuu18) (Right vuu19) vuu20 False)",fontsize=16,color="black",shape="box"];94 -> 160[label="",style="solid", color="black", weight=3]; 21.63/8.06 95[label="List.groupByYs1 (==) (Right vuu18) (Right vuu19 : vuu20) (span2Span1 ((==) Right vuu18) vuu20 ((==) Right vuu18) (Right vuu19) vuu20 True)",fontsize=16,color="black",shape="box"];95 -> 161[label="",style="solid", color="black", weight=3]; 21.63/8.06 97[label="vuu3100",fontsize=16,color="green",shape="box"];98[label="vuu311",fontsize=16,color="green",shape="box"];99[label="vuu300 == vuu3100",fontsize=16,color="blue",shape="box"];1060[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 1060[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1060 -> 162[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1061[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 1061[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1061 -> 163[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1062[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 1062[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1062 -> 164[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1063[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 1063[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1063 -> 165[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1064[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 1064[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1064 -> 166[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1065[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 1065[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1065 -> 167[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1066[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 1066[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1066 -> 168[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1067[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 1067[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1067 -> 169[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1068[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 1068[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1068 -> 170[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1069[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 1069[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1069 -> 171[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1070[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 1070[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1070 -> 172[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1071[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 1071[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1071 -> 173[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1072[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 1072[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1072 -> 174[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1073[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];99 -> 1073[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1073 -> 175[label="",style="solid", color="blue", weight=3]; 21.63/8.06 100[label="vuu300",fontsize=16,color="green",shape="box"];96[label="List.groupByZs1 (==) (Left vuu27) (Left vuu28 : vuu29) (span2Span1 ((==) Left vuu27) vuu29 ((==) Left vuu27) (Left vuu28) vuu29 vuu30)",fontsize=16,color="burlywood",shape="triangle"];1074[label="vuu30/False",fontsize=10,color="white",style="solid",shape="box"];96 -> 1074[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1074 -> 176[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1075[label="vuu30/True",fontsize=10,color="white",style="solid",shape="box"];96 -> 1075[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1075 -> 177[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 101[label="List.groupByZs1 (==) (Left vuu300) (Right vuu3100 : vuu311) (span2Span0 ((==) Left vuu300) vuu311 ((==) Left vuu300) (Right vuu3100) vuu311 otherwise)",fontsize=16,color="black",shape="box"];101 -> 178[label="",style="solid", color="black", weight=3]; 21.63/8.06 102[label="List.groupByZs1 (==) (Right vuu300) (Left vuu3100 : vuu311) (span2Span0 ((==) Right vuu300) vuu311 ((==) Right vuu300) (Left vuu3100) vuu311 otherwise)",fontsize=16,color="black",shape="box"];102 -> 179[label="",style="solid", color="black", weight=3]; 21.63/8.06 104[label="vuu3100",fontsize=16,color="green",shape="box"];105[label="vuu300 == vuu3100",fontsize=16,color="blue",shape="box"];1076[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];105 -> 1076[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1076 -> 180[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1077[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];105 -> 1077[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1077 -> 181[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1078[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];105 -> 1078[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1078 -> 182[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1079[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];105 -> 1079[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1079 -> 183[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1080[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];105 -> 1080[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1080 -> 184[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1081[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];105 -> 1081[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1081 -> 185[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1082[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];105 -> 1082[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1082 -> 186[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1083[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];105 -> 1083[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1083 -> 187[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1084[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];105 -> 1084[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1084 -> 188[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1085[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];105 -> 1085[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1085 -> 189[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1086[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];105 -> 1086[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1086 -> 190[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1087[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];105 -> 1087[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1087 -> 191[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1088[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];105 -> 1088[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1088 -> 192[label="",style="solid", color="blue", weight=3]; 21.63/8.06 1089[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];105 -> 1089[label="",style="solid", color="blue", weight=9]; 21.63/8.06 1089 -> 193[label="",style="solid", color="blue", weight=3]; 21.63/8.06 106[label="vuu300",fontsize=16,color="green",shape="box"];107[label="vuu311",fontsize=16,color="green",shape="box"];103[label="List.groupByZs1 (==) (Right vuu36) (Right vuu37 : vuu38) (span2Span1 ((==) Right vuu36) vuu38 ((==) Right vuu36) (Right vuu37) vuu38 vuu39)",fontsize=16,color="burlywood",shape="triangle"];1090[label="vuu39/False",fontsize=10,color="white",style="solid",shape="box"];103 -> 1090[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1090 -> 194[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1091[label="vuu39/True",fontsize=10,color="white",style="solid",shape="box"];103 -> 1091[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1091 -> 195[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 108[label="LT == vuu3100",fontsize=16,color="burlywood",shape="box"];1092[label="vuu3100/LT",fontsize=10,color="white",style="solid",shape="box"];108 -> 1092[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1092 -> 196[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1093[label="vuu3100/EQ",fontsize=10,color="white",style="solid",shape="box"];108 -> 1093[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1093 -> 197[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1094[label="vuu3100/GT",fontsize=10,color="white",style="solid",shape="box"];108 -> 1094[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1094 -> 198[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 109[label="EQ == vuu3100",fontsize=16,color="burlywood",shape="box"];1095[label="vuu3100/LT",fontsize=10,color="white",style="solid",shape="box"];109 -> 1095[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1095 -> 199[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1096[label="vuu3100/EQ",fontsize=10,color="white",style="solid",shape="box"];109 -> 1096[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1096 -> 200[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1097[label="vuu3100/GT",fontsize=10,color="white",style="solid",shape="box"];109 -> 1097[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1097 -> 201[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 110[label="GT == vuu3100",fontsize=16,color="burlywood",shape="box"];1098[label="vuu3100/LT",fontsize=10,color="white",style="solid",shape="box"];110 -> 1098[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1098 -> 202[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1099[label="vuu3100/EQ",fontsize=10,color="white",style="solid",shape="box"];110 -> 1099[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1099 -> 203[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1100[label="vuu3100/GT",fontsize=10,color="white",style="solid",shape="box"];110 -> 1100[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1100 -> 204[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 111[label="(vuu3000,vuu3001) == vuu3100",fontsize=16,color="burlywood",shape="box"];1101[label="vuu3100/(vuu31000,vuu31001)",fontsize=10,color="white",style="solid",shape="box"];111 -> 1101[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1101 -> 205[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 112[label="() == vuu3100",fontsize=16,color="burlywood",shape="box"];1102[label="vuu3100/()",fontsize=10,color="white",style="solid",shape="box"];112 -> 1102[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1102 -> 206[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 113[label="False == vuu3100",fontsize=16,color="burlywood",shape="box"];1103[label="vuu3100/False",fontsize=10,color="white",style="solid",shape="box"];113 -> 1103[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1103 -> 207[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1104[label="vuu3100/True",fontsize=10,color="white",style="solid",shape="box"];113 -> 1104[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1104 -> 208[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 114[label="True == vuu3100",fontsize=16,color="burlywood",shape="box"];1105[label="vuu3100/False",fontsize=10,color="white",style="solid",shape="box"];114 -> 1105[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1105 -> 209[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1106[label="vuu3100/True",fontsize=10,color="white",style="solid",shape="box"];114 -> 1106[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1106 -> 210[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 115[label="vuu3000 : vuu3001 == vuu3100",fontsize=16,color="burlywood",shape="box"];1107[label="vuu3100/vuu31000 : vuu31001",fontsize=10,color="white",style="solid",shape="box"];115 -> 1107[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1107 -> 211[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1108[label="vuu3100/[]",fontsize=10,color="white",style="solid",shape="box"];115 -> 1108[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1108 -> 212[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 116[label="[] == vuu3100",fontsize=16,color="burlywood",shape="box"];1109[label="vuu3100/vuu31000 : vuu31001",fontsize=10,color="white",style="solid",shape="box"];116 -> 1109[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1109 -> 213[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1110[label="vuu3100/[]",fontsize=10,color="white",style="solid",shape="box"];116 -> 1110[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1110 -> 214[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 117[label="primEqChar vuu300 vuu3100",fontsize=16,color="burlywood",shape="box"];1111[label="vuu300/Char vuu3000",fontsize=10,color="white",style="solid",shape="box"];117 -> 1111[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1111 -> 215[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 118[label="(vuu3000,vuu3001,vuu3002) == vuu3100",fontsize=16,color="burlywood",shape="box"];1112[label="vuu3100/(vuu31000,vuu31001,vuu31002)",fontsize=10,color="white",style="solid",shape="box"];118 -> 1112[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1112 -> 216[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 119[label="Nothing == vuu3100",fontsize=16,color="burlywood",shape="box"];1113[label="vuu3100/Nothing",fontsize=10,color="white",style="solid",shape="box"];119 -> 1113[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1113 -> 217[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1114[label="vuu3100/Just vuu31000",fontsize=10,color="white",style="solid",shape="box"];119 -> 1114[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1114 -> 218[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 120[label="Just vuu3000 == vuu3100",fontsize=16,color="burlywood",shape="box"];1115[label="vuu3100/Nothing",fontsize=10,color="white",style="solid",shape="box"];120 -> 1115[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1115 -> 219[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1116[label="vuu3100/Just vuu31000",fontsize=10,color="white",style="solid",shape="box"];120 -> 1116[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1116 -> 220[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 121[label="primEqFloat vuu300 vuu3100",fontsize=16,color="burlywood",shape="box"];1117[label="vuu300/Float vuu3000 vuu3001",fontsize=10,color="white",style="solid",shape="box"];121 -> 1117[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1117 -> 221[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 122[label="primEqInt vuu300 vuu3100",fontsize=16,color="burlywood",shape="triangle"];1118[label="vuu300/Pos vuu3000",fontsize=10,color="white",style="solid",shape="box"];122 -> 1118[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1118 -> 222[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1119[label="vuu300/Neg vuu3000",fontsize=10,color="white",style="solid",shape="box"];122 -> 1119[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1119 -> 223[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 123[label="Left vuu3000 == vuu3100",fontsize=16,color="burlywood",shape="box"];1120[label="vuu3100/Left vuu31000",fontsize=10,color="white",style="solid",shape="box"];123 -> 1120[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1120 -> 224[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1121[label="vuu3100/Right vuu31000",fontsize=10,color="white",style="solid",shape="box"];123 -> 1121[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1121 -> 225[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 124[label="Right vuu3000 == vuu3100",fontsize=16,color="burlywood",shape="box"];1122[label="vuu3100/Left vuu31000",fontsize=10,color="white",style="solid",shape="box"];124 -> 1122[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1122 -> 226[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 1123[label="vuu3100/Right vuu31000",fontsize=10,color="white",style="solid",shape="box"];124 -> 1123[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1123 -> 227[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 125[label="vuu3000 :% vuu3001 == vuu3100",fontsize=16,color="burlywood",shape="box"];1124[label="vuu3100/vuu31000 :% vuu31001",fontsize=10,color="white",style="solid",shape="box"];125 -> 1124[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1124 -> 228[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 126[label="Integer vuu3000 == vuu3100",fontsize=16,color="burlywood",shape="box"];1125[label="vuu3100/Integer vuu31000",fontsize=10,color="white",style="solid",shape="box"];126 -> 1125[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1125 -> 229[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 127[label="primEqDouble vuu300 vuu3100",fontsize=16,color="burlywood",shape="box"];1126[label="vuu300/Double vuu3000 vuu3001",fontsize=10,color="white",style="solid",shape="box"];127 -> 1126[label="",style="solid", color="burlywood", weight=9]; 21.63/8.06 1126 -> 230[label="",style="solid", color="burlywood", weight=3]; 21.63/8.06 128[label="List.groupByYs1 (==) (Left vuu9) (Left vuu10 : vuu11) (span2Span0 ((==) Left vuu9) vuu11 ((==) Left vuu9) (Left vuu10) vuu11 otherwise)",fontsize=16,color="black",shape="box"];128 -> 231[label="",style="solid", color="black", weight=3]; 21.63/8.06 129[label="List.groupByYs1 (==) (Left vuu9) (Left vuu10 : vuu11) (Left vuu10 : span2Ys ((==) Left vuu9) vuu11,span2Zs ((==) Left vuu9) vuu11)",fontsize=16,color="black",shape="box"];129 -> 232[label="",style="solid", color="black", weight=3]; 21.63/8.06 130[label="List.groupByYs1 (==) (Left vuu300) (Right vuu3100 : vuu311) ([],Right vuu3100 : vuu311)",fontsize=16,color="black",shape="box"];130 -> 233[label="",style="solid", color="black", weight=3]; 21.63/8.06 131[label="List.groupByYs1 (==) (Right vuu300) (Left vuu3100 : vuu311) ([],Left vuu3100 : vuu311)",fontsize=16,color="black",shape="box"];131 -> 234[label="",style="solid", color="black", weight=3]; 21.63/8.06 132[label="vuu300",fontsize=16,color="green",shape="box"];133[label="vuu3100",fontsize=16,color="green",shape="box"];134[label="vuu300",fontsize=16,color="green",shape="box"];135[label="vuu3100",fontsize=16,color="green",shape="box"];136[label="vuu300",fontsize=16,color="green",shape="box"];137[label="vuu3100",fontsize=16,color="green",shape="box"];138[label="vuu300",fontsize=16,color="green",shape="box"];139[label="vuu3100",fontsize=16,color="green",shape="box"];140[label="vuu300",fontsize=16,color="green",shape="box"];141[label="vuu3100",fontsize=16,color="green",shape="box"];142[label="vuu300",fontsize=16,color="green",shape="box"];143[label="vuu3100",fontsize=16,color="green",shape="box"];144[label="vuu300",fontsize=16,color="green",shape="box"];145[label="vuu3100",fontsize=16,color="green",shape="box"];146[label="vuu300",fontsize=16,color="green",shape="box"];147[label="vuu3100",fontsize=16,color="green",shape="box"];148[label="vuu300",fontsize=16,color="green",shape="box"];149[label="vuu3100",fontsize=16,color="green",shape="box"];150[label="vuu300",fontsize=16,color="green",shape="box"];151[label="vuu3100",fontsize=16,color="green",shape="box"];152[label="vuu300",fontsize=16,color="green",shape="box"];153[label="vuu3100",fontsize=16,color="green",shape="box"];154[label="vuu300",fontsize=16,color="green",shape="box"];155[label="vuu3100",fontsize=16,color="green",shape="box"];156[label="vuu300",fontsize=16,color="green",shape="box"];157[label="vuu3100",fontsize=16,color="green",shape="box"];158[label="vuu300",fontsize=16,color="green",shape="box"];159[label="vuu3100",fontsize=16,color="green",shape="box"];160[label="List.groupByYs1 (==) (Right vuu18) (Right vuu19 : vuu20) (span2Span0 ((==) Right vuu18) vuu20 ((==) Right vuu18) (Right vuu19) vuu20 otherwise)",fontsize=16,color="black",shape="box"];160 -> 235[label="",style="solid", color="black", weight=3]; 21.63/8.06 161[label="List.groupByYs1 (==) (Right vuu18) (Right vuu19 : vuu20) (Right vuu19 : span2Ys ((==) Right vuu18) vuu20,span2Zs ((==) Right vuu18) vuu20)",fontsize=16,color="black",shape="box"];161 -> 236[label="",style="solid", color="black", weight=3]; 21.63/8.06 162 -> 62[label="",style="dashed", color="red", weight=0]; 21.63/8.06 162[label="vuu300 == vuu3100",fontsize=16,color="magenta"];163 -> 63[label="",style="dashed", color="red", weight=0]; 21.63/8.06 163[label="vuu300 == vuu3100",fontsize=16,color="magenta"];164 -> 64[label="",style="dashed", color="red", weight=0]; 21.63/8.06 164[label="vuu300 == vuu3100",fontsize=16,color="magenta"];165 -> 65[label="",style="dashed", color="red", weight=0]; 21.63/8.06 165[label="vuu300 == vuu3100",fontsize=16,color="magenta"];166 -> 66[label="",style="dashed", color="red", weight=0]; 21.63/8.06 166[label="vuu300 == vuu3100",fontsize=16,color="magenta"];167 -> 67[label="",style="dashed", color="red", weight=0]; 21.63/8.06 167[label="vuu300 == vuu3100",fontsize=16,color="magenta"];168 -> 68[label="",style="dashed", color="red", weight=0]; 21.63/8.06 168[label="vuu300 == vuu3100",fontsize=16,color="magenta"];169 -> 69[label="",style="dashed", color="red", weight=0]; 21.63/8.06 169[label="vuu300 == vuu3100",fontsize=16,color="magenta"];170 -> 70[label="",style="dashed", color="red", weight=0]; 21.63/8.06 170[label="vuu300 == vuu3100",fontsize=16,color="magenta"];171 -> 71[label="",style="dashed", color="red", weight=0]; 21.63/8.06 171[label="vuu300 == vuu3100",fontsize=16,color="magenta"];172 -> 72[label="",style="dashed", color="red", weight=0]; 21.63/8.06 172[label="vuu300 == vuu3100",fontsize=16,color="magenta"];173 -> 73[label="",style="dashed", color="red", weight=0]; 21.63/8.06 173[label="vuu300 == vuu3100",fontsize=16,color="magenta"];174 -> 74[label="",style="dashed", color="red", weight=0]; 21.63/8.06 174[label="vuu300 == vuu3100",fontsize=16,color="magenta"];175 -> 75[label="",style="dashed", color="red", weight=0]; 21.63/8.06 175[label="vuu300 == vuu3100",fontsize=16,color="magenta"];176[label="List.groupByZs1 (==) (Left vuu27) (Left vuu28 : vuu29) (span2Span1 ((==) Left vuu27) vuu29 ((==) Left vuu27) (Left vuu28) vuu29 False)",fontsize=16,color="black",shape="box"];176 -> 237[label="",style="solid", color="black", weight=3]; 21.63/8.06 177[label="List.groupByZs1 (==) (Left vuu27) (Left vuu28 : vuu29) (span2Span1 ((==) Left vuu27) vuu29 ((==) Left vuu27) (Left vuu28) vuu29 True)",fontsize=16,color="black",shape="box"];177 -> 238[label="",style="solid", color="black", weight=3]; 21.63/8.06 178[label="List.groupByZs1 (==) (Left vuu300) (Right vuu3100 : vuu311) (span2Span0 ((==) Left vuu300) vuu311 ((==) Left vuu300) (Right vuu3100) vuu311 True)",fontsize=16,color="black",shape="box"];178 -> 239[label="",style="solid", color="black", weight=3]; 21.63/8.06 179[label="List.groupByZs1 (==) (Right vuu300) (Left vuu3100 : vuu311) (span2Span0 ((==) Right vuu300) vuu311 ((==) Right vuu300) (Left vuu3100) vuu311 True)",fontsize=16,color="black",shape="box"];179 -> 240[label="",style="solid", color="black", weight=3]; 21.63/8.06 180 -> 62[label="",style="dashed", color="red", weight=0]; 21.63/8.06 180[label="vuu300 == vuu3100",fontsize=16,color="magenta"];180 -> 241[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 180 -> 242[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 181 -> 63[label="",style="dashed", color="red", weight=0]; 21.63/8.06 181[label="vuu300 == vuu3100",fontsize=16,color="magenta"];181 -> 243[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 181 -> 244[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 182 -> 64[label="",style="dashed", color="red", weight=0]; 21.63/8.06 182[label="vuu300 == vuu3100",fontsize=16,color="magenta"];182 -> 245[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 182 -> 246[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 183 -> 65[label="",style="dashed", color="red", weight=0]; 21.63/8.06 183[label="vuu300 == vuu3100",fontsize=16,color="magenta"];183 -> 247[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 183 -> 248[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 184 -> 66[label="",style="dashed", color="red", weight=0]; 21.63/8.06 184[label="vuu300 == vuu3100",fontsize=16,color="magenta"];184 -> 249[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 184 -> 250[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 185 -> 67[label="",style="dashed", color="red", weight=0]; 21.63/8.06 185[label="vuu300 == vuu3100",fontsize=16,color="magenta"];185 -> 251[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 185 -> 252[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 186 -> 68[label="",style="dashed", color="red", weight=0]; 21.63/8.06 186[label="vuu300 == vuu3100",fontsize=16,color="magenta"];186 -> 253[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 186 -> 254[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 187 -> 69[label="",style="dashed", color="red", weight=0]; 21.63/8.06 187[label="vuu300 == vuu3100",fontsize=16,color="magenta"];187 -> 255[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 187 -> 256[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 188 -> 70[label="",style="dashed", color="red", weight=0]; 21.63/8.06 188[label="vuu300 == vuu3100",fontsize=16,color="magenta"];188 -> 257[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 188 -> 258[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 189 -> 71[label="",style="dashed", color="red", weight=0]; 21.63/8.06 189[label="vuu300 == vuu3100",fontsize=16,color="magenta"];189 -> 259[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 189 -> 260[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 190 -> 72[label="",style="dashed", color="red", weight=0]; 21.63/8.06 190[label="vuu300 == vuu3100",fontsize=16,color="magenta"];190 -> 261[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 190 -> 262[label="",style="dashed", color="magenta", weight=3]; 21.63/8.06 191 -> 73[label="",style="dashed", color="red", weight=0]; 21.63/8.06 191[label="vuu300 == vuu3100",fontsize=16,color="magenta"];191 -> 263[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 191 -> 264[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 192 -> 74[label="",style="dashed", color="red", weight=0]; 21.63/8.07 192[label="vuu300 == vuu3100",fontsize=16,color="magenta"];192 -> 265[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 192 -> 266[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 193 -> 75[label="",style="dashed", color="red", weight=0]; 21.63/8.07 193[label="vuu300 == vuu3100",fontsize=16,color="magenta"];193 -> 267[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 193 -> 268[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 194[label="List.groupByZs1 (==) (Right vuu36) (Right vuu37 : vuu38) (span2Span1 ((==) Right vuu36) vuu38 ((==) Right vuu36) (Right vuu37) vuu38 False)",fontsize=16,color="black",shape="box"];194 -> 269[label="",style="solid", color="black", weight=3]; 21.63/8.07 195[label="List.groupByZs1 (==) (Right vuu36) (Right vuu37 : vuu38) (span2Span1 ((==) Right vuu36) vuu38 ((==) Right vuu36) (Right vuu37) vuu38 True)",fontsize=16,color="black",shape="box"];195 -> 270[label="",style="solid", color="black", weight=3]; 21.63/8.07 196[label="LT == LT",fontsize=16,color="black",shape="box"];196 -> 271[label="",style="solid", color="black", weight=3]; 21.63/8.07 197[label="LT == EQ",fontsize=16,color="black",shape="box"];197 -> 272[label="",style="solid", color="black", weight=3]; 21.63/8.07 198[label="LT == GT",fontsize=16,color="black",shape="box"];198 -> 273[label="",style="solid", color="black", weight=3]; 21.63/8.07 199[label="EQ == LT",fontsize=16,color="black",shape="box"];199 -> 274[label="",style="solid", color="black", weight=3]; 21.63/8.07 200[label="EQ == EQ",fontsize=16,color="black",shape="box"];200 -> 275[label="",style="solid", color="black", weight=3]; 21.63/8.07 201[label="EQ == GT",fontsize=16,color="black",shape="box"];201 -> 276[label="",style="solid", color="black", weight=3]; 21.63/8.07 202[label="GT == LT",fontsize=16,color="black",shape="box"];202 -> 277[label="",style="solid", color="black", weight=3]; 21.63/8.07 203[label="GT == EQ",fontsize=16,color="black",shape="box"];203 -> 278[label="",style="solid", color="black", weight=3]; 21.63/8.07 204[label="GT == GT",fontsize=16,color="black",shape="box"];204 -> 279[label="",style="solid", color="black", weight=3]; 21.63/8.07 205[label="(vuu3000,vuu3001) == (vuu31000,vuu31001)",fontsize=16,color="black",shape="box"];205 -> 280[label="",style="solid", color="black", weight=3]; 21.63/8.07 206[label="() == ()",fontsize=16,color="black",shape="box"];206 -> 281[label="",style="solid", color="black", weight=3]; 21.63/8.07 207[label="False == False",fontsize=16,color="black",shape="box"];207 -> 282[label="",style="solid", color="black", weight=3]; 21.63/8.07 208[label="False == True",fontsize=16,color="black",shape="box"];208 -> 283[label="",style="solid", color="black", weight=3]; 21.63/8.07 209[label="True == False",fontsize=16,color="black",shape="box"];209 -> 284[label="",style="solid", color="black", weight=3]; 21.63/8.07 210[label="True == True",fontsize=16,color="black",shape="box"];210 -> 285[label="",style="solid", color="black", weight=3]; 21.63/8.07 211[label="vuu3000 : vuu3001 == vuu31000 : vuu31001",fontsize=16,color="black",shape="box"];211 -> 286[label="",style="solid", color="black", weight=3]; 21.63/8.07 212[label="vuu3000 : vuu3001 == []",fontsize=16,color="black",shape="box"];212 -> 287[label="",style="solid", color="black", weight=3]; 21.63/8.07 213[label="[] == vuu31000 : vuu31001",fontsize=16,color="black",shape="box"];213 -> 288[label="",style="solid", color="black", weight=3]; 21.63/8.07 214[label="[] == []",fontsize=16,color="black",shape="box"];214 -> 289[label="",style="solid", color="black", weight=3]; 21.63/8.07 215[label="primEqChar (Char vuu3000) vuu3100",fontsize=16,color="burlywood",shape="box"];1127[label="vuu3100/Char vuu31000",fontsize=10,color="white",style="solid",shape="box"];215 -> 1127[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1127 -> 290[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 216[label="(vuu3000,vuu3001,vuu3002) == (vuu31000,vuu31001,vuu31002)",fontsize=16,color="black",shape="box"];216 -> 291[label="",style="solid", color="black", weight=3]; 21.63/8.07 217[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];217 -> 292[label="",style="solid", color="black", weight=3]; 21.63/8.07 218[label="Nothing == Just vuu31000",fontsize=16,color="black",shape="box"];218 -> 293[label="",style="solid", color="black", weight=3]; 21.63/8.07 219[label="Just vuu3000 == Nothing",fontsize=16,color="black",shape="box"];219 -> 294[label="",style="solid", color="black", weight=3]; 21.63/8.07 220[label="Just vuu3000 == Just vuu31000",fontsize=16,color="black",shape="box"];220 -> 295[label="",style="solid", color="black", weight=3]; 21.63/8.07 221[label="primEqFloat (Float vuu3000 vuu3001) vuu3100",fontsize=16,color="burlywood",shape="box"];1128[label="vuu3100/Float vuu31000 vuu31001",fontsize=10,color="white",style="solid",shape="box"];221 -> 1128[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1128 -> 296[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 222[label="primEqInt (Pos vuu3000) vuu3100",fontsize=16,color="burlywood",shape="box"];1129[label="vuu3000/Succ vuu30000",fontsize=10,color="white",style="solid",shape="box"];222 -> 1129[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1129 -> 297[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 1130[label="vuu3000/Zero",fontsize=10,color="white",style="solid",shape="box"];222 -> 1130[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1130 -> 298[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 223[label="primEqInt (Neg vuu3000) vuu3100",fontsize=16,color="burlywood",shape="box"];1131[label="vuu3000/Succ vuu30000",fontsize=10,color="white",style="solid",shape="box"];223 -> 1131[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1131 -> 299[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 1132[label="vuu3000/Zero",fontsize=10,color="white",style="solid",shape="box"];223 -> 1132[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1132 -> 300[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 224[label="Left vuu3000 == Left vuu31000",fontsize=16,color="black",shape="box"];224 -> 301[label="",style="solid", color="black", weight=3]; 21.63/8.07 225[label="Left vuu3000 == Right vuu31000",fontsize=16,color="black",shape="box"];225 -> 302[label="",style="solid", color="black", weight=3]; 21.63/8.07 226[label="Right vuu3000 == Left vuu31000",fontsize=16,color="black",shape="box"];226 -> 303[label="",style="solid", color="black", weight=3]; 21.63/8.07 227[label="Right vuu3000 == Right vuu31000",fontsize=16,color="black",shape="box"];227 -> 304[label="",style="solid", color="black", weight=3]; 21.63/8.07 228[label="vuu3000 :% vuu3001 == vuu31000 :% vuu31001",fontsize=16,color="black",shape="box"];228 -> 305[label="",style="solid", color="black", weight=3]; 21.63/8.07 229[label="Integer vuu3000 == Integer vuu31000",fontsize=16,color="black",shape="box"];229 -> 306[label="",style="solid", color="black", weight=3]; 21.63/8.07 230[label="primEqDouble (Double vuu3000 vuu3001) vuu3100",fontsize=16,color="burlywood",shape="box"];1133[label="vuu3100/Double vuu31000 vuu31001",fontsize=10,color="white",style="solid",shape="box"];230 -> 1133[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1133 -> 307[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 231[label="List.groupByYs1 (==) (Left vuu9) (Left vuu10 : vuu11) (span2Span0 ((==) Left vuu9) vuu11 ((==) Left vuu9) (Left vuu10) vuu11 True)",fontsize=16,color="black",shape="box"];231 -> 308[label="",style="solid", color="black", weight=3]; 21.63/8.07 232[label="Left vuu10 : span2Ys ((==) Left vuu9) vuu11",fontsize=16,color="green",shape="box"];232 -> 309[label="",style="dashed", color="green", weight=3]; 21.63/8.07 233[label="[]",fontsize=16,color="green",shape="box"];234[label="[]",fontsize=16,color="green",shape="box"];235[label="List.groupByYs1 (==) (Right vuu18) (Right vuu19 : vuu20) (span2Span0 ((==) Right vuu18) vuu20 ((==) Right vuu18) (Right vuu19) vuu20 True)",fontsize=16,color="black",shape="box"];235 -> 310[label="",style="solid", color="black", weight=3]; 21.63/8.07 236[label="Right vuu19 : span2Ys ((==) Right vuu18) vuu20",fontsize=16,color="green",shape="box"];236 -> 311[label="",style="dashed", color="green", weight=3]; 21.63/8.07 237[label="List.groupByZs1 (==) (Left vuu27) (Left vuu28 : vuu29) (span2Span0 ((==) Left vuu27) vuu29 ((==) Left vuu27) (Left vuu28) vuu29 otherwise)",fontsize=16,color="black",shape="box"];237 -> 312[label="",style="solid", color="black", weight=3]; 21.63/8.07 238[label="List.groupByZs1 (==) (Left vuu27) (Left vuu28 : vuu29) (Left vuu28 : span2Ys ((==) Left vuu27) vuu29,span2Zs ((==) Left vuu27) vuu29)",fontsize=16,color="black",shape="box"];238 -> 313[label="",style="solid", color="black", weight=3]; 21.63/8.07 239[label="List.groupByZs1 (==) (Left vuu300) (Right vuu3100 : vuu311) ([],Right vuu3100 : vuu311)",fontsize=16,color="black",shape="box"];239 -> 314[label="",style="solid", color="black", weight=3]; 21.63/8.07 240[label="List.groupByZs1 (==) (Right vuu300) (Left vuu3100 : vuu311) ([],Left vuu3100 : vuu311)",fontsize=16,color="black",shape="box"];240 -> 315[label="",style="solid", color="black", weight=3]; 21.63/8.07 241[label="vuu300",fontsize=16,color="green",shape="box"];242[label="vuu3100",fontsize=16,color="green",shape="box"];243[label="vuu300",fontsize=16,color="green",shape="box"];244[label="vuu3100",fontsize=16,color="green",shape="box"];245[label="vuu300",fontsize=16,color="green",shape="box"];246[label="vuu3100",fontsize=16,color="green",shape="box"];247[label="vuu300",fontsize=16,color="green",shape="box"];248[label="vuu3100",fontsize=16,color="green",shape="box"];249[label="vuu300",fontsize=16,color="green",shape="box"];250[label="vuu3100",fontsize=16,color="green",shape="box"];251[label="vuu300",fontsize=16,color="green",shape="box"];252[label="vuu3100",fontsize=16,color="green",shape="box"];253[label="vuu300",fontsize=16,color="green",shape="box"];254[label="vuu3100",fontsize=16,color="green",shape="box"];255[label="vuu300",fontsize=16,color="green",shape="box"];256[label="vuu3100",fontsize=16,color="green",shape="box"];257[label="vuu300",fontsize=16,color="green",shape="box"];258[label="vuu3100",fontsize=16,color="green",shape="box"];259[label="vuu300",fontsize=16,color="green",shape="box"];260[label="vuu3100",fontsize=16,color="green",shape="box"];261[label="vuu300",fontsize=16,color="green",shape="box"];262[label="vuu3100",fontsize=16,color="green",shape="box"];263[label="vuu300",fontsize=16,color="green",shape="box"];264[label="vuu3100",fontsize=16,color="green",shape="box"];265[label="vuu300",fontsize=16,color="green",shape="box"];266[label="vuu3100",fontsize=16,color="green",shape="box"];267[label="vuu300",fontsize=16,color="green",shape="box"];268[label="vuu3100",fontsize=16,color="green",shape="box"];269[label="List.groupByZs1 (==) (Right vuu36) (Right vuu37 : vuu38) (span2Span0 ((==) Right vuu36) vuu38 ((==) Right vuu36) (Right vuu37) vuu38 otherwise)",fontsize=16,color="black",shape="box"];269 -> 316[label="",style="solid", color="black", weight=3]; 21.63/8.07 270[label="List.groupByZs1 (==) (Right vuu36) (Right vuu37 : vuu38) (Right vuu37 : span2Ys ((==) Right vuu36) vuu38,span2Zs ((==) Right vuu36) vuu38)",fontsize=16,color="black",shape="box"];270 -> 317[label="",style="solid", color="black", weight=3]; 21.63/8.07 271[label="True",fontsize=16,color="green",shape="box"];272[label="False",fontsize=16,color="green",shape="box"];273[label="False",fontsize=16,color="green",shape="box"];274[label="False",fontsize=16,color="green",shape="box"];275[label="True",fontsize=16,color="green",shape="box"];276[label="False",fontsize=16,color="green",shape="box"];277[label="False",fontsize=16,color="green",shape="box"];278[label="False",fontsize=16,color="green",shape="box"];279[label="True",fontsize=16,color="green",shape="box"];280 -> 416[label="",style="dashed", color="red", weight=0]; 21.63/8.07 280[label="vuu3000 == vuu31000 && vuu3001 == vuu31001",fontsize=16,color="magenta"];280 -> 417[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 280 -> 418[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 281[label="True",fontsize=16,color="green",shape="box"];282[label="True",fontsize=16,color="green",shape="box"];283[label="False",fontsize=16,color="green",shape="box"];284[label="False",fontsize=16,color="green",shape="box"];285[label="True",fontsize=16,color="green",shape="box"];286 -> 416[label="",style="dashed", color="red", weight=0]; 21.63/8.07 286[label="vuu3000 == vuu31000 && vuu3001 == vuu31001",fontsize=16,color="magenta"];286 -> 419[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 286 -> 420[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 287[label="False",fontsize=16,color="green",shape="box"];288[label="False",fontsize=16,color="green",shape="box"];289[label="True",fontsize=16,color="green",shape="box"];290[label="primEqChar (Char vuu3000) (Char vuu31000)",fontsize=16,color="black",shape="box"];290 -> 328[label="",style="solid", color="black", weight=3]; 21.63/8.07 291 -> 416[label="",style="dashed", color="red", weight=0]; 21.63/8.07 291[label="vuu3000 == vuu31000 && vuu3001 == vuu31001 && vuu3002 == vuu31002",fontsize=16,color="magenta"];291 -> 421[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 291 -> 422[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 292[label="True",fontsize=16,color="green",shape="box"];293[label="False",fontsize=16,color="green",shape="box"];294[label="False",fontsize=16,color="green",shape="box"];295[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];1134[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];295 -> 1134[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1134 -> 340[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1135[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];295 -> 1135[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1135 -> 341[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1136[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];295 -> 1136[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1136 -> 342[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1137[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];295 -> 1137[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1137 -> 343[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1138[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];295 -> 1138[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1138 -> 344[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1139[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];295 -> 1139[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1139 -> 345[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1140[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];295 -> 1140[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1140 -> 346[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1141[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];295 -> 1141[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1141 -> 347[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1142[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];295 -> 1142[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1142 -> 348[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1143[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];295 -> 1143[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1143 -> 349[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1144[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];295 -> 1144[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1144 -> 350[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1145[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];295 -> 1145[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1145 -> 351[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1146[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];295 -> 1146[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1146 -> 352[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1147[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];295 -> 1147[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1147 -> 353[label="",style="solid", color="blue", weight=3]; 21.63/8.07 296[label="primEqFloat (Float vuu3000 vuu3001) (Float vuu31000 vuu31001)",fontsize=16,color="black",shape="box"];296 -> 354[label="",style="solid", color="black", weight=3]; 21.63/8.07 297[label="primEqInt (Pos (Succ vuu30000)) vuu3100",fontsize=16,color="burlywood",shape="box"];1148[label="vuu3100/Pos vuu31000",fontsize=10,color="white",style="solid",shape="box"];297 -> 1148[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1148 -> 355[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 1149[label="vuu3100/Neg vuu31000",fontsize=10,color="white",style="solid",shape="box"];297 -> 1149[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1149 -> 356[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 298[label="primEqInt (Pos Zero) vuu3100",fontsize=16,color="burlywood",shape="box"];1150[label="vuu3100/Pos vuu31000",fontsize=10,color="white",style="solid",shape="box"];298 -> 1150[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1150 -> 357[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 1151[label="vuu3100/Neg vuu31000",fontsize=10,color="white",style="solid",shape="box"];298 -> 1151[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1151 -> 358[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 299[label="primEqInt (Neg (Succ vuu30000)) vuu3100",fontsize=16,color="burlywood",shape="box"];1152[label="vuu3100/Pos vuu31000",fontsize=10,color="white",style="solid",shape="box"];299 -> 1152[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1152 -> 359[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 1153[label="vuu3100/Neg vuu31000",fontsize=10,color="white",style="solid",shape="box"];299 -> 1153[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1153 -> 360[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 300[label="primEqInt (Neg Zero) vuu3100",fontsize=16,color="burlywood",shape="box"];1154[label="vuu3100/Pos vuu31000",fontsize=10,color="white",style="solid",shape="box"];300 -> 1154[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1154 -> 361[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 1155[label="vuu3100/Neg vuu31000",fontsize=10,color="white",style="solid",shape="box"];300 -> 1155[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1155 -> 362[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 301[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];1156[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1156[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1156 -> 363[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1157[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1157[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1157 -> 364[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1158[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1158[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1158 -> 365[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1159[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1159[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1159 -> 366[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1160[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1160[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1160 -> 367[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1161[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1161[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1161 -> 368[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1162[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1162[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1162 -> 369[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1163[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1163[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1163 -> 370[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1164[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1164[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1164 -> 371[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1165[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1165[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1165 -> 372[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1166[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1166[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1166 -> 373[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1167[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1167[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1167 -> 374[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1168[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1168[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1168 -> 375[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1169[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1169[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1169 -> 376[label="",style="solid", color="blue", weight=3]; 21.63/8.07 302[label="False",fontsize=16,color="green",shape="box"];303[label="False",fontsize=16,color="green",shape="box"];304[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];1170[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 1170[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1170 -> 377[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1171[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 1171[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1171 -> 378[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1172[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 1172[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1172 -> 379[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1173[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 1173[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1173 -> 380[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1174[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 1174[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1174 -> 381[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1175[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 1175[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1175 -> 382[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1176[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 1176[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1176 -> 383[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1177[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 1177[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1177 -> 384[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1178[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 1178[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1178 -> 385[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1179[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 1179[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1179 -> 386[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1180[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 1180[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1180 -> 387[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1181[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 1181[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1181 -> 388[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1182[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 1182[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1182 -> 389[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1183[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 1183[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1183 -> 390[label="",style="solid", color="blue", weight=3]; 21.63/8.07 305 -> 416[label="",style="dashed", color="red", weight=0]; 21.63/8.07 305[label="vuu3000 == vuu31000 && vuu3001 == vuu31001",fontsize=16,color="magenta"];305 -> 423[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 305 -> 424[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 306 -> 122[label="",style="dashed", color="red", weight=0]; 21.63/8.07 306[label="primEqInt vuu3000 vuu31000",fontsize=16,color="magenta"];306 -> 391[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 306 -> 392[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 307[label="primEqDouble (Double vuu3000 vuu3001) (Double vuu31000 vuu31001)",fontsize=16,color="black",shape="box"];307 -> 393[label="",style="solid", color="black", weight=3]; 21.63/8.07 308[label="List.groupByYs1 (==) (Left vuu9) (Left vuu10 : vuu11) ([],Left vuu10 : vuu11)",fontsize=16,color="black",shape="box"];308 -> 394[label="",style="solid", color="black", weight=3]; 21.63/8.07 309[label="span2Ys ((==) Left vuu9) vuu11",fontsize=16,color="black",shape="triangle"];309 -> 395[label="",style="solid", color="black", weight=3]; 21.63/8.07 310[label="List.groupByYs1 (==) (Right vuu18) (Right vuu19 : vuu20) ([],Right vuu19 : vuu20)",fontsize=16,color="black",shape="box"];310 -> 396[label="",style="solid", color="black", weight=3]; 21.63/8.07 311[label="span2Ys ((==) Right vuu18) vuu20",fontsize=16,color="black",shape="triangle"];311 -> 397[label="",style="solid", color="black", weight=3]; 21.63/8.07 312[label="List.groupByZs1 (==) (Left vuu27) (Left vuu28 : vuu29) (span2Span0 ((==) Left vuu27) vuu29 ((==) Left vuu27) (Left vuu28) vuu29 True)",fontsize=16,color="black",shape="box"];312 -> 398[label="",style="solid", color="black", weight=3]; 21.63/8.07 313[label="span2Zs ((==) Left vuu27) vuu29",fontsize=16,color="black",shape="triangle"];313 -> 399[label="",style="solid", color="black", weight=3]; 21.63/8.07 314[label="Right vuu3100 : vuu311",fontsize=16,color="green",shape="box"];315[label="Left vuu3100 : vuu311",fontsize=16,color="green",shape="box"];316[label="List.groupByZs1 (==) (Right vuu36) (Right vuu37 : vuu38) (span2Span0 ((==) Right vuu36) vuu38 ((==) Right vuu36) (Right vuu37) vuu38 True)",fontsize=16,color="black",shape="box"];316 -> 400[label="",style="solid", color="black", weight=3]; 21.63/8.07 317[label="span2Zs ((==) Right vuu36) vuu38",fontsize=16,color="black",shape="triangle"];317 -> 401[label="",style="solid", color="black", weight=3]; 21.63/8.07 417[label="vuu3001 == vuu31001",fontsize=16,color="blue",shape="box"];1184[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];417 -> 1184[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1184 -> 429[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1185[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];417 -> 1185[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1185 -> 430[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1186[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];417 -> 1186[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1186 -> 431[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1187[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];417 -> 1187[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1187 -> 432[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1188[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];417 -> 1188[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1188 -> 433[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1189[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];417 -> 1189[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1189 -> 434[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1190[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];417 -> 1190[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1190 -> 435[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1191[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];417 -> 1191[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1191 -> 436[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1192[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];417 -> 1192[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1192 -> 437[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1193[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];417 -> 1193[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1193 -> 438[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1194[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];417 -> 1194[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1194 -> 439[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1195[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];417 -> 1195[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1195 -> 440[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1196[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];417 -> 1196[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1196 -> 441[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1197[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];417 -> 1197[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1197 -> 442[label="",style="solid", color="blue", weight=3]; 21.63/8.07 418[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];1198[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];418 -> 1198[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1198 -> 443[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1199[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];418 -> 1199[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1199 -> 444[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1200[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];418 -> 1200[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1200 -> 445[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1201[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];418 -> 1201[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1201 -> 446[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1202[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];418 -> 1202[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1202 -> 447[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1203[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];418 -> 1203[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1203 -> 448[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1204[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];418 -> 1204[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1204 -> 449[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1205[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];418 -> 1205[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1205 -> 450[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1206[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];418 -> 1206[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1206 -> 451[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1207[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];418 -> 1207[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1207 -> 452[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1208[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];418 -> 1208[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1208 -> 453[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1209[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];418 -> 1209[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1209 -> 454[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1210[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];418 -> 1210[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1210 -> 455[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1211[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];418 -> 1211[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1211 -> 456[label="",style="solid", color="blue", weight=3]; 21.63/8.07 416[label="vuu51 && vuu52",fontsize=16,color="burlywood",shape="triangle"];1212[label="vuu51/False",fontsize=10,color="white",style="solid",shape="box"];416 -> 1212[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1212 -> 457[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 1213[label="vuu51/True",fontsize=10,color="white",style="solid",shape="box"];416 -> 1213[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1213 -> 458[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 419 -> 66[label="",style="dashed", color="red", weight=0]; 21.63/8.07 419[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];419 -> 459[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 419 -> 460[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 420[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];1214[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];420 -> 1214[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1214 -> 461[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1215[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];420 -> 1215[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1215 -> 462[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1216[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];420 -> 1216[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1216 -> 463[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1217[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];420 -> 1217[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1217 -> 464[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1218[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];420 -> 1218[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1218 -> 465[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1219[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];420 -> 1219[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1219 -> 466[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1220[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];420 -> 1220[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1220 -> 467[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1221[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];420 -> 1221[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1221 -> 468[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1222[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];420 -> 1222[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1222 -> 469[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1223[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];420 -> 1223[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1223 -> 470[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1224[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];420 -> 1224[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1224 -> 471[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1225[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];420 -> 1225[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1225 -> 472[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1226[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];420 -> 1226[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1226 -> 473[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1227[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];420 -> 1227[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1227 -> 474[label="",style="solid", color="blue", weight=3]; 21.63/8.07 328[label="primEqNat vuu3000 vuu31000",fontsize=16,color="burlywood",shape="triangle"];1228[label="vuu3000/Succ vuu30000",fontsize=10,color="white",style="solid",shape="box"];328 -> 1228[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1228 -> 475[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 1229[label="vuu3000/Zero",fontsize=10,color="white",style="solid",shape="box"];328 -> 1229[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1229 -> 476[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 421 -> 416[label="",style="dashed", color="red", weight=0]; 21.63/8.07 421[label="vuu3001 == vuu31001 && vuu3002 == vuu31002",fontsize=16,color="magenta"];421 -> 477[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 421 -> 478[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 422[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];1230[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];422 -> 1230[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1230 -> 479[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1231[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];422 -> 1231[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1231 -> 480[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1232[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];422 -> 1232[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1232 -> 481[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1233[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];422 -> 1233[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1233 -> 482[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1234[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];422 -> 1234[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1234 -> 483[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1235[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];422 -> 1235[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1235 -> 484[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1236[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];422 -> 1236[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1236 -> 485[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1237[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];422 -> 1237[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1237 -> 486[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1238[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];422 -> 1238[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1238 -> 487[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1239[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];422 -> 1239[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1239 -> 488[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1240[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];422 -> 1240[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1240 -> 489[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1241[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];422 -> 1241[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1241 -> 490[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1242[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];422 -> 1242[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1242 -> 491[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1243[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];422 -> 1243[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1243 -> 492[label="",style="solid", color="blue", weight=3]; 21.63/8.07 340 -> 62[label="",style="dashed", color="red", weight=0]; 21.63/8.07 340[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];340 -> 493[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 340 -> 494[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 341 -> 63[label="",style="dashed", color="red", weight=0]; 21.63/8.07 341[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];341 -> 495[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 341 -> 496[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 342 -> 64[label="",style="dashed", color="red", weight=0]; 21.63/8.07 342[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];342 -> 497[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 342 -> 498[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 343 -> 65[label="",style="dashed", color="red", weight=0]; 21.63/8.07 343[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];343 -> 499[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 343 -> 500[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 344 -> 66[label="",style="dashed", color="red", weight=0]; 21.63/8.07 344[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];344 -> 501[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 344 -> 502[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 345 -> 67[label="",style="dashed", color="red", weight=0]; 21.63/8.07 345[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];345 -> 503[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 345 -> 504[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 346 -> 68[label="",style="dashed", color="red", weight=0]; 21.63/8.07 346[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];346 -> 505[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 346 -> 506[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 347 -> 69[label="",style="dashed", color="red", weight=0]; 21.63/8.07 347[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];347 -> 507[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 347 -> 508[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 348 -> 70[label="",style="dashed", color="red", weight=0]; 21.63/8.07 348[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];348 -> 509[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 348 -> 510[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 349 -> 71[label="",style="dashed", color="red", weight=0]; 21.63/8.07 349[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];349 -> 511[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 349 -> 512[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 350 -> 72[label="",style="dashed", color="red", weight=0]; 21.63/8.07 350[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];350 -> 513[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 350 -> 514[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 351 -> 73[label="",style="dashed", color="red", weight=0]; 21.63/8.07 351[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];351 -> 515[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 351 -> 516[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 352 -> 74[label="",style="dashed", color="red", weight=0]; 21.63/8.07 352[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];352 -> 517[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 352 -> 518[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 353 -> 75[label="",style="dashed", color="red", weight=0]; 21.63/8.07 353[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];353 -> 519[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 353 -> 520[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 354 -> 71[label="",style="dashed", color="red", weight=0]; 21.63/8.07 354[label="vuu3000 * vuu31001 == vuu3001 * vuu31000",fontsize=16,color="magenta"];354 -> 521[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 354 -> 522[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 355[label="primEqInt (Pos (Succ vuu30000)) (Pos vuu31000)",fontsize=16,color="burlywood",shape="box"];1244[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];355 -> 1244[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1244 -> 523[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 1245[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];355 -> 1245[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1245 -> 524[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 356[label="primEqInt (Pos (Succ vuu30000)) (Neg vuu31000)",fontsize=16,color="black",shape="box"];356 -> 525[label="",style="solid", color="black", weight=3]; 21.63/8.07 357[label="primEqInt (Pos Zero) (Pos vuu31000)",fontsize=16,color="burlywood",shape="box"];1246[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];357 -> 1246[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1246 -> 526[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 1247[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];357 -> 1247[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1247 -> 527[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 358[label="primEqInt (Pos Zero) (Neg vuu31000)",fontsize=16,color="burlywood",shape="box"];1248[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];358 -> 1248[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1248 -> 528[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 1249[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];358 -> 1249[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1249 -> 529[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 359[label="primEqInt (Neg (Succ vuu30000)) (Pos vuu31000)",fontsize=16,color="black",shape="box"];359 -> 530[label="",style="solid", color="black", weight=3]; 21.63/8.07 360[label="primEqInt (Neg (Succ vuu30000)) (Neg vuu31000)",fontsize=16,color="burlywood",shape="box"];1250[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];360 -> 1250[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1250 -> 531[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 1251[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];360 -> 1251[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1251 -> 532[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 361[label="primEqInt (Neg Zero) (Pos vuu31000)",fontsize=16,color="burlywood",shape="box"];1252[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];361 -> 1252[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1252 -> 533[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 1253[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];361 -> 1253[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1253 -> 534[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 362[label="primEqInt (Neg Zero) (Neg vuu31000)",fontsize=16,color="burlywood",shape="box"];1254[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];362 -> 1254[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1254 -> 535[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 1255[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];362 -> 1255[label="",style="solid", color="burlywood", weight=9]; 21.63/8.07 1255 -> 536[label="",style="solid", color="burlywood", weight=3]; 21.63/8.07 363 -> 62[label="",style="dashed", color="red", weight=0]; 21.63/8.07 363[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];363 -> 537[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 363 -> 538[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 364 -> 63[label="",style="dashed", color="red", weight=0]; 21.63/8.07 364[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];364 -> 539[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 364 -> 540[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 365 -> 64[label="",style="dashed", color="red", weight=0]; 21.63/8.07 365[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];365 -> 541[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 365 -> 542[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 366 -> 65[label="",style="dashed", color="red", weight=0]; 21.63/8.07 366[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];366 -> 543[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 366 -> 544[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 367 -> 66[label="",style="dashed", color="red", weight=0]; 21.63/8.07 367[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];367 -> 545[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 367 -> 546[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 368 -> 67[label="",style="dashed", color="red", weight=0]; 21.63/8.07 368[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];368 -> 547[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 368 -> 548[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 369 -> 68[label="",style="dashed", color="red", weight=0]; 21.63/8.07 369[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];369 -> 549[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 369 -> 550[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 370 -> 69[label="",style="dashed", color="red", weight=0]; 21.63/8.07 370[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];370 -> 551[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 370 -> 552[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 371 -> 70[label="",style="dashed", color="red", weight=0]; 21.63/8.07 371[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];371 -> 553[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 371 -> 554[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 372 -> 71[label="",style="dashed", color="red", weight=0]; 21.63/8.07 372[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];372 -> 555[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 372 -> 556[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 373 -> 72[label="",style="dashed", color="red", weight=0]; 21.63/8.07 373[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];373 -> 557[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 373 -> 558[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 374 -> 73[label="",style="dashed", color="red", weight=0]; 21.63/8.07 374[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];374 -> 559[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 374 -> 560[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 375 -> 74[label="",style="dashed", color="red", weight=0]; 21.63/8.07 375[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];375 -> 561[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 375 -> 562[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 376 -> 75[label="",style="dashed", color="red", weight=0]; 21.63/8.07 376[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];376 -> 563[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 376 -> 564[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 377 -> 62[label="",style="dashed", color="red", weight=0]; 21.63/8.07 377[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];377 -> 565[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 377 -> 566[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 378 -> 63[label="",style="dashed", color="red", weight=0]; 21.63/8.07 378[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];378 -> 567[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 378 -> 568[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 379 -> 64[label="",style="dashed", color="red", weight=0]; 21.63/8.07 379[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];379 -> 569[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 379 -> 570[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 380 -> 65[label="",style="dashed", color="red", weight=0]; 21.63/8.07 380[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];380 -> 571[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 380 -> 572[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 381 -> 66[label="",style="dashed", color="red", weight=0]; 21.63/8.07 381[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];381 -> 573[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 381 -> 574[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 382 -> 67[label="",style="dashed", color="red", weight=0]; 21.63/8.07 382[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];382 -> 575[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 382 -> 576[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 383 -> 68[label="",style="dashed", color="red", weight=0]; 21.63/8.07 383[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];383 -> 577[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 383 -> 578[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 384 -> 69[label="",style="dashed", color="red", weight=0]; 21.63/8.07 384[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];384 -> 579[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 384 -> 580[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 385 -> 70[label="",style="dashed", color="red", weight=0]; 21.63/8.07 385[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];385 -> 581[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 385 -> 582[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 386 -> 71[label="",style="dashed", color="red", weight=0]; 21.63/8.07 386[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];386 -> 583[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 386 -> 584[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 387 -> 72[label="",style="dashed", color="red", weight=0]; 21.63/8.07 387[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];387 -> 585[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 387 -> 586[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 388 -> 73[label="",style="dashed", color="red", weight=0]; 21.63/8.07 388[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];388 -> 587[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 388 -> 588[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 389 -> 74[label="",style="dashed", color="red", weight=0]; 21.63/8.07 389[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];389 -> 589[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 389 -> 590[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 390 -> 75[label="",style="dashed", color="red", weight=0]; 21.63/8.07 390[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];390 -> 591[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 390 -> 592[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 423[label="vuu3001 == vuu31001",fontsize=16,color="blue",shape="box"];1256[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];423 -> 1256[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1256 -> 593[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1257[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];423 -> 1257[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1257 -> 594[label="",style="solid", color="blue", weight=3]; 21.63/8.07 424[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];1258[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];424 -> 1258[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1258 -> 595[label="",style="solid", color="blue", weight=3]; 21.63/8.07 1259[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];424 -> 1259[label="",style="solid", color="blue", weight=9]; 21.63/8.07 1259 -> 596[label="",style="solid", color="blue", weight=3]; 21.63/8.07 391[label="vuu3000",fontsize=16,color="green",shape="box"];392[label="vuu31000",fontsize=16,color="green",shape="box"];393 -> 71[label="",style="dashed", color="red", weight=0]; 21.63/8.07 393[label="vuu3000 * vuu31001 == vuu3001 * vuu31000",fontsize=16,color="magenta"];393 -> 597[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 393 -> 598[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 394[label="[]",fontsize=16,color="green",shape="box"];395[label="span2Ys0 ((==) Left vuu9) vuu11 (span2Vu43 ((==) Left vuu9) vuu11)",fontsize=16,color="black",shape="box"];395 -> 599[label="",style="solid", color="black", weight=3]; 21.63/8.07 396[label="[]",fontsize=16,color="green",shape="box"];397[label="span2Ys0 ((==) Right vuu18) vuu20 (span2Vu43 ((==) Right vuu18) vuu20)",fontsize=16,color="black",shape="box"];397 -> 600[label="",style="solid", color="black", weight=3]; 21.63/8.07 398[label="List.groupByZs1 (==) (Left vuu27) (Left vuu28 : vuu29) ([],Left vuu28 : vuu29)",fontsize=16,color="black",shape="box"];398 -> 601[label="",style="solid", color="black", weight=3]; 21.63/8.07 399[label="span2Zs0 ((==) Left vuu27) vuu29 (span2Vu43 ((==) Left vuu27) vuu29)",fontsize=16,color="black",shape="box"];399 -> 602[label="",style="solid", color="black", weight=3]; 21.63/8.07 400[label="List.groupByZs1 (==) (Right vuu36) (Right vuu37 : vuu38) ([],Right vuu37 : vuu38)",fontsize=16,color="black",shape="box"];400 -> 603[label="",style="solid", color="black", weight=3]; 21.63/8.07 401[label="span2Zs0 ((==) Right vuu36) vuu38 (span2Vu43 ((==) Right vuu36) vuu38)",fontsize=16,color="black",shape="box"];401 -> 604[label="",style="solid", color="black", weight=3]; 21.63/8.07 429 -> 62[label="",style="dashed", color="red", weight=0]; 21.63/8.07 429[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];429 -> 605[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 429 -> 606[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 430 -> 63[label="",style="dashed", color="red", weight=0]; 21.63/8.07 430[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];430 -> 607[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 430 -> 608[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 431 -> 64[label="",style="dashed", color="red", weight=0]; 21.63/8.07 431[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];431 -> 609[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 431 -> 610[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 432 -> 65[label="",style="dashed", color="red", weight=0]; 21.63/8.07 432[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];432 -> 611[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 432 -> 612[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 433 -> 66[label="",style="dashed", color="red", weight=0]; 21.63/8.07 433[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];433 -> 613[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 433 -> 614[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 434 -> 67[label="",style="dashed", color="red", weight=0]; 21.63/8.07 434[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];434 -> 615[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 434 -> 616[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 435 -> 68[label="",style="dashed", color="red", weight=0]; 21.63/8.07 435[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];435 -> 617[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 435 -> 618[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 436 -> 69[label="",style="dashed", color="red", weight=0]; 21.63/8.07 436[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];436 -> 619[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 436 -> 620[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 437 -> 70[label="",style="dashed", color="red", weight=0]; 21.63/8.07 437[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];437 -> 621[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 437 -> 622[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 438 -> 71[label="",style="dashed", color="red", weight=0]; 21.63/8.07 438[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];438 -> 623[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 438 -> 624[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 439 -> 72[label="",style="dashed", color="red", weight=0]; 21.63/8.07 439[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];439 -> 625[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 439 -> 626[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 440 -> 73[label="",style="dashed", color="red", weight=0]; 21.63/8.07 440[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];440 -> 627[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 440 -> 628[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 441 -> 74[label="",style="dashed", color="red", weight=0]; 21.63/8.07 441[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];441 -> 629[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 441 -> 630[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 442 -> 75[label="",style="dashed", color="red", weight=0]; 21.63/8.07 442[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];442 -> 631[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 442 -> 632[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 443 -> 62[label="",style="dashed", color="red", weight=0]; 21.63/8.07 443[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];443 -> 633[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 443 -> 634[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 444 -> 63[label="",style="dashed", color="red", weight=0]; 21.63/8.07 444[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];444 -> 635[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 444 -> 636[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 445 -> 64[label="",style="dashed", color="red", weight=0]; 21.63/8.07 445[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];445 -> 637[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 445 -> 638[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 446 -> 65[label="",style="dashed", color="red", weight=0]; 21.63/8.07 446[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];446 -> 639[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 446 -> 640[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 447 -> 66[label="",style="dashed", color="red", weight=0]; 21.63/8.07 447[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];447 -> 641[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 447 -> 642[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 448 -> 67[label="",style="dashed", color="red", weight=0]; 21.63/8.07 448[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];448 -> 643[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 448 -> 644[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 449 -> 68[label="",style="dashed", color="red", weight=0]; 21.63/8.07 449[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];449 -> 645[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 449 -> 646[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 450 -> 69[label="",style="dashed", color="red", weight=0]; 21.63/8.07 450[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];450 -> 647[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 450 -> 648[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 451 -> 70[label="",style="dashed", color="red", weight=0]; 21.63/8.07 451[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];451 -> 649[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 451 -> 650[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 452 -> 71[label="",style="dashed", color="red", weight=0]; 21.63/8.07 452[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];452 -> 651[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 452 -> 652[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 453 -> 72[label="",style="dashed", color="red", weight=0]; 21.63/8.07 453[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];453 -> 653[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 453 -> 654[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 454 -> 73[label="",style="dashed", color="red", weight=0]; 21.63/8.07 454[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];454 -> 655[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 454 -> 656[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 455 -> 74[label="",style="dashed", color="red", weight=0]; 21.63/8.07 455[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];455 -> 657[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 455 -> 658[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 456 -> 75[label="",style="dashed", color="red", weight=0]; 21.63/8.07 456[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];456 -> 659[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 456 -> 660[label="",style="dashed", color="magenta", weight=3]; 21.63/8.07 457[label="False && vuu52",fontsize=16,color="black",shape="box"];457 -> 661[label="",style="solid", color="black", weight=3]; 21.63/8.07 458[label="True && vuu52",fontsize=16,color="black",shape="box"];458 -> 662[label="",style="solid", color="black", weight=3]; 21.95/8.07 459[label="vuu3001",fontsize=16,color="green",shape="box"];460[label="vuu31001",fontsize=16,color="green",shape="box"];461 -> 62[label="",style="dashed", color="red", weight=0]; 21.95/8.07 461[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];461 -> 663[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 461 -> 664[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 462 -> 63[label="",style="dashed", color="red", weight=0]; 21.95/8.07 462[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];462 -> 665[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 462 -> 666[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 463 -> 64[label="",style="dashed", color="red", weight=0]; 21.95/8.07 463[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];463 -> 667[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 463 -> 668[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 464 -> 65[label="",style="dashed", color="red", weight=0]; 21.95/8.07 464[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];464 -> 669[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 464 -> 670[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 465 -> 66[label="",style="dashed", color="red", weight=0]; 21.95/8.07 465[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];465 -> 671[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 465 -> 672[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 466 -> 67[label="",style="dashed", color="red", weight=0]; 21.95/8.07 466[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];466 -> 673[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 466 -> 674[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 467 -> 68[label="",style="dashed", color="red", weight=0]; 21.95/8.07 467[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];467 -> 675[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 467 -> 676[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 468 -> 69[label="",style="dashed", color="red", weight=0]; 21.95/8.07 468[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];468 -> 677[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 468 -> 678[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 469 -> 70[label="",style="dashed", color="red", weight=0]; 21.95/8.07 469[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];469 -> 679[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 469 -> 680[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 470 -> 71[label="",style="dashed", color="red", weight=0]; 21.95/8.07 470[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];470 -> 681[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 470 -> 682[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 471 -> 72[label="",style="dashed", color="red", weight=0]; 21.95/8.07 471[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];471 -> 683[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 471 -> 684[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 472 -> 73[label="",style="dashed", color="red", weight=0]; 21.95/8.07 472[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];472 -> 685[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 472 -> 686[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 473 -> 74[label="",style="dashed", color="red", weight=0]; 21.95/8.07 473[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];473 -> 687[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 473 -> 688[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 474 -> 75[label="",style="dashed", color="red", weight=0]; 21.95/8.07 474[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];474 -> 689[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 474 -> 690[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 475[label="primEqNat (Succ vuu30000) vuu31000",fontsize=16,color="burlywood",shape="box"];1260[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];475 -> 1260[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1260 -> 691[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 1261[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];475 -> 1261[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1261 -> 692[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 476[label="primEqNat Zero vuu31000",fontsize=16,color="burlywood",shape="box"];1262[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];476 -> 1262[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1262 -> 693[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 1263[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];476 -> 1263[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1263 -> 694[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 477[label="vuu3002 == vuu31002",fontsize=16,color="blue",shape="box"];1264[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];477 -> 1264[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1264 -> 695[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1265[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];477 -> 1265[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1265 -> 696[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1266[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];477 -> 1266[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1266 -> 697[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1267[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];477 -> 1267[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1267 -> 698[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1268[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];477 -> 1268[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1268 -> 699[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1269[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];477 -> 1269[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1269 -> 700[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1270[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];477 -> 1270[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1270 -> 701[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1271[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];477 -> 1271[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1271 -> 702[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1272[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];477 -> 1272[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1272 -> 703[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1273[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];477 -> 1273[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1273 -> 704[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1274[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];477 -> 1274[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1274 -> 705[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1275[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];477 -> 1275[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1275 -> 706[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1276[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];477 -> 1276[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1276 -> 707[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1277[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];477 -> 1277[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1277 -> 708[label="",style="solid", color="blue", weight=3]; 21.95/8.07 478[label="vuu3001 == vuu31001",fontsize=16,color="blue",shape="box"];1278[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];478 -> 1278[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1278 -> 709[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1279[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];478 -> 1279[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1279 -> 710[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1280[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];478 -> 1280[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1280 -> 711[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1281[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];478 -> 1281[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1281 -> 712[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1282[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];478 -> 1282[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1282 -> 713[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1283[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];478 -> 1283[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1283 -> 714[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1284[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];478 -> 1284[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1284 -> 715[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1285[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];478 -> 1285[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1285 -> 716[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1286[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];478 -> 1286[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1286 -> 717[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1287[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];478 -> 1287[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1287 -> 718[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1288[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];478 -> 1288[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1288 -> 719[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1289[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];478 -> 1289[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1289 -> 720[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1290[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];478 -> 1290[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1290 -> 721[label="",style="solid", color="blue", weight=3]; 21.95/8.07 1291[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];478 -> 1291[label="",style="solid", color="blue", weight=9]; 21.95/8.07 1291 -> 722[label="",style="solid", color="blue", weight=3]; 21.95/8.07 479 -> 62[label="",style="dashed", color="red", weight=0]; 21.95/8.07 479[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];479 -> 723[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 479 -> 724[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 480 -> 63[label="",style="dashed", color="red", weight=0]; 21.95/8.07 480[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];480 -> 725[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 480 -> 726[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 481 -> 64[label="",style="dashed", color="red", weight=0]; 21.95/8.07 481[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];481 -> 727[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 481 -> 728[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 482 -> 65[label="",style="dashed", color="red", weight=0]; 21.95/8.07 482[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];482 -> 729[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 482 -> 730[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 483 -> 66[label="",style="dashed", color="red", weight=0]; 21.95/8.07 483[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];483 -> 731[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 483 -> 732[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 484 -> 67[label="",style="dashed", color="red", weight=0]; 21.95/8.07 484[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];484 -> 733[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 484 -> 734[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 485 -> 68[label="",style="dashed", color="red", weight=0]; 21.95/8.07 485[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];485 -> 735[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 485 -> 736[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 486 -> 69[label="",style="dashed", color="red", weight=0]; 21.95/8.07 486[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];486 -> 737[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 486 -> 738[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 487 -> 70[label="",style="dashed", color="red", weight=0]; 21.95/8.07 487[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];487 -> 739[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 487 -> 740[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 488 -> 71[label="",style="dashed", color="red", weight=0]; 21.95/8.07 488[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];488 -> 741[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 488 -> 742[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 489 -> 72[label="",style="dashed", color="red", weight=0]; 21.95/8.07 489[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];489 -> 743[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 489 -> 744[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 490 -> 73[label="",style="dashed", color="red", weight=0]; 21.95/8.07 490[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];490 -> 745[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 490 -> 746[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 491 -> 74[label="",style="dashed", color="red", weight=0]; 21.95/8.07 491[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];491 -> 747[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 491 -> 748[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 492 -> 75[label="",style="dashed", color="red", weight=0]; 21.95/8.07 492[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];492 -> 749[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 492 -> 750[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 493[label="vuu3000",fontsize=16,color="green",shape="box"];494[label="vuu31000",fontsize=16,color="green",shape="box"];495[label="vuu3000",fontsize=16,color="green",shape="box"];496[label="vuu31000",fontsize=16,color="green",shape="box"];497[label="vuu3000",fontsize=16,color="green",shape="box"];498[label="vuu31000",fontsize=16,color="green",shape="box"];499[label="vuu3000",fontsize=16,color="green",shape="box"];500[label="vuu31000",fontsize=16,color="green",shape="box"];501[label="vuu3000",fontsize=16,color="green",shape="box"];502[label="vuu31000",fontsize=16,color="green",shape="box"];503[label="vuu3000",fontsize=16,color="green",shape="box"];504[label="vuu31000",fontsize=16,color="green",shape="box"];505[label="vuu3000",fontsize=16,color="green",shape="box"];506[label="vuu31000",fontsize=16,color="green",shape="box"];507[label="vuu3000",fontsize=16,color="green",shape="box"];508[label="vuu31000",fontsize=16,color="green",shape="box"];509[label="vuu3000",fontsize=16,color="green",shape="box"];510[label="vuu31000",fontsize=16,color="green",shape="box"];511[label="vuu3000",fontsize=16,color="green",shape="box"];512[label="vuu31000",fontsize=16,color="green",shape="box"];513[label="vuu3000",fontsize=16,color="green",shape="box"];514[label="vuu31000",fontsize=16,color="green",shape="box"];515[label="vuu3000",fontsize=16,color="green",shape="box"];516[label="vuu31000",fontsize=16,color="green",shape="box"];517[label="vuu3000",fontsize=16,color="green",shape="box"];518[label="vuu31000",fontsize=16,color="green",shape="box"];519[label="vuu3000",fontsize=16,color="green",shape="box"];520[label="vuu31000",fontsize=16,color="green",shape="box"];521[label="vuu3000 * vuu31001",fontsize=16,color="black",shape="triangle"];521 -> 751[label="",style="solid", color="black", weight=3]; 21.95/8.07 522 -> 521[label="",style="dashed", color="red", weight=0]; 21.95/8.07 522[label="vuu3001 * vuu31000",fontsize=16,color="magenta"];522 -> 752[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 522 -> 753[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 523[label="primEqInt (Pos (Succ vuu30000)) (Pos (Succ vuu310000))",fontsize=16,color="black",shape="box"];523 -> 754[label="",style="solid", color="black", weight=3]; 21.95/8.07 524[label="primEqInt (Pos (Succ vuu30000)) (Pos Zero)",fontsize=16,color="black",shape="box"];524 -> 755[label="",style="solid", color="black", weight=3]; 21.95/8.07 525[label="False",fontsize=16,color="green",shape="box"];526[label="primEqInt (Pos Zero) (Pos (Succ vuu310000))",fontsize=16,color="black",shape="box"];526 -> 756[label="",style="solid", color="black", weight=3]; 21.95/8.07 527[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];527 -> 757[label="",style="solid", color="black", weight=3]; 21.95/8.07 528[label="primEqInt (Pos Zero) (Neg (Succ vuu310000))",fontsize=16,color="black",shape="box"];528 -> 758[label="",style="solid", color="black", weight=3]; 21.95/8.07 529[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];529 -> 759[label="",style="solid", color="black", weight=3]; 21.95/8.07 530[label="False",fontsize=16,color="green",shape="box"];531[label="primEqInt (Neg (Succ vuu30000)) (Neg (Succ vuu310000))",fontsize=16,color="black",shape="box"];531 -> 760[label="",style="solid", color="black", weight=3]; 21.95/8.07 532[label="primEqInt (Neg (Succ vuu30000)) (Neg Zero)",fontsize=16,color="black",shape="box"];532 -> 761[label="",style="solid", color="black", weight=3]; 21.95/8.07 533[label="primEqInt (Neg Zero) (Pos (Succ vuu310000))",fontsize=16,color="black",shape="box"];533 -> 762[label="",style="solid", color="black", weight=3]; 21.95/8.07 534[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];534 -> 763[label="",style="solid", color="black", weight=3]; 21.95/8.07 535[label="primEqInt (Neg Zero) (Neg (Succ vuu310000))",fontsize=16,color="black",shape="box"];535 -> 764[label="",style="solid", color="black", weight=3]; 21.95/8.07 536[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];536 -> 765[label="",style="solid", color="black", weight=3]; 21.95/8.07 537[label="vuu3000",fontsize=16,color="green",shape="box"];538[label="vuu31000",fontsize=16,color="green",shape="box"];539[label="vuu3000",fontsize=16,color="green",shape="box"];540[label="vuu31000",fontsize=16,color="green",shape="box"];541[label="vuu3000",fontsize=16,color="green",shape="box"];542[label="vuu31000",fontsize=16,color="green",shape="box"];543[label="vuu3000",fontsize=16,color="green",shape="box"];544[label="vuu31000",fontsize=16,color="green",shape="box"];545[label="vuu3000",fontsize=16,color="green",shape="box"];546[label="vuu31000",fontsize=16,color="green",shape="box"];547[label="vuu3000",fontsize=16,color="green",shape="box"];548[label="vuu31000",fontsize=16,color="green",shape="box"];549[label="vuu3000",fontsize=16,color="green",shape="box"];550[label="vuu31000",fontsize=16,color="green",shape="box"];551[label="vuu3000",fontsize=16,color="green",shape="box"];552[label="vuu31000",fontsize=16,color="green",shape="box"];553[label="vuu3000",fontsize=16,color="green",shape="box"];554[label="vuu31000",fontsize=16,color="green",shape="box"];555[label="vuu3000",fontsize=16,color="green",shape="box"];556[label="vuu31000",fontsize=16,color="green",shape="box"];557[label="vuu3000",fontsize=16,color="green",shape="box"];558[label="vuu31000",fontsize=16,color="green",shape="box"];559[label="vuu3000",fontsize=16,color="green",shape="box"];560[label="vuu31000",fontsize=16,color="green",shape="box"];561[label="vuu3000",fontsize=16,color="green",shape="box"];562[label="vuu31000",fontsize=16,color="green",shape="box"];563[label="vuu3000",fontsize=16,color="green",shape="box"];564[label="vuu31000",fontsize=16,color="green",shape="box"];565[label="vuu3000",fontsize=16,color="green",shape="box"];566[label="vuu31000",fontsize=16,color="green",shape="box"];567[label="vuu3000",fontsize=16,color="green",shape="box"];568[label="vuu31000",fontsize=16,color="green",shape="box"];569[label="vuu3000",fontsize=16,color="green",shape="box"];570[label="vuu31000",fontsize=16,color="green",shape="box"];571[label="vuu3000",fontsize=16,color="green",shape="box"];572[label="vuu31000",fontsize=16,color="green",shape="box"];573[label="vuu3000",fontsize=16,color="green",shape="box"];574[label="vuu31000",fontsize=16,color="green",shape="box"];575[label="vuu3000",fontsize=16,color="green",shape="box"];576[label="vuu31000",fontsize=16,color="green",shape="box"];577[label="vuu3000",fontsize=16,color="green",shape="box"];578[label="vuu31000",fontsize=16,color="green",shape="box"];579[label="vuu3000",fontsize=16,color="green",shape="box"];580[label="vuu31000",fontsize=16,color="green",shape="box"];581[label="vuu3000",fontsize=16,color="green",shape="box"];582[label="vuu31000",fontsize=16,color="green",shape="box"];583[label="vuu3000",fontsize=16,color="green",shape="box"];584[label="vuu31000",fontsize=16,color="green",shape="box"];585[label="vuu3000",fontsize=16,color="green",shape="box"];586[label="vuu31000",fontsize=16,color="green",shape="box"];587[label="vuu3000",fontsize=16,color="green",shape="box"];588[label="vuu31000",fontsize=16,color="green",shape="box"];589[label="vuu3000",fontsize=16,color="green",shape="box"];590[label="vuu31000",fontsize=16,color="green",shape="box"];591[label="vuu3000",fontsize=16,color="green",shape="box"];592[label="vuu31000",fontsize=16,color="green",shape="box"];593 -> 71[label="",style="dashed", color="red", weight=0]; 21.95/8.07 593[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];593 -> 766[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 593 -> 767[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 594 -> 74[label="",style="dashed", color="red", weight=0]; 21.95/8.07 594[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];594 -> 768[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 594 -> 769[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 595 -> 71[label="",style="dashed", color="red", weight=0]; 21.95/8.07 595[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];595 -> 770[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 595 -> 771[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 596 -> 74[label="",style="dashed", color="red", weight=0]; 21.95/8.07 596[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];596 -> 772[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 596 -> 773[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 597 -> 521[label="",style="dashed", color="red", weight=0]; 21.95/8.07 597[label="vuu3000 * vuu31001",fontsize=16,color="magenta"];597 -> 774[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 597 -> 775[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 598 -> 521[label="",style="dashed", color="red", weight=0]; 21.95/8.07 598[label="vuu3001 * vuu31000",fontsize=16,color="magenta"];598 -> 776[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 598 -> 777[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 599[label="span2Ys0 ((==) Left vuu9) vuu11 (span ((==) Left vuu9) vuu11)",fontsize=16,color="burlywood",shape="box"];1292[label="vuu11/vuu110 : vuu111",fontsize=10,color="white",style="solid",shape="box"];599 -> 1292[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1292 -> 778[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 1293[label="vuu11/[]",fontsize=10,color="white",style="solid",shape="box"];599 -> 1293[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1293 -> 779[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 600[label="span2Ys0 ((==) Right vuu18) vuu20 (span ((==) Right vuu18) vuu20)",fontsize=16,color="burlywood",shape="box"];1294[label="vuu20/vuu200 : vuu201",fontsize=10,color="white",style="solid",shape="box"];600 -> 1294[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1294 -> 780[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 1295[label="vuu20/[]",fontsize=10,color="white",style="solid",shape="box"];600 -> 1295[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1295 -> 781[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 601[label="Left vuu28 : vuu29",fontsize=16,color="green",shape="box"];602[label="span2Zs0 ((==) Left vuu27) vuu29 (span ((==) Left vuu27) vuu29)",fontsize=16,color="burlywood",shape="box"];1296[label="vuu29/vuu290 : vuu291",fontsize=10,color="white",style="solid",shape="box"];602 -> 1296[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1296 -> 782[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 1297[label="vuu29/[]",fontsize=10,color="white",style="solid",shape="box"];602 -> 1297[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1297 -> 783[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 603[label="Right vuu37 : vuu38",fontsize=16,color="green",shape="box"];604[label="span2Zs0 ((==) Right vuu36) vuu38 (span ((==) Right vuu36) vuu38)",fontsize=16,color="burlywood",shape="box"];1298[label="vuu38/vuu380 : vuu381",fontsize=10,color="white",style="solid",shape="box"];604 -> 1298[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1298 -> 784[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 1299[label="vuu38/[]",fontsize=10,color="white",style="solid",shape="box"];604 -> 1299[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1299 -> 785[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 605[label="vuu3001",fontsize=16,color="green",shape="box"];606[label="vuu31001",fontsize=16,color="green",shape="box"];607[label="vuu3001",fontsize=16,color="green",shape="box"];608[label="vuu31001",fontsize=16,color="green",shape="box"];609[label="vuu3001",fontsize=16,color="green",shape="box"];610[label="vuu31001",fontsize=16,color="green",shape="box"];611[label="vuu3001",fontsize=16,color="green",shape="box"];612[label="vuu31001",fontsize=16,color="green",shape="box"];613[label="vuu3001",fontsize=16,color="green",shape="box"];614[label="vuu31001",fontsize=16,color="green",shape="box"];615[label="vuu3001",fontsize=16,color="green",shape="box"];616[label="vuu31001",fontsize=16,color="green",shape="box"];617[label="vuu3001",fontsize=16,color="green",shape="box"];618[label="vuu31001",fontsize=16,color="green",shape="box"];619[label="vuu3001",fontsize=16,color="green",shape="box"];620[label="vuu31001",fontsize=16,color="green",shape="box"];621[label="vuu3001",fontsize=16,color="green",shape="box"];622[label="vuu31001",fontsize=16,color="green",shape="box"];623[label="vuu3001",fontsize=16,color="green",shape="box"];624[label="vuu31001",fontsize=16,color="green",shape="box"];625[label="vuu3001",fontsize=16,color="green",shape="box"];626[label="vuu31001",fontsize=16,color="green",shape="box"];627[label="vuu3001",fontsize=16,color="green",shape="box"];628[label="vuu31001",fontsize=16,color="green",shape="box"];629[label="vuu3001",fontsize=16,color="green",shape="box"];630[label="vuu31001",fontsize=16,color="green",shape="box"];631[label="vuu3001",fontsize=16,color="green",shape="box"];632[label="vuu31001",fontsize=16,color="green",shape="box"];633[label="vuu3000",fontsize=16,color="green",shape="box"];634[label="vuu31000",fontsize=16,color="green",shape="box"];635[label="vuu3000",fontsize=16,color="green",shape="box"];636[label="vuu31000",fontsize=16,color="green",shape="box"];637[label="vuu3000",fontsize=16,color="green",shape="box"];638[label="vuu31000",fontsize=16,color="green",shape="box"];639[label="vuu3000",fontsize=16,color="green",shape="box"];640[label="vuu31000",fontsize=16,color="green",shape="box"];641[label="vuu3000",fontsize=16,color="green",shape="box"];642[label="vuu31000",fontsize=16,color="green",shape="box"];643[label="vuu3000",fontsize=16,color="green",shape="box"];644[label="vuu31000",fontsize=16,color="green",shape="box"];645[label="vuu3000",fontsize=16,color="green",shape="box"];646[label="vuu31000",fontsize=16,color="green",shape="box"];647[label="vuu3000",fontsize=16,color="green",shape="box"];648[label="vuu31000",fontsize=16,color="green",shape="box"];649[label="vuu3000",fontsize=16,color="green",shape="box"];650[label="vuu31000",fontsize=16,color="green",shape="box"];651[label="vuu3000",fontsize=16,color="green",shape="box"];652[label="vuu31000",fontsize=16,color="green",shape="box"];653[label="vuu3000",fontsize=16,color="green",shape="box"];654[label="vuu31000",fontsize=16,color="green",shape="box"];655[label="vuu3000",fontsize=16,color="green",shape="box"];656[label="vuu31000",fontsize=16,color="green",shape="box"];657[label="vuu3000",fontsize=16,color="green",shape="box"];658[label="vuu31000",fontsize=16,color="green",shape="box"];659[label="vuu3000",fontsize=16,color="green",shape="box"];660[label="vuu31000",fontsize=16,color="green",shape="box"];661[label="False",fontsize=16,color="green",shape="box"];662[label="vuu52",fontsize=16,color="green",shape="box"];663[label="vuu3000",fontsize=16,color="green",shape="box"];664[label="vuu31000",fontsize=16,color="green",shape="box"];665[label="vuu3000",fontsize=16,color="green",shape="box"];666[label="vuu31000",fontsize=16,color="green",shape="box"];667[label="vuu3000",fontsize=16,color="green",shape="box"];668[label="vuu31000",fontsize=16,color="green",shape="box"];669[label="vuu3000",fontsize=16,color="green",shape="box"];670[label="vuu31000",fontsize=16,color="green",shape="box"];671[label="vuu3000",fontsize=16,color="green",shape="box"];672[label="vuu31000",fontsize=16,color="green",shape="box"];673[label="vuu3000",fontsize=16,color="green",shape="box"];674[label="vuu31000",fontsize=16,color="green",shape="box"];675[label="vuu3000",fontsize=16,color="green",shape="box"];676[label="vuu31000",fontsize=16,color="green",shape="box"];677[label="vuu3000",fontsize=16,color="green",shape="box"];678[label="vuu31000",fontsize=16,color="green",shape="box"];679[label="vuu3000",fontsize=16,color="green",shape="box"];680[label="vuu31000",fontsize=16,color="green",shape="box"];681[label="vuu3000",fontsize=16,color="green",shape="box"];682[label="vuu31000",fontsize=16,color="green",shape="box"];683[label="vuu3000",fontsize=16,color="green",shape="box"];684[label="vuu31000",fontsize=16,color="green",shape="box"];685[label="vuu3000",fontsize=16,color="green",shape="box"];686[label="vuu31000",fontsize=16,color="green",shape="box"];687[label="vuu3000",fontsize=16,color="green",shape="box"];688[label="vuu31000",fontsize=16,color="green",shape="box"];689[label="vuu3000",fontsize=16,color="green",shape="box"];690[label="vuu31000",fontsize=16,color="green",shape="box"];691[label="primEqNat (Succ vuu30000) (Succ vuu310000)",fontsize=16,color="black",shape="box"];691 -> 786[label="",style="solid", color="black", weight=3]; 21.95/8.07 692[label="primEqNat (Succ vuu30000) Zero",fontsize=16,color="black",shape="box"];692 -> 787[label="",style="solid", color="black", weight=3]; 21.95/8.07 693[label="primEqNat Zero (Succ vuu310000)",fontsize=16,color="black",shape="box"];693 -> 788[label="",style="solid", color="black", weight=3]; 21.95/8.07 694[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];694 -> 789[label="",style="solid", color="black", weight=3]; 21.95/8.07 695 -> 62[label="",style="dashed", color="red", weight=0]; 21.95/8.07 695[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];695 -> 790[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 695 -> 791[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 696 -> 63[label="",style="dashed", color="red", weight=0]; 21.95/8.07 696[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];696 -> 792[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 696 -> 793[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 697 -> 64[label="",style="dashed", color="red", weight=0]; 21.95/8.07 697[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];697 -> 794[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 697 -> 795[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 698 -> 65[label="",style="dashed", color="red", weight=0]; 21.95/8.07 698[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];698 -> 796[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 698 -> 797[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 699 -> 66[label="",style="dashed", color="red", weight=0]; 21.95/8.07 699[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];699 -> 798[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 699 -> 799[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 700 -> 67[label="",style="dashed", color="red", weight=0]; 21.95/8.07 700[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];700 -> 800[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 700 -> 801[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 701 -> 68[label="",style="dashed", color="red", weight=0]; 21.95/8.07 701[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];701 -> 802[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 701 -> 803[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 702 -> 69[label="",style="dashed", color="red", weight=0]; 21.95/8.07 702[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];702 -> 804[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 702 -> 805[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 703 -> 70[label="",style="dashed", color="red", weight=0]; 21.95/8.07 703[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];703 -> 806[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 703 -> 807[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 704 -> 71[label="",style="dashed", color="red", weight=0]; 21.95/8.07 704[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];704 -> 808[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 704 -> 809[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 705 -> 72[label="",style="dashed", color="red", weight=0]; 21.95/8.07 705[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];705 -> 810[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 705 -> 811[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 706 -> 73[label="",style="dashed", color="red", weight=0]; 21.95/8.07 706[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];706 -> 812[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 706 -> 813[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 707 -> 74[label="",style="dashed", color="red", weight=0]; 21.95/8.07 707[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];707 -> 814[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 707 -> 815[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 708 -> 75[label="",style="dashed", color="red", weight=0]; 21.95/8.07 708[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];708 -> 816[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 708 -> 817[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 709 -> 62[label="",style="dashed", color="red", weight=0]; 21.95/8.07 709[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];709 -> 818[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 709 -> 819[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 710 -> 63[label="",style="dashed", color="red", weight=0]; 21.95/8.07 710[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];710 -> 820[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 710 -> 821[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 711 -> 64[label="",style="dashed", color="red", weight=0]; 21.95/8.07 711[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];711 -> 822[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 711 -> 823[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 712 -> 65[label="",style="dashed", color="red", weight=0]; 21.95/8.07 712[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];712 -> 824[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 712 -> 825[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 713 -> 66[label="",style="dashed", color="red", weight=0]; 21.95/8.07 713[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];713 -> 826[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 713 -> 827[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 714 -> 67[label="",style="dashed", color="red", weight=0]; 21.95/8.07 714[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];714 -> 828[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 714 -> 829[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 715 -> 68[label="",style="dashed", color="red", weight=0]; 21.95/8.07 715[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];715 -> 830[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 715 -> 831[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 716 -> 69[label="",style="dashed", color="red", weight=0]; 21.95/8.07 716[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];716 -> 832[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 716 -> 833[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 717 -> 70[label="",style="dashed", color="red", weight=0]; 21.95/8.07 717[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];717 -> 834[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 717 -> 835[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 718 -> 71[label="",style="dashed", color="red", weight=0]; 21.95/8.07 718[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];718 -> 836[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 718 -> 837[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 719 -> 72[label="",style="dashed", color="red", weight=0]; 21.95/8.07 719[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];719 -> 838[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 719 -> 839[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 720 -> 73[label="",style="dashed", color="red", weight=0]; 21.95/8.07 720[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];720 -> 840[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 720 -> 841[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 721 -> 74[label="",style="dashed", color="red", weight=0]; 21.95/8.07 721[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];721 -> 842[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 721 -> 843[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 722 -> 75[label="",style="dashed", color="red", weight=0]; 21.95/8.07 722[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];722 -> 844[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 722 -> 845[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 723[label="vuu3000",fontsize=16,color="green",shape="box"];724[label="vuu31000",fontsize=16,color="green",shape="box"];725[label="vuu3000",fontsize=16,color="green",shape="box"];726[label="vuu31000",fontsize=16,color="green",shape="box"];727[label="vuu3000",fontsize=16,color="green",shape="box"];728[label="vuu31000",fontsize=16,color="green",shape="box"];729[label="vuu3000",fontsize=16,color="green",shape="box"];730[label="vuu31000",fontsize=16,color="green",shape="box"];731[label="vuu3000",fontsize=16,color="green",shape="box"];732[label="vuu31000",fontsize=16,color="green",shape="box"];733[label="vuu3000",fontsize=16,color="green",shape="box"];734[label="vuu31000",fontsize=16,color="green",shape="box"];735[label="vuu3000",fontsize=16,color="green",shape="box"];736[label="vuu31000",fontsize=16,color="green",shape="box"];737[label="vuu3000",fontsize=16,color="green",shape="box"];738[label="vuu31000",fontsize=16,color="green",shape="box"];739[label="vuu3000",fontsize=16,color="green",shape="box"];740[label="vuu31000",fontsize=16,color="green",shape="box"];741[label="vuu3000",fontsize=16,color="green",shape="box"];742[label="vuu31000",fontsize=16,color="green",shape="box"];743[label="vuu3000",fontsize=16,color="green",shape="box"];744[label="vuu31000",fontsize=16,color="green",shape="box"];745[label="vuu3000",fontsize=16,color="green",shape="box"];746[label="vuu31000",fontsize=16,color="green",shape="box"];747[label="vuu3000",fontsize=16,color="green",shape="box"];748[label="vuu31000",fontsize=16,color="green",shape="box"];749[label="vuu3000",fontsize=16,color="green",shape="box"];750[label="vuu31000",fontsize=16,color="green",shape="box"];751[label="primMulInt vuu3000 vuu31001",fontsize=16,color="burlywood",shape="box"];1300[label="vuu3000/Pos vuu30000",fontsize=10,color="white",style="solid",shape="box"];751 -> 1300[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1300 -> 846[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 1301[label="vuu3000/Neg vuu30000",fontsize=10,color="white",style="solid",shape="box"];751 -> 1301[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1301 -> 847[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 752[label="vuu31000",fontsize=16,color="green",shape="box"];753[label="vuu3001",fontsize=16,color="green",shape="box"];754 -> 328[label="",style="dashed", color="red", weight=0]; 21.95/8.07 754[label="primEqNat vuu30000 vuu310000",fontsize=16,color="magenta"];754 -> 848[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 754 -> 849[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 755[label="False",fontsize=16,color="green",shape="box"];756[label="False",fontsize=16,color="green",shape="box"];757[label="True",fontsize=16,color="green",shape="box"];758[label="False",fontsize=16,color="green",shape="box"];759[label="True",fontsize=16,color="green",shape="box"];760 -> 328[label="",style="dashed", color="red", weight=0]; 21.95/8.07 760[label="primEqNat vuu30000 vuu310000",fontsize=16,color="magenta"];760 -> 850[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 760 -> 851[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 761[label="False",fontsize=16,color="green",shape="box"];762[label="False",fontsize=16,color="green",shape="box"];763[label="True",fontsize=16,color="green",shape="box"];764[label="False",fontsize=16,color="green",shape="box"];765[label="True",fontsize=16,color="green",shape="box"];766[label="vuu3001",fontsize=16,color="green",shape="box"];767[label="vuu31001",fontsize=16,color="green",shape="box"];768[label="vuu3001",fontsize=16,color="green",shape="box"];769[label="vuu31001",fontsize=16,color="green",shape="box"];770[label="vuu3000",fontsize=16,color="green",shape="box"];771[label="vuu31000",fontsize=16,color="green",shape="box"];772[label="vuu3000",fontsize=16,color="green",shape="box"];773[label="vuu31000",fontsize=16,color="green",shape="box"];774[label="vuu31001",fontsize=16,color="green",shape="box"];775[label="vuu3000",fontsize=16,color="green",shape="box"];776[label="vuu31000",fontsize=16,color="green",shape="box"];777[label="vuu3001",fontsize=16,color="green",shape="box"];778[label="span2Ys0 ((==) Left vuu9) (vuu110 : vuu111) (span ((==) Left vuu9) (vuu110 : vuu111))",fontsize=16,color="black",shape="box"];778 -> 852[label="",style="solid", color="black", weight=3]; 21.95/8.07 779[label="span2Ys0 ((==) Left vuu9) [] (span ((==) Left vuu9) [])",fontsize=16,color="black",shape="box"];779 -> 853[label="",style="solid", color="black", weight=3]; 21.95/8.07 780[label="span2Ys0 ((==) Right vuu18) (vuu200 : vuu201) (span ((==) Right vuu18) (vuu200 : vuu201))",fontsize=16,color="black",shape="box"];780 -> 854[label="",style="solid", color="black", weight=3]; 21.95/8.07 781[label="span2Ys0 ((==) Right vuu18) [] (span ((==) Right vuu18) [])",fontsize=16,color="black",shape="box"];781 -> 855[label="",style="solid", color="black", weight=3]; 21.95/8.07 782[label="span2Zs0 ((==) Left vuu27) (vuu290 : vuu291) (span ((==) Left vuu27) (vuu290 : vuu291))",fontsize=16,color="black",shape="box"];782 -> 856[label="",style="solid", color="black", weight=3]; 21.95/8.07 783[label="span2Zs0 ((==) Left vuu27) [] (span ((==) Left vuu27) [])",fontsize=16,color="black",shape="box"];783 -> 857[label="",style="solid", color="black", weight=3]; 21.95/8.07 784[label="span2Zs0 ((==) Right vuu36) (vuu380 : vuu381) (span ((==) Right vuu36) (vuu380 : vuu381))",fontsize=16,color="black",shape="box"];784 -> 858[label="",style="solid", color="black", weight=3]; 21.95/8.07 785[label="span2Zs0 ((==) Right vuu36) [] (span ((==) Right vuu36) [])",fontsize=16,color="black",shape="box"];785 -> 859[label="",style="solid", color="black", weight=3]; 21.95/8.07 786 -> 328[label="",style="dashed", color="red", weight=0]; 21.95/8.07 786[label="primEqNat vuu30000 vuu310000",fontsize=16,color="magenta"];786 -> 860[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 786 -> 861[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 787[label="False",fontsize=16,color="green",shape="box"];788[label="False",fontsize=16,color="green",shape="box"];789[label="True",fontsize=16,color="green",shape="box"];790[label="vuu3002",fontsize=16,color="green",shape="box"];791[label="vuu31002",fontsize=16,color="green",shape="box"];792[label="vuu3002",fontsize=16,color="green",shape="box"];793[label="vuu31002",fontsize=16,color="green",shape="box"];794[label="vuu3002",fontsize=16,color="green",shape="box"];795[label="vuu31002",fontsize=16,color="green",shape="box"];796[label="vuu3002",fontsize=16,color="green",shape="box"];797[label="vuu31002",fontsize=16,color="green",shape="box"];798[label="vuu3002",fontsize=16,color="green",shape="box"];799[label="vuu31002",fontsize=16,color="green",shape="box"];800[label="vuu3002",fontsize=16,color="green",shape="box"];801[label="vuu31002",fontsize=16,color="green",shape="box"];802[label="vuu3002",fontsize=16,color="green",shape="box"];803[label="vuu31002",fontsize=16,color="green",shape="box"];804[label="vuu3002",fontsize=16,color="green",shape="box"];805[label="vuu31002",fontsize=16,color="green",shape="box"];806[label="vuu3002",fontsize=16,color="green",shape="box"];807[label="vuu31002",fontsize=16,color="green",shape="box"];808[label="vuu3002",fontsize=16,color="green",shape="box"];809[label="vuu31002",fontsize=16,color="green",shape="box"];810[label="vuu3002",fontsize=16,color="green",shape="box"];811[label="vuu31002",fontsize=16,color="green",shape="box"];812[label="vuu3002",fontsize=16,color="green",shape="box"];813[label="vuu31002",fontsize=16,color="green",shape="box"];814[label="vuu3002",fontsize=16,color="green",shape="box"];815[label="vuu31002",fontsize=16,color="green",shape="box"];816[label="vuu3002",fontsize=16,color="green",shape="box"];817[label="vuu31002",fontsize=16,color="green",shape="box"];818[label="vuu3001",fontsize=16,color="green",shape="box"];819[label="vuu31001",fontsize=16,color="green",shape="box"];820[label="vuu3001",fontsize=16,color="green",shape="box"];821[label="vuu31001",fontsize=16,color="green",shape="box"];822[label="vuu3001",fontsize=16,color="green",shape="box"];823[label="vuu31001",fontsize=16,color="green",shape="box"];824[label="vuu3001",fontsize=16,color="green",shape="box"];825[label="vuu31001",fontsize=16,color="green",shape="box"];826[label="vuu3001",fontsize=16,color="green",shape="box"];827[label="vuu31001",fontsize=16,color="green",shape="box"];828[label="vuu3001",fontsize=16,color="green",shape="box"];829[label="vuu31001",fontsize=16,color="green",shape="box"];830[label="vuu3001",fontsize=16,color="green",shape="box"];831[label="vuu31001",fontsize=16,color="green",shape="box"];832[label="vuu3001",fontsize=16,color="green",shape="box"];833[label="vuu31001",fontsize=16,color="green",shape="box"];834[label="vuu3001",fontsize=16,color="green",shape="box"];835[label="vuu31001",fontsize=16,color="green",shape="box"];836[label="vuu3001",fontsize=16,color="green",shape="box"];837[label="vuu31001",fontsize=16,color="green",shape="box"];838[label="vuu3001",fontsize=16,color="green",shape="box"];839[label="vuu31001",fontsize=16,color="green",shape="box"];840[label="vuu3001",fontsize=16,color="green",shape="box"];841[label="vuu31001",fontsize=16,color="green",shape="box"];842[label="vuu3001",fontsize=16,color="green",shape="box"];843[label="vuu31001",fontsize=16,color="green",shape="box"];844[label="vuu3001",fontsize=16,color="green",shape="box"];845[label="vuu31001",fontsize=16,color="green",shape="box"];846[label="primMulInt (Pos vuu30000) vuu31001",fontsize=16,color="burlywood",shape="box"];1302[label="vuu31001/Pos vuu310010",fontsize=10,color="white",style="solid",shape="box"];846 -> 1302[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1302 -> 862[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 1303[label="vuu31001/Neg vuu310010",fontsize=10,color="white",style="solid",shape="box"];846 -> 1303[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1303 -> 863[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 847[label="primMulInt (Neg vuu30000) vuu31001",fontsize=16,color="burlywood",shape="box"];1304[label="vuu31001/Pos vuu310010",fontsize=10,color="white",style="solid",shape="box"];847 -> 1304[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1304 -> 864[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 1305[label="vuu31001/Neg vuu310010",fontsize=10,color="white",style="solid",shape="box"];847 -> 1305[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1305 -> 865[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 848[label="vuu310000",fontsize=16,color="green",shape="box"];849[label="vuu30000",fontsize=16,color="green",shape="box"];850[label="vuu310000",fontsize=16,color="green",shape="box"];851[label="vuu30000",fontsize=16,color="green",shape="box"];852[label="span2Ys0 ((==) Left vuu9) (vuu110 : vuu111) (span2 ((==) Left vuu9) (vuu110 : vuu111))",fontsize=16,color="black",shape="box"];852 -> 866[label="",style="solid", color="black", weight=3]; 21.95/8.07 853[label="span2Ys0 ((==) Left vuu9) [] (span3 ((==) Left vuu9) [])",fontsize=16,color="black",shape="box"];853 -> 867[label="",style="solid", color="black", weight=3]; 21.95/8.07 854[label="span2Ys0 ((==) Right vuu18) (vuu200 : vuu201) (span2 ((==) Right vuu18) (vuu200 : vuu201))",fontsize=16,color="black",shape="box"];854 -> 868[label="",style="solid", color="black", weight=3]; 21.95/8.07 855[label="span2Ys0 ((==) Right vuu18) [] (span3 ((==) Right vuu18) [])",fontsize=16,color="black",shape="box"];855 -> 869[label="",style="solid", color="black", weight=3]; 21.95/8.07 856[label="span2Zs0 ((==) Left vuu27) (vuu290 : vuu291) (span2 ((==) Left vuu27) (vuu290 : vuu291))",fontsize=16,color="black",shape="box"];856 -> 870[label="",style="solid", color="black", weight=3]; 21.95/8.07 857[label="span2Zs0 ((==) Left vuu27) [] (span3 ((==) Left vuu27) [])",fontsize=16,color="black",shape="box"];857 -> 871[label="",style="solid", color="black", weight=3]; 21.95/8.07 858[label="span2Zs0 ((==) Right vuu36) (vuu380 : vuu381) (span2 ((==) Right vuu36) (vuu380 : vuu381))",fontsize=16,color="black",shape="box"];858 -> 872[label="",style="solid", color="black", weight=3]; 21.95/8.07 859[label="span2Zs0 ((==) Right vuu36) [] (span3 ((==) Right vuu36) [])",fontsize=16,color="black",shape="box"];859 -> 873[label="",style="solid", color="black", weight=3]; 21.95/8.07 860[label="vuu310000",fontsize=16,color="green",shape="box"];861[label="vuu30000",fontsize=16,color="green",shape="box"];862[label="primMulInt (Pos vuu30000) (Pos vuu310010)",fontsize=16,color="black",shape="box"];862 -> 874[label="",style="solid", color="black", weight=3]; 21.95/8.07 863[label="primMulInt (Pos vuu30000) (Neg vuu310010)",fontsize=16,color="black",shape="box"];863 -> 875[label="",style="solid", color="black", weight=3]; 21.95/8.07 864[label="primMulInt (Neg vuu30000) (Pos vuu310010)",fontsize=16,color="black",shape="box"];864 -> 876[label="",style="solid", color="black", weight=3]; 21.95/8.07 865[label="primMulInt (Neg vuu30000) (Neg vuu310010)",fontsize=16,color="black",shape="box"];865 -> 877[label="",style="solid", color="black", weight=3]; 21.95/8.07 866 -> 878[label="",style="dashed", color="red", weight=0]; 21.95/8.07 866[label="span2Ys0 ((==) Left vuu9) (vuu110 : vuu111) (span2Span1 ((==) Left vuu9) vuu111 ((==) Left vuu9) vuu110 vuu111 ((==) Left vuu9 vuu110))",fontsize=16,color="magenta"];866 -> 879[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 867[label="span2Ys0 ((==) Left vuu9) [] ([],[])",fontsize=16,color="black",shape="box"];867 -> 880[label="",style="solid", color="black", weight=3]; 21.95/8.07 868 -> 881[label="",style="dashed", color="red", weight=0]; 21.95/8.07 868[label="span2Ys0 ((==) Right vuu18) (vuu200 : vuu201) (span2Span1 ((==) Right vuu18) vuu201 ((==) Right vuu18) vuu200 vuu201 ((==) Right vuu18 vuu200))",fontsize=16,color="magenta"];868 -> 882[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 869[label="span2Ys0 ((==) Right vuu18) [] ([],[])",fontsize=16,color="black",shape="box"];869 -> 883[label="",style="solid", color="black", weight=3]; 21.95/8.07 870 -> 884[label="",style="dashed", color="red", weight=0]; 21.95/8.07 870[label="span2Zs0 ((==) Left vuu27) (vuu290 : vuu291) (span2Span1 ((==) Left vuu27) vuu291 ((==) Left vuu27) vuu290 vuu291 ((==) Left vuu27 vuu290))",fontsize=16,color="magenta"];870 -> 885[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 871[label="span2Zs0 ((==) Left vuu27) [] ([],[])",fontsize=16,color="black",shape="box"];871 -> 886[label="",style="solid", color="black", weight=3]; 21.95/8.07 872 -> 887[label="",style="dashed", color="red", weight=0]; 21.95/8.07 872[label="span2Zs0 ((==) Right vuu36) (vuu380 : vuu381) (span2Span1 ((==) Right vuu36) vuu381 ((==) Right vuu36) vuu380 vuu381 ((==) Right vuu36 vuu380))",fontsize=16,color="magenta"];872 -> 888[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 873[label="span2Zs0 ((==) Right vuu36) [] ([],[])",fontsize=16,color="black",shape="box"];873 -> 889[label="",style="solid", color="black", weight=3]; 21.95/8.07 874[label="Pos (primMulNat vuu30000 vuu310010)",fontsize=16,color="green",shape="box"];874 -> 890[label="",style="dashed", color="green", weight=3]; 21.95/8.07 875[label="Neg (primMulNat vuu30000 vuu310010)",fontsize=16,color="green",shape="box"];875 -> 891[label="",style="dashed", color="green", weight=3]; 21.95/8.07 876[label="Neg (primMulNat vuu30000 vuu310010)",fontsize=16,color="green",shape="box"];876 -> 892[label="",style="dashed", color="green", weight=3]; 21.95/8.07 877[label="Pos (primMulNat vuu30000 vuu310010)",fontsize=16,color="green",shape="box"];877 -> 893[label="",style="dashed", color="green", weight=3]; 21.95/8.07 879 -> 72[label="",style="dashed", color="red", weight=0]; 21.95/8.07 879[label="(==) Left vuu9 vuu110",fontsize=16,color="magenta"];879 -> 894[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 879 -> 895[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 878[label="span2Ys0 ((==) Left vuu9) (vuu110 : vuu111) (span2Span1 ((==) Left vuu9) vuu111 ((==) Left vuu9) vuu110 vuu111 vuu53)",fontsize=16,color="burlywood",shape="triangle"];1306[label="vuu53/False",fontsize=10,color="white",style="solid",shape="box"];878 -> 1306[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1306 -> 896[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 1307[label="vuu53/True",fontsize=10,color="white",style="solid",shape="box"];878 -> 1307[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1307 -> 897[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 880[label="[]",fontsize=16,color="green",shape="box"];882 -> 72[label="",style="dashed", color="red", weight=0]; 21.95/8.07 882[label="(==) Right vuu18 vuu200",fontsize=16,color="magenta"];882 -> 898[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 882 -> 899[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 881[label="span2Ys0 ((==) Right vuu18) (vuu200 : vuu201) (span2Span1 ((==) Right vuu18) vuu201 ((==) Right vuu18) vuu200 vuu201 vuu54)",fontsize=16,color="burlywood",shape="triangle"];1308[label="vuu54/False",fontsize=10,color="white",style="solid",shape="box"];881 -> 1308[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1308 -> 900[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 1309[label="vuu54/True",fontsize=10,color="white",style="solid",shape="box"];881 -> 1309[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1309 -> 901[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 883[label="[]",fontsize=16,color="green",shape="box"];885 -> 72[label="",style="dashed", color="red", weight=0]; 21.95/8.07 885[label="(==) Left vuu27 vuu290",fontsize=16,color="magenta"];885 -> 902[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 885 -> 903[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 884[label="span2Zs0 ((==) Left vuu27) (vuu290 : vuu291) (span2Span1 ((==) Left vuu27) vuu291 ((==) Left vuu27) vuu290 vuu291 vuu55)",fontsize=16,color="burlywood",shape="triangle"];1310[label="vuu55/False",fontsize=10,color="white",style="solid",shape="box"];884 -> 1310[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1310 -> 904[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 1311[label="vuu55/True",fontsize=10,color="white",style="solid",shape="box"];884 -> 1311[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1311 -> 905[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 886[label="[]",fontsize=16,color="green",shape="box"];888 -> 72[label="",style="dashed", color="red", weight=0]; 21.95/8.07 888[label="(==) Right vuu36 vuu380",fontsize=16,color="magenta"];888 -> 906[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 888 -> 907[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 887[label="span2Zs0 ((==) Right vuu36) (vuu380 : vuu381) (span2Span1 ((==) Right vuu36) vuu381 ((==) Right vuu36) vuu380 vuu381 vuu56)",fontsize=16,color="burlywood",shape="triangle"];1312[label="vuu56/False",fontsize=10,color="white",style="solid",shape="box"];887 -> 1312[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1312 -> 908[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 1313[label="vuu56/True",fontsize=10,color="white",style="solid",shape="box"];887 -> 1313[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1313 -> 909[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 889[label="[]",fontsize=16,color="green",shape="box"];890[label="primMulNat vuu30000 vuu310010",fontsize=16,color="burlywood",shape="triangle"];1314[label="vuu30000/Succ vuu300000",fontsize=10,color="white",style="solid",shape="box"];890 -> 1314[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1314 -> 910[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 1315[label="vuu30000/Zero",fontsize=10,color="white",style="solid",shape="box"];890 -> 1315[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1315 -> 911[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 891 -> 890[label="",style="dashed", color="red", weight=0]; 21.95/8.07 891[label="primMulNat vuu30000 vuu310010",fontsize=16,color="magenta"];891 -> 912[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 892 -> 890[label="",style="dashed", color="red", weight=0]; 21.95/8.07 892[label="primMulNat vuu30000 vuu310010",fontsize=16,color="magenta"];892 -> 913[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 893 -> 890[label="",style="dashed", color="red", weight=0]; 21.95/8.07 893[label="primMulNat vuu30000 vuu310010",fontsize=16,color="magenta"];893 -> 914[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 893 -> 915[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 894[label="Left vuu9",fontsize=16,color="green",shape="box"];895[label="vuu110",fontsize=16,color="green",shape="box"];896[label="span2Ys0 ((==) Left vuu9) (vuu110 : vuu111) (span2Span1 ((==) Left vuu9) vuu111 ((==) Left vuu9) vuu110 vuu111 False)",fontsize=16,color="black",shape="box"];896 -> 916[label="",style="solid", color="black", weight=3]; 21.95/8.07 897[label="span2Ys0 ((==) Left vuu9) (vuu110 : vuu111) (span2Span1 ((==) Left vuu9) vuu111 ((==) Left vuu9) vuu110 vuu111 True)",fontsize=16,color="black",shape="box"];897 -> 917[label="",style="solid", color="black", weight=3]; 21.95/8.07 898[label="Right vuu18",fontsize=16,color="green",shape="box"];899[label="vuu200",fontsize=16,color="green",shape="box"];900[label="span2Ys0 ((==) Right vuu18) (vuu200 : vuu201) (span2Span1 ((==) Right vuu18) vuu201 ((==) Right vuu18) vuu200 vuu201 False)",fontsize=16,color="black",shape="box"];900 -> 918[label="",style="solid", color="black", weight=3]; 21.95/8.07 901[label="span2Ys0 ((==) Right vuu18) (vuu200 : vuu201) (span2Span1 ((==) Right vuu18) vuu201 ((==) Right vuu18) vuu200 vuu201 True)",fontsize=16,color="black",shape="box"];901 -> 919[label="",style="solid", color="black", weight=3]; 21.95/8.07 902[label="Left vuu27",fontsize=16,color="green",shape="box"];903[label="vuu290",fontsize=16,color="green",shape="box"];904[label="span2Zs0 ((==) Left vuu27) (vuu290 : vuu291) (span2Span1 ((==) Left vuu27) vuu291 ((==) Left vuu27) vuu290 vuu291 False)",fontsize=16,color="black",shape="box"];904 -> 920[label="",style="solid", color="black", weight=3]; 21.95/8.07 905[label="span2Zs0 ((==) Left vuu27) (vuu290 : vuu291) (span2Span1 ((==) Left vuu27) vuu291 ((==) Left vuu27) vuu290 vuu291 True)",fontsize=16,color="black",shape="box"];905 -> 921[label="",style="solid", color="black", weight=3]; 21.95/8.07 906[label="Right vuu36",fontsize=16,color="green",shape="box"];907[label="vuu380",fontsize=16,color="green",shape="box"];908[label="span2Zs0 ((==) Right vuu36) (vuu380 : vuu381) (span2Span1 ((==) Right vuu36) vuu381 ((==) Right vuu36) vuu380 vuu381 False)",fontsize=16,color="black",shape="box"];908 -> 922[label="",style="solid", color="black", weight=3]; 21.95/8.07 909[label="span2Zs0 ((==) Right vuu36) (vuu380 : vuu381) (span2Span1 ((==) Right vuu36) vuu381 ((==) Right vuu36) vuu380 vuu381 True)",fontsize=16,color="black",shape="box"];909 -> 923[label="",style="solid", color="black", weight=3]; 21.95/8.07 910[label="primMulNat (Succ vuu300000) vuu310010",fontsize=16,color="burlywood",shape="box"];1316[label="vuu310010/Succ vuu3100100",fontsize=10,color="white",style="solid",shape="box"];910 -> 1316[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1316 -> 924[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 1317[label="vuu310010/Zero",fontsize=10,color="white",style="solid",shape="box"];910 -> 1317[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1317 -> 925[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 911[label="primMulNat Zero vuu310010",fontsize=16,color="burlywood",shape="box"];1318[label="vuu310010/Succ vuu3100100",fontsize=10,color="white",style="solid",shape="box"];911 -> 1318[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1318 -> 926[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 1319[label="vuu310010/Zero",fontsize=10,color="white",style="solid",shape="box"];911 -> 1319[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1319 -> 927[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 912[label="vuu310010",fontsize=16,color="green",shape="box"];913[label="vuu30000",fontsize=16,color="green",shape="box"];914[label="vuu30000",fontsize=16,color="green",shape="box"];915[label="vuu310010",fontsize=16,color="green",shape="box"];916[label="span2Ys0 ((==) Left vuu9) (vuu110 : vuu111) (span2Span0 ((==) Left vuu9) vuu111 ((==) Left vuu9) vuu110 vuu111 otherwise)",fontsize=16,color="black",shape="box"];916 -> 928[label="",style="solid", color="black", weight=3]; 21.95/8.07 917 -> 929[label="",style="dashed", color="red", weight=0]; 21.95/8.07 917[label="span2Ys0 ((==) Left vuu9) (vuu110 : vuu111) (vuu110 : span2Ys ((==) Left vuu9) vuu111,span2Zs ((==) Left vuu9) vuu111)",fontsize=16,color="magenta"];917 -> 930[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 917 -> 931[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 918[label="span2Ys0 ((==) Right vuu18) (vuu200 : vuu201) (span2Span0 ((==) Right vuu18) vuu201 ((==) Right vuu18) vuu200 vuu201 otherwise)",fontsize=16,color="black",shape="box"];918 -> 932[label="",style="solid", color="black", weight=3]; 21.95/8.07 919 -> 933[label="",style="dashed", color="red", weight=0]; 21.95/8.07 919[label="span2Ys0 ((==) Right vuu18) (vuu200 : vuu201) (vuu200 : span2Ys ((==) Right vuu18) vuu201,span2Zs ((==) Right vuu18) vuu201)",fontsize=16,color="magenta"];919 -> 934[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 919 -> 935[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 920[label="span2Zs0 ((==) Left vuu27) (vuu290 : vuu291) (span2Span0 ((==) Left vuu27) vuu291 ((==) Left vuu27) vuu290 vuu291 otherwise)",fontsize=16,color="black",shape="box"];920 -> 936[label="",style="solid", color="black", weight=3]; 21.95/8.07 921 -> 937[label="",style="dashed", color="red", weight=0]; 21.95/8.07 921[label="span2Zs0 ((==) Left vuu27) (vuu290 : vuu291) (vuu290 : span2Ys ((==) Left vuu27) vuu291,span2Zs ((==) Left vuu27) vuu291)",fontsize=16,color="magenta"];921 -> 938[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 921 -> 939[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 922[label="span2Zs0 ((==) Right vuu36) (vuu380 : vuu381) (span2Span0 ((==) Right vuu36) vuu381 ((==) Right vuu36) vuu380 vuu381 otherwise)",fontsize=16,color="black",shape="box"];922 -> 940[label="",style="solid", color="black", weight=3]; 21.95/8.07 923 -> 941[label="",style="dashed", color="red", weight=0]; 21.95/8.07 923[label="span2Zs0 ((==) Right vuu36) (vuu380 : vuu381) (vuu380 : span2Ys ((==) Right vuu36) vuu381,span2Zs ((==) Right vuu36) vuu381)",fontsize=16,color="magenta"];923 -> 942[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 923 -> 943[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 924[label="primMulNat (Succ vuu300000) (Succ vuu3100100)",fontsize=16,color="black",shape="box"];924 -> 944[label="",style="solid", color="black", weight=3]; 21.95/8.07 925[label="primMulNat (Succ vuu300000) Zero",fontsize=16,color="black",shape="box"];925 -> 945[label="",style="solid", color="black", weight=3]; 21.95/8.07 926[label="primMulNat Zero (Succ vuu3100100)",fontsize=16,color="black",shape="box"];926 -> 946[label="",style="solid", color="black", weight=3]; 21.95/8.07 927[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];927 -> 947[label="",style="solid", color="black", weight=3]; 21.95/8.07 928[label="span2Ys0 ((==) Left vuu9) (vuu110 : vuu111) (span2Span0 ((==) Left vuu9) vuu111 ((==) Left vuu9) vuu110 vuu111 True)",fontsize=16,color="black",shape="box"];928 -> 948[label="",style="solid", color="black", weight=3]; 21.95/8.07 930 -> 309[label="",style="dashed", color="red", weight=0]; 21.95/8.07 930[label="span2Ys ((==) Left vuu9) vuu111",fontsize=16,color="magenta"];930 -> 949[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 931 -> 313[label="",style="dashed", color="red", weight=0]; 21.95/8.07 931[label="span2Zs ((==) Left vuu9) vuu111",fontsize=16,color="magenta"];931 -> 950[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 931 -> 951[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 929[label="span2Ys0 ((==) Left vuu9) (vuu110 : vuu111) (vuu110 : vuu58,vuu57)",fontsize=16,color="black",shape="triangle"];929 -> 952[label="",style="solid", color="black", weight=3]; 21.95/8.07 932[label="span2Ys0 ((==) Right vuu18) (vuu200 : vuu201) (span2Span0 ((==) Right vuu18) vuu201 ((==) Right vuu18) vuu200 vuu201 True)",fontsize=16,color="black",shape="box"];932 -> 953[label="",style="solid", color="black", weight=3]; 21.95/8.07 934 -> 311[label="",style="dashed", color="red", weight=0]; 21.95/8.07 934[label="span2Ys ((==) Right vuu18) vuu201",fontsize=16,color="magenta"];934 -> 954[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 935 -> 317[label="",style="dashed", color="red", weight=0]; 21.95/8.07 935[label="span2Zs ((==) Right vuu18) vuu201",fontsize=16,color="magenta"];935 -> 955[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 935 -> 956[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 933[label="span2Ys0 ((==) Right vuu18) (vuu200 : vuu201) (vuu200 : vuu60,vuu59)",fontsize=16,color="black",shape="triangle"];933 -> 957[label="",style="solid", color="black", weight=3]; 21.95/8.07 936[label="span2Zs0 ((==) Left vuu27) (vuu290 : vuu291) (span2Span0 ((==) Left vuu27) vuu291 ((==) Left vuu27) vuu290 vuu291 True)",fontsize=16,color="black",shape="box"];936 -> 958[label="",style="solid", color="black", weight=3]; 21.95/8.07 938 -> 309[label="",style="dashed", color="red", weight=0]; 21.95/8.07 938[label="span2Ys ((==) Left vuu27) vuu291",fontsize=16,color="magenta"];938 -> 959[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 938 -> 960[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 939 -> 313[label="",style="dashed", color="red", weight=0]; 21.95/8.07 939[label="span2Zs ((==) Left vuu27) vuu291",fontsize=16,color="magenta"];939 -> 961[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 937[label="span2Zs0 ((==) Left vuu27) (vuu290 : vuu291) (vuu290 : vuu62,vuu61)",fontsize=16,color="black",shape="triangle"];937 -> 962[label="",style="solid", color="black", weight=3]; 21.95/8.07 940[label="span2Zs0 ((==) Right vuu36) (vuu380 : vuu381) (span2Span0 ((==) Right vuu36) vuu381 ((==) Right vuu36) vuu380 vuu381 True)",fontsize=16,color="black",shape="box"];940 -> 963[label="",style="solid", color="black", weight=3]; 21.95/8.07 942 -> 317[label="",style="dashed", color="red", weight=0]; 21.95/8.07 942[label="span2Zs ((==) Right vuu36) vuu381",fontsize=16,color="magenta"];942 -> 964[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 943 -> 311[label="",style="dashed", color="red", weight=0]; 21.95/8.07 943[label="span2Ys ((==) Right vuu36) vuu381",fontsize=16,color="magenta"];943 -> 965[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 943 -> 966[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 941[label="span2Zs0 ((==) Right vuu36) (vuu380 : vuu381) (vuu380 : vuu64,vuu63)",fontsize=16,color="black",shape="triangle"];941 -> 967[label="",style="solid", color="black", weight=3]; 21.95/8.07 944 -> 968[label="",style="dashed", color="red", weight=0]; 21.95/8.07 944[label="primPlusNat (primMulNat vuu300000 (Succ vuu3100100)) (Succ vuu3100100)",fontsize=16,color="magenta"];944 -> 969[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 945[label="Zero",fontsize=16,color="green",shape="box"];946[label="Zero",fontsize=16,color="green",shape="box"];947[label="Zero",fontsize=16,color="green",shape="box"];948[label="span2Ys0 ((==) Left vuu9) (vuu110 : vuu111) ([],vuu110 : vuu111)",fontsize=16,color="black",shape="box"];948 -> 970[label="",style="solid", color="black", weight=3]; 21.95/8.07 949[label="vuu111",fontsize=16,color="green",shape="box"];950[label="vuu111",fontsize=16,color="green",shape="box"];951[label="vuu9",fontsize=16,color="green",shape="box"];952[label="vuu110 : vuu58",fontsize=16,color="green",shape="box"];953[label="span2Ys0 ((==) Right vuu18) (vuu200 : vuu201) ([],vuu200 : vuu201)",fontsize=16,color="black",shape="box"];953 -> 971[label="",style="solid", color="black", weight=3]; 21.95/8.07 954[label="vuu201",fontsize=16,color="green",shape="box"];955[label="vuu18",fontsize=16,color="green",shape="box"];956[label="vuu201",fontsize=16,color="green",shape="box"];957[label="vuu200 : vuu60",fontsize=16,color="green",shape="box"];958[label="span2Zs0 ((==) Left vuu27) (vuu290 : vuu291) ([],vuu290 : vuu291)",fontsize=16,color="black",shape="box"];958 -> 972[label="",style="solid", color="black", weight=3]; 21.95/8.07 959[label="vuu291",fontsize=16,color="green",shape="box"];960[label="vuu27",fontsize=16,color="green",shape="box"];961[label="vuu291",fontsize=16,color="green",shape="box"];962[label="vuu61",fontsize=16,color="green",shape="box"];963[label="span2Zs0 ((==) Right vuu36) (vuu380 : vuu381) ([],vuu380 : vuu381)",fontsize=16,color="black",shape="box"];963 -> 973[label="",style="solid", color="black", weight=3]; 21.95/8.07 964[label="vuu381",fontsize=16,color="green",shape="box"];965[label="vuu36",fontsize=16,color="green",shape="box"];966[label="vuu381",fontsize=16,color="green",shape="box"];967[label="vuu63",fontsize=16,color="green",shape="box"];969 -> 890[label="",style="dashed", color="red", weight=0]; 21.95/8.07 969[label="primMulNat vuu300000 (Succ vuu3100100)",fontsize=16,color="magenta"];969 -> 974[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 969 -> 975[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 968[label="primPlusNat vuu65 (Succ vuu3100100)",fontsize=16,color="burlywood",shape="triangle"];1320[label="vuu65/Succ vuu650",fontsize=10,color="white",style="solid",shape="box"];968 -> 1320[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1320 -> 976[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 1321[label="vuu65/Zero",fontsize=10,color="white",style="solid",shape="box"];968 -> 1321[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1321 -> 977[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 970[label="[]",fontsize=16,color="green",shape="box"];971[label="[]",fontsize=16,color="green",shape="box"];972[label="vuu290 : vuu291",fontsize=16,color="green",shape="box"];973[label="vuu380 : vuu381",fontsize=16,color="green",shape="box"];974[label="vuu300000",fontsize=16,color="green",shape="box"];975[label="Succ vuu3100100",fontsize=16,color="green",shape="box"];976[label="primPlusNat (Succ vuu650) (Succ vuu3100100)",fontsize=16,color="black",shape="box"];976 -> 978[label="",style="solid", color="black", weight=3]; 21.95/8.07 977[label="primPlusNat Zero (Succ vuu3100100)",fontsize=16,color="black",shape="box"];977 -> 979[label="",style="solid", color="black", weight=3]; 21.95/8.07 978[label="Succ (Succ (primPlusNat vuu650 vuu3100100))",fontsize=16,color="green",shape="box"];978 -> 980[label="",style="dashed", color="green", weight=3]; 21.95/8.07 979[label="Succ vuu3100100",fontsize=16,color="green",shape="box"];980[label="primPlusNat vuu650 vuu3100100",fontsize=16,color="burlywood",shape="triangle"];1322[label="vuu650/Succ vuu6500",fontsize=10,color="white",style="solid",shape="box"];980 -> 1322[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1322 -> 981[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 1323[label="vuu650/Zero",fontsize=10,color="white",style="solid",shape="box"];980 -> 1323[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1323 -> 982[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 981[label="primPlusNat (Succ vuu6500) vuu3100100",fontsize=16,color="burlywood",shape="box"];1324[label="vuu3100100/Succ vuu31001000",fontsize=10,color="white",style="solid",shape="box"];981 -> 1324[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1324 -> 983[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 1325[label="vuu3100100/Zero",fontsize=10,color="white",style="solid",shape="box"];981 -> 1325[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1325 -> 984[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 982[label="primPlusNat Zero vuu3100100",fontsize=16,color="burlywood",shape="box"];1326[label="vuu3100100/Succ vuu31001000",fontsize=10,color="white",style="solid",shape="box"];982 -> 1326[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1326 -> 985[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 1327[label="vuu3100100/Zero",fontsize=10,color="white",style="solid",shape="box"];982 -> 1327[label="",style="solid", color="burlywood", weight=9]; 21.95/8.07 1327 -> 986[label="",style="solid", color="burlywood", weight=3]; 21.95/8.07 983[label="primPlusNat (Succ vuu6500) (Succ vuu31001000)",fontsize=16,color="black",shape="box"];983 -> 987[label="",style="solid", color="black", weight=3]; 21.95/8.07 984[label="primPlusNat (Succ vuu6500) Zero",fontsize=16,color="black",shape="box"];984 -> 988[label="",style="solid", color="black", weight=3]; 21.95/8.07 985[label="primPlusNat Zero (Succ vuu31001000)",fontsize=16,color="black",shape="box"];985 -> 989[label="",style="solid", color="black", weight=3]; 21.95/8.07 986[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];986 -> 990[label="",style="solid", color="black", weight=3]; 21.95/8.07 987[label="Succ (Succ (primPlusNat vuu6500 vuu31001000))",fontsize=16,color="green",shape="box"];987 -> 991[label="",style="dashed", color="green", weight=3]; 21.95/8.07 988[label="Succ vuu6500",fontsize=16,color="green",shape="box"];989[label="Succ vuu31001000",fontsize=16,color="green",shape="box"];990[label="Zero",fontsize=16,color="green",shape="box"];991 -> 980[label="",style="dashed", color="red", weight=0]; 21.95/8.07 991[label="primPlusNat vuu6500 vuu31001000",fontsize=16,color="magenta"];991 -> 992[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 991 -> 993[label="",style="dashed", color="magenta", weight=3]; 21.95/8.07 992[label="vuu6500",fontsize=16,color="green",shape="box"];993[label="vuu31001000",fontsize=16,color="green",shape="box"];} 21.95/8.07 21.95/8.07 ---------------------------------------- 21.95/8.07 21.95/8.07 (10) 21.95/8.07 Complex Obligation (AND) 21.95/8.07 21.95/8.07 ---------------------------------------- 21.95/8.07 21.95/8.07 (11) 21.95/8.07 Obligation: 21.95/8.07 Q DP problem: 21.95/8.07 The TRS P consists of the following rules: 21.95/8.07 21.95/8.07 new_span2Zs00(vuu27, vuu290, vuu291, True, bc, bd) -> new_span2Zs1(vuu27, vuu291, bc, bd) 21.95/8.07 new_span2Ys00(vuu9, vuu110, vuu111, True, ba, bb) -> new_span2Zs1(vuu9, vuu111, ba, bb) 21.95/8.07 new_span2Ys1(vuu9, :(vuu110, vuu111), ba, bb) -> new_span2Ys00(vuu9, vuu110, vuu111, new_esEs4(Left(vuu9), vuu110, ba, bb), ba, bb) 21.95/8.07 new_span2Zs00(vuu27, vuu290, vuu291, True, bc, bd) -> new_span2Ys1(vuu27, vuu291, bc, bd) 21.95/8.07 new_span2Ys00(vuu9, vuu110, vuu111, True, ba, bb) -> new_span2Ys1(vuu9, vuu111, ba, bb) 21.95/8.07 new_span2Zs1(vuu27, :(vuu290, vuu291), bc, bd) -> new_span2Zs00(vuu27, vuu290, vuu291, new_esEs4(Left(vuu27), vuu290, bc, bd), bc, bd) 21.95/8.07 21.95/8.07 The TRS R consists of the following rules: 21.95/8.07 21.95/8.07 new_esEs23(vuu3000, vuu31000, app(app(app(ty_@3, bbc), bbd), bbe)) -> new_esEs10(vuu3000, vuu31000, bbc, bbd, bbe) 21.95/8.07 new_esEs14(GT, GT) -> True 21.95/8.07 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 21.95/8.07 new_esEs10(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), bf, bg, bh) -> new_asAs(new_esEs13(vuu3000, vuu31000, bf), new_asAs(new_esEs12(vuu3001, vuu31001, bg), new_esEs11(vuu3002, vuu31002, bh))) 21.95/8.07 new_esEs11(vuu3002, vuu31002, app(ty_[], cc)) -> new_esEs18(vuu3002, vuu31002, cc) 21.95/8.07 new_esEs4(Right(vuu3000), Right(vuu31000), hd, ty_Integer) -> new_esEs9(vuu3000, vuu31000) 21.95/8.07 new_esEs24(vuu3001, vuu31001, app(app(ty_@2, bdg), bdh)) -> new_esEs15(vuu3001, vuu31001, bdg, bdh) 21.95/8.07 new_esEs13(vuu3000, vuu31000, app(ty_Maybe, fd)) -> new_esEs20(vuu3000, vuu31000, fd) 21.95/8.07 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Double, ga) -> new_esEs22(vuu3000, vuu31000) 21.95/8.07 new_esEs13(vuu3000, vuu31000, ty_Ordering) -> new_esEs14(vuu3000, vuu31000) 21.95/8.07 new_esEs23(vuu3000, vuu31000, ty_Float) -> new_esEs21(vuu3000, vuu31000) 21.95/8.07 new_esEs4(Left(vuu3000), Right(vuu31000), hd, ga) -> False 21.95/8.07 new_esEs4(Right(vuu3000), Left(vuu31000), hd, ga) -> False 21.95/8.07 new_esEs23(vuu3000, vuu31000, ty_Integer) -> new_esEs9(vuu3000, vuu31000) 21.95/8.07 new_esEs4(Right(vuu3000), Right(vuu31000), hd, app(ty_[], hg)) -> new_esEs18(vuu3000, vuu31000, hg) 21.95/8.07 new_esEs5(:%(vuu3000, vuu3001), :%(vuu31000, vuu31001), be) -> new_asAs(new_esEs7(vuu3000, vuu31000, be), new_esEs6(vuu3001, vuu31001, be)) 21.95/8.07 new_esEs4(Right(vuu3000), Right(vuu31000), hd, ty_Float) -> new_esEs21(vuu3000, vuu31000) 21.95/8.07 new_esEs11(vuu3002, vuu31002, app(ty_Maybe, cg)) -> new_esEs20(vuu3002, vuu31002, cg) 21.95/8.07 new_esEs13(vuu3000, vuu31000, ty_Double) -> new_esEs22(vuu3000, vuu31000) 21.95/8.07 new_esEs23(vuu3000, vuu31000, ty_Double) -> new_esEs22(vuu3000, vuu31000) 21.95/8.07 new_esEs14(EQ, EQ) -> True 21.95/8.07 new_esEs12(vuu3001, vuu31001, app(ty_Ratio, ee)) -> new_esEs5(vuu3001, vuu31001, ee) 21.95/8.07 new_esEs14(EQ, GT) -> False 21.95/8.07 new_esEs14(GT, EQ) -> False 21.95/8.07 new_esEs25(vuu3000, vuu31000, ty_Float) -> new_esEs21(vuu3000, vuu31000) 21.95/8.07 new_esEs20(Just(vuu3000), Just(vuu31000), ty_@0) -> new_esEs16(vuu3000, vuu31000) 21.95/8.07 new_esEs6(vuu3001, vuu31001, ty_Integer) -> new_esEs9(vuu3001, vuu31001) 21.95/8.07 new_esEs20(Nothing, Just(vuu31000), bcb) -> False 21.95/8.07 new_esEs20(Just(vuu3000), Nothing, bcb) -> False 21.95/8.07 new_esEs12(vuu3001, vuu31001, ty_@0) -> new_esEs16(vuu3001, vuu31001) 21.95/8.07 new_asAs(True, vuu52) -> vuu52 21.95/8.07 new_esEs4(Right(vuu3000), Right(vuu31000), hd, ty_@0) -> new_esEs16(vuu3000, vuu31000) 21.95/8.07 new_esEs20(Nothing, Nothing, bcb) -> True 21.95/8.07 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Char) -> new_esEs19(vuu3000, vuu31000) 21.95/8.07 new_esEs24(vuu3001, vuu31001, ty_Char) -> new_esEs19(vuu3001, vuu31001) 21.95/8.07 new_esEs11(vuu3002, vuu31002, ty_Ordering) -> new_esEs14(vuu3002, vuu31002) 21.95/8.07 new_esEs17(False, True) -> False 21.95/8.07 new_esEs17(True, False) -> False 21.95/8.07 new_esEs19(Char(vuu3000), Char(vuu31000)) -> new_primEqNat0(vuu3000, vuu31000) 21.95/8.07 new_primEqInt(Pos(Succ(vuu30000)), Pos(Zero)) -> False 21.95/8.07 new_primEqInt(Pos(Zero), Pos(Succ(vuu310000))) -> False 21.95/8.07 new_esEs4(Right(vuu3000), Right(vuu31000), hd, ty_Double) -> new_esEs22(vuu3000, vuu31000) 21.95/8.07 new_esEs23(vuu3000, vuu31000, ty_@0) -> new_esEs16(vuu3000, vuu31000) 21.95/8.07 new_esEs16(@0, @0) -> True 21.95/8.07 new_esEs4(Left(vuu3000), Left(vuu31000), app(app(ty_Either, ha), hb), ga) -> new_esEs4(vuu3000, vuu31000, ha, hb) 21.95/8.07 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Int) -> new_esEs8(vuu3000, vuu31000) 21.95/8.07 new_esEs4(Left(vuu3000), Left(vuu31000), app(app(app(ty_@3, ge), gf), gg), ga) -> new_esEs10(vuu3000, vuu31000, ge, gf, gg) 21.95/8.07 new_primEqNat0(Succ(vuu30000), Succ(vuu310000)) -> new_primEqNat0(vuu30000, vuu310000) 21.95/8.07 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Float, ga) -> new_esEs21(vuu3000, vuu31000) 21.95/8.07 new_esEs18([], [], bag) -> True 21.95/8.07 new_esEs25(vuu3000, vuu31000, app(app(app(ty_@3, bfd), bfe), bff)) -> new_esEs10(vuu3000, vuu31000, bfd, bfe, bff) 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_Int) -> new_esEs8(vuu3001, vuu31001) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), app(ty_[], gd), ga) -> new_esEs18(vuu3000, vuu31000, gd) 21.95/8.08 new_esEs22(Double(vuu3000, vuu3001), Double(vuu31000, vuu31001)) -> new_esEs8(new_sr(vuu3000, vuu31001), new_sr(vuu3001, vuu31000)) 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_Int) -> new_esEs8(vuu3002, vuu31002) 21.95/8.08 new_esEs24(vuu3001, vuu31001, app(ty_Maybe, bee)) -> new_esEs20(vuu3001, vuu31001, bee) 21.95/8.08 new_primMulNat0(Zero, Zero) -> Zero 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_@0, ga) -> new_esEs16(vuu3000, vuu31000) 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_Char) -> new_esEs19(vuu3002, vuu31002) 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_Integer) -> new_esEs9(vuu3002, vuu31002) 21.95/8.08 new_esEs18(:(vuu3000, vuu3001), :(vuu31000, vuu31001), bag) -> new_asAs(new_esEs23(vuu3000, vuu31000, bag), new_esEs18(vuu3001, vuu31001, bag)) 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Float) -> new_esEs21(vuu3001, vuu31001) 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Int) -> new_esEs8(vuu3001, vuu31001) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), app(app(ty_@2, gb), gc), ga) -> new_esEs15(vuu3000, vuu31000, gb, gc) 21.95/8.08 new_esEs25(vuu3000, vuu31000, app(app(ty_Either, bfh), bga)) -> new_esEs4(vuu3000, vuu31000, bfh, bga) 21.95/8.08 new_primEqNat0(Succ(vuu30000), Zero) -> False 21.95/8.08 new_primEqNat0(Zero, Succ(vuu310000)) -> False 21.95/8.08 new_esEs9(Integer(vuu3000), Integer(vuu31000)) -> new_primEqInt(vuu3000, vuu31000) 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Char) -> new_esEs19(vuu3001, vuu31001) 21.95/8.08 new_esEs25(vuu3000, vuu31000, app(ty_Ratio, bgb)) -> new_esEs5(vuu3000, vuu31000, bgb) 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Integer) -> new_esEs9(vuu3001, vuu31001) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, app(app(ty_Either, bad), bae)) -> new_esEs4(vuu3000, vuu31000, bad, bae) 21.95/8.08 new_esEs11(vuu3002, vuu31002, app(app(ty_@2, ca), cb)) -> new_esEs15(vuu3002, vuu31002, ca, cb) 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_Ordering) -> new_esEs14(vuu3001, vuu31001) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Ordering, ga) -> new_esEs14(vuu3000, vuu31000) 21.95/8.08 new_esEs12(vuu3001, vuu31001, app(app(ty_Either, ec), ed)) -> new_esEs4(vuu3001, vuu31001, ec, ed) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), app(app(ty_Either, bdb), bdc)) -> new_esEs4(vuu3000, vuu31000, bdb, bdc) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), app(ty_Ratio, bdd)) -> new_esEs5(vuu3000, vuu31000, bdd) 21.95/8.08 new_esEs24(vuu3001, vuu31001, app(ty_Ratio, beh)) -> new_esEs5(vuu3001, vuu31001, beh) 21.95/8.08 new_primEqInt(Neg(Succ(vuu30000)), Neg(Zero)) -> False 21.95/8.08 new_primEqInt(Neg(Zero), Neg(Succ(vuu310000))) -> False 21.95/8.08 new_primEqInt(Pos(Succ(vuu30000)), Pos(Succ(vuu310000))) -> new_primEqNat0(vuu30000, vuu310000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_Float) -> new_esEs21(vuu3000, vuu31000) 21.95/8.08 new_esEs23(vuu3000, vuu31000, ty_Ordering) -> new_esEs14(vuu3000, vuu31000) 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_Double) -> new_esEs22(vuu3002, vuu31002) 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_Float) -> new_esEs21(vuu3001, vuu31001) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Integer, ga) -> new_esEs9(vuu3000, vuu31000) 21.95/8.08 new_sr(Pos(vuu30000), Neg(vuu310010)) -> Neg(new_primMulNat0(vuu30000, vuu310010)) 21.95/8.08 new_sr(Neg(vuu30000), Pos(vuu310010)) -> Neg(new_primMulNat0(vuu30000, vuu310010)) 21.95/8.08 new_esEs25(vuu3000, vuu31000, app(ty_Maybe, bfg)) -> new_esEs20(vuu3000, vuu31000, bfg) 21.95/8.08 new_esEs23(vuu3000, vuu31000, ty_Char) -> new_esEs19(vuu3000, vuu31000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, app(ty_Ratio, fh)) -> new_esEs5(vuu3000, vuu31000, fh) 21.95/8.08 new_primPlusNat1(Succ(vuu6500), Succ(vuu31001000)) -> Succ(Succ(new_primPlusNat1(vuu6500, vuu31001000))) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, ty_Ordering) -> new_esEs14(vuu3000, vuu31000) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Float) -> new_esEs21(vuu3000, vuu31000) 21.95/8.08 new_primEqInt(Pos(Succ(vuu30000)), Neg(vuu31000)) -> False 21.95/8.08 new_primEqInt(Neg(Succ(vuu30000)), Pos(vuu31000)) -> False 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Ordering) -> new_esEs14(vuu3001, vuu31001) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, app(app(app(ty_@3, hh), baa), bab)) -> new_esEs10(vuu3000, vuu31000, hh, baa, bab) 21.95/8.08 new_esEs24(vuu3001, vuu31001, app(app(ty_Either, bef), beg)) -> new_esEs4(vuu3001, vuu31001, bef, beg) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Char, ga) -> new_esEs19(vuu3000, vuu31000) 21.95/8.08 new_esEs17(True, True) -> True 21.95/8.08 new_esEs8(vuu300, vuu3100) -> new_primEqInt(vuu300, vuu3100) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Bool, ga) -> new_esEs17(vuu3000, vuu31000) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), app(ty_Maybe, bda)) -> new_esEs20(vuu3000, vuu31000, bda) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Int, ga) -> new_esEs8(vuu3000, vuu31000) 21.95/8.08 new_esEs23(vuu3000, vuu31000, app(app(ty_@2, bah), bba)) -> new_esEs15(vuu3000, vuu31000, bah, bba) 21.95/8.08 new_esEs23(vuu3000, vuu31000, ty_Int) -> new_esEs8(vuu3000, vuu31000) 21.95/8.08 new_sr(Neg(vuu30000), Neg(vuu310010)) -> Pos(new_primMulNat0(vuu30000, vuu310010)) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, ty_Int) -> new_esEs8(vuu3000, vuu31000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, app(app(ty_Either, ff), fg)) -> new_esEs4(vuu3000, vuu31000, ff, fg) 21.95/8.08 new_esEs23(vuu3000, vuu31000, ty_Bool) -> new_esEs17(vuu3000, vuu31000) 21.95/8.08 new_esEs25(vuu3000, vuu31000, app(app(ty_@2, bfa), bfb)) -> new_esEs15(vuu3000, vuu31000, bfa, bfb) 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_@0) -> new_esEs16(vuu3002, vuu31002) 21.95/8.08 new_primEqInt(Pos(Zero), Neg(Succ(vuu310000))) -> False 21.95/8.08 new_primEqInt(Neg(Zero), Pos(Succ(vuu310000))) -> False 21.95/8.08 new_esEs12(vuu3001, vuu31001, app(ty_[], df)) -> new_esEs18(vuu3001, vuu31001, df) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Ordering) -> new_esEs14(vuu3000, vuu31000) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, ty_Char) -> new_esEs19(vuu3000, vuu31000) 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_@0) -> new_esEs16(vuu3001, vuu31001) 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_Double) -> new_esEs22(vuu3001, vuu31001) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_Int) -> new_esEs8(vuu3000, vuu31000) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Double) -> new_esEs22(vuu3000, vuu31000) 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Double) -> new_esEs22(vuu3001, vuu31001) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_Char) -> new_esEs19(vuu3000, vuu31000) 21.95/8.08 new_esEs23(vuu3000, vuu31000, app(ty_Ratio, bca)) -> new_esEs5(vuu3000, vuu31000, bca) 21.95/8.08 new_primEqInt(Neg(Succ(vuu30000)), Neg(Succ(vuu310000))) -> new_primEqNat0(vuu30000, vuu310000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_Bool) -> new_esEs17(vuu3000, vuu31000) 21.95/8.08 new_primPlusNat0(Succ(vuu650), vuu3100100) -> Succ(Succ(new_primPlusNat1(vuu650, vuu3100100))) 21.95/8.08 new_esEs6(vuu3001, vuu31001, ty_Int) -> new_esEs8(vuu3001, vuu31001) 21.95/8.08 new_esEs11(vuu3002, vuu31002, app(ty_Ratio, dc)) -> new_esEs5(vuu3002, vuu31002, dc) 21.95/8.08 new_esEs23(vuu3000, vuu31000, app(app(ty_Either, bbg), bbh)) -> new_esEs4(vuu3000, vuu31000, bbg, bbh) 21.95/8.08 new_esEs25(vuu3000, vuu31000, app(ty_[], bfc)) -> new_esEs18(vuu3000, vuu31000, bfc) 21.95/8.08 new_esEs14(LT, GT) -> False 21.95/8.08 new_esEs14(GT, LT) -> False 21.95/8.08 new_esEs11(vuu3002, vuu31002, app(app(ty_Either, da), db)) -> new_esEs4(vuu3002, vuu31002, da, db) 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_Bool) -> new_esEs17(vuu3000, vuu31000) 21.95/8.08 new_primPlusNat1(Zero, Zero) -> Zero 21.95/8.08 new_primMulNat0(Succ(vuu300000), Zero) -> Zero 21.95/8.08 new_primMulNat0(Zero, Succ(vuu3100100)) -> Zero 21.95/8.08 new_sr(Pos(vuu30000), Pos(vuu310010)) -> Pos(new_primMulNat0(vuu30000, vuu310010)) 21.95/8.08 new_primPlusNat0(Zero, vuu3100100) -> Succ(vuu3100100) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Integer) -> new_esEs9(vuu3000, vuu31000) 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_Integer) -> new_esEs9(vuu3001, vuu31001) 21.95/8.08 new_esEs14(LT, LT) -> True 21.95/8.08 new_esEs18(:(vuu3000, vuu3001), [], bag) -> False 21.95/8.08 new_esEs18([], :(vuu31000, vuu31001), bag) -> False 21.95/8.08 new_esEs12(vuu3001, vuu31001, app(ty_Maybe, eb)) -> new_esEs20(vuu3001, vuu31001, eb) 21.95/8.08 new_esEs14(LT, EQ) -> False 21.95/8.08 new_esEs14(EQ, LT) -> False 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_Float) -> new_esEs21(vuu3002, vuu31002) 21.95/8.08 new_esEs12(vuu3001, vuu31001, app(app(ty_@2, dd), de)) -> new_esEs15(vuu3001, vuu31001, dd, de) 21.95/8.08 new_esEs11(vuu3002, vuu31002, app(app(app(ty_@3, cd), ce), cf)) -> new_esEs10(vuu3002, vuu31002, cd, ce, cf) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, app(app(ty_@2, he), hf)) -> new_esEs15(vuu3000, vuu31000, he, hf) 21.95/8.08 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 21.95/8.08 new_esEs17(False, False) -> True 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), app(ty_Ratio, hc), ga) -> new_esEs5(vuu3000, vuu31000, hc) 21.95/8.08 new_primMulNat0(Succ(vuu300000), Succ(vuu3100100)) -> new_primPlusNat0(new_primMulNat0(vuu300000, Succ(vuu3100100)), vuu3100100) 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_Ordering) -> new_esEs14(vuu3000, vuu31000) 21.95/8.08 new_esEs12(vuu3001, vuu31001, app(app(app(ty_@3, dg), dh), ea)) -> new_esEs10(vuu3001, vuu31001, dg, dh, ea) 21.95/8.08 new_esEs23(vuu3000, vuu31000, app(ty_[], bbb)) -> new_esEs18(vuu3000, vuu31000, bbb) 21.95/8.08 new_esEs23(vuu3000, vuu31000, app(ty_Maybe, bbf)) -> new_esEs20(vuu3000, vuu31000, bbf) 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_Bool) -> new_esEs17(vuu3002, vuu31002) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_Integer) -> new_esEs9(vuu3000, vuu31000) 21.95/8.08 new_primPlusNat1(Succ(vuu6500), Zero) -> Succ(vuu6500) 21.95/8.08 new_primPlusNat1(Zero, Succ(vuu31001000)) -> Succ(vuu31001000) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), app(ty_Maybe, gh), ga) -> new_esEs20(vuu3000, vuu31000, gh) 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_Char) -> new_esEs19(vuu3000, vuu31000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, app(app(app(ty_@3, fa), fb), fc)) -> new_esEs10(vuu3000, vuu31000, fa, fb, fc) 21.95/8.08 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 21.95/8.08 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, app(ty_Ratio, baf)) -> new_esEs5(vuu3000, vuu31000, baf) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), app(app(ty_@2, bcc), bcd)) -> new_esEs15(vuu3000, vuu31000, bcc, bcd) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, app(ty_Maybe, bac)) -> new_esEs20(vuu3000, vuu31000, bac) 21.95/8.08 new_primEqNat0(Zero, Zero) -> True 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_Bool) -> new_esEs17(vuu3001, vuu31001) 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_Int) -> new_esEs8(vuu3000, vuu31000) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Bool) -> new_esEs17(vuu3000, vuu31000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, app(ty_[], eh)) -> new_esEs18(vuu3000, vuu31000, eh) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_@0) -> new_esEs16(vuu3000, vuu31000) 21.95/8.08 new_asAs(False, vuu52) -> False 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_Integer) -> new_esEs9(vuu3000, vuu31000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, app(app(ty_@2, ef), eg)) -> new_esEs15(vuu3000, vuu31000, ef, eg) 21.95/8.08 new_esEs24(vuu3001, vuu31001, app(app(app(ty_@3, beb), bec), bed)) -> new_esEs10(vuu3001, vuu31001, beb, bec, bed) 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_@0) -> new_esEs16(vuu3000, vuu31000) 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_Double) -> new_esEs22(vuu3000, vuu31000) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), app(ty_[], bce)) -> new_esEs18(vuu3000, vuu31000, bce) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), app(app(app(ty_@3, bcf), bcg), bch)) -> new_esEs10(vuu3000, vuu31000, bcf, bcg, bch) 21.95/8.08 new_esEs7(vuu3000, vuu31000, ty_Int) -> new_esEs8(vuu3000, vuu31000) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, ty_Bool) -> new_esEs17(vuu3000, vuu31000) 21.95/8.08 new_esEs15(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bde, bdf) -> new_asAs(new_esEs25(vuu3000, vuu31000, bde), new_esEs24(vuu3001, vuu31001, bdf)) 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Bool) -> new_esEs17(vuu3001, vuu31001) 21.95/8.08 new_esEs7(vuu3000, vuu31000, ty_Integer) -> new_esEs9(vuu3000, vuu31000) 21.95/8.08 new_esEs21(Float(vuu3000, vuu3001), Float(vuu31000, vuu31001)) -> new_esEs8(new_sr(vuu3000, vuu31001), new_sr(vuu3001, vuu31000)) 21.95/8.08 new_esEs24(vuu3001, vuu31001, app(ty_[], bea)) -> new_esEs18(vuu3001, vuu31001, bea) 21.95/8.08 21.95/8.08 The set Q consists of the following terms: 21.95/8.08 21.95/8.08 new_esEs14(EQ, EQ) 21.95/8.08 new_esEs23(x0, x1, app(ty_Maybe, x2)) 21.95/8.08 new_esEs5(:%(x0, x1), :%(x2, x3), x4) 21.95/8.08 new_esEs19(Char(x0), Char(x1)) 21.95/8.08 new_esEs12(x0, x1, ty_Integer) 21.95/8.08 new_esEs20(Just(x0), Nothing, x1) 21.95/8.08 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Char) 21.95/8.08 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Integer, x2) 21.95/8.08 new_esEs24(x0, x1, ty_Double) 21.95/8.08 new_primMulNat0(Zero, Zero) 21.95/8.08 new_primPlusNat1(Zero, Zero) 21.95/8.08 new_esEs9(Integer(x0), Integer(x1)) 21.95/8.08 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 21.95/8.08 new_esEs18([], :(x0, x1), x2) 21.95/8.08 new_esEs12(x0, x1, app(ty_Ratio, x2)) 21.95/8.08 new_esEs21(Float(x0, x1), Float(x2, x3)) 21.95/8.08 new_esEs10(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 21.95/8.08 new_esEs20(Nothing, Just(x0), x1) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Float) 21.95/8.08 new_esEs4(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 21.95/8.08 new_esEs4(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 21.95/8.08 new_esEs17(True, True) 21.95/8.08 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 21.95/8.08 new_esEs24(x0, x1, ty_Ordering) 21.95/8.08 new_primEqInt(Pos(Zero), Pos(Zero)) 21.95/8.08 new_esEs12(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_esEs12(x0, x1, app(app(ty_@2, x2), x3)) 21.95/8.08 new_esEs17(False, False) 21.95/8.08 new_esEs23(x0, x1, ty_Integer) 21.95/8.08 new_esEs12(x0, x1, app(ty_[], x2)) 21.95/8.08 new_primEqNat0(Zero, Succ(x0)) 21.95/8.08 new_esEs24(x0, x1, ty_Float) 21.95/8.08 new_esEs25(x0, x1, app(ty_Maybe, x2)) 21.95/8.08 new_sr(Neg(x0), Neg(x1)) 21.95/8.08 new_esEs25(x0, x1, ty_Bool) 21.95/8.08 new_primEqInt(Neg(Zero), Neg(Zero)) 21.95/8.08 new_esEs6(x0, x1, ty_Integer) 21.95/8.08 new_esEs20(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_esEs12(x0, x1, ty_@0) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Int) 21.95/8.08 new_esEs13(x0, x1, ty_Bool) 21.95/8.08 new_esEs15(@2(x0, x1), @2(x2, x3), x4, x5) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Int) 21.95/8.08 new_esEs23(x0, x1, ty_Ordering) 21.95/8.08 new_esEs24(x0, x1, ty_Integer) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_@0) 21.95/8.08 new_primPlusNat0(Zero, x0) 21.95/8.08 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 21.95/8.08 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 21.95/8.08 new_esEs24(x0, x1, app(ty_Ratio, x2)) 21.95/8.08 new_esEs24(x0, x1, ty_Int) 21.95/8.08 new_esEs25(x0, x1, ty_Ordering) 21.95/8.08 new_esEs23(x0, x1, ty_Float) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Ordering, x2) 21.95/8.08 new_esEs12(x0, x1, ty_Float) 21.95/8.08 new_esEs14(EQ, GT) 21.95/8.08 new_esEs14(GT, EQ) 21.95/8.08 new_esEs13(x0, x1, ty_Char) 21.95/8.08 new_sr(Pos(x0), Pos(x1)) 21.95/8.08 new_primPlusNat1(Zero, Succ(x0)) 21.95/8.08 new_esEs4(Left(x0), Left(x1), app(ty_[], x2), x3) 21.95/8.08 new_esEs24(x0, x1, ty_Char) 21.95/8.08 new_esEs11(x0, x1, ty_Integer) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Float) 21.95/8.08 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 21.95/8.08 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 21.95/8.08 new_esEs13(x0, x1, app(ty_Maybe, x2)) 21.95/8.08 new_esEs13(x0, x1, ty_Int) 21.95/8.08 new_primEqInt(Pos(Zero), Neg(Zero)) 21.95/8.08 new_primEqInt(Neg(Zero), Pos(Zero)) 21.95/8.08 new_esEs17(False, True) 21.95/8.08 new_esEs17(True, False) 21.95/8.08 new_esEs11(x0, x1, ty_Ordering) 21.95/8.08 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 21.95/8.08 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Char) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_@0) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Double) 21.95/8.08 new_esEs25(x0, x1, app(ty_[], x2)) 21.95/8.08 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 21.95/8.08 new_esEs25(x0, x1, ty_Integer) 21.95/8.08 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 21.95/8.08 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 21.95/8.08 new_esEs18(:(x0, x1), [], x2) 21.95/8.08 new_primMulNat0(Succ(x0), Zero) 21.95/8.08 new_esEs13(x0, x1, ty_@0) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 21.95/8.08 new_esEs11(x0, x1, app(ty_Maybe, x2)) 21.95/8.08 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_esEs24(x0, x1, ty_Bool) 21.95/8.08 new_esEs13(x0, x1, ty_Float) 21.95/8.08 new_esEs13(x0, x1, ty_Double) 21.95/8.08 new_esEs13(x0, x1, app(app(ty_Either, x2), x3)) 21.95/8.08 new_esEs18([], [], x0) 21.95/8.08 new_esEs23(x0, x1, app(ty_Ratio, x2)) 21.95/8.08 new_esEs25(x0, x1, ty_Char) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 21.95/8.08 new_esEs20(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 21.95/8.08 new_esEs23(x0, x1, ty_Char) 21.95/8.08 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_esEs20(Just(x0), Just(x1), app(ty_Maybe, x2)) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, app(ty_[], x3)) 21.95/8.08 new_esEs4(Left(x0), Right(x1), x2, x3) 21.95/8.08 new_esEs4(Right(x0), Left(x1), x2, x3) 21.95/8.08 new_esEs12(x0, x1, app(app(ty_Either, x2), x3)) 21.95/8.08 new_primMulNat0(Zero, Succ(x0)) 21.95/8.08 new_esEs20(Nothing, Nothing, x0) 21.95/8.08 new_esEs12(x0, x1, ty_Char) 21.95/8.08 new_esEs25(x0, x1, ty_Int) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Integer) 21.95/8.08 new_esEs6(x0, x1, ty_Int) 21.95/8.08 new_esEs11(x0, x1, ty_Bool) 21.95/8.08 new_esEs7(x0, x1, ty_Int) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Bool) 21.95/8.08 new_esEs14(LT, EQ) 21.95/8.08 new_esEs14(EQ, LT) 21.95/8.08 new_esEs24(x0, x1, app(ty_Maybe, x2)) 21.95/8.08 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 21.95/8.08 new_asAs(False, x0) 21.95/8.08 new_esEs4(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 21.95/8.08 new_esEs23(x0, x1, ty_Int) 21.95/8.08 new_esEs23(x0, x1, app(ty_[], x2)) 21.95/8.08 new_esEs14(GT, GT) 21.95/8.08 new_primPlusNat1(Succ(x0), Succ(x1)) 21.95/8.08 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 21.95/8.08 new_primPlusNat1(Succ(x0), Zero) 21.95/8.08 new_esEs12(x0, x1, ty_Int) 21.95/8.08 new_esEs23(x0, x1, ty_@0) 21.95/8.08 new_esEs20(Just(x0), Just(x1), app(ty_Ratio, x2)) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 21.95/8.08 new_primMulNat0(Succ(x0), Succ(x1)) 21.95/8.08 new_esEs24(x0, x1, ty_@0) 21.95/8.08 new_esEs13(x0, x1, app(app(ty_@2, x2), x3)) 21.95/8.08 new_esEs14(LT, GT) 21.95/8.08 new_esEs14(GT, LT) 21.95/8.08 new_esEs11(x0, x1, app(ty_[], x2)) 21.95/8.08 new_esEs12(x0, x1, ty_Ordering) 21.95/8.08 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 21.95/8.08 new_esEs18(:(x0, x1), :(x2, x3), x4) 21.95/8.08 new_primEqNat0(Zero, Zero) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Double, x2) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_@0, x2) 21.95/8.08 new_esEs23(x0, x1, ty_Bool) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Bool) 21.95/8.08 new_esEs22(Double(x0, x1), Double(x2, x3)) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Float, x2) 21.95/8.08 new_esEs13(x0, x1, app(ty_[], x2)) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Ordering) 21.95/8.08 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Double) 21.95/8.08 new_esEs25(x0, x1, ty_@0) 21.95/8.08 new_esEs12(x0, x1, app(ty_Maybe, x2)) 21.95/8.08 new_esEs25(x0, x1, ty_Double) 21.95/8.08 new_primPlusNat0(Succ(x0), x1) 21.95/8.08 new_esEs24(x0, x1, app(ty_[], x2)) 21.95/8.08 new_sr(Pos(x0), Neg(x1)) 21.95/8.08 new_sr(Neg(x0), Pos(x1)) 21.95/8.08 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 21.95/8.08 new_esEs20(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Integer) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Bool, x2) 21.95/8.08 new_esEs14(LT, LT) 21.95/8.08 new_esEs20(Just(x0), Just(x1), app(ty_[], x2)) 21.95/8.08 new_esEs23(x0, x1, ty_Double) 21.95/8.08 new_esEs12(x0, x1, ty_Double) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 21.95/8.08 new_esEs11(x0, x1, ty_Float) 21.95/8.08 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_primEqNat0(Succ(x0), Zero) 21.95/8.08 new_esEs11(x0, x1, ty_Double) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Ordering) 21.95/8.08 new_esEs7(x0, x1, ty_Integer) 21.95/8.08 new_esEs11(x0, x1, ty_Char) 21.95/8.08 new_esEs4(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Int, x2) 21.95/8.08 new_esEs12(x0, x1, ty_Bool) 21.95/8.08 new_esEs11(x0, x1, app(ty_Ratio, x2)) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 21.95/8.08 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 21.95/8.08 new_esEs25(x0, x1, app(ty_Ratio, x2)) 21.95/8.08 new_esEs13(x0, x1, ty_Integer) 21.95/8.08 new_esEs16(@0, @0) 21.95/8.08 new_esEs11(x0, x1, ty_@0) 21.95/8.08 new_esEs13(x0, x1, ty_Ordering) 21.95/8.08 new_asAs(True, x0) 21.95/8.08 new_esEs13(x0, x1, app(ty_Ratio, x2)) 21.95/8.08 new_primEqNat0(Succ(x0), Succ(x1)) 21.95/8.08 new_esEs8(x0, x1) 21.95/8.08 new_esEs13(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_esEs25(x0, x1, ty_Float) 21.95/8.08 new_esEs4(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Char, x2) 21.95/8.08 new_esEs11(x0, x1, ty_Int) 21.95/8.08 21.95/8.08 We have to consider all minimal (P,Q,R)-chains. 21.95/8.08 ---------------------------------------- 21.95/8.08 21.95/8.08 (12) QDPSizeChangeProof (EQUIVALENT) 21.95/8.08 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 21.95/8.08 21.95/8.08 From the DPs we obtained the following set of size-change graphs: 21.95/8.08 *new_span2Zs1(vuu27, :(vuu290, vuu291), bc, bd) -> new_span2Zs00(vuu27, vuu290, vuu291, new_esEs4(Left(vuu27), vuu290, bc, bd), bc, bd) 21.95/8.08 The graph contains the following edges 1 >= 1, 2 > 2, 2 > 3, 3 >= 5, 4 >= 6 21.95/8.08 21.95/8.08 21.95/8.08 *new_span2Ys1(vuu9, :(vuu110, vuu111), ba, bb) -> new_span2Ys00(vuu9, vuu110, vuu111, new_esEs4(Left(vuu9), vuu110, ba, bb), ba, bb) 21.95/8.08 The graph contains the following edges 1 >= 1, 2 > 2, 2 > 3, 3 >= 5, 4 >= 6 21.95/8.08 21.95/8.08 21.95/8.08 *new_span2Ys00(vuu9, vuu110, vuu111, True, ba, bb) -> new_span2Ys1(vuu9, vuu111, ba, bb) 21.95/8.08 The graph contains the following edges 1 >= 1, 3 >= 2, 5 >= 3, 6 >= 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_span2Ys00(vuu9, vuu110, vuu111, True, ba, bb) -> new_span2Zs1(vuu9, vuu111, ba, bb) 21.95/8.08 The graph contains the following edges 1 >= 1, 3 >= 2, 5 >= 3, 6 >= 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_span2Zs00(vuu27, vuu290, vuu291, True, bc, bd) -> new_span2Ys1(vuu27, vuu291, bc, bd) 21.95/8.08 The graph contains the following edges 1 >= 1, 3 >= 2, 5 >= 3, 6 >= 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_span2Zs00(vuu27, vuu290, vuu291, True, bc, bd) -> new_span2Zs1(vuu27, vuu291, bc, bd) 21.95/8.08 The graph contains the following edges 1 >= 1, 3 >= 2, 5 >= 3, 6 >= 4 21.95/8.08 21.95/8.08 21.95/8.08 ---------------------------------------- 21.95/8.08 21.95/8.08 (13) 21.95/8.08 YES 21.95/8.08 21.95/8.08 ---------------------------------------- 21.95/8.08 21.95/8.08 (14) 21.95/8.08 Obligation: 21.95/8.08 Q DP problem: 21.95/8.08 The TRS P consists of the following rules: 21.95/8.08 21.95/8.08 new_groupBy(:(vuu30, vuu31), ba, bb) -> new_groupBy(new_groupByZs1(vuu30, vuu31, ba, bb), ba, bb) 21.95/8.08 21.95/8.08 The TRS R consists of the following rules: 21.95/8.08 21.95/8.08 new_esEs23(vuu3000, vuu31000, app(app(app(ty_@3, bdd), bde), bdf)) -> new_esEs10(vuu3000, vuu31000, bdd, bde, bdf) 21.95/8.08 new_esEs14(GT, GT) -> True 21.95/8.08 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), da, ty_Integer) -> new_esEs9(vuu3000, vuu31000) 21.95/8.08 new_esEs10(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), gg, gh, ha) -> new_asAs(new_esEs13(vuu3000, vuu31000, gg), new_asAs(new_esEs12(vuu3001, vuu31001, gh), new_esEs11(vuu3002, vuu31002, ha))) 21.95/8.08 new_esEs11(vuu3002, vuu31002, app(ty_[], hd)) -> new_esEs18(vuu3002, vuu31002, hd) 21.95/8.08 new_esEs24(vuu3001, vuu31001, app(app(ty_@2, bfg), bfh)) -> new_esEs15(vuu3001, vuu31001, bfg, bfh) 21.95/8.08 new_esEs13(vuu3000, vuu31000, app(ty_Maybe, bcd)) -> new_esEs20(vuu3000, vuu31000, bcd) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Double, be) -> new_esEs22(vuu3000, vuu31000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_Ordering) -> new_esEs14(vuu3000, vuu31000) 21.95/8.08 new_esEs23(vuu3000, vuu31000, ty_Float) -> new_esEs21(vuu3000, vuu31000) 21.95/8.08 new_esEs27(vuu300, vuu3100, ty_@0) -> new_esEs16(vuu300, vuu3100) 21.95/8.08 new_esEs4(Left(vuu3000), Right(vuu31000), da, be) -> False 21.95/8.08 new_esEs4(Right(vuu3000), Left(vuu31000), da, be) -> False 21.95/8.08 new_esEs23(vuu3000, vuu31000, ty_Integer) -> new_esEs9(vuu3000, vuu31000) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), da, app(ty_[], dd)) -> new_esEs18(vuu3000, vuu31000, dd) 21.95/8.08 new_esEs5(:%(vuu3000, vuu3001), :%(vuu31000, vuu31001), gf) -> new_asAs(new_esEs7(vuu3000, vuu31000, gf), new_esEs6(vuu3001, vuu31001, gf)) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), da, ty_Float) -> new_esEs21(vuu3000, vuu31000) 21.95/8.08 new_esEs11(vuu3002, vuu31002, app(ty_Maybe, hh)) -> new_esEs20(vuu3002, vuu31002, hh) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_Double) -> new_esEs22(vuu3000, vuu31000) 21.95/8.08 new_esEs23(vuu3000, vuu31000, ty_Double) -> new_esEs22(vuu3000, vuu31000) 21.95/8.08 new_esEs26(vuu300, vuu3100, app(ty_[], bch)) -> new_esEs18(vuu300, vuu3100, bch) 21.95/8.08 new_span2Ys01(vuu9, vuu110, vuu111, True, ed, ee) -> new_span2Ys04(vuu9, vuu110, vuu111, new_span2Ys2(vuu9, vuu111, ed, ee), new_span2Zs2(vuu9, vuu111, ed, ee), ed, ee) 21.95/8.08 new_esEs14(EQ, EQ) -> True 21.95/8.08 new_esEs12(vuu3001, vuu31001, app(ty_Ratio, bbe)) -> new_esEs5(vuu3001, vuu31001, bbe) 21.95/8.08 new_esEs14(EQ, GT) -> False 21.95/8.08 new_esEs14(GT, EQ) -> False 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_Float) -> new_esEs21(vuu3000, vuu31000) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_@0) -> new_esEs16(vuu3000, vuu31000) 21.95/8.08 new_esEs6(vuu3001, vuu31001, ty_Integer) -> new_esEs9(vuu3001, vuu31001) 21.95/8.08 new_esEs20(Nothing, Just(vuu31000), eh) -> False 21.95/8.08 new_esEs20(Just(vuu3000), Nothing, eh) -> False 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_@0) -> new_esEs16(vuu3001, vuu31001) 21.95/8.08 new_esEs26(vuu300, vuu3100, app(app(ty_@2, bec), bed)) -> new_esEs15(vuu300, vuu3100, bec, bed) 21.95/8.08 new_asAs(True, vuu52) -> vuu52 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), da, ty_@0) -> new_esEs16(vuu3000, vuu31000) 21.95/8.08 new_esEs20(Nothing, Nothing, eh) -> True 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Char) -> new_esEs19(vuu3000, vuu31000) 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_Char) -> new_esEs19(vuu3001, vuu31001) 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_Ordering) -> new_esEs14(vuu3002, vuu31002) 21.95/8.08 new_esEs17(False, True) -> False 21.95/8.08 new_esEs17(True, False) -> False 21.95/8.08 new_esEs19(Char(vuu3000), Char(vuu31000)) -> new_primEqNat0(vuu3000, vuu31000) 21.95/8.08 new_primEqInt(Pos(Succ(vuu30000)), Pos(Zero)) -> False 21.95/8.08 new_primEqInt(Pos(Zero), Pos(Succ(vuu310000))) -> False 21.95/8.08 new_span2Zs03(vuu36, vuu380, vuu381, True, gd, ge) -> new_span2Zs04(vuu36, vuu380, vuu381, new_span2Ys3(vuu36, vuu381, gd, ge), new_span2Zs3(vuu36, vuu381, gd, ge), gd, ge) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), da, ty_Double) -> new_esEs22(vuu3000, vuu31000) 21.95/8.08 new_esEs23(vuu3000, vuu31000, ty_@0) -> new_esEs16(vuu3000, vuu31000) 21.95/8.08 new_esEs16(@0, @0) -> True 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), app(app(ty_Either, ce), cf), be) -> new_esEs4(vuu3000, vuu31000, ce, cf) 21.95/8.08 new_esEs27(vuu300, vuu3100, ty_Integer) -> new_esEs9(vuu300, vuu3100) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Int) -> new_esEs8(vuu3000, vuu31000) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), app(app(app(ty_@3, ca), cb), cc), be) -> new_esEs10(vuu3000, vuu31000, ca, cb, cc) 21.95/8.08 new_primEqNat0(Succ(vuu30000), Succ(vuu310000)) -> new_primEqNat0(vuu30000, vuu310000) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Float, be) -> new_esEs21(vuu3000, vuu31000) 21.95/8.08 new_esEs18([], [], bch) -> True 21.95/8.08 new_esEs26(vuu300, vuu3100, app(ty_Maybe, eh)) -> new_esEs20(vuu300, vuu3100, eh) 21.95/8.08 new_esEs25(vuu3000, vuu31000, app(app(app(ty_@3, bhd), bhe), bhf)) -> new_esEs10(vuu3000, vuu31000, bhd, bhe, bhf) 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_Int) -> new_esEs8(vuu3001, vuu31001) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), app(ty_[], bh), be) -> new_esEs18(vuu3000, vuu31000, bh) 21.95/8.08 new_span2Ys03(vuu18, vuu200, vuu201, vuu60, vuu59, ef, eg) -> :(vuu200, vuu60) 21.95/8.08 new_esEs22(Double(vuu3000, vuu3001), Double(vuu31000, vuu31001)) -> new_esEs8(new_sr(vuu3000, vuu31001), new_sr(vuu3001, vuu31000)) 21.95/8.08 new_esEs27(vuu300, vuu3100, ty_Char) -> new_esEs19(vuu300, vuu3100) 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_Int) -> new_esEs8(vuu3002, vuu31002) 21.95/8.08 new_esEs24(vuu3001, vuu31001, app(ty_Maybe, bge)) -> new_esEs20(vuu3001, vuu31001, bge) 21.95/8.08 new_primMulNat0(Zero, Zero) -> Zero 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_@0, be) -> new_esEs16(vuu3000, vuu31000) 21.95/8.08 new_esEs27(vuu300, vuu3100, ty_Int) -> new_esEs8(vuu300, vuu3100) 21.95/8.08 new_span2Zs02(vuu27, vuu290, vuu291, True, bc, bd) -> new_span2Zs01(vuu27, vuu290, vuu291, new_span2Ys2(vuu27, vuu291, bc, bd), new_span2Zs2(vuu27, vuu291, bc, bd), bc, bd) 21.95/8.08 new_esEs27(vuu300, vuu3100, ty_Bool) -> new_esEs17(vuu300, vuu3100) 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_Char) -> new_esEs19(vuu3002, vuu31002) 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_Integer) -> new_esEs9(vuu3002, vuu31002) 21.95/8.08 new_esEs27(vuu300, vuu3100, ty_Double) -> new_esEs22(vuu300, vuu3100) 21.95/8.08 new_span2Ys04(vuu9, vuu110, vuu111, vuu58, vuu57, ed, ee) -> :(vuu110, vuu58) 21.95/8.08 new_esEs18(:(vuu3000, vuu3001), :(vuu31000, vuu31001), bch) -> new_asAs(new_esEs23(vuu3000, vuu31000, bch), new_esEs18(vuu3001, vuu31001, bch)) 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Float) -> new_esEs21(vuu3001, vuu31001) 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Int) -> new_esEs8(vuu3001, vuu31001) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), app(app(ty_@2, bf), bg), be) -> new_esEs15(vuu3000, vuu31000, bf, bg) 21.95/8.08 new_esEs25(vuu3000, vuu31000, app(app(ty_Either, bhh), caa)) -> new_esEs4(vuu3000, vuu31000, bhh, caa) 21.95/8.08 new_primEqNat0(Succ(vuu30000), Zero) -> False 21.95/8.08 new_primEqNat0(Zero, Succ(vuu310000)) -> False 21.95/8.08 new_esEs9(Integer(vuu3000), Integer(vuu31000)) -> new_primEqInt(vuu3000, vuu31000) 21.95/8.08 new_esEs27(vuu300, vuu3100, app(app(app(ty_@3, beh), bfa), bfb)) -> new_esEs10(vuu300, vuu3100, beh, bfa, bfb) 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Char) -> new_esEs19(vuu3001, vuu31001) 21.95/8.08 new_esEs25(vuu3000, vuu31000, app(ty_Ratio, cab)) -> new_esEs5(vuu3000, vuu31000, cab) 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Integer) -> new_esEs9(vuu3001, vuu31001) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), da, app(app(ty_Either, ea), eb)) -> new_esEs4(vuu3000, vuu31000, ea, eb) 21.95/8.08 new_esEs11(vuu3002, vuu31002, app(app(ty_@2, hb), hc)) -> new_esEs15(vuu3002, vuu31002, hb, hc) 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_Ordering) -> new_esEs14(vuu3001, vuu31001) 21.95/8.08 new_span2Zs3(vuu36, :(vuu380, vuu381), gd, ge) -> new_span2Zs03(vuu36, vuu380, vuu381, new_esEs4(Right(vuu36), vuu380, gd, ge), gd, ge) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Ordering, be) -> new_esEs14(vuu3000, vuu31000) 21.95/8.08 new_esEs12(vuu3001, vuu31001, app(app(ty_Either, bbc), bbd)) -> new_esEs4(vuu3001, vuu31001, bbc, bbd) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), app(app(ty_Either, ga), gb)) -> new_esEs4(vuu3000, vuu31000, ga, gb) 21.95/8.08 new_groupByZs1(vuu30, [], ba, bb) -> [] 21.95/8.08 new_span2Ys3(vuu18, [], ef, eg) -> [] 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), app(ty_Ratio, gc)) -> new_esEs5(vuu3000, vuu31000, gc) 21.95/8.08 new_span2Ys01(vuu9, vuu110, vuu111, False, ed, ee) -> [] 21.95/8.08 new_esEs24(vuu3001, vuu31001, app(ty_Ratio, bgh)) -> new_esEs5(vuu3001, vuu31001, bgh) 21.95/8.08 new_primEqInt(Neg(Succ(vuu30000)), Neg(Zero)) -> False 21.95/8.08 new_primEqInt(Neg(Zero), Neg(Succ(vuu310000))) -> False 21.95/8.08 new_groupByZs1(Right(vuu300), :(Left(vuu3100), vuu311), ba, bb) -> :(Left(vuu3100), vuu311) 21.95/8.08 new_esEs26(vuu300, vuu3100, app(app(app(ty_@3, gg), gh), ha)) -> new_esEs10(vuu300, vuu3100, gg, gh, ha) 21.95/8.08 new_primEqInt(Pos(Succ(vuu30000)), Pos(Succ(vuu310000))) -> new_primEqNat0(vuu30000, vuu310000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_Float) -> new_esEs21(vuu3000, vuu31000) 21.95/8.08 new_esEs23(vuu3000, vuu31000, ty_Ordering) -> new_esEs14(vuu3000, vuu31000) 21.95/8.08 new_span2Zs02(vuu27, vuu290, vuu291, False, bc, bd) -> :(vuu290, vuu291) 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_Double) -> new_esEs22(vuu3002, vuu31002) 21.95/8.08 new_esEs27(vuu300, vuu3100, app(app(ty_@2, bee), bef)) -> new_esEs15(vuu300, vuu3100, bee, bef) 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_Float) -> new_esEs21(vuu3001, vuu31001) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Integer, be) -> new_esEs9(vuu3000, vuu31000) 21.95/8.08 new_sr(Pos(vuu30000), Neg(vuu310010)) -> Neg(new_primMulNat0(vuu30000, vuu310010)) 21.95/8.08 new_sr(Neg(vuu30000), Pos(vuu310010)) -> Neg(new_primMulNat0(vuu30000, vuu310010)) 21.95/8.08 new_esEs25(vuu3000, vuu31000, app(ty_Maybe, bhg)) -> new_esEs20(vuu3000, vuu31000, bhg) 21.95/8.08 new_esEs23(vuu3000, vuu31000, ty_Char) -> new_esEs19(vuu3000, vuu31000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, app(ty_Ratio, bcg)) -> new_esEs5(vuu3000, vuu31000, bcg) 21.95/8.08 new_primPlusNat1(Succ(vuu6500), Succ(vuu31001000)) -> Succ(Succ(new_primPlusNat1(vuu6500, vuu31001000))) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), da, ty_Ordering) -> new_esEs14(vuu3000, vuu31000) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Float) -> new_esEs21(vuu3000, vuu31000) 21.95/8.08 new_primEqInt(Pos(Succ(vuu30000)), Neg(vuu31000)) -> False 21.95/8.08 new_primEqInt(Neg(Succ(vuu30000)), Pos(vuu31000)) -> False 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Ordering) -> new_esEs14(vuu3001, vuu31001) 21.95/8.08 new_esEs26(vuu300, vuu3100, ty_Bool) -> new_esEs17(vuu300, vuu3100) 21.95/8.08 new_groupByZs1(Left(vuu300), :(Left(vuu3100), vuu311), ba, bb) -> new_groupByZs10(vuu300, vuu3100, vuu311, new_esEs26(vuu300, vuu3100, ba), ba, bb) 21.95/8.08 new_groupByZs11(vuu36, vuu37, vuu38, False, gd, ge) -> :(Right(vuu37), vuu38) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), da, app(app(app(ty_@3, de), df), dg)) -> new_esEs10(vuu3000, vuu31000, de, df, dg) 21.95/8.08 new_esEs24(vuu3001, vuu31001, app(app(ty_Either, bgf), bgg)) -> new_esEs4(vuu3001, vuu31001, bgf, bgg) 21.95/8.08 new_groupByZs11(vuu36, vuu37, vuu38, True, gd, ge) -> new_span2Zs3(vuu36, vuu38, gd, ge) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Char, be) -> new_esEs19(vuu3000, vuu31000) 21.95/8.08 new_esEs17(True, True) -> True 21.95/8.08 new_esEs8(vuu300, vuu3100) -> new_primEqInt(vuu300, vuu3100) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Bool, be) -> new_esEs17(vuu3000, vuu31000) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), app(ty_Maybe, fh)) -> new_esEs20(vuu3000, vuu31000, fh) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Int, be) -> new_esEs8(vuu3000, vuu31000) 21.95/8.08 new_esEs23(vuu3000, vuu31000, app(app(ty_@2, bda), bdb)) -> new_esEs15(vuu3000, vuu31000, bda, bdb) 21.95/8.08 new_esEs23(vuu3000, vuu31000, ty_Int) -> new_esEs8(vuu3000, vuu31000) 21.95/8.08 new_esEs27(vuu300, vuu3100, app(ty_[], beg)) -> new_esEs18(vuu300, vuu3100, beg) 21.95/8.08 new_span2Zs04(vuu36, vuu380, vuu381, vuu64, vuu63, gd, ge) -> vuu63 21.95/8.08 new_sr(Neg(vuu30000), Neg(vuu310010)) -> Pos(new_primMulNat0(vuu30000, vuu310010)) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), da, ty_Int) -> new_esEs8(vuu3000, vuu31000) 21.95/8.08 new_span2Ys02(vuu18, vuu200, vuu201, True, ef, eg) -> new_span2Ys03(vuu18, vuu200, vuu201, new_span2Ys3(vuu18, vuu201, ef, eg), new_span2Zs3(vuu18, vuu201, ef, eg), ef, eg) 21.95/8.08 new_esEs13(vuu3000, vuu31000, app(app(ty_Either, bce), bcf)) -> new_esEs4(vuu3000, vuu31000, bce, bcf) 21.95/8.08 new_esEs23(vuu3000, vuu31000, ty_Bool) -> new_esEs17(vuu3000, vuu31000) 21.95/8.08 new_esEs25(vuu3000, vuu31000, app(app(ty_@2, bha), bhb)) -> new_esEs15(vuu3000, vuu31000, bha, bhb) 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_@0) -> new_esEs16(vuu3002, vuu31002) 21.95/8.08 new_primEqInt(Pos(Zero), Neg(Succ(vuu310000))) -> False 21.95/8.08 new_primEqInt(Neg(Zero), Pos(Succ(vuu310000))) -> False 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Ordering) -> new_esEs14(vuu3000, vuu31000) 21.95/8.08 new_esEs12(vuu3001, vuu31001, app(ty_[], baf)) -> new_esEs18(vuu3001, vuu31001, baf) 21.95/8.08 new_span2Ys02(vuu18, vuu200, vuu201, False, ef, eg) -> [] 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), da, ty_Char) -> new_esEs19(vuu3000, vuu31000) 21.95/8.08 new_span2Zs03(vuu36, vuu380, vuu381, False, gd, ge) -> :(vuu380, vuu381) 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_@0) -> new_esEs16(vuu3001, vuu31001) 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_Double) -> new_esEs22(vuu3001, vuu31001) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Double) -> new_esEs22(vuu3000, vuu31000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_Int) -> new_esEs8(vuu3000, vuu31000) 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Double) -> new_esEs22(vuu3001, vuu31001) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_Char) -> new_esEs19(vuu3000, vuu31000) 21.95/8.08 new_esEs23(vuu3000, vuu31000, app(ty_Ratio, beb)) -> new_esEs5(vuu3000, vuu31000, beb) 21.95/8.08 new_primEqInt(Neg(Succ(vuu30000)), Neg(Succ(vuu310000))) -> new_primEqNat0(vuu30000, vuu310000) 21.95/8.08 new_span2Ys3(vuu18, :(vuu200, vuu201), ef, eg) -> new_span2Ys02(vuu18, vuu200, vuu201, new_esEs4(Right(vuu18), vuu200, ef, eg), ef, eg) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_Bool) -> new_esEs17(vuu3000, vuu31000) 21.95/8.08 new_primPlusNat0(Succ(vuu650), vuu3100100) -> Succ(Succ(new_primPlusNat1(vuu650, vuu3100100))) 21.95/8.08 new_esEs6(vuu3001, vuu31001, ty_Int) -> new_esEs8(vuu3001, vuu31001) 21.95/8.08 new_esEs11(vuu3002, vuu31002, app(ty_Ratio, bac)) -> new_esEs5(vuu3002, vuu31002, bac) 21.95/8.08 new_esEs27(vuu300, vuu3100, ty_Ordering) -> new_esEs14(vuu300, vuu3100) 21.95/8.08 new_esEs23(vuu3000, vuu31000, app(app(ty_Either, bdh), bea)) -> new_esEs4(vuu3000, vuu31000, bdh, bea) 21.95/8.08 new_esEs25(vuu3000, vuu31000, app(ty_[], bhc)) -> new_esEs18(vuu3000, vuu31000, bhc) 21.95/8.08 new_esEs14(LT, GT) -> False 21.95/8.08 new_esEs14(GT, LT) -> False 21.95/8.08 new_esEs11(vuu3002, vuu31002, app(app(ty_Either, baa), bab)) -> new_esEs4(vuu3002, vuu31002, baa, bab) 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_Bool) -> new_esEs17(vuu3000, vuu31000) 21.95/8.08 new_primPlusNat1(Zero, Zero) -> Zero 21.95/8.08 new_span2Ys2(vuu9, [], ed, ee) -> [] 21.95/8.08 new_primMulNat0(Succ(vuu300000), Zero) -> Zero 21.95/8.08 new_primMulNat0(Zero, Succ(vuu3100100)) -> Zero 21.95/8.08 new_sr(Pos(vuu30000), Pos(vuu310010)) -> Pos(new_primMulNat0(vuu30000, vuu310010)) 21.95/8.08 new_primPlusNat0(Zero, vuu3100100) -> Succ(vuu3100100) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Integer) -> new_esEs9(vuu3000, vuu31000) 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_Integer) -> new_esEs9(vuu3001, vuu31001) 21.95/8.08 new_span2Ys2(vuu9, :(vuu110, vuu111), ed, ee) -> new_span2Ys01(vuu9, vuu110, vuu111, new_esEs4(Left(vuu9), vuu110, ed, ee), ed, ee) 21.95/8.08 new_esEs26(vuu300, vuu3100, ty_@0) -> new_esEs16(vuu300, vuu3100) 21.95/8.08 new_esEs14(LT, LT) -> True 21.95/8.08 new_esEs18(:(vuu3000, vuu3001), [], bch) -> False 21.95/8.08 new_esEs18([], :(vuu31000, vuu31001), bch) -> False 21.95/8.08 new_esEs12(vuu3001, vuu31001, app(ty_Maybe, bbb)) -> new_esEs20(vuu3001, vuu31001, bbb) 21.95/8.08 new_esEs14(LT, EQ) -> False 21.95/8.08 new_esEs14(EQ, LT) -> False 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_Float) -> new_esEs21(vuu3002, vuu31002) 21.95/8.08 new_esEs12(vuu3001, vuu31001, app(app(ty_@2, bad), bae)) -> new_esEs15(vuu3001, vuu31001, bad, bae) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), da, app(app(ty_@2, db), dc)) -> new_esEs15(vuu3000, vuu31000, db, dc) 21.95/8.08 new_esEs11(vuu3002, vuu31002, app(app(app(ty_@3, he), hf), hg)) -> new_esEs10(vuu3002, vuu31002, he, hf, hg) 21.95/8.08 new_esEs26(vuu300, vuu3100, app(app(ty_Either, da), be)) -> new_esEs4(vuu300, vuu3100, da, be) 21.95/8.08 new_esEs26(vuu300, vuu3100, app(ty_Ratio, gf)) -> new_esEs5(vuu300, vuu3100, gf) 21.95/8.08 new_esEs26(vuu300, vuu3100, ty_Double) -> new_esEs22(vuu300, vuu3100) 21.95/8.08 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 21.95/8.08 new_esEs27(vuu300, vuu3100, ty_Float) -> new_esEs21(vuu300, vuu3100) 21.95/8.08 new_span2Zs2(vuu27, :(vuu290, vuu291), bc, bd) -> new_span2Zs02(vuu27, vuu290, vuu291, new_esEs4(Left(vuu27), vuu290, bc, bd), bc, bd) 21.95/8.08 new_esEs17(False, False) -> True 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), app(ty_Ratio, cg), be) -> new_esEs5(vuu3000, vuu31000, cg) 21.95/8.08 new_primMulNat0(Succ(vuu300000), Succ(vuu3100100)) -> new_primPlusNat0(new_primMulNat0(vuu300000, Succ(vuu3100100)), vuu3100100) 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_Ordering) -> new_esEs14(vuu3000, vuu31000) 21.95/8.08 new_groupByZs1(Right(vuu300), :(Right(vuu3100), vuu311), ba, bb) -> new_groupByZs11(vuu300, vuu3100, vuu311, new_esEs27(vuu300, vuu3100, bb), ba, bb) 21.95/8.08 new_esEs12(vuu3001, vuu31001, app(app(app(ty_@3, bag), bah), bba)) -> new_esEs10(vuu3001, vuu31001, bag, bah, bba) 21.95/8.08 new_esEs23(vuu3000, vuu31000, app(ty_[], bdc)) -> new_esEs18(vuu3000, vuu31000, bdc) 21.95/8.08 new_esEs23(vuu3000, vuu31000, app(ty_Maybe, bdg)) -> new_esEs20(vuu3000, vuu31000, bdg) 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_Bool) -> new_esEs17(vuu3002, vuu31002) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_Integer) -> new_esEs9(vuu3000, vuu31000) 21.95/8.08 new_esEs26(vuu300, vuu3100, ty_Int) -> new_esEs8(vuu300, vuu3100) 21.95/8.08 new_primPlusNat1(Succ(vuu6500), Zero) -> Succ(vuu6500) 21.95/8.08 new_primPlusNat1(Zero, Succ(vuu31001000)) -> Succ(vuu31001000) 21.95/8.08 new_esEs26(vuu300, vuu3100, ty_Char) -> new_esEs19(vuu300, vuu3100) 21.95/8.08 new_esEs26(vuu300, vuu3100, ty_Float) -> new_esEs21(vuu300, vuu3100) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), app(ty_Maybe, cd), be) -> new_esEs20(vuu3000, vuu31000, cd) 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_Char) -> new_esEs19(vuu3000, vuu31000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, app(app(app(ty_@3, bca), bcb), bcc)) -> new_esEs10(vuu3000, vuu31000, bca, bcb, bcc) 21.95/8.08 new_span2Zs01(vuu27, vuu290, vuu291, vuu62, vuu61, bc, bd) -> vuu61 21.95/8.08 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 21.95/8.08 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), da, app(ty_Ratio, ec)) -> new_esEs5(vuu3000, vuu31000, ec) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), app(app(ty_@2, fa), fb)) -> new_esEs15(vuu3000, vuu31000, fa, fb) 21.95/8.08 new_esEs26(vuu300, vuu3100, ty_Integer) -> new_esEs9(vuu300, vuu3100) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), da, app(ty_Maybe, dh)) -> new_esEs20(vuu3000, vuu31000, dh) 21.95/8.08 new_primEqNat0(Zero, Zero) -> True 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_Bool) -> new_esEs17(vuu3001, vuu31001) 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_Int) -> new_esEs8(vuu3000, vuu31000) 21.95/8.08 new_groupByZs10(vuu27, vuu28, vuu29, False, bc, bd) -> :(Left(vuu28), vuu29) 21.95/8.08 new_span2Zs2(vuu27, [], bc, bd) -> [] 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Bool) -> new_esEs17(vuu3000, vuu31000) 21.95/8.08 new_groupByZs1(Left(vuu300), :(Right(vuu3100), vuu311), ba, bb) -> :(Right(vuu3100), vuu311) 21.95/8.08 new_esEs13(vuu3000, vuu31000, app(ty_[], bbh)) -> new_esEs18(vuu3000, vuu31000, bbh) 21.95/8.08 new_span2Zs3(vuu36, [], gd, ge) -> [] 21.95/8.08 new_esEs27(vuu300, vuu3100, app(ty_Maybe, bfc)) -> new_esEs20(vuu300, vuu3100, bfc) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_@0) -> new_esEs16(vuu3000, vuu31000) 21.95/8.08 new_asAs(False, vuu52) -> False 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_Integer) -> new_esEs9(vuu3000, vuu31000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, app(app(ty_@2, bbf), bbg)) -> new_esEs15(vuu3000, vuu31000, bbf, bbg) 21.95/8.08 new_groupByZs10(vuu27, vuu28, vuu29, True, bc, bd) -> new_span2Zs2(vuu27, vuu29, bc, bd) 21.95/8.08 new_esEs24(vuu3001, vuu31001, app(app(app(ty_@3, bgb), bgc), bgd)) -> new_esEs10(vuu3001, vuu31001, bgb, bgc, bgd) 21.95/8.08 new_esEs27(vuu300, vuu3100, app(ty_Ratio, bff)) -> new_esEs5(vuu300, vuu3100, bff) 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_@0) -> new_esEs16(vuu3000, vuu31000) 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_Double) -> new_esEs22(vuu3000, vuu31000) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), app(ty_[], fc)) -> new_esEs18(vuu3000, vuu31000, fc) 21.95/8.08 new_esEs27(vuu300, vuu3100, app(app(ty_Either, bfd), bfe)) -> new_esEs4(vuu300, vuu3100, bfd, bfe) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), app(app(app(ty_@3, fd), ff), fg)) -> new_esEs10(vuu3000, vuu31000, fd, ff, fg) 21.95/8.08 new_esEs7(vuu3000, vuu31000, ty_Int) -> new_esEs8(vuu3000, vuu31000) 21.95/8.08 new_esEs26(vuu300, vuu3100, ty_Ordering) -> new_esEs14(vuu300, vuu3100) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), da, ty_Bool) -> new_esEs17(vuu3000, vuu31000) 21.95/8.08 new_esEs15(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bec, bed) -> new_asAs(new_esEs25(vuu3000, vuu31000, bec), new_esEs24(vuu3001, vuu31001, bed)) 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Bool) -> new_esEs17(vuu3001, vuu31001) 21.95/8.08 new_esEs7(vuu3000, vuu31000, ty_Integer) -> new_esEs9(vuu3000, vuu31000) 21.95/8.08 new_esEs21(Float(vuu3000, vuu3001), Float(vuu31000, vuu31001)) -> new_esEs8(new_sr(vuu3000, vuu31001), new_sr(vuu3001, vuu31000)) 21.95/8.08 new_esEs24(vuu3001, vuu31001, app(ty_[], bga)) -> new_esEs18(vuu3001, vuu31001, bga) 21.95/8.08 21.95/8.08 The set Q consists of the following terms: 21.95/8.08 21.95/8.08 new_esEs12(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_esEs14(EQ, EQ) 21.95/8.08 new_groupByZs1(Left(x0), :(Right(x1), x2), x3, x4) 21.95/8.08 new_esEs18([], :(x0, x1), x2) 21.95/8.08 new_esEs27(x0, x1, ty_Double) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Bool) 21.95/8.08 new_esEs19(Char(x0), Char(x1)) 21.95/8.08 new_esEs12(x0, x1, ty_Integer) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 21.95/8.08 new_esEs20(Just(x0), Just(x1), app(ty_Ratio, x2)) 21.95/8.08 new_esEs26(x0, x1, ty_Ordering) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Char) 21.95/8.08 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_span2Ys02(x0, x1, x2, False, x3, x4) 21.95/8.08 new_esEs26(x0, x1, ty_Double) 21.95/8.08 new_span2Ys04(x0, x1, x2, x3, x4, x5, x6) 21.95/8.08 new_esEs15(@2(x0, x1), @2(x2, x3), x4, x5) 21.95/8.08 new_esEs24(x0, x1, ty_Double) 21.95/8.08 new_esEs13(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_primMulNat0(Zero, Zero) 21.95/8.08 new_esEs26(x0, x1, app(ty_[], x2)) 21.95/8.08 new_esEs24(x0, x1, app(ty_Ratio, x2)) 21.95/8.08 new_primPlusNat1(Zero, Zero) 21.95/8.08 new_esEs9(Integer(x0), Integer(x1)) 21.95/8.08 new_groupByZs10(x0, x1, x2, True, x3, x4) 21.95/8.08 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 21.95/8.08 new_span2Zs02(x0, x1, x2, True, x3, x4) 21.95/8.08 new_esEs23(x0, x1, app(ty_Maybe, x2)) 21.95/8.08 new_esEs11(x0, x1, app(ty_Ratio, x2)) 21.95/8.08 new_esEs27(x0, x1, ty_Float) 21.95/8.08 new_esEs21(Float(x0, x1), Float(x2, x3)) 21.95/8.08 new_groupByZs11(x0, x1, x2, False, x3, x4) 21.95/8.08 new_esEs18(:(x0, x1), [], x2) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_@0) 21.95/8.08 new_groupByZs1(Left(x0), :(Left(x1), x2), x3, x4) 21.95/8.08 new_esEs25(x0, x1, app(ty_[], x2)) 21.95/8.08 new_esEs26(x0, x1, app(ty_Maybe, x2)) 21.95/8.08 new_esEs17(True, True) 21.95/8.08 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 21.95/8.08 new_esEs24(x0, x1, ty_Ordering) 21.95/8.08 new_primEqInt(Pos(Zero), Pos(Zero)) 21.95/8.08 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Integer) 21.95/8.08 new_esEs17(False, False) 21.95/8.08 new_esEs23(x0, x1, ty_Integer) 21.95/8.08 new_span2Zs2(x0, [], x1, x2) 21.95/8.08 new_primEqNat0(Zero, Succ(x0)) 21.95/8.08 new_span2Ys2(x0, [], x1, x2) 21.95/8.08 new_esEs4(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 21.95/8.08 new_esEs24(x0, x1, app(ty_Maybe, x2)) 21.95/8.08 new_esEs24(x0, x1, ty_Float) 21.95/8.08 new_sr(Neg(x0), Neg(x1)) 21.95/8.08 new_esEs27(x0, x1, app(ty_Ratio, x2)) 21.95/8.08 new_esEs25(x0, x1, ty_Bool) 21.95/8.08 new_primEqInt(Neg(Zero), Neg(Zero)) 21.95/8.08 new_span2Zs03(x0, x1, x2, True, x3, x4) 21.95/8.08 new_esEs6(x0, x1, ty_Integer) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, app(ty_[], x3)) 21.95/8.08 new_esEs12(x0, x1, ty_@0) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Int) 21.95/8.08 new_esEs13(x0, x1, ty_Bool) 21.95/8.08 new_esEs26(x0, x1, ty_Float) 21.95/8.08 new_esEs23(x0, x1, ty_Ordering) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Bool, x2) 21.95/8.08 new_esEs23(x0, x1, app(ty_[], x2)) 21.95/8.08 new_esEs20(Nothing, Nothing, x0) 21.95/8.08 new_esEs24(x0, x1, ty_Integer) 21.95/8.08 new_esEs26(x0, x1, app(ty_Ratio, x2)) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_@0) 21.95/8.08 new_primPlusNat0(Zero, x0) 21.95/8.08 new_esEs24(x0, x1, ty_Int) 21.95/8.08 new_esEs26(x0, x1, ty_Char) 21.95/8.08 new_esEs25(x0, x1, ty_Ordering) 21.95/8.08 new_esEs23(x0, x1, ty_Float) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Double, x2) 21.95/8.08 new_esEs12(x0, x1, ty_Float) 21.95/8.08 new_esEs14(EQ, GT) 21.95/8.08 new_esEs14(GT, EQ) 21.95/8.08 new_esEs27(x0, x1, ty_Integer) 21.95/8.08 new_esEs13(x0, x1, ty_Char) 21.95/8.08 new_sr(Pos(x0), Pos(x1)) 21.95/8.08 new_primPlusNat1(Zero, Succ(x0)) 21.95/8.08 new_esEs24(x0, x1, ty_Char) 21.95/8.08 new_esEs11(x0, x1, ty_Integer) 21.95/8.08 new_esEs26(x0, x1, ty_Int) 21.95/8.08 new_esEs4(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Float, x2) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Float) 21.95/8.08 new_esEs20(Just(x0), Just(x1), app(ty_[], x2)) 21.95/8.08 new_esEs13(x0, x1, app(ty_Maybe, x2)) 21.95/8.08 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 21.95/8.08 new_esEs4(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 21.95/8.08 new_esEs13(x0, x1, ty_Int) 21.95/8.08 new_primEqInt(Pos(Zero), Neg(Zero)) 21.95/8.08 new_primEqInt(Neg(Zero), Pos(Zero)) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Int, x2) 21.95/8.08 new_esEs17(False, True) 21.95/8.08 new_esEs17(True, False) 21.95/8.08 new_esEs11(x0, x1, ty_Ordering) 21.95/8.08 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 21.95/8.08 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 21.95/8.08 new_esEs12(x0, x1, app(ty_Ratio, x2)) 21.95/8.08 new_esEs20(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Int) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_@0, x2) 21.95/8.08 new_esEs25(x0, x1, ty_Integer) 21.95/8.08 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 21.95/8.08 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 21.95/8.08 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Char, x2) 21.95/8.08 new_primMulNat0(Succ(x0), Zero) 21.95/8.08 new_esEs13(x0, x1, ty_@0) 21.95/8.08 new_esEs27(x0, x1, ty_Ordering) 21.95/8.08 new_esEs26(x0, x1, ty_Bool) 21.95/8.08 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 21.95/8.08 new_esEs24(x0, x1, ty_Bool) 21.95/8.08 new_span2Zs3(x0, :(x1, x2), x3, x4) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Char) 21.95/8.08 new_esEs24(x0, x1, app(ty_[], x2)) 21.95/8.08 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 21.95/8.08 new_esEs13(x0, x1, ty_Float) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Double) 21.95/8.08 new_span2Zs3(x0, [], x1, x2) 21.95/8.08 new_esEs20(Just(x0), Just(x1), app(ty_Maybe, x2)) 21.95/8.08 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 21.95/8.08 new_esEs13(x0, x1, ty_Double) 21.95/8.08 new_esEs4(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 21.95/8.08 new_esEs27(x0, x1, ty_@0) 21.95/8.08 new_span2Ys2(x0, :(x1, x2), x3, x4) 21.95/8.08 new_esEs23(x0, x1, app(ty_Ratio, x2)) 21.95/8.08 new_esEs26(x0, x1, ty_@0) 21.95/8.08 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_span2Ys3(x0, :(x1, x2), x3, x4) 21.95/8.08 new_esEs20(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 21.95/8.08 new_esEs25(x0, x1, ty_Char) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Float) 21.95/8.08 new_esEs23(x0, x1, ty_Char) 21.95/8.08 new_esEs20(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_esEs27(x0, x1, ty_Bool) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Ordering) 21.95/8.08 new_esEs18([], [], x0) 21.95/8.08 new_primMulNat0(Zero, Succ(x0)) 21.95/8.08 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 21.95/8.08 new_esEs12(x0, x1, ty_Char) 21.95/8.08 new_esEs4(Left(x0), Right(x1), x2, x3) 21.95/8.08 new_esEs4(Right(x0), Left(x1), x2, x3) 21.95/8.08 new_esEs12(x0, x1, app(ty_Maybe, x2)) 21.95/8.08 new_esEs25(x0, x1, ty_Int) 21.95/8.08 new_span2Zs02(x0, x1, x2, False, x3, x4) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Integer) 21.95/8.08 new_span2Ys3(x0, [], x1, x2) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Integer, x2) 21.95/8.08 new_esEs25(x0, x1, app(ty_Maybe, x2)) 21.95/8.08 new_esEs6(x0, x1, ty_Int) 21.95/8.08 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_groupByZs1(Right(x0), :(Right(x1), x2), x3, x4) 21.95/8.08 new_esEs11(x0, x1, ty_Bool) 21.95/8.08 new_esEs7(x0, x1, ty_Int) 21.95/8.08 new_esEs14(LT, EQ) 21.95/8.08 new_esEs14(EQ, LT) 21.95/8.08 new_groupByZs1(x0, [], x1, x2) 21.95/8.08 new_esEs11(x0, x1, app(ty_Maybe, x2)) 21.95/8.08 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 21.95/8.08 new_asAs(False, x0) 21.95/8.08 new_esEs18(:(x0, x1), :(x2, x3), x4) 21.95/8.08 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_groupByZs11(x0, x1, x2, True, x3, x4) 21.95/8.08 new_esEs23(x0, x1, ty_Int) 21.95/8.08 new_esEs13(x0, x1, app(app(ty_Either, x2), x3)) 21.95/8.08 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 21.95/8.08 new_span2Ys01(x0, x1, x2, True, x3, x4) 21.95/8.08 new_esEs27(x0, x1, app(ty_[], x2)) 21.95/8.08 new_esEs14(GT, GT) 21.95/8.08 new_primPlusNat1(Succ(x0), Succ(x1)) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 21.95/8.08 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 21.95/8.08 new_primPlusNat1(Succ(x0), Zero) 21.95/8.08 new_esEs12(x0, x1, ty_Int) 21.95/8.08 new_groupByZs10(x0, x1, x2, False, x3, x4) 21.95/8.08 new_esEs23(x0, x1, ty_@0) 21.95/8.08 new_primMulNat0(Succ(x0), Succ(x1)) 21.95/8.08 new_esEs24(x0, x1, ty_@0) 21.95/8.08 new_esEs13(x0, x1, app(ty_[], x2)) 21.95/8.08 new_esEs5(:%(x0, x1), :%(x2, x3), x4) 21.95/8.08 new_esEs14(LT, GT) 21.95/8.08 new_esEs14(GT, LT) 21.95/8.08 new_span2Ys02(x0, x1, x2, True, x3, x4) 21.95/8.08 new_esEs25(x0, x1, app(ty_Ratio, x2)) 21.95/8.08 new_esEs26(x0, x1, ty_Integer) 21.95/8.08 new_esEs12(x0, x1, ty_Ordering) 21.95/8.08 new_esEs13(x0, x1, app(ty_Ratio, x2)) 21.95/8.08 new_primEqNat0(Zero, Zero) 21.95/8.08 new_esEs27(x0, x1, ty_Char) 21.95/8.08 new_esEs23(x0, x1, ty_Bool) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Bool) 21.95/8.08 new_esEs20(Nothing, Just(x0), x1) 21.95/8.08 new_esEs22(Double(x0, x1), Double(x2, x3)) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Ordering) 21.95/8.08 new_esEs13(x0, x1, app(app(ty_@2, x2), x3)) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Ordering, x2) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Double) 21.95/8.08 new_esEs25(x0, x1, ty_@0) 21.95/8.08 new_esEs25(x0, x1, ty_Double) 21.95/8.08 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 21.95/8.08 new_primPlusNat0(Succ(x0), x1) 21.95/8.08 new_esEs4(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 21.95/8.08 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 21.95/8.08 new_sr(Pos(x0), Neg(x1)) 21.95/8.08 new_sr(Neg(x0), Pos(x1)) 21.95/8.08 new_span2Zs2(x0, :(x1, x2), x3, x4) 21.95/8.08 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 21.95/8.08 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 21.95/8.08 new_esEs4(Left(x0), Left(x1), app(ty_[], x2), x3) 21.95/8.08 new_span2Zs01(x0, x1, x2, x3, x4, x5, x6) 21.95/8.08 new_esEs14(LT, LT) 21.95/8.08 new_esEs12(x0, x1, app(app(ty_@2, x2), x3)) 21.95/8.08 new_esEs12(x0, x1, app(ty_[], x2)) 21.95/8.08 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 21.95/8.08 new_esEs23(x0, x1, ty_Double) 21.95/8.08 new_esEs12(x0, x1, ty_Double) 21.95/8.08 new_esEs12(x0, x1, app(app(ty_Either, x2), x3)) 21.95/8.08 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_esEs11(x0, x1, ty_Float) 21.95/8.08 new_primEqNat0(Succ(x0), Zero) 21.95/8.08 new_esEs11(x0, x1, ty_Double) 21.95/8.08 new_esEs7(x0, x1, ty_Integer) 21.95/8.08 new_esEs11(x0, x1, ty_Char) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 21.95/8.08 new_esEs27(x0, x1, app(ty_Maybe, x2)) 21.95/8.08 new_esEs12(x0, x1, ty_Bool) 21.95/8.08 new_groupByZs1(Right(x0), :(Left(x1), x2), x3, x4) 21.95/8.08 new_esEs13(x0, x1, ty_Integer) 21.95/8.08 new_esEs16(@0, @0) 21.95/8.08 new_esEs11(x0, x1, ty_@0) 21.95/8.08 new_esEs13(x0, x1, ty_Ordering) 21.95/8.08 new_span2Zs04(x0, x1, x2, x3, x4, x5, x6) 21.95/8.08 new_esEs10(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 21.95/8.08 new_asAs(True, x0) 21.95/8.08 new_span2Zs03(x0, x1, x2, False, x3, x4) 21.95/8.08 new_primEqNat0(Succ(x0), Succ(x1)) 21.95/8.08 new_esEs8(x0, x1) 21.95/8.08 new_esEs20(Just(x0), Nothing, x1) 21.95/8.08 new_span2Ys01(x0, x1, x2, False, x3, x4) 21.95/8.08 new_esEs25(x0, x1, ty_Float) 21.95/8.08 new_esEs27(x0, x1, ty_Int) 21.95/8.08 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 21.95/8.08 new_span2Ys03(x0, x1, x2, x3, x4, x5, x6) 21.95/8.08 new_esEs11(x0, x1, ty_Int) 21.95/8.08 new_esEs11(x0, x1, app(ty_[], x2)) 21.95/8.08 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 21.95/8.08 We have to consider all minimal (P,Q,R)-chains. 21.95/8.08 ---------------------------------------- 21.95/8.08 21.95/8.08 (15) QDPSizeChangeProof (EQUIVALENT) 21.95/8.08 We used the following order together with the size-change analysis [AAECC05] to show that there are no infinite chains for this DP problem. 21.95/8.08 21.95/8.08 Order:Polynomial interpretation [POLO]: 21.95/8.08 21.95/8.08 POL(:(x_1, x_2)) = 1 + x_2 21.95/8.08 POL(:%(x_1, x_2)) = 0 21.95/8.08 POL(@0) = 0 21.95/8.08 POL(@2(x_1, x_2)) = 0 21.95/8.08 POL(@3(x_1, x_2, x_3)) = 0 21.95/8.08 POL(Char(x_1)) = 0 21.95/8.08 POL(Double(x_1, x_2)) = 0 21.95/8.08 POL(EQ) = 0 21.95/8.08 POL(False) = 1 21.95/8.08 POL(Float(x_1, x_2)) = 0 21.95/8.08 POL(GT) = 0 21.95/8.08 POL(Integer(x_1)) = 0 21.95/8.08 POL(Just(x_1)) = 0 21.95/8.08 POL(LT) = 0 21.95/8.08 POL(Left(x_1)) = 0 21.95/8.08 POL(Neg(x_1)) = 1 + x_1 21.95/8.08 POL(Nothing) = 0 21.95/8.08 POL(Pos(x_1)) = 1 + x_1 21.95/8.08 POL(Right(x_1)) = 0 21.95/8.08 POL(Succ(x_1)) = x_1 21.95/8.08 POL(True) = 0 21.95/8.08 POL(Zero) = 0 21.95/8.08 POL([]) = 0 21.95/8.08 POL(app(x_1, x_2)) = x_2 21.95/8.08 POL(new_asAs(x_1, x_2)) = x_1 + x_2 21.95/8.08 POL(new_esEs10(x_1, x_2, x_3, x_4, x_5)) = 0 21.95/8.08 POL(new_esEs11(x_1, x_2, x_3)) = 1 + x_1 21.95/8.08 POL(new_esEs12(x_1, x_2, x_3)) = x_1 + x_2 + x_3 21.95/8.08 POL(new_esEs13(x_1, x_2, x_3)) = x_1 + x_2 21.95/8.08 POL(new_esEs14(x_1, x_2)) = 0 21.95/8.08 POL(new_esEs15(x_1, x_2, x_3, x_4)) = 0 21.95/8.08 POL(new_esEs16(x_1, x_2)) = 0 21.95/8.08 POL(new_esEs17(x_1, x_2)) = 0 21.95/8.08 POL(new_esEs18(x_1, x_2, x_3)) = x_2 21.95/8.08 POL(new_esEs19(x_1, x_2)) = 0 21.95/8.08 POL(new_esEs20(x_1, x_2, x_3)) = x_2 + x_3 21.95/8.08 POL(new_esEs21(x_1, x_2)) = 0 21.95/8.08 POL(new_esEs22(x_1, x_2)) = 0 21.95/8.08 POL(new_esEs23(x_1, x_2, x_3)) = 1 + x_1 + x_2 + x_3 21.95/8.08 POL(new_esEs24(x_1, x_2, x_3)) = 1 + x_2 21.95/8.08 POL(new_esEs25(x_1, x_2, x_3)) = x_1 + x_2 + x_3 21.95/8.08 POL(new_esEs26(x_1, x_2, x_3)) = x_2 + x_3 21.95/8.08 POL(new_esEs27(x_1, x_2, x_3)) = 0 21.95/8.08 POL(new_esEs4(x_1, x_2, x_3, x_4)) = 0 21.95/8.08 POL(new_esEs5(x_1, x_2, x_3)) = 0 21.95/8.08 POL(new_esEs6(x_1, x_2, x_3)) = x_1 + x_2 + x_3 21.95/8.08 POL(new_esEs7(x_1, x_2, x_3)) = x_1 + x_2 + x_3 21.95/8.08 POL(new_esEs8(x_1, x_2)) = 0 21.95/8.08 POL(new_esEs9(x_1, x_2)) = 0 21.95/8.08 POL(new_groupByZs1(x_1, x_2, x_3, x_4)) = x_2 21.95/8.08 POL(new_groupByZs10(x_1, x_2, x_3, x_4, x_5, x_6)) = 1 + x_3 21.95/8.08 POL(new_groupByZs11(x_1, x_2, x_3, x_4, x_5, x_6)) = 1 + x_3 21.95/8.08 POL(new_primEqInt(x_1, x_2)) = 0 21.95/8.08 POL(new_primEqNat0(x_1, x_2)) = 0 21.95/8.08 POL(new_primMulNat0(x_1, x_2)) = 0 21.95/8.08 POL(new_primPlusNat0(x_1, x_2)) = x_1 21.95/8.08 POL(new_primPlusNat1(x_1, x_2)) = x_1 + x_2 21.95/8.08 POL(new_span2Ys01(x_1, x_2, x_3, x_4, x_5, x_6)) = 1 + x_3 21.95/8.08 POL(new_span2Ys02(x_1, x_2, x_3, x_4, x_5, x_6)) = 1 + x_3 21.95/8.08 POL(new_span2Ys03(x_1, x_2, x_3, x_4, x_5, x_6, x_7)) = 1 + x_4 21.95/8.08 POL(new_span2Ys04(x_1, x_2, x_3, x_4, x_5, x_6, x_7)) = 1 + x_4 21.95/8.08 POL(new_span2Ys2(x_1, x_2, x_3, x_4)) = x_2 21.95/8.08 POL(new_span2Ys3(x_1, x_2, x_3, x_4)) = x_2 21.95/8.08 POL(new_span2Zs01(x_1, x_2, x_3, x_4, x_5, x_6, x_7)) = x_5 21.95/8.08 POL(new_span2Zs02(x_1, x_2, x_3, x_4, x_5, x_6)) = 1 + x_3 21.95/8.08 POL(new_span2Zs03(x_1, x_2, x_3, x_4, x_5, x_6)) = 1 + x_3 21.95/8.08 POL(new_span2Zs04(x_1, x_2, x_3, x_4, x_5, x_6, x_7)) = 1 + x_5 21.95/8.08 POL(new_span2Zs2(x_1, x_2, x_3, x_4)) = 1 + x_2 21.95/8.08 POL(new_span2Zs3(x_1, x_2, x_3, x_4)) = x_2 21.95/8.08 POL(new_sr(x_1, x_2)) = x_1 + x_2 21.95/8.08 POL(ty_@0) = 0 21.95/8.08 POL(ty_@2) = 0 21.95/8.08 POL(ty_@3) = 0 21.95/8.08 POL(ty_Bool) = 0 21.95/8.08 POL(ty_Char) = 0 21.95/8.08 POL(ty_Double) = 0 21.95/8.08 POL(ty_Either) = 0 21.95/8.08 POL(ty_Float) = 0 21.95/8.08 POL(ty_Int) = 1 21.95/8.08 POL(ty_Integer) = 1 21.95/8.08 POL(ty_Maybe) = 0 21.95/8.08 POL(ty_Ordering) = 0 21.95/8.08 POL(ty_Ratio) = 0 21.95/8.08 POL(ty_[]) = 0 21.95/8.08 21.95/8.08 21.95/8.08 21.95/8.08 21.95/8.08 From the DPs we obtained the following set of size-change graphs: 21.95/8.08 *new_groupBy(:(vuu30, vuu31), ba, bb) -> new_groupBy(new_groupByZs1(vuu30, vuu31, ba, bb), ba, bb) (allowed arguments on rhs = {1, 2, 3}) 21.95/8.08 The graph contains the following edges 1 > 1, 2 >= 2, 3 >= 3 21.95/8.08 21.95/8.08 21.95/8.08 21.95/8.08 We oriented the following set of usable rules [AAECC05,FROCOS05]. 21.95/8.08 21.95/8.08 new_span2Zs3(vuu36, [], gd, ge) -> [] 21.95/8.08 new_span2Zs3(vuu36, :(vuu380, vuu381), gd, ge) -> new_span2Zs03(vuu36, vuu380, vuu381, new_esEs4(Right(vuu36), vuu380, gd, ge), gd, ge) 21.95/8.08 new_span2Zs2(vuu27, [], bc, bd) -> [] 21.95/8.08 new_span2Zs2(vuu27, :(vuu290, vuu291), bc, bd) -> new_span2Zs02(vuu27, vuu290, vuu291, new_esEs4(Left(vuu27), vuu290, bc, bd), bc, bd) 21.95/8.08 new_span2Zs04(vuu36, vuu380, vuu381, vuu64, vuu63, gd, ge) -> vuu63 21.95/8.08 new_span2Zs03(vuu36, vuu380, vuu381, True, gd, ge) -> new_span2Zs04(vuu36, vuu380, vuu381, new_span2Ys3(vuu36, vuu381, gd, ge), new_span2Zs3(vuu36, vuu381, gd, ge), gd, ge) 21.95/8.08 new_span2Zs03(vuu36, vuu380, vuu381, False, gd, ge) -> :(vuu380, vuu381) 21.95/8.08 new_span2Zs02(vuu27, vuu290, vuu291, True, bc, bd) -> new_span2Zs01(vuu27, vuu290, vuu291, new_span2Ys2(vuu27, vuu291, bc, bd), new_span2Zs2(vuu27, vuu291, bc, bd), bc, bd) 21.95/8.08 new_span2Zs02(vuu27, vuu290, vuu291, False, bc, bd) -> :(vuu290, vuu291) 21.95/8.08 new_span2Zs01(vuu27, vuu290, vuu291, vuu62, vuu61, bc, bd) -> vuu61 21.95/8.08 new_span2Ys3(vuu18, [], ef, eg) -> [] 21.95/8.08 new_span2Ys3(vuu18, :(vuu200, vuu201), ef, eg) -> new_span2Ys02(vuu18, vuu200, vuu201, new_esEs4(Right(vuu18), vuu200, ef, eg), ef, eg) 21.95/8.08 new_span2Ys2(vuu9, [], ed, ee) -> [] 21.95/8.08 new_span2Ys2(vuu9, :(vuu110, vuu111), ed, ee) -> new_span2Ys01(vuu9, vuu110, vuu111, new_esEs4(Left(vuu9), vuu110, ed, ee), ed, ee) 21.95/8.08 new_span2Ys04(vuu9, vuu110, vuu111, vuu58, vuu57, ed, ee) -> :(vuu110, vuu58) 21.95/8.08 new_span2Ys03(vuu18, vuu200, vuu201, vuu60, vuu59, ef, eg) -> :(vuu200, vuu60) 21.95/8.08 new_span2Ys02(vuu18, vuu200, vuu201, True, ef, eg) -> new_span2Ys03(vuu18, vuu200, vuu201, new_span2Ys3(vuu18, vuu201, ef, eg), new_span2Zs3(vuu18, vuu201, ef, eg), ef, eg) 21.95/8.08 new_span2Ys02(vuu18, vuu200, vuu201, False, ef, eg) -> [] 21.95/8.08 new_span2Ys01(vuu9, vuu110, vuu111, True, ed, ee) -> new_span2Ys04(vuu9, vuu110, vuu111, new_span2Ys2(vuu9, vuu111, ed, ee), new_span2Zs2(vuu9, vuu111, ed, ee), ed, ee) 21.95/8.08 new_span2Ys01(vuu9, vuu110, vuu111, False, ed, ee) -> [] 21.95/8.08 new_groupByZs11(vuu36, vuu37, vuu38, True, gd, ge) -> new_span2Zs3(vuu36, vuu38, gd, ge) 21.95/8.08 new_groupByZs11(vuu36, vuu37, vuu38, False, gd, ge) -> :(Right(vuu37), vuu38) 21.95/8.08 new_groupByZs10(vuu27, vuu28, vuu29, True, bc, bd) -> new_span2Zs2(vuu27, vuu29, bc, bd) 21.95/8.08 new_groupByZs10(vuu27, vuu28, vuu29, False, bc, bd) -> :(Left(vuu28), vuu29) 21.95/8.08 new_groupByZs1(vuu30, [], ba, bb) -> [] 21.95/8.08 new_groupByZs1(Right(vuu300), :(Right(vuu3100), vuu311), ba, bb) -> new_groupByZs11(vuu300, vuu3100, vuu311, new_esEs27(vuu300, vuu3100, bb), ba, bb) 21.95/8.08 new_groupByZs1(Right(vuu300), :(Left(vuu3100), vuu311), ba, bb) -> :(Left(vuu3100), vuu311) 21.95/8.08 new_groupByZs1(Left(vuu300), :(Right(vuu3100), vuu311), ba, bb) -> :(Right(vuu3100), vuu311) 21.95/8.08 new_groupByZs1(Left(vuu300), :(Left(vuu3100), vuu311), ba, bb) -> new_groupByZs10(vuu300, vuu3100, vuu311, new_esEs26(vuu300, vuu3100, ba), ba, bb) 21.95/8.08 21.95/8.08 ---------------------------------------- 21.95/8.08 21.95/8.08 (16) 21.95/8.08 YES 21.95/8.08 21.95/8.08 ---------------------------------------- 21.95/8.08 21.95/8.08 (17) 21.95/8.08 Obligation: 21.95/8.08 Q DP problem: 21.95/8.08 The TRS P consists of the following rules: 21.95/8.08 21.95/8.08 new_span2Ys0(vuu18, vuu200, vuu201, True, bc, bd) -> new_span2Ys(vuu18, vuu201, bc, bd) 21.95/8.08 new_span2Zs0(vuu36, vuu380, vuu381, True, ba, bb) -> new_span2Zs(vuu36, vuu381, ba, bb) 21.95/8.08 new_span2Zs0(vuu36, vuu380, vuu381, True, ba, bb) -> new_span2Ys(vuu36, vuu381, ba, bb) 21.95/8.08 new_span2Ys0(vuu18, vuu200, vuu201, True, bc, bd) -> new_span2Zs(vuu18, vuu201, bc, bd) 21.95/8.08 new_span2Ys(vuu18, :(vuu200, vuu201), bc, bd) -> new_span2Ys0(vuu18, vuu200, vuu201, new_esEs4(Right(vuu18), vuu200, bc, bd), bc, bd) 21.95/8.08 new_span2Zs(vuu36, :(vuu380, vuu381), ba, bb) -> new_span2Zs0(vuu36, vuu380, vuu381, new_esEs4(Right(vuu36), vuu380, ba, bb), ba, bb) 21.95/8.08 21.95/8.08 The TRS R consists of the following rules: 21.95/8.08 21.95/8.08 new_esEs23(vuu3000, vuu31000, app(app(app(ty_@3, bbc), bbd), bbe)) -> new_esEs10(vuu3000, vuu31000, bbc, bbd, bbe) 21.95/8.08 new_esEs14(GT, GT) -> True 21.95/8.08 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 21.95/8.08 new_esEs10(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), bf, bg, bh) -> new_asAs(new_esEs13(vuu3000, vuu31000, bf), new_asAs(new_esEs12(vuu3001, vuu31001, bg), new_esEs11(vuu3002, vuu31002, bh))) 21.95/8.08 new_esEs11(vuu3002, vuu31002, app(ty_[], cc)) -> new_esEs18(vuu3002, vuu31002, cc) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, ty_Integer) -> new_esEs9(vuu3000, vuu31000) 21.95/8.08 new_esEs24(vuu3001, vuu31001, app(app(ty_@2, bdg), bdh)) -> new_esEs15(vuu3001, vuu31001, bdg, bdh) 21.95/8.08 new_esEs13(vuu3000, vuu31000, app(ty_Maybe, fd)) -> new_esEs20(vuu3000, vuu31000, fd) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Double, ga) -> new_esEs22(vuu3000, vuu31000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_Ordering) -> new_esEs14(vuu3000, vuu31000) 21.95/8.08 new_esEs23(vuu3000, vuu31000, ty_Float) -> new_esEs21(vuu3000, vuu31000) 21.95/8.08 new_esEs4(Left(vuu3000), Right(vuu31000), hd, ga) -> False 21.95/8.08 new_esEs4(Right(vuu3000), Left(vuu31000), hd, ga) -> False 21.95/8.08 new_esEs23(vuu3000, vuu31000, ty_Integer) -> new_esEs9(vuu3000, vuu31000) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, app(ty_[], hg)) -> new_esEs18(vuu3000, vuu31000, hg) 21.95/8.08 new_esEs5(:%(vuu3000, vuu3001), :%(vuu31000, vuu31001), be) -> new_asAs(new_esEs7(vuu3000, vuu31000, be), new_esEs6(vuu3001, vuu31001, be)) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, ty_Float) -> new_esEs21(vuu3000, vuu31000) 21.95/8.08 new_esEs11(vuu3002, vuu31002, app(ty_Maybe, cg)) -> new_esEs20(vuu3002, vuu31002, cg) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_Double) -> new_esEs22(vuu3000, vuu31000) 21.95/8.08 new_esEs23(vuu3000, vuu31000, ty_Double) -> new_esEs22(vuu3000, vuu31000) 21.95/8.08 new_esEs14(EQ, EQ) -> True 21.95/8.08 new_esEs12(vuu3001, vuu31001, app(ty_Ratio, ee)) -> new_esEs5(vuu3001, vuu31001, ee) 21.95/8.08 new_esEs14(EQ, GT) -> False 21.95/8.08 new_esEs14(GT, EQ) -> False 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_Float) -> new_esEs21(vuu3000, vuu31000) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_@0) -> new_esEs16(vuu3000, vuu31000) 21.95/8.08 new_esEs6(vuu3001, vuu31001, ty_Integer) -> new_esEs9(vuu3001, vuu31001) 21.95/8.08 new_esEs20(Nothing, Just(vuu31000), bcb) -> False 21.95/8.08 new_esEs20(Just(vuu3000), Nothing, bcb) -> False 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_@0) -> new_esEs16(vuu3001, vuu31001) 21.95/8.08 new_asAs(True, vuu52) -> vuu52 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, ty_@0) -> new_esEs16(vuu3000, vuu31000) 21.95/8.08 new_esEs20(Nothing, Nothing, bcb) -> True 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Char) -> new_esEs19(vuu3000, vuu31000) 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_Char) -> new_esEs19(vuu3001, vuu31001) 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_Ordering) -> new_esEs14(vuu3002, vuu31002) 21.95/8.08 new_esEs17(False, True) -> False 21.95/8.08 new_esEs17(True, False) -> False 21.95/8.08 new_esEs19(Char(vuu3000), Char(vuu31000)) -> new_primEqNat0(vuu3000, vuu31000) 21.95/8.08 new_primEqInt(Pos(Succ(vuu30000)), Pos(Zero)) -> False 21.95/8.08 new_primEqInt(Pos(Zero), Pos(Succ(vuu310000))) -> False 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, ty_Double) -> new_esEs22(vuu3000, vuu31000) 21.95/8.08 new_esEs23(vuu3000, vuu31000, ty_@0) -> new_esEs16(vuu3000, vuu31000) 21.95/8.08 new_esEs16(@0, @0) -> True 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), app(app(ty_Either, ha), hb), ga) -> new_esEs4(vuu3000, vuu31000, ha, hb) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Int) -> new_esEs8(vuu3000, vuu31000) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), app(app(app(ty_@3, ge), gf), gg), ga) -> new_esEs10(vuu3000, vuu31000, ge, gf, gg) 21.95/8.08 new_primEqNat0(Succ(vuu30000), Succ(vuu310000)) -> new_primEqNat0(vuu30000, vuu310000) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Float, ga) -> new_esEs21(vuu3000, vuu31000) 21.95/8.08 new_esEs18([], [], bag) -> True 21.95/8.08 new_esEs25(vuu3000, vuu31000, app(app(app(ty_@3, bfd), bfe), bff)) -> new_esEs10(vuu3000, vuu31000, bfd, bfe, bff) 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_Int) -> new_esEs8(vuu3001, vuu31001) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), app(ty_[], gd), ga) -> new_esEs18(vuu3000, vuu31000, gd) 21.95/8.08 new_esEs22(Double(vuu3000, vuu3001), Double(vuu31000, vuu31001)) -> new_esEs8(new_sr(vuu3000, vuu31001), new_sr(vuu3001, vuu31000)) 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_Int) -> new_esEs8(vuu3002, vuu31002) 21.95/8.08 new_esEs24(vuu3001, vuu31001, app(ty_Maybe, bee)) -> new_esEs20(vuu3001, vuu31001, bee) 21.95/8.08 new_primMulNat0(Zero, Zero) -> Zero 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_@0, ga) -> new_esEs16(vuu3000, vuu31000) 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_Char) -> new_esEs19(vuu3002, vuu31002) 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_Integer) -> new_esEs9(vuu3002, vuu31002) 21.95/8.08 new_esEs18(:(vuu3000, vuu3001), :(vuu31000, vuu31001), bag) -> new_asAs(new_esEs23(vuu3000, vuu31000, bag), new_esEs18(vuu3001, vuu31001, bag)) 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Float) -> new_esEs21(vuu3001, vuu31001) 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Int) -> new_esEs8(vuu3001, vuu31001) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), app(app(ty_@2, gb), gc), ga) -> new_esEs15(vuu3000, vuu31000, gb, gc) 21.95/8.08 new_esEs25(vuu3000, vuu31000, app(app(ty_Either, bfh), bga)) -> new_esEs4(vuu3000, vuu31000, bfh, bga) 21.95/8.08 new_primEqNat0(Succ(vuu30000), Zero) -> False 21.95/8.08 new_primEqNat0(Zero, Succ(vuu310000)) -> False 21.95/8.08 new_esEs9(Integer(vuu3000), Integer(vuu31000)) -> new_primEqInt(vuu3000, vuu31000) 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Char) -> new_esEs19(vuu3001, vuu31001) 21.95/8.08 new_esEs25(vuu3000, vuu31000, app(ty_Ratio, bgb)) -> new_esEs5(vuu3000, vuu31000, bgb) 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Integer) -> new_esEs9(vuu3001, vuu31001) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, app(app(ty_Either, bad), bae)) -> new_esEs4(vuu3000, vuu31000, bad, bae) 21.95/8.08 new_esEs11(vuu3002, vuu31002, app(app(ty_@2, ca), cb)) -> new_esEs15(vuu3002, vuu31002, ca, cb) 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_Ordering) -> new_esEs14(vuu3001, vuu31001) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Ordering, ga) -> new_esEs14(vuu3000, vuu31000) 21.95/8.08 new_esEs12(vuu3001, vuu31001, app(app(ty_Either, ec), ed)) -> new_esEs4(vuu3001, vuu31001, ec, ed) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), app(app(ty_Either, bdb), bdc)) -> new_esEs4(vuu3000, vuu31000, bdb, bdc) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), app(ty_Ratio, bdd)) -> new_esEs5(vuu3000, vuu31000, bdd) 21.95/8.08 new_esEs24(vuu3001, vuu31001, app(ty_Ratio, beh)) -> new_esEs5(vuu3001, vuu31001, beh) 21.95/8.08 new_primEqInt(Neg(Succ(vuu30000)), Neg(Zero)) -> False 21.95/8.08 new_primEqInt(Neg(Zero), Neg(Succ(vuu310000))) -> False 21.95/8.08 new_primEqInt(Pos(Succ(vuu30000)), Pos(Succ(vuu310000))) -> new_primEqNat0(vuu30000, vuu310000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_Float) -> new_esEs21(vuu3000, vuu31000) 21.95/8.08 new_esEs23(vuu3000, vuu31000, ty_Ordering) -> new_esEs14(vuu3000, vuu31000) 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_Double) -> new_esEs22(vuu3002, vuu31002) 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_Float) -> new_esEs21(vuu3001, vuu31001) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Integer, ga) -> new_esEs9(vuu3000, vuu31000) 21.95/8.08 new_sr(Pos(vuu30000), Neg(vuu310010)) -> Neg(new_primMulNat0(vuu30000, vuu310010)) 21.95/8.08 new_sr(Neg(vuu30000), Pos(vuu310010)) -> Neg(new_primMulNat0(vuu30000, vuu310010)) 21.95/8.08 new_esEs25(vuu3000, vuu31000, app(ty_Maybe, bfg)) -> new_esEs20(vuu3000, vuu31000, bfg) 21.95/8.08 new_esEs23(vuu3000, vuu31000, ty_Char) -> new_esEs19(vuu3000, vuu31000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, app(ty_Ratio, fh)) -> new_esEs5(vuu3000, vuu31000, fh) 21.95/8.08 new_primPlusNat1(Succ(vuu6500), Succ(vuu31001000)) -> Succ(Succ(new_primPlusNat1(vuu6500, vuu31001000))) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, ty_Ordering) -> new_esEs14(vuu3000, vuu31000) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Float) -> new_esEs21(vuu3000, vuu31000) 21.95/8.08 new_primEqInt(Pos(Succ(vuu30000)), Neg(vuu31000)) -> False 21.95/8.08 new_primEqInt(Neg(Succ(vuu30000)), Pos(vuu31000)) -> False 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Ordering) -> new_esEs14(vuu3001, vuu31001) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, app(app(app(ty_@3, hh), baa), bab)) -> new_esEs10(vuu3000, vuu31000, hh, baa, bab) 21.95/8.08 new_esEs24(vuu3001, vuu31001, app(app(ty_Either, bef), beg)) -> new_esEs4(vuu3001, vuu31001, bef, beg) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Char, ga) -> new_esEs19(vuu3000, vuu31000) 21.95/8.08 new_esEs17(True, True) -> True 21.95/8.08 new_esEs8(vuu300, vuu3100) -> new_primEqInt(vuu300, vuu3100) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Bool, ga) -> new_esEs17(vuu3000, vuu31000) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), app(ty_Maybe, bda)) -> new_esEs20(vuu3000, vuu31000, bda) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), ty_Int, ga) -> new_esEs8(vuu3000, vuu31000) 21.95/8.08 new_esEs23(vuu3000, vuu31000, app(app(ty_@2, bah), bba)) -> new_esEs15(vuu3000, vuu31000, bah, bba) 21.95/8.08 new_esEs23(vuu3000, vuu31000, ty_Int) -> new_esEs8(vuu3000, vuu31000) 21.95/8.08 new_sr(Neg(vuu30000), Neg(vuu310010)) -> Pos(new_primMulNat0(vuu30000, vuu310010)) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, ty_Int) -> new_esEs8(vuu3000, vuu31000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, app(app(ty_Either, ff), fg)) -> new_esEs4(vuu3000, vuu31000, ff, fg) 21.95/8.08 new_esEs23(vuu3000, vuu31000, ty_Bool) -> new_esEs17(vuu3000, vuu31000) 21.95/8.08 new_esEs25(vuu3000, vuu31000, app(app(ty_@2, bfa), bfb)) -> new_esEs15(vuu3000, vuu31000, bfa, bfb) 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_@0) -> new_esEs16(vuu3002, vuu31002) 21.95/8.08 new_primEqInt(Pos(Zero), Neg(Succ(vuu310000))) -> False 21.95/8.08 new_primEqInt(Neg(Zero), Pos(Succ(vuu310000))) -> False 21.95/8.08 new_esEs12(vuu3001, vuu31001, app(ty_[], df)) -> new_esEs18(vuu3001, vuu31001, df) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Ordering) -> new_esEs14(vuu3000, vuu31000) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, ty_Char) -> new_esEs19(vuu3000, vuu31000) 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_@0) -> new_esEs16(vuu3001, vuu31001) 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_Double) -> new_esEs22(vuu3001, vuu31001) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_Int) -> new_esEs8(vuu3000, vuu31000) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Double) -> new_esEs22(vuu3000, vuu31000) 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Double) -> new_esEs22(vuu3001, vuu31001) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_Char) -> new_esEs19(vuu3000, vuu31000) 21.95/8.08 new_esEs23(vuu3000, vuu31000, app(ty_Ratio, bca)) -> new_esEs5(vuu3000, vuu31000, bca) 21.95/8.08 new_primEqInt(Neg(Succ(vuu30000)), Neg(Succ(vuu310000))) -> new_primEqNat0(vuu30000, vuu310000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_Bool) -> new_esEs17(vuu3000, vuu31000) 21.95/8.08 new_primPlusNat0(Succ(vuu650), vuu3100100) -> Succ(Succ(new_primPlusNat1(vuu650, vuu3100100))) 21.95/8.08 new_esEs6(vuu3001, vuu31001, ty_Int) -> new_esEs8(vuu3001, vuu31001) 21.95/8.08 new_esEs11(vuu3002, vuu31002, app(ty_Ratio, dc)) -> new_esEs5(vuu3002, vuu31002, dc) 21.95/8.08 new_esEs23(vuu3000, vuu31000, app(app(ty_Either, bbg), bbh)) -> new_esEs4(vuu3000, vuu31000, bbg, bbh) 21.95/8.08 new_esEs25(vuu3000, vuu31000, app(ty_[], bfc)) -> new_esEs18(vuu3000, vuu31000, bfc) 21.95/8.08 new_esEs14(LT, GT) -> False 21.95/8.08 new_esEs14(GT, LT) -> False 21.95/8.08 new_esEs11(vuu3002, vuu31002, app(app(ty_Either, da), db)) -> new_esEs4(vuu3002, vuu31002, da, db) 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_Bool) -> new_esEs17(vuu3000, vuu31000) 21.95/8.08 new_primPlusNat1(Zero, Zero) -> Zero 21.95/8.08 new_primMulNat0(Succ(vuu300000), Zero) -> Zero 21.95/8.08 new_primMulNat0(Zero, Succ(vuu3100100)) -> Zero 21.95/8.08 new_sr(Pos(vuu30000), Pos(vuu310010)) -> Pos(new_primMulNat0(vuu30000, vuu310010)) 21.95/8.08 new_primPlusNat0(Zero, vuu3100100) -> Succ(vuu3100100) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Integer) -> new_esEs9(vuu3000, vuu31000) 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_Integer) -> new_esEs9(vuu3001, vuu31001) 21.95/8.08 new_esEs14(LT, LT) -> True 21.95/8.08 new_esEs18(:(vuu3000, vuu3001), [], bag) -> False 21.95/8.08 new_esEs18([], :(vuu31000, vuu31001), bag) -> False 21.95/8.08 new_esEs12(vuu3001, vuu31001, app(ty_Maybe, eb)) -> new_esEs20(vuu3001, vuu31001, eb) 21.95/8.08 new_esEs14(LT, EQ) -> False 21.95/8.08 new_esEs14(EQ, LT) -> False 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_Float) -> new_esEs21(vuu3002, vuu31002) 21.95/8.08 new_esEs12(vuu3001, vuu31001, app(app(ty_@2, dd), de)) -> new_esEs15(vuu3001, vuu31001, dd, de) 21.95/8.08 new_esEs11(vuu3002, vuu31002, app(app(app(ty_@3, cd), ce), cf)) -> new_esEs10(vuu3002, vuu31002, cd, ce, cf) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, app(app(ty_@2, he), hf)) -> new_esEs15(vuu3000, vuu31000, he, hf) 21.95/8.08 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 21.95/8.08 new_esEs17(False, False) -> True 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), app(ty_Ratio, hc), ga) -> new_esEs5(vuu3000, vuu31000, hc) 21.95/8.08 new_primMulNat0(Succ(vuu300000), Succ(vuu3100100)) -> new_primPlusNat0(new_primMulNat0(vuu300000, Succ(vuu3100100)), vuu3100100) 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_Ordering) -> new_esEs14(vuu3000, vuu31000) 21.95/8.08 new_esEs12(vuu3001, vuu31001, app(app(app(ty_@3, dg), dh), ea)) -> new_esEs10(vuu3001, vuu31001, dg, dh, ea) 21.95/8.08 new_esEs23(vuu3000, vuu31000, app(ty_[], bbb)) -> new_esEs18(vuu3000, vuu31000, bbb) 21.95/8.08 new_esEs23(vuu3000, vuu31000, app(ty_Maybe, bbf)) -> new_esEs20(vuu3000, vuu31000, bbf) 21.95/8.08 new_esEs11(vuu3002, vuu31002, ty_Bool) -> new_esEs17(vuu3002, vuu31002) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_Integer) -> new_esEs9(vuu3000, vuu31000) 21.95/8.08 new_primPlusNat1(Succ(vuu6500), Zero) -> Succ(vuu6500) 21.95/8.08 new_primPlusNat1(Zero, Succ(vuu31001000)) -> Succ(vuu31001000) 21.95/8.08 new_esEs4(Left(vuu3000), Left(vuu31000), app(ty_Maybe, gh), ga) -> new_esEs20(vuu3000, vuu31000, gh) 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_Char) -> new_esEs19(vuu3000, vuu31000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, app(app(app(ty_@3, fa), fb), fc)) -> new_esEs10(vuu3000, vuu31000, fa, fb, fc) 21.95/8.08 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 21.95/8.08 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, app(ty_Ratio, baf)) -> new_esEs5(vuu3000, vuu31000, baf) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), app(app(ty_@2, bcc), bcd)) -> new_esEs15(vuu3000, vuu31000, bcc, bcd) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, app(ty_Maybe, bac)) -> new_esEs20(vuu3000, vuu31000, bac) 21.95/8.08 new_primEqNat0(Zero, Zero) -> True 21.95/8.08 new_esEs24(vuu3001, vuu31001, ty_Bool) -> new_esEs17(vuu3001, vuu31001) 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_Int) -> new_esEs8(vuu3000, vuu31000) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), ty_Bool) -> new_esEs17(vuu3000, vuu31000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, app(ty_[], eh)) -> new_esEs18(vuu3000, vuu31000, eh) 21.95/8.08 new_esEs13(vuu3000, vuu31000, ty_@0) -> new_esEs16(vuu3000, vuu31000) 21.95/8.08 new_asAs(False, vuu52) -> False 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_Integer) -> new_esEs9(vuu3000, vuu31000) 21.95/8.08 new_esEs13(vuu3000, vuu31000, app(app(ty_@2, ef), eg)) -> new_esEs15(vuu3000, vuu31000, ef, eg) 21.95/8.08 new_esEs24(vuu3001, vuu31001, app(app(app(ty_@3, beb), bec), bed)) -> new_esEs10(vuu3001, vuu31001, beb, bec, bed) 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_@0) -> new_esEs16(vuu3000, vuu31000) 21.95/8.08 new_esEs25(vuu3000, vuu31000, ty_Double) -> new_esEs22(vuu3000, vuu31000) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), app(ty_[], bce)) -> new_esEs18(vuu3000, vuu31000, bce) 21.95/8.08 new_esEs20(Just(vuu3000), Just(vuu31000), app(app(app(ty_@3, bcf), bcg), bch)) -> new_esEs10(vuu3000, vuu31000, bcf, bcg, bch) 21.95/8.08 new_esEs7(vuu3000, vuu31000, ty_Int) -> new_esEs8(vuu3000, vuu31000) 21.95/8.08 new_esEs4(Right(vuu3000), Right(vuu31000), hd, ty_Bool) -> new_esEs17(vuu3000, vuu31000) 21.95/8.08 new_esEs15(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bde, bdf) -> new_asAs(new_esEs25(vuu3000, vuu31000, bde), new_esEs24(vuu3001, vuu31001, bdf)) 21.95/8.08 new_esEs12(vuu3001, vuu31001, ty_Bool) -> new_esEs17(vuu3001, vuu31001) 21.95/8.08 new_esEs7(vuu3000, vuu31000, ty_Integer) -> new_esEs9(vuu3000, vuu31000) 21.95/8.08 new_esEs21(Float(vuu3000, vuu3001), Float(vuu31000, vuu31001)) -> new_esEs8(new_sr(vuu3000, vuu31001), new_sr(vuu3001, vuu31000)) 21.95/8.08 new_esEs24(vuu3001, vuu31001, app(ty_[], bea)) -> new_esEs18(vuu3001, vuu31001, bea) 21.95/8.08 21.95/8.08 The set Q consists of the following terms: 21.95/8.08 21.95/8.08 new_esEs14(EQ, EQ) 21.95/8.08 new_esEs23(x0, x1, app(ty_Maybe, x2)) 21.95/8.08 new_esEs5(:%(x0, x1), :%(x2, x3), x4) 21.95/8.08 new_esEs19(Char(x0), Char(x1)) 21.95/8.08 new_esEs12(x0, x1, ty_Integer) 21.95/8.08 new_esEs20(Just(x0), Nothing, x1) 21.95/8.08 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Char) 21.95/8.08 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Integer, x2) 21.95/8.08 new_esEs24(x0, x1, ty_Double) 21.95/8.08 new_primMulNat0(Zero, Zero) 21.95/8.08 new_primPlusNat1(Zero, Zero) 21.95/8.08 new_esEs9(Integer(x0), Integer(x1)) 21.95/8.08 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 21.95/8.08 new_esEs18([], :(x0, x1), x2) 21.95/8.08 new_esEs12(x0, x1, app(ty_Ratio, x2)) 21.95/8.08 new_esEs21(Float(x0, x1), Float(x2, x3)) 21.95/8.08 new_esEs10(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 21.95/8.08 new_esEs20(Nothing, Just(x0), x1) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Float) 21.95/8.08 new_esEs4(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 21.95/8.08 new_esEs4(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 21.95/8.08 new_esEs17(True, True) 21.95/8.08 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 21.95/8.08 new_esEs24(x0, x1, ty_Ordering) 21.95/8.08 new_primEqInt(Pos(Zero), Pos(Zero)) 21.95/8.08 new_esEs12(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_esEs12(x0, x1, app(app(ty_@2, x2), x3)) 21.95/8.08 new_esEs17(False, False) 21.95/8.08 new_esEs23(x0, x1, ty_Integer) 21.95/8.08 new_esEs12(x0, x1, app(ty_[], x2)) 21.95/8.08 new_primEqNat0(Zero, Succ(x0)) 21.95/8.08 new_esEs24(x0, x1, ty_Float) 21.95/8.08 new_esEs25(x0, x1, app(ty_Maybe, x2)) 21.95/8.08 new_sr(Neg(x0), Neg(x1)) 21.95/8.08 new_esEs25(x0, x1, ty_Bool) 21.95/8.08 new_primEqInt(Neg(Zero), Neg(Zero)) 21.95/8.08 new_esEs6(x0, x1, ty_Integer) 21.95/8.08 new_esEs20(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_esEs12(x0, x1, ty_@0) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Int) 21.95/8.08 new_esEs13(x0, x1, ty_Bool) 21.95/8.08 new_esEs15(@2(x0, x1), @2(x2, x3), x4, x5) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Int) 21.95/8.08 new_esEs23(x0, x1, ty_Ordering) 21.95/8.08 new_esEs24(x0, x1, ty_Integer) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_@0) 21.95/8.08 new_primPlusNat0(Zero, x0) 21.95/8.08 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 21.95/8.08 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 21.95/8.08 new_esEs24(x0, x1, app(ty_Ratio, x2)) 21.95/8.08 new_esEs24(x0, x1, ty_Int) 21.95/8.08 new_esEs25(x0, x1, ty_Ordering) 21.95/8.08 new_esEs23(x0, x1, ty_Float) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Ordering, x2) 21.95/8.08 new_esEs12(x0, x1, ty_Float) 21.95/8.08 new_esEs14(EQ, GT) 21.95/8.08 new_esEs14(GT, EQ) 21.95/8.08 new_esEs13(x0, x1, ty_Char) 21.95/8.08 new_sr(Pos(x0), Pos(x1)) 21.95/8.08 new_primPlusNat1(Zero, Succ(x0)) 21.95/8.08 new_esEs4(Left(x0), Left(x1), app(ty_[], x2), x3) 21.95/8.08 new_esEs24(x0, x1, ty_Char) 21.95/8.08 new_esEs11(x0, x1, ty_Integer) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Float) 21.95/8.08 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 21.95/8.08 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 21.95/8.08 new_esEs13(x0, x1, app(ty_Maybe, x2)) 21.95/8.08 new_esEs13(x0, x1, ty_Int) 21.95/8.08 new_primEqInt(Pos(Zero), Neg(Zero)) 21.95/8.08 new_primEqInt(Neg(Zero), Pos(Zero)) 21.95/8.08 new_esEs17(False, True) 21.95/8.08 new_esEs17(True, False) 21.95/8.08 new_esEs11(x0, x1, ty_Ordering) 21.95/8.08 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 21.95/8.08 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Char) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_@0) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Double) 21.95/8.08 new_esEs25(x0, x1, app(ty_[], x2)) 21.95/8.08 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 21.95/8.08 new_esEs25(x0, x1, ty_Integer) 21.95/8.08 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 21.95/8.08 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 21.95/8.08 new_esEs18(:(x0, x1), [], x2) 21.95/8.08 new_primMulNat0(Succ(x0), Zero) 21.95/8.08 new_esEs13(x0, x1, ty_@0) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 21.95/8.08 new_esEs11(x0, x1, app(ty_Maybe, x2)) 21.95/8.08 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_esEs24(x0, x1, ty_Bool) 21.95/8.08 new_esEs13(x0, x1, ty_Float) 21.95/8.08 new_esEs13(x0, x1, ty_Double) 21.95/8.08 new_esEs13(x0, x1, app(app(ty_Either, x2), x3)) 21.95/8.08 new_esEs18([], [], x0) 21.95/8.08 new_esEs23(x0, x1, app(ty_Ratio, x2)) 21.95/8.08 new_esEs25(x0, x1, ty_Char) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 21.95/8.08 new_esEs20(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 21.95/8.08 new_esEs23(x0, x1, ty_Char) 21.95/8.08 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_esEs20(Just(x0), Just(x1), app(ty_Maybe, x2)) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, app(ty_[], x3)) 21.95/8.08 new_esEs4(Left(x0), Right(x1), x2, x3) 21.95/8.08 new_esEs4(Right(x0), Left(x1), x2, x3) 21.95/8.08 new_esEs12(x0, x1, app(app(ty_Either, x2), x3)) 21.95/8.08 new_primMulNat0(Zero, Succ(x0)) 21.95/8.08 new_esEs20(Nothing, Nothing, x0) 21.95/8.08 new_esEs12(x0, x1, ty_Char) 21.95/8.08 new_esEs25(x0, x1, ty_Int) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Integer) 21.95/8.08 new_esEs6(x0, x1, ty_Int) 21.95/8.08 new_esEs11(x0, x1, ty_Bool) 21.95/8.08 new_esEs7(x0, x1, ty_Int) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Bool) 21.95/8.08 new_esEs14(LT, EQ) 21.95/8.08 new_esEs14(EQ, LT) 21.95/8.08 new_esEs24(x0, x1, app(ty_Maybe, x2)) 21.95/8.08 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 21.95/8.08 new_asAs(False, x0) 21.95/8.08 new_esEs4(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 21.95/8.08 new_esEs23(x0, x1, ty_Int) 21.95/8.08 new_esEs23(x0, x1, app(ty_[], x2)) 21.95/8.08 new_esEs14(GT, GT) 21.95/8.08 new_primPlusNat1(Succ(x0), Succ(x1)) 21.95/8.08 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 21.95/8.08 new_primPlusNat1(Succ(x0), Zero) 21.95/8.08 new_esEs12(x0, x1, ty_Int) 21.95/8.08 new_esEs23(x0, x1, ty_@0) 21.95/8.08 new_esEs20(Just(x0), Just(x1), app(ty_Ratio, x2)) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 21.95/8.08 new_primMulNat0(Succ(x0), Succ(x1)) 21.95/8.08 new_esEs24(x0, x1, ty_@0) 21.95/8.08 new_esEs13(x0, x1, app(app(ty_@2, x2), x3)) 21.95/8.08 new_esEs14(LT, GT) 21.95/8.08 new_esEs14(GT, LT) 21.95/8.08 new_esEs11(x0, x1, app(ty_[], x2)) 21.95/8.08 new_esEs12(x0, x1, ty_Ordering) 21.95/8.08 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 21.95/8.08 new_esEs18(:(x0, x1), :(x2, x3), x4) 21.95/8.08 new_primEqNat0(Zero, Zero) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Double, x2) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_@0, x2) 21.95/8.08 new_esEs23(x0, x1, ty_Bool) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Bool) 21.95/8.08 new_esEs22(Double(x0, x1), Double(x2, x3)) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Float, x2) 21.95/8.08 new_esEs13(x0, x1, app(ty_[], x2)) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Ordering) 21.95/8.08 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 21.95/8.08 new_esEs20(Just(x0), Just(x1), ty_Double) 21.95/8.08 new_esEs25(x0, x1, ty_@0) 21.95/8.08 new_esEs12(x0, x1, app(ty_Maybe, x2)) 21.95/8.08 new_esEs25(x0, x1, ty_Double) 21.95/8.08 new_primPlusNat0(Succ(x0), x1) 21.95/8.08 new_esEs24(x0, x1, app(ty_[], x2)) 21.95/8.08 new_sr(Pos(x0), Neg(x1)) 21.95/8.08 new_sr(Neg(x0), Pos(x1)) 21.95/8.08 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 21.95/8.08 new_esEs20(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Integer) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Bool, x2) 21.95/8.08 new_esEs14(LT, LT) 21.95/8.08 new_esEs20(Just(x0), Just(x1), app(ty_[], x2)) 21.95/8.08 new_esEs23(x0, x1, ty_Double) 21.95/8.08 new_esEs12(x0, x1, ty_Double) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 21.95/8.08 new_esEs11(x0, x1, ty_Float) 21.95/8.08 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_primEqNat0(Succ(x0), Zero) 21.95/8.08 new_esEs11(x0, x1, ty_Double) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, ty_Ordering) 21.95/8.08 new_esEs7(x0, x1, ty_Integer) 21.95/8.08 new_esEs11(x0, x1, ty_Char) 21.95/8.08 new_esEs4(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Int, x2) 21.95/8.08 new_esEs12(x0, x1, ty_Bool) 21.95/8.08 new_esEs11(x0, x1, app(ty_Ratio, x2)) 21.95/8.08 new_esEs4(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 21.95/8.08 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 21.95/8.08 new_esEs25(x0, x1, app(ty_Ratio, x2)) 21.95/8.08 new_esEs13(x0, x1, ty_Integer) 21.95/8.08 new_esEs16(@0, @0) 21.95/8.08 new_esEs11(x0, x1, ty_@0) 21.95/8.08 new_esEs13(x0, x1, ty_Ordering) 21.95/8.08 new_asAs(True, x0) 21.95/8.08 new_esEs13(x0, x1, app(ty_Ratio, x2)) 21.95/8.08 new_primEqNat0(Succ(x0), Succ(x1)) 21.95/8.08 new_esEs8(x0, x1) 21.95/8.08 new_esEs13(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.95/8.08 new_esEs25(x0, x1, ty_Float) 21.95/8.08 new_esEs4(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 21.95/8.08 new_esEs4(Left(x0), Left(x1), ty_Char, x2) 21.95/8.08 new_esEs11(x0, x1, ty_Int) 21.95/8.08 21.95/8.08 We have to consider all minimal (P,Q,R)-chains. 21.95/8.08 ---------------------------------------- 21.95/8.08 21.95/8.08 (18) QDPSizeChangeProof (EQUIVALENT) 21.95/8.08 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 21.95/8.08 21.95/8.08 From the DPs we obtained the following set of size-change graphs: 21.95/8.08 *new_span2Ys(vuu18, :(vuu200, vuu201), bc, bd) -> new_span2Ys0(vuu18, vuu200, vuu201, new_esEs4(Right(vuu18), vuu200, bc, bd), bc, bd) 21.95/8.08 The graph contains the following edges 1 >= 1, 2 > 2, 2 > 3, 3 >= 5, 4 >= 6 21.95/8.08 21.95/8.08 21.95/8.08 *new_span2Zs(vuu36, :(vuu380, vuu381), ba, bb) -> new_span2Zs0(vuu36, vuu380, vuu381, new_esEs4(Right(vuu36), vuu380, ba, bb), ba, bb) 21.95/8.08 The graph contains the following edges 1 >= 1, 2 > 2, 2 > 3, 3 >= 5, 4 >= 6 21.95/8.08 21.95/8.08 21.95/8.08 *new_span2Ys0(vuu18, vuu200, vuu201, True, bc, bd) -> new_span2Ys(vuu18, vuu201, bc, bd) 21.95/8.08 The graph contains the following edges 1 >= 1, 3 >= 2, 5 >= 3, 6 >= 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_span2Ys0(vuu18, vuu200, vuu201, True, bc, bd) -> new_span2Zs(vuu18, vuu201, bc, bd) 21.95/8.08 The graph contains the following edges 1 >= 1, 3 >= 2, 5 >= 3, 6 >= 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_span2Zs0(vuu36, vuu380, vuu381, True, ba, bb) -> new_span2Ys(vuu36, vuu381, ba, bb) 21.95/8.08 The graph contains the following edges 1 >= 1, 3 >= 2, 5 >= 3, 6 >= 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_span2Zs0(vuu36, vuu380, vuu381, True, ba, bb) -> new_span2Zs(vuu36, vuu381, ba, bb) 21.95/8.08 The graph contains the following edges 1 >= 1, 3 >= 2, 5 >= 3, 6 >= 4 21.95/8.08 21.95/8.08 21.95/8.08 ---------------------------------------- 21.95/8.08 21.95/8.08 (19) 21.95/8.08 YES 21.95/8.08 21.95/8.08 ---------------------------------------- 21.95/8.08 21.95/8.08 (20) 21.95/8.08 Obligation: 21.95/8.08 Q DP problem: 21.95/8.08 The TRS P consists of the following rules: 21.95/8.08 21.95/8.08 new_esEs3(Left(vuu3000), Left(vuu31000), app(app(ty_Either, bch), bda), bcb) -> new_esEs3(vuu3000, vuu31000, bch, bda) 21.95/8.08 new_esEs(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(ty_[], cf), ce) -> new_esEs0(vuu3000, vuu31000, cf) 21.95/8.08 new_esEs(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), ba, app(ty_[], bd)) -> new_esEs0(vuu3001, vuu31001, bd) 21.95/8.08 new_esEs3(Right(vuu3000), Right(vuu31000), bdb, app(ty_[], bde)) -> new_esEs0(vuu3000, vuu31000, bde) 21.95/8.08 new_esEs2(Just(vuu3000), Just(vuu31000), app(app(ty_@2, bag), bah)) -> new_esEs(vuu3000, vuu31000, bag, bah) 21.95/8.08 new_esEs2(Just(vuu3000), Just(vuu31000), app(ty_[], bba)) -> new_esEs0(vuu3000, vuu31000, bba) 21.95/8.08 new_esEs(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(app(ty_@2, cc), cd), ce) -> new_esEs(vuu3000, vuu31000, cc, cd) 21.95/8.08 new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(app(app(ty_@3, baa), bab), bac), fa, gf) -> new_esEs1(vuu3000, vuu31000, baa, bab, bac) 21.95/8.08 new_esEs0(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(app(ty_@2, dg), dh)) -> new_esEs(vuu3000, vuu31000, dg, dh) 21.95/8.08 new_esEs(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), ba, app(ty_Maybe, bh)) -> new_esEs2(vuu3001, vuu31001, bh) 21.95/8.08 new_esEs(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(app(app(ty_@3, cg), da), db), ce) -> new_esEs1(vuu3000, vuu31000, cg, da, db) 21.95/8.08 new_esEs(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(app(ty_Either, dd), de), ce) -> new_esEs3(vuu3000, vuu31000, dd, de) 21.95/8.08 new_esEs2(Just(vuu3000), Just(vuu31000), app(ty_Maybe, bbe)) -> new_esEs2(vuu3000, vuu31000, bbe) 21.95/8.08 new_esEs0(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(app(app(ty_@3, eb), ec), ed)) -> new_esEs1(vuu3000, vuu31000, eb, ec, ed) 21.95/8.08 new_esEs(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(ty_Maybe, dc), ce) -> new_esEs2(vuu3000, vuu31000, dc) 21.95/8.08 new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), eh, app(app(ty_@2, gd), ge), gf) -> new_esEs(vuu3001, vuu31001, gd, ge) 21.95/8.08 new_esEs0(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(ty_[], ea)) -> new_esEs0(vuu3000, vuu31000, ea) 21.95/8.08 new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), eh, fa, app(app(ty_@2, fb), fc)) -> new_esEs(vuu3002, vuu31002, fb, fc) 21.95/8.08 new_esEs3(Right(vuu3000), Right(vuu31000), bdb, app(app(ty_Either, beb), bec)) -> new_esEs3(vuu3000, vuu31000, beb, bec) 21.95/8.08 new_esEs(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), ba, app(app(ty_@2, bb), bc)) -> new_esEs(vuu3001, vuu31001, bb, bc) 21.95/8.08 new_esEs0(:(vuu3000, vuu3001), :(vuu31000, vuu31001), df) -> new_esEs0(vuu3001, vuu31001, df) 21.95/8.08 new_esEs(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), ba, app(app(app(ty_@3, be), bf), bg)) -> new_esEs1(vuu3001, vuu31001, be, bf, bg) 21.95/8.08 new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(app(ty_Either, bae), baf), fa, gf) -> new_esEs3(vuu3000, vuu31000, bae, baf) 21.95/8.08 new_esEs2(Just(vuu3000), Just(vuu31000), app(app(ty_Either, bbf), bbg)) -> new_esEs3(vuu3000, vuu31000, bbf, bbg) 21.95/8.08 new_esEs3(Right(vuu3000), Right(vuu31000), bdb, app(app(app(ty_@3, bdf), bdg), bdh)) -> new_esEs1(vuu3000, vuu31000, bdf, bdg, bdh) 21.95/8.08 new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(ty_Maybe, bad), fa, gf) -> new_esEs2(vuu3000, vuu31000, bad) 21.95/8.08 new_esEs3(Left(vuu3000), Left(vuu31000), app(ty_[], bcc), bcb) -> new_esEs0(vuu3000, vuu31000, bcc) 21.95/8.08 new_esEs0(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(ty_Maybe, ee)) -> new_esEs2(vuu3000, vuu31000, ee) 21.95/8.08 new_esEs3(Left(vuu3000), Left(vuu31000), app(app(ty_@2, bbh), bca), bcb) -> new_esEs(vuu3000, vuu31000, bbh, bca) 21.95/8.08 new_esEs3(Left(vuu3000), Left(vuu31000), app(ty_Maybe, bcg), bcb) -> new_esEs2(vuu3000, vuu31000, bcg) 21.95/8.08 new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), eh, app(ty_[], gg), gf) -> new_esEs0(vuu3001, vuu31001, gg) 21.95/8.08 new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), eh, fa, app(app(app(ty_@3, ff), fg), fh)) -> new_esEs1(vuu3002, vuu31002, ff, fg, fh) 21.95/8.08 new_esEs(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), ba, app(app(ty_Either, ca), cb)) -> new_esEs3(vuu3001, vuu31001, ca, cb) 21.95/8.08 new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), eh, app(app(ty_Either, hd), he), gf) -> new_esEs3(vuu3001, vuu31001, hd, he) 21.95/8.08 new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), eh, fa, app(ty_[], fd)) -> new_esEs0(vuu3002, vuu31002, fd) 21.95/8.08 new_esEs2(Just(vuu3000), Just(vuu31000), app(app(app(ty_@3, bbb), bbc), bbd)) -> new_esEs1(vuu3000, vuu31000, bbb, bbc, bbd) 21.95/8.08 new_esEs3(Left(vuu3000), Left(vuu31000), app(app(app(ty_@3, bcd), bce), bcf), bcb) -> new_esEs1(vuu3000, vuu31000, bcd, bce, bcf) 21.95/8.08 new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), eh, fa, app(app(ty_Either, gb), gc)) -> new_esEs3(vuu3002, vuu31002, gb, gc) 21.95/8.08 new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(app(ty_@2, hf), hg), fa, gf) -> new_esEs(vuu3000, vuu31000, hf, hg) 21.95/8.08 new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(ty_[], hh), fa, gf) -> new_esEs0(vuu3000, vuu31000, hh) 21.95/8.08 new_esEs3(Right(vuu3000), Right(vuu31000), bdb, app(app(ty_@2, bdc), bdd)) -> new_esEs(vuu3000, vuu31000, bdc, bdd) 21.95/8.08 new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), eh, fa, app(ty_Maybe, ga)) -> new_esEs2(vuu3002, vuu31002, ga) 21.95/8.08 new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), eh, app(app(app(ty_@3, gh), ha), hb), gf) -> new_esEs1(vuu3001, vuu31001, gh, ha, hb) 21.95/8.08 new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), eh, app(ty_Maybe, hc), gf) -> new_esEs2(vuu3001, vuu31001, hc) 21.95/8.08 new_esEs0(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(app(ty_Either, ef), eg)) -> new_esEs3(vuu3000, vuu31000, ef, eg) 21.95/8.08 new_esEs3(Right(vuu3000), Right(vuu31000), bdb, app(ty_Maybe, bea)) -> new_esEs2(vuu3000, vuu31000, bea) 21.95/8.08 21.95/8.08 R is empty. 21.95/8.08 Q is empty. 21.95/8.08 We have to consider all minimal (P,Q,R)-chains. 21.95/8.08 ---------------------------------------- 21.95/8.08 21.95/8.08 (21) QDPSizeChangeProof (EQUIVALENT) 21.95/8.08 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 21.95/8.08 21.95/8.08 From the DPs we obtained the following set of size-change graphs: 21.95/8.08 *new_esEs0(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(app(ty_Either, ef), eg)) -> new_esEs3(vuu3000, vuu31000, ef, eg) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs0(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(app(ty_@2, dg), dh)) -> new_esEs(vuu3000, vuu31000, dg, dh) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs0(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(ty_Maybe, ee)) -> new_esEs2(vuu3000, vuu31000, ee) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs2(Just(vuu3000), Just(vuu31000), app(app(ty_Either, bbf), bbg)) -> new_esEs3(vuu3000, vuu31000, bbf, bbg) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs0(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(app(app(ty_@3, eb), ec), ed)) -> new_esEs1(vuu3000, vuu31000, eb, ec, ed) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs2(Just(vuu3000), Just(vuu31000), app(app(ty_@2, bag), bah)) -> new_esEs(vuu3000, vuu31000, bag, bah) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs2(Just(vuu3000), Just(vuu31000), app(ty_Maybe, bbe)) -> new_esEs2(vuu3000, vuu31000, bbe) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs2(Just(vuu3000), Just(vuu31000), app(app(app(ty_@3, bbb), bbc), bbd)) -> new_esEs1(vuu3000, vuu31000, bbb, bbc, bbd) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs2(Just(vuu3000), Just(vuu31000), app(ty_[], bba)) -> new_esEs0(vuu3000, vuu31000, bba) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs3(Left(vuu3000), Left(vuu31000), app(app(ty_Either, bch), bda), bcb) -> new_esEs3(vuu3000, vuu31000, bch, bda) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs3(Right(vuu3000), Right(vuu31000), bdb, app(app(ty_Either, beb), bec)) -> new_esEs3(vuu3000, vuu31000, beb, bec) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs3(Left(vuu3000), Left(vuu31000), app(app(ty_@2, bbh), bca), bcb) -> new_esEs(vuu3000, vuu31000, bbh, bca) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs3(Right(vuu3000), Right(vuu31000), bdb, app(app(ty_@2, bdc), bdd)) -> new_esEs(vuu3000, vuu31000, bdc, bdd) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs3(Left(vuu3000), Left(vuu31000), app(ty_Maybe, bcg), bcb) -> new_esEs2(vuu3000, vuu31000, bcg) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs3(Right(vuu3000), Right(vuu31000), bdb, app(ty_Maybe, bea)) -> new_esEs2(vuu3000, vuu31000, bea) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs3(Right(vuu3000), Right(vuu31000), bdb, app(app(app(ty_@3, bdf), bdg), bdh)) -> new_esEs1(vuu3000, vuu31000, bdf, bdg, bdh) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs3(Left(vuu3000), Left(vuu31000), app(app(app(ty_@3, bcd), bce), bcf), bcb) -> new_esEs1(vuu3000, vuu31000, bcd, bce, bcf) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs3(Right(vuu3000), Right(vuu31000), bdb, app(ty_[], bde)) -> new_esEs0(vuu3000, vuu31000, bde) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs3(Left(vuu3000), Left(vuu31000), app(ty_[], bcc), bcb) -> new_esEs0(vuu3000, vuu31000, bcc) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(app(ty_Either, dd), de), ce) -> new_esEs3(vuu3000, vuu31000, dd, de) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), ba, app(app(ty_Either, ca), cb)) -> new_esEs3(vuu3001, vuu31001, ca, cb) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(app(ty_Either, bae), baf), fa, gf) -> new_esEs3(vuu3000, vuu31000, bae, baf) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), eh, app(app(ty_Either, hd), he), gf) -> new_esEs3(vuu3001, vuu31001, hd, he) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), eh, fa, app(app(ty_Either, gb), gc)) -> new_esEs3(vuu3002, vuu31002, gb, gc) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs0(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(ty_[], ea)) -> new_esEs0(vuu3000, vuu31000, ea) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs0(:(vuu3000, vuu3001), :(vuu31000, vuu31001), df) -> new_esEs0(vuu3001, vuu31001, df) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(app(ty_@2, cc), cd), ce) -> new_esEs(vuu3000, vuu31000, cc, cd) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), ba, app(app(ty_@2, bb), bc)) -> new_esEs(vuu3001, vuu31001, bb, bc) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), eh, app(app(ty_@2, gd), ge), gf) -> new_esEs(vuu3001, vuu31001, gd, ge) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), eh, fa, app(app(ty_@2, fb), fc)) -> new_esEs(vuu3002, vuu31002, fb, fc) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(app(ty_@2, hf), hg), fa, gf) -> new_esEs(vuu3000, vuu31000, hf, hg) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), ba, app(ty_Maybe, bh)) -> new_esEs2(vuu3001, vuu31001, bh) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(ty_Maybe, dc), ce) -> new_esEs2(vuu3000, vuu31000, dc) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(app(app(ty_@3, cg), da), db), ce) -> new_esEs1(vuu3000, vuu31000, cg, da, db) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), ba, app(app(app(ty_@3, be), bf), bg)) -> new_esEs1(vuu3001, vuu31001, be, bf, bg) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(ty_[], cf), ce) -> new_esEs0(vuu3000, vuu31000, cf) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), ba, app(ty_[], bd)) -> new_esEs0(vuu3001, vuu31001, bd) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(ty_Maybe, bad), fa, gf) -> new_esEs2(vuu3000, vuu31000, bad) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), eh, fa, app(ty_Maybe, ga)) -> new_esEs2(vuu3002, vuu31002, ga) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), eh, app(ty_Maybe, hc), gf) -> new_esEs2(vuu3001, vuu31001, hc) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(app(app(ty_@3, baa), bab), bac), fa, gf) -> new_esEs1(vuu3000, vuu31000, baa, bab, bac) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), eh, fa, app(app(app(ty_@3, ff), fg), fh)) -> new_esEs1(vuu3002, vuu31002, ff, fg, fh) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), eh, app(app(app(ty_@3, gh), ha), hb), gf) -> new_esEs1(vuu3001, vuu31001, gh, ha, hb) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), eh, app(ty_[], gg), gf) -> new_esEs0(vuu3001, vuu31001, gg) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), eh, fa, app(ty_[], fd)) -> new_esEs0(vuu3002, vuu31002, fd) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 21.95/8.08 21.95/8.08 21.95/8.08 *new_esEs1(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(ty_[], hh), fa, gf) -> new_esEs0(vuu3000, vuu31000, hh) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.95/8.08 21.95/8.08 21.95/8.08 ---------------------------------------- 21.95/8.08 21.95/8.08 (22) 21.95/8.08 YES 21.95/8.08 21.95/8.08 ---------------------------------------- 21.95/8.08 21.95/8.08 (23) 21.95/8.08 Obligation: 21.95/8.08 Q DP problem: 21.95/8.08 The TRS P consists of the following rules: 21.95/8.08 21.95/8.08 new_primMulNat(Succ(vuu300000), Succ(vuu3100100)) -> new_primMulNat(vuu300000, Succ(vuu3100100)) 21.95/8.08 21.95/8.08 R is empty. 21.95/8.08 Q is empty. 21.95/8.08 We have to consider all minimal (P,Q,R)-chains. 21.95/8.08 ---------------------------------------- 21.95/8.08 21.95/8.08 (24) QDPSizeChangeProof (EQUIVALENT) 21.95/8.08 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 21.95/8.08 21.95/8.08 From the DPs we obtained the following set of size-change graphs: 21.95/8.08 *new_primMulNat(Succ(vuu300000), Succ(vuu3100100)) -> new_primMulNat(vuu300000, Succ(vuu3100100)) 21.95/8.08 The graph contains the following edges 1 > 1, 2 >= 2 21.95/8.08 21.95/8.08 21.95/8.08 ---------------------------------------- 21.95/8.08 21.95/8.08 (25) 21.95/8.08 YES 21.95/8.08 21.95/8.08 ---------------------------------------- 21.95/8.08 21.95/8.08 (26) 21.95/8.08 Obligation: 21.95/8.08 Q DP problem: 21.95/8.08 The TRS P consists of the following rules: 21.95/8.08 21.95/8.08 new_primPlusNat(Succ(vuu6500), Succ(vuu31001000)) -> new_primPlusNat(vuu6500, vuu31001000) 21.95/8.08 21.95/8.08 R is empty. 21.95/8.08 Q is empty. 21.95/8.08 We have to consider all minimal (P,Q,R)-chains. 21.95/8.08 ---------------------------------------- 21.95/8.08 21.95/8.08 (27) QDPSizeChangeProof (EQUIVALENT) 21.95/8.08 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 21.95/8.08 21.95/8.08 From the DPs we obtained the following set of size-change graphs: 21.95/8.08 *new_primPlusNat(Succ(vuu6500), Succ(vuu31001000)) -> new_primPlusNat(vuu6500, vuu31001000) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2 21.95/8.08 21.95/8.08 21.95/8.08 ---------------------------------------- 21.95/8.08 21.95/8.08 (28) 21.95/8.08 YES 21.95/8.08 21.95/8.08 ---------------------------------------- 21.95/8.08 21.95/8.08 (29) 21.95/8.08 Obligation: 21.95/8.08 Q DP problem: 21.95/8.08 The TRS P consists of the following rules: 21.95/8.08 21.95/8.08 new_primEqNat(Succ(vuu30000), Succ(vuu310000)) -> new_primEqNat(vuu30000, vuu310000) 21.95/8.08 21.95/8.08 R is empty. 21.95/8.08 Q is empty. 21.95/8.08 We have to consider all minimal (P,Q,R)-chains. 21.95/8.08 ---------------------------------------- 21.95/8.08 21.95/8.08 (30) QDPSizeChangeProof (EQUIVALENT) 21.95/8.08 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 21.95/8.08 21.95/8.08 From the DPs we obtained the following set of size-change graphs: 21.95/8.08 *new_primEqNat(Succ(vuu30000), Succ(vuu310000)) -> new_primEqNat(vuu30000, vuu310000) 21.95/8.08 The graph contains the following edges 1 > 1, 2 > 2 21.95/8.08 21.95/8.08 21.95/8.08 ---------------------------------------- 21.95/8.08 21.95/8.08 (31) 21.95/8.08 YES 22.02/9.03 EOF