17.45/6.59 YES 19.71/7.29 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 19.71/7.29 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 19.71/7.29 19.71/7.29 19.71/7.29 H-Termination with start terms of the given HASKELL could be proven: 19.71/7.29 19.71/7.29 (0) HASKELL 19.71/7.29 (1) LR [EQUIVALENT, 0 ms] 19.71/7.29 (2) HASKELL 19.71/7.29 (3) BR [EQUIVALENT, 0 ms] 19.71/7.29 (4) HASKELL 19.71/7.29 (5) COR [EQUIVALENT, 10 ms] 19.71/7.29 (6) HASKELL 19.71/7.29 (7) LetRed [EQUIVALENT, 0 ms] 19.71/7.29 (8) HASKELL 19.71/7.29 (9) Narrow [SOUND, 0 ms] 19.71/7.29 (10) AND 19.71/7.29 (11) QDP 19.71/7.29 (12) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.71/7.29 (13) YES 19.71/7.29 (14) QDP 19.71/7.29 (15) QDPSizeChangeProof [EQUIVALENT, 445 ms] 19.71/7.29 (16) YES 19.71/7.29 (17) QDP 19.71/7.29 (18) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.71/7.29 (19) YES 19.71/7.29 (20) QDP 19.71/7.29 (21) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.71/7.29 (22) YES 19.71/7.29 (23) QDP 19.71/7.29 (24) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.71/7.29 (25) YES 19.71/7.29 (26) QDP 19.71/7.29 (27) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.71/7.29 (28) YES 19.71/7.29 (29) QDP 19.71/7.29 (30) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.71/7.29 (31) YES 19.71/7.29 19.71/7.29 19.71/7.29 ---------------------------------------- 19.71/7.29 19.71/7.29 (0) 19.71/7.29 Obligation: 19.71/7.29 mainModule Main 19.71/7.29 module Maybe where { 19.71/7.29 import qualified List; 19.71/7.29 import qualified Main; 19.71/7.29 import qualified Prelude; 19.71/7.29 } 19.71/7.29 module List where { 19.71/7.29 import qualified Main; 19.71/7.29 import qualified Maybe; 19.71/7.29 import qualified Prelude; 19.71/7.29 group :: Eq a => [a] -> [[a]]; 19.71/7.29 group = groupBy (==); 19.71/7.29 19.71/7.29 groupBy :: (a -> a -> Bool) -> [a] -> [[a]]; 19.71/7.29 groupBy _ [] = []; 19.71/7.29 groupBy eq (x : xs) = (x : ys) : groupBy eq zs where { 19.71/7.29 vv10 = span (eq x) xs; 19.71/7.29 ys = (\(ys,_) ->ys) vv10; 19.71/7.29 zs = (\(_,zs) ->zs) vv10; 19.71/7.29 }; 19.71/7.29 19.71/7.29 } 19.71/7.29 module Main where { 19.71/7.29 import qualified List; 19.71/7.29 import qualified Maybe; 19.71/7.29 import qualified Prelude; 19.71/7.29 } 19.71/7.29 19.71/7.29 ---------------------------------------- 19.71/7.29 19.71/7.29 (1) LR (EQUIVALENT) 19.71/7.29 Lambda Reductions: 19.71/7.29 The following Lambda expression 19.71/7.29 "\(_,zs)->zs" 19.71/7.29 is transformed to 19.71/7.29 "zs0 (_,zs) = zs; 19.71/7.29 " 19.71/7.29 The following Lambda expression 19.71/7.29 "\(ys,_)->ys" 19.71/7.29 is transformed to 19.71/7.29 "ys0 (ys,_) = ys; 19.71/7.29 " 19.71/7.29 The following Lambda expression 19.71/7.29 "\(_,zs)->zs" 19.71/7.29 is transformed to 19.71/7.29 "zs1 (_,zs) = zs; 19.71/7.29 " 19.71/7.29 The following Lambda expression 19.71/7.29 "\(ys,_)->ys" 19.71/7.29 is transformed to 19.71/7.29 "ys1 (ys,_) = ys; 19.71/7.29 " 19.71/7.29 19.71/7.29 ---------------------------------------- 19.71/7.29 19.71/7.29 (2) 19.71/7.29 Obligation: 19.71/7.29 mainModule Main 19.71/7.29 module Maybe where { 19.71/7.29 import qualified List; 19.71/7.29 import qualified Main; 19.71/7.29 import qualified Prelude; 19.71/7.29 } 19.71/7.29 module List where { 19.71/7.29 import qualified Main; 19.71/7.29 import qualified Maybe; 19.71/7.29 import qualified Prelude; 19.71/7.29 group :: Eq a => [a] -> [[a]]; 19.71/7.29 group = groupBy (==); 19.71/7.29 19.71/7.29 groupBy :: (a -> a -> Bool) -> [a] -> [[a]]; 19.71/7.29 groupBy _ [] = []; 19.71/7.29 groupBy eq (x : xs) = (x : ys) : groupBy eq zs where { 19.71/7.29 vv10 = span (eq x) xs; 19.71/7.29 ys = ys1 vv10; 19.71/7.29 ys1 (ys,_) = ys; 19.71/7.29 zs = zs1 vv10; 19.71/7.29 zs1 (_,zs) = zs; 19.71/7.29 }; 19.71/7.29 19.71/7.29 } 19.71/7.29 module Main where { 19.71/7.29 import qualified List; 19.71/7.29 import qualified Maybe; 19.71/7.29 import qualified Prelude; 19.71/7.29 } 19.71/7.29 19.71/7.29 ---------------------------------------- 19.71/7.29 19.71/7.29 (3) BR (EQUIVALENT) 19.71/7.29 Replaced joker patterns by fresh variables and removed binding patterns. 19.71/7.29 19.71/7.29 Binding Reductions: 19.71/7.29 The bind variable of the following binding Pattern 19.71/7.29 "xs@(xw : xx)" 19.71/7.29 is replaced by the following term 19.71/7.29 "xw : xx" 19.71/7.29 19.71/7.29 ---------------------------------------- 19.71/7.29 19.71/7.29 (4) 19.71/7.29 Obligation: 19.71/7.29 mainModule Main 19.71/7.29 module Maybe where { 19.71/7.29 import qualified List; 19.71/7.29 import qualified Main; 19.71/7.29 import qualified Prelude; 19.71/7.29 } 19.71/7.29 module List where { 19.71/7.29 import qualified Main; 19.71/7.29 import qualified Maybe; 19.71/7.29 import qualified Prelude; 19.71/7.29 group :: Eq a => [a] -> [[a]]; 19.71/7.29 group = groupBy (==); 19.71/7.29 19.71/7.29 groupBy :: (a -> a -> Bool) -> [a] -> [[a]]; 19.71/7.29 groupBy yu [] = []; 19.71/7.29 groupBy eq (x : xs) = (x : ys) : groupBy eq zs where { 19.71/7.29 vv10 = span (eq x) xs; 19.71/7.29 ys = ys1 vv10; 19.71/7.29 ys1 (ys,yv) = ys; 19.71/7.29 zs = zs1 vv10; 19.71/7.29 zs1 (yw,zs) = zs; 19.71/7.29 }; 19.71/7.29 19.71/7.29 } 19.71/7.29 module Main where { 19.71/7.29 import qualified List; 19.71/7.29 import qualified Maybe; 19.71/7.29 import qualified Prelude; 19.71/7.29 } 19.71/7.29 19.71/7.29 ---------------------------------------- 19.71/7.29 19.71/7.29 (5) COR (EQUIVALENT) 19.71/7.29 Cond Reductions: 19.71/7.29 The following Function with conditions 19.71/7.29 "undefined |Falseundefined; 19.71/7.29 " 19.71/7.29 is transformed to 19.71/7.29 "undefined = undefined1; 19.71/7.29 " 19.71/7.29 "undefined0 True = undefined; 19.71/7.29 " 19.71/7.29 "undefined1 = undefined0 False; 19.71/7.29 " 19.71/7.29 The following Function with conditions 19.71/7.29 "span p [] = ([],[]); 19.71/7.29 span p (xw : xx)|p xw(xw : ys,zs)|otherwise([],xw : xx) where { 19.71/7.29 vu43 = span p xx; 19.71/7.29 ; 19.71/7.29 ys = ys0 vu43; 19.71/7.29 ; 19.71/7.29 ys0 (ys,xz) = ys; 19.71/7.29 ; 19.71/7.29 zs = zs0 vu43; 19.71/7.29 ; 19.71/7.29 zs0 (xy,zs) = zs; 19.71/7.29 } 19.71/7.29 ; 19.71/7.29 " 19.71/7.29 is transformed to 19.71/7.29 "span p [] = span3 p []; 19.71/7.29 span p (xw : xx) = span2 p (xw : xx); 19.71/7.29 " 19.71/7.29 "span2 p (xw : xx) = span1 p xw xx (p xw) where { 19.71/7.29 span0 p xw xx True = ([],xw : xx); 19.71/7.29 ; 19.71/7.29 span1 p xw xx True = (xw : ys,zs); 19.71/7.29 span1 p xw xx False = span0 p xw xx otherwise; 19.71/7.29 ; 19.71/7.29 vu43 = span p xx; 19.71/7.29 ; 19.71/7.29 ys = ys0 vu43; 19.71/7.29 ; 19.71/7.29 ys0 (ys,xz) = ys; 19.71/7.29 ; 19.71/7.29 zs = zs0 vu43; 19.71/7.29 ; 19.71/7.29 zs0 (xy,zs) = zs; 19.71/7.29 } 19.71/7.29 ; 19.71/7.29 " 19.71/7.29 "span3 p [] = ([],[]); 19.71/7.29 span3 yz zu = span2 yz zu; 19.71/7.29 " 19.71/7.29 19.71/7.29 ---------------------------------------- 19.71/7.29 19.71/7.29 (6) 19.71/7.29 Obligation: 19.71/7.29 mainModule Main 19.71/7.29 module Maybe where { 19.71/7.29 import qualified List; 19.71/7.29 import qualified Main; 19.71/7.29 import qualified Prelude; 19.71/7.29 } 19.71/7.29 module List where { 19.71/7.29 import qualified Main; 19.71/7.29 import qualified Maybe; 19.71/7.29 import qualified Prelude; 19.71/7.29 group :: Eq a => [a] -> [[a]]; 19.71/7.29 group = groupBy (==); 19.71/7.29 19.71/7.29 groupBy :: (a -> a -> Bool) -> [a] -> [[a]]; 19.71/7.29 groupBy yu [] = []; 19.71/7.29 groupBy eq (x : xs) = (x : ys) : groupBy eq zs where { 19.71/7.29 vv10 = span (eq x) xs; 19.71/7.29 ys = ys1 vv10; 19.71/7.29 ys1 (ys,yv) = ys; 19.71/7.29 zs = zs1 vv10; 19.71/7.29 zs1 (yw,zs) = zs; 19.71/7.29 }; 19.71/7.29 19.71/7.29 } 19.71/7.29 module Main where { 19.71/7.29 import qualified List; 19.71/7.29 import qualified Maybe; 19.71/7.29 import qualified Prelude; 19.71/7.29 } 19.71/7.29 19.71/7.29 ---------------------------------------- 19.71/7.29 19.71/7.29 (7) LetRed (EQUIVALENT) 19.71/7.29 Let/Where Reductions: 19.71/7.29 The bindings of the following Let/Where expression 19.71/7.29 "span1 p xw xx (p xw) where { 19.71/7.29 span0 p xw xx True = ([],xw : xx); 19.71/7.29 ; 19.71/7.29 span1 p xw xx True = (xw : ys,zs); 19.71/7.29 span1 p xw xx False = span0 p xw xx otherwise; 19.71/7.29 ; 19.71/7.29 vu43 = span p xx; 19.71/7.29 ; 19.71/7.29 ys = ys0 vu43; 19.71/7.29 ; 19.71/7.29 ys0 (ys,xz) = ys; 19.71/7.29 ; 19.71/7.29 zs = zs0 vu43; 19.71/7.29 ; 19.71/7.29 zs0 (xy,zs) = zs; 19.71/7.29 } 19.71/7.29 " 19.71/7.29 are unpacked to the following functions on top level 19.71/7.29 "span2Zs zv zw = span2Zs0 zv zw (span2Vu43 zv zw); 19.71/7.29 " 19.71/7.29 "span2Ys0 zv zw (ys,xz) = ys; 19.71/7.29 " 19.71/7.29 "span2Vu43 zv zw = span zv zw; 19.71/7.29 " 19.71/7.29 "span2Span0 zv zw p xw xx True = ([],xw : xx); 19.71/7.29 " 19.71/7.29 "span2Zs0 zv zw (xy,zs) = zs; 19.71/7.29 " 19.71/7.29 "span2Ys zv zw = span2Ys0 zv zw (span2Vu43 zv zw); 19.71/7.29 " 19.71/7.29 "span2Span1 zv zw p xw xx True = (xw : span2Ys zv zw,span2Zs zv zw); 19.71/7.29 span2Span1 zv zw p xw xx False = span2Span0 zv zw p xw xx otherwise; 19.71/7.29 " 19.71/7.29 The bindings of the following Let/Where expression 19.71/7.29 "(x : ys) : groupBy eq zs where { 19.71/7.29 vv10 = span (eq x) xs; 19.71/7.29 ; 19.71/7.29 ys = ys1 vv10; 19.71/7.29 ; 19.71/7.29 ys1 (ys,yv) = ys; 19.71/7.29 ; 19.71/7.29 zs = zs1 vv10; 19.71/7.29 ; 19.71/7.29 zs1 (yw,zs) = zs; 19.71/7.29 } 19.71/7.29 " 19.71/7.29 are unpacked to the following functions on top level 19.71/7.29 "groupByYs1 zx zy zz (ys,yv) = ys; 19.71/7.29 " 19.71/7.29 "groupByYs zx zy zz = groupByYs1 zx zy zz (groupByVv10 zx zy zz); 19.71/7.29 " 19.71/7.29 "groupByZs1 zx zy zz (yw,zs) = zs; 19.71/7.29 " 19.71/7.29 "groupByZs zx zy zz = groupByZs1 zx zy zz (groupByVv10 zx zy zz); 19.71/7.29 " 19.71/7.29 "groupByVv10 zx zy zz = span (zx zy) zz; 19.71/7.29 " 19.71/7.29 19.71/7.29 ---------------------------------------- 19.71/7.29 19.71/7.29 (8) 19.71/7.29 Obligation: 19.71/7.29 mainModule Main 19.71/7.29 module Maybe where { 19.71/7.29 import qualified List; 19.71/7.29 import qualified Main; 19.71/7.29 import qualified Prelude; 19.71/7.29 } 19.71/7.29 module List where { 19.71/7.29 import qualified Main; 19.71/7.29 import qualified Maybe; 19.71/7.29 import qualified Prelude; 19.71/7.29 group :: Eq a => [a] -> [[a]]; 19.71/7.29 group = groupBy (==); 19.71/7.29 19.71/7.29 groupBy :: (a -> a -> Bool) -> [a] -> [[a]]; 19.71/7.29 groupBy yu [] = []; 19.71/7.29 groupBy eq (x : xs) = (x : groupByYs eq x xs) : groupBy eq (groupByZs eq x xs); 19.71/7.29 19.71/7.29 groupByVv10 zx zy zz = span (zx zy) zz; 19.71/7.29 19.71/7.29 groupByYs zx zy zz = groupByYs1 zx zy zz (groupByVv10 zx zy zz); 19.71/7.29 19.71/7.29 groupByYs1 zx zy zz (ys,yv) = ys; 19.71/7.29 19.71/7.29 groupByZs zx zy zz = groupByZs1 zx zy zz (groupByVv10 zx zy zz); 19.71/7.29 19.71/7.29 groupByZs1 zx zy zz (yw,zs) = zs; 19.71/7.29 19.71/7.29 } 19.71/7.29 module Main where { 19.71/7.29 import qualified List; 19.71/7.29 import qualified Maybe; 19.71/7.29 import qualified Prelude; 19.71/7.29 } 19.71/7.29 19.71/7.29 ---------------------------------------- 19.71/7.29 19.71/7.29 (9) Narrow (SOUND) 19.71/7.29 Haskell To QDPs 19.71/7.29 19.71/7.29 digraph dp_graph { 19.71/7.29 node [outthreshold=100, inthreshold=100];1[label="List.group",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 19.71/7.29 3[label="List.group vuu3",fontsize=16,color="black",shape="triangle"];3 -> 4[label="",style="solid", color="black", weight=3]; 19.71/7.29 4[label="List.groupBy (==) vuu3",fontsize=16,color="burlywood",shape="triangle"];976[label="vuu3/vuu30 : vuu31",fontsize=10,color="white",style="solid",shape="box"];4 -> 976[label="",style="solid", color="burlywood", weight=9]; 19.71/7.29 976 -> 5[label="",style="solid", color="burlywood", weight=3]; 19.71/7.29 977[label="vuu3/[]",fontsize=10,color="white",style="solid",shape="box"];4 -> 977[label="",style="solid", color="burlywood", weight=9]; 19.71/7.29 977 -> 6[label="",style="solid", color="burlywood", weight=3]; 19.71/7.29 5[label="List.groupBy (==) (vuu30 : vuu31)",fontsize=16,color="black",shape="box"];5 -> 7[label="",style="solid", color="black", weight=3]; 19.71/7.29 6[label="List.groupBy (==) []",fontsize=16,color="black",shape="box"];6 -> 8[label="",style="solid", color="black", weight=3]; 19.71/7.29 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]; 19.71/7.29 7 -> 10[label="",style="dashed", color="green", weight=3]; 19.71/7.29 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]; 19.71/7.29 10 -> 4[label="",style="dashed", color="red", weight=0]; 19.71/7.29 10[label="List.groupBy (==) (List.groupByZs (==) vuu30 vuu31)",fontsize=16,color="magenta"];10 -> 12[label="",style="dashed", color="magenta", weight=3]; 19.71/7.29 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]; 19.71/7.29 12[label="List.groupByZs (==) vuu30 vuu31",fontsize=16,color="black",shape="box"];12 -> 14[label="",style="solid", color="black", weight=3]; 19.71/7.29 13[label="List.groupByYs1 (==) vuu30 vuu31 (span ((==) vuu30) vuu31)",fontsize=16,color="burlywood",shape="box"];978[label="vuu31/vuu310 : vuu311",fontsize=10,color="white",style="solid",shape="box"];13 -> 978[label="",style="solid", color="burlywood", weight=9]; 19.71/7.29 978 -> 15[label="",style="solid", color="burlywood", weight=3]; 19.71/7.29 979[label="vuu31/[]",fontsize=10,color="white",style="solid",shape="box"];13 -> 979[label="",style="solid", color="burlywood", weight=9]; 19.71/7.29 979 -> 16[label="",style="solid", color="burlywood", weight=3]; 19.71/7.29 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]; 19.71/7.29 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]; 20.09/7.29 16[label="List.groupByYs1 (==) vuu30 [] (span ((==) vuu30) [])",fontsize=16,color="black",shape="box"];16 -> 19[label="",style="solid", color="black", weight=3]; 20.09/7.29 17[label="List.groupByZs1 (==) vuu30 vuu31 (span ((==) vuu30) vuu31)",fontsize=16,color="burlywood",shape="box"];980[label="vuu31/vuu310 : vuu311",fontsize=10,color="white",style="solid",shape="box"];17 -> 980[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 980 -> 20[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 981[label="vuu31/[]",fontsize=10,color="white",style="solid",shape="box"];17 -> 981[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 981 -> 21[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 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]; 20.09/7.29 19[label="List.groupByYs1 (==) vuu30 [] (span3 ((==) vuu30) [])",fontsize=16,color="black",shape="box"];19 -> 23[label="",style="solid", color="black", weight=3]; 20.09/7.29 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]; 20.09/7.29 21[label="List.groupByZs1 (==) vuu30 [] (span ((==) vuu30) [])",fontsize=16,color="black",shape="box"];21 -> 25[label="",style="solid", color="black", weight=3]; 20.09/7.29 22[label="List.groupByYs1 (==) vuu30 (vuu310 : vuu311) (span2Span1 ((==) vuu30) vuu311 ((==) vuu30) vuu310 vuu311 ((==) vuu30 vuu310))",fontsize=16,color="burlywood",shape="box"];982[label="vuu30/vuu300 : vuu301",fontsize=10,color="white",style="solid",shape="box"];22 -> 982[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 982 -> 26[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 983[label="vuu30/[]",fontsize=10,color="white",style="solid",shape="box"];22 -> 983[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 983 -> 27[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 23[label="List.groupByYs1 (==) vuu30 [] ([],[])",fontsize=16,color="black",shape="box"];23 -> 28[label="",style="solid", color="black", weight=3]; 20.09/7.29 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]; 20.09/7.29 25[label="List.groupByZs1 (==) vuu30 [] (span3 ((==) vuu30) [])",fontsize=16,color="black",shape="box"];25 -> 30[label="",style="solid", color="black", weight=3]; 20.09/7.29 26[label="List.groupByYs1 (==) (vuu300 : vuu301) (vuu310 : vuu311) (span2Span1 ((==) vuu300 : vuu301) vuu311 ((==) vuu300 : vuu301) vuu310 vuu311 ((==) vuu300 : vuu301 vuu310))",fontsize=16,color="burlywood",shape="box"];984[label="vuu310/vuu3100 : vuu3101",fontsize=10,color="white",style="solid",shape="box"];26 -> 984[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 984 -> 31[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 985[label="vuu310/[]",fontsize=10,color="white",style="solid",shape="box"];26 -> 985[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 985 -> 32[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 27[label="List.groupByYs1 (==) [] (vuu310 : vuu311) (span2Span1 ((==) []) vuu311 ((==) []) vuu310 vuu311 ((==) [] vuu310))",fontsize=16,color="burlywood",shape="box"];986[label="vuu310/vuu3100 : vuu3101",fontsize=10,color="white",style="solid",shape="box"];27 -> 986[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 986 -> 33[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 987[label="vuu310/[]",fontsize=10,color="white",style="solid",shape="box"];27 -> 987[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 987 -> 34[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 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"];988[label="vuu30/vuu300 : vuu301",fontsize=10,color="white",style="solid",shape="box"];29 -> 988[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 988 -> 35[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 989[label="vuu30/[]",fontsize=10,color="white",style="solid",shape="box"];29 -> 989[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 989 -> 36[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 30[label="List.groupByZs1 (==) vuu30 [] ([],[])",fontsize=16,color="black",shape="box"];30 -> 37[label="",style="solid", color="black", weight=3]; 20.09/7.29 31[label="List.groupByYs1 (==) (vuu300 : vuu301) ((vuu3100 : vuu3101) : vuu311) (span2Span1 ((==) vuu300 : vuu301) vuu311 ((==) vuu300 : vuu301) (vuu3100 : vuu3101) vuu311 ((==) vuu300 : vuu301 vuu3100 : vuu3101))",fontsize=16,color="black",shape="box"];31 -> 38[label="",style="solid", color="black", weight=3]; 20.09/7.29 32[label="List.groupByYs1 (==) (vuu300 : vuu301) ([] : vuu311) (span2Span1 ((==) vuu300 : vuu301) vuu311 ((==) vuu300 : vuu301) [] vuu311 ((==) vuu300 : vuu301 []))",fontsize=16,color="black",shape="box"];32 -> 39[label="",style="solid", color="black", weight=3]; 20.09/7.29 33[label="List.groupByYs1 (==) [] ((vuu3100 : vuu3101) : vuu311) (span2Span1 ((==) []) vuu311 ((==) []) (vuu3100 : vuu3101) vuu311 ((==) [] vuu3100 : vuu3101))",fontsize=16,color="black",shape="box"];33 -> 40[label="",style="solid", color="black", weight=3]; 20.09/7.29 34[label="List.groupByYs1 (==) [] ([] : vuu311) (span2Span1 ((==) []) vuu311 ((==) []) [] vuu311 ((==) [] []))",fontsize=16,color="black",shape="box"];34 -> 41[label="",style="solid", color="black", weight=3]; 20.09/7.29 35[label="List.groupByZs1 (==) (vuu300 : vuu301) (vuu310 : vuu311) (span2Span1 ((==) vuu300 : vuu301) vuu311 ((==) vuu300 : vuu301) vuu310 vuu311 ((==) vuu300 : vuu301 vuu310))",fontsize=16,color="burlywood",shape="box"];990[label="vuu310/vuu3100 : vuu3101",fontsize=10,color="white",style="solid",shape="box"];35 -> 990[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 990 -> 42[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 991[label="vuu310/[]",fontsize=10,color="white",style="solid",shape="box"];35 -> 991[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 991 -> 43[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 36[label="List.groupByZs1 (==) [] (vuu310 : vuu311) (span2Span1 ((==) []) vuu311 ((==) []) vuu310 vuu311 ((==) [] vuu310))",fontsize=16,color="burlywood",shape="box"];992[label="vuu310/vuu3100 : vuu3101",fontsize=10,color="white",style="solid",shape="box"];36 -> 992[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 992 -> 44[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 993[label="vuu310/[]",fontsize=10,color="white",style="solid",shape="box"];36 -> 993[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 993 -> 45[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 37[label="[]",fontsize=16,color="green",shape="box"];38 -> 194[label="",style="dashed", color="red", weight=0]; 20.09/7.29 38[label="List.groupByYs1 (==) (vuu300 : vuu301) ((vuu3100 : vuu3101) : vuu311) (span2Span1 ((==) vuu300 : vuu301) vuu311 ((==) vuu300 : vuu301) (vuu3100 : vuu3101) vuu311 (vuu300 == vuu3100 && vuu301 == vuu3101))",fontsize=16,color="magenta"];38 -> 195[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 38 -> 196[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 38 -> 197[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 38 -> 198[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 38 -> 199[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 38 -> 200[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 39[label="List.groupByYs1 (==) (vuu300 : vuu301) ([] : vuu311) (span2Span1 ((==) vuu300 : vuu301) vuu311 ((==) vuu300 : vuu301) [] vuu311 False)",fontsize=16,color="black",shape="box"];39 -> 53[label="",style="solid", color="black", weight=3]; 20.09/7.29 40[label="List.groupByYs1 (==) [] ((vuu3100 : vuu3101) : vuu311) (span2Span1 ((==) []) vuu311 ((==) []) (vuu3100 : vuu3101) vuu311 False)",fontsize=16,color="black",shape="box"];40 -> 54[label="",style="solid", color="black", weight=3]; 20.09/7.29 41[label="List.groupByYs1 (==) [] ([] : vuu311) (span2Span1 ((==) []) vuu311 ((==) []) [] vuu311 True)",fontsize=16,color="black",shape="box"];41 -> 55[label="",style="solid", color="black", weight=3]; 20.09/7.29 42[label="List.groupByZs1 (==) (vuu300 : vuu301) ((vuu3100 : vuu3101) : vuu311) (span2Span1 ((==) vuu300 : vuu301) vuu311 ((==) vuu300 : vuu301) (vuu3100 : vuu3101) vuu311 ((==) vuu300 : vuu301 vuu3100 : vuu3101))",fontsize=16,color="black",shape="box"];42 -> 56[label="",style="solid", color="black", weight=3]; 20.09/7.29 43[label="List.groupByZs1 (==) (vuu300 : vuu301) ([] : vuu311) (span2Span1 ((==) vuu300 : vuu301) vuu311 ((==) vuu300 : vuu301) [] vuu311 ((==) vuu300 : vuu301 []))",fontsize=16,color="black",shape="box"];43 -> 57[label="",style="solid", color="black", weight=3]; 20.09/7.29 44[label="List.groupByZs1 (==) [] ((vuu3100 : vuu3101) : vuu311) (span2Span1 ((==) []) vuu311 ((==) []) (vuu3100 : vuu3101) vuu311 ((==) [] vuu3100 : vuu3101))",fontsize=16,color="black",shape="box"];44 -> 58[label="",style="solid", color="black", weight=3]; 20.09/7.29 45[label="List.groupByZs1 (==) [] ([] : vuu311) (span2Span1 ((==) []) vuu311 ((==) []) [] vuu311 ((==) [] []))",fontsize=16,color="black",shape="box"];45 -> 59[label="",style="solid", color="black", weight=3]; 20.09/7.29 195[label="vuu3101",fontsize=16,color="green",shape="box"];196 -> 210[label="",style="dashed", color="red", weight=0]; 20.09/7.29 196[label="vuu300 == vuu3100 && vuu301 == vuu3101",fontsize=16,color="magenta"];196 -> 211[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 196 -> 212[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 197[label="vuu3100",fontsize=16,color="green",shape="box"];198[label="vuu300",fontsize=16,color="green",shape="box"];199[label="vuu301",fontsize=16,color="green",shape="box"];200[label="vuu311",fontsize=16,color="green",shape="box"];194[label="List.groupByYs1 (==) (vuu11 : vuu12) ((vuu13 : vuu14) : vuu15) (span2Span1 ((==) vuu11 : vuu12) vuu15 ((==) vuu11 : vuu12) (vuu13 : vuu14) vuu15 vuu31)",fontsize=16,color="burlywood",shape="triangle"];994[label="vuu31/False",fontsize=10,color="white",style="solid",shape="box"];194 -> 994[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 994 -> 206[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 995[label="vuu31/True",fontsize=10,color="white",style="solid",shape="box"];194 -> 995[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 995 -> 207[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 53[label="List.groupByYs1 (==) (vuu300 : vuu301) ([] : vuu311) (span2Span0 ((==) vuu300 : vuu301) vuu311 ((==) vuu300 : vuu301) [] vuu311 otherwise)",fontsize=16,color="black",shape="box"];53 -> 76[label="",style="solid", color="black", weight=3]; 20.09/7.29 54[label="List.groupByYs1 (==) [] ((vuu3100 : vuu3101) : vuu311) (span2Span0 ((==) []) vuu311 ((==) []) (vuu3100 : vuu3101) vuu311 otherwise)",fontsize=16,color="black",shape="box"];54 -> 77[label="",style="solid", color="black", weight=3]; 20.09/7.29 55[label="List.groupByYs1 (==) [] ([] : vuu311) ([] : span2Ys ((==) []) vuu311,span2Zs ((==) []) vuu311)",fontsize=16,color="black",shape="box"];55 -> 78[label="",style="solid", color="black", weight=3]; 20.09/7.29 56 -> 128[label="",style="dashed", color="red", weight=0]; 20.09/7.29 56[label="List.groupByZs1 (==) (vuu300 : vuu301) ((vuu3100 : vuu3101) : vuu311) (span2Span1 ((==) vuu300 : vuu301) vuu311 ((==) vuu300 : vuu301) (vuu3100 : vuu3101) vuu311 (vuu300 == vuu3100 && vuu301 == vuu3101))",fontsize=16,color="magenta"];56 -> 129[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 56 -> 130[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 56 -> 131[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 56 -> 132[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 56 -> 133[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 56 -> 134[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 56 -> 135[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 57[label="List.groupByZs1 (==) (vuu300 : vuu301) ([] : vuu311) (span2Span1 ((==) vuu300 : vuu301) vuu311 ((==) vuu300 : vuu301) [] vuu311 False)",fontsize=16,color="black",shape="box"];57 -> 86[label="",style="solid", color="black", weight=3]; 20.09/7.29 58[label="List.groupByZs1 (==) [] ((vuu3100 : vuu3101) : vuu311) (span2Span1 ((==) []) vuu311 ((==) []) (vuu3100 : vuu3101) vuu311 False)",fontsize=16,color="black",shape="box"];58 -> 87[label="",style="solid", color="black", weight=3]; 20.09/7.29 59[label="List.groupByZs1 (==) [] ([] : vuu311) (span2Span1 ((==) []) vuu311 ((==) []) [] vuu311 True)",fontsize=16,color="black",shape="box"];59 -> 88[label="",style="solid", color="black", weight=3]; 20.09/7.29 211[label="vuu300 == vuu3100",fontsize=16,color="blue",shape="box"];996[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 996[label="",style="solid", color="blue", weight=9]; 20.09/7.29 996 -> 215[label="",style="solid", color="blue", weight=3]; 20.09/7.29 997[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 997[label="",style="solid", color="blue", weight=9]; 20.09/7.29 997 -> 216[label="",style="solid", color="blue", weight=3]; 20.09/7.29 998[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 998[label="",style="solid", color="blue", weight=9]; 20.09/7.29 998 -> 217[label="",style="solid", color="blue", weight=3]; 20.09/7.29 999[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 999[label="",style="solid", color="blue", weight=9]; 20.09/7.29 999 -> 218[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1000[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1000[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1000 -> 219[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1001[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1001[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1001 -> 220[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1002[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1002[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1002 -> 221[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1003[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1003[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1003 -> 222[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1004[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1004[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1004 -> 223[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1005[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1005[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1005 -> 224[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1006[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1006[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1006 -> 225[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1007[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1007[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1007 -> 226[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1008[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1008[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1008 -> 227[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1009[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 1009[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1009 -> 228[label="",style="solid", color="blue", weight=3]; 20.09/7.29 212 -> 70[label="",style="dashed", color="red", weight=0]; 20.09/7.29 212[label="vuu301 == vuu3101",fontsize=16,color="magenta"];212 -> 229[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 212 -> 230[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 210[label="vuu36 && vuu37",fontsize=16,color="burlywood",shape="triangle"];1010[label="vuu36/False",fontsize=10,color="white",style="solid",shape="box"];210 -> 1010[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1010 -> 231[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1011[label="vuu36/True",fontsize=10,color="white",style="solid",shape="box"];210 -> 1011[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1011 -> 232[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 206[label="List.groupByYs1 (==) (vuu11 : vuu12) ((vuu13 : vuu14) : vuu15) (span2Span1 ((==) vuu11 : vuu12) vuu15 ((==) vuu11 : vuu12) (vuu13 : vuu14) vuu15 False)",fontsize=16,color="black",shape="box"];206 -> 233[label="",style="solid", color="black", weight=3]; 20.09/7.29 207[label="List.groupByYs1 (==) (vuu11 : vuu12) ((vuu13 : vuu14) : vuu15) (span2Span1 ((==) vuu11 : vuu12) vuu15 ((==) vuu11 : vuu12) (vuu13 : vuu14) vuu15 True)",fontsize=16,color="black",shape="box"];207 -> 234[label="",style="solid", color="black", weight=3]; 20.09/7.29 76[label="List.groupByYs1 (==) (vuu300 : vuu301) ([] : vuu311) (span2Span0 ((==) vuu300 : vuu301) vuu311 ((==) vuu300 : vuu301) [] vuu311 True)",fontsize=16,color="black",shape="box"];76 -> 111[label="",style="solid", color="black", weight=3]; 20.09/7.29 77[label="List.groupByYs1 (==) [] ((vuu3100 : vuu3101) : vuu311) (span2Span0 ((==) []) vuu311 ((==) []) (vuu3100 : vuu3101) vuu311 True)",fontsize=16,color="black",shape="box"];77 -> 112[label="",style="solid", color="black", weight=3]; 20.09/7.29 78[label="[] : span2Ys ((==) []) vuu311",fontsize=16,color="green",shape="box"];78 -> 113[label="",style="dashed", color="green", weight=3]; 20.09/7.29 129[label="vuu3101",fontsize=16,color="green",shape="box"];130 -> 70[label="",style="dashed", color="red", weight=0]; 20.09/7.29 130[label="vuu301 == vuu3101",fontsize=16,color="magenta"];130 -> 137[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 130 -> 138[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 131[label="vuu300",fontsize=16,color="green",shape="box"];132[label="vuu300 == vuu3100",fontsize=16,color="blue",shape="box"];1012[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1012[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1012 -> 139[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1013[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1013[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1013 -> 140[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1014[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1014[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1014 -> 141[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1015[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1015[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1015 -> 142[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1016[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1016[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1016 -> 143[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1017[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1017[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1017 -> 144[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1018[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1018[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1018 -> 145[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1019[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1019[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1019 -> 146[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1020[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1020[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1020 -> 147[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1021[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1021[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1021 -> 148[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1022[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1022[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1022 -> 149[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1023[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1023[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1023 -> 150[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1024[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1024[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1024 -> 151[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1025[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1025[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1025 -> 152[label="",style="solid", color="blue", weight=3]; 20.09/7.29 133[label="vuu311",fontsize=16,color="green",shape="box"];134[label="vuu3100",fontsize=16,color="green",shape="box"];135[label="vuu301",fontsize=16,color="green",shape="box"];128[label="List.groupByZs1 (==) (vuu24 : vuu25) ((vuu26 : vuu27) : vuu28) (span2Span1 ((==) vuu24 : vuu25) vuu28 ((==) vuu24 : vuu25) (vuu26 : vuu27) vuu28 (vuu29 && vuu30))",fontsize=16,color="burlywood",shape="triangle"];1026[label="vuu29/False",fontsize=10,color="white",style="solid",shape="box"];128 -> 1026[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1026 -> 153[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1027[label="vuu29/True",fontsize=10,color="white",style="solid",shape="box"];128 -> 1027[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1027 -> 154[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 86[label="List.groupByZs1 (==) (vuu300 : vuu301) ([] : vuu311) (span2Span0 ((==) vuu300 : vuu301) vuu311 ((==) vuu300 : vuu301) [] vuu311 otherwise)",fontsize=16,color="black",shape="box"];86 -> 155[label="",style="solid", color="black", weight=3]; 20.09/7.29 87[label="List.groupByZs1 (==) [] ((vuu3100 : vuu3101) : vuu311) (span2Span0 ((==) []) vuu311 ((==) []) (vuu3100 : vuu3101) vuu311 otherwise)",fontsize=16,color="black",shape="box"];87 -> 156[label="",style="solid", color="black", weight=3]; 20.09/7.29 88[label="List.groupByZs1 (==) [] ([] : vuu311) ([] : span2Ys ((==) []) vuu311,span2Zs ((==) []) vuu311)",fontsize=16,color="black",shape="box"];88 -> 157[label="",style="solid", color="black", weight=3]; 20.09/7.29 215 -> 139[label="",style="dashed", color="red", weight=0]; 20.09/7.29 215[label="vuu300 == vuu3100",fontsize=16,color="magenta"];216 -> 140[label="",style="dashed", color="red", weight=0]; 20.09/7.29 216[label="vuu300 == vuu3100",fontsize=16,color="magenta"];217 -> 141[label="",style="dashed", color="red", weight=0]; 20.09/7.29 217[label="vuu300 == vuu3100",fontsize=16,color="magenta"];218 -> 142[label="",style="dashed", color="red", weight=0]; 20.09/7.29 218[label="vuu300 == vuu3100",fontsize=16,color="magenta"];219 -> 143[label="",style="dashed", color="red", weight=0]; 20.09/7.29 219[label="vuu300 == vuu3100",fontsize=16,color="magenta"];220 -> 144[label="",style="dashed", color="red", weight=0]; 20.09/7.29 220[label="vuu300 == vuu3100",fontsize=16,color="magenta"];221 -> 145[label="",style="dashed", color="red", weight=0]; 20.09/7.29 221[label="vuu300 == vuu3100",fontsize=16,color="magenta"];222 -> 146[label="",style="dashed", color="red", weight=0]; 20.09/7.29 222[label="vuu300 == vuu3100",fontsize=16,color="magenta"];223 -> 147[label="",style="dashed", color="red", weight=0]; 20.09/7.29 223[label="vuu300 == vuu3100",fontsize=16,color="magenta"];224 -> 148[label="",style="dashed", color="red", weight=0]; 20.09/7.29 224[label="vuu300 == vuu3100",fontsize=16,color="magenta"];225 -> 70[label="",style="dashed", color="red", weight=0]; 20.09/7.29 225[label="vuu300 == vuu3100",fontsize=16,color="magenta"];226 -> 150[label="",style="dashed", color="red", weight=0]; 20.09/7.29 226[label="vuu300 == vuu3100",fontsize=16,color="magenta"];227 -> 151[label="",style="dashed", color="red", weight=0]; 20.09/7.29 227[label="vuu300 == vuu3100",fontsize=16,color="magenta"];228 -> 152[label="",style="dashed", color="red", weight=0]; 20.09/7.29 228[label="vuu300 == vuu3100",fontsize=16,color="magenta"];229[label="vuu301",fontsize=16,color="green",shape="box"];230[label="vuu3101",fontsize=16,color="green",shape="box"];70[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];1028[label="vuu300/vuu3000 : vuu3001",fontsize=10,color="white",style="solid",shape="box"];70 -> 1028[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1028 -> 103[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1029[label="vuu300/[]",fontsize=10,color="white",style="solid",shape="box"];70 -> 1029[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1029 -> 104[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 231[label="False && vuu37",fontsize=16,color="black",shape="box"];231 -> 265[label="",style="solid", color="black", weight=3]; 20.09/7.29 232[label="True && vuu37",fontsize=16,color="black",shape="box"];232 -> 266[label="",style="solid", color="black", weight=3]; 20.09/7.29 233[label="List.groupByYs1 (==) (vuu11 : vuu12) ((vuu13 : vuu14) : vuu15) (span2Span0 ((==) vuu11 : vuu12) vuu15 ((==) vuu11 : vuu12) (vuu13 : vuu14) vuu15 otherwise)",fontsize=16,color="black",shape="box"];233 -> 267[label="",style="solid", color="black", weight=3]; 20.09/7.29 234[label="List.groupByYs1 (==) (vuu11 : vuu12) ((vuu13 : vuu14) : vuu15) ((vuu13 : vuu14) : span2Ys ((==) vuu11 : vuu12) vuu15,span2Zs ((==) vuu11 : vuu12) vuu15)",fontsize=16,color="black",shape="box"];234 -> 268[label="",style="solid", color="black", weight=3]; 20.09/7.29 111[label="List.groupByYs1 (==) (vuu300 : vuu301) ([] : vuu311) ([],[] : vuu311)",fontsize=16,color="black",shape="box"];111 -> 235[label="",style="solid", color="black", weight=3]; 20.09/7.29 112[label="List.groupByYs1 (==) [] ((vuu3100 : vuu3101) : vuu311) ([],(vuu3100 : vuu3101) : vuu311)",fontsize=16,color="black",shape="box"];112 -> 236[label="",style="solid", color="black", weight=3]; 20.09/7.29 113[label="span2Ys ((==) []) vuu311",fontsize=16,color="black",shape="triangle"];113 -> 237[label="",style="solid", color="black", weight=3]; 20.09/7.29 137[label="vuu301",fontsize=16,color="green",shape="box"];138[label="vuu3101",fontsize=16,color="green",shape="box"];139[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];1030[label="vuu300/Integer vuu3000",fontsize=10,color="white",style="solid",shape="box"];139 -> 1030[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1030 -> 238[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 140[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];1031[label="vuu300/(vuu3000,vuu3001,vuu3002)",fontsize=10,color="white",style="solid",shape="box"];140 -> 1031[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1031 -> 239[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 141[label="vuu300 == vuu3100",fontsize=16,color="black",shape="triangle"];141 -> 240[label="",style="solid", color="black", weight=3]; 20.09/7.29 142[label="vuu300 == vuu3100",fontsize=16,color="black",shape="triangle"];142 -> 241[label="",style="solid", color="black", weight=3]; 20.09/7.29 143[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];1032[label="vuu300/Nothing",fontsize=10,color="white",style="solid",shape="box"];143 -> 1032[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1032 -> 242[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1033[label="vuu300/Just vuu3000",fontsize=10,color="white",style="solid",shape="box"];143 -> 1033[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1033 -> 243[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 144[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];1034[label="vuu300/()",fontsize=10,color="white",style="solid",shape="box"];144 -> 1034[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1034 -> 244[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 145[label="vuu300 == vuu3100",fontsize=16,color="black",shape="triangle"];145 -> 245[label="",style="solid", color="black", weight=3]; 20.09/7.29 146[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];1035[label="vuu300/LT",fontsize=10,color="white",style="solid",shape="box"];146 -> 1035[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1035 -> 246[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1036[label="vuu300/EQ",fontsize=10,color="white",style="solid",shape="box"];146 -> 1036[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1036 -> 247[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1037[label="vuu300/GT",fontsize=10,color="white",style="solid",shape="box"];146 -> 1037[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1037 -> 248[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 147[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];1038[label="vuu300/vuu3000 :% vuu3001",fontsize=10,color="white",style="solid",shape="box"];147 -> 1038[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1038 -> 249[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 148[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];1039[label="vuu300/False",fontsize=10,color="white",style="solid",shape="box"];148 -> 1039[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1039 -> 250[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1040[label="vuu300/True",fontsize=10,color="white",style="solid",shape="box"];148 -> 1040[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1040 -> 251[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 149 -> 70[label="",style="dashed", color="red", weight=0]; 20.09/7.29 149[label="vuu300 == vuu3100",fontsize=16,color="magenta"];150[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];1041[label="vuu300/Left vuu3000",fontsize=10,color="white",style="solid",shape="box"];150 -> 1041[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1041 -> 252[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1042[label="vuu300/Right vuu3000",fontsize=10,color="white",style="solid",shape="box"];150 -> 1042[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1042 -> 253[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 151[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];1043[label="vuu300/(vuu3000,vuu3001)",fontsize=10,color="white",style="solid",shape="box"];151 -> 1043[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1043 -> 254[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 152[label="vuu300 == vuu3100",fontsize=16,color="black",shape="triangle"];152 -> 255[label="",style="solid", color="black", weight=3]; 20.09/7.29 153[label="List.groupByZs1 (==) (vuu24 : vuu25) ((vuu26 : vuu27) : vuu28) (span2Span1 ((==) vuu24 : vuu25) vuu28 ((==) vuu24 : vuu25) (vuu26 : vuu27) vuu28 (False && vuu30))",fontsize=16,color="black",shape="box"];153 -> 256[label="",style="solid", color="black", weight=3]; 20.09/7.29 154[label="List.groupByZs1 (==) (vuu24 : vuu25) ((vuu26 : vuu27) : vuu28) (span2Span1 ((==) vuu24 : vuu25) vuu28 ((==) vuu24 : vuu25) (vuu26 : vuu27) vuu28 (True && vuu30))",fontsize=16,color="black",shape="box"];154 -> 257[label="",style="solid", color="black", weight=3]; 20.09/7.29 155[label="List.groupByZs1 (==) (vuu300 : vuu301) ([] : vuu311) (span2Span0 ((==) vuu300 : vuu301) vuu311 ((==) vuu300 : vuu301) [] vuu311 True)",fontsize=16,color="black",shape="box"];155 -> 258[label="",style="solid", color="black", weight=3]; 20.09/7.29 156[label="List.groupByZs1 (==) [] ((vuu3100 : vuu3101) : vuu311) (span2Span0 ((==) []) vuu311 ((==) []) (vuu3100 : vuu3101) vuu311 True)",fontsize=16,color="black",shape="box"];156 -> 259[label="",style="solid", color="black", weight=3]; 20.09/7.29 157[label="span2Zs ((==) []) vuu311",fontsize=16,color="black",shape="triangle"];157 -> 260[label="",style="solid", color="black", weight=3]; 20.09/7.29 103[label="vuu3000 : vuu3001 == vuu3100",fontsize=16,color="burlywood",shape="box"];1044[label="vuu3100/vuu31000 : vuu31001",fontsize=10,color="white",style="solid",shape="box"];103 -> 1044[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1044 -> 183[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1045[label="vuu3100/[]",fontsize=10,color="white",style="solid",shape="box"];103 -> 1045[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1045 -> 184[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 104[label="[] == vuu3100",fontsize=16,color="burlywood",shape="box"];1046[label="vuu3100/vuu31000 : vuu31001",fontsize=10,color="white",style="solid",shape="box"];104 -> 1046[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1046 -> 185[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1047[label="vuu3100/[]",fontsize=10,color="white",style="solid",shape="box"];104 -> 1047[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1047 -> 186[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 265[label="False",fontsize=16,color="green",shape="box"];266[label="vuu37",fontsize=16,color="green",shape="box"];267[label="List.groupByYs1 (==) (vuu11 : vuu12) ((vuu13 : vuu14) : vuu15) (span2Span0 ((==) vuu11 : vuu12) vuu15 ((==) vuu11 : vuu12) (vuu13 : vuu14) vuu15 True)",fontsize=16,color="black",shape="box"];267 -> 309[label="",style="solid", color="black", weight=3]; 20.09/7.29 268[label="(vuu13 : vuu14) : span2Ys ((==) vuu11 : vuu12) vuu15",fontsize=16,color="green",shape="box"];268 -> 310[label="",style="dashed", color="green", weight=3]; 20.09/7.29 235[label="[]",fontsize=16,color="green",shape="box"];236[label="[]",fontsize=16,color="green",shape="box"];237[label="span2Ys0 ((==) []) vuu311 (span2Vu43 ((==) []) vuu311)",fontsize=16,color="black",shape="box"];237 -> 269[label="",style="solid", color="black", weight=3]; 20.09/7.29 238[label="Integer vuu3000 == vuu3100",fontsize=16,color="burlywood",shape="box"];1048[label="vuu3100/Integer vuu31000",fontsize=10,color="white",style="solid",shape="box"];238 -> 1048[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1048 -> 270[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 239[label="(vuu3000,vuu3001,vuu3002) == vuu3100",fontsize=16,color="burlywood",shape="box"];1049[label="vuu3100/(vuu31000,vuu31001,vuu31002)",fontsize=10,color="white",style="solid",shape="box"];239 -> 1049[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1049 -> 271[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 240[label="primEqDouble vuu300 vuu3100",fontsize=16,color="burlywood",shape="box"];1050[label="vuu300/Double vuu3000 vuu3001",fontsize=10,color="white",style="solid",shape="box"];240 -> 1050[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1050 -> 272[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 241[label="primEqFloat vuu300 vuu3100",fontsize=16,color="burlywood",shape="box"];1051[label="vuu300/Float vuu3000 vuu3001",fontsize=10,color="white",style="solid",shape="box"];241 -> 1051[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1051 -> 273[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 242[label="Nothing == vuu3100",fontsize=16,color="burlywood",shape="box"];1052[label="vuu3100/Nothing",fontsize=10,color="white",style="solid",shape="box"];242 -> 1052[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1052 -> 274[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1053[label="vuu3100/Just vuu31000",fontsize=10,color="white",style="solid",shape="box"];242 -> 1053[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1053 -> 275[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 243[label="Just vuu3000 == vuu3100",fontsize=16,color="burlywood",shape="box"];1054[label="vuu3100/Nothing",fontsize=10,color="white",style="solid",shape="box"];243 -> 1054[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1054 -> 276[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1055[label="vuu3100/Just vuu31000",fontsize=10,color="white",style="solid",shape="box"];243 -> 1055[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1055 -> 277[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 244[label="() == vuu3100",fontsize=16,color="burlywood",shape="box"];1056[label="vuu3100/()",fontsize=10,color="white",style="solid",shape="box"];244 -> 1056[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1056 -> 278[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 245[label="primEqInt vuu300 vuu3100",fontsize=16,color="burlywood",shape="triangle"];1057[label="vuu300/Pos vuu3000",fontsize=10,color="white",style="solid",shape="box"];245 -> 1057[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1057 -> 279[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1058[label="vuu300/Neg vuu3000",fontsize=10,color="white",style="solid",shape="box"];245 -> 1058[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1058 -> 280[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 246[label="LT == vuu3100",fontsize=16,color="burlywood",shape="box"];1059[label="vuu3100/LT",fontsize=10,color="white",style="solid",shape="box"];246 -> 1059[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1059 -> 281[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1060[label="vuu3100/EQ",fontsize=10,color="white",style="solid",shape="box"];246 -> 1060[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1060 -> 282[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1061[label="vuu3100/GT",fontsize=10,color="white",style="solid",shape="box"];246 -> 1061[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1061 -> 283[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 247[label="EQ == vuu3100",fontsize=16,color="burlywood",shape="box"];1062[label="vuu3100/LT",fontsize=10,color="white",style="solid",shape="box"];247 -> 1062[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1062 -> 284[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1063[label="vuu3100/EQ",fontsize=10,color="white",style="solid",shape="box"];247 -> 1063[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1063 -> 285[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1064[label="vuu3100/GT",fontsize=10,color="white",style="solid",shape="box"];247 -> 1064[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1064 -> 286[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 248[label="GT == vuu3100",fontsize=16,color="burlywood",shape="box"];1065[label="vuu3100/LT",fontsize=10,color="white",style="solid",shape="box"];248 -> 1065[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1065 -> 287[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1066[label="vuu3100/EQ",fontsize=10,color="white",style="solid",shape="box"];248 -> 1066[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1066 -> 288[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1067[label="vuu3100/GT",fontsize=10,color="white",style="solid",shape="box"];248 -> 1067[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1067 -> 289[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 249[label="vuu3000 :% vuu3001 == vuu3100",fontsize=16,color="burlywood",shape="box"];1068[label="vuu3100/vuu31000 :% vuu31001",fontsize=10,color="white",style="solid",shape="box"];249 -> 1068[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1068 -> 290[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 250[label="False == vuu3100",fontsize=16,color="burlywood",shape="box"];1069[label="vuu3100/False",fontsize=10,color="white",style="solid",shape="box"];250 -> 1069[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1069 -> 291[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1070[label="vuu3100/True",fontsize=10,color="white",style="solid",shape="box"];250 -> 1070[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1070 -> 292[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 251[label="True == vuu3100",fontsize=16,color="burlywood",shape="box"];1071[label="vuu3100/False",fontsize=10,color="white",style="solid",shape="box"];251 -> 1071[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1071 -> 293[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1072[label="vuu3100/True",fontsize=10,color="white",style="solid",shape="box"];251 -> 1072[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1072 -> 294[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 252[label="Left vuu3000 == vuu3100",fontsize=16,color="burlywood",shape="box"];1073[label="vuu3100/Left vuu31000",fontsize=10,color="white",style="solid",shape="box"];252 -> 1073[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1073 -> 295[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1074[label="vuu3100/Right vuu31000",fontsize=10,color="white",style="solid",shape="box"];252 -> 1074[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1074 -> 296[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 253[label="Right vuu3000 == vuu3100",fontsize=16,color="burlywood",shape="box"];1075[label="vuu3100/Left vuu31000",fontsize=10,color="white",style="solid",shape="box"];253 -> 1075[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1075 -> 297[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1076[label="vuu3100/Right vuu31000",fontsize=10,color="white",style="solid",shape="box"];253 -> 1076[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1076 -> 298[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 254[label="(vuu3000,vuu3001) == vuu3100",fontsize=16,color="burlywood",shape="box"];1077[label="vuu3100/(vuu31000,vuu31001)",fontsize=10,color="white",style="solid",shape="box"];254 -> 1077[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1077 -> 299[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 255[label="primEqChar vuu300 vuu3100",fontsize=16,color="burlywood",shape="box"];1078[label="vuu300/Char vuu3000",fontsize=10,color="white",style="solid",shape="box"];255 -> 1078[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1078 -> 300[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 256[label="List.groupByZs1 (==) (vuu24 : vuu25) ((vuu26 : vuu27) : vuu28) (span2Span1 ((==) vuu24 : vuu25) vuu28 ((==) vuu24 : vuu25) (vuu26 : vuu27) vuu28 False)",fontsize=16,color="black",shape="box"];256 -> 301[label="",style="solid", color="black", weight=3]; 20.09/7.29 257[label="List.groupByZs1 (==) (vuu24 : vuu25) ((vuu26 : vuu27) : vuu28) (span2Span1 ((==) vuu24 : vuu25) vuu28 ((==) vuu24 : vuu25) (vuu26 : vuu27) vuu28 vuu30)",fontsize=16,color="burlywood",shape="box"];1079[label="vuu30/False",fontsize=10,color="white",style="solid",shape="box"];257 -> 1079[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1079 -> 302[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1080[label="vuu30/True",fontsize=10,color="white",style="solid",shape="box"];257 -> 1080[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1080 -> 303[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 258[label="List.groupByZs1 (==) (vuu300 : vuu301) ([] : vuu311) ([],[] : vuu311)",fontsize=16,color="black",shape="box"];258 -> 304[label="",style="solid", color="black", weight=3]; 20.09/7.29 259[label="List.groupByZs1 (==) [] ((vuu3100 : vuu3101) : vuu311) ([],(vuu3100 : vuu3101) : vuu311)",fontsize=16,color="black",shape="box"];259 -> 305[label="",style="solid", color="black", weight=3]; 20.09/7.29 260[label="span2Zs0 ((==) []) vuu311 (span2Vu43 ((==) []) vuu311)",fontsize=16,color="black",shape="box"];260 -> 306[label="",style="solid", color="black", weight=3]; 20.09/7.29 183[label="vuu3000 : vuu3001 == vuu31000 : vuu31001",fontsize=16,color="black",shape="box"];183 -> 261[label="",style="solid", color="black", weight=3]; 20.09/7.29 184[label="vuu3000 : vuu3001 == []",fontsize=16,color="black",shape="box"];184 -> 262[label="",style="solid", color="black", weight=3]; 20.09/7.29 185[label="[] == vuu31000 : vuu31001",fontsize=16,color="black",shape="box"];185 -> 263[label="",style="solid", color="black", weight=3]; 20.09/7.29 186[label="[] == []",fontsize=16,color="black",shape="box"];186 -> 264[label="",style="solid", color="black", weight=3]; 20.09/7.29 309[label="List.groupByYs1 (==) (vuu11 : vuu12) ((vuu13 : vuu14) : vuu15) ([],(vuu13 : vuu14) : vuu15)",fontsize=16,color="black",shape="box"];309 -> 367[label="",style="solid", color="black", weight=3]; 20.09/7.29 310[label="span2Ys ((==) vuu11 : vuu12) vuu15",fontsize=16,color="black",shape="triangle"];310 -> 368[label="",style="solid", color="black", weight=3]; 20.09/7.29 269[label="span2Ys0 ((==) []) vuu311 (span ((==) []) vuu311)",fontsize=16,color="burlywood",shape="box"];1081[label="vuu311/vuu3110 : vuu3111",fontsize=10,color="white",style="solid",shape="box"];269 -> 1081[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1081 -> 311[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1082[label="vuu311/[]",fontsize=10,color="white",style="solid",shape="box"];269 -> 1082[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1082 -> 312[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 270[label="Integer vuu3000 == Integer vuu31000",fontsize=16,color="black",shape="box"];270 -> 313[label="",style="solid", color="black", weight=3]; 20.09/7.29 271[label="(vuu3000,vuu3001,vuu3002) == (vuu31000,vuu31001,vuu31002)",fontsize=16,color="black",shape="box"];271 -> 314[label="",style="solid", color="black", weight=3]; 20.09/7.29 272[label="primEqDouble (Double vuu3000 vuu3001) vuu3100",fontsize=16,color="burlywood",shape="box"];1083[label="vuu3100/Double vuu31000 vuu31001",fontsize=10,color="white",style="solid",shape="box"];272 -> 1083[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1083 -> 315[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 273[label="primEqFloat (Float vuu3000 vuu3001) vuu3100",fontsize=16,color="burlywood",shape="box"];1084[label="vuu3100/Float vuu31000 vuu31001",fontsize=10,color="white",style="solid",shape="box"];273 -> 1084[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1084 -> 316[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 274[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];274 -> 317[label="",style="solid", color="black", weight=3]; 20.09/7.29 275[label="Nothing == Just vuu31000",fontsize=16,color="black",shape="box"];275 -> 318[label="",style="solid", color="black", weight=3]; 20.09/7.29 276[label="Just vuu3000 == Nothing",fontsize=16,color="black",shape="box"];276 -> 319[label="",style="solid", color="black", weight=3]; 20.09/7.29 277[label="Just vuu3000 == Just vuu31000",fontsize=16,color="black",shape="box"];277 -> 320[label="",style="solid", color="black", weight=3]; 20.09/7.29 278[label="() == ()",fontsize=16,color="black",shape="box"];278 -> 321[label="",style="solid", color="black", weight=3]; 20.09/7.29 279[label="primEqInt (Pos vuu3000) vuu3100",fontsize=16,color="burlywood",shape="box"];1085[label="vuu3000/Succ vuu30000",fontsize=10,color="white",style="solid",shape="box"];279 -> 1085[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1085 -> 322[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1086[label="vuu3000/Zero",fontsize=10,color="white",style="solid",shape="box"];279 -> 1086[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1086 -> 323[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 280[label="primEqInt (Neg vuu3000) vuu3100",fontsize=16,color="burlywood",shape="box"];1087[label="vuu3000/Succ vuu30000",fontsize=10,color="white",style="solid",shape="box"];280 -> 1087[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1087 -> 324[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1088[label="vuu3000/Zero",fontsize=10,color="white",style="solid",shape="box"];280 -> 1088[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1088 -> 325[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 281[label="LT == LT",fontsize=16,color="black",shape="box"];281 -> 326[label="",style="solid", color="black", weight=3]; 20.09/7.29 282[label="LT == EQ",fontsize=16,color="black",shape="box"];282 -> 327[label="",style="solid", color="black", weight=3]; 20.09/7.29 283[label="LT == GT",fontsize=16,color="black",shape="box"];283 -> 328[label="",style="solid", color="black", weight=3]; 20.09/7.29 284[label="EQ == LT",fontsize=16,color="black",shape="box"];284 -> 329[label="",style="solid", color="black", weight=3]; 20.09/7.29 285[label="EQ == EQ",fontsize=16,color="black",shape="box"];285 -> 330[label="",style="solid", color="black", weight=3]; 20.09/7.29 286[label="EQ == GT",fontsize=16,color="black",shape="box"];286 -> 331[label="",style="solid", color="black", weight=3]; 20.09/7.29 287[label="GT == LT",fontsize=16,color="black",shape="box"];287 -> 332[label="",style="solid", color="black", weight=3]; 20.09/7.29 288[label="GT == EQ",fontsize=16,color="black",shape="box"];288 -> 333[label="",style="solid", color="black", weight=3]; 20.09/7.29 289[label="GT == GT",fontsize=16,color="black",shape="box"];289 -> 334[label="",style="solid", color="black", weight=3]; 20.09/7.29 290[label="vuu3000 :% vuu3001 == vuu31000 :% vuu31001",fontsize=16,color="black",shape="box"];290 -> 335[label="",style="solid", color="black", weight=3]; 20.09/7.29 291[label="False == False",fontsize=16,color="black",shape="box"];291 -> 336[label="",style="solid", color="black", weight=3]; 20.09/7.29 292[label="False == True",fontsize=16,color="black",shape="box"];292 -> 337[label="",style="solid", color="black", weight=3]; 20.09/7.29 293[label="True == False",fontsize=16,color="black",shape="box"];293 -> 338[label="",style="solid", color="black", weight=3]; 20.09/7.29 294[label="True == True",fontsize=16,color="black",shape="box"];294 -> 339[label="",style="solid", color="black", weight=3]; 20.09/7.29 295[label="Left vuu3000 == Left vuu31000",fontsize=16,color="black",shape="box"];295 -> 340[label="",style="solid", color="black", weight=3]; 20.09/7.29 296[label="Left vuu3000 == Right vuu31000",fontsize=16,color="black",shape="box"];296 -> 341[label="",style="solid", color="black", weight=3]; 20.09/7.29 297[label="Right vuu3000 == Left vuu31000",fontsize=16,color="black",shape="box"];297 -> 342[label="",style="solid", color="black", weight=3]; 20.09/7.29 298[label="Right vuu3000 == Right vuu31000",fontsize=16,color="black",shape="box"];298 -> 343[label="",style="solid", color="black", weight=3]; 20.09/7.29 299[label="(vuu3000,vuu3001) == (vuu31000,vuu31001)",fontsize=16,color="black",shape="box"];299 -> 344[label="",style="solid", color="black", weight=3]; 20.09/7.29 300[label="primEqChar (Char vuu3000) vuu3100",fontsize=16,color="burlywood",shape="box"];1089[label="vuu3100/Char vuu31000",fontsize=10,color="white",style="solid",shape="box"];300 -> 1089[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1089 -> 345[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 301[label="List.groupByZs1 (==) (vuu24 : vuu25) ((vuu26 : vuu27) : vuu28) (span2Span0 ((==) vuu24 : vuu25) vuu28 ((==) vuu24 : vuu25) (vuu26 : vuu27) vuu28 otherwise)",fontsize=16,color="black",shape="triangle"];301 -> 346[label="",style="solid", color="black", weight=3]; 20.09/7.29 302[label="List.groupByZs1 (==) (vuu24 : vuu25) ((vuu26 : vuu27) : vuu28) (span2Span1 ((==) vuu24 : vuu25) vuu28 ((==) vuu24 : vuu25) (vuu26 : vuu27) vuu28 False)",fontsize=16,color="black",shape="box"];302 -> 347[label="",style="solid", color="black", weight=3]; 20.09/7.29 303[label="List.groupByZs1 (==) (vuu24 : vuu25) ((vuu26 : vuu27) : vuu28) (span2Span1 ((==) vuu24 : vuu25) vuu28 ((==) vuu24 : vuu25) (vuu26 : vuu27) vuu28 True)",fontsize=16,color="black",shape="box"];303 -> 348[label="",style="solid", color="black", weight=3]; 20.09/7.29 304[label="[] : vuu311",fontsize=16,color="green",shape="box"];305[label="(vuu3100 : vuu3101) : vuu311",fontsize=16,color="green",shape="box"];306[label="span2Zs0 ((==) []) vuu311 (span ((==) []) vuu311)",fontsize=16,color="burlywood",shape="box"];1090[label="vuu311/vuu3110 : vuu3111",fontsize=10,color="white",style="solid",shape="box"];306 -> 1090[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1090 -> 349[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1091[label="vuu311/[]",fontsize=10,color="white",style="solid",shape="box"];306 -> 1091[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1091 -> 350[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 261 -> 210[label="",style="dashed", color="red", weight=0]; 20.09/7.29 261[label="vuu3000 == vuu31000 && vuu3001 == vuu31001",fontsize=16,color="magenta"];261 -> 307[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 261 -> 308[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 262[label="False",fontsize=16,color="green",shape="box"];263[label="False",fontsize=16,color="green",shape="box"];264[label="True",fontsize=16,color="green",shape="box"];367[label="[]",fontsize=16,color="green",shape="box"];368[label="span2Ys0 ((==) vuu11 : vuu12) vuu15 (span2Vu43 ((==) vuu11 : vuu12) vuu15)",fontsize=16,color="black",shape="box"];368 -> 435[label="",style="solid", color="black", weight=3]; 20.09/7.29 311[label="span2Ys0 ((==) []) (vuu3110 : vuu3111) (span ((==) []) (vuu3110 : vuu3111))",fontsize=16,color="black",shape="box"];311 -> 369[label="",style="solid", color="black", weight=3]; 20.09/7.29 312[label="span2Ys0 ((==) []) [] (span ((==) []) [])",fontsize=16,color="black",shape="box"];312 -> 370[label="",style="solid", color="black", weight=3]; 20.09/7.29 313 -> 245[label="",style="dashed", color="red", weight=0]; 20.09/7.29 313[label="primEqInt vuu3000 vuu31000",fontsize=16,color="magenta"];313 -> 371[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 313 -> 372[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 314 -> 210[label="",style="dashed", color="red", weight=0]; 20.09/7.29 314[label="vuu3000 == vuu31000 && vuu3001 == vuu31001 && vuu3002 == vuu31002",fontsize=16,color="magenta"];314 -> 373[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 314 -> 374[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 315[label="primEqDouble (Double vuu3000 vuu3001) (Double vuu31000 vuu31001)",fontsize=16,color="black",shape="box"];315 -> 375[label="",style="solid", color="black", weight=3]; 20.09/7.29 316[label="primEqFloat (Float vuu3000 vuu3001) (Float vuu31000 vuu31001)",fontsize=16,color="black",shape="box"];316 -> 376[label="",style="solid", color="black", weight=3]; 20.09/7.29 317[label="True",fontsize=16,color="green",shape="box"];318[label="False",fontsize=16,color="green",shape="box"];319[label="False",fontsize=16,color="green",shape="box"];320[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];1092[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1092[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1092 -> 377[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1093[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1093[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1093 -> 378[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1094[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1094[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1094 -> 379[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1095[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1095[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1095 -> 380[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1096[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1096[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1096 -> 381[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1097[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1097[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1097 -> 382[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1098[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1098[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1098 -> 383[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1099[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1099[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1099 -> 384[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1100[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1100[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1100 -> 385[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1101[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1101[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1101 -> 386[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1102[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1102[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1102 -> 387[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1103[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1103[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1103 -> 388[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1104[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1104[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1104 -> 389[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1105[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1105[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1105 -> 390[label="",style="solid", color="blue", weight=3]; 20.09/7.29 321[label="True",fontsize=16,color="green",shape="box"];322[label="primEqInt (Pos (Succ vuu30000)) vuu3100",fontsize=16,color="burlywood",shape="box"];1106[label="vuu3100/Pos vuu31000",fontsize=10,color="white",style="solid",shape="box"];322 -> 1106[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1106 -> 391[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1107[label="vuu3100/Neg vuu31000",fontsize=10,color="white",style="solid",shape="box"];322 -> 1107[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1107 -> 392[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 323[label="primEqInt (Pos Zero) vuu3100",fontsize=16,color="burlywood",shape="box"];1108[label="vuu3100/Pos vuu31000",fontsize=10,color="white",style="solid",shape="box"];323 -> 1108[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1108 -> 393[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1109[label="vuu3100/Neg vuu31000",fontsize=10,color="white",style="solid",shape="box"];323 -> 1109[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1109 -> 394[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 324[label="primEqInt (Neg (Succ vuu30000)) vuu3100",fontsize=16,color="burlywood",shape="box"];1110[label="vuu3100/Pos vuu31000",fontsize=10,color="white",style="solid",shape="box"];324 -> 1110[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1110 -> 395[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1111[label="vuu3100/Neg vuu31000",fontsize=10,color="white",style="solid",shape="box"];324 -> 1111[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1111 -> 396[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 325[label="primEqInt (Neg Zero) vuu3100",fontsize=16,color="burlywood",shape="box"];1112[label="vuu3100/Pos vuu31000",fontsize=10,color="white",style="solid",shape="box"];325 -> 1112[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1112 -> 397[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1113[label="vuu3100/Neg vuu31000",fontsize=10,color="white",style="solid",shape="box"];325 -> 1113[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1113 -> 398[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 326[label="True",fontsize=16,color="green",shape="box"];327[label="False",fontsize=16,color="green",shape="box"];328[label="False",fontsize=16,color="green",shape="box"];329[label="False",fontsize=16,color="green",shape="box"];330[label="True",fontsize=16,color="green",shape="box"];331[label="False",fontsize=16,color="green",shape="box"];332[label="False",fontsize=16,color="green",shape="box"];333[label="False",fontsize=16,color="green",shape="box"];334[label="True",fontsize=16,color="green",shape="box"];335 -> 210[label="",style="dashed", color="red", weight=0]; 20.09/7.29 335[label="vuu3000 == vuu31000 && vuu3001 == vuu31001",fontsize=16,color="magenta"];335 -> 399[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 335 -> 400[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 336[label="True",fontsize=16,color="green",shape="box"];337[label="False",fontsize=16,color="green",shape="box"];338[label="False",fontsize=16,color="green",shape="box"];339[label="True",fontsize=16,color="green",shape="box"];340[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];1114[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];340 -> 1114[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1114 -> 401[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1115[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];340 -> 1115[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1115 -> 402[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1116[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];340 -> 1116[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1116 -> 403[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1117[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];340 -> 1117[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1117 -> 404[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1118[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];340 -> 1118[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1118 -> 405[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1119[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];340 -> 1119[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1119 -> 406[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1120[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];340 -> 1120[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1120 -> 407[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1121[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];340 -> 1121[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1121 -> 408[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1122[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];340 -> 1122[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1122 -> 409[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1123[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];340 -> 1123[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1123 -> 410[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1124[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];340 -> 1124[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1124 -> 411[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1125[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];340 -> 1125[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1125 -> 412[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1126[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];340 -> 1126[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1126 -> 413[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1127[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];340 -> 1127[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1127 -> 414[label="",style="solid", color="blue", weight=3]; 20.09/7.29 341[label="False",fontsize=16,color="green",shape="box"];342[label="False",fontsize=16,color="green",shape="box"];343[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];1128[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];343 -> 1128[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1128 -> 415[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1129[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];343 -> 1129[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1129 -> 416[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1130[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];343 -> 1130[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1130 -> 417[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1131[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];343 -> 1131[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1131 -> 418[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1132[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];343 -> 1132[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1132 -> 419[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1133[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];343 -> 1133[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1133 -> 420[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1134[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];343 -> 1134[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1134 -> 421[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1135[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];343 -> 1135[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1135 -> 422[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1136[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];343 -> 1136[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1136 -> 423[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1137[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];343 -> 1137[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1137 -> 424[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1138[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];343 -> 1138[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1138 -> 425[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1139[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];343 -> 1139[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1139 -> 426[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1140[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];343 -> 1140[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1140 -> 427[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1141[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];343 -> 1141[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1141 -> 428[label="",style="solid", color="blue", weight=3]; 20.09/7.29 344 -> 210[label="",style="dashed", color="red", weight=0]; 20.09/7.29 344[label="vuu3000 == vuu31000 && vuu3001 == vuu31001",fontsize=16,color="magenta"];344 -> 429[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 344 -> 430[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 345[label="primEqChar (Char vuu3000) (Char vuu31000)",fontsize=16,color="black",shape="box"];345 -> 431[label="",style="solid", color="black", weight=3]; 20.09/7.29 346[label="List.groupByZs1 (==) (vuu24 : vuu25) ((vuu26 : vuu27) : vuu28) (span2Span0 ((==) vuu24 : vuu25) vuu28 ((==) vuu24 : vuu25) (vuu26 : vuu27) vuu28 True)",fontsize=16,color="black",shape="box"];346 -> 432[label="",style="solid", color="black", weight=3]; 20.09/7.29 347 -> 301[label="",style="dashed", color="red", weight=0]; 20.09/7.29 347[label="List.groupByZs1 (==) (vuu24 : vuu25) ((vuu26 : vuu27) : vuu28) (span2Span0 ((==) vuu24 : vuu25) vuu28 ((==) vuu24 : vuu25) (vuu26 : vuu27) vuu28 otherwise)",fontsize=16,color="magenta"];348 -> 433[label="",style="dashed", color="red", weight=0]; 20.09/7.29 348[label="List.groupByZs1 (==) (vuu24 : vuu25) ((vuu26 : vuu27) : vuu28) ((vuu26 : vuu27) : span2Ys ((==) vuu24 : vuu25) vuu28,span2Zs ((==) vuu24 : vuu25) vuu28)",fontsize=16,color="magenta"];348 -> 434[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 349[label="span2Zs0 ((==) []) (vuu3110 : vuu3111) (span ((==) []) (vuu3110 : vuu3111))",fontsize=16,color="black",shape="box"];349 -> 436[label="",style="solid", color="black", weight=3]; 20.09/7.29 350[label="span2Zs0 ((==) []) [] (span ((==) []) [])",fontsize=16,color="black",shape="box"];350 -> 437[label="",style="solid", color="black", weight=3]; 20.09/7.29 307[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];1142[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];307 -> 1142[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1142 -> 351[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1143[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];307 -> 1143[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1143 -> 352[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1144[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];307 -> 1144[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1144 -> 353[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1145[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];307 -> 1145[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1145 -> 354[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1146[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];307 -> 1146[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1146 -> 355[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1147[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];307 -> 1147[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1147 -> 356[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1148[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];307 -> 1148[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1148 -> 357[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1149[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];307 -> 1149[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1149 -> 358[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1150[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];307 -> 1150[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1150 -> 359[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1151[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];307 -> 1151[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1151 -> 360[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1152[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];307 -> 1152[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1152 -> 361[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1153[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];307 -> 1153[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1153 -> 362[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1154[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];307 -> 1154[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1154 -> 363[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1155[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];307 -> 1155[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1155 -> 364[label="",style="solid", color="blue", weight=3]; 20.09/7.29 308 -> 70[label="",style="dashed", color="red", weight=0]; 20.09/7.29 308[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];308 -> 365[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 308 -> 366[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 435[label="span2Ys0 ((==) vuu11 : vuu12) vuu15 (span ((==) vuu11 : vuu12) vuu15)",fontsize=16,color="burlywood",shape="box"];1156[label="vuu15/vuu150 : vuu151",fontsize=10,color="white",style="solid",shape="box"];435 -> 1156[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1156 -> 625[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1157[label="vuu15/[]",fontsize=10,color="white",style="solid",shape="box"];435 -> 1157[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1157 -> 626[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 369[label="span2Ys0 ((==) []) (vuu3110 : vuu3111) (span2 ((==) []) (vuu3110 : vuu3111))",fontsize=16,color="black",shape="box"];369 -> 438[label="",style="solid", color="black", weight=3]; 20.09/7.29 370[label="span2Ys0 ((==) []) [] (span3 ((==) []) [])",fontsize=16,color="black",shape="box"];370 -> 439[label="",style="solid", color="black", weight=3]; 20.09/7.29 371[label="vuu3000",fontsize=16,color="green",shape="box"];372[label="vuu31000",fontsize=16,color="green",shape="box"];373[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];1158[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 1158[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1158 -> 440[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1159[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 1159[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1159 -> 441[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1160[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 1160[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1160 -> 442[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1161[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 1161[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1161 -> 443[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1162[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 1162[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1162 -> 444[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1163[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 1163[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1163 -> 445[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1164[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 1164[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1164 -> 446[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1165[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 1165[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1165 -> 447[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1166[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 1166[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1166 -> 448[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1167[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 1167[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1167 -> 449[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1168[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 1168[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1168 -> 450[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1169[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 1169[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1169 -> 451[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1170[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 1170[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1170 -> 452[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1171[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 1171[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1171 -> 453[label="",style="solid", color="blue", weight=3]; 20.09/7.29 374 -> 210[label="",style="dashed", color="red", weight=0]; 20.09/7.29 374[label="vuu3001 == vuu31001 && vuu3002 == vuu31002",fontsize=16,color="magenta"];374 -> 454[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 374 -> 455[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 375 -> 145[label="",style="dashed", color="red", weight=0]; 20.09/7.29 375[label="vuu3000 * vuu31001 == vuu3001 * vuu31000",fontsize=16,color="magenta"];375 -> 456[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 375 -> 457[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 376 -> 145[label="",style="dashed", color="red", weight=0]; 20.09/7.29 376[label="vuu3000 * vuu31001 == vuu3001 * vuu31000",fontsize=16,color="magenta"];376 -> 458[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 376 -> 459[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 377 -> 139[label="",style="dashed", color="red", weight=0]; 20.09/7.29 377[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];377 -> 460[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 377 -> 461[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 378 -> 140[label="",style="dashed", color="red", weight=0]; 20.09/7.29 378[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];378 -> 462[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 378 -> 463[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 379 -> 141[label="",style="dashed", color="red", weight=0]; 20.09/7.29 379[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];379 -> 464[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 379 -> 465[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 380 -> 142[label="",style="dashed", color="red", weight=0]; 20.09/7.29 380[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];380 -> 466[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 380 -> 467[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 381 -> 143[label="",style="dashed", color="red", weight=0]; 20.09/7.29 381[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];381 -> 468[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 381 -> 469[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 382 -> 144[label="",style="dashed", color="red", weight=0]; 20.09/7.29 382[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];382 -> 470[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 382 -> 471[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 383 -> 145[label="",style="dashed", color="red", weight=0]; 20.09/7.29 383[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];383 -> 472[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 383 -> 473[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 384 -> 146[label="",style="dashed", color="red", weight=0]; 20.09/7.29 384[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];384 -> 474[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 384 -> 475[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 385 -> 147[label="",style="dashed", color="red", weight=0]; 20.09/7.29 385[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];385 -> 476[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 385 -> 477[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 386 -> 148[label="",style="dashed", color="red", weight=0]; 20.09/7.29 386[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];386 -> 478[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 386 -> 479[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 387 -> 70[label="",style="dashed", color="red", weight=0]; 20.09/7.29 387[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];387 -> 480[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 387 -> 481[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 388 -> 150[label="",style="dashed", color="red", weight=0]; 20.09/7.29 388[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];388 -> 482[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 388 -> 483[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 389 -> 151[label="",style="dashed", color="red", weight=0]; 20.09/7.29 389[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];389 -> 484[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 389 -> 485[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 390 -> 152[label="",style="dashed", color="red", weight=0]; 20.09/7.29 390[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];390 -> 486[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 390 -> 487[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 391[label="primEqInt (Pos (Succ vuu30000)) (Pos vuu31000)",fontsize=16,color="burlywood",shape="box"];1172[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];391 -> 1172[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1172 -> 488[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1173[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];391 -> 1173[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1173 -> 489[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 392[label="primEqInt (Pos (Succ vuu30000)) (Neg vuu31000)",fontsize=16,color="black",shape="box"];392 -> 490[label="",style="solid", color="black", weight=3]; 20.09/7.29 393[label="primEqInt (Pos Zero) (Pos vuu31000)",fontsize=16,color="burlywood",shape="box"];1174[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];393 -> 1174[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1174 -> 491[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1175[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];393 -> 1175[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1175 -> 492[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 394[label="primEqInt (Pos Zero) (Neg vuu31000)",fontsize=16,color="burlywood",shape="box"];1176[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];394 -> 1176[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1176 -> 493[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1177[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];394 -> 1177[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1177 -> 494[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 395[label="primEqInt (Neg (Succ vuu30000)) (Pos vuu31000)",fontsize=16,color="black",shape="box"];395 -> 495[label="",style="solid", color="black", weight=3]; 20.09/7.29 396[label="primEqInt (Neg (Succ vuu30000)) (Neg vuu31000)",fontsize=16,color="burlywood",shape="box"];1178[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];396 -> 1178[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1178 -> 496[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1179[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];396 -> 1179[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1179 -> 497[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 397[label="primEqInt (Neg Zero) (Pos vuu31000)",fontsize=16,color="burlywood",shape="box"];1180[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];397 -> 1180[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1180 -> 498[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1181[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];397 -> 1181[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1181 -> 499[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 398[label="primEqInt (Neg Zero) (Neg vuu31000)",fontsize=16,color="burlywood",shape="box"];1182[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];398 -> 1182[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1182 -> 500[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 1183[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];398 -> 1183[label="",style="solid", color="burlywood", weight=9]; 20.09/7.29 1183 -> 501[label="",style="solid", color="burlywood", weight=3]; 20.09/7.29 399[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];1184[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];399 -> 1184[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1184 -> 502[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1185[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];399 -> 1185[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1185 -> 503[label="",style="solid", color="blue", weight=3]; 20.09/7.29 400[label="vuu3001 == vuu31001",fontsize=16,color="blue",shape="box"];1186[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];400 -> 1186[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1186 -> 504[label="",style="solid", color="blue", weight=3]; 20.09/7.29 1187[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];400 -> 1187[label="",style="solid", color="blue", weight=9]; 20.09/7.29 1187 -> 505[label="",style="solid", color="blue", weight=3]; 20.09/7.29 401 -> 139[label="",style="dashed", color="red", weight=0]; 20.09/7.29 401[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];401 -> 506[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 401 -> 507[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 402 -> 140[label="",style="dashed", color="red", weight=0]; 20.09/7.29 402[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];402 -> 508[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 402 -> 509[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 403 -> 141[label="",style="dashed", color="red", weight=0]; 20.09/7.29 403[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];403 -> 510[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 403 -> 511[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 404 -> 142[label="",style="dashed", color="red", weight=0]; 20.09/7.29 404[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];404 -> 512[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 404 -> 513[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 405 -> 143[label="",style="dashed", color="red", weight=0]; 20.09/7.29 405[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];405 -> 514[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 405 -> 515[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 406 -> 144[label="",style="dashed", color="red", weight=0]; 20.09/7.29 406[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];406 -> 516[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 406 -> 517[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 407 -> 145[label="",style="dashed", color="red", weight=0]; 20.09/7.29 407[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];407 -> 518[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 407 -> 519[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 408 -> 146[label="",style="dashed", color="red", weight=0]; 20.09/7.29 408[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];408 -> 520[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 408 -> 521[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 409 -> 147[label="",style="dashed", color="red", weight=0]; 20.09/7.29 409[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];409 -> 522[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 409 -> 523[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 410 -> 148[label="",style="dashed", color="red", weight=0]; 20.09/7.29 410[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];410 -> 524[label="",style="dashed", color="magenta", weight=3]; 20.09/7.29 410 -> 525[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 411 -> 70[label="",style="dashed", color="red", weight=0]; 20.09/7.30 411[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];411 -> 526[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 411 -> 527[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 412 -> 150[label="",style="dashed", color="red", weight=0]; 20.09/7.30 412[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];412 -> 528[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 412 -> 529[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 413 -> 151[label="",style="dashed", color="red", weight=0]; 20.09/7.30 413[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];413 -> 530[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 413 -> 531[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 414 -> 152[label="",style="dashed", color="red", weight=0]; 20.09/7.30 414[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];414 -> 532[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 414 -> 533[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 415 -> 139[label="",style="dashed", color="red", weight=0]; 20.09/7.30 415[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];415 -> 534[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 415 -> 535[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 416 -> 140[label="",style="dashed", color="red", weight=0]; 20.09/7.30 416[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];416 -> 536[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 416 -> 537[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 417 -> 141[label="",style="dashed", color="red", weight=0]; 20.09/7.30 417[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];417 -> 538[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 417 -> 539[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 418 -> 142[label="",style="dashed", color="red", weight=0]; 20.09/7.30 418[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];418 -> 540[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 418 -> 541[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 419 -> 143[label="",style="dashed", color="red", weight=0]; 20.09/7.30 419[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];419 -> 542[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 419 -> 543[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 420 -> 144[label="",style="dashed", color="red", weight=0]; 20.09/7.30 420[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];420 -> 544[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 420 -> 545[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 421 -> 145[label="",style="dashed", color="red", weight=0]; 20.09/7.30 421[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];421 -> 546[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 421 -> 547[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 422 -> 146[label="",style="dashed", color="red", weight=0]; 20.09/7.30 422[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];422 -> 548[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 422 -> 549[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 423 -> 147[label="",style="dashed", color="red", weight=0]; 20.09/7.30 423[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];423 -> 550[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 423 -> 551[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 424 -> 148[label="",style="dashed", color="red", weight=0]; 20.09/7.30 424[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];424 -> 552[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 424 -> 553[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 425 -> 70[label="",style="dashed", color="red", weight=0]; 20.09/7.30 425[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];425 -> 554[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 425 -> 555[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 426 -> 150[label="",style="dashed", color="red", weight=0]; 20.09/7.30 426[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];426 -> 556[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 426 -> 557[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 427 -> 151[label="",style="dashed", color="red", weight=0]; 20.09/7.30 427[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];427 -> 558[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 427 -> 559[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 428 -> 152[label="",style="dashed", color="red", weight=0]; 20.09/7.30 428[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];428 -> 560[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 428 -> 561[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 429[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];1188[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];429 -> 1188[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1188 -> 562[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1189[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];429 -> 1189[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1189 -> 563[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1190[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];429 -> 1190[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1190 -> 564[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1191[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];429 -> 1191[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1191 -> 565[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1192[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];429 -> 1192[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1192 -> 566[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1193[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];429 -> 1193[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1193 -> 567[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1194[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];429 -> 1194[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1194 -> 568[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1195[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];429 -> 1195[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1195 -> 569[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1196[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];429 -> 1196[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1196 -> 570[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1197[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];429 -> 1197[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1197 -> 571[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1198[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];429 -> 1198[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1198 -> 572[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1199[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];429 -> 1199[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1199 -> 573[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1200[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];429 -> 1200[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1200 -> 574[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1201[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];429 -> 1201[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1201 -> 575[label="",style="solid", color="blue", weight=3]; 20.09/7.30 430[label="vuu3001 == vuu31001",fontsize=16,color="blue",shape="box"];1202[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];430 -> 1202[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1202 -> 576[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1203[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];430 -> 1203[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1203 -> 577[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1204[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];430 -> 1204[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1204 -> 578[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1205[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];430 -> 1205[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1205 -> 579[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1206[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];430 -> 1206[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1206 -> 580[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1207[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];430 -> 1207[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1207 -> 581[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1208[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];430 -> 1208[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1208 -> 582[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1209[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];430 -> 1209[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1209 -> 583[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1210[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];430 -> 1210[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1210 -> 584[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1211[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];430 -> 1211[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1211 -> 585[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1212[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];430 -> 1212[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1212 -> 586[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1213[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];430 -> 1213[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1213 -> 587[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1214[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];430 -> 1214[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1214 -> 588[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1215[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];430 -> 1215[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1215 -> 589[label="",style="solid", color="blue", weight=3]; 20.09/7.30 431[label="primEqNat vuu3000 vuu31000",fontsize=16,color="burlywood",shape="triangle"];1216[label="vuu3000/Succ vuu30000",fontsize=10,color="white",style="solid",shape="box"];431 -> 1216[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1216 -> 590[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 1217[label="vuu3000/Zero",fontsize=10,color="white",style="solid",shape="box"];431 -> 1217[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1217 -> 591[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 432[label="List.groupByZs1 (==) (vuu24 : vuu25) ((vuu26 : vuu27) : vuu28) ([],(vuu26 : vuu27) : vuu28)",fontsize=16,color="black",shape="box"];432 -> 592[label="",style="solid", color="black", weight=3]; 20.09/7.30 434 -> 310[label="",style="dashed", color="red", weight=0]; 20.09/7.30 434[label="span2Ys ((==) vuu24 : vuu25) vuu28",fontsize=16,color="magenta"];434 -> 593[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 434 -> 594[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 434 -> 595[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 433[label="List.groupByZs1 (==) (vuu24 : vuu25) ((vuu26 : vuu27) : vuu28) ((vuu26 : vuu27) : vuu38,span2Zs ((==) vuu24 : vuu25) vuu28)",fontsize=16,color="black",shape="triangle"];433 -> 596[label="",style="solid", color="black", weight=3]; 20.09/7.30 436[label="span2Zs0 ((==) []) (vuu3110 : vuu3111) (span2 ((==) []) (vuu3110 : vuu3111))",fontsize=16,color="black",shape="box"];436 -> 627[label="",style="solid", color="black", weight=3]; 20.09/7.30 437[label="span2Zs0 ((==) []) [] (span3 ((==) []) [])",fontsize=16,color="black",shape="box"];437 -> 628[label="",style="solid", color="black", weight=3]; 20.09/7.30 351 -> 139[label="",style="dashed", color="red", weight=0]; 20.09/7.30 351[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];351 -> 597[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 351 -> 598[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 352 -> 140[label="",style="dashed", color="red", weight=0]; 20.09/7.30 352[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];352 -> 599[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 352 -> 600[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 353 -> 141[label="",style="dashed", color="red", weight=0]; 20.09/7.30 353[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];353 -> 601[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 353 -> 602[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 354 -> 142[label="",style="dashed", color="red", weight=0]; 20.09/7.30 354[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];354 -> 603[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 354 -> 604[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 355 -> 143[label="",style="dashed", color="red", weight=0]; 20.09/7.30 355[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];355 -> 605[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 355 -> 606[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 356 -> 144[label="",style="dashed", color="red", weight=0]; 20.09/7.30 356[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];356 -> 607[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 356 -> 608[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 357 -> 145[label="",style="dashed", color="red", weight=0]; 20.09/7.30 357[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];357 -> 609[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 357 -> 610[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 358 -> 146[label="",style="dashed", color="red", weight=0]; 20.09/7.30 358[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];358 -> 611[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 358 -> 612[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 359 -> 147[label="",style="dashed", color="red", weight=0]; 20.09/7.30 359[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];359 -> 613[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 359 -> 614[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 360 -> 148[label="",style="dashed", color="red", weight=0]; 20.09/7.30 360[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];360 -> 615[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 360 -> 616[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 361 -> 70[label="",style="dashed", color="red", weight=0]; 20.09/7.30 361[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];361 -> 617[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 361 -> 618[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 362 -> 150[label="",style="dashed", color="red", weight=0]; 20.09/7.30 362[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];362 -> 619[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 362 -> 620[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 363 -> 151[label="",style="dashed", color="red", weight=0]; 20.09/7.30 363[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];363 -> 621[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 363 -> 622[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 364 -> 152[label="",style="dashed", color="red", weight=0]; 20.09/7.30 364[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];364 -> 623[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 364 -> 624[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 365[label="vuu3001",fontsize=16,color="green",shape="box"];366[label="vuu31001",fontsize=16,color="green",shape="box"];625[label="span2Ys0 ((==) vuu11 : vuu12) (vuu150 : vuu151) (span ((==) vuu11 : vuu12) (vuu150 : vuu151))",fontsize=16,color="black",shape="box"];625 -> 631[label="",style="solid", color="black", weight=3]; 20.09/7.30 626[label="span2Ys0 ((==) vuu11 : vuu12) [] (span ((==) vuu11 : vuu12) [])",fontsize=16,color="black",shape="box"];626 -> 632[label="",style="solid", color="black", weight=3]; 20.09/7.30 438 -> 629[label="",style="dashed", color="red", weight=0]; 20.09/7.30 438[label="span2Ys0 ((==) []) (vuu3110 : vuu3111) (span2Span1 ((==) []) vuu3111 ((==) []) vuu3110 vuu3111 ((==) [] vuu3110))",fontsize=16,color="magenta"];438 -> 630[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 439[label="span2Ys0 ((==) []) [] ([],[])",fontsize=16,color="black",shape="box"];439 -> 633[label="",style="solid", color="black", weight=3]; 20.09/7.30 440 -> 139[label="",style="dashed", color="red", weight=0]; 20.09/7.30 440[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];440 -> 634[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 440 -> 635[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 441 -> 140[label="",style="dashed", color="red", weight=0]; 20.09/7.30 441[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];441 -> 636[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 441 -> 637[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 442 -> 141[label="",style="dashed", color="red", weight=0]; 20.09/7.30 442[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];442 -> 638[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 442 -> 639[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 443 -> 142[label="",style="dashed", color="red", weight=0]; 20.09/7.30 443[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];443 -> 640[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 443 -> 641[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 444 -> 143[label="",style="dashed", color="red", weight=0]; 20.09/7.30 444[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];444 -> 642[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 444 -> 643[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 445 -> 144[label="",style="dashed", color="red", weight=0]; 20.09/7.30 445[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];445 -> 644[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 445 -> 645[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 446 -> 145[label="",style="dashed", color="red", weight=0]; 20.09/7.30 446[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];446 -> 646[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 446 -> 647[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 447 -> 146[label="",style="dashed", color="red", weight=0]; 20.09/7.30 447[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];447 -> 648[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 447 -> 649[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 448 -> 147[label="",style="dashed", color="red", weight=0]; 20.09/7.30 448[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];448 -> 650[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 448 -> 651[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 449 -> 148[label="",style="dashed", color="red", weight=0]; 20.09/7.30 449[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];449 -> 652[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 449 -> 653[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 450 -> 70[label="",style="dashed", color="red", weight=0]; 20.09/7.30 450[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];450 -> 654[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 450 -> 655[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 451 -> 150[label="",style="dashed", color="red", weight=0]; 20.09/7.30 451[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];451 -> 656[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 451 -> 657[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 452 -> 151[label="",style="dashed", color="red", weight=0]; 20.09/7.30 452[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];452 -> 658[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 452 -> 659[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 453 -> 152[label="",style="dashed", color="red", weight=0]; 20.09/7.30 453[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];453 -> 660[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 453 -> 661[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 454[label="vuu3001 == vuu31001",fontsize=16,color="blue",shape="box"];1218[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];454 -> 1218[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1218 -> 662[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1219[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];454 -> 1219[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1219 -> 663[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1220[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];454 -> 1220[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1220 -> 664[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1221[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];454 -> 1221[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1221 -> 665[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1222[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];454 -> 1222[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1222 -> 666[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1223[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];454 -> 1223[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1223 -> 667[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1224[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];454 -> 1224[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1224 -> 668[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1225[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];454 -> 1225[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1225 -> 669[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1226[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];454 -> 1226[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1226 -> 670[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1227[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];454 -> 1227[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1227 -> 671[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1228[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];454 -> 1228[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1228 -> 672[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1229[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];454 -> 1229[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1229 -> 673[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1230[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];454 -> 1230[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1230 -> 674[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1231[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];454 -> 1231[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1231 -> 675[label="",style="solid", color="blue", weight=3]; 20.09/7.30 455[label="vuu3002 == vuu31002",fontsize=16,color="blue",shape="box"];1232[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 1232[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1232 -> 676[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1233[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 1233[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1233 -> 677[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1234[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 1234[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1234 -> 678[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1235[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 1235[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1235 -> 679[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1236[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 1236[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1236 -> 680[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1237[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 1237[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1237 -> 681[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1238[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 1238[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1238 -> 682[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1239[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 1239[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1239 -> 683[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1240[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 1240[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1240 -> 684[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1241[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 1241[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1241 -> 685[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1242[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 1242[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1242 -> 686[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1243[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 1243[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1243 -> 687[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1244[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 1244[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1244 -> 688[label="",style="solid", color="blue", weight=3]; 20.09/7.30 1245[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 1245[label="",style="solid", color="blue", weight=9]; 20.09/7.30 1245 -> 689[label="",style="solid", color="blue", weight=3]; 20.09/7.30 456[label="vuu3000 * vuu31001",fontsize=16,color="black",shape="triangle"];456 -> 690[label="",style="solid", color="black", weight=3]; 20.09/7.30 457 -> 456[label="",style="dashed", color="red", weight=0]; 20.09/7.30 457[label="vuu3001 * vuu31000",fontsize=16,color="magenta"];457 -> 691[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 457 -> 692[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 458 -> 456[label="",style="dashed", color="red", weight=0]; 20.09/7.30 458[label="vuu3000 * vuu31001",fontsize=16,color="magenta"];458 -> 693[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 458 -> 694[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 459 -> 456[label="",style="dashed", color="red", weight=0]; 20.09/7.30 459[label="vuu3001 * vuu31000",fontsize=16,color="magenta"];459 -> 695[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 459 -> 696[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 460[label="vuu3000",fontsize=16,color="green",shape="box"];461[label="vuu31000",fontsize=16,color="green",shape="box"];462[label="vuu3000",fontsize=16,color="green",shape="box"];463[label="vuu31000",fontsize=16,color="green",shape="box"];464[label="vuu3000",fontsize=16,color="green",shape="box"];465[label="vuu31000",fontsize=16,color="green",shape="box"];466[label="vuu3000",fontsize=16,color="green",shape="box"];467[label="vuu31000",fontsize=16,color="green",shape="box"];468[label="vuu3000",fontsize=16,color="green",shape="box"];469[label="vuu31000",fontsize=16,color="green",shape="box"];470[label="vuu3000",fontsize=16,color="green",shape="box"];471[label="vuu31000",fontsize=16,color="green",shape="box"];472[label="vuu3000",fontsize=16,color="green",shape="box"];473[label="vuu31000",fontsize=16,color="green",shape="box"];474[label="vuu3000",fontsize=16,color="green",shape="box"];475[label="vuu31000",fontsize=16,color="green",shape="box"];476[label="vuu3000",fontsize=16,color="green",shape="box"];477[label="vuu31000",fontsize=16,color="green",shape="box"];478[label="vuu3000",fontsize=16,color="green",shape="box"];479[label="vuu31000",fontsize=16,color="green",shape="box"];480[label="vuu3000",fontsize=16,color="green",shape="box"];481[label="vuu31000",fontsize=16,color="green",shape="box"];482[label="vuu3000",fontsize=16,color="green",shape="box"];483[label="vuu31000",fontsize=16,color="green",shape="box"];484[label="vuu3000",fontsize=16,color="green",shape="box"];485[label="vuu31000",fontsize=16,color="green",shape="box"];486[label="vuu3000",fontsize=16,color="green",shape="box"];487[label="vuu31000",fontsize=16,color="green",shape="box"];488[label="primEqInt (Pos (Succ vuu30000)) (Pos (Succ vuu310000))",fontsize=16,color="black",shape="box"];488 -> 697[label="",style="solid", color="black", weight=3]; 20.09/7.30 489[label="primEqInt (Pos (Succ vuu30000)) (Pos Zero)",fontsize=16,color="black",shape="box"];489 -> 698[label="",style="solid", color="black", weight=3]; 20.09/7.30 490[label="False",fontsize=16,color="green",shape="box"];491[label="primEqInt (Pos Zero) (Pos (Succ vuu310000))",fontsize=16,color="black",shape="box"];491 -> 699[label="",style="solid", color="black", weight=3]; 20.09/7.30 492[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];492 -> 700[label="",style="solid", color="black", weight=3]; 20.09/7.30 493[label="primEqInt (Pos Zero) (Neg (Succ vuu310000))",fontsize=16,color="black",shape="box"];493 -> 701[label="",style="solid", color="black", weight=3]; 20.09/7.30 494[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];494 -> 702[label="",style="solid", color="black", weight=3]; 20.09/7.30 495[label="False",fontsize=16,color="green",shape="box"];496[label="primEqInt (Neg (Succ vuu30000)) (Neg (Succ vuu310000))",fontsize=16,color="black",shape="box"];496 -> 703[label="",style="solid", color="black", weight=3]; 20.09/7.30 497[label="primEqInt (Neg (Succ vuu30000)) (Neg Zero)",fontsize=16,color="black",shape="box"];497 -> 704[label="",style="solid", color="black", weight=3]; 20.09/7.30 498[label="primEqInt (Neg Zero) (Pos (Succ vuu310000))",fontsize=16,color="black",shape="box"];498 -> 705[label="",style="solid", color="black", weight=3]; 20.09/7.30 499[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];499 -> 706[label="",style="solid", color="black", weight=3]; 20.09/7.30 500[label="primEqInt (Neg Zero) (Neg (Succ vuu310000))",fontsize=16,color="black",shape="box"];500 -> 707[label="",style="solid", color="black", weight=3]; 20.09/7.30 501[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];501 -> 708[label="",style="solid", color="black", weight=3]; 20.09/7.30 502 -> 139[label="",style="dashed", color="red", weight=0]; 20.09/7.30 502[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];502 -> 709[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 502 -> 710[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 503 -> 145[label="",style="dashed", color="red", weight=0]; 20.09/7.30 503[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];503 -> 711[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 503 -> 712[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 504 -> 139[label="",style="dashed", color="red", weight=0]; 20.09/7.30 504[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];504 -> 713[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 504 -> 714[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 505 -> 145[label="",style="dashed", color="red", weight=0]; 20.09/7.30 505[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];505 -> 715[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 505 -> 716[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 506[label="vuu3000",fontsize=16,color="green",shape="box"];507[label="vuu31000",fontsize=16,color="green",shape="box"];508[label="vuu3000",fontsize=16,color="green",shape="box"];509[label="vuu31000",fontsize=16,color="green",shape="box"];510[label="vuu3000",fontsize=16,color="green",shape="box"];511[label="vuu31000",fontsize=16,color="green",shape="box"];512[label="vuu3000",fontsize=16,color="green",shape="box"];513[label="vuu31000",fontsize=16,color="green",shape="box"];514[label="vuu3000",fontsize=16,color="green",shape="box"];515[label="vuu31000",fontsize=16,color="green",shape="box"];516[label="vuu3000",fontsize=16,color="green",shape="box"];517[label="vuu31000",fontsize=16,color="green",shape="box"];518[label="vuu3000",fontsize=16,color="green",shape="box"];519[label="vuu31000",fontsize=16,color="green",shape="box"];520[label="vuu3000",fontsize=16,color="green",shape="box"];521[label="vuu31000",fontsize=16,color="green",shape="box"];522[label="vuu3000",fontsize=16,color="green",shape="box"];523[label="vuu31000",fontsize=16,color="green",shape="box"];524[label="vuu3000",fontsize=16,color="green",shape="box"];525[label="vuu31000",fontsize=16,color="green",shape="box"];526[label="vuu3000",fontsize=16,color="green",shape="box"];527[label="vuu31000",fontsize=16,color="green",shape="box"];528[label="vuu3000",fontsize=16,color="green",shape="box"];529[label="vuu31000",fontsize=16,color="green",shape="box"];530[label="vuu3000",fontsize=16,color="green",shape="box"];531[label="vuu31000",fontsize=16,color="green",shape="box"];532[label="vuu3000",fontsize=16,color="green",shape="box"];533[label="vuu31000",fontsize=16,color="green",shape="box"];534[label="vuu3000",fontsize=16,color="green",shape="box"];535[label="vuu31000",fontsize=16,color="green",shape="box"];536[label="vuu3000",fontsize=16,color="green",shape="box"];537[label="vuu31000",fontsize=16,color="green",shape="box"];538[label="vuu3000",fontsize=16,color="green",shape="box"];539[label="vuu31000",fontsize=16,color="green",shape="box"];540[label="vuu3000",fontsize=16,color="green",shape="box"];541[label="vuu31000",fontsize=16,color="green",shape="box"];542[label="vuu3000",fontsize=16,color="green",shape="box"];543[label="vuu31000",fontsize=16,color="green",shape="box"];544[label="vuu3000",fontsize=16,color="green",shape="box"];545[label="vuu31000",fontsize=16,color="green",shape="box"];546[label="vuu3000",fontsize=16,color="green",shape="box"];547[label="vuu31000",fontsize=16,color="green",shape="box"];548[label="vuu3000",fontsize=16,color="green",shape="box"];549[label="vuu31000",fontsize=16,color="green",shape="box"];550[label="vuu3000",fontsize=16,color="green",shape="box"];551[label="vuu31000",fontsize=16,color="green",shape="box"];552[label="vuu3000",fontsize=16,color="green",shape="box"];553[label="vuu31000",fontsize=16,color="green",shape="box"];554[label="vuu3000",fontsize=16,color="green",shape="box"];555[label="vuu31000",fontsize=16,color="green",shape="box"];556[label="vuu3000",fontsize=16,color="green",shape="box"];557[label="vuu31000",fontsize=16,color="green",shape="box"];558[label="vuu3000",fontsize=16,color="green",shape="box"];559[label="vuu31000",fontsize=16,color="green",shape="box"];560[label="vuu3000",fontsize=16,color="green",shape="box"];561[label="vuu31000",fontsize=16,color="green",shape="box"];562 -> 139[label="",style="dashed", color="red", weight=0]; 20.09/7.30 562[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];562 -> 717[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 562 -> 718[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 563 -> 140[label="",style="dashed", color="red", weight=0]; 20.09/7.30 563[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];563 -> 719[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 563 -> 720[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 564 -> 141[label="",style="dashed", color="red", weight=0]; 20.09/7.30 564[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];564 -> 721[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 564 -> 722[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 565 -> 142[label="",style="dashed", color="red", weight=0]; 20.09/7.30 565[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];565 -> 723[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 565 -> 724[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 566 -> 143[label="",style="dashed", color="red", weight=0]; 20.09/7.30 566[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];566 -> 725[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 566 -> 726[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 567 -> 144[label="",style="dashed", color="red", weight=0]; 20.09/7.30 567[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];567 -> 727[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 567 -> 728[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 568 -> 145[label="",style="dashed", color="red", weight=0]; 20.09/7.30 568[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];568 -> 729[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 568 -> 730[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 569 -> 146[label="",style="dashed", color="red", weight=0]; 20.09/7.30 569[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];569 -> 731[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 569 -> 732[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 570 -> 147[label="",style="dashed", color="red", weight=0]; 20.09/7.30 570[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];570 -> 733[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 570 -> 734[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 571 -> 148[label="",style="dashed", color="red", weight=0]; 20.09/7.30 571[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];571 -> 735[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 571 -> 736[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 572 -> 70[label="",style="dashed", color="red", weight=0]; 20.09/7.30 572[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];572 -> 737[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 572 -> 738[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 573 -> 150[label="",style="dashed", color="red", weight=0]; 20.09/7.30 573[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];573 -> 739[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 573 -> 740[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 574 -> 151[label="",style="dashed", color="red", weight=0]; 20.09/7.30 574[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];574 -> 741[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 574 -> 742[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 575 -> 152[label="",style="dashed", color="red", weight=0]; 20.09/7.30 575[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];575 -> 743[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 575 -> 744[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 576 -> 139[label="",style="dashed", color="red", weight=0]; 20.09/7.30 576[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];576 -> 745[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 576 -> 746[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 577 -> 140[label="",style="dashed", color="red", weight=0]; 20.09/7.30 577[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];577 -> 747[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 577 -> 748[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 578 -> 141[label="",style="dashed", color="red", weight=0]; 20.09/7.30 578[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];578 -> 749[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 578 -> 750[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 579 -> 142[label="",style="dashed", color="red", weight=0]; 20.09/7.30 579[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];579 -> 751[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 579 -> 752[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 580 -> 143[label="",style="dashed", color="red", weight=0]; 20.09/7.30 580[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];580 -> 753[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 580 -> 754[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 581 -> 144[label="",style="dashed", color="red", weight=0]; 20.09/7.30 581[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];581 -> 755[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 581 -> 756[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 582 -> 145[label="",style="dashed", color="red", weight=0]; 20.09/7.30 582[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];582 -> 757[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 582 -> 758[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 583 -> 146[label="",style="dashed", color="red", weight=0]; 20.09/7.30 583[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];583 -> 759[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 583 -> 760[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 584 -> 147[label="",style="dashed", color="red", weight=0]; 20.09/7.30 584[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];584 -> 761[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 584 -> 762[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 585 -> 148[label="",style="dashed", color="red", weight=0]; 20.09/7.30 585[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];585 -> 763[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 585 -> 764[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 586 -> 70[label="",style="dashed", color="red", weight=0]; 20.09/7.30 586[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];586 -> 765[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 586 -> 766[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 587 -> 150[label="",style="dashed", color="red", weight=0]; 20.09/7.30 587[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];587 -> 767[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 587 -> 768[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 588 -> 151[label="",style="dashed", color="red", weight=0]; 20.09/7.30 588[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];588 -> 769[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 588 -> 770[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 589 -> 152[label="",style="dashed", color="red", weight=0]; 20.09/7.30 589[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];589 -> 771[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 589 -> 772[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 590[label="primEqNat (Succ vuu30000) vuu31000",fontsize=16,color="burlywood",shape="box"];1246[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];590 -> 1246[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1246 -> 773[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 1247[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];590 -> 1247[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1247 -> 774[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 591[label="primEqNat Zero vuu31000",fontsize=16,color="burlywood",shape="box"];1248[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];591 -> 1248[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1248 -> 775[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 1249[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];591 -> 1249[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1249 -> 776[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 592[label="(vuu26 : vuu27) : vuu28",fontsize=16,color="green",shape="box"];593[label="vuu24",fontsize=16,color="green",shape="box"];594[label="vuu25",fontsize=16,color="green",shape="box"];595[label="vuu28",fontsize=16,color="green",shape="box"];596[label="span2Zs ((==) vuu24 : vuu25) vuu28",fontsize=16,color="black",shape="triangle"];596 -> 777[label="",style="solid", color="black", weight=3]; 20.09/7.30 627 -> 778[label="",style="dashed", color="red", weight=0]; 20.09/7.30 627[label="span2Zs0 ((==) []) (vuu3110 : vuu3111) (span2Span1 ((==) []) vuu3111 ((==) []) vuu3110 vuu3111 ((==) [] vuu3110))",fontsize=16,color="magenta"];627 -> 779[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 628[label="span2Zs0 ((==) []) [] ([],[])",fontsize=16,color="black",shape="box"];628 -> 780[label="",style="solid", color="black", weight=3]; 20.09/7.30 597[label="vuu3000",fontsize=16,color="green",shape="box"];598[label="vuu31000",fontsize=16,color="green",shape="box"];599[label="vuu3000",fontsize=16,color="green",shape="box"];600[label="vuu31000",fontsize=16,color="green",shape="box"];601[label="vuu3000",fontsize=16,color="green",shape="box"];602[label="vuu31000",fontsize=16,color="green",shape="box"];603[label="vuu3000",fontsize=16,color="green",shape="box"];604[label="vuu31000",fontsize=16,color="green",shape="box"];605[label="vuu3000",fontsize=16,color="green",shape="box"];606[label="vuu31000",fontsize=16,color="green",shape="box"];607[label="vuu3000",fontsize=16,color="green",shape="box"];608[label="vuu31000",fontsize=16,color="green",shape="box"];609[label="vuu3000",fontsize=16,color="green",shape="box"];610[label="vuu31000",fontsize=16,color="green",shape="box"];611[label="vuu3000",fontsize=16,color="green",shape="box"];612[label="vuu31000",fontsize=16,color="green",shape="box"];613[label="vuu3000",fontsize=16,color="green",shape="box"];614[label="vuu31000",fontsize=16,color="green",shape="box"];615[label="vuu3000",fontsize=16,color="green",shape="box"];616[label="vuu31000",fontsize=16,color="green",shape="box"];617[label="vuu3000",fontsize=16,color="green",shape="box"];618[label="vuu31000",fontsize=16,color="green",shape="box"];619[label="vuu3000",fontsize=16,color="green",shape="box"];620[label="vuu31000",fontsize=16,color="green",shape="box"];621[label="vuu3000",fontsize=16,color="green",shape="box"];622[label="vuu31000",fontsize=16,color="green",shape="box"];623[label="vuu3000",fontsize=16,color="green",shape="box"];624[label="vuu31000",fontsize=16,color="green",shape="box"];631[label="span2Ys0 ((==) vuu11 : vuu12) (vuu150 : vuu151) (span2 ((==) vuu11 : vuu12) (vuu150 : vuu151))",fontsize=16,color="black",shape="box"];631 -> 781[label="",style="solid", color="black", weight=3]; 20.09/7.30 632[label="span2Ys0 ((==) vuu11 : vuu12) [] (span3 ((==) vuu11 : vuu12) [])",fontsize=16,color="black",shape="box"];632 -> 782[label="",style="solid", color="black", weight=3]; 20.09/7.30 630 -> 70[label="",style="dashed", color="red", weight=0]; 20.09/7.30 630[label="(==) [] vuu3110",fontsize=16,color="magenta"];630 -> 783[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 630 -> 784[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 629[label="span2Ys0 ((==) []) (vuu3110 : vuu3111) (span2Span1 ((==) []) vuu3111 ((==) []) vuu3110 vuu3111 vuu39)",fontsize=16,color="burlywood",shape="triangle"];1250[label="vuu39/False",fontsize=10,color="white",style="solid",shape="box"];629 -> 1250[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1250 -> 785[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 1251[label="vuu39/True",fontsize=10,color="white",style="solid",shape="box"];629 -> 1251[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1251 -> 786[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 633[label="[]",fontsize=16,color="green",shape="box"];634[label="vuu3000",fontsize=16,color="green",shape="box"];635[label="vuu31000",fontsize=16,color="green",shape="box"];636[label="vuu3000",fontsize=16,color="green",shape="box"];637[label="vuu31000",fontsize=16,color="green",shape="box"];638[label="vuu3000",fontsize=16,color="green",shape="box"];639[label="vuu31000",fontsize=16,color="green",shape="box"];640[label="vuu3000",fontsize=16,color="green",shape="box"];641[label="vuu31000",fontsize=16,color="green",shape="box"];642[label="vuu3000",fontsize=16,color="green",shape="box"];643[label="vuu31000",fontsize=16,color="green",shape="box"];644[label="vuu3000",fontsize=16,color="green",shape="box"];645[label="vuu31000",fontsize=16,color="green",shape="box"];646[label="vuu3000",fontsize=16,color="green",shape="box"];647[label="vuu31000",fontsize=16,color="green",shape="box"];648[label="vuu3000",fontsize=16,color="green",shape="box"];649[label="vuu31000",fontsize=16,color="green",shape="box"];650[label="vuu3000",fontsize=16,color="green",shape="box"];651[label="vuu31000",fontsize=16,color="green",shape="box"];652[label="vuu3000",fontsize=16,color="green",shape="box"];653[label="vuu31000",fontsize=16,color="green",shape="box"];654[label="vuu3000",fontsize=16,color="green",shape="box"];655[label="vuu31000",fontsize=16,color="green",shape="box"];656[label="vuu3000",fontsize=16,color="green",shape="box"];657[label="vuu31000",fontsize=16,color="green",shape="box"];658[label="vuu3000",fontsize=16,color="green",shape="box"];659[label="vuu31000",fontsize=16,color="green",shape="box"];660[label="vuu3000",fontsize=16,color="green",shape="box"];661[label="vuu31000",fontsize=16,color="green",shape="box"];662 -> 139[label="",style="dashed", color="red", weight=0]; 20.09/7.30 662[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];662 -> 787[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 662 -> 788[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 663 -> 140[label="",style="dashed", color="red", weight=0]; 20.09/7.30 663[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];663 -> 789[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 663 -> 790[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 664 -> 141[label="",style="dashed", color="red", weight=0]; 20.09/7.30 664[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];664 -> 791[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 664 -> 792[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 665 -> 142[label="",style="dashed", color="red", weight=0]; 20.09/7.30 665[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];665 -> 793[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 665 -> 794[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 666 -> 143[label="",style="dashed", color="red", weight=0]; 20.09/7.30 666[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];666 -> 795[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 666 -> 796[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 667 -> 144[label="",style="dashed", color="red", weight=0]; 20.09/7.30 667[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];667 -> 797[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 667 -> 798[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 668 -> 145[label="",style="dashed", color="red", weight=0]; 20.09/7.30 668[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];668 -> 799[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 668 -> 800[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 669 -> 146[label="",style="dashed", color="red", weight=0]; 20.09/7.30 669[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];669 -> 801[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 669 -> 802[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 670 -> 147[label="",style="dashed", color="red", weight=0]; 20.09/7.30 670[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];670 -> 803[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 670 -> 804[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 671 -> 148[label="",style="dashed", color="red", weight=0]; 20.09/7.30 671[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];671 -> 805[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 671 -> 806[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 672 -> 70[label="",style="dashed", color="red", weight=0]; 20.09/7.30 672[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];672 -> 807[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 672 -> 808[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 673 -> 150[label="",style="dashed", color="red", weight=0]; 20.09/7.30 673[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];673 -> 809[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 673 -> 810[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 674 -> 151[label="",style="dashed", color="red", weight=0]; 20.09/7.30 674[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];674 -> 811[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 674 -> 812[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 675 -> 152[label="",style="dashed", color="red", weight=0]; 20.09/7.30 675[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];675 -> 813[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 675 -> 814[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 676 -> 139[label="",style="dashed", color="red", weight=0]; 20.09/7.30 676[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];676 -> 815[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 676 -> 816[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 677 -> 140[label="",style="dashed", color="red", weight=0]; 20.09/7.30 677[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];677 -> 817[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 677 -> 818[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 678 -> 141[label="",style="dashed", color="red", weight=0]; 20.09/7.30 678[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];678 -> 819[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 678 -> 820[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 679 -> 142[label="",style="dashed", color="red", weight=0]; 20.09/7.30 679[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];679 -> 821[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 679 -> 822[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 680 -> 143[label="",style="dashed", color="red", weight=0]; 20.09/7.30 680[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];680 -> 823[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 680 -> 824[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 681 -> 144[label="",style="dashed", color="red", weight=0]; 20.09/7.30 681[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];681 -> 825[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 681 -> 826[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 682 -> 145[label="",style="dashed", color="red", weight=0]; 20.09/7.30 682[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];682 -> 827[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 682 -> 828[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 683 -> 146[label="",style="dashed", color="red", weight=0]; 20.09/7.30 683[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];683 -> 829[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 683 -> 830[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 684 -> 147[label="",style="dashed", color="red", weight=0]; 20.09/7.30 684[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];684 -> 831[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 684 -> 832[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 685 -> 148[label="",style="dashed", color="red", weight=0]; 20.09/7.30 685[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];685 -> 833[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 685 -> 834[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 686 -> 70[label="",style="dashed", color="red", weight=0]; 20.09/7.30 686[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];686 -> 835[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 686 -> 836[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 687 -> 150[label="",style="dashed", color="red", weight=0]; 20.09/7.30 687[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];687 -> 837[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 687 -> 838[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 688 -> 151[label="",style="dashed", color="red", weight=0]; 20.09/7.30 688[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];688 -> 839[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 688 -> 840[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 689 -> 152[label="",style="dashed", color="red", weight=0]; 20.09/7.30 689[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];689 -> 841[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 689 -> 842[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 690[label="primMulInt vuu3000 vuu31001",fontsize=16,color="burlywood",shape="box"];1252[label="vuu3000/Pos vuu30000",fontsize=10,color="white",style="solid",shape="box"];690 -> 1252[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1252 -> 843[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 1253[label="vuu3000/Neg vuu30000",fontsize=10,color="white",style="solid",shape="box"];690 -> 1253[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1253 -> 844[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 691[label="vuu31000",fontsize=16,color="green",shape="box"];692[label="vuu3001",fontsize=16,color="green",shape="box"];693[label="vuu31001",fontsize=16,color="green",shape="box"];694[label="vuu3000",fontsize=16,color="green",shape="box"];695[label="vuu31000",fontsize=16,color="green",shape="box"];696[label="vuu3001",fontsize=16,color="green",shape="box"];697 -> 431[label="",style="dashed", color="red", weight=0]; 20.09/7.30 697[label="primEqNat vuu30000 vuu310000",fontsize=16,color="magenta"];697 -> 845[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 697 -> 846[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 698[label="False",fontsize=16,color="green",shape="box"];699[label="False",fontsize=16,color="green",shape="box"];700[label="True",fontsize=16,color="green",shape="box"];701[label="False",fontsize=16,color="green",shape="box"];702[label="True",fontsize=16,color="green",shape="box"];703 -> 431[label="",style="dashed", color="red", weight=0]; 20.09/7.30 703[label="primEqNat vuu30000 vuu310000",fontsize=16,color="magenta"];703 -> 847[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 703 -> 848[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 704[label="False",fontsize=16,color="green",shape="box"];705[label="False",fontsize=16,color="green",shape="box"];706[label="True",fontsize=16,color="green",shape="box"];707[label="False",fontsize=16,color="green",shape="box"];708[label="True",fontsize=16,color="green",shape="box"];709[label="vuu3000",fontsize=16,color="green",shape="box"];710[label="vuu31000",fontsize=16,color="green",shape="box"];711[label="vuu3000",fontsize=16,color="green",shape="box"];712[label="vuu31000",fontsize=16,color="green",shape="box"];713[label="vuu3001",fontsize=16,color="green",shape="box"];714[label="vuu31001",fontsize=16,color="green",shape="box"];715[label="vuu3001",fontsize=16,color="green",shape="box"];716[label="vuu31001",fontsize=16,color="green",shape="box"];717[label="vuu3000",fontsize=16,color="green",shape="box"];718[label="vuu31000",fontsize=16,color="green",shape="box"];719[label="vuu3000",fontsize=16,color="green",shape="box"];720[label="vuu31000",fontsize=16,color="green",shape="box"];721[label="vuu3000",fontsize=16,color="green",shape="box"];722[label="vuu31000",fontsize=16,color="green",shape="box"];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="vuu3001",fontsize=16,color="green",shape="box"];746[label="vuu31001",fontsize=16,color="green",shape="box"];747[label="vuu3001",fontsize=16,color="green",shape="box"];748[label="vuu31001",fontsize=16,color="green",shape="box"];749[label="vuu3001",fontsize=16,color="green",shape="box"];750[label="vuu31001",fontsize=16,color="green",shape="box"];751[label="vuu3001",fontsize=16,color="green",shape="box"];752[label="vuu31001",fontsize=16,color="green",shape="box"];753[label="vuu3001",fontsize=16,color="green",shape="box"];754[label="vuu31001",fontsize=16,color="green",shape="box"];755[label="vuu3001",fontsize=16,color="green",shape="box"];756[label="vuu31001",fontsize=16,color="green",shape="box"];757[label="vuu3001",fontsize=16,color="green",shape="box"];758[label="vuu31001",fontsize=16,color="green",shape="box"];759[label="vuu3001",fontsize=16,color="green",shape="box"];760[label="vuu31001",fontsize=16,color="green",shape="box"];761[label="vuu3001",fontsize=16,color="green",shape="box"];762[label="vuu31001",fontsize=16,color="green",shape="box"];763[label="vuu3001",fontsize=16,color="green",shape="box"];764[label="vuu31001",fontsize=16,color="green",shape="box"];765[label="vuu3001",fontsize=16,color="green",shape="box"];766[label="vuu31001",fontsize=16,color="green",shape="box"];767[label="vuu3001",fontsize=16,color="green",shape="box"];768[label="vuu31001",fontsize=16,color="green",shape="box"];769[label="vuu3001",fontsize=16,color="green",shape="box"];770[label="vuu31001",fontsize=16,color="green",shape="box"];771[label="vuu3001",fontsize=16,color="green",shape="box"];772[label="vuu31001",fontsize=16,color="green",shape="box"];773[label="primEqNat (Succ vuu30000) (Succ vuu310000)",fontsize=16,color="black",shape="box"];773 -> 849[label="",style="solid", color="black", weight=3]; 20.09/7.30 774[label="primEqNat (Succ vuu30000) Zero",fontsize=16,color="black",shape="box"];774 -> 850[label="",style="solid", color="black", weight=3]; 20.09/7.30 775[label="primEqNat Zero (Succ vuu310000)",fontsize=16,color="black",shape="box"];775 -> 851[label="",style="solid", color="black", weight=3]; 20.09/7.30 776[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];776 -> 852[label="",style="solid", color="black", weight=3]; 20.09/7.30 777[label="span2Zs0 ((==) vuu24 : vuu25) vuu28 (span2Vu43 ((==) vuu24 : vuu25) vuu28)",fontsize=16,color="black",shape="box"];777 -> 853[label="",style="solid", color="black", weight=3]; 20.09/7.30 779 -> 70[label="",style="dashed", color="red", weight=0]; 20.09/7.30 779[label="(==) [] vuu3110",fontsize=16,color="magenta"];779 -> 854[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 779 -> 855[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 778[label="span2Zs0 ((==) []) (vuu3110 : vuu3111) (span2Span1 ((==) []) vuu3111 ((==) []) vuu3110 vuu3111 vuu40)",fontsize=16,color="burlywood",shape="triangle"];1254[label="vuu40/False",fontsize=10,color="white",style="solid",shape="box"];778 -> 1254[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1254 -> 856[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 1255[label="vuu40/True",fontsize=10,color="white",style="solid",shape="box"];778 -> 1255[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1255 -> 857[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 780[label="[]",fontsize=16,color="green",shape="box"];781 -> 858[label="",style="dashed", color="red", weight=0]; 20.09/7.30 781[label="span2Ys0 ((==) vuu11 : vuu12) (vuu150 : vuu151) (span2Span1 ((==) vuu11 : vuu12) vuu151 ((==) vuu11 : vuu12) vuu150 vuu151 ((==) vuu11 : vuu12 vuu150))",fontsize=16,color="magenta"];781 -> 859[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 782[label="span2Ys0 ((==) vuu11 : vuu12) [] ([],[])",fontsize=16,color="black",shape="box"];782 -> 860[label="",style="solid", color="black", weight=3]; 20.09/7.30 783[label="[]",fontsize=16,color="green",shape="box"];784[label="vuu3110",fontsize=16,color="green",shape="box"];785[label="span2Ys0 ((==) []) (vuu3110 : vuu3111) (span2Span1 ((==) []) vuu3111 ((==) []) vuu3110 vuu3111 False)",fontsize=16,color="black",shape="box"];785 -> 861[label="",style="solid", color="black", weight=3]; 20.09/7.30 786[label="span2Ys0 ((==) []) (vuu3110 : vuu3111) (span2Span1 ((==) []) vuu3111 ((==) []) vuu3110 vuu3111 True)",fontsize=16,color="black",shape="box"];786 -> 862[label="",style="solid", color="black", weight=3]; 20.09/7.30 787[label="vuu3001",fontsize=16,color="green",shape="box"];788[label="vuu31001",fontsize=16,color="green",shape="box"];789[label="vuu3001",fontsize=16,color="green",shape="box"];790[label="vuu31001",fontsize=16,color="green",shape="box"];791[label="vuu3001",fontsize=16,color="green",shape="box"];792[label="vuu31001",fontsize=16,color="green",shape="box"];793[label="vuu3001",fontsize=16,color="green",shape="box"];794[label="vuu31001",fontsize=16,color="green",shape="box"];795[label="vuu3001",fontsize=16,color="green",shape="box"];796[label="vuu31001",fontsize=16,color="green",shape="box"];797[label="vuu3001",fontsize=16,color="green",shape="box"];798[label="vuu31001",fontsize=16,color="green",shape="box"];799[label="vuu3001",fontsize=16,color="green",shape="box"];800[label="vuu31001",fontsize=16,color="green",shape="box"];801[label="vuu3001",fontsize=16,color="green",shape="box"];802[label="vuu31001",fontsize=16,color="green",shape="box"];803[label="vuu3001",fontsize=16,color="green",shape="box"];804[label="vuu31001",fontsize=16,color="green",shape="box"];805[label="vuu3001",fontsize=16,color="green",shape="box"];806[label="vuu31001",fontsize=16,color="green",shape="box"];807[label="vuu3001",fontsize=16,color="green",shape="box"];808[label="vuu31001",fontsize=16,color="green",shape="box"];809[label="vuu3001",fontsize=16,color="green",shape="box"];810[label="vuu31001",fontsize=16,color="green",shape="box"];811[label="vuu3001",fontsize=16,color="green",shape="box"];812[label="vuu31001",fontsize=16,color="green",shape="box"];813[label="vuu3001",fontsize=16,color="green",shape="box"];814[label="vuu31001",fontsize=16,color="green",shape="box"];815[label="vuu3002",fontsize=16,color="green",shape="box"];816[label="vuu31002",fontsize=16,color="green",shape="box"];817[label="vuu3002",fontsize=16,color="green",shape="box"];818[label="vuu31002",fontsize=16,color="green",shape="box"];819[label="vuu3002",fontsize=16,color="green",shape="box"];820[label="vuu31002",fontsize=16,color="green",shape="box"];821[label="vuu3002",fontsize=16,color="green",shape="box"];822[label="vuu31002",fontsize=16,color="green",shape="box"];823[label="vuu3002",fontsize=16,color="green",shape="box"];824[label="vuu31002",fontsize=16,color="green",shape="box"];825[label="vuu3002",fontsize=16,color="green",shape="box"];826[label="vuu31002",fontsize=16,color="green",shape="box"];827[label="vuu3002",fontsize=16,color="green",shape="box"];828[label="vuu31002",fontsize=16,color="green",shape="box"];829[label="vuu3002",fontsize=16,color="green",shape="box"];830[label="vuu31002",fontsize=16,color="green",shape="box"];831[label="vuu3002",fontsize=16,color="green",shape="box"];832[label="vuu31002",fontsize=16,color="green",shape="box"];833[label="vuu3002",fontsize=16,color="green",shape="box"];834[label="vuu31002",fontsize=16,color="green",shape="box"];835[label="vuu3002",fontsize=16,color="green",shape="box"];836[label="vuu31002",fontsize=16,color="green",shape="box"];837[label="vuu3002",fontsize=16,color="green",shape="box"];838[label="vuu31002",fontsize=16,color="green",shape="box"];839[label="vuu3002",fontsize=16,color="green",shape="box"];840[label="vuu31002",fontsize=16,color="green",shape="box"];841[label="vuu3002",fontsize=16,color="green",shape="box"];842[label="vuu31002",fontsize=16,color="green",shape="box"];843[label="primMulInt (Pos vuu30000) vuu31001",fontsize=16,color="burlywood",shape="box"];1256[label="vuu31001/Pos vuu310010",fontsize=10,color="white",style="solid",shape="box"];843 -> 1256[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1256 -> 863[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 1257[label="vuu31001/Neg vuu310010",fontsize=10,color="white",style="solid",shape="box"];843 -> 1257[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1257 -> 864[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 844[label="primMulInt (Neg vuu30000) vuu31001",fontsize=16,color="burlywood",shape="box"];1258[label="vuu31001/Pos vuu310010",fontsize=10,color="white",style="solid",shape="box"];844 -> 1258[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1258 -> 865[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 1259[label="vuu31001/Neg vuu310010",fontsize=10,color="white",style="solid",shape="box"];844 -> 1259[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1259 -> 866[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 845[label="vuu30000",fontsize=16,color="green",shape="box"];846[label="vuu310000",fontsize=16,color="green",shape="box"];847[label="vuu30000",fontsize=16,color="green",shape="box"];848[label="vuu310000",fontsize=16,color="green",shape="box"];849 -> 431[label="",style="dashed", color="red", weight=0]; 20.09/7.30 849[label="primEqNat vuu30000 vuu310000",fontsize=16,color="magenta"];849 -> 867[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 849 -> 868[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 850[label="False",fontsize=16,color="green",shape="box"];851[label="False",fontsize=16,color="green",shape="box"];852[label="True",fontsize=16,color="green",shape="box"];853[label="span2Zs0 ((==) vuu24 : vuu25) vuu28 (span ((==) vuu24 : vuu25) vuu28)",fontsize=16,color="burlywood",shape="box"];1260[label="vuu28/vuu280 : vuu281",fontsize=10,color="white",style="solid",shape="box"];853 -> 1260[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1260 -> 869[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 1261[label="vuu28/[]",fontsize=10,color="white",style="solid",shape="box"];853 -> 1261[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1261 -> 870[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 854[label="[]",fontsize=16,color="green",shape="box"];855[label="vuu3110",fontsize=16,color="green",shape="box"];856[label="span2Zs0 ((==) []) (vuu3110 : vuu3111) (span2Span1 ((==) []) vuu3111 ((==) []) vuu3110 vuu3111 False)",fontsize=16,color="black",shape="box"];856 -> 871[label="",style="solid", color="black", weight=3]; 20.09/7.30 857[label="span2Zs0 ((==) []) (vuu3110 : vuu3111) (span2Span1 ((==) []) vuu3111 ((==) []) vuu3110 vuu3111 True)",fontsize=16,color="black",shape="box"];857 -> 872[label="",style="solid", color="black", weight=3]; 20.09/7.30 859 -> 70[label="",style="dashed", color="red", weight=0]; 20.09/7.30 859[label="(==) vuu11 : vuu12 vuu150",fontsize=16,color="magenta"];859 -> 873[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 859 -> 874[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 858[label="span2Ys0 ((==) vuu11 : vuu12) (vuu150 : vuu151) (span2Span1 ((==) vuu11 : vuu12) vuu151 ((==) vuu11 : vuu12) vuu150 vuu151 vuu41)",fontsize=16,color="burlywood",shape="triangle"];1262[label="vuu41/False",fontsize=10,color="white",style="solid",shape="box"];858 -> 1262[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1262 -> 875[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 1263[label="vuu41/True",fontsize=10,color="white",style="solid",shape="box"];858 -> 1263[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1263 -> 876[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 860[label="[]",fontsize=16,color="green",shape="box"];861[label="span2Ys0 ((==) []) (vuu3110 : vuu3111) (span2Span0 ((==) []) vuu3111 ((==) []) vuu3110 vuu3111 otherwise)",fontsize=16,color="black",shape="box"];861 -> 877[label="",style="solid", color="black", weight=3]; 20.09/7.30 862 -> 878[label="",style="dashed", color="red", weight=0]; 20.09/7.30 862[label="span2Ys0 ((==) []) (vuu3110 : vuu3111) (vuu3110 : span2Ys ((==) []) vuu3111,span2Zs ((==) []) vuu3111)",fontsize=16,color="magenta"];862 -> 879[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 862 -> 880[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 863[label="primMulInt (Pos vuu30000) (Pos vuu310010)",fontsize=16,color="black",shape="box"];863 -> 881[label="",style="solid", color="black", weight=3]; 20.09/7.30 864[label="primMulInt (Pos vuu30000) (Neg vuu310010)",fontsize=16,color="black",shape="box"];864 -> 882[label="",style="solid", color="black", weight=3]; 20.09/7.30 865[label="primMulInt (Neg vuu30000) (Pos vuu310010)",fontsize=16,color="black",shape="box"];865 -> 883[label="",style="solid", color="black", weight=3]; 20.09/7.30 866[label="primMulInt (Neg vuu30000) (Neg vuu310010)",fontsize=16,color="black",shape="box"];866 -> 884[label="",style="solid", color="black", weight=3]; 20.09/7.30 867[label="vuu30000",fontsize=16,color="green",shape="box"];868[label="vuu310000",fontsize=16,color="green",shape="box"];869[label="span2Zs0 ((==) vuu24 : vuu25) (vuu280 : vuu281) (span ((==) vuu24 : vuu25) (vuu280 : vuu281))",fontsize=16,color="black",shape="box"];869 -> 885[label="",style="solid", color="black", weight=3]; 20.09/7.30 870[label="span2Zs0 ((==) vuu24 : vuu25) [] (span ((==) vuu24 : vuu25) [])",fontsize=16,color="black",shape="box"];870 -> 886[label="",style="solid", color="black", weight=3]; 20.09/7.30 871[label="span2Zs0 ((==) []) (vuu3110 : vuu3111) (span2Span0 ((==) []) vuu3111 ((==) []) vuu3110 vuu3111 otherwise)",fontsize=16,color="black",shape="box"];871 -> 887[label="",style="solid", color="black", weight=3]; 20.09/7.30 872 -> 888[label="",style="dashed", color="red", weight=0]; 20.09/7.30 872[label="span2Zs0 ((==) []) (vuu3110 : vuu3111) (vuu3110 : span2Ys ((==) []) vuu3111,span2Zs ((==) []) vuu3111)",fontsize=16,color="magenta"];872 -> 889[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 872 -> 890[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 873[label="vuu11 : vuu12",fontsize=16,color="green",shape="box"];874[label="vuu150",fontsize=16,color="green",shape="box"];875[label="span2Ys0 ((==) vuu11 : vuu12) (vuu150 : vuu151) (span2Span1 ((==) vuu11 : vuu12) vuu151 ((==) vuu11 : vuu12) vuu150 vuu151 False)",fontsize=16,color="black",shape="box"];875 -> 891[label="",style="solid", color="black", weight=3]; 20.09/7.30 876[label="span2Ys0 ((==) vuu11 : vuu12) (vuu150 : vuu151) (span2Span1 ((==) vuu11 : vuu12) vuu151 ((==) vuu11 : vuu12) vuu150 vuu151 True)",fontsize=16,color="black",shape="box"];876 -> 892[label="",style="solid", color="black", weight=3]; 20.09/7.30 877[label="span2Ys0 ((==) []) (vuu3110 : vuu3111) (span2Span0 ((==) []) vuu3111 ((==) []) vuu3110 vuu3111 True)",fontsize=16,color="black",shape="box"];877 -> 893[label="",style="solid", color="black", weight=3]; 20.09/7.30 879 -> 113[label="",style="dashed", color="red", weight=0]; 20.09/7.30 879[label="span2Ys ((==) []) vuu3111",fontsize=16,color="magenta"];879 -> 894[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 880 -> 157[label="",style="dashed", color="red", weight=0]; 20.09/7.30 880[label="span2Zs ((==) []) vuu3111",fontsize=16,color="magenta"];880 -> 895[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 878[label="span2Ys0 ((==) []) (vuu3110 : vuu3111) (vuu3110 : vuu43,vuu42)",fontsize=16,color="black",shape="triangle"];878 -> 896[label="",style="solid", color="black", weight=3]; 20.09/7.30 881[label="Pos (primMulNat vuu30000 vuu310010)",fontsize=16,color="green",shape="box"];881 -> 897[label="",style="dashed", color="green", weight=3]; 20.09/7.30 882[label="Neg (primMulNat vuu30000 vuu310010)",fontsize=16,color="green",shape="box"];882 -> 898[label="",style="dashed", color="green", weight=3]; 20.09/7.30 883[label="Neg (primMulNat vuu30000 vuu310010)",fontsize=16,color="green",shape="box"];883 -> 899[label="",style="dashed", color="green", weight=3]; 20.09/7.30 884[label="Pos (primMulNat vuu30000 vuu310010)",fontsize=16,color="green",shape="box"];884 -> 900[label="",style="dashed", color="green", weight=3]; 20.09/7.30 885[label="span2Zs0 ((==) vuu24 : vuu25) (vuu280 : vuu281) (span2 ((==) vuu24 : vuu25) (vuu280 : vuu281))",fontsize=16,color="black",shape="box"];885 -> 901[label="",style="solid", color="black", weight=3]; 20.09/7.30 886[label="span2Zs0 ((==) vuu24 : vuu25) [] (span3 ((==) vuu24 : vuu25) [])",fontsize=16,color="black",shape="box"];886 -> 902[label="",style="solid", color="black", weight=3]; 20.09/7.30 887[label="span2Zs0 ((==) []) (vuu3110 : vuu3111) (span2Span0 ((==) []) vuu3111 ((==) []) vuu3110 vuu3111 True)",fontsize=16,color="black",shape="box"];887 -> 903[label="",style="solid", color="black", weight=3]; 20.09/7.30 889 -> 157[label="",style="dashed", color="red", weight=0]; 20.09/7.30 889[label="span2Zs ((==) []) vuu3111",fontsize=16,color="magenta"];889 -> 904[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 890 -> 113[label="",style="dashed", color="red", weight=0]; 20.09/7.30 890[label="span2Ys ((==) []) vuu3111",fontsize=16,color="magenta"];890 -> 905[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 888[label="span2Zs0 ((==) []) (vuu3110 : vuu3111) (vuu3110 : vuu45,vuu44)",fontsize=16,color="black",shape="triangle"];888 -> 906[label="",style="solid", color="black", weight=3]; 20.09/7.30 891[label="span2Ys0 ((==) vuu11 : vuu12) (vuu150 : vuu151) (span2Span0 ((==) vuu11 : vuu12) vuu151 ((==) vuu11 : vuu12) vuu150 vuu151 otherwise)",fontsize=16,color="black",shape="box"];891 -> 907[label="",style="solid", color="black", weight=3]; 20.09/7.30 892 -> 908[label="",style="dashed", color="red", weight=0]; 20.09/7.30 892[label="span2Ys0 ((==) vuu11 : vuu12) (vuu150 : vuu151) (vuu150 : span2Ys ((==) vuu11 : vuu12) vuu151,span2Zs ((==) vuu11 : vuu12) vuu151)",fontsize=16,color="magenta"];892 -> 909[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 892 -> 910[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 893[label="span2Ys0 ((==) []) (vuu3110 : vuu3111) ([],vuu3110 : vuu3111)",fontsize=16,color="black",shape="box"];893 -> 911[label="",style="solid", color="black", weight=3]; 20.09/7.30 894[label="vuu3111",fontsize=16,color="green",shape="box"];895[label="vuu3111",fontsize=16,color="green",shape="box"];896[label="vuu3110 : vuu43",fontsize=16,color="green",shape="box"];897[label="primMulNat vuu30000 vuu310010",fontsize=16,color="burlywood",shape="triangle"];1264[label="vuu30000/Succ vuu300000",fontsize=10,color="white",style="solid",shape="box"];897 -> 1264[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1264 -> 912[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 1265[label="vuu30000/Zero",fontsize=10,color="white",style="solid",shape="box"];897 -> 1265[label="",style="solid", color="burlywood", weight=9]; 20.09/7.30 1265 -> 913[label="",style="solid", color="burlywood", weight=3]; 20.09/7.30 898 -> 897[label="",style="dashed", color="red", weight=0]; 20.09/7.30 898[label="primMulNat vuu30000 vuu310010",fontsize=16,color="magenta"];898 -> 914[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 899 -> 897[label="",style="dashed", color="red", weight=0]; 20.09/7.30 899[label="primMulNat vuu30000 vuu310010",fontsize=16,color="magenta"];899 -> 915[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 900 -> 897[label="",style="dashed", color="red", weight=0]; 20.09/7.30 900[label="primMulNat vuu30000 vuu310010",fontsize=16,color="magenta"];900 -> 916[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 900 -> 917[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 901 -> 918[label="",style="dashed", color="red", weight=0]; 20.09/7.30 901[label="span2Zs0 ((==) vuu24 : vuu25) (vuu280 : vuu281) (span2Span1 ((==) vuu24 : vuu25) vuu281 ((==) vuu24 : vuu25) vuu280 vuu281 ((==) vuu24 : vuu25 vuu280))",fontsize=16,color="magenta"];901 -> 919[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 902[label="span2Zs0 ((==) vuu24 : vuu25) [] ([],[])",fontsize=16,color="black",shape="box"];902 -> 920[label="",style="solid", color="black", weight=3]; 20.09/7.30 903[label="span2Zs0 ((==) []) (vuu3110 : vuu3111) ([],vuu3110 : vuu3111)",fontsize=16,color="black",shape="box"];903 -> 921[label="",style="solid", color="black", weight=3]; 20.09/7.30 904[label="vuu3111",fontsize=16,color="green",shape="box"];905[label="vuu3111",fontsize=16,color="green",shape="box"];906[label="vuu44",fontsize=16,color="green",shape="box"];907[label="span2Ys0 ((==) vuu11 : vuu12) (vuu150 : vuu151) (span2Span0 ((==) vuu11 : vuu12) vuu151 ((==) vuu11 : vuu12) vuu150 vuu151 True)",fontsize=16,color="black",shape="box"];907 -> 922[label="",style="solid", color="black", weight=3]; 20.09/7.30 909 -> 596[label="",style="dashed", color="red", weight=0]; 20.09/7.30 909[label="span2Zs ((==) vuu11 : vuu12) vuu151",fontsize=16,color="magenta"];909 -> 923[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 909 -> 924[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 909 -> 925[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 910 -> 310[label="",style="dashed", color="red", weight=0]; 20.09/7.30 910[label="span2Ys ((==) vuu11 : vuu12) vuu151",fontsize=16,color="magenta"];910 -> 926[label="",style="dashed", color="magenta", weight=3]; 20.09/7.30 908[label="span2Ys0 ((==) vuu11 : vuu12) (vuu150 : vuu151) (vuu150 : vuu47,vuu46)",fontsize=16,color="black",shape="triangle"];908 -> 927[label="",style="solid", color="black", weight=3]; 20.09/7.30 911[label="[]",fontsize=16,color="green",shape="box"];912[label="primMulNat (Succ vuu300000) vuu310010",fontsize=16,color="burlywood",shape="box"];1266[label="vuu310010/Succ vuu3100100",fontsize=10,color="white",style="solid",shape="box"];912 -> 1266[label="",style="solid", color="burlywood", weight=9]; 20.11/7.30 1266 -> 928[label="",style="solid", color="burlywood", weight=3]; 20.11/7.30 1267[label="vuu310010/Zero",fontsize=10,color="white",style="solid",shape="box"];912 -> 1267[label="",style="solid", color="burlywood", weight=9]; 20.11/7.30 1267 -> 929[label="",style="solid", color="burlywood", weight=3]; 20.11/7.30 913[label="primMulNat Zero vuu310010",fontsize=16,color="burlywood",shape="box"];1268[label="vuu310010/Succ vuu3100100",fontsize=10,color="white",style="solid",shape="box"];913 -> 1268[label="",style="solid", color="burlywood", weight=9]; 20.11/7.30 1268 -> 930[label="",style="solid", color="burlywood", weight=3]; 20.11/7.30 1269[label="vuu310010/Zero",fontsize=10,color="white",style="solid",shape="box"];913 -> 1269[label="",style="solid", color="burlywood", weight=9]; 20.11/7.30 1269 -> 931[label="",style="solid", color="burlywood", weight=3]; 20.11/7.30 914[label="vuu310010",fontsize=16,color="green",shape="box"];915[label="vuu30000",fontsize=16,color="green",shape="box"];916[label="vuu310010",fontsize=16,color="green",shape="box"];917[label="vuu30000",fontsize=16,color="green",shape="box"];919 -> 70[label="",style="dashed", color="red", weight=0]; 20.11/7.30 919[label="(==) vuu24 : vuu25 vuu280",fontsize=16,color="magenta"];919 -> 932[label="",style="dashed", color="magenta", weight=3]; 20.11/7.30 919 -> 933[label="",style="dashed", color="magenta", weight=3]; 20.11/7.30 918[label="span2Zs0 ((==) vuu24 : vuu25) (vuu280 : vuu281) (span2Span1 ((==) vuu24 : vuu25) vuu281 ((==) vuu24 : vuu25) vuu280 vuu281 vuu48)",fontsize=16,color="burlywood",shape="triangle"];1270[label="vuu48/False",fontsize=10,color="white",style="solid",shape="box"];918 -> 1270[label="",style="solid", color="burlywood", weight=9]; 20.11/7.30 1270 -> 934[label="",style="solid", color="burlywood", weight=3]; 20.11/7.30 1271[label="vuu48/True",fontsize=10,color="white",style="solid",shape="box"];918 -> 1271[label="",style="solid", color="burlywood", weight=9]; 20.11/7.30 1271 -> 935[label="",style="solid", color="burlywood", weight=3]; 20.11/7.30 920[label="[]",fontsize=16,color="green",shape="box"];921[label="vuu3110 : vuu3111",fontsize=16,color="green",shape="box"];922[label="span2Ys0 ((==) vuu11 : vuu12) (vuu150 : vuu151) ([],vuu150 : vuu151)",fontsize=16,color="black",shape="box"];922 -> 936[label="",style="solid", color="black", weight=3]; 20.11/7.30 923[label="vuu11",fontsize=16,color="green",shape="box"];924[label="vuu151",fontsize=16,color="green",shape="box"];925[label="vuu12",fontsize=16,color="green",shape="box"];926[label="vuu151",fontsize=16,color="green",shape="box"];927[label="vuu150 : vuu47",fontsize=16,color="green",shape="box"];928[label="primMulNat (Succ vuu300000) (Succ vuu3100100)",fontsize=16,color="black",shape="box"];928 -> 937[label="",style="solid", color="black", weight=3]; 20.11/7.30 929[label="primMulNat (Succ vuu300000) Zero",fontsize=16,color="black",shape="box"];929 -> 938[label="",style="solid", color="black", weight=3]; 20.11/7.30 930[label="primMulNat Zero (Succ vuu3100100)",fontsize=16,color="black",shape="box"];930 -> 939[label="",style="solid", color="black", weight=3]; 20.11/7.30 931[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];931 -> 940[label="",style="solid", color="black", weight=3]; 20.11/7.30 932[label="vuu24 : vuu25",fontsize=16,color="green",shape="box"];933[label="vuu280",fontsize=16,color="green",shape="box"];934[label="span2Zs0 ((==) vuu24 : vuu25) (vuu280 : vuu281) (span2Span1 ((==) vuu24 : vuu25) vuu281 ((==) vuu24 : vuu25) vuu280 vuu281 False)",fontsize=16,color="black",shape="box"];934 -> 941[label="",style="solid", color="black", weight=3]; 20.11/7.30 935[label="span2Zs0 ((==) vuu24 : vuu25) (vuu280 : vuu281) (span2Span1 ((==) vuu24 : vuu25) vuu281 ((==) vuu24 : vuu25) vuu280 vuu281 True)",fontsize=16,color="black",shape="box"];935 -> 942[label="",style="solid", color="black", weight=3]; 20.11/7.30 936[label="[]",fontsize=16,color="green",shape="box"];937 -> 943[label="",style="dashed", color="red", weight=0]; 20.11/7.30 937[label="primPlusNat (primMulNat vuu300000 (Succ vuu3100100)) (Succ vuu3100100)",fontsize=16,color="magenta"];937 -> 944[label="",style="dashed", color="magenta", weight=3]; 20.11/7.30 938[label="Zero",fontsize=16,color="green",shape="box"];939[label="Zero",fontsize=16,color="green",shape="box"];940[label="Zero",fontsize=16,color="green",shape="box"];941[label="span2Zs0 ((==) vuu24 : vuu25) (vuu280 : vuu281) (span2Span0 ((==) vuu24 : vuu25) vuu281 ((==) vuu24 : vuu25) vuu280 vuu281 otherwise)",fontsize=16,color="black",shape="box"];941 -> 945[label="",style="solid", color="black", weight=3]; 20.11/7.30 942 -> 946[label="",style="dashed", color="red", weight=0]; 20.11/7.30 942[label="span2Zs0 ((==) vuu24 : vuu25) (vuu280 : vuu281) (vuu280 : span2Ys ((==) vuu24 : vuu25) vuu281,span2Zs ((==) vuu24 : vuu25) vuu281)",fontsize=16,color="magenta"];942 -> 947[label="",style="dashed", color="magenta", weight=3]; 20.11/7.30 942 -> 948[label="",style="dashed", color="magenta", weight=3]; 20.11/7.30 944 -> 897[label="",style="dashed", color="red", weight=0]; 20.11/7.30 944[label="primMulNat vuu300000 (Succ vuu3100100)",fontsize=16,color="magenta"];944 -> 949[label="",style="dashed", color="magenta", weight=3]; 20.11/7.30 944 -> 950[label="",style="dashed", color="magenta", weight=3]; 20.11/7.30 943[label="primPlusNat vuu49 (Succ vuu3100100)",fontsize=16,color="burlywood",shape="triangle"];1272[label="vuu49/Succ vuu490",fontsize=10,color="white",style="solid",shape="box"];943 -> 1272[label="",style="solid", color="burlywood", weight=9]; 20.11/7.30 1272 -> 951[label="",style="solid", color="burlywood", weight=3]; 20.11/7.30 1273[label="vuu49/Zero",fontsize=10,color="white",style="solid",shape="box"];943 -> 1273[label="",style="solid", color="burlywood", weight=9]; 20.11/7.30 1273 -> 952[label="",style="solid", color="burlywood", weight=3]; 20.11/7.30 945[label="span2Zs0 ((==) vuu24 : vuu25) (vuu280 : vuu281) (span2Span0 ((==) vuu24 : vuu25) vuu281 ((==) vuu24 : vuu25) vuu280 vuu281 True)",fontsize=16,color="black",shape="box"];945 -> 953[label="",style="solid", color="black", weight=3]; 20.11/7.30 947 -> 596[label="",style="dashed", color="red", weight=0]; 20.11/7.30 947[label="span2Zs ((==) vuu24 : vuu25) vuu281",fontsize=16,color="magenta"];947 -> 954[label="",style="dashed", color="magenta", weight=3]; 20.11/7.30 948 -> 310[label="",style="dashed", color="red", weight=0]; 20.11/7.30 948[label="span2Ys ((==) vuu24 : vuu25) vuu281",fontsize=16,color="magenta"];948 -> 955[label="",style="dashed", color="magenta", weight=3]; 20.11/7.30 948 -> 956[label="",style="dashed", color="magenta", weight=3]; 20.11/7.30 948 -> 957[label="",style="dashed", color="magenta", weight=3]; 20.11/7.30 946[label="span2Zs0 ((==) vuu24 : vuu25) (vuu280 : vuu281) (vuu280 : vuu51,vuu50)",fontsize=16,color="black",shape="triangle"];946 -> 958[label="",style="solid", color="black", weight=3]; 20.11/7.30 949[label="Succ vuu3100100",fontsize=16,color="green",shape="box"];950[label="vuu300000",fontsize=16,color="green",shape="box"];951[label="primPlusNat (Succ vuu490) (Succ vuu3100100)",fontsize=16,color="black",shape="box"];951 -> 959[label="",style="solid", color="black", weight=3]; 20.11/7.30 952[label="primPlusNat Zero (Succ vuu3100100)",fontsize=16,color="black",shape="box"];952 -> 960[label="",style="solid", color="black", weight=3]; 20.11/7.30 953[label="span2Zs0 ((==) vuu24 : vuu25) (vuu280 : vuu281) ([],vuu280 : vuu281)",fontsize=16,color="black",shape="box"];953 -> 961[label="",style="solid", color="black", weight=3]; 20.11/7.30 954[label="vuu281",fontsize=16,color="green",shape="box"];955[label="vuu24",fontsize=16,color="green",shape="box"];956[label="vuu25",fontsize=16,color="green",shape="box"];957[label="vuu281",fontsize=16,color="green",shape="box"];958[label="vuu50",fontsize=16,color="green",shape="box"];959[label="Succ (Succ (primPlusNat vuu490 vuu3100100))",fontsize=16,color="green",shape="box"];959 -> 962[label="",style="dashed", color="green", weight=3]; 20.11/7.30 960[label="Succ vuu3100100",fontsize=16,color="green",shape="box"];961[label="vuu280 : vuu281",fontsize=16,color="green",shape="box"];962[label="primPlusNat vuu490 vuu3100100",fontsize=16,color="burlywood",shape="triangle"];1274[label="vuu490/Succ vuu4900",fontsize=10,color="white",style="solid",shape="box"];962 -> 1274[label="",style="solid", color="burlywood", weight=9]; 20.11/7.30 1274 -> 963[label="",style="solid", color="burlywood", weight=3]; 20.11/7.30 1275[label="vuu490/Zero",fontsize=10,color="white",style="solid",shape="box"];962 -> 1275[label="",style="solid", color="burlywood", weight=9]; 20.11/7.30 1275 -> 964[label="",style="solid", color="burlywood", weight=3]; 20.11/7.30 963[label="primPlusNat (Succ vuu4900) vuu3100100",fontsize=16,color="burlywood",shape="box"];1276[label="vuu3100100/Succ vuu31001000",fontsize=10,color="white",style="solid",shape="box"];963 -> 1276[label="",style="solid", color="burlywood", weight=9]; 20.11/7.30 1276 -> 965[label="",style="solid", color="burlywood", weight=3]; 20.11/7.30 1277[label="vuu3100100/Zero",fontsize=10,color="white",style="solid",shape="box"];963 -> 1277[label="",style="solid", color="burlywood", weight=9]; 20.11/7.30 1277 -> 966[label="",style="solid", color="burlywood", weight=3]; 20.11/7.30 964[label="primPlusNat Zero vuu3100100",fontsize=16,color="burlywood",shape="box"];1278[label="vuu3100100/Succ vuu31001000",fontsize=10,color="white",style="solid",shape="box"];964 -> 1278[label="",style="solid", color="burlywood", weight=9]; 20.11/7.30 1278 -> 967[label="",style="solid", color="burlywood", weight=3]; 20.11/7.30 1279[label="vuu3100100/Zero",fontsize=10,color="white",style="solid",shape="box"];964 -> 1279[label="",style="solid", color="burlywood", weight=9]; 20.11/7.30 1279 -> 968[label="",style="solid", color="burlywood", weight=3]; 20.11/7.30 965[label="primPlusNat (Succ vuu4900) (Succ vuu31001000)",fontsize=16,color="black",shape="box"];965 -> 969[label="",style="solid", color="black", weight=3]; 20.11/7.30 966[label="primPlusNat (Succ vuu4900) Zero",fontsize=16,color="black",shape="box"];966 -> 970[label="",style="solid", color="black", weight=3]; 20.11/7.30 967[label="primPlusNat Zero (Succ vuu31001000)",fontsize=16,color="black",shape="box"];967 -> 971[label="",style="solid", color="black", weight=3]; 20.11/7.30 968[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];968 -> 972[label="",style="solid", color="black", weight=3]; 20.11/7.30 969[label="Succ (Succ (primPlusNat vuu4900 vuu31001000))",fontsize=16,color="green",shape="box"];969 -> 973[label="",style="dashed", color="green", weight=3]; 20.11/7.30 970[label="Succ vuu4900",fontsize=16,color="green",shape="box"];971[label="Succ vuu31001000",fontsize=16,color="green",shape="box"];972[label="Zero",fontsize=16,color="green",shape="box"];973 -> 962[label="",style="dashed", color="red", weight=0]; 20.11/7.30 973[label="primPlusNat vuu4900 vuu31001000",fontsize=16,color="magenta"];973 -> 974[label="",style="dashed", color="magenta", weight=3]; 20.11/7.30 973 -> 975[label="",style="dashed", color="magenta", weight=3]; 20.11/7.30 974[label="vuu31001000",fontsize=16,color="green",shape="box"];975[label="vuu4900",fontsize=16,color="green",shape="box"];} 20.11/7.30 20.11/7.30 ---------------------------------------- 20.11/7.30 20.11/7.30 (10) 20.11/7.30 Complex Obligation (AND) 20.11/7.30 20.11/7.30 ---------------------------------------- 20.11/7.30 20.11/7.30 (11) 20.11/7.30 Obligation: 20.11/7.30 Q DP problem: 20.11/7.30 The TRS P consists of the following rules: 20.11/7.30 20.11/7.30 new_esEs2(Left(vuu3000), Left(vuu31000), app(app(ty_@2, bad), bae), hg) -> new_esEs3(vuu3000, vuu31000, bad, bae) 20.11/7.30 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), cd, bd, app(ty_[], ec)) -> new_esEs1(vuu3002, vuu31002, ec) 20.11/7.30 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), cd, bd, app(app(ty_@2, ef), eg)) -> new_esEs3(vuu3002, vuu31002, ef, eg) 20.11/7.30 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(app(ty_@2, cb), cc), bd, be) -> new_esEs3(vuu3000, vuu31000, cb, cc) 20.11/7.30 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), cd, bd, app(app(app(ty_@3, dg), dh), ea)) -> new_esEs(vuu3002, vuu31002, dg, dh, ea) 20.11/7.30 new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(ty_Maybe, bcd), bcc) -> new_esEs0(vuu3000, vuu31000, bcd) 20.11/7.30 new_esEs2(Right(vuu3000), Right(vuu31000), baf, app(app(ty_Either, bbd), bbe)) -> new_esEs2(vuu3000, vuu31000, bbd, bbe) 20.11/7.30 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(ty_[], bg), bd, be) -> new_esEs1(vuu3000, vuu31000, bg) 20.11/7.30 new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bdb, app(app(ty_Either, bdh), bea)) -> new_esEs2(vuu3001, vuu31001, bdh, bea) 20.11/7.30 new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(ty_Maybe, ge)) -> new_esEs0(vuu3000, vuu31000, ge) 20.11/7.30 new_esEs2(Left(vuu3000), Left(vuu31000), app(ty_[], baa), hg) -> new_esEs1(vuu3000, vuu31000, baa) 20.11/7.30 new_esEs2(Right(vuu3000), Right(vuu31000), baf, app(app(app(ty_@3, bag), bah), bba)) -> new_esEs(vuu3000, vuu31000, bag, bah, bba) 20.11/7.30 new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bdb, app(ty_Maybe, bdf)) -> new_esEs0(vuu3001, vuu31001, bdf) 20.11/7.30 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), cd, app(ty_[], db), be) -> new_esEs1(vuu3001, vuu31001, db) 20.11/7.30 new_esEs0(Just(vuu3000), Just(vuu31000), app(app(ty_Either, ff), fg)) -> new_esEs2(vuu3000, vuu31000, ff, fg) 20.11/7.30 new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(app(app(ty_@3, gb), gc), gd)) -> new_esEs(vuu3000, vuu31000, gb, gc, gd) 20.11/7.30 new_esEs2(Left(vuu3000), Left(vuu31000), app(ty_Maybe, hh), hg) -> new_esEs0(vuu3000, vuu31000, hh) 20.11/7.30 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(ty_Maybe, bf), bd, be) -> new_esEs0(vuu3000, vuu31000, bf) 20.11/7.30 new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(app(ty_Either, gg), gh)) -> new_esEs2(vuu3000, vuu31000, gg, gh) 20.11/7.30 new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(app(ty_Either, bcf), bcg), bcc) -> new_esEs2(vuu3000, vuu31000, bcf, bcg) 20.11/7.30 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), cd, app(ty_Maybe, da), be) -> new_esEs0(vuu3001, vuu31001, da) 20.11/7.30 new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bdb, app(app(app(ty_@3, bdc), bdd), bde)) -> new_esEs(vuu3001, vuu31001, bdc, bdd, bde) 20.11/7.30 new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bdb, app(app(ty_@2, beb), bec)) -> new_esEs3(vuu3001, vuu31001, beb, bec) 20.11/7.30 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), cd, app(app(app(ty_@3, ce), cf), cg), be) -> new_esEs(vuu3001, vuu31001, ce, cf, cg) 20.11/7.30 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), cd, bd, app(ty_Maybe, eb)) -> new_esEs0(vuu3002, vuu31002, eb) 20.11/7.30 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), cd, bd, app(app(ty_Either, ed), ee)) -> new_esEs2(vuu3002, vuu31002, ed, ee) 20.11/7.30 new_esEs2(Left(vuu3000), Left(vuu31000), app(app(ty_Either, bab), bac), hg) -> new_esEs2(vuu3000, vuu31000, bab, bac) 20.11/7.30 new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bdb, app(ty_[], bdg)) -> new_esEs1(vuu3001, vuu31001, bdg) 20.11/7.30 new_esEs2(Right(vuu3000), Right(vuu31000), baf, app(ty_[], bbc)) -> new_esEs1(vuu3000, vuu31000, bbc) 20.11/7.30 new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(app(app(ty_@3, bbh), bca), bcb), bcc) -> new_esEs(vuu3000, vuu31000, bbh, bca, bcb) 20.11/7.30 new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(app(ty_@2, bch), bda), bcc) -> new_esEs3(vuu3000, vuu31000, bch, bda) 20.11/7.30 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), cd, app(app(ty_Either, dc), dd), be) -> new_esEs2(vuu3001, vuu31001, dc, dd) 20.11/7.30 new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), hc) -> new_esEs1(vuu3001, vuu31001, hc) 20.11/7.30 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(app(app(ty_@3, ba), bb), bc), bd, be) -> new_esEs(vuu3000, vuu31000, ba, bb, bc) 20.11/7.30 new_esEs2(Right(vuu3000), Right(vuu31000), baf, app(app(ty_@2, bbf), bbg)) -> new_esEs3(vuu3000, vuu31000, bbf, bbg) 20.11/7.30 new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(ty_[], gf)) -> new_esEs1(vuu3000, vuu31000, gf) 20.11/7.30 new_esEs2(Left(vuu3000), Left(vuu31000), app(app(app(ty_@3, hd), he), hf), hg) -> new_esEs(vuu3000, vuu31000, hd, he, hf) 20.11/7.30 new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(app(ty_@2, ha), hb)) -> new_esEs3(vuu3000, vuu31000, ha, hb) 20.11/7.30 new_esEs0(Just(vuu3000), Just(vuu31000), app(app(ty_@2, fh), ga)) -> new_esEs3(vuu3000, vuu31000, fh, ga) 20.11/7.30 new_esEs0(Just(vuu3000), Just(vuu31000), app(ty_Maybe, fc)) -> new_esEs0(vuu3000, vuu31000, fc) 20.11/7.30 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(app(ty_Either, bh), ca), bd, be) -> new_esEs2(vuu3000, vuu31000, bh, ca) 20.11/7.30 new_esEs2(Right(vuu3000), Right(vuu31000), baf, app(ty_Maybe, bbb)) -> new_esEs0(vuu3000, vuu31000, bbb) 20.11/7.30 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), cd, app(app(ty_@2, de), df), be) -> new_esEs3(vuu3001, vuu31001, de, df) 20.11/7.30 new_esEs0(Just(vuu3000), Just(vuu31000), app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vuu3000, vuu31000, eh, fa, fb) 20.11/7.30 new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(ty_[], bce), bcc) -> new_esEs1(vuu3000, vuu31000, bce) 20.11/7.30 new_esEs0(Just(vuu3000), Just(vuu31000), app(ty_[], fd)) -> new_esEs1(vuu3000, vuu31000, fd) 20.11/7.30 20.11/7.30 R is empty. 20.11/7.30 Q is empty. 20.11/7.30 We have to consider all minimal (P,Q,R)-chains. 20.11/7.30 ---------------------------------------- 20.11/7.30 20.11/7.30 (12) QDPSizeChangeProof (EQUIVALENT) 20.11/7.30 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. 20.11/7.30 20.11/7.30 From the DPs we obtained the following set of size-change graphs: 20.11/7.30 *new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(app(ty_Either, gg), gh)) -> new_esEs2(vuu3000, vuu31000, gg, gh) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(app(app(ty_@3, gb), gc), gd)) -> new_esEs(vuu3000, vuu31000, gb, gc, gd) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs0(Just(vuu3000), Just(vuu31000), app(app(ty_Either, ff), fg)) -> new_esEs2(vuu3000, vuu31000, ff, fg) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(app(ty_@2, ha), hb)) -> new_esEs3(vuu3000, vuu31000, ha, hb) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs0(Just(vuu3000), Just(vuu31000), app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vuu3000, vuu31000, eh, fa, fb) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs0(Just(vuu3000), Just(vuu31000), app(app(ty_@2, fh), ga)) -> new_esEs3(vuu3000, vuu31000, fh, ga) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(ty_Maybe, ge)) -> new_esEs0(vuu3000, vuu31000, ge) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs0(Just(vuu3000), Just(vuu31000), app(ty_[], fd)) -> new_esEs1(vuu3000, vuu31000, fd) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs0(Just(vuu3000), Just(vuu31000), app(ty_Maybe, fc)) -> new_esEs0(vuu3000, vuu31000, fc) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bdb, app(app(ty_Either, bdh), bea)) -> new_esEs2(vuu3001, vuu31001, bdh, bea) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(app(ty_Either, bcf), bcg), bcc) -> new_esEs2(vuu3000, vuu31000, bcf, bcg) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bdb, app(app(app(ty_@3, bdc), bdd), bde)) -> new_esEs(vuu3001, vuu31001, bdc, bdd, bde) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(app(app(ty_@3, bbh), bca), bcb), bcc) -> new_esEs(vuu3000, vuu31000, bbh, bca, bcb) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bdb, app(app(ty_@2, beb), bec)) -> new_esEs3(vuu3001, vuu31001, beb, bec) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(app(ty_@2, bch), bda), bcc) -> new_esEs3(vuu3000, vuu31000, bch, bda) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bdb, app(ty_[], bdg)) -> new_esEs1(vuu3001, vuu31001, bdg) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(ty_[], bce), bcc) -> new_esEs1(vuu3000, vuu31000, bce) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(ty_Maybe, bcd), bcc) -> new_esEs0(vuu3000, vuu31000, bcd) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bdb, app(ty_Maybe, bdf)) -> new_esEs0(vuu3001, vuu31001, bdf) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), cd, bd, app(app(ty_Either, ed), ee)) -> new_esEs2(vuu3002, vuu31002, ed, ee) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), cd, app(app(ty_Either, dc), dd), be) -> new_esEs2(vuu3001, vuu31001, dc, dd) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(app(ty_Either, bh), ca), bd, be) -> new_esEs2(vuu3000, vuu31000, bh, ca) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs2(Right(vuu3000), Right(vuu31000), baf, app(app(ty_Either, bbd), bbe)) -> new_esEs2(vuu3000, vuu31000, bbd, bbe) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs2(Left(vuu3000), Left(vuu31000), app(app(ty_Either, bab), bac), hg) -> new_esEs2(vuu3000, vuu31000, bab, bac) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), hc) -> new_esEs1(vuu3001, vuu31001, hc) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(ty_[], gf)) -> new_esEs1(vuu3000, vuu31000, gf) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), cd, bd, app(app(app(ty_@3, dg), dh), ea)) -> new_esEs(vuu3002, vuu31002, dg, dh, ea) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), cd, app(app(app(ty_@3, ce), cf), cg), be) -> new_esEs(vuu3001, vuu31001, ce, cf, cg) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(app(app(ty_@3, ba), bb), bc), bd, be) -> new_esEs(vuu3000, vuu31000, ba, bb, bc) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs2(Right(vuu3000), Right(vuu31000), baf, app(app(app(ty_@3, bag), bah), bba)) -> new_esEs(vuu3000, vuu31000, bag, bah, bba) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs2(Left(vuu3000), Left(vuu31000), app(app(app(ty_@3, hd), he), hf), hg) -> new_esEs(vuu3000, vuu31000, hd, he, hf) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), cd, bd, app(app(ty_@2, ef), eg)) -> new_esEs3(vuu3002, vuu31002, ef, eg) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(app(ty_@2, cb), cc), bd, be) -> new_esEs3(vuu3000, vuu31000, cb, cc) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), cd, app(app(ty_@2, de), df), be) -> new_esEs3(vuu3001, vuu31001, de, df) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), cd, bd, app(ty_[], ec)) -> new_esEs1(vuu3002, vuu31002, ec) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(ty_[], bg), bd, be) -> new_esEs1(vuu3000, vuu31000, bg) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), cd, app(ty_[], db), be) -> new_esEs1(vuu3001, vuu31001, db) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(ty_Maybe, bf), bd, be) -> new_esEs0(vuu3000, vuu31000, bf) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), cd, app(ty_Maybe, da), be) -> new_esEs0(vuu3001, vuu31001, da) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), cd, bd, app(ty_Maybe, eb)) -> new_esEs0(vuu3002, vuu31002, eb) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs2(Left(vuu3000), Left(vuu31000), app(app(ty_@2, bad), bae), hg) -> new_esEs3(vuu3000, vuu31000, bad, bae) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs2(Right(vuu3000), Right(vuu31000), baf, app(app(ty_@2, bbf), bbg)) -> new_esEs3(vuu3000, vuu31000, bbf, bbg) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs2(Left(vuu3000), Left(vuu31000), app(ty_[], baa), hg) -> new_esEs1(vuu3000, vuu31000, baa) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs2(Right(vuu3000), Right(vuu31000), baf, app(ty_[], bbc)) -> new_esEs1(vuu3000, vuu31000, bbc) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs2(Left(vuu3000), Left(vuu31000), app(ty_Maybe, hh), hg) -> new_esEs0(vuu3000, vuu31000, hh) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.11/7.30 20.11/7.30 20.11/7.30 *new_esEs2(Right(vuu3000), Right(vuu31000), baf, app(ty_Maybe, bbb)) -> new_esEs0(vuu3000, vuu31000, bbb) 20.11/7.30 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.11/7.30 20.11/7.30 20.11/7.30 ---------------------------------------- 20.11/7.30 20.11/7.30 (13) 20.11/7.30 YES 20.11/7.30 20.11/7.30 ---------------------------------------- 20.11/7.30 20.11/7.30 (14) 20.11/7.30 Obligation: 20.11/7.30 Q DP problem: 20.11/7.30 The TRS P consists of the following rules: 20.11/7.30 20.11/7.30 new_groupBy(:(vuu30, vuu31), ba) -> new_groupBy(new_groupByZs1(vuu30, vuu31, ba), ba) 20.11/7.30 20.11/7.30 The TRS R consists of the following rules: 20.11/7.30 20.11/7.30 new_esEs18(vuu3000, vuu31000, ty_@0) -> new_esEs7(vuu3000, vuu31000) 20.11/7.30 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 20.11/7.30 new_primPlusNat0(Zero, Zero) -> Zero 20.11/7.30 new_esEs20(vuu3000, vuu31000, app(app(app(ty_@3, hd), he), hf)) -> new_esEs9(vuu3000, vuu31000, hd, he, hf) 20.11/7.30 new_esEs25(vuu3000, vuu31000, ty_Int) -> new_esEs13(vuu3000, vuu31000) 20.11/7.30 new_esEs4(:(vuu3000, vuu3001), :(vuu31000, vuu31001), beg) -> new_asAs(new_esEs25(vuu3000, vuu31000, beg), new_esEs4(vuu3001, vuu31001, beg)) 20.11/7.30 new_esEs23(vuu3000, vuu31000, ty_Integer) -> new_esEs5(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, app(ty_Ratio, dc)) -> new_esEs14(vuu3000, vuu31000, dc) 20.11/7.30 new_esEs22(vuu3002, vuu31002, ty_Double) -> new_esEs10(vuu3002, vuu31002) 20.11/7.30 new_esEs21(vuu3001, vuu31001, ty_Bool) -> new_esEs15(vuu3001, vuu31001) 20.11/7.30 new_esEs21(vuu3001, vuu31001, app(ty_Ratio, bbb)) -> new_esEs14(vuu3001, vuu31001, bbb) 20.11/7.30 new_esEs23(vuu3000, vuu31000, ty_Int) -> new_esEs13(vuu3000, vuu31000) 20.11/7.30 new_groupByZs1([], :(:(vuu3100, vuu3101), vuu311), ba) -> :(:(vuu3100, vuu3101), vuu311) 20.11/7.30 new_esEs25(vuu3000, vuu31000, ty_Float) -> new_esEs11(vuu3000, vuu31000) 20.11/7.30 new_esEs22(vuu3002, vuu31002, app(ty_Maybe, bcc)) -> new_esEs12(vuu3002, vuu31002, bcc) 20.11/7.30 new_esEs20(vuu3000, vuu31000, app(app(ty_Either, bab), bac)) -> new_esEs8(vuu3000, vuu31000, bab, bac) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Integer, bb) -> new_esEs5(vuu3000, vuu31000) 20.11/7.30 new_esEs12(Just(vuu3000), Just(vuu31000), app(ty_Maybe, bdg)) -> new_esEs12(vuu3000, vuu31000, bdg) 20.11/7.30 new_esEs13(vuu300, vuu3100) -> new_primEqInt(vuu300, vuu3100) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Int, bb) -> new_esEs13(vuu3000, vuu31000) 20.11/7.30 new_primMulNat0(Succ(vuu300000), Succ(vuu3100100)) -> new_primPlusNat1(new_primMulNat0(vuu300000, Succ(vuu3100100)), vuu3100100) 20.11/7.30 new_esEs22(vuu3002, vuu31002, app(ty_[], bce)) -> new_esEs4(vuu3002, vuu31002, bce) 20.11/7.30 new_esEs12(Just(vuu3000), Just(vuu31000), app(app(ty_@2, bed), bee)) -> new_esEs16(vuu3000, vuu31000, bed, bee) 20.11/7.30 new_esEs18(vuu3000, vuu31000, app(ty_[], eh)) -> new_esEs4(vuu3000, vuu31000, eh) 20.11/7.30 new_esEs25(vuu3000, vuu31000, ty_Char) -> new_esEs17(vuu3000, vuu31000) 20.11/7.30 new_esEs25(vuu3000, vuu31000, ty_Ordering) -> new_esEs6(vuu3000, vuu31000) 20.11/7.30 new_asAs(True, vuu37) -> vuu37 20.11/7.30 new_esEs25(vuu3000, vuu31000, app(ty_Ratio, bfd)) -> new_esEs14(vuu3000, vuu31000, bfd) 20.11/7.30 new_esEs19(vuu3001, vuu31001, ty_Float) -> new_esEs11(vuu3001, vuu31001) 20.11/7.30 new_esEs15(False, False) -> True 20.11/7.30 new_span2Zs02(vuu24, vuu25, vuu280, vuu281, True, bdb) -> new_span2Zs04(vuu24, vuu25, vuu280, vuu281, new_span2Ys3(vuu24, vuu25, vuu281, bdb), new_span2Zs3(vuu24, vuu25, vuu281, bdb), bdb) 20.11/7.30 new_esEs21(vuu3001, vuu31001, ty_Integer) -> new_esEs5(vuu3001, vuu31001) 20.11/7.30 new_groupByZs12(vuu24, vuu25, vuu26, vuu27, vuu28, vuu38, bdb) -> new_span2Zs3(vuu24, vuu25, vuu28, bdb) 20.11/7.30 new_primEqInt(Pos(Succ(vuu30000)), Pos(Zero)) -> False 20.11/7.30 new_primEqInt(Pos(Zero), Pos(Succ(vuu310000))) -> False 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Float, bb) -> new_esEs11(vuu3000, vuu31000) 20.11/7.30 new_esEs12(Nothing, Just(vuu31000), bdc) -> False 20.11/7.30 new_esEs12(Just(vuu3000), Nothing, bdc) -> False 20.11/7.30 new_esEs19(vuu3001, vuu31001, ty_Char) -> new_esEs17(vuu3001, vuu31001) 20.11/7.30 new_esEs21(vuu3001, vuu31001, ty_Int) -> new_esEs13(vuu3001, vuu31001) 20.11/7.30 new_esEs12(Nothing, Nothing, bdc) -> True 20.11/7.30 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Float) -> new_esEs11(vuu3000, vuu31000) 20.11/7.30 new_esEs26(vuu300, vuu3100, ty_@0) -> new_esEs7(vuu300, vuu3100) 20.11/7.30 new_primEqNat0(Succ(vuu30000), Succ(vuu310000)) -> new_primEqNat0(vuu30000, vuu310000) 20.11/7.30 new_groupByZs10(vuu24, vuu25, vuu26, vuu27, vuu28, False, vuu30, bdb) -> new_groupByZs11(vuu24, vuu25, vuu26, vuu27, vuu28, bdb) 20.11/7.30 new_esEs18(vuu3000, vuu31000, ty_Double) -> new_esEs10(vuu3000, vuu31000) 20.11/7.30 new_groupByZs1(:(vuu300, vuu301), :(:(vuu3100, vuu3101), vuu311), ba) -> new_groupByZs10(vuu300, vuu301, vuu3100, vuu3101, vuu311, new_esEs26(vuu300, vuu3100, ba), new_esEs4(vuu301, vuu3101, ba), ba) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), app(app(app(ty_@3, bc), bd), be), bb) -> new_esEs9(vuu3000, vuu31000, bc, bd, be) 20.11/7.30 new_esEs18(vuu3000, vuu31000, app(ty_Maybe, ef)) -> new_esEs12(vuu3000, vuu31000, ef) 20.11/7.30 new_esEs17(Char(vuu3000), Char(vuu31000)) -> new_primEqNat0(vuu3000, vuu31000) 20.11/7.30 new_esEs20(vuu3000, vuu31000, ty_Int) -> new_esEs13(vuu3000, vuu31000) 20.11/7.30 new_primMulNat0(Zero, Zero) -> Zero 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Double) -> new_esEs10(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Char) -> new_esEs17(vuu3000, vuu31000) 20.11/7.30 new_esEs21(vuu3001, vuu31001, ty_@0) -> new_esEs7(vuu3001, vuu31001) 20.11/7.30 new_esEs6(EQ, GT) -> False 20.11/7.30 new_esEs6(GT, EQ) -> False 20.11/7.30 new_span2Zs2(:(vuu3110, vuu3111), ba) -> new_span2Zs01(vuu3110, vuu3111, new_esEs4([], vuu3110, ba), ba) 20.11/7.30 new_esEs20(vuu3000, vuu31000, ty_Float) -> new_esEs11(vuu3000, vuu31000) 20.11/7.30 new_esEs26(vuu300, vuu3100, ty_Char) -> new_esEs17(vuu300, vuu3100) 20.11/7.30 new_primEqNat0(Succ(vuu30000), Zero) -> False 20.11/7.30 new_primEqNat0(Zero, Succ(vuu310000)) -> False 20.11/7.30 new_esEs19(vuu3001, vuu31001, ty_Ordering) -> new_esEs6(vuu3001, vuu31001) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), app(app(ty_Either, ca), cb), bb) -> new_esEs8(vuu3000, vuu31000, ca, cb) 20.11/7.30 new_esEs19(vuu3001, vuu31001, app(ty_Ratio, gb)) -> new_esEs14(vuu3001, vuu31001, gb) 20.11/7.30 new_esEs21(vuu3001, vuu31001, ty_Float) -> new_esEs11(vuu3001, vuu31001) 20.11/7.30 new_esEs25(vuu3000, vuu31000, ty_Bool) -> new_esEs15(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, app(app(ty_@2, dg), dh)) -> new_esEs16(vuu3000, vuu31000, dg, dh) 20.11/7.30 new_esEs19(vuu3001, vuu31001, ty_Bool) -> new_esEs15(vuu3001, vuu31001) 20.11/7.30 new_esEs20(vuu3000, vuu31000, ty_Integer) -> new_esEs5(vuu3000, vuu31000) 20.11/7.30 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Char) -> new_esEs17(vuu3000, vuu31000) 20.11/7.30 new_esEs22(vuu3002, vuu31002, app(app(ty_@2, bch), bda)) -> new_esEs16(vuu3002, vuu31002, bch, bda) 20.11/7.30 new_esEs12(Just(vuu3000), Just(vuu31000), app(ty_[], bea)) -> new_esEs4(vuu3000, vuu31000, bea) 20.11/7.30 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Double) -> new_esEs10(vuu3000, vuu31000) 20.11/7.30 new_esEs12(Just(vuu3000), Just(vuu31000), app(app(ty_Either, beb), bec)) -> new_esEs8(vuu3000, vuu31000, beb, bec) 20.11/7.30 new_esEs7(@0, @0) -> True 20.11/7.30 new_groupByZs1(:(vuu300, vuu301), :([], vuu311), ba) -> :([], vuu311) 20.11/7.30 new_esEs26(vuu300, vuu3100, ty_Float) -> new_esEs11(vuu300, vuu3100) 20.11/7.30 new_esEs18(vuu3000, vuu31000, app(ty_Ratio, eg)) -> new_esEs14(vuu3000, vuu31000, eg) 20.11/7.30 new_esEs18(vuu3000, vuu31000, ty_Ordering) -> new_esEs6(vuu3000, vuu31000) 20.11/7.30 new_esEs22(vuu3002, vuu31002, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs9(vuu3002, vuu31002, bbh, bca, bcb) 20.11/7.30 new_span2Ys3(vuu11, vuu12, [], gh) -> [] 20.11/7.30 new_esEs12(Just(vuu3000), Just(vuu31000), app(app(app(ty_@3, bdd), bde), bdf)) -> new_esEs9(vuu3000, vuu31000, bdd, bde, bdf) 20.11/7.30 new_primEqInt(Neg(Succ(vuu30000)), Neg(Zero)) -> False 20.11/7.30 new_primEqInt(Neg(Zero), Neg(Succ(vuu310000))) -> False 20.11/7.30 new_esEs19(vuu3001, vuu31001, ty_Integer) -> new_esEs5(vuu3001, vuu31001) 20.11/7.30 new_span2Zs01(vuu3110, vuu3111, True, ba) -> new_span2Zs03(vuu3110, vuu3111, new_span2Ys2(vuu3111, ba), new_span2Zs2(vuu3111, ba), ba) 20.11/7.30 new_esEs18(vuu3000, vuu31000, ty_Bool) -> new_esEs15(vuu3000, vuu31000) 20.11/7.30 new_primEqInt(Pos(Succ(vuu30000)), Pos(Succ(vuu310000))) -> new_primEqNat0(vuu30000, vuu310000) 20.11/7.30 new_esEs6(LT, LT) -> True 20.11/7.30 new_esEs6(LT, GT) -> False 20.11/7.30 new_esEs6(GT, LT) -> False 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Char, bb) -> new_esEs17(vuu3000, vuu31000) 20.11/7.30 new_esEs22(vuu3002, vuu31002, app(app(ty_Either, bcf), bcg)) -> new_esEs8(vuu3002, vuu31002, bcf, bcg) 20.11/7.30 new_sr(Pos(vuu30000), Neg(vuu310010)) -> Neg(new_primMulNat0(vuu30000, vuu310010)) 20.11/7.30 new_sr(Neg(vuu30000), Pos(vuu310010)) -> Neg(new_primMulNat0(vuu30000, vuu310010)) 20.11/7.30 new_esEs25(vuu3000, vuu31000, ty_Integer) -> new_esEs5(vuu3000, vuu31000) 20.11/7.30 new_esEs21(vuu3001, vuu31001, ty_Char) -> new_esEs17(vuu3001, vuu31001) 20.11/7.30 new_esEs19(vuu3001, vuu31001, ty_Int) -> new_esEs13(vuu3001, vuu31001) 20.11/7.30 new_primEqInt(Pos(Succ(vuu30000)), Neg(vuu31000)) -> False 20.11/7.30 new_primEqInt(Neg(Succ(vuu30000)), Pos(vuu31000)) -> False 20.11/7.30 new_esEs22(vuu3002, vuu31002, ty_@0) -> new_esEs7(vuu3002, vuu31002) 20.11/7.30 new_esEs12(Just(vuu3000), Just(vuu31000), ty_@0) -> new_esEs7(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, app(app(ty_Either, de), df)) -> new_esEs8(vuu3000, vuu31000, de, df) 20.11/7.30 new_span2Zs02(vuu24, vuu25, vuu280, vuu281, False, bdb) -> :(vuu280, vuu281) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_@0) -> new_esEs7(vuu3000, vuu31000) 20.11/7.30 new_span2Ys04(vuu11, vuu12, vuu150, vuu151, False, gh) -> [] 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), app(ty_Maybe, bf), bb) -> new_esEs12(vuu3000, vuu31000, bf) 20.11/7.30 new_span2Ys3(vuu11, vuu12, :(vuu150, vuu151), gh) -> new_span2Ys04(vuu11, vuu12, vuu150, vuu151, new_esEs4(:(vuu11, vuu12), vuu150, gh), gh) 20.11/7.30 new_esEs22(vuu3002, vuu31002, ty_Bool) -> new_esEs15(vuu3002, vuu31002) 20.11/7.30 new_esEs25(vuu3000, vuu31000, ty_@0) -> new_esEs7(vuu3000, vuu31000) 20.11/7.30 new_span2Ys03(vuu3110, vuu3111, vuu43, vuu42, ba) -> :(vuu3110, vuu43) 20.11/7.30 new_esEs21(vuu3001, vuu31001, app(app(ty_Either, bbd), bbe)) -> new_esEs8(vuu3001, vuu31001, bbd, bbe) 20.11/7.30 new_esEs24(vuu3001, vuu31001, ty_Integer) -> new_esEs5(vuu3001, vuu31001) 20.11/7.30 new_esEs22(vuu3002, vuu31002, app(ty_Ratio, bcd)) -> new_esEs14(vuu3002, vuu31002, bcd) 20.11/7.30 new_span2Zs01(vuu3110, vuu3111, False, ba) -> :(vuu3110, vuu3111) 20.11/7.30 new_span2Zs04(vuu24, vuu25, vuu280, vuu281, vuu51, vuu50, bdb) -> vuu50 20.11/7.30 new_esEs21(vuu3001, vuu31001, app(ty_Maybe, bba)) -> new_esEs12(vuu3001, vuu31001, bba) 20.11/7.30 new_span2Zs03(vuu3110, vuu3111, vuu45, vuu44, ba) -> vuu44 20.11/7.30 new_span2Ys2([], ba) -> [] 20.11/7.30 new_span2Zs3(vuu24, vuu25, :(vuu280, vuu281), bdb) -> new_span2Zs02(vuu24, vuu25, vuu280, vuu281, new_esEs4(:(vuu24, vuu25), vuu280, bdb), bdb) 20.11/7.30 new_esEs19(vuu3001, vuu31001, ty_@0) -> new_esEs7(vuu3001, vuu31001) 20.11/7.30 new_sr(Neg(vuu30000), Neg(vuu310010)) -> Pos(new_primMulNat0(vuu30000, vuu310010)) 20.11/7.30 new_esEs18(vuu3000, vuu31000, ty_Float) -> new_esEs11(vuu3000, vuu31000) 20.11/7.30 new_esEs18(vuu3000, vuu31000, ty_Integer) -> new_esEs5(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), ty_@0, bb) -> new_esEs7(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, app(ty_Maybe, db)) -> new_esEs12(vuu3000, vuu31000, db) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, app(ty_[], dd)) -> new_esEs4(vuu3000, vuu31000, dd) 20.11/7.30 new_groupByZs10(vuu24, vuu25, vuu26, vuu27, vuu28, True, False, bdb) -> new_groupByZs11(vuu24, vuu25, vuu26, vuu27, vuu28, bdb) 20.11/7.30 new_esEs22(vuu3002, vuu31002, ty_Ordering) -> new_esEs6(vuu3002, vuu31002) 20.11/7.30 new_esEs24(vuu3001, vuu31001, ty_Int) -> new_esEs13(vuu3001, vuu31001) 20.11/7.30 new_esEs22(vuu3002, vuu31002, ty_Char) -> new_esEs17(vuu3002, vuu31002) 20.11/7.30 new_primEqInt(Pos(Zero), Neg(Succ(vuu310000))) -> False 20.11/7.30 new_primEqInt(Neg(Zero), Pos(Succ(vuu310000))) -> False 20.11/7.30 new_esEs18(vuu3000, vuu31000, ty_Int) -> new_esEs13(vuu3000, vuu31000) 20.11/7.30 new_primPlusNat0(Succ(vuu4900), Succ(vuu31001000)) -> Succ(Succ(new_primPlusNat0(vuu4900, vuu31001000))) 20.11/7.30 new_esEs9(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ha, hb, hc) -> new_asAs(new_esEs20(vuu3000, vuu31000, ha), new_asAs(new_esEs21(vuu3001, vuu31001, hb), new_esEs22(vuu3002, vuu31002, hc))) 20.11/7.30 new_esEs26(vuu300, vuu3100, app(app(ty_@2, ea), eb)) -> new_esEs16(vuu300, vuu3100, ea, eb) 20.11/7.30 new_esEs5(Integer(vuu3000), Integer(vuu31000)) -> new_primEqInt(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), app(ty_[], bh), bb) -> new_esEs4(vuu3000, vuu31000, bh) 20.11/7.30 new_esEs20(vuu3000, vuu31000, app(ty_Ratio, hh)) -> new_esEs14(vuu3000, vuu31000, hh) 20.11/7.30 new_span2Ys04(vuu11, vuu12, vuu150, vuu151, True, gh) -> new_span2Ys01(vuu11, vuu12, vuu150, vuu151, new_span2Ys3(vuu11, vuu12, vuu151, gh), new_span2Zs3(vuu11, vuu12, vuu151, gh), gh) 20.11/7.30 new_esEs21(vuu3001, vuu31001, ty_Double) -> new_esEs10(vuu3001, vuu31001) 20.11/7.30 new_esEs20(vuu3000, vuu31000, ty_Bool) -> new_esEs15(vuu3000, vuu31000) 20.11/7.30 new_esEs15(True, True) -> True 20.11/7.30 new_esEs20(vuu3000, vuu31000, ty_Char) -> new_esEs17(vuu3000, vuu31000) 20.11/7.30 new_esEs22(vuu3002, vuu31002, ty_Float) -> new_esEs11(vuu3002, vuu31002) 20.11/7.30 new_primEqInt(Neg(Succ(vuu30000)), Neg(Succ(vuu310000))) -> new_primEqNat0(vuu30000, vuu310000) 20.11/7.30 new_esEs26(vuu300, vuu3100, ty_Integer) -> new_esEs5(vuu300, vuu3100) 20.11/7.30 new_esEs21(vuu3001, vuu31001, app(ty_[], bbc)) -> new_esEs4(vuu3001, vuu31001, bbc) 20.11/7.30 new_esEs26(vuu300, vuu3100, ty_Ordering) -> new_esEs6(vuu300, vuu3100) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Double, bb) -> new_esEs10(vuu3000, vuu31000) 20.11/7.30 new_span2Ys2(:(vuu3110, vuu3111), ba) -> new_span2Ys02(vuu3110, vuu3111, new_esEs4([], vuu3110, ba), ba) 20.11/7.30 new_esEs21(vuu3001, vuu31001, app(app(ty_@2, bbf), bbg)) -> new_esEs16(vuu3001, vuu31001, bbf, bbg) 20.11/7.30 new_esEs26(vuu300, vuu3100, app(app(app(ty_@3, ha), hb), hc)) -> new_esEs9(vuu300, vuu3100, ha, hb, hc) 20.11/7.30 new_esEs26(vuu300, vuu3100, ty_Int) -> new_esEs13(vuu300, vuu3100) 20.11/7.30 new_primMulNat0(Succ(vuu300000), Zero) -> Zero 20.11/7.30 new_primMulNat0(Zero, Succ(vuu3100100)) -> Zero 20.11/7.30 new_esEs21(vuu3001, vuu31001, app(app(app(ty_@3, baf), bag), bah)) -> new_esEs9(vuu3001, vuu31001, baf, bag, bah) 20.11/7.30 new_sr(Pos(vuu30000), Pos(vuu310010)) -> Pos(new_primMulNat0(vuu30000, vuu310010)) 20.11/7.30 new_esEs26(vuu300, vuu3100, ty_Bool) -> new_esEs15(vuu300, vuu3100) 20.11/7.30 new_esEs20(vuu3000, vuu31000, ty_Ordering) -> new_esEs6(vuu3000, vuu31000) 20.11/7.30 new_esEs26(vuu300, vuu3100, app(app(ty_Either, ce), bb)) -> new_esEs8(vuu300, vuu3100, ce, bb) 20.11/7.30 new_esEs16(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), ea, eb) -> new_asAs(new_esEs18(vuu3000, vuu31000, ea), new_esEs19(vuu3001, vuu31001, eb)) 20.11/7.30 new_primPlusNat1(Succ(vuu490), vuu3100100) -> Succ(Succ(new_primPlusNat0(vuu490, vuu3100100))) 20.11/7.30 new_esEs18(vuu3000, vuu31000, app(app(ty_@2, fc), fd)) -> new_esEs16(vuu3000, vuu31000, fc, fd) 20.11/7.30 new_esEs25(vuu3000, vuu31000, app(ty_Maybe, bfc)) -> new_esEs12(vuu3000, vuu31000, bfc) 20.11/7.30 new_esEs15(False, True) -> False 20.11/7.30 new_esEs15(True, False) -> False 20.11/7.30 new_esEs25(vuu3000, vuu31000, app(app(app(ty_@3, beh), bfa), bfb)) -> new_esEs9(vuu3000, vuu31000, beh, bfa, bfb) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Ordering) -> new_esEs6(vuu3000, vuu31000) 20.11/7.30 new_primPlusNat0(Succ(vuu4900), Zero) -> Succ(vuu4900) 20.11/7.30 new_primPlusNat0(Zero, Succ(vuu31001000)) -> Succ(vuu31001000) 20.11/7.30 new_groupByZs11(vuu24, vuu25, vuu26, vuu27, vuu28, bdb) -> :(:(vuu26, vuu27), vuu28) 20.11/7.30 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 20.11/7.30 new_esEs18(vuu3000, vuu31000, app(app(ty_Either, fa), fb)) -> new_esEs8(vuu3000, vuu31000, fa, fb) 20.11/7.30 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Ordering) -> new_esEs6(vuu3000, vuu31000) 20.11/7.30 new_esEs18(vuu3000, vuu31000, app(app(app(ty_@3, ec), ed), ee)) -> new_esEs9(vuu3000, vuu31000, ec, ed, ee) 20.11/7.30 new_primPlusNat1(Zero, vuu3100100) -> Succ(vuu3100100) 20.11/7.30 new_esEs6(EQ, EQ) -> True 20.11/7.30 new_esEs8(Left(vuu3000), Right(vuu31000), ce, bb) -> False 20.11/7.30 new_esEs8(Right(vuu3000), Left(vuu31000), ce, bb) -> False 20.11/7.30 new_esEs19(vuu3001, vuu31001, app(app(ty_Either, gd), ge)) -> new_esEs8(vuu3001, vuu31001, gd, ge) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Bool, bb) -> new_esEs15(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), app(app(ty_@2, cc), cd), bb) -> new_esEs16(vuu3000, vuu31000, cc, cd) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Bool) -> new_esEs15(vuu3000, vuu31000) 20.11/7.30 new_esEs25(vuu3000, vuu31000, app(app(ty_Either, bff), bfg)) -> new_esEs8(vuu3000, vuu31000, bff, bfg) 20.11/7.30 new_esEs6(GT, GT) -> True 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Float) -> new_esEs11(vuu3000, vuu31000) 20.11/7.30 new_groupByZs10(vuu24, vuu25, vuu26, vuu27, vuu28, True, True, bdb) -> new_groupByZs12(vuu24, vuu25, vuu26, vuu27, vuu28, new_span2Ys3(vuu24, vuu25, vuu28, bdb), bdb) 20.11/7.30 new_esEs4(:(vuu3000, vuu3001), [], beg) -> False 20.11/7.30 new_esEs4([], :(vuu31000, vuu31001), beg) -> False 20.11/7.30 new_esEs19(vuu3001, vuu31001, app(ty_Maybe, ga)) -> new_esEs12(vuu3001, vuu31001, ga) 20.11/7.30 new_esEs26(vuu300, vuu3100, app(ty_Maybe, bdc)) -> new_esEs12(vuu300, vuu3100, bdc) 20.11/7.30 new_esEs26(vuu300, vuu3100, app(ty_Ratio, bef)) -> new_esEs14(vuu300, vuu3100, bef) 20.11/7.30 new_groupByZs1(vuu30, [], ba) -> [] 20.11/7.30 new_esEs12(Just(vuu3000), Just(vuu31000), app(ty_Ratio, bdh)) -> new_esEs14(vuu3000, vuu31000, bdh) 20.11/7.30 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 20.11/7.30 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 20.11/7.30 new_span2Ys02(vuu3110, vuu3111, False, ba) -> [] 20.11/7.30 new_esEs26(vuu300, vuu3100, app(ty_[], beg)) -> new_esEs4(vuu300, vuu3100, beg) 20.11/7.30 new_esEs11(Float(vuu3000, vuu3001), Float(vuu31000, vuu31001)) -> new_esEs13(new_sr(vuu3000, vuu31001), new_sr(vuu3001, vuu31000)) 20.11/7.30 new_esEs20(vuu3000, vuu31000, ty_@0) -> new_esEs7(vuu3000, vuu31000) 20.11/7.30 new_esEs26(vuu300, vuu3100, ty_Double) -> new_esEs10(vuu300, vuu3100) 20.11/7.30 new_esEs25(vuu3000, vuu31000, app(ty_[], bfe)) -> new_esEs4(vuu3000, vuu31000, bfe) 20.11/7.30 new_esEs22(vuu3002, vuu31002, ty_Integer) -> new_esEs5(vuu3002, vuu31002) 20.11/7.30 new_primEqNat0(Zero, Zero) -> True 20.11/7.30 new_span2Ys02(vuu3110, vuu3111, True, ba) -> new_span2Ys03(vuu3110, vuu3111, new_span2Ys2(vuu3111, ba), new_span2Zs2(vuu3111, ba), ba) 20.11/7.30 new_esEs18(vuu3000, vuu31000, ty_Char) -> new_esEs17(vuu3000, vuu31000) 20.11/7.30 new_esEs22(vuu3002, vuu31002, ty_Int) -> new_esEs13(vuu3002, vuu31002) 20.11/7.30 new_esEs21(vuu3001, vuu31001, ty_Ordering) -> new_esEs6(vuu3001, vuu31001) 20.11/7.30 new_esEs25(vuu3000, vuu31000, ty_Double) -> new_esEs10(vuu3000, vuu31000) 20.11/7.30 new_esEs4([], [], beg) -> True 20.11/7.30 new_esEs19(vuu3001, vuu31001, ty_Double) -> new_esEs10(vuu3001, vuu31001) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), app(ty_Ratio, bg), bb) -> new_esEs14(vuu3000, vuu31000, bg) 20.11/7.30 new_span2Zs3(vuu24, vuu25, [], bdb) -> [] 20.11/7.30 new_groupByZs1([], :([], vuu311), ba) -> new_span2Zs2(vuu311, ba) 20.11/7.30 new_esEs19(vuu3001, vuu31001, app(app(ty_@2, gf), gg)) -> new_esEs16(vuu3001, vuu31001, gf, gg) 20.11/7.30 new_asAs(False, vuu37) -> False 20.11/7.30 new_esEs25(vuu3000, vuu31000, app(app(ty_@2, bfh), bga)) -> new_esEs16(vuu3000, vuu31000, bfh, bga) 20.11/7.30 new_span2Ys01(vuu11, vuu12, vuu150, vuu151, vuu47, vuu46, gh) -> :(vuu150, vuu47) 20.11/7.30 new_esEs19(vuu3001, vuu31001, app(ty_[], gc)) -> new_esEs4(vuu3001, vuu31001, gc) 20.11/7.30 new_esEs10(Double(vuu3000, vuu3001), Double(vuu31000, vuu31001)) -> new_esEs13(new_sr(vuu3000, vuu31001), new_sr(vuu3001, vuu31000)) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Integer) -> new_esEs5(vuu3000, vuu31000) 20.11/7.30 new_esEs20(vuu3000, vuu31000, app(app(ty_@2, bad), bae)) -> new_esEs16(vuu3000, vuu31000, bad, bae) 20.11/7.30 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Integer) -> new_esEs5(vuu3000, vuu31000) 20.11/7.30 new_esEs6(LT, EQ) -> False 20.11/7.30 new_esEs6(EQ, LT) -> False 20.11/7.30 new_esEs14(:%(vuu3000, vuu3001), :%(vuu31000, vuu31001), bef) -> new_asAs(new_esEs23(vuu3000, vuu31000, bef), new_esEs24(vuu3001, vuu31001, bef)) 20.11/7.30 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Bool) -> new_esEs15(vuu3000, vuu31000) 20.11/7.30 new_esEs19(vuu3001, vuu31001, app(app(app(ty_@3, ff), fg), fh)) -> new_esEs9(vuu3001, vuu31001, ff, fg, fh) 20.11/7.30 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Int) -> new_esEs13(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, app(app(app(ty_@3, cf), cg), da)) -> new_esEs9(vuu3000, vuu31000, cf, cg, da) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Ordering, bb) -> new_esEs6(vuu3000, vuu31000) 20.11/7.30 new_esEs20(vuu3000, vuu31000, ty_Double) -> new_esEs10(vuu3000, vuu31000) 20.11/7.30 new_esEs20(vuu3000, vuu31000, app(ty_Maybe, hg)) -> new_esEs12(vuu3000, vuu31000, hg) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Int) -> new_esEs13(vuu3000, vuu31000) 20.11/7.30 new_esEs20(vuu3000, vuu31000, app(ty_[], baa)) -> new_esEs4(vuu3000, vuu31000, baa) 20.11/7.30 new_span2Zs2([], ba) -> [] 20.11/7.30 20.11/7.30 The set Q consists of the following terms: 20.11/7.30 20.11/7.30 new_esEs8(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 20.11/7.30 new_esEs19(x0, x1, app(ty_Maybe, x2)) 20.11/7.30 new_esEs8(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 20.11/7.30 new_esEs17(Char(x0), Char(x1)) 20.11/7.30 new_esEs19(x0, x1, ty_Bool) 20.11/7.30 new_span2Zs01(x0, x1, False, x2) 20.11/7.30 new_esEs4(:(x0, x1), [], x2) 20.11/7.30 new_esEs18(x0, x1, app(app(ty_@2, x2), x3)) 20.11/7.30 new_span2Ys02(x0, x1, True, x2) 20.11/7.30 new_esEs21(x0, x1, ty_Ordering) 20.11/7.30 new_asAs(False, x0) 20.11/7.30 new_esEs8(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 20.11/7.30 new_esEs21(x0, x1, ty_Double) 20.11/7.30 new_esEs21(x0, x1, app(ty_Maybe, x2)) 20.11/7.30 new_esEs26(x0, x1, ty_Ordering) 20.11/7.30 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 20.11/7.30 new_esEs26(x0, x1, ty_Double) 20.11/7.30 new_esEs12(Just(x0), Just(x1), ty_Double) 20.11/7.30 new_primMulNat0(Zero, Zero) 20.11/7.30 new_esEs12(Nothing, Nothing, x0) 20.11/7.30 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.11/7.30 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 20.11/7.30 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 20.11/7.30 new_groupByZs10(x0, x1, x2, x3, x4, True, True, x5) 20.11/7.30 new_esEs9(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 20.11/7.30 new_esEs20(x0, x1, app(ty_Ratio, x2)) 20.11/7.30 new_groupByZs1(x0, [], x1) 20.11/7.30 new_esEs22(x0, x1, ty_Int) 20.11/7.30 new_groupByZs12(x0, x1, x2, x3, x4, x5, x6) 20.11/7.30 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 20.11/7.30 new_esEs26(x0, x1, app(ty_Maybe, x2)) 20.11/7.30 new_esEs8(Right(x0), Right(x1), x2, ty_@0) 20.11/7.30 new_esEs26(x0, x1, app(ty_Ratio, x2)) 20.11/7.30 new_primEqInt(Pos(Zero), Pos(Zero)) 20.11/7.30 new_esEs22(x0, x1, ty_Float) 20.11/7.30 new_esEs12(Just(x0), Just(x1), ty_Ordering) 20.11/7.30 new_primPlusNat0(Zero, Succ(x0)) 20.11/7.30 new_esEs22(x0, x1, ty_Ordering) 20.11/7.30 new_esEs12(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 20.11/7.30 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.11/7.30 new_esEs12(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 20.11/7.30 new_esEs19(x0, x1, ty_@0) 20.11/7.30 new_esEs23(x0, x1, ty_Integer) 20.11/7.30 new_primEqNat0(Zero, Succ(x0)) 20.11/7.30 new_primPlusNat0(Succ(x0), Succ(x1)) 20.11/7.30 new_esEs20(x0, x1, ty_Ordering) 20.11/7.30 new_esEs20(x0, x1, ty_Integer) 20.11/7.30 new_esEs6(EQ, EQ) 20.11/7.30 new_esEs18(x0, x1, ty_@0) 20.11/7.30 new_esEs12(Just(x0), Just(x1), ty_Float) 20.11/7.30 new_sr(Neg(x0), Neg(x1)) 20.11/7.30 new_esEs20(x0, x1, app(ty_[], x2)) 20.11/7.30 new_span2Ys2([], x0) 20.11/7.30 new_esEs25(x0, x1, ty_Bool) 20.11/7.30 new_groupByZs1(:(x0, x1), :([], x2), x3) 20.11/7.30 new_primEqInt(Neg(Zero), Neg(Zero)) 20.11/7.30 new_esEs8(Right(x0), Right(x1), x2, ty_Integer) 20.11/7.30 new_esEs20(x0, x1, ty_Float) 20.11/7.30 new_esEs5(Integer(x0), Integer(x1)) 20.11/7.30 new_primPlusNat0(Zero, Zero) 20.11/7.30 new_esEs19(x0, x1, ty_Integer) 20.11/7.30 new_esEs8(Left(x0), Left(x1), ty_@0, x2) 20.11/7.30 new_esEs21(x0, x1, ty_Float) 20.11/7.30 new_esEs26(x0, x1, ty_Float) 20.11/7.30 new_esEs8(Left(x0), Right(x1), x2, x3) 20.11/7.30 new_esEs8(Right(x0), Left(x1), x2, x3) 20.11/7.30 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 20.11/7.30 new_span2Ys3(x0, x1, [], x2) 20.11/7.30 new_esEs19(x0, x1, app(ty_[], x2)) 20.11/7.30 new_esEs6(EQ, GT) 20.11/7.30 new_esEs6(GT, EQ) 20.11/7.30 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 20.11/7.30 new_esEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.11/7.30 new_span2Zs02(x0, x1, x2, x3, False, x4) 20.11/7.30 new_esEs24(x0, x1, ty_Integer) 20.11/7.30 new_esEs21(x0, x1, app(ty_[], x2)) 20.11/7.30 new_esEs21(x0, x1, ty_Char) 20.11/7.30 new_esEs26(x0, x1, ty_Char) 20.11/7.30 new_esEs24(x0, x1, ty_Int) 20.11/7.30 new_esEs25(x0, x1, ty_Ordering) 20.11/7.30 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.11/7.30 new_esEs19(x0, x1, app(app(ty_Either, x2), x3)) 20.11/7.30 new_esEs19(x0, x1, ty_Char) 20.11/7.30 new_esEs12(Just(x0), Just(x1), app(ty_Maybe, x2)) 20.11/7.30 new_esEs12(Just(x0), Just(x1), app(ty_[], x2)) 20.11/7.30 new_sr(Pos(x0), Pos(x1)) 20.11/7.30 new_groupByZs1(:(x0, x1), :(:(x2, x3), x4), x5) 20.11/7.30 new_esEs26(x0, x1, ty_Int) 20.11/7.30 new_esEs6(LT, LT) 20.11/7.30 new_esEs21(x0, x1, ty_Int) 20.11/7.30 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 20.11/7.30 new_esEs12(Just(x0), Just(x1), app(ty_Ratio, x2)) 20.11/7.30 new_primEqInt(Pos(Zero), Neg(Zero)) 20.11/7.30 new_primEqInt(Neg(Zero), Pos(Zero)) 20.11/7.30 new_esEs8(Right(x0), Right(x1), x2, ty_Char) 20.11/7.30 new_span2Zs04(x0, x1, x2, x3, x4, x5, x6) 20.11/7.30 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 20.11/7.30 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 20.11/7.30 new_esEs8(Right(x0), Right(x1), x2, ty_Double) 20.11/7.30 new_esEs8(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 20.11/7.30 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 20.11/7.30 new_esEs6(LT, GT) 20.11/7.30 new_esEs6(GT, LT) 20.11/7.30 new_span2Zs3(x0, x1, :(x2, x3), x4) 20.11/7.30 new_esEs14(:%(x0, x1), :%(x2, x3), x4) 20.11/7.30 new_esEs8(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 20.11/7.30 new_esEs8(Right(x0), Right(x1), x2, ty_Bool) 20.11/7.30 new_esEs25(x0, x1, ty_Integer) 20.11/7.30 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 20.11/7.30 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 20.11/7.30 new_esEs15(False, False) 20.11/7.30 new_span2Ys3(x0, x1, :(x2, x3), x4) 20.11/7.30 new_esEs6(LT, EQ) 20.11/7.30 new_esEs6(EQ, LT) 20.11/7.30 new_primMulNat0(Succ(x0), Zero) 20.11/7.30 new_span2Zs2(:(x0, x1), x2) 20.11/7.30 new_esEs6(GT, GT) 20.11/7.30 new_esEs8(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 20.11/7.30 new_esEs4(:(x0, x1), :(x2, x3), x4) 20.11/7.30 new_esEs26(x0, x1, ty_Bool) 20.11/7.30 new_groupByZs1([], :(:(x0, x1), x2), x3) 20.11/7.30 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 20.11/7.30 new_span2Zs01(x0, x1, True, x2) 20.11/7.30 new_esEs16(@2(x0, x1), @2(x2, x3), x4, x5) 20.11/7.30 new_span2Ys02(x0, x1, False, x2) 20.11/7.30 new_esEs21(x0, x1, ty_Bool) 20.11/7.30 new_esEs26(x0, x1, ty_@0) 20.11/7.30 new_esEs21(x0, x1, ty_@0) 20.11/7.30 new_esEs20(x0, x1, app(ty_Maybe, x2)) 20.11/7.30 new_span2Zs2([], x0) 20.11/7.30 new_primPlusNat1(Succ(x0), x1) 20.11/7.30 new_esEs8(Right(x0), Right(x1), x2, ty_Ordering) 20.11/7.30 new_esEs19(x0, x1, ty_Double) 20.11/7.30 new_esEs25(x0, x1, ty_Char) 20.11/7.30 new_groupByZs10(x0, x1, x2, x3, x4, True, False, x5) 20.11/7.30 new_groupByZs11(x0, x1, x2, x3, x4, x5) 20.11/7.30 new_esEs19(x0, x1, ty_Ordering) 20.11/7.30 new_esEs8(Left(x0), Left(x1), ty_Double, x2) 20.11/7.30 new_esEs19(x0, x1, app(ty_Ratio, x2)) 20.11/7.30 new_esEs12(Just(x0), Nothing, x1) 20.11/7.30 new_span2Ys03(x0, x1, x2, x3, x4) 20.11/7.30 new_span2Ys2(:(x0, x1), x2) 20.11/7.30 new_esEs7(@0, @0) 20.11/7.30 new_esEs8(Right(x0), Right(x1), x2, ty_Int) 20.11/7.30 new_esEs26(x0, x1, app(ty_[], x2)) 20.11/7.30 new_primMulNat0(Zero, Succ(x0)) 20.11/7.30 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.11/7.30 new_esEs25(x0, x1, app(ty_[], x2)) 20.11/7.30 new_esEs19(x0, x1, ty_Int) 20.11/7.30 new_esEs25(x0, x1, ty_Int) 20.11/7.30 new_esEs10(Double(x0, x1), Double(x2, x3)) 20.11/7.30 new_esEs12(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 20.11/7.30 new_esEs18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.11/7.30 new_span2Ys01(x0, x1, x2, x3, x4, x5, x6) 20.11/7.30 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 20.11/7.30 new_esEs18(x0, x1, ty_Float) 20.11/7.30 new_esEs22(x0, x1, app(ty_Ratio, x2)) 20.11/7.30 new_esEs19(x0, x1, app(app(ty_@2, x2), x3)) 20.11/7.30 new_esEs18(x0, x1, ty_Ordering) 20.11/7.30 new_esEs4([], [], x0) 20.11/7.30 new_esEs8(Left(x0), Left(x1), ty_Float, x2) 20.11/7.30 new_esEs23(x0, x1, ty_Int) 20.11/7.30 new_esEs20(x0, x1, ty_@0) 20.11/7.30 new_primPlusNat0(Succ(x0), Zero) 20.11/7.30 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 20.11/7.30 new_esEs8(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 20.11/7.30 new_groupByZs10(x0, x1, x2, x3, x4, False, x5, x6) 20.11/7.30 new_esEs8(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 20.11/7.30 new_asAs(True, x0) 20.11/7.30 new_esEs21(x0, x1, app(ty_Ratio, x2)) 20.11/7.30 new_span2Ys04(x0, x1, x2, x3, True, x4) 20.11/7.30 new_esEs8(Right(x0), Right(x1), x2, ty_Float) 20.11/7.30 new_primMulNat0(Succ(x0), Succ(x1)) 20.11/7.30 new_esEs12(Just(x0), Just(x1), ty_@0) 20.11/7.30 new_esEs15(False, True) 20.11/7.30 new_esEs15(True, False) 20.11/7.30 new_esEs13(x0, x1) 20.11/7.30 new_esEs19(x0, x1, ty_Float) 20.11/7.30 new_esEs18(x0, x1, ty_Integer) 20.11/7.30 new_esEs22(x0, x1, ty_Integer) 20.11/7.30 new_esEs26(x0, x1, ty_Integer) 20.11/7.30 new_esEs8(Left(x0), Left(x1), ty_Ordering, x2) 20.11/7.30 new_esEs25(x0, x1, app(ty_Ratio, x2)) 20.11/7.30 new_esEs21(x0, x1, ty_Integer) 20.11/7.30 new_esEs18(x0, x1, ty_Int) 20.11/7.30 new_span2Zs03(x0, x1, x2, x3, x4) 20.11/7.30 new_esEs8(Left(x0), Left(x1), ty_Integer, x2) 20.11/7.30 new_primEqNat0(Zero, Zero) 20.11/7.30 new_esEs12(Just(x0), Just(x1), ty_Integer) 20.11/7.30 new_span2Zs02(x0, x1, x2, x3, True, x4) 20.11/7.30 new_esEs18(x0, x1, app(app(ty_Either, x2), x3)) 20.11/7.30 new_esEs18(x0, x1, app(ty_Ratio, x2)) 20.11/7.30 new_esEs12(Just(x0), Just(x1), ty_Int) 20.11/7.30 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 20.11/7.30 new_esEs8(Left(x0), Left(x1), ty_Int, x2) 20.11/7.30 new_esEs25(x0, x1, ty_@0) 20.11/7.30 new_esEs25(x0, x1, ty_Double) 20.11/7.30 new_primPlusNat1(Zero, x0) 20.11/7.30 new_esEs8(Left(x0), Left(x1), app(ty_[], x2), x3) 20.11/7.30 new_span2Zs3(x0, x1, [], x2) 20.11/7.30 new_sr(Pos(x0), Neg(x1)) 20.11/7.30 new_sr(Neg(x0), Pos(x1)) 20.11/7.30 new_esEs8(Right(x0), Right(x1), x2, app(ty_[], x3)) 20.11/7.30 new_esEs15(True, True) 20.11/7.30 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 20.11/7.30 new_esEs20(x0, x1, ty_Int) 20.11/7.30 new_esEs22(x0, x1, ty_@0) 20.11/7.30 new_esEs25(x0, x1, app(ty_Maybe, x2)) 20.11/7.30 new_esEs18(x0, x1, ty_Char) 20.11/7.30 new_groupByZs1([], :([], x0), x1) 20.11/7.30 new_esEs18(x0, x1, app(ty_Maybe, x2)) 20.11/7.30 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 20.11/7.30 new_esEs8(Left(x0), Left(x1), ty_Char, x2) 20.11/7.30 new_esEs12(Just(x0), Just(x1), ty_Char) 20.11/7.30 new_esEs11(Float(x0, x1), Float(x2, x3)) 20.11/7.30 new_esEs20(x0, x1, ty_Char) 20.11/7.30 new_esEs20(x0, x1, ty_Double) 20.11/7.30 new_esEs22(x0, x1, ty_Bool) 20.11/7.30 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.11/7.30 new_esEs18(x0, x1, app(ty_[], x2)) 20.11/7.30 new_primEqNat0(Succ(x0), Zero) 20.11/7.30 new_esEs8(Left(x0), Left(x1), ty_Bool, x2) 20.11/7.30 new_esEs22(x0, x1, ty_Double) 20.11/7.30 new_esEs12(Nothing, Just(x0), x1) 20.11/7.30 new_esEs18(x0, x1, ty_Double) 20.11/7.30 new_esEs8(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 20.11/7.30 new_esEs8(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 20.11/7.30 new_span2Ys04(x0, x1, x2, x3, False, x4) 20.11/7.30 new_esEs22(x0, x1, app(ty_Maybe, x2)) 20.11/7.30 new_esEs22(x0, x1, ty_Char) 20.11/7.30 new_esEs4([], :(x0, x1), x2) 20.11/7.30 new_esEs22(x0, x1, app(ty_[], x2)) 20.11/7.30 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 20.11/7.30 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 20.11/7.30 new_esEs12(Just(x0), Just(x1), ty_Bool) 20.11/7.30 new_primEqNat0(Succ(x0), Succ(x1)) 20.11/7.30 new_esEs25(x0, x1, ty_Float) 20.11/7.30 new_esEs20(x0, x1, ty_Bool) 20.11/7.30 new_esEs18(x0, x1, ty_Bool) 20.11/7.30 20.11/7.30 We have to consider all minimal (P,Q,R)-chains. 20.11/7.30 ---------------------------------------- 20.11/7.30 20.11/7.30 (15) QDPSizeChangeProof (EQUIVALENT) 20.11/7.30 We used the following order together with the size-change analysis [AAECC05] to show that there are no infinite chains for this DP problem. 20.11/7.30 20.11/7.30 Order:Polynomial interpretation [POLO]: 20.11/7.30 20.11/7.30 POL(:(x_1, x_2)) = 1 + x_2 20.11/7.30 POL(:%(x_1, x_2)) = 0 20.11/7.30 POL(@0) = 0 20.11/7.30 POL(@2(x_1, x_2)) = 0 20.11/7.30 POL(@3(x_1, x_2, x_3)) = 0 20.11/7.30 POL(Char(x_1)) = 0 20.11/7.30 POL(Double(x_1, x_2)) = 0 20.11/7.30 POL(EQ) = 0 20.11/7.30 POL(False) = 0 20.11/7.30 POL(Float(x_1, x_2)) = 0 20.11/7.30 POL(GT) = 0 20.11/7.30 POL(Integer(x_1)) = 0 20.11/7.30 POL(Just(x_1)) = 0 20.11/7.30 POL(LT) = 0 20.11/7.30 POL(Left(x_1)) = 0 20.11/7.30 POL(Neg(x_1)) = 0 20.11/7.30 POL(Nothing) = 0 20.11/7.30 POL(Pos(x_1)) = 0 20.11/7.30 POL(Right(x_1)) = 0 20.11/7.30 POL(Succ(x_1)) = 1 20.11/7.30 POL(True) = 0 20.11/7.30 POL(Zero) = 1 20.11/7.30 POL([]) = 1 20.11/7.30 POL(app(x_1, x_2)) = x_1 + x_2 20.11/7.30 POL(new_asAs(x_1, x_2)) = x_2 20.11/7.30 POL(new_esEs10(x_1, x_2)) = 0 20.11/7.30 POL(new_esEs11(x_1, x_2)) = 0 20.11/7.30 POL(new_esEs12(x_1, x_2, x_3)) = 0 20.11/7.30 POL(new_esEs13(x_1, x_2)) = 0 20.11/7.30 POL(new_esEs14(x_1, x_2, x_3)) = 0 20.11/7.30 POL(new_esEs15(x_1, x_2)) = 0 20.11/7.30 POL(new_esEs16(x_1, x_2, x_3, x_4)) = 0 20.11/7.30 POL(new_esEs17(x_1, x_2)) = 0 20.11/7.30 POL(new_esEs18(x_1, x_2, x_3)) = x_1 + x_2 + x_3 20.11/7.30 POL(new_esEs19(x_1, x_2, x_3)) = 0 20.11/7.30 POL(new_esEs20(x_1, x_2, x_3)) = 0 20.11/7.30 POL(new_esEs21(x_1, x_2, x_3)) = x_1 + x_2 + x_3 20.11/7.30 POL(new_esEs22(x_1, x_2, x_3)) = 0 20.11/7.30 POL(new_esEs23(x_1, x_2, x_3)) = x_1 + x_2 20.11/7.30 POL(new_esEs24(x_1, x_2, x_3)) = 0 20.11/7.30 POL(new_esEs25(x_1, x_2, x_3)) = x_2 + x_3 20.11/7.30 POL(new_esEs26(x_1, x_2, x_3)) = 0 20.11/7.30 POL(new_esEs4(x_1, x_2, x_3)) = 0 20.11/7.30 POL(new_esEs5(x_1, x_2)) = 0 20.11/7.30 POL(new_esEs6(x_1, x_2)) = 0 20.11/7.30 POL(new_esEs7(x_1, x_2)) = 0 20.11/7.30 POL(new_esEs8(x_1, x_2, x_3, x_4)) = 0 20.11/7.30 POL(new_esEs9(x_1, x_2, x_3, x_4, x_5)) = 0 20.11/7.30 POL(new_groupByZs1(x_1, x_2, x_3)) = x_2 20.11/7.30 POL(new_groupByZs10(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8)) = 1 + x_5 + x_6 20.11/7.30 POL(new_groupByZs11(x_1, x_2, x_3, x_4, x_5, x_6)) = 1 + x_5 20.11/7.30 POL(new_groupByZs12(x_1, x_2, x_3, x_4, x_5, x_6, x_7)) = 1 + x_5 20.11/7.30 POL(new_primEqInt(x_1, x_2)) = 0 20.11/7.30 POL(new_primEqNat0(x_1, x_2)) = 0 20.11/7.30 POL(new_primMulNat0(x_1, x_2)) = 1 20.11/7.30 POL(new_primPlusNat0(x_1, x_2)) = 0 20.11/7.30 POL(new_primPlusNat1(x_1, x_2)) = x_1 20.11/7.30 POL(new_span2Ys01(x_1, x_2, x_3, x_4, x_5, x_6, x_7)) = 1 + x_5 20.11/7.30 POL(new_span2Ys02(x_1, x_2, x_3, x_4)) = 1 + x_2 + x_3 + x_4 20.11/7.30 POL(new_span2Ys03(x_1, x_2, x_3, x_4, x_5)) = 1 + x_3 20.11/7.30 POL(new_span2Ys04(x_1, x_2, x_3, x_4, x_5, x_6)) = 1 + x_1 + x_2 + x_4 + x_5 + x_6 20.11/7.30 POL(new_span2Ys2(x_1, x_2)) = x_1 + x_2 20.11/7.30 POL(new_span2Ys3(x_1, x_2, x_3, x_4)) = x_1 + x_2 + x_3 + x_4 20.11/7.30 POL(new_span2Zs01(x_1, x_2, x_3, x_4)) = 1 + x_2 20.11/7.30 POL(new_span2Zs02(x_1, x_2, x_3, x_4, x_5, x_6)) = 1 + x_4 20.11/7.30 POL(new_span2Zs03(x_1, x_2, x_3, x_4, x_5)) = x_4 20.11/7.30 POL(new_span2Zs04(x_1, x_2, x_3, x_4, x_5, x_6, x_7)) = x_6 20.11/7.30 POL(new_span2Zs2(x_1, x_2)) = 1 + x_1 20.11/7.30 POL(new_span2Zs3(x_1, x_2, x_3, x_4)) = 1 + x_3 20.11/7.30 POL(new_sr(x_1, x_2)) = 1 20.11/7.30 POL(ty_@0) = 0 20.11/7.30 POL(ty_@2) = 0 20.11/7.30 POL(ty_@3) = 0 20.11/7.30 POL(ty_Bool) = 0 20.11/7.30 POL(ty_Char) = 1 20.11/7.30 POL(ty_Double) = 0 20.11/7.30 POL(ty_Either) = 0 20.11/7.30 POL(ty_Float) = 0 20.11/7.30 POL(ty_Int) = 0 20.11/7.30 POL(ty_Integer) = 0 20.11/7.30 POL(ty_Maybe) = 0 20.11/7.30 POL(ty_Ordering) = 0 20.11/7.30 POL(ty_Ratio) = 1 20.11/7.30 POL(ty_[]) = 1 20.11/7.30 20.11/7.30 20.11/7.30 20.11/7.30 20.11/7.30 From the DPs we obtained the following set of size-change graphs: 20.11/7.30 *new_groupBy(:(vuu30, vuu31), ba) -> new_groupBy(new_groupByZs1(vuu30, vuu31, ba), ba) (allowed arguments on rhs = {1, 2}) 20.11/7.30 The graph contains the following edges 1 > 1, 2 >= 2 20.11/7.30 20.11/7.30 20.11/7.30 20.11/7.30 We oriented the following set of usable rules [AAECC05,FROCOS05]. 20.11/7.30 20.11/7.30 new_span2Zs3(vuu24, vuu25, [], bdb) -> [] 20.11/7.30 new_span2Zs3(vuu24, vuu25, :(vuu280, vuu281), bdb) -> new_span2Zs02(vuu24, vuu25, vuu280, vuu281, new_esEs4(:(vuu24, vuu25), vuu280, bdb), bdb) 20.11/7.30 new_span2Zs2([], ba) -> [] 20.11/7.30 new_span2Zs2(:(vuu3110, vuu3111), ba) -> new_span2Zs01(vuu3110, vuu3111, new_esEs4([], vuu3110, ba), ba) 20.11/7.30 new_span2Zs04(vuu24, vuu25, vuu280, vuu281, vuu51, vuu50, bdb) -> vuu50 20.11/7.30 new_span2Zs03(vuu3110, vuu3111, vuu45, vuu44, ba) -> vuu44 20.11/7.30 new_span2Zs02(vuu24, vuu25, vuu280, vuu281, True, bdb) -> new_span2Zs04(vuu24, vuu25, vuu280, vuu281, new_span2Ys3(vuu24, vuu25, vuu281, bdb), new_span2Zs3(vuu24, vuu25, vuu281, bdb), bdb) 20.11/7.30 new_span2Zs02(vuu24, vuu25, vuu280, vuu281, False, bdb) -> :(vuu280, vuu281) 20.11/7.30 new_span2Zs01(vuu3110, vuu3111, True, ba) -> new_span2Zs03(vuu3110, vuu3111, new_span2Ys2(vuu3111, ba), new_span2Zs2(vuu3111, ba), ba) 20.11/7.30 new_span2Zs01(vuu3110, vuu3111, False, ba) -> :(vuu3110, vuu3111) 20.11/7.30 new_span2Ys3(vuu11, vuu12, [], gh) -> [] 20.11/7.30 new_span2Ys3(vuu11, vuu12, :(vuu150, vuu151), gh) -> new_span2Ys04(vuu11, vuu12, vuu150, vuu151, new_esEs4(:(vuu11, vuu12), vuu150, gh), gh) 20.11/7.30 new_span2Ys2([], ba) -> [] 20.11/7.30 new_span2Ys2(:(vuu3110, vuu3111), ba) -> new_span2Ys02(vuu3110, vuu3111, new_esEs4([], vuu3110, ba), ba) 20.11/7.30 new_span2Ys04(vuu11, vuu12, vuu150, vuu151, True, gh) -> new_span2Ys01(vuu11, vuu12, vuu150, vuu151, new_span2Ys3(vuu11, vuu12, vuu151, gh), new_span2Zs3(vuu11, vuu12, vuu151, gh), gh) 20.11/7.30 new_span2Ys04(vuu11, vuu12, vuu150, vuu151, False, gh) -> [] 20.11/7.30 new_span2Ys03(vuu3110, vuu3111, vuu43, vuu42, ba) -> :(vuu3110, vuu43) 20.11/7.30 new_span2Ys02(vuu3110, vuu3111, True, ba) -> new_span2Ys03(vuu3110, vuu3111, new_span2Ys2(vuu3111, ba), new_span2Zs2(vuu3111, ba), ba) 20.11/7.30 new_span2Ys02(vuu3110, vuu3111, False, ba) -> [] 20.11/7.30 new_span2Ys01(vuu11, vuu12, vuu150, vuu151, vuu47, vuu46, gh) -> :(vuu150, vuu47) 20.11/7.30 new_primEqNat0(Zero, Zero) -> True 20.11/7.30 new_primEqNat0(Zero, Succ(vuu310000)) -> False 20.11/7.30 new_primEqNat0(Succ(vuu30000), Zero) -> False 20.11/7.30 new_primEqNat0(Succ(vuu30000), Succ(vuu310000)) -> new_primEqNat0(vuu30000, vuu310000) 20.11/7.30 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 20.11/7.30 new_primEqInt(Pos(Zero), Pos(Succ(vuu310000))) -> False 20.11/7.30 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 20.11/7.30 new_primEqInt(Pos(Zero), Neg(Succ(vuu310000))) -> False 20.11/7.30 new_primEqInt(Pos(Succ(vuu30000)), Pos(Zero)) -> False 20.11/7.30 new_primEqInt(Pos(Succ(vuu30000)), Pos(Succ(vuu310000))) -> new_primEqNat0(vuu30000, vuu310000) 20.11/7.30 new_primEqInt(Pos(Succ(vuu30000)), Neg(vuu31000)) -> False 20.11/7.30 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 20.11/7.30 new_primEqInt(Neg(Zero), Pos(Succ(vuu310000))) -> False 20.11/7.30 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 20.11/7.30 new_primEqInt(Neg(Zero), Neg(Succ(vuu310000))) -> False 20.11/7.30 new_primEqInt(Neg(Succ(vuu30000)), Pos(vuu31000)) -> False 20.11/7.30 new_primEqInt(Neg(Succ(vuu30000)), Neg(Zero)) -> False 20.11/7.30 new_primEqInt(Neg(Succ(vuu30000)), Neg(Succ(vuu310000))) -> new_primEqNat0(vuu30000, vuu310000) 20.11/7.30 new_groupByZs12(vuu24, vuu25, vuu26, vuu27, vuu28, vuu38, bdb) -> new_span2Zs3(vuu24, vuu25, vuu28, bdb) 20.11/7.30 new_groupByZs11(vuu24, vuu25, vuu26, vuu27, vuu28, bdb) -> :(:(vuu26, vuu27), vuu28) 20.11/7.30 new_groupByZs10(vuu24, vuu25, vuu26, vuu27, vuu28, True, True, bdb) -> new_groupByZs12(vuu24, vuu25, vuu26, vuu27, vuu28, new_span2Ys3(vuu24, vuu25, vuu28, bdb), bdb) 20.11/7.30 new_groupByZs10(vuu24, vuu25, vuu26, vuu27, vuu28, True, False, bdb) -> new_groupByZs11(vuu24, vuu25, vuu26, vuu27, vuu28, bdb) 20.11/7.30 new_groupByZs10(vuu24, vuu25, vuu26, vuu27, vuu28, False, vuu30, bdb) -> new_groupByZs11(vuu24, vuu25, vuu26, vuu27, vuu28, bdb) 20.11/7.30 new_groupByZs1(vuu30, [], ba) -> [] 20.11/7.30 new_groupByZs1([], :([], vuu311), ba) -> new_span2Zs2(vuu311, ba) 20.11/7.30 new_groupByZs1([], :(:(vuu3100, vuu3101), vuu311), ba) -> :(:(vuu3100, vuu3101), vuu311) 20.11/7.30 new_groupByZs1(:(vuu300, vuu301), :([], vuu311), ba) -> :([], vuu311) 20.11/7.30 new_groupByZs1(:(vuu300, vuu301), :(:(vuu3100, vuu3101), vuu311), ba) -> new_groupByZs10(vuu300, vuu301, vuu3100, vuu3101, vuu311, new_esEs26(vuu300, vuu3100, ba), new_esEs4(vuu301, vuu3101, ba), ba) 20.11/7.30 new_esEs9(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ha, hb, hc) -> new_asAs(new_esEs20(vuu3000, vuu31000, ha), new_asAs(new_esEs21(vuu3001, vuu31001, hb), new_esEs22(vuu3002, vuu31002, hc))) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Ordering) -> new_esEs6(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Integer) -> new_esEs5(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Int) -> new_esEs13(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Float) -> new_esEs11(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Double) -> new_esEs10(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Char) -> new_esEs17(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Bool) -> new_esEs15(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_@0) -> new_esEs7(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, app(ty_[], dd)) -> new_esEs4(vuu3000, vuu31000, dd) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, app(ty_Ratio, dc)) -> new_esEs14(vuu3000, vuu31000, dc) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, app(ty_Maybe, db)) -> new_esEs12(vuu3000, vuu31000, db) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, app(app(ty_Either, de), df)) -> new_esEs8(vuu3000, vuu31000, de, df) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, app(app(ty_@2, dg), dh)) -> new_esEs16(vuu3000, vuu31000, dg, dh) 20.11/7.30 new_esEs8(Right(vuu3000), Right(vuu31000), ce, app(app(app(ty_@3, cf), cg), da)) -> new_esEs9(vuu3000, vuu31000, cf, cg, da) 20.11/7.30 new_esEs8(Right(vuu3000), Left(vuu31000), ce, bb) -> False 20.11/7.30 new_esEs8(Left(vuu3000), Right(vuu31000), ce, bb) -> False 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Ordering, bb) -> new_esEs6(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Integer, bb) -> new_esEs5(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Int, bb) -> new_esEs13(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Float, bb) -> new_esEs11(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Double, bb) -> new_esEs10(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Char, bb) -> new_esEs17(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Bool, bb) -> new_esEs15(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), ty_@0, bb) -> new_esEs7(vuu3000, vuu31000) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), app(ty_[], bh), bb) -> new_esEs4(vuu3000, vuu31000, bh) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), app(ty_Ratio, bg), bb) -> new_esEs14(vuu3000, vuu31000, bg) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), app(ty_Maybe, bf), bb) -> new_esEs12(vuu3000, vuu31000, bf) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), app(app(ty_Either, ca), cb), bb) -> new_esEs8(vuu3000, vuu31000, ca, cb) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), app(app(ty_@2, cc), cd), bb) -> new_esEs16(vuu3000, vuu31000, cc, cd) 20.11/7.30 new_esEs8(Left(vuu3000), Left(vuu31000), app(app(app(ty_@3, bc), bd), be), bb) -> new_esEs9(vuu3000, vuu31000, bc, bd, be) 20.11/7.30 new_esEs7(@0, @0) -> True 20.11/7.30 new_esEs6(LT, LT) -> True 20.11/7.30 new_esEs6(LT, GT) -> False 20.11/7.30 new_esEs6(LT, EQ) -> False 20.11/7.30 new_esEs6(GT, LT) -> False 20.11/7.30 new_esEs6(GT, GT) -> True 20.11/7.30 new_esEs6(GT, EQ) -> False 20.11/7.30 new_esEs6(EQ, LT) -> False 20.11/7.30 new_esEs6(EQ, GT) -> False 20.11/7.30 new_esEs6(EQ, EQ) -> True 20.11/7.30 new_esEs5(Integer(vuu3000), Integer(vuu31000)) -> new_primEqInt(vuu3000, vuu31000) 20.11/7.30 new_esEs4([], [], beg) -> True 20.11/7.30 new_esEs4([], :(vuu31000, vuu31001), beg) -> False 20.11/7.30 new_esEs4(:(vuu3000, vuu3001), [], beg) -> False 20.11/7.30 new_esEs4(:(vuu3000, vuu3001), :(vuu31000, vuu31001), beg) -> new_asAs(new_esEs25(vuu3000, vuu31000, beg), new_esEs4(vuu3001, vuu31001, beg)) 20.11/7.30 new_esEs26(vuu300, vuu3100, ty_Ordering) -> new_esEs6(vuu300, vuu3100) 20.11/7.30 new_esEs26(vuu300, vuu3100, ty_Integer) -> new_esEs5(vuu300, vuu3100) 20.11/7.30 new_esEs26(vuu300, vuu3100, ty_Int) -> new_esEs13(vuu300, vuu3100) 20.11/7.30 new_esEs26(vuu300, vuu3100, ty_Float) -> new_esEs11(vuu300, vuu3100) 20.11/7.30 new_esEs26(vuu300, vuu3100, ty_Double) -> new_esEs10(vuu300, vuu3100) 20.11/7.30 new_esEs26(vuu300, vuu3100, ty_Char) -> new_esEs17(vuu300, vuu3100) 20.11/7.30 new_esEs26(vuu300, vuu3100, ty_Bool) -> new_esEs15(vuu300, vuu3100) 20.11/7.30 new_esEs26(vuu300, vuu3100, ty_@0) -> new_esEs7(vuu300, vuu3100) 20.11/7.30 new_esEs26(vuu300, vuu3100, app(ty_[], beg)) -> new_esEs4(vuu300, vuu3100, beg) 20.11/7.30 new_esEs26(vuu300, vuu3100, app(ty_Ratio, bef)) -> new_esEs14(vuu300, vuu3100, bef) 20.11/7.30 new_esEs26(vuu300, vuu3100, app(ty_Maybe, bdc)) -> new_esEs12(vuu300, vuu3100, bdc) 20.11/7.30 new_esEs26(vuu300, vuu3100, app(app(ty_Either, ce), bb)) -> new_esEs8(vuu300, vuu3100, ce, bb) 20.11/7.30 new_esEs26(vuu300, vuu3100, app(app(ty_@2, ea), eb)) -> new_esEs16(vuu300, vuu3100, ea, eb) 20.11/7.30 new_esEs26(vuu300, vuu3100, app(app(app(ty_@3, ha), hb), hc)) -> new_esEs9(vuu300, vuu3100, ha, hb, hc) 20.11/7.30 new_esEs25(vuu3000, vuu31000, app(ty_[], bfe)) -> new_esEs4(vuu3000, vuu31000, bfe) 20.11/7.30 new_esEs25(vuu3000, vuu31000, app(ty_Maybe, bfc)) -> new_esEs12(vuu3000, vuu31000, bfc) 20.11/7.30 new_esEs25(vuu3000, vuu31000, app(app(ty_Either, bff), bfg)) -> new_esEs8(vuu3000, vuu31000, bff, bfg) 20.11/7.30 new_esEs25(vuu3000, vuu31000, app(app(ty_@2, bfh), bga)) -> new_esEs16(vuu3000, vuu31000, bfh, bga) 20.11/7.30 new_esEs25(vuu3000, vuu31000, app(app(app(ty_@3, beh), bfa), bfb)) -> new_esEs9(vuu3000, vuu31000, beh, bfa, bfb) 20.11/7.30 new_esEs24(vuu3001, vuu31001, ty_Integer) -> new_esEs5(vuu3001, vuu31001) 20.11/7.30 new_esEs24(vuu3001, vuu31001, ty_Int) -> new_esEs13(vuu3001, vuu31001) 20.11/7.30 new_esEs22(vuu3002, vuu31002, ty_Ordering) -> new_esEs6(vuu3002, vuu31002) 20.11/7.30 new_esEs22(vuu3002, vuu31002, ty_Integer) -> new_esEs5(vuu3002, vuu31002) 20.11/7.30 new_esEs22(vuu3002, vuu31002, ty_Int) -> new_esEs13(vuu3002, vuu31002) 20.11/7.30 new_esEs22(vuu3002, vuu31002, ty_Float) -> new_esEs11(vuu3002, vuu31002) 20.11/7.30 new_esEs22(vuu3002, vuu31002, ty_Double) -> new_esEs10(vuu3002, vuu31002) 20.11/7.30 new_esEs22(vuu3002, vuu31002, ty_Char) -> new_esEs17(vuu3002, vuu31002) 20.11/7.30 new_esEs22(vuu3002, vuu31002, ty_Bool) -> new_esEs15(vuu3002, vuu31002) 20.11/7.30 new_esEs22(vuu3002, vuu31002, ty_@0) -> new_esEs7(vuu3002, vuu31002) 20.11/7.31 new_esEs22(vuu3002, vuu31002, app(ty_[], bce)) -> new_esEs4(vuu3002, vuu31002, bce) 20.11/7.31 new_esEs22(vuu3002, vuu31002, app(ty_Ratio, bcd)) -> new_esEs14(vuu3002, vuu31002, bcd) 20.11/7.31 new_esEs22(vuu3002, vuu31002, app(ty_Maybe, bcc)) -> new_esEs12(vuu3002, vuu31002, bcc) 20.11/7.31 new_esEs22(vuu3002, vuu31002, app(app(ty_Either, bcf), bcg)) -> new_esEs8(vuu3002, vuu31002, bcf, bcg) 20.11/7.31 new_esEs22(vuu3002, vuu31002, app(app(ty_@2, bch), bda)) -> new_esEs16(vuu3002, vuu31002, bch, bda) 20.11/7.31 new_esEs22(vuu3002, vuu31002, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs9(vuu3002, vuu31002, bbh, bca, bcb) 20.11/7.31 new_esEs21(vuu3001, vuu31001, app(ty_[], bbc)) -> new_esEs4(vuu3001, vuu31001, bbc) 20.11/7.31 new_esEs21(vuu3001, vuu31001, app(ty_Maybe, bba)) -> new_esEs12(vuu3001, vuu31001, bba) 20.11/7.31 new_esEs21(vuu3001, vuu31001, app(app(ty_Either, bbd), bbe)) -> new_esEs8(vuu3001, vuu31001, bbd, bbe) 20.11/7.31 new_esEs21(vuu3001, vuu31001, app(app(ty_@2, bbf), bbg)) -> new_esEs16(vuu3001, vuu31001, bbf, bbg) 20.11/7.31 new_esEs21(vuu3001, vuu31001, app(app(app(ty_@3, baf), bag), bah)) -> new_esEs9(vuu3001, vuu31001, baf, bag, bah) 20.11/7.31 new_esEs20(vuu3000, vuu31000, app(ty_[], baa)) -> new_esEs4(vuu3000, vuu31000, baa) 20.11/7.31 new_esEs20(vuu3000, vuu31000, app(ty_Maybe, hg)) -> new_esEs12(vuu3000, vuu31000, hg) 20.11/7.31 new_esEs20(vuu3000, vuu31000, app(app(ty_Either, bab), bac)) -> new_esEs8(vuu3000, vuu31000, bab, bac) 20.11/7.31 new_esEs20(vuu3000, vuu31000, app(app(ty_@2, bad), bae)) -> new_esEs16(vuu3000, vuu31000, bad, bae) 20.11/7.31 new_esEs20(vuu3000, vuu31000, app(app(app(ty_@3, hd), he), hf)) -> new_esEs9(vuu3000, vuu31000, hd, he, hf) 20.11/7.31 new_esEs19(vuu3001, vuu31001, ty_Ordering) -> new_esEs6(vuu3001, vuu31001) 20.11/7.31 new_esEs19(vuu3001, vuu31001, ty_Integer) -> new_esEs5(vuu3001, vuu31001) 20.11/7.31 new_esEs19(vuu3001, vuu31001, ty_Int) -> new_esEs13(vuu3001, vuu31001) 20.11/7.31 new_esEs19(vuu3001, vuu31001, ty_Float) -> new_esEs11(vuu3001, vuu31001) 20.11/7.31 new_esEs19(vuu3001, vuu31001, ty_Double) -> new_esEs10(vuu3001, vuu31001) 20.11/7.31 new_esEs19(vuu3001, vuu31001, ty_Char) -> new_esEs17(vuu3001, vuu31001) 20.11/7.31 new_esEs19(vuu3001, vuu31001, ty_Bool) -> new_esEs15(vuu3001, vuu31001) 20.11/7.31 new_esEs19(vuu3001, vuu31001, ty_@0) -> new_esEs7(vuu3001, vuu31001) 20.11/7.31 new_esEs19(vuu3001, vuu31001, app(ty_[], gc)) -> new_esEs4(vuu3001, vuu31001, gc) 20.11/7.31 new_esEs19(vuu3001, vuu31001, app(ty_Ratio, gb)) -> new_esEs14(vuu3001, vuu31001, gb) 20.11/7.31 new_esEs19(vuu3001, vuu31001, app(ty_Maybe, ga)) -> new_esEs12(vuu3001, vuu31001, ga) 20.11/7.31 new_esEs19(vuu3001, vuu31001, app(app(ty_Either, gd), ge)) -> new_esEs8(vuu3001, vuu31001, gd, ge) 20.11/7.31 new_esEs19(vuu3001, vuu31001, app(app(ty_@2, gf), gg)) -> new_esEs16(vuu3001, vuu31001, gf, gg) 20.11/7.31 new_esEs19(vuu3001, vuu31001, app(app(app(ty_@3, ff), fg), fh)) -> new_esEs9(vuu3001, vuu31001, ff, fg, fh) 20.11/7.31 new_esEs18(vuu3000, vuu31000, app(ty_[], eh)) -> new_esEs4(vuu3000, vuu31000, eh) 20.11/7.31 new_esEs18(vuu3000, vuu31000, app(ty_Maybe, ef)) -> new_esEs12(vuu3000, vuu31000, ef) 20.11/7.31 new_esEs18(vuu3000, vuu31000, app(app(ty_Either, fa), fb)) -> new_esEs8(vuu3000, vuu31000, fa, fb) 20.11/7.31 new_esEs18(vuu3000, vuu31000, app(app(ty_@2, fc), fd)) -> new_esEs16(vuu3000, vuu31000, fc, fd) 20.11/7.31 new_esEs18(vuu3000, vuu31000, app(app(app(ty_@3, ec), ed), ee)) -> new_esEs9(vuu3000, vuu31000, ec, ed, ee) 20.11/7.31 new_esEs17(Char(vuu3000), Char(vuu31000)) -> new_primEqNat0(vuu3000, vuu31000) 20.11/7.31 new_esEs16(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), ea, eb) -> new_asAs(new_esEs18(vuu3000, vuu31000, ea), new_esEs19(vuu3001, vuu31001, eb)) 20.11/7.31 new_esEs15(True, True) -> True 20.11/7.31 new_esEs15(True, False) -> False 20.11/7.31 new_esEs15(False, True) -> False 20.11/7.31 new_esEs15(False, False) -> True 20.11/7.31 new_esEs14(:%(vuu3000, vuu3001), :%(vuu31000, vuu31001), bef) -> new_asAs(new_esEs23(vuu3000, vuu31000, bef), new_esEs24(vuu3001, vuu31001, bef)) 20.11/7.31 new_esEs13(vuu300, vuu3100) -> new_primEqInt(vuu300, vuu3100) 20.11/7.31 new_esEs12(Nothing, Nothing, bdc) -> True 20.11/7.31 new_esEs12(Nothing, Just(vuu31000), bdc) -> False 20.11/7.31 new_esEs12(Just(vuu3000), Nothing, bdc) -> False 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Ordering) -> new_esEs6(vuu3000, vuu31000) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Integer) -> new_esEs5(vuu3000, vuu31000) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Int) -> new_esEs13(vuu3000, vuu31000) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Float) -> new_esEs11(vuu3000, vuu31000) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Double) -> new_esEs10(vuu3000, vuu31000) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Char) -> new_esEs17(vuu3000, vuu31000) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Bool) -> new_esEs15(vuu3000, vuu31000) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_@0) -> new_esEs7(vuu3000, vuu31000) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), app(ty_[], bea)) -> new_esEs4(vuu3000, vuu31000, bea) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), app(ty_Ratio, bdh)) -> new_esEs14(vuu3000, vuu31000, bdh) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), app(ty_Maybe, bdg)) -> new_esEs12(vuu3000, vuu31000, bdg) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), app(app(ty_Either, beb), bec)) -> new_esEs8(vuu3000, vuu31000, beb, bec) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), app(app(ty_@2, bed), bee)) -> new_esEs16(vuu3000, vuu31000, bed, bee) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), app(app(app(ty_@3, bdd), bde), bdf)) -> new_esEs9(vuu3000, vuu31000, bdd, bde, bdf) 20.11/7.31 new_esEs11(Float(vuu3000, vuu3001), Float(vuu31000, vuu31001)) -> new_esEs13(new_sr(vuu3000, vuu31001), new_sr(vuu3001, vuu31000)) 20.11/7.31 new_esEs10(Double(vuu3000, vuu3001), Double(vuu31000, vuu31001)) -> new_esEs13(new_sr(vuu3000, vuu31001), new_sr(vuu3001, vuu31000)) 20.11/7.31 new_asAs(True, vuu37) -> vuu37 20.11/7.31 new_asAs(False, vuu37) -> False 20.11/7.31 20.11/7.31 ---------------------------------------- 20.11/7.31 20.11/7.31 (16) 20.11/7.31 YES 20.11/7.31 20.11/7.31 ---------------------------------------- 20.11/7.31 20.11/7.31 (17) 20.11/7.31 Obligation: 20.11/7.31 Q DP problem: 20.11/7.31 The TRS P consists of the following rules: 20.11/7.31 20.11/7.31 new_span2Ys(:(vuu3110, vuu3111), ba) -> new_span2Ys0(vuu3110, vuu3111, new_esEs4([], vuu3110, ba), ba) 20.11/7.31 new_span2Ys0(vuu3110, vuu3111, True, ba) -> new_span2Zs(vuu3111, ba) 20.11/7.31 new_span2Zs0(vuu3110, vuu3111, True, ba) -> new_span2Ys(vuu3111, ba) 20.11/7.31 new_span2Ys0(vuu3110, vuu3111, True, ba) -> new_span2Ys(vuu3111, ba) 20.11/7.31 new_span2Zs0(vuu3110, vuu3111, True, ba) -> new_span2Zs(vuu3111, ba) 20.11/7.31 new_span2Zs(:(vuu3110, vuu3111), ba) -> new_span2Zs0(vuu3110, vuu3111, new_esEs4([], vuu3110, ba), ba) 20.11/7.31 20.11/7.31 The TRS R consists of the following rules: 20.11/7.31 20.11/7.31 new_esEs18(vuu3000, vuu31000, ty_@0) -> new_esEs7(vuu3000, vuu31000) 20.11/7.31 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 20.11/7.31 new_primPlusNat0(Zero, Zero) -> Zero 20.11/7.31 new_esEs20(vuu3000, vuu31000, app(app(app(ty_@3, hc), hd), he)) -> new_esEs9(vuu3000, vuu31000, hc, hd, he) 20.11/7.31 new_esEs25(vuu3000, vuu31000, ty_Int) -> new_esEs13(vuu3000, vuu31000) 20.11/7.31 new_esEs4(:(vuu3000, vuu3001), :(vuu31000, vuu31001), bee) -> new_asAs(new_esEs25(vuu3000, vuu31000, bee), new_esEs4(vuu3001, vuu31001, bee)) 20.11/7.31 new_esEs23(vuu3000, vuu31000, ty_Integer) -> new_esEs5(vuu3000, vuu31000) 20.11/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), ce, app(ty_Ratio, dc)) -> new_esEs14(vuu3000, vuu31000, dc) 20.11/7.31 new_esEs22(vuu3002, vuu31002, ty_Double) -> new_esEs10(vuu3002, vuu31002) 20.11/7.31 new_esEs21(vuu3001, vuu31001, ty_Bool) -> new_esEs15(vuu3001, vuu31001) 20.11/7.31 new_esEs21(vuu3001, vuu31001, app(ty_Ratio, bba)) -> new_esEs14(vuu3001, vuu31001, bba) 20.11/7.31 new_esEs23(vuu3000, vuu31000, ty_Int) -> new_esEs13(vuu3000, vuu31000) 20.11/7.31 new_esEs25(vuu3000, vuu31000, ty_Float) -> new_esEs11(vuu3000, vuu31000) 20.11/7.31 new_esEs22(vuu3002, vuu31002, app(ty_Maybe, bcb)) -> new_esEs12(vuu3002, vuu31002, bcb) 20.11/7.31 new_esEs20(vuu3000, vuu31000, app(app(ty_Either, baa), bab)) -> new_esEs8(vuu3000, vuu31000, baa, bab) 20.11/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Integer, bb) -> new_esEs5(vuu3000, vuu31000) 20.11/7.31 new_esEs13(vuu300, vuu3100) -> new_primEqInt(vuu300, vuu3100) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), app(ty_Maybe, bde)) -> new_esEs12(vuu3000, vuu31000, bde) 20.11/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Int, bb) -> new_esEs13(vuu3000, vuu31000) 20.11/7.31 new_primMulNat0(Succ(vuu300000), Succ(vuu3100100)) -> new_primPlusNat1(new_primMulNat0(vuu300000, Succ(vuu3100100)), vuu3100100) 20.11/7.31 new_esEs22(vuu3002, vuu31002, app(ty_[], bcd)) -> new_esEs4(vuu3002, vuu31002, bcd) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), app(app(ty_@2, beb), bec)) -> new_esEs16(vuu3000, vuu31000, beb, bec) 20.11/7.31 new_esEs18(vuu3000, vuu31000, app(ty_[], eh)) -> new_esEs4(vuu3000, vuu31000, eh) 20.11/7.31 new_esEs25(vuu3000, vuu31000, ty_Char) -> new_esEs17(vuu3000, vuu31000) 20.11/7.31 new_esEs25(vuu3000, vuu31000, ty_Ordering) -> new_esEs6(vuu3000, vuu31000) 20.11/7.31 new_asAs(True, vuu37) -> vuu37 20.11/7.31 new_esEs25(vuu3000, vuu31000, app(ty_Ratio, bfb)) -> new_esEs14(vuu3000, vuu31000, bfb) 20.11/7.31 new_esEs19(vuu3001, vuu31001, ty_Float) -> new_esEs11(vuu3001, vuu31001) 20.11/7.31 new_esEs15(False, False) -> True 20.11/7.31 new_esEs21(vuu3001, vuu31001, ty_Integer) -> new_esEs5(vuu3001, vuu31001) 20.11/7.31 new_primEqInt(Pos(Succ(vuu30000)), Pos(Zero)) -> False 20.11/7.31 new_primEqInt(Pos(Zero), Pos(Succ(vuu310000))) -> False 20.11/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Float, bb) -> new_esEs11(vuu3000, vuu31000) 20.11/7.31 new_esEs12(Nothing, Just(vuu31000), bda) -> False 20.11/7.31 new_esEs12(Just(vuu3000), Nothing, bda) -> False 20.11/7.31 new_esEs19(vuu3001, vuu31001, ty_Char) -> new_esEs17(vuu3001, vuu31001) 20.11/7.31 new_esEs21(vuu3001, vuu31001, ty_Int) -> new_esEs13(vuu3001, vuu31001) 20.11/7.31 new_esEs12(Nothing, Nothing, bda) -> True 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Float) -> new_esEs11(vuu3000, vuu31000) 20.11/7.31 new_primEqNat0(Succ(vuu30000), Succ(vuu310000)) -> new_primEqNat0(vuu30000, vuu310000) 20.11/7.31 new_esEs18(vuu3000, vuu31000, ty_Double) -> new_esEs10(vuu3000, vuu31000) 20.11/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), app(app(app(ty_@3, bc), bd), be), bb) -> new_esEs9(vuu3000, vuu31000, bc, bd, be) 20.11/7.31 new_esEs18(vuu3000, vuu31000, app(ty_Maybe, ef)) -> new_esEs12(vuu3000, vuu31000, ef) 20.11/7.31 new_esEs17(Char(vuu3000), Char(vuu31000)) -> new_primEqNat0(vuu3000, vuu31000) 20.11/7.31 new_esEs20(vuu3000, vuu31000, ty_Int) -> new_esEs13(vuu3000, vuu31000) 20.11/7.31 new_primMulNat0(Zero, Zero) -> Zero 20.11/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Double) -> new_esEs10(vuu3000, vuu31000) 20.11/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Char) -> new_esEs17(vuu3000, vuu31000) 20.11/7.31 new_esEs21(vuu3001, vuu31001, ty_@0) -> new_esEs7(vuu3001, vuu31001) 20.11/7.31 new_esEs6(EQ, GT) -> False 20.11/7.31 new_esEs6(GT, EQ) -> False 20.11/7.31 new_esEs20(vuu3000, vuu31000, ty_Float) -> new_esEs11(vuu3000, vuu31000) 20.11/7.31 new_primEqNat0(Succ(vuu30000), Zero) -> False 20.11/7.31 new_primEqNat0(Zero, Succ(vuu310000)) -> False 20.11/7.31 new_esEs19(vuu3001, vuu31001, ty_Ordering) -> new_esEs6(vuu3001, vuu31001) 20.11/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), app(app(ty_Either, ca), cb), bb) -> new_esEs8(vuu3000, vuu31000, ca, cb) 20.11/7.31 new_esEs19(vuu3001, vuu31001, app(ty_Ratio, gb)) -> new_esEs14(vuu3001, vuu31001, gb) 20.11/7.31 new_esEs21(vuu3001, vuu31001, ty_Float) -> new_esEs11(vuu3001, vuu31001) 20.11/7.31 new_esEs25(vuu3000, vuu31000, ty_Bool) -> new_esEs15(vuu3000, vuu31000) 20.11/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), ce, app(app(ty_@2, dg), dh)) -> new_esEs16(vuu3000, vuu31000, dg, dh) 20.11/7.31 new_esEs19(vuu3001, vuu31001, ty_Bool) -> new_esEs15(vuu3001, vuu31001) 20.11/7.31 new_esEs20(vuu3000, vuu31000, ty_Integer) -> new_esEs5(vuu3000, vuu31000) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Char) -> new_esEs17(vuu3000, vuu31000) 20.11/7.31 new_esEs22(vuu3002, vuu31002, app(app(ty_@2, bcg), bch)) -> new_esEs16(vuu3002, vuu31002, bcg, bch) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), app(ty_[], bdg)) -> new_esEs4(vuu3000, vuu31000, bdg) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Double) -> new_esEs10(vuu3000, vuu31000) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), app(app(ty_Either, bdh), bea)) -> new_esEs8(vuu3000, vuu31000, bdh, bea) 20.11/7.31 new_esEs7(@0, @0) -> True 20.11/7.31 new_esEs18(vuu3000, vuu31000, app(ty_Ratio, eg)) -> new_esEs14(vuu3000, vuu31000, eg) 20.11/7.31 new_esEs18(vuu3000, vuu31000, ty_Ordering) -> new_esEs6(vuu3000, vuu31000) 20.11/7.31 new_esEs22(vuu3002, vuu31002, app(app(app(ty_@3, bbg), bbh), bca)) -> new_esEs9(vuu3002, vuu31002, bbg, bbh, bca) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs9(vuu3000, vuu31000, bdb, bdc, bdd) 20.11/7.31 new_primEqInt(Neg(Succ(vuu30000)), Neg(Zero)) -> False 20.11/7.31 new_primEqInt(Neg(Zero), Neg(Succ(vuu310000))) -> False 20.11/7.31 new_esEs19(vuu3001, vuu31001, ty_Integer) -> new_esEs5(vuu3001, vuu31001) 20.11/7.31 new_esEs18(vuu3000, vuu31000, ty_Bool) -> new_esEs15(vuu3000, vuu31000) 20.11/7.31 new_primEqInt(Pos(Succ(vuu30000)), Pos(Succ(vuu310000))) -> new_primEqNat0(vuu30000, vuu310000) 20.11/7.31 new_esEs6(LT, LT) -> True 20.11/7.31 new_esEs6(LT, GT) -> False 20.11/7.31 new_esEs6(GT, LT) -> False 20.11/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Char, bb) -> new_esEs17(vuu3000, vuu31000) 20.11/7.31 new_esEs22(vuu3002, vuu31002, app(app(ty_Either, bce), bcf)) -> new_esEs8(vuu3002, vuu31002, bce, bcf) 20.11/7.31 new_sr(Pos(vuu30000), Neg(vuu310010)) -> Neg(new_primMulNat0(vuu30000, vuu310010)) 20.11/7.31 new_sr(Neg(vuu30000), Pos(vuu310010)) -> Neg(new_primMulNat0(vuu30000, vuu310010)) 20.11/7.31 new_esEs25(vuu3000, vuu31000, ty_Integer) -> new_esEs5(vuu3000, vuu31000) 20.11/7.31 new_esEs21(vuu3001, vuu31001, ty_Char) -> new_esEs17(vuu3001, vuu31001) 20.11/7.31 new_esEs19(vuu3001, vuu31001, ty_Int) -> new_esEs13(vuu3001, vuu31001) 20.11/7.31 new_primEqInt(Pos(Succ(vuu30000)), Neg(vuu31000)) -> False 20.11/7.31 new_primEqInt(Neg(Succ(vuu30000)), Pos(vuu31000)) -> False 20.11/7.31 new_esEs22(vuu3002, vuu31002, ty_@0) -> new_esEs7(vuu3002, vuu31002) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_@0) -> new_esEs7(vuu3000, vuu31000) 20.11/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), ce, app(app(ty_Either, de), df)) -> new_esEs8(vuu3000, vuu31000, de, df) 20.11/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_@0) -> new_esEs7(vuu3000, vuu31000) 20.11/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), app(ty_Maybe, bf), bb) -> new_esEs12(vuu3000, vuu31000, bf) 20.11/7.31 new_esEs22(vuu3002, vuu31002, ty_Bool) -> new_esEs15(vuu3002, vuu31002) 20.11/7.31 new_esEs25(vuu3000, vuu31000, ty_@0) -> new_esEs7(vuu3000, vuu31000) 20.11/7.31 new_esEs21(vuu3001, vuu31001, app(app(ty_Either, bbc), bbd)) -> new_esEs8(vuu3001, vuu31001, bbc, bbd) 20.11/7.31 new_esEs24(vuu3001, vuu31001, ty_Integer) -> new_esEs5(vuu3001, vuu31001) 20.11/7.31 new_esEs22(vuu3002, vuu31002, app(ty_Ratio, bcc)) -> new_esEs14(vuu3002, vuu31002, bcc) 20.11/7.31 new_esEs21(vuu3001, vuu31001, app(ty_Maybe, bah)) -> new_esEs12(vuu3001, vuu31001, bah) 20.11/7.31 new_esEs19(vuu3001, vuu31001, ty_@0) -> new_esEs7(vuu3001, vuu31001) 20.11/7.31 new_sr(Neg(vuu30000), Neg(vuu310010)) -> Pos(new_primMulNat0(vuu30000, vuu310010)) 20.11/7.31 new_esEs18(vuu3000, vuu31000, ty_Float) -> new_esEs11(vuu3000, vuu31000) 20.11/7.31 new_esEs18(vuu3000, vuu31000, ty_Integer) -> new_esEs5(vuu3000, vuu31000) 20.11/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), ty_@0, bb) -> new_esEs7(vuu3000, vuu31000) 20.11/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), ce, app(ty_Maybe, db)) -> new_esEs12(vuu3000, vuu31000, db) 20.11/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), ce, app(ty_[], dd)) -> new_esEs4(vuu3000, vuu31000, dd) 20.11/7.31 new_esEs22(vuu3002, vuu31002, ty_Ordering) -> new_esEs6(vuu3002, vuu31002) 20.11/7.31 new_esEs24(vuu3001, vuu31001, ty_Int) -> new_esEs13(vuu3001, vuu31001) 20.11/7.31 new_esEs22(vuu3002, vuu31002, ty_Char) -> new_esEs17(vuu3002, vuu31002) 20.11/7.31 new_primEqInt(Pos(Zero), Neg(Succ(vuu310000))) -> False 20.11/7.31 new_primEqInt(Neg(Zero), Pos(Succ(vuu310000))) -> False 20.11/7.31 new_esEs18(vuu3000, vuu31000, ty_Int) -> new_esEs13(vuu3000, vuu31000) 20.11/7.31 new_primPlusNat0(Succ(vuu4900), Succ(vuu31001000)) -> Succ(Succ(new_primPlusNat0(vuu4900, vuu31001000))) 20.11/7.31 new_esEs9(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), gh, ha, hb) -> new_asAs(new_esEs20(vuu3000, vuu31000, gh), new_asAs(new_esEs21(vuu3001, vuu31001, ha), new_esEs22(vuu3002, vuu31002, hb))) 20.11/7.31 new_esEs5(Integer(vuu3000), Integer(vuu31000)) -> new_primEqInt(vuu3000, vuu31000) 20.11/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), app(ty_[], bh), bb) -> new_esEs4(vuu3000, vuu31000, bh) 20.11/7.31 new_esEs20(vuu3000, vuu31000, app(ty_Ratio, hg)) -> new_esEs14(vuu3000, vuu31000, hg) 20.11/7.31 new_esEs21(vuu3001, vuu31001, ty_Double) -> new_esEs10(vuu3001, vuu31001) 20.11/7.31 new_esEs20(vuu3000, vuu31000, ty_Bool) -> new_esEs15(vuu3000, vuu31000) 20.11/7.31 new_esEs15(True, True) -> True 20.11/7.31 new_esEs20(vuu3000, vuu31000, ty_Char) -> new_esEs17(vuu3000, vuu31000) 20.11/7.31 new_esEs22(vuu3002, vuu31002, ty_Float) -> new_esEs11(vuu3002, vuu31002) 20.11/7.31 new_primEqInt(Neg(Succ(vuu30000)), Neg(Succ(vuu310000))) -> new_primEqNat0(vuu30000, vuu310000) 20.11/7.31 new_esEs21(vuu3001, vuu31001, app(ty_[], bbb)) -> new_esEs4(vuu3001, vuu31001, bbb) 20.11/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Double, bb) -> new_esEs10(vuu3000, vuu31000) 20.11/7.31 new_esEs21(vuu3001, vuu31001, app(app(ty_@2, bbe), bbf)) -> new_esEs16(vuu3001, vuu31001, bbe, bbf) 20.11/7.31 new_primMulNat0(Succ(vuu300000), Zero) -> Zero 20.11/7.31 new_primMulNat0(Zero, Succ(vuu3100100)) -> Zero 20.11/7.31 new_esEs21(vuu3001, vuu31001, app(app(app(ty_@3, bae), baf), bag)) -> new_esEs9(vuu3001, vuu31001, bae, baf, bag) 20.11/7.31 new_sr(Pos(vuu30000), Pos(vuu310010)) -> Pos(new_primMulNat0(vuu30000, vuu310010)) 20.11/7.31 new_esEs20(vuu3000, vuu31000, ty_Ordering) -> new_esEs6(vuu3000, vuu31000) 20.11/7.31 new_esEs16(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), ea, eb) -> new_asAs(new_esEs18(vuu3000, vuu31000, ea), new_esEs19(vuu3001, vuu31001, eb)) 20.11/7.31 new_primPlusNat1(Succ(vuu490), vuu3100100) -> Succ(Succ(new_primPlusNat0(vuu490, vuu3100100))) 20.11/7.31 new_esEs18(vuu3000, vuu31000, app(app(ty_@2, fc), fd)) -> new_esEs16(vuu3000, vuu31000, fc, fd) 20.11/7.31 new_esEs25(vuu3000, vuu31000, app(ty_Maybe, bfa)) -> new_esEs12(vuu3000, vuu31000, bfa) 20.11/7.31 new_esEs15(False, True) -> False 20.11/7.31 new_esEs15(True, False) -> False 20.11/7.31 new_esEs25(vuu3000, vuu31000, app(app(app(ty_@3, bef), beg), beh)) -> new_esEs9(vuu3000, vuu31000, bef, beg, beh) 20.11/7.31 new_primPlusNat0(Succ(vuu4900), Zero) -> Succ(vuu4900) 20.11/7.31 new_primPlusNat0(Zero, Succ(vuu31001000)) -> Succ(vuu31001000) 20.11/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Ordering) -> new_esEs6(vuu3000, vuu31000) 20.11/7.31 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 20.11/7.31 new_esEs18(vuu3000, vuu31000, app(app(ty_Either, fa), fb)) -> new_esEs8(vuu3000, vuu31000, fa, fb) 20.11/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Ordering) -> new_esEs6(vuu3000, vuu31000) 20.11/7.31 new_esEs18(vuu3000, vuu31000, app(app(app(ty_@3, ec), ed), ee)) -> new_esEs9(vuu3000, vuu31000, ec, ed, ee) 20.11/7.31 new_primPlusNat1(Zero, vuu3100100) -> Succ(vuu3100100) 20.11/7.31 new_esEs6(EQ, EQ) -> True 20.11/7.31 new_esEs8(Left(vuu3000), Right(vuu31000), ce, bb) -> False 20.13/7.31 new_esEs8(Right(vuu3000), Left(vuu31000), ce, bb) -> False 20.13/7.31 new_esEs19(vuu3001, vuu31001, app(app(ty_Either, gd), ge)) -> new_esEs8(vuu3001, vuu31001, gd, ge) 20.13/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Bool, bb) -> new_esEs15(vuu3000, vuu31000) 20.13/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), app(app(ty_@2, cc), cd), bb) -> new_esEs16(vuu3000, vuu31000, cc, cd) 20.13/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Bool) -> new_esEs15(vuu3000, vuu31000) 20.13/7.31 new_esEs25(vuu3000, vuu31000, app(app(ty_Either, bfd), bfe)) -> new_esEs8(vuu3000, vuu31000, bfd, bfe) 20.13/7.31 new_esEs6(GT, GT) -> True 20.13/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Float) -> new_esEs11(vuu3000, vuu31000) 20.13/7.31 new_esEs4(:(vuu3000, vuu3001), [], bee) -> False 20.13/7.31 new_esEs4([], :(vuu31000, vuu31001), bee) -> False 20.13/7.31 new_esEs19(vuu3001, vuu31001, app(ty_Maybe, ga)) -> new_esEs12(vuu3001, vuu31001, ga) 20.13/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), app(ty_Ratio, bdf)) -> new_esEs14(vuu3000, vuu31000, bdf) 20.13/7.31 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 20.13/7.31 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 20.13/7.31 new_esEs11(Float(vuu3000, vuu3001), Float(vuu31000, vuu31001)) -> new_esEs13(new_sr(vuu3000, vuu31001), new_sr(vuu3001, vuu31000)) 20.13/7.31 new_esEs20(vuu3000, vuu31000, ty_@0) -> new_esEs7(vuu3000, vuu31000) 20.13/7.31 new_esEs25(vuu3000, vuu31000, app(ty_[], bfc)) -> new_esEs4(vuu3000, vuu31000, bfc) 20.13/7.31 new_esEs22(vuu3002, vuu31002, ty_Integer) -> new_esEs5(vuu3002, vuu31002) 20.13/7.31 new_primEqNat0(Zero, Zero) -> True 20.13/7.31 new_esEs18(vuu3000, vuu31000, ty_Char) -> new_esEs17(vuu3000, vuu31000) 20.13/7.31 new_esEs22(vuu3002, vuu31002, ty_Int) -> new_esEs13(vuu3002, vuu31002) 20.13/7.31 new_esEs21(vuu3001, vuu31001, ty_Ordering) -> new_esEs6(vuu3001, vuu31001) 20.13/7.31 new_esEs25(vuu3000, vuu31000, ty_Double) -> new_esEs10(vuu3000, vuu31000) 20.13/7.31 new_esEs4([], [], bee) -> True 20.13/7.31 new_esEs19(vuu3001, vuu31001, ty_Double) -> new_esEs10(vuu3001, vuu31001) 20.13/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), app(ty_Ratio, bg), bb) -> new_esEs14(vuu3000, vuu31000, bg) 20.13/7.31 new_esEs19(vuu3001, vuu31001, app(app(ty_@2, gf), gg)) -> new_esEs16(vuu3001, vuu31001, gf, gg) 20.13/7.31 new_asAs(False, vuu37) -> False 20.13/7.31 new_esEs25(vuu3000, vuu31000, app(app(ty_@2, bff), bfg)) -> new_esEs16(vuu3000, vuu31000, bff, bfg) 20.13/7.31 new_esEs19(vuu3001, vuu31001, app(ty_[], gc)) -> new_esEs4(vuu3001, vuu31001, gc) 20.13/7.31 new_esEs10(Double(vuu3000, vuu3001), Double(vuu31000, vuu31001)) -> new_esEs13(new_sr(vuu3000, vuu31001), new_sr(vuu3001, vuu31000)) 20.13/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Integer) -> new_esEs5(vuu3000, vuu31000) 20.13/7.31 new_esEs20(vuu3000, vuu31000, app(app(ty_@2, bac), bad)) -> new_esEs16(vuu3000, vuu31000, bac, bad) 20.13/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Integer) -> new_esEs5(vuu3000, vuu31000) 20.13/7.31 new_esEs6(LT, EQ) -> False 20.13/7.31 new_esEs6(EQ, LT) -> False 20.13/7.31 new_esEs14(:%(vuu3000, vuu3001), :%(vuu31000, vuu31001), bed) -> new_asAs(new_esEs23(vuu3000, vuu31000, bed), new_esEs24(vuu3001, vuu31001, bed)) 20.13/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Bool) -> new_esEs15(vuu3000, vuu31000) 20.13/7.31 new_esEs19(vuu3001, vuu31001, app(app(app(ty_@3, ff), fg), fh)) -> new_esEs9(vuu3001, vuu31001, ff, fg, fh) 20.13/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Int) -> new_esEs13(vuu3000, vuu31000) 20.13/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), ce, app(app(app(ty_@3, cf), cg), da)) -> new_esEs9(vuu3000, vuu31000, cf, cg, da) 20.13/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Ordering, bb) -> new_esEs6(vuu3000, vuu31000) 20.13/7.31 new_esEs20(vuu3000, vuu31000, ty_Double) -> new_esEs10(vuu3000, vuu31000) 20.13/7.31 new_esEs20(vuu3000, vuu31000, app(ty_Maybe, hf)) -> new_esEs12(vuu3000, vuu31000, hf) 20.13/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), ce, ty_Int) -> new_esEs13(vuu3000, vuu31000) 20.13/7.31 new_esEs20(vuu3000, vuu31000, app(ty_[], hh)) -> new_esEs4(vuu3000, vuu31000, hh) 20.13/7.31 20.13/7.31 The set Q consists of the following terms: 20.13/7.31 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 20.13/7.31 new_esEs19(x0, x1, app(ty_Maybe, x2)) 20.13/7.31 new_esEs8(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 20.13/7.31 new_esEs17(Char(x0), Char(x1)) 20.13/7.31 new_esEs19(x0, x1, ty_Bool) 20.13/7.31 new_esEs18(x0, x1, app(app(ty_@2, x2), x3)) 20.13/7.31 new_esEs21(x0, x1, ty_Ordering) 20.13/7.31 new_asAs(False, x0) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 20.13/7.31 new_esEs21(x0, x1, ty_Double) 20.13/7.31 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.13/7.31 new_esEs12(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 20.13/7.31 new_esEs12(Just(x0), Just(x1), ty_Double) 20.13/7.31 new_esEs14(:%(x0, x1), :%(x2, x3), x4) 20.13/7.31 new_primMulNat0(Zero, Zero) 20.13/7.31 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 20.13/7.31 new_esEs20(x0, x1, app(ty_Ratio, x2)) 20.13/7.31 new_esEs22(x0, x1, ty_Int) 20.13/7.31 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 20.13/7.31 new_esEs21(x0, x1, app(ty_[], x2)) 20.13/7.31 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, ty_@0) 20.13/7.31 new_primEqInt(Pos(Zero), Pos(Zero)) 20.13/7.31 new_esEs22(x0, x1, ty_Float) 20.13/7.31 new_esEs12(Just(x0), Just(x1), ty_Ordering) 20.13/7.31 new_primPlusNat0(Zero, Succ(x0)) 20.13/7.31 new_esEs22(x0, x1, ty_Ordering) 20.13/7.31 new_esEs4(:(x0, x1), [], x2) 20.13/7.31 new_esEs19(x0, x1, ty_@0) 20.13/7.31 new_esEs23(x0, x1, ty_Integer) 20.13/7.31 new_primEqNat0(Zero, Succ(x0)) 20.13/7.31 new_primPlusNat0(Succ(x0), Succ(x1)) 20.13/7.31 new_esEs20(x0, x1, ty_Ordering) 20.13/7.31 new_esEs20(x0, x1, ty_Integer) 20.13/7.31 new_esEs6(EQ, EQ) 20.13/7.31 new_esEs18(x0, x1, ty_@0) 20.13/7.31 new_esEs12(Just(x0), Just(x1), ty_Float) 20.13/7.31 new_sr(Neg(x0), Neg(x1)) 20.13/7.31 new_esEs22(x0, x1, app(ty_Maybe, x2)) 20.13/7.31 new_esEs25(x0, x1, ty_Bool) 20.13/7.31 new_primEqInt(Neg(Zero), Neg(Zero)) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, ty_Integer) 20.13/7.31 new_esEs20(x0, x1, ty_Float) 20.13/7.31 new_esEs12(Nothing, Nothing, x0) 20.13/7.31 new_esEs5(Integer(x0), Integer(x1)) 20.13/7.31 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 20.13/7.31 new_primPlusNat0(Zero, Zero) 20.13/7.31 new_esEs19(x0, x1, ty_Integer) 20.13/7.31 new_esEs8(Left(x0), Left(x1), ty_@0, x2) 20.13/7.31 new_esEs22(x0, x1, app(ty_[], x2)) 20.13/7.31 new_esEs21(x0, x1, ty_Float) 20.13/7.31 new_esEs8(Left(x0), Right(x1), x2, x3) 20.13/7.31 new_esEs8(Right(x0), Left(x1), x2, x3) 20.13/7.31 new_esEs19(x0, x1, app(ty_[], x2)) 20.13/7.31 new_esEs6(EQ, GT) 20.13/7.31 new_esEs6(GT, EQ) 20.13/7.31 new_esEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.13/7.31 new_esEs24(x0, x1, ty_Integer) 20.13/7.31 new_esEs21(x0, x1, ty_Char) 20.13/7.31 new_esEs24(x0, x1, ty_Int) 20.13/7.31 new_esEs25(x0, x1, ty_Ordering) 20.13/7.31 new_esEs19(x0, x1, app(app(ty_Either, x2), x3)) 20.13/7.31 new_esEs19(x0, x1, ty_Char) 20.13/7.31 new_esEs9(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 20.13/7.31 new_sr(Pos(x0), Pos(x1)) 20.13/7.31 new_esEs6(LT, LT) 20.13/7.31 new_esEs21(x0, x1, ty_Int) 20.13/7.31 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 20.13/7.31 new_primEqInt(Pos(Zero), Neg(Zero)) 20.13/7.31 new_primEqInt(Neg(Zero), Pos(Zero)) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, ty_Char) 20.13/7.31 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 20.13/7.31 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, ty_Double) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 20.13/7.31 new_esEs25(x0, x1, app(ty_Maybe, x2)) 20.13/7.31 new_esEs6(LT, GT) 20.13/7.31 new_esEs6(GT, LT) 20.13/7.31 new_esEs25(x0, x1, app(ty_[], x2)) 20.13/7.31 new_esEs8(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, ty_Bool) 20.13/7.31 new_esEs25(x0, x1, ty_Integer) 20.13/7.31 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 20.13/7.31 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 20.13/7.31 new_esEs15(False, False) 20.13/7.31 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 20.13/7.31 new_esEs6(LT, EQ) 20.13/7.31 new_esEs6(EQ, LT) 20.13/7.31 new_primMulNat0(Succ(x0), Zero) 20.13/7.31 new_esEs6(GT, GT) 20.13/7.31 new_esEs8(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 20.13/7.31 new_esEs16(@2(x0, x1), @2(x2, x3), x4, x5) 20.13/7.31 new_esEs12(Just(x0), Just(x1), app(ty_Maybe, x2)) 20.13/7.31 new_esEs21(x0, x1, ty_Bool) 20.13/7.31 new_esEs21(x0, x1, ty_@0) 20.13/7.31 new_primPlusNat1(Succ(x0), x1) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, ty_Ordering) 20.13/7.31 new_esEs19(x0, x1, ty_Double) 20.13/7.31 new_esEs25(x0, x1, ty_Char) 20.13/7.31 new_esEs19(x0, x1, ty_Ordering) 20.13/7.31 new_esEs8(Left(x0), Left(x1), ty_Double, x2) 20.13/7.31 new_esEs19(x0, x1, app(ty_Ratio, x2)) 20.13/7.31 new_esEs7(@0, @0) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, ty_Int) 20.13/7.31 new_primMulNat0(Zero, Succ(x0)) 20.13/7.31 new_esEs19(x0, x1, ty_Int) 20.13/7.31 new_esEs25(x0, x1, ty_Int) 20.13/7.31 new_esEs4(:(x0, x1), :(x2, x3), x4) 20.13/7.31 new_esEs10(Double(x0, x1), Double(x2, x3)) 20.13/7.31 new_esEs22(x0, x1, app(ty_Ratio, x2)) 20.13/7.31 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.13/7.31 new_esEs12(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 20.13/7.31 new_esEs18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.13/7.31 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 20.13/7.31 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 20.13/7.31 new_esEs18(x0, x1, ty_Float) 20.13/7.31 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 20.13/7.31 new_esEs25(x0, x1, app(ty_Ratio, x2)) 20.13/7.31 new_esEs19(x0, x1, app(app(ty_@2, x2), x3)) 20.13/7.31 new_esEs18(x0, x1, ty_Ordering) 20.13/7.31 new_esEs8(Left(x0), Left(x1), ty_Float, x2) 20.13/7.31 new_esEs23(x0, x1, ty_Int) 20.13/7.31 new_esEs20(x0, x1, ty_@0) 20.13/7.31 new_primPlusNat0(Succ(x0), Zero) 20.13/7.31 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 20.13/7.31 new_esEs8(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 20.13/7.31 new_asAs(True, x0) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, ty_Float) 20.13/7.31 new_primMulNat0(Succ(x0), Succ(x1)) 20.13/7.31 new_esEs12(Just(x0), Just(x1), ty_@0) 20.13/7.31 new_esEs15(False, True) 20.13/7.31 new_esEs15(True, False) 20.13/7.31 new_esEs13(x0, x1) 20.13/7.31 new_esEs19(x0, x1, ty_Float) 20.13/7.31 new_esEs18(x0, x1, ty_Integer) 20.13/7.31 new_esEs12(Just(x0), Nothing, x1) 20.13/7.31 new_esEs22(x0, x1, ty_Integer) 20.13/7.31 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 20.13/7.31 new_esEs8(Left(x0), Left(x1), ty_Ordering, x2) 20.13/7.31 new_esEs21(x0, x1, ty_Integer) 20.13/7.31 new_esEs12(Just(x0), Just(x1), app(ty_[], x2)) 20.13/7.31 new_esEs18(x0, x1, ty_Int) 20.13/7.31 new_esEs4([], :(x0, x1), x2) 20.13/7.31 new_esEs8(Left(x0), Left(x1), ty_Integer, x2) 20.13/7.31 new_primEqNat0(Zero, Zero) 20.13/7.31 new_esEs12(Just(x0), Just(x1), ty_Integer) 20.13/7.31 new_esEs18(x0, x1, app(app(ty_Either, x2), x3)) 20.13/7.31 new_esEs18(x0, x1, app(ty_Ratio, x2)) 20.13/7.31 new_esEs12(Just(x0), Just(x1), ty_Int) 20.13/7.31 new_esEs8(Left(x0), Left(x1), ty_Int, x2) 20.13/7.31 new_esEs12(Nothing, Just(x0), x1) 20.13/7.31 new_esEs25(x0, x1, ty_@0) 20.13/7.31 new_esEs25(x0, x1, ty_Double) 20.13/7.31 new_primPlusNat1(Zero, x0) 20.13/7.31 new_esEs8(Left(x0), Left(x1), app(ty_[], x2), x3) 20.13/7.31 new_sr(Pos(x0), Neg(x1)) 20.13/7.31 new_sr(Neg(x0), Pos(x1)) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, app(ty_[], x3)) 20.13/7.31 new_esEs15(True, True) 20.13/7.31 new_esEs4([], [], x0) 20.13/7.31 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.13/7.31 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 20.13/7.31 new_esEs20(x0, x1, ty_Int) 20.13/7.31 new_esEs22(x0, x1, ty_@0) 20.13/7.31 new_esEs18(x0, x1, ty_Char) 20.13/7.31 new_esEs18(x0, x1, app(ty_Maybe, x2)) 20.13/7.31 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 20.13/7.31 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.13/7.31 new_esEs8(Left(x0), Left(x1), ty_Char, x2) 20.13/7.31 new_esEs12(Just(x0), Just(x1), ty_Char) 20.13/7.31 new_esEs11(Float(x0, x1), Float(x2, x3)) 20.13/7.31 new_esEs21(x0, x1, app(ty_Maybe, x2)) 20.13/7.31 new_esEs20(x0, x1, ty_Char) 20.13/7.31 new_esEs20(x0, x1, ty_Double) 20.13/7.31 new_esEs22(x0, x1, ty_Bool) 20.13/7.31 new_esEs20(x0, x1, app(ty_[], x2)) 20.13/7.31 new_esEs18(x0, x1, app(ty_[], x2)) 20.13/7.31 new_primEqNat0(Succ(x0), Zero) 20.13/7.31 new_esEs8(Left(x0), Left(x1), ty_Bool, x2) 20.13/7.31 new_esEs22(x0, x1, ty_Double) 20.13/7.31 new_esEs18(x0, x1, ty_Double) 20.13/7.31 new_esEs8(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 20.13/7.31 new_esEs12(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 20.13/7.31 new_esEs12(Just(x0), Just(x1), app(ty_Ratio, x2)) 20.13/7.31 new_esEs22(x0, x1, ty_Char) 20.13/7.31 new_esEs12(Just(x0), Just(x1), ty_Bool) 20.13/7.31 new_primEqNat0(Succ(x0), Succ(x1)) 20.13/7.31 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 20.13/7.31 new_esEs25(x0, x1, ty_Float) 20.13/7.31 new_esEs21(x0, x1, app(ty_Ratio, x2)) 20.13/7.31 new_esEs20(x0, x1, ty_Bool) 20.13/7.31 new_esEs20(x0, x1, app(ty_Maybe, x2)) 20.13/7.31 new_esEs18(x0, x1, ty_Bool) 20.13/7.31 20.13/7.31 We have to consider all minimal (P,Q,R)-chains. 20.13/7.31 ---------------------------------------- 20.13/7.31 20.13/7.31 (18) QDPSizeChangeProof (EQUIVALENT) 20.13/7.31 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. 20.13/7.31 20.13/7.31 From the DPs we obtained the following set of size-change graphs: 20.13/7.31 *new_span2Ys0(vuu3110, vuu3111, True, ba) -> new_span2Ys(vuu3111, ba) 20.13/7.31 The graph contains the following edges 2 >= 1, 4 >= 2 20.13/7.31 20.13/7.31 20.13/7.31 *new_span2Ys0(vuu3110, vuu3111, True, ba) -> new_span2Zs(vuu3111, ba) 20.13/7.31 The graph contains the following edges 2 >= 1, 4 >= 2 20.13/7.31 20.13/7.31 20.13/7.31 *new_span2Zs0(vuu3110, vuu3111, True, ba) -> new_span2Ys(vuu3111, ba) 20.13/7.31 The graph contains the following edges 2 >= 1, 4 >= 2 20.13/7.31 20.13/7.31 20.13/7.31 *new_span2Zs(:(vuu3110, vuu3111), ba) -> new_span2Zs0(vuu3110, vuu3111, new_esEs4([], vuu3110, ba), ba) 20.13/7.31 The graph contains the following edges 1 > 1, 1 > 2, 2 >= 4 20.13/7.31 20.13/7.31 20.13/7.31 *new_span2Ys(:(vuu3110, vuu3111), ba) -> new_span2Ys0(vuu3110, vuu3111, new_esEs4([], vuu3110, ba), ba) 20.13/7.31 The graph contains the following edges 1 > 1, 1 > 2, 2 >= 4 20.13/7.31 20.13/7.31 20.13/7.31 *new_span2Zs0(vuu3110, vuu3111, True, ba) -> new_span2Zs(vuu3111, ba) 20.13/7.31 The graph contains the following edges 2 >= 1, 4 >= 2 20.13/7.31 20.13/7.31 20.13/7.31 ---------------------------------------- 20.13/7.31 20.13/7.31 (19) 20.13/7.31 YES 20.13/7.31 20.13/7.31 ---------------------------------------- 20.13/7.31 20.13/7.31 (20) 20.13/7.31 Obligation: 20.13/7.31 Q DP problem: 20.13/7.31 The TRS P consists of the following rules: 20.13/7.31 20.13/7.31 new_span2Zs00(vuu24, vuu25, vuu280, vuu281, True, bb) -> new_span2Zs1(vuu24, vuu25, vuu281, bb) 20.13/7.31 new_span2Zs1(vuu24, vuu25, :(vuu280, vuu281), bb) -> new_span2Zs00(vuu24, vuu25, vuu280, vuu281, new_esEs4(:(vuu24, vuu25), vuu280, bb), bb) 20.13/7.31 new_span2Zs00(vuu24, vuu25, vuu280, vuu281, True, bb) -> new_span2Ys1(vuu24, vuu25, vuu281, bb) 20.13/7.31 new_span2Ys1(vuu11, vuu12, :(vuu150, vuu151), ba) -> new_span2Ys00(vuu11, vuu12, vuu150, vuu151, new_esEs4(:(vuu11, vuu12), vuu150, ba), ba) 20.13/7.31 new_span2Ys00(vuu11, vuu12, vuu150, vuu151, True, ba) -> new_span2Zs1(vuu11, vuu12, vuu151, ba) 20.13/7.31 new_span2Ys00(vuu11, vuu12, vuu150, vuu151, True, ba) -> new_span2Ys1(vuu11, vuu12, vuu151, ba) 20.13/7.31 20.13/7.31 The TRS R consists of the following rules: 20.13/7.31 20.13/7.31 new_esEs18(vuu3000, vuu31000, ty_@0) -> new_esEs7(vuu3000, vuu31000) 20.13/7.31 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 20.13/7.31 new_primPlusNat0(Zero, Zero) -> Zero 20.13/7.31 new_esEs20(vuu3000, vuu31000, app(app(app(ty_@3, hd), he), hf)) -> new_esEs9(vuu3000, vuu31000, hd, he, hf) 20.13/7.31 new_esEs25(vuu3000, vuu31000, ty_Int) -> new_esEs13(vuu3000, vuu31000) 20.13/7.31 new_esEs4(:(vuu3000, vuu3001), :(vuu31000, vuu31001), bef) -> new_asAs(new_esEs25(vuu3000, vuu31000, bef), new_esEs4(vuu3001, vuu31001, bef)) 20.13/7.31 new_esEs23(vuu3000, vuu31000, ty_Integer) -> new_esEs5(vuu3000, vuu31000) 20.13/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), cf, app(ty_Ratio, dd)) -> new_esEs14(vuu3000, vuu31000, dd) 20.13/7.31 new_esEs22(vuu3002, vuu31002, ty_Double) -> new_esEs10(vuu3002, vuu31002) 20.13/7.31 new_esEs21(vuu3001, vuu31001, ty_Bool) -> new_esEs15(vuu3001, vuu31001) 20.13/7.31 new_esEs21(vuu3001, vuu31001, app(ty_Ratio, bbb)) -> new_esEs14(vuu3001, vuu31001, bbb) 20.13/7.31 new_esEs23(vuu3000, vuu31000, ty_Int) -> new_esEs13(vuu3000, vuu31000) 20.13/7.31 new_esEs25(vuu3000, vuu31000, ty_Float) -> new_esEs11(vuu3000, vuu31000) 20.13/7.31 new_esEs22(vuu3002, vuu31002, app(ty_Maybe, bcc)) -> new_esEs12(vuu3002, vuu31002, bcc) 20.13/7.31 new_esEs20(vuu3000, vuu31000, app(app(ty_Either, bab), bac)) -> new_esEs8(vuu3000, vuu31000, bab, bac) 20.13/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Integer, bc) -> new_esEs5(vuu3000, vuu31000) 20.13/7.31 new_esEs13(vuu300, vuu3100) -> new_primEqInt(vuu300, vuu3100) 20.13/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), app(ty_Maybe, bdf)) -> new_esEs12(vuu3000, vuu31000, bdf) 20.13/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Int, bc) -> new_esEs13(vuu3000, vuu31000) 20.13/7.31 new_primMulNat0(Succ(vuu300000), Succ(vuu3100100)) -> new_primPlusNat1(new_primMulNat0(vuu300000, Succ(vuu3100100)), vuu3100100) 20.13/7.31 new_esEs22(vuu3002, vuu31002, app(ty_[], bce)) -> new_esEs4(vuu3002, vuu31002, bce) 20.13/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), app(app(ty_@2, bec), bed)) -> new_esEs16(vuu3000, vuu31000, bec, bed) 20.13/7.31 new_esEs18(vuu3000, vuu31000, app(ty_[], fa)) -> new_esEs4(vuu3000, vuu31000, fa) 20.13/7.31 new_esEs25(vuu3000, vuu31000, ty_Char) -> new_esEs17(vuu3000, vuu31000) 20.13/7.31 new_esEs25(vuu3000, vuu31000, ty_Ordering) -> new_esEs6(vuu3000, vuu31000) 20.13/7.31 new_asAs(True, vuu37) -> vuu37 20.13/7.31 new_esEs25(vuu3000, vuu31000, app(ty_Ratio, bfc)) -> new_esEs14(vuu3000, vuu31000, bfc) 20.13/7.31 new_esEs19(vuu3001, vuu31001, ty_Float) -> new_esEs11(vuu3001, vuu31001) 20.13/7.31 new_esEs15(False, False) -> True 20.13/7.31 new_esEs21(vuu3001, vuu31001, ty_Integer) -> new_esEs5(vuu3001, vuu31001) 20.13/7.31 new_primEqInt(Pos(Succ(vuu30000)), Pos(Zero)) -> False 20.13/7.31 new_primEqInt(Pos(Zero), Pos(Succ(vuu310000))) -> False 20.13/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Float, bc) -> new_esEs11(vuu3000, vuu31000) 20.13/7.31 new_esEs12(Nothing, Just(vuu31000), bdb) -> False 20.13/7.31 new_esEs12(Just(vuu3000), Nothing, bdb) -> False 20.13/7.31 new_esEs19(vuu3001, vuu31001, ty_Char) -> new_esEs17(vuu3001, vuu31001) 20.13/7.31 new_esEs21(vuu3001, vuu31001, ty_Int) -> new_esEs13(vuu3001, vuu31001) 20.13/7.31 new_esEs12(Nothing, Nothing, bdb) -> True 20.13/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Float) -> new_esEs11(vuu3000, vuu31000) 20.13/7.31 new_primEqNat0(Succ(vuu30000), Succ(vuu310000)) -> new_primEqNat0(vuu30000, vuu310000) 20.13/7.31 new_esEs18(vuu3000, vuu31000, ty_Double) -> new_esEs10(vuu3000, vuu31000) 20.13/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), app(app(app(ty_@3, bd), be), bf), bc) -> new_esEs9(vuu3000, vuu31000, bd, be, bf) 20.13/7.31 new_esEs18(vuu3000, vuu31000, app(ty_Maybe, eg)) -> new_esEs12(vuu3000, vuu31000, eg) 20.13/7.31 new_esEs17(Char(vuu3000), Char(vuu31000)) -> new_primEqNat0(vuu3000, vuu31000) 20.13/7.31 new_esEs20(vuu3000, vuu31000, ty_Int) -> new_esEs13(vuu3000, vuu31000) 20.13/7.31 new_primMulNat0(Zero, Zero) -> Zero 20.13/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), cf, ty_Double) -> new_esEs10(vuu3000, vuu31000) 20.13/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), cf, ty_Char) -> new_esEs17(vuu3000, vuu31000) 20.13/7.31 new_esEs21(vuu3001, vuu31001, ty_@0) -> new_esEs7(vuu3001, vuu31001) 20.13/7.31 new_esEs6(EQ, GT) -> False 20.13/7.31 new_esEs6(GT, EQ) -> False 20.13/7.31 new_esEs20(vuu3000, vuu31000, ty_Float) -> new_esEs11(vuu3000, vuu31000) 20.13/7.31 new_primEqNat0(Succ(vuu30000), Zero) -> False 20.13/7.31 new_primEqNat0(Zero, Succ(vuu310000)) -> False 20.13/7.31 new_esEs19(vuu3001, vuu31001, ty_Ordering) -> new_esEs6(vuu3001, vuu31001) 20.13/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), app(app(ty_Either, cb), cc), bc) -> new_esEs8(vuu3000, vuu31000, cb, cc) 20.13/7.31 new_esEs19(vuu3001, vuu31001, app(ty_Ratio, gc)) -> new_esEs14(vuu3001, vuu31001, gc) 20.13/7.31 new_esEs21(vuu3001, vuu31001, ty_Float) -> new_esEs11(vuu3001, vuu31001) 20.13/7.31 new_esEs25(vuu3000, vuu31000, ty_Bool) -> new_esEs15(vuu3000, vuu31000) 20.13/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), cf, app(app(ty_@2, dh), ea)) -> new_esEs16(vuu3000, vuu31000, dh, ea) 20.13/7.31 new_esEs19(vuu3001, vuu31001, ty_Bool) -> new_esEs15(vuu3001, vuu31001) 20.13/7.31 new_esEs20(vuu3000, vuu31000, ty_Integer) -> new_esEs5(vuu3000, vuu31000) 20.13/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Char) -> new_esEs17(vuu3000, vuu31000) 20.13/7.31 new_esEs22(vuu3002, vuu31002, app(app(ty_@2, bch), bda)) -> new_esEs16(vuu3002, vuu31002, bch, bda) 20.13/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), app(ty_[], bdh)) -> new_esEs4(vuu3000, vuu31000, bdh) 20.13/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Double) -> new_esEs10(vuu3000, vuu31000) 20.13/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), app(app(ty_Either, bea), beb)) -> new_esEs8(vuu3000, vuu31000, bea, beb) 20.13/7.31 new_esEs7(@0, @0) -> True 20.13/7.31 new_esEs18(vuu3000, vuu31000, app(ty_Ratio, eh)) -> new_esEs14(vuu3000, vuu31000, eh) 20.13/7.31 new_esEs18(vuu3000, vuu31000, ty_Ordering) -> new_esEs6(vuu3000, vuu31000) 20.13/7.31 new_esEs22(vuu3002, vuu31002, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs9(vuu3002, vuu31002, bbh, bca, bcb) 20.13/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), app(app(app(ty_@3, bdc), bdd), bde)) -> new_esEs9(vuu3000, vuu31000, bdc, bdd, bde) 20.13/7.31 new_primEqInt(Neg(Succ(vuu30000)), Neg(Zero)) -> False 20.13/7.31 new_primEqInt(Neg(Zero), Neg(Succ(vuu310000))) -> False 20.13/7.31 new_esEs19(vuu3001, vuu31001, ty_Integer) -> new_esEs5(vuu3001, vuu31001) 20.13/7.31 new_esEs18(vuu3000, vuu31000, ty_Bool) -> new_esEs15(vuu3000, vuu31000) 20.13/7.31 new_primEqInt(Pos(Succ(vuu30000)), Pos(Succ(vuu310000))) -> new_primEqNat0(vuu30000, vuu310000) 20.13/7.31 new_esEs6(LT, LT) -> True 20.13/7.31 new_esEs6(LT, GT) -> False 20.13/7.31 new_esEs6(GT, LT) -> False 20.13/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Char, bc) -> new_esEs17(vuu3000, vuu31000) 20.13/7.31 new_esEs22(vuu3002, vuu31002, app(app(ty_Either, bcf), bcg)) -> new_esEs8(vuu3002, vuu31002, bcf, bcg) 20.13/7.31 new_sr(Pos(vuu30000), Neg(vuu310010)) -> Neg(new_primMulNat0(vuu30000, vuu310010)) 20.13/7.31 new_sr(Neg(vuu30000), Pos(vuu310010)) -> Neg(new_primMulNat0(vuu30000, vuu310010)) 20.13/7.31 new_esEs25(vuu3000, vuu31000, ty_Integer) -> new_esEs5(vuu3000, vuu31000) 20.13/7.31 new_esEs21(vuu3001, vuu31001, ty_Char) -> new_esEs17(vuu3001, vuu31001) 20.13/7.31 new_esEs19(vuu3001, vuu31001, ty_Int) -> new_esEs13(vuu3001, vuu31001) 20.13/7.31 new_primEqInt(Pos(Succ(vuu30000)), Neg(vuu31000)) -> False 20.13/7.31 new_primEqInt(Neg(Succ(vuu30000)), Pos(vuu31000)) -> False 20.13/7.31 new_esEs22(vuu3002, vuu31002, ty_@0) -> new_esEs7(vuu3002, vuu31002) 20.13/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_@0) -> new_esEs7(vuu3000, vuu31000) 20.13/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), cf, app(app(ty_Either, df), dg)) -> new_esEs8(vuu3000, vuu31000, df, dg) 20.13/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), cf, ty_@0) -> new_esEs7(vuu3000, vuu31000) 20.13/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), app(ty_Maybe, bg), bc) -> new_esEs12(vuu3000, vuu31000, bg) 20.13/7.31 new_esEs22(vuu3002, vuu31002, ty_Bool) -> new_esEs15(vuu3002, vuu31002) 20.13/7.31 new_esEs25(vuu3000, vuu31000, ty_@0) -> new_esEs7(vuu3000, vuu31000) 20.13/7.31 new_esEs21(vuu3001, vuu31001, app(app(ty_Either, bbd), bbe)) -> new_esEs8(vuu3001, vuu31001, bbd, bbe) 20.13/7.31 new_esEs24(vuu3001, vuu31001, ty_Integer) -> new_esEs5(vuu3001, vuu31001) 20.13/7.31 new_esEs22(vuu3002, vuu31002, app(ty_Ratio, bcd)) -> new_esEs14(vuu3002, vuu31002, bcd) 20.13/7.31 new_esEs21(vuu3001, vuu31001, app(ty_Maybe, bba)) -> new_esEs12(vuu3001, vuu31001, bba) 20.13/7.31 new_esEs19(vuu3001, vuu31001, ty_@0) -> new_esEs7(vuu3001, vuu31001) 20.13/7.31 new_sr(Neg(vuu30000), Neg(vuu310010)) -> Pos(new_primMulNat0(vuu30000, vuu310010)) 20.13/7.31 new_esEs18(vuu3000, vuu31000, ty_Float) -> new_esEs11(vuu3000, vuu31000) 20.13/7.31 new_esEs18(vuu3000, vuu31000, ty_Integer) -> new_esEs5(vuu3000, vuu31000) 20.13/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), ty_@0, bc) -> new_esEs7(vuu3000, vuu31000) 20.13/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), cf, app(ty_Maybe, dc)) -> new_esEs12(vuu3000, vuu31000, dc) 20.13/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), cf, app(ty_[], de)) -> new_esEs4(vuu3000, vuu31000, de) 20.13/7.31 new_esEs22(vuu3002, vuu31002, ty_Ordering) -> new_esEs6(vuu3002, vuu31002) 20.13/7.31 new_esEs24(vuu3001, vuu31001, ty_Int) -> new_esEs13(vuu3001, vuu31001) 20.13/7.31 new_esEs22(vuu3002, vuu31002, ty_Char) -> new_esEs17(vuu3002, vuu31002) 20.13/7.31 new_primEqInt(Pos(Zero), Neg(Succ(vuu310000))) -> False 20.13/7.31 new_primEqInt(Neg(Zero), Pos(Succ(vuu310000))) -> False 20.13/7.31 new_esEs18(vuu3000, vuu31000, ty_Int) -> new_esEs13(vuu3000, vuu31000) 20.13/7.31 new_primPlusNat0(Succ(vuu4900), Succ(vuu31001000)) -> Succ(Succ(new_primPlusNat0(vuu4900, vuu31001000))) 20.13/7.31 new_esEs9(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ha, hb, hc) -> new_asAs(new_esEs20(vuu3000, vuu31000, ha), new_asAs(new_esEs21(vuu3001, vuu31001, hb), new_esEs22(vuu3002, vuu31002, hc))) 20.13/7.31 new_esEs5(Integer(vuu3000), Integer(vuu31000)) -> new_primEqInt(vuu3000, vuu31000) 20.13/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), app(ty_[], ca), bc) -> new_esEs4(vuu3000, vuu31000, ca) 20.13/7.31 new_esEs20(vuu3000, vuu31000, app(ty_Ratio, hh)) -> new_esEs14(vuu3000, vuu31000, hh) 20.13/7.31 new_esEs21(vuu3001, vuu31001, ty_Double) -> new_esEs10(vuu3001, vuu31001) 20.13/7.31 new_esEs20(vuu3000, vuu31000, ty_Bool) -> new_esEs15(vuu3000, vuu31000) 20.13/7.31 new_esEs15(True, True) -> True 20.13/7.31 new_esEs20(vuu3000, vuu31000, ty_Char) -> new_esEs17(vuu3000, vuu31000) 20.13/7.31 new_esEs22(vuu3002, vuu31002, ty_Float) -> new_esEs11(vuu3002, vuu31002) 20.13/7.31 new_primEqInt(Neg(Succ(vuu30000)), Neg(Succ(vuu310000))) -> new_primEqNat0(vuu30000, vuu310000) 20.13/7.31 new_esEs21(vuu3001, vuu31001, app(ty_[], bbc)) -> new_esEs4(vuu3001, vuu31001, bbc) 20.13/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Double, bc) -> new_esEs10(vuu3000, vuu31000) 20.13/7.31 new_esEs21(vuu3001, vuu31001, app(app(ty_@2, bbf), bbg)) -> new_esEs16(vuu3001, vuu31001, bbf, bbg) 20.13/7.31 new_primMulNat0(Succ(vuu300000), Zero) -> Zero 20.13/7.31 new_primMulNat0(Zero, Succ(vuu3100100)) -> Zero 20.13/7.31 new_esEs21(vuu3001, vuu31001, app(app(app(ty_@3, baf), bag), bah)) -> new_esEs9(vuu3001, vuu31001, baf, bag, bah) 20.13/7.31 new_sr(Pos(vuu30000), Pos(vuu310010)) -> Pos(new_primMulNat0(vuu30000, vuu310010)) 20.13/7.31 new_esEs20(vuu3000, vuu31000, ty_Ordering) -> new_esEs6(vuu3000, vuu31000) 20.13/7.31 new_esEs16(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), eb, ec) -> new_asAs(new_esEs18(vuu3000, vuu31000, eb), new_esEs19(vuu3001, vuu31001, ec)) 20.13/7.31 new_primPlusNat1(Succ(vuu490), vuu3100100) -> Succ(Succ(new_primPlusNat0(vuu490, vuu3100100))) 20.13/7.31 new_esEs18(vuu3000, vuu31000, app(app(ty_@2, fd), ff)) -> new_esEs16(vuu3000, vuu31000, fd, ff) 20.13/7.31 new_esEs25(vuu3000, vuu31000, app(ty_Maybe, bfb)) -> new_esEs12(vuu3000, vuu31000, bfb) 20.13/7.31 new_esEs15(False, True) -> False 20.13/7.31 new_esEs15(True, False) -> False 20.13/7.31 new_esEs25(vuu3000, vuu31000, app(app(app(ty_@3, beg), beh), bfa)) -> new_esEs9(vuu3000, vuu31000, beg, beh, bfa) 20.13/7.31 new_primPlusNat0(Succ(vuu4900), Zero) -> Succ(vuu4900) 20.13/7.31 new_primPlusNat0(Zero, Succ(vuu31001000)) -> Succ(vuu31001000) 20.13/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), cf, ty_Ordering) -> new_esEs6(vuu3000, vuu31000) 20.13/7.31 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 20.13/7.31 new_esEs18(vuu3000, vuu31000, app(app(ty_Either, fb), fc)) -> new_esEs8(vuu3000, vuu31000, fb, fc) 20.13/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Ordering) -> new_esEs6(vuu3000, vuu31000) 20.13/7.31 new_esEs18(vuu3000, vuu31000, app(app(app(ty_@3, ed), ee), ef)) -> new_esEs9(vuu3000, vuu31000, ed, ee, ef) 20.13/7.31 new_primPlusNat1(Zero, vuu3100100) -> Succ(vuu3100100) 20.13/7.31 new_esEs6(EQ, EQ) -> True 20.13/7.31 new_esEs8(Left(vuu3000), Right(vuu31000), cf, bc) -> False 20.13/7.31 new_esEs8(Right(vuu3000), Left(vuu31000), cf, bc) -> False 20.13/7.31 new_esEs19(vuu3001, vuu31001, app(app(ty_Either, ge), gf)) -> new_esEs8(vuu3001, vuu31001, ge, gf) 20.13/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Bool, bc) -> new_esEs15(vuu3000, vuu31000) 20.13/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), app(app(ty_@2, cd), ce), bc) -> new_esEs16(vuu3000, vuu31000, cd, ce) 20.13/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), cf, ty_Bool) -> new_esEs15(vuu3000, vuu31000) 20.13/7.31 new_esEs25(vuu3000, vuu31000, app(app(ty_Either, bfe), bff)) -> new_esEs8(vuu3000, vuu31000, bfe, bff) 20.13/7.31 new_esEs6(GT, GT) -> True 20.13/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), cf, ty_Float) -> new_esEs11(vuu3000, vuu31000) 20.13/7.31 new_esEs4(:(vuu3000, vuu3001), [], bef) -> False 20.13/7.31 new_esEs4([], :(vuu31000, vuu31001), bef) -> False 20.13/7.31 new_esEs19(vuu3001, vuu31001, app(ty_Maybe, gb)) -> new_esEs12(vuu3001, vuu31001, gb) 20.13/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), app(ty_Ratio, bdg)) -> new_esEs14(vuu3000, vuu31000, bdg) 20.13/7.31 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 20.13/7.31 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 20.13/7.31 new_esEs11(Float(vuu3000, vuu3001), Float(vuu31000, vuu31001)) -> new_esEs13(new_sr(vuu3000, vuu31001), new_sr(vuu3001, vuu31000)) 20.13/7.31 new_esEs20(vuu3000, vuu31000, ty_@0) -> new_esEs7(vuu3000, vuu31000) 20.13/7.31 new_esEs25(vuu3000, vuu31000, app(ty_[], bfd)) -> new_esEs4(vuu3000, vuu31000, bfd) 20.13/7.31 new_esEs22(vuu3002, vuu31002, ty_Integer) -> new_esEs5(vuu3002, vuu31002) 20.13/7.31 new_primEqNat0(Zero, Zero) -> True 20.13/7.31 new_esEs18(vuu3000, vuu31000, ty_Char) -> new_esEs17(vuu3000, vuu31000) 20.13/7.31 new_esEs22(vuu3002, vuu31002, ty_Int) -> new_esEs13(vuu3002, vuu31002) 20.13/7.31 new_esEs21(vuu3001, vuu31001, ty_Ordering) -> new_esEs6(vuu3001, vuu31001) 20.13/7.31 new_esEs25(vuu3000, vuu31000, ty_Double) -> new_esEs10(vuu3000, vuu31000) 20.13/7.31 new_esEs4([], [], bef) -> True 20.13/7.31 new_esEs19(vuu3001, vuu31001, ty_Double) -> new_esEs10(vuu3001, vuu31001) 20.13/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), app(ty_Ratio, bh), bc) -> new_esEs14(vuu3000, vuu31000, bh) 20.13/7.31 new_esEs19(vuu3001, vuu31001, app(app(ty_@2, gg), gh)) -> new_esEs16(vuu3001, vuu31001, gg, gh) 20.13/7.31 new_asAs(False, vuu37) -> False 20.13/7.31 new_esEs25(vuu3000, vuu31000, app(app(ty_@2, bfg), bfh)) -> new_esEs16(vuu3000, vuu31000, bfg, bfh) 20.13/7.31 new_esEs19(vuu3001, vuu31001, app(ty_[], gd)) -> new_esEs4(vuu3001, vuu31001, gd) 20.13/7.31 new_esEs10(Double(vuu3000, vuu3001), Double(vuu31000, vuu31001)) -> new_esEs13(new_sr(vuu3000, vuu31001), new_sr(vuu3001, vuu31000)) 20.13/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), cf, ty_Integer) -> new_esEs5(vuu3000, vuu31000) 20.13/7.31 new_esEs20(vuu3000, vuu31000, app(app(ty_@2, bad), bae)) -> new_esEs16(vuu3000, vuu31000, bad, bae) 20.13/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Integer) -> new_esEs5(vuu3000, vuu31000) 20.13/7.31 new_esEs6(LT, EQ) -> False 20.13/7.31 new_esEs6(EQ, LT) -> False 20.13/7.31 new_esEs14(:%(vuu3000, vuu3001), :%(vuu31000, vuu31001), bee) -> new_asAs(new_esEs23(vuu3000, vuu31000, bee), new_esEs24(vuu3001, vuu31001, bee)) 20.13/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Bool) -> new_esEs15(vuu3000, vuu31000) 20.13/7.31 new_esEs19(vuu3001, vuu31001, app(app(app(ty_@3, fg), fh), ga)) -> new_esEs9(vuu3001, vuu31001, fg, fh, ga) 20.13/7.31 new_esEs12(Just(vuu3000), Just(vuu31000), ty_Int) -> new_esEs13(vuu3000, vuu31000) 20.13/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), cf, app(app(app(ty_@3, cg), da), db)) -> new_esEs9(vuu3000, vuu31000, cg, da, db) 20.13/7.31 new_esEs8(Left(vuu3000), Left(vuu31000), ty_Ordering, bc) -> new_esEs6(vuu3000, vuu31000) 20.13/7.31 new_esEs20(vuu3000, vuu31000, ty_Double) -> new_esEs10(vuu3000, vuu31000) 20.13/7.31 new_esEs20(vuu3000, vuu31000, app(ty_Maybe, hg)) -> new_esEs12(vuu3000, vuu31000, hg) 20.13/7.31 new_esEs8(Right(vuu3000), Right(vuu31000), cf, ty_Int) -> new_esEs13(vuu3000, vuu31000) 20.13/7.31 new_esEs20(vuu3000, vuu31000, app(ty_[], baa)) -> new_esEs4(vuu3000, vuu31000, baa) 20.13/7.31 20.13/7.31 The set Q consists of the following terms: 20.13/7.31 20.13/7.31 new_esEs12(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 20.13/7.31 new_esEs8(Left(x0), Left(x1), ty_Float, x2) 20.13/7.31 new_esEs4(:(x0, x1), :(x2, x3), x4) 20.13/7.31 new_esEs17(Char(x0), Char(x1)) 20.13/7.31 new_esEs8(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 20.13/7.31 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 20.13/7.31 new_esEs19(x0, x1, ty_Bool) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 20.13/7.31 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.13/7.31 new_esEs21(x0, x1, ty_Ordering) 20.13/7.31 new_asAs(False, x0) 20.13/7.31 new_esEs21(x0, x1, ty_Double) 20.13/7.31 new_esEs21(x0, x1, app(ty_Maybe, x2)) 20.13/7.31 new_esEs8(Left(x0), Left(x1), ty_Double, x2) 20.13/7.31 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 20.13/7.31 new_esEs19(x0, x1, app(app(ty_@2, x2), x3)) 20.13/7.31 new_esEs8(Left(x0), Left(x1), ty_Ordering, x2) 20.13/7.31 new_esEs12(Just(x0), Just(x1), ty_Double) 20.13/7.31 new_primMulNat0(Zero, Zero) 20.13/7.31 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, ty_Char) 20.13/7.31 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 20.13/7.31 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 20.13/7.31 new_esEs8(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 20.13/7.31 new_esEs9(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 20.13/7.31 new_esEs20(x0, x1, app(ty_Ratio, x2)) 20.13/7.31 new_esEs12(Just(x0), Just(x1), app(ty_[], x2)) 20.13/7.31 new_esEs8(Left(x0), Right(x1), x2, x3) 20.13/7.31 new_esEs8(Right(x0), Left(x1), x2, x3) 20.13/7.31 new_esEs22(x0, x1, ty_Int) 20.13/7.31 new_esEs25(x0, x1, app(ty_Maybe, x2)) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, ty_Ordering) 20.13/7.31 new_esEs8(Left(x0), Left(x1), ty_Int, x2) 20.13/7.31 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 20.13/7.31 new_primEqInt(Pos(Zero), Pos(Zero)) 20.13/7.31 new_esEs12(Just(x0), Nothing, x1) 20.13/7.31 new_esEs22(x0, x1, ty_Float) 20.13/7.31 new_esEs12(Just(x0), Just(x1), ty_Ordering) 20.13/7.31 new_primPlusNat0(Zero, Succ(x0)) 20.13/7.31 new_esEs22(x0, x1, ty_Ordering) 20.13/7.31 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.13/7.31 new_esEs18(x0, x1, app(app(ty_Either, x2), x3)) 20.13/7.31 new_esEs19(x0, x1, ty_@0) 20.13/7.31 new_esEs23(x0, x1, ty_Integer) 20.13/7.31 new_primEqNat0(Zero, Succ(x0)) 20.13/7.31 new_primPlusNat0(Succ(x0), Succ(x1)) 20.13/7.31 new_esEs20(x0, x1, ty_Ordering) 20.13/7.31 new_esEs20(x0, x1, ty_Integer) 20.13/7.31 new_esEs6(EQ, EQ) 20.13/7.31 new_esEs18(x0, x1, ty_@0) 20.13/7.31 new_esEs12(Just(x0), Just(x1), ty_Float) 20.13/7.31 new_sr(Neg(x0), Neg(x1)) 20.13/7.31 new_esEs20(x0, x1, app(ty_[], x2)) 20.13/7.31 new_esEs25(x0, x1, ty_Bool) 20.13/7.31 new_primEqInt(Neg(Zero), Neg(Zero)) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, ty_Int) 20.13/7.31 new_esEs12(Just(x0), Just(x1), app(ty_Ratio, x2)) 20.13/7.31 new_esEs20(x0, x1, ty_Float) 20.13/7.31 new_esEs5(Integer(x0), Integer(x1)) 20.13/7.31 new_primPlusNat0(Zero, Zero) 20.13/7.31 new_esEs19(x0, x1, ty_Integer) 20.13/7.31 new_esEs21(x0, x1, ty_Float) 20.13/7.31 new_esEs25(x0, x1, app(ty_[], x2)) 20.13/7.31 new_esEs6(EQ, GT) 20.13/7.31 new_esEs6(GT, EQ) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, app(ty_[], x3)) 20.13/7.31 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 20.13/7.31 new_esEs24(x0, x1, ty_Integer) 20.13/7.31 new_esEs4([], [], x0) 20.13/7.31 new_esEs21(x0, x1, app(ty_[], x2)) 20.13/7.31 new_esEs21(x0, x1, ty_Char) 20.13/7.31 new_esEs8(Left(x0), Left(x1), ty_Char, x2) 20.13/7.31 new_esEs24(x0, x1, ty_Int) 20.13/7.31 new_esEs25(x0, x1, ty_Ordering) 20.13/7.31 new_esEs19(x0, x1, ty_Char) 20.13/7.31 new_esEs12(Nothing, Just(x0), x1) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, ty_Float) 20.13/7.31 new_esEs8(Left(x0), Left(x1), ty_Integer, x2) 20.13/7.31 new_sr(Pos(x0), Pos(x1)) 20.13/7.31 new_esEs12(Just(x0), Just(x1), app(ty_Maybe, x2)) 20.13/7.31 new_esEs6(LT, LT) 20.13/7.31 new_esEs21(x0, x1, ty_Int) 20.13/7.31 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 20.13/7.31 new_primEqInt(Pos(Zero), Neg(Zero)) 20.13/7.31 new_primEqInt(Neg(Zero), Pos(Zero)) 20.13/7.31 new_esEs8(Left(x0), Left(x1), app(ty_[], x2), x3) 20.13/7.31 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 20.13/7.31 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 20.13/7.31 new_esEs4([], :(x0, x1), x2) 20.13/7.31 new_esEs6(LT, GT) 20.13/7.31 new_esEs6(GT, LT) 20.13/7.31 new_esEs25(x0, x1, ty_Integer) 20.13/7.31 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 20.13/7.31 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 20.13/7.31 new_esEs15(False, False) 20.13/7.31 new_esEs6(LT, EQ) 20.13/7.31 new_esEs6(EQ, LT) 20.13/7.31 new_primMulNat0(Succ(x0), Zero) 20.13/7.31 new_esEs6(GT, GT) 20.13/7.31 new_esEs25(x0, x1, app(ty_Ratio, x2)) 20.13/7.31 new_esEs12(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 20.13/7.31 new_esEs12(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 20.13/7.31 new_esEs8(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 20.13/7.31 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, ty_Integer) 20.13/7.31 new_esEs8(Left(x0), Left(x1), ty_Bool, x2) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 20.13/7.31 new_esEs21(x0, x1, ty_Bool) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 20.13/7.31 new_esEs21(x0, x1, ty_@0) 20.13/7.31 new_esEs20(x0, x1, app(ty_Maybe, x2)) 20.13/7.31 new_primPlusNat1(Succ(x0), x1) 20.13/7.31 new_esEs18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.13/7.31 new_esEs8(Left(x0), Left(x1), ty_@0, x2) 20.13/7.31 new_esEs19(x0, x1, ty_Double) 20.13/7.31 new_esEs25(x0, x1, ty_Char) 20.13/7.31 new_esEs19(x0, x1, ty_Ordering) 20.13/7.31 new_esEs7(@0, @0) 20.13/7.31 new_primMulNat0(Zero, Succ(x0)) 20.13/7.31 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.13/7.31 new_esEs8(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 20.13/7.31 new_esEs19(x0, x1, ty_Int) 20.13/7.31 new_esEs25(x0, x1, ty_Int) 20.13/7.31 new_esEs10(Double(x0, x1), Double(x2, x3)) 20.13/7.31 new_esEs12(Nothing, Nothing, x0) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 20.13/7.31 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 20.13/7.31 new_esEs18(x0, x1, ty_Float) 20.13/7.31 new_esEs22(x0, x1, app(ty_Ratio, x2)) 20.13/7.31 new_esEs18(x0, x1, ty_Ordering) 20.13/7.31 new_esEs23(x0, x1, ty_Int) 20.13/7.31 new_esEs20(x0, x1, ty_@0) 20.13/7.31 new_primPlusNat0(Succ(x0), Zero) 20.13/7.31 new_esEs19(x0, x1, app(app(ty_Either, x2), x3)) 20.13/7.31 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 20.13/7.31 new_esEs4(:(x0, x1), [], x2) 20.13/7.31 new_asAs(True, x0) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, ty_@0) 20.13/7.31 new_esEs21(x0, x1, app(ty_Ratio, x2)) 20.13/7.31 new_primMulNat0(Succ(x0), Succ(x1)) 20.13/7.31 new_esEs12(Just(x0), Just(x1), ty_@0) 20.13/7.31 new_esEs15(False, True) 20.13/7.31 new_esEs15(True, False) 20.13/7.31 new_esEs13(x0, x1) 20.13/7.31 new_esEs19(x0, x1, ty_Float) 20.13/7.31 new_esEs18(x0, x1, ty_Integer) 20.13/7.31 new_esEs22(x0, x1, ty_Integer) 20.13/7.31 new_esEs21(x0, x1, ty_Integer) 20.13/7.31 new_esEs18(x0, x1, ty_Int) 20.13/7.31 new_primEqNat0(Zero, Zero) 20.13/7.31 new_esEs12(Just(x0), Just(x1), ty_Integer) 20.13/7.31 new_esEs12(Just(x0), Just(x1), ty_Int) 20.13/7.31 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 20.13/7.31 new_esEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.13/7.31 new_esEs19(x0, x1, app(ty_Ratio, x2)) 20.13/7.31 new_esEs25(x0, x1, ty_@0) 20.13/7.31 new_esEs25(x0, x1, ty_Double) 20.13/7.31 new_primPlusNat1(Zero, x0) 20.13/7.31 new_esEs18(x0, x1, app(ty_[], x2)) 20.13/7.31 new_sr(Pos(x0), Neg(x1)) 20.13/7.31 new_sr(Neg(x0), Pos(x1)) 20.13/7.31 new_esEs15(True, True) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, ty_Double) 20.13/7.31 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 20.13/7.31 new_esEs19(x0, x1, app(ty_Maybe, x2)) 20.13/7.31 new_esEs18(x0, x1, app(ty_Maybe, x2)) 20.13/7.31 new_esEs20(x0, x1, ty_Int) 20.13/7.31 new_esEs22(x0, x1, ty_@0) 20.13/7.31 new_esEs16(@2(x0, x1), @2(x2, x3), x4, x5) 20.13/7.31 new_esEs18(x0, x1, ty_Char) 20.13/7.31 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 20.13/7.31 new_esEs8(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 20.13/7.31 new_esEs12(Just(x0), Just(x1), ty_Char) 20.13/7.31 new_esEs11(Float(x0, x1), Float(x2, x3)) 20.13/7.31 new_esEs20(x0, x1, ty_Char) 20.13/7.31 new_esEs20(x0, x1, ty_Double) 20.13/7.31 new_esEs22(x0, x1, ty_Bool) 20.13/7.31 new_primEqNat0(Succ(x0), Zero) 20.13/7.31 new_esEs22(x0, x1, ty_Double) 20.13/7.31 new_esEs18(x0, x1, ty_Double) 20.13/7.31 new_esEs8(Right(x0), Right(x1), x2, ty_Bool) 20.13/7.31 new_esEs22(x0, x1, app(ty_Maybe, x2)) 20.13/7.31 new_esEs19(x0, x1, app(ty_[], x2)) 20.13/7.31 new_esEs22(x0, x1, ty_Char) 20.13/7.31 new_esEs22(x0, x1, app(ty_[], x2)) 20.13/7.31 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 20.13/7.31 new_esEs12(Just(x0), Just(x1), ty_Bool) 20.13/7.31 new_esEs18(x0, x1, app(app(ty_@2, x2), x3)) 20.13/7.31 new_primEqNat0(Succ(x0), Succ(x1)) 20.13/7.31 new_esEs25(x0, x1, ty_Float) 20.13/7.31 new_esEs14(:%(x0, x1), :%(x2, x3), x4) 20.13/7.31 new_esEs20(x0, x1, ty_Bool) 20.13/7.31 new_esEs18(x0, x1, app(ty_Ratio, x2)) 20.13/7.31 new_esEs18(x0, x1, ty_Bool) 20.13/7.31 20.13/7.31 We have to consider all minimal (P,Q,R)-chains. 20.13/7.31 ---------------------------------------- 20.13/7.31 20.13/7.31 (21) QDPSizeChangeProof (EQUIVALENT) 20.13/7.31 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. 20.13/7.31 20.13/7.31 From the DPs we obtained the following set of size-change graphs: 20.13/7.31 *new_span2Zs1(vuu24, vuu25, :(vuu280, vuu281), bb) -> new_span2Zs00(vuu24, vuu25, vuu280, vuu281, new_esEs4(:(vuu24, vuu25), vuu280, bb), bb) 20.13/7.31 The graph contains the following edges 1 >= 1, 2 >= 2, 3 > 3, 3 > 4, 4 >= 6 20.13/7.31 20.13/7.31 20.13/7.31 *new_span2Zs00(vuu24, vuu25, vuu280, vuu281, True, bb) -> new_span2Zs1(vuu24, vuu25, vuu281, bb) 20.13/7.31 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 6 >= 4 20.13/7.31 20.13/7.31 20.13/7.31 *new_span2Zs00(vuu24, vuu25, vuu280, vuu281, True, bb) -> new_span2Ys1(vuu24, vuu25, vuu281, bb) 20.13/7.31 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 6 >= 4 20.13/7.31 20.13/7.31 20.13/7.31 *new_span2Ys00(vuu11, vuu12, vuu150, vuu151, True, ba) -> new_span2Zs1(vuu11, vuu12, vuu151, ba) 20.13/7.31 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 6 >= 4 20.13/7.31 20.13/7.31 20.13/7.31 *new_span2Ys1(vuu11, vuu12, :(vuu150, vuu151), ba) -> new_span2Ys00(vuu11, vuu12, vuu150, vuu151, new_esEs4(:(vuu11, vuu12), vuu150, ba), ba) 20.13/7.31 The graph contains the following edges 1 >= 1, 2 >= 2, 3 > 3, 3 > 4, 4 >= 6 20.13/7.31 20.13/7.31 20.13/7.31 *new_span2Ys00(vuu11, vuu12, vuu150, vuu151, True, ba) -> new_span2Ys1(vuu11, vuu12, vuu151, ba) 20.13/7.31 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 6 >= 4 20.13/7.31 20.13/7.31 20.13/7.31 ---------------------------------------- 20.13/7.31 20.13/7.31 (22) 20.13/7.31 YES 20.13/7.31 20.13/7.31 ---------------------------------------- 20.13/7.31 20.13/7.31 (23) 20.13/7.31 Obligation: 20.13/7.31 Q DP problem: 20.13/7.31 The TRS P consists of the following rules: 20.13/7.31 20.13/7.31 new_primMulNat(Succ(vuu300000), Succ(vuu3100100)) -> new_primMulNat(vuu300000, Succ(vuu3100100)) 20.13/7.31 20.13/7.31 R is empty. 20.13/7.31 Q is empty. 20.13/7.31 We have to consider all minimal (P,Q,R)-chains. 20.13/7.31 ---------------------------------------- 20.13/7.31 20.13/7.31 (24) QDPSizeChangeProof (EQUIVALENT) 20.13/7.31 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. 20.13/7.31 20.13/7.31 From the DPs we obtained the following set of size-change graphs: 20.13/7.31 *new_primMulNat(Succ(vuu300000), Succ(vuu3100100)) -> new_primMulNat(vuu300000, Succ(vuu3100100)) 20.13/7.31 The graph contains the following edges 1 > 1, 2 >= 2 20.13/7.31 20.13/7.31 20.13/7.31 ---------------------------------------- 20.13/7.31 20.13/7.31 (25) 20.13/7.31 YES 20.13/7.31 20.13/7.31 ---------------------------------------- 20.13/7.31 20.13/7.31 (26) 20.13/7.31 Obligation: 20.13/7.31 Q DP problem: 20.13/7.31 The TRS P consists of the following rules: 20.13/7.31 20.13/7.31 new_primPlusNat(Succ(vuu4900), Succ(vuu31001000)) -> new_primPlusNat(vuu4900, vuu31001000) 20.13/7.31 20.13/7.31 R is empty. 20.13/7.31 Q is empty. 20.13/7.31 We have to consider all minimal (P,Q,R)-chains. 20.13/7.31 ---------------------------------------- 20.13/7.31 20.13/7.31 (27) QDPSizeChangeProof (EQUIVALENT) 20.13/7.31 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. 20.13/7.31 20.13/7.31 From the DPs we obtained the following set of size-change graphs: 20.13/7.31 *new_primPlusNat(Succ(vuu4900), Succ(vuu31001000)) -> new_primPlusNat(vuu4900, vuu31001000) 20.13/7.31 The graph contains the following edges 1 > 1, 2 > 2 20.13/7.31 20.13/7.31 20.13/7.31 ---------------------------------------- 20.13/7.31 20.13/7.31 (28) 20.13/7.31 YES 20.13/7.31 20.13/7.31 ---------------------------------------- 20.13/7.31 20.13/7.31 (29) 20.13/7.31 Obligation: 20.13/7.31 Q DP problem: 20.13/7.31 The TRS P consists of the following rules: 20.13/7.31 20.13/7.31 new_primEqNat(Succ(vuu30000), Succ(vuu310000)) -> new_primEqNat(vuu30000, vuu310000) 20.13/7.31 20.13/7.31 R is empty. 20.13/7.31 Q is empty. 20.13/7.31 We have to consider all minimal (P,Q,R)-chains. 20.13/7.31 ---------------------------------------- 20.13/7.31 20.13/7.31 (30) QDPSizeChangeProof (EQUIVALENT) 20.13/7.31 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. 20.13/7.31 20.13/7.31 From the DPs we obtained the following set of size-change graphs: 20.13/7.31 *new_primEqNat(Succ(vuu30000), Succ(vuu310000)) -> new_primEqNat(vuu30000, vuu310000) 20.13/7.31 The graph contains the following edges 1 > 1, 2 > 2 20.13/7.31 20.13/7.31 20.13/7.31 ---------------------------------------- 20.13/7.31 20.13/7.31 (31) 20.13/7.31 YES 20.23/8.88 EOF