16.48/6.35 YES 18.67/7.01 proof of /export/starexec/sandbox2/benchmark/theBenchmark.hs 18.67/7.01 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 18.67/7.01 18.67/7.01 18.67/7.01 H-Termination with start terms of the given HASKELL could be proven: 18.67/7.01 18.67/7.01 (0) HASKELL 18.67/7.01 (1) LR [EQUIVALENT, 0 ms] 18.67/7.01 (2) HASKELL 18.67/7.01 (3) BR [EQUIVALENT, 0 ms] 18.67/7.01 (4) HASKELL 18.67/7.01 (5) COR [EQUIVALENT, 13 ms] 18.67/7.01 (6) HASKELL 18.67/7.01 (7) LetRed [EQUIVALENT, 0 ms] 18.67/7.01 (8) HASKELL 18.67/7.01 (9) Narrow [SOUND, 0 ms] 18.67/7.01 (10) AND 18.67/7.01 (11) QDP 18.67/7.01 (12) QDPSizeChangeProof [EQUIVALENT, 450 ms] 18.67/7.01 (13) YES 18.67/7.01 (14) QDP 18.67/7.01 (15) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.67/7.01 (16) YES 18.67/7.01 (17) QDP 18.67/7.01 (18) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.67/7.01 (19) YES 18.67/7.01 (20) QDP 18.67/7.01 (21) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.67/7.01 (22) YES 18.67/7.01 (23) QDP 18.67/7.01 (24) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.67/7.01 (25) YES 18.67/7.01 (26) QDP 18.67/7.01 (27) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.67/7.01 (28) YES 18.67/7.01 (29) QDP 18.67/7.01 (30) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.67/7.01 (31) YES 18.67/7.01 18.67/7.01 18.67/7.01 ---------------------------------------- 18.67/7.01 18.67/7.01 (0) 18.67/7.01 Obligation: 18.67/7.01 mainModule Main 18.67/7.01 module Maybe where { 18.67/7.01 import qualified List; 18.67/7.01 import qualified Main; 18.67/7.01 import qualified Prelude; 18.67/7.01 } 18.67/7.01 module List where { 18.67/7.01 import qualified Main; 18.67/7.01 import qualified Maybe; 18.67/7.01 import qualified Prelude; 18.67/7.01 group :: Eq a => [a] -> [[a]]; 18.67/7.01 group = groupBy (==); 18.67/7.01 18.67/7.01 groupBy :: (a -> a -> Bool) -> [a] -> [[a]]; 18.67/7.01 groupBy _ [] = []; 18.67/7.01 groupBy eq (x : xs) = (x : ys) : groupBy eq zs where { 18.67/7.01 vv10 = span (eq x) xs; 18.67/7.01 ys = (\(ys,_) ->ys) vv10; 18.67/7.01 zs = (\(_,zs) ->zs) vv10; 18.67/7.01 }; 18.67/7.01 18.67/7.01 } 18.67/7.01 module Main where { 18.67/7.01 import qualified List; 18.67/7.01 import qualified Maybe; 18.67/7.01 import qualified Prelude; 18.67/7.01 } 18.67/7.01 18.67/7.01 ---------------------------------------- 18.67/7.01 18.67/7.01 (1) LR (EQUIVALENT) 18.67/7.01 Lambda Reductions: 18.67/7.01 The following Lambda expression 18.67/7.01 "\(_,zs)->zs" 18.67/7.01 is transformed to 18.67/7.01 "zs0 (_,zs) = zs; 18.67/7.01 " 18.67/7.01 The following Lambda expression 18.67/7.01 "\(ys,_)->ys" 18.67/7.01 is transformed to 18.67/7.01 "ys0 (ys,_) = ys; 18.67/7.01 " 18.67/7.01 The following Lambda expression 18.67/7.01 "\(_,zs)->zs" 18.67/7.01 is transformed to 18.67/7.01 "zs1 (_,zs) = zs; 18.67/7.01 " 18.67/7.01 The following Lambda expression 18.67/7.01 "\(ys,_)->ys" 18.67/7.01 is transformed to 18.67/7.01 "ys1 (ys,_) = ys; 18.67/7.01 " 18.67/7.01 18.67/7.01 ---------------------------------------- 18.67/7.01 18.67/7.01 (2) 18.67/7.01 Obligation: 18.67/7.01 mainModule Main 18.67/7.01 module Maybe where { 18.67/7.01 import qualified List; 18.67/7.01 import qualified Main; 18.67/7.01 import qualified Prelude; 18.67/7.01 } 18.67/7.01 module List where { 18.67/7.01 import qualified Main; 18.67/7.01 import qualified Maybe; 18.67/7.01 import qualified Prelude; 18.67/7.01 group :: Eq a => [a] -> [[a]]; 18.67/7.01 group = groupBy (==); 18.67/7.01 18.67/7.01 groupBy :: (a -> a -> Bool) -> [a] -> [[a]]; 18.67/7.01 groupBy _ [] = []; 18.67/7.01 groupBy eq (x : xs) = (x : ys) : groupBy eq zs where { 18.67/7.01 vv10 = span (eq x) xs; 18.67/7.01 ys = ys1 vv10; 18.67/7.01 ys1 (ys,_) = ys; 18.67/7.01 zs = zs1 vv10; 18.67/7.01 zs1 (_,zs) = zs; 18.67/7.01 }; 18.67/7.01 18.67/7.01 } 18.67/7.01 module Main where { 18.67/7.01 import qualified List; 18.67/7.01 import qualified Maybe; 18.67/7.01 import qualified Prelude; 18.67/7.01 } 18.67/7.01 18.67/7.01 ---------------------------------------- 18.67/7.01 18.67/7.01 (3) BR (EQUIVALENT) 18.67/7.01 Replaced joker patterns by fresh variables and removed binding patterns. 18.67/7.01 18.67/7.01 Binding Reductions: 18.67/7.01 The bind variable of the following binding Pattern 18.67/7.01 "xs@(xw : xx)" 18.67/7.01 is replaced by the following term 18.67/7.01 "xw : xx" 18.67/7.01 18.67/7.01 ---------------------------------------- 18.67/7.01 18.67/7.01 (4) 18.67/7.01 Obligation: 18.67/7.01 mainModule Main 18.67/7.01 module Maybe where { 18.67/7.01 import qualified List; 18.67/7.01 import qualified Main; 18.67/7.01 import qualified Prelude; 18.67/7.01 } 18.67/7.01 module List where { 18.67/7.01 import qualified Main; 18.67/7.01 import qualified Maybe; 18.67/7.01 import qualified Prelude; 18.67/7.01 group :: Eq a => [a] -> [[a]]; 18.67/7.01 group = groupBy (==); 18.67/7.01 18.67/7.01 groupBy :: (a -> a -> Bool) -> [a] -> [[a]]; 18.67/7.01 groupBy yu [] = []; 18.67/7.01 groupBy eq (x : xs) = (x : ys) : groupBy eq zs where { 18.67/7.01 vv10 = span (eq x) xs; 18.67/7.01 ys = ys1 vv10; 18.67/7.01 ys1 (ys,yv) = ys; 18.67/7.01 zs = zs1 vv10; 18.67/7.01 zs1 (yw,zs) = zs; 18.67/7.01 }; 18.67/7.01 18.67/7.01 } 18.67/7.01 module Main where { 18.67/7.01 import qualified List; 18.67/7.01 import qualified Maybe; 18.67/7.01 import qualified Prelude; 18.67/7.01 } 18.67/7.01 18.67/7.01 ---------------------------------------- 18.67/7.01 18.67/7.01 (5) COR (EQUIVALENT) 18.67/7.01 Cond Reductions: 18.67/7.01 The following Function with conditions 18.67/7.01 "undefined |Falseundefined; 18.67/7.01 " 18.67/7.01 is transformed to 18.67/7.01 "undefined = undefined1; 18.67/7.01 " 18.67/7.01 "undefined0 True = undefined; 18.67/7.01 " 18.67/7.01 "undefined1 = undefined0 False; 18.67/7.01 " 18.67/7.01 The following Function with conditions 18.67/7.01 "span p [] = ([],[]); 18.67/7.01 span p (xw : xx)|p xw(xw : ys,zs)|otherwise([],xw : xx) where { 18.67/7.01 vu43 = span p xx; 18.67/7.01 ; 18.67/7.01 ys = ys0 vu43; 18.67/7.01 ; 18.67/7.01 ys0 (ys,xz) = ys; 18.67/7.01 ; 18.67/7.01 zs = zs0 vu43; 18.67/7.01 ; 18.67/7.01 zs0 (xy,zs) = zs; 18.67/7.01 } 18.67/7.01 ; 18.67/7.01 " 18.67/7.01 is transformed to 18.67/7.01 "span p [] = span3 p []; 18.67/7.01 span p (xw : xx) = span2 p (xw : xx); 18.67/7.01 " 18.67/7.01 "span2 p (xw : xx) = span1 p xw xx (p xw) where { 18.67/7.01 span0 p xw xx True = ([],xw : xx); 18.67/7.01 ; 18.67/7.01 span1 p xw xx True = (xw : ys,zs); 18.67/7.01 span1 p xw xx False = span0 p xw xx otherwise; 18.67/7.01 ; 18.67/7.01 vu43 = span p xx; 18.67/7.01 ; 18.67/7.01 ys = ys0 vu43; 18.67/7.01 ; 18.67/7.01 ys0 (ys,xz) = ys; 18.67/7.01 ; 18.67/7.01 zs = zs0 vu43; 18.67/7.01 ; 18.67/7.01 zs0 (xy,zs) = zs; 18.67/7.01 } 18.67/7.01 ; 18.67/7.01 " 18.67/7.01 "span3 p [] = ([],[]); 18.67/7.01 span3 yz zu = span2 yz zu; 18.67/7.01 " 18.67/7.01 18.67/7.01 ---------------------------------------- 18.67/7.01 18.67/7.01 (6) 18.67/7.01 Obligation: 18.67/7.01 mainModule Main 18.67/7.01 module Maybe where { 18.67/7.01 import qualified List; 18.67/7.01 import qualified Main; 18.67/7.01 import qualified Prelude; 18.67/7.01 } 18.67/7.01 module List where { 18.67/7.01 import qualified Main; 18.67/7.01 import qualified Maybe; 18.67/7.01 import qualified Prelude; 18.67/7.01 group :: Eq a => [a] -> [[a]]; 18.67/7.01 group = groupBy (==); 18.67/7.01 18.67/7.01 groupBy :: (a -> a -> Bool) -> [a] -> [[a]]; 18.67/7.01 groupBy yu [] = []; 18.67/7.01 groupBy eq (x : xs) = (x : ys) : groupBy eq zs where { 18.67/7.01 vv10 = span (eq x) xs; 18.67/7.01 ys = ys1 vv10; 18.67/7.01 ys1 (ys,yv) = ys; 18.67/7.01 zs = zs1 vv10; 18.67/7.01 zs1 (yw,zs) = zs; 18.67/7.01 }; 18.67/7.01 18.67/7.01 } 18.67/7.01 module Main where { 18.67/7.01 import qualified List; 18.67/7.01 import qualified Maybe; 18.67/7.01 import qualified Prelude; 18.67/7.01 } 18.67/7.01 18.67/7.01 ---------------------------------------- 18.67/7.01 18.67/7.01 (7) LetRed (EQUIVALENT) 18.67/7.01 Let/Where Reductions: 18.67/7.01 The bindings of the following Let/Where expression 18.67/7.01 "span1 p xw xx (p xw) where { 18.67/7.01 span0 p xw xx True = ([],xw : xx); 18.67/7.01 ; 18.67/7.01 span1 p xw xx True = (xw : ys,zs); 18.67/7.01 span1 p xw xx False = span0 p xw xx otherwise; 18.67/7.01 ; 18.67/7.01 vu43 = span p xx; 18.67/7.01 ; 18.67/7.01 ys = ys0 vu43; 18.67/7.01 ; 18.67/7.01 ys0 (ys,xz) = ys; 18.67/7.01 ; 18.67/7.01 zs = zs0 vu43; 18.67/7.01 ; 18.67/7.01 zs0 (xy,zs) = zs; 18.67/7.01 } 18.67/7.01 " 18.67/7.01 are unpacked to the following functions on top level 18.67/7.01 "span2Zs zv zw = span2Zs0 zv zw (span2Vu43 zv zw); 18.67/7.01 " 18.67/7.01 "span2Ys0 zv zw (ys,xz) = ys; 18.67/7.01 " 18.67/7.01 "span2Vu43 zv zw = span zv zw; 18.67/7.01 " 18.67/7.01 "span2Span0 zv zw p xw xx True = ([],xw : xx); 18.67/7.01 " 18.67/7.01 "span2Zs0 zv zw (xy,zs) = zs; 18.67/7.01 " 18.67/7.01 "span2Ys zv zw = span2Ys0 zv zw (span2Vu43 zv zw); 18.67/7.01 " 18.67/7.01 "span2Span1 zv zw p xw xx True = (xw : span2Ys zv zw,span2Zs zv zw); 18.67/7.01 span2Span1 zv zw p xw xx False = span2Span0 zv zw p xw xx otherwise; 18.67/7.01 " 18.67/7.01 The bindings of the following Let/Where expression 18.67/7.01 "(x : ys) : groupBy eq zs where { 18.67/7.01 vv10 = span (eq x) xs; 18.67/7.01 ; 18.67/7.01 ys = ys1 vv10; 18.67/7.01 ; 18.67/7.01 ys1 (ys,yv) = ys; 18.67/7.01 ; 18.67/7.01 zs = zs1 vv10; 18.67/7.01 ; 18.67/7.01 zs1 (yw,zs) = zs; 18.67/7.01 } 18.67/7.01 " 18.67/7.01 are unpacked to the following functions on top level 18.67/7.01 "groupByYs1 zx zy zz (ys,yv) = ys; 18.67/7.01 " 18.67/7.01 "groupByYs zx zy zz = groupByYs1 zx zy zz (groupByVv10 zx zy zz); 18.67/7.01 " 18.67/7.01 "groupByZs1 zx zy zz (yw,zs) = zs; 18.67/7.01 " 18.67/7.01 "groupByZs zx zy zz = groupByZs1 zx zy zz (groupByVv10 zx zy zz); 18.67/7.01 " 18.67/7.01 "groupByVv10 zx zy zz = span (zx zy) zz; 18.67/7.01 " 18.67/7.01 18.67/7.01 ---------------------------------------- 18.67/7.01 18.67/7.01 (8) 18.67/7.01 Obligation: 18.67/7.01 mainModule Main 18.67/7.01 module Maybe where { 18.67/7.01 import qualified List; 18.67/7.01 import qualified Main; 18.67/7.01 import qualified Prelude; 18.67/7.01 } 18.67/7.01 module List where { 18.67/7.01 import qualified Main; 18.67/7.01 import qualified Maybe; 18.67/7.01 import qualified Prelude; 18.67/7.01 group :: Eq a => [a] -> [[a]]; 18.67/7.01 group = groupBy (==); 18.67/7.01 18.67/7.01 groupBy :: (a -> a -> Bool) -> [a] -> [[a]]; 18.67/7.01 groupBy yu [] = []; 18.67/7.01 groupBy eq (x : xs) = (x : groupByYs eq x xs) : groupBy eq (groupByZs eq x xs); 18.67/7.01 18.67/7.01 groupByVv10 zx zy zz = span (zx zy) zz; 18.67/7.01 18.67/7.01 groupByYs zx zy zz = groupByYs1 zx zy zz (groupByVv10 zx zy zz); 18.67/7.01 18.67/7.01 groupByYs1 zx zy zz (ys,yv) = ys; 18.67/7.01 18.67/7.01 groupByZs zx zy zz = groupByZs1 zx zy zz (groupByVv10 zx zy zz); 18.67/7.01 18.67/7.01 groupByZs1 zx zy zz (yw,zs) = zs; 18.67/7.01 18.67/7.01 } 18.67/7.01 module Main where { 18.67/7.01 import qualified List; 18.67/7.01 import qualified Maybe; 18.67/7.01 import qualified Prelude; 18.67/7.01 } 18.67/7.01 18.67/7.01 ---------------------------------------- 18.67/7.01 18.67/7.01 (9) Narrow (SOUND) 18.67/7.01 Haskell To QDPs 18.67/7.01 18.67/7.01 digraph dp_graph { 18.67/7.01 node [outthreshold=100, inthreshold=100];1[label="List.group",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 18.67/7.01 3[label="List.group vuu3",fontsize=16,color="black",shape="triangle"];3 -> 4[label="",style="solid", color="black", weight=3]; 18.67/7.01 4[label="List.groupBy (==) vuu3",fontsize=16,color="burlywood",shape="triangle"];880[label="vuu3/vuu30 : vuu31",fontsize=10,color="white",style="solid",shape="box"];4 -> 880[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 880 -> 5[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 881[label="vuu3/[]",fontsize=10,color="white",style="solid",shape="box"];4 -> 881[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 881 -> 6[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 5[label="List.groupBy (==) (vuu30 : vuu31)",fontsize=16,color="black",shape="box"];5 -> 7[label="",style="solid", color="black", weight=3]; 18.67/7.01 6[label="List.groupBy (==) []",fontsize=16,color="black",shape="box"];6 -> 8[label="",style="solid", color="black", weight=3]; 18.67/7.01 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]; 18.67/7.01 7 -> 10[label="",style="dashed", color="green", weight=3]; 18.67/7.01 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]; 18.67/7.01 10 -> 4[label="",style="dashed", color="red", weight=0]; 18.67/7.01 10[label="List.groupBy (==) (List.groupByZs (==) vuu30 vuu31)",fontsize=16,color="magenta"];10 -> 12[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 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]; 18.67/7.01 12[label="List.groupByZs (==) vuu30 vuu31",fontsize=16,color="black",shape="box"];12 -> 14[label="",style="solid", color="black", weight=3]; 18.67/7.01 13[label="List.groupByYs1 (==) vuu30 vuu31 (span ((==) vuu30) vuu31)",fontsize=16,color="burlywood",shape="box"];882[label="vuu31/vuu310 : vuu311",fontsize=10,color="white",style="solid",shape="box"];13 -> 882[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 882 -> 15[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 883[label="vuu31/[]",fontsize=10,color="white",style="solid",shape="box"];13 -> 883[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 883 -> 16[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 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]; 18.67/7.01 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]; 18.67/7.01 16[label="List.groupByYs1 (==) vuu30 [] (span ((==) vuu30) [])",fontsize=16,color="black",shape="box"];16 -> 19[label="",style="solid", color="black", weight=3]; 18.67/7.01 17[label="List.groupByZs1 (==) vuu30 vuu31 (span ((==) vuu30) vuu31)",fontsize=16,color="burlywood",shape="box"];884[label="vuu31/vuu310 : vuu311",fontsize=10,color="white",style="solid",shape="box"];17 -> 884[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 884 -> 20[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 885[label="vuu31/[]",fontsize=10,color="white",style="solid",shape="box"];17 -> 885[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 885 -> 21[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 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]; 18.67/7.01 19[label="List.groupByYs1 (==) vuu30 [] (span3 ((==) vuu30) [])",fontsize=16,color="black",shape="box"];19 -> 23[label="",style="solid", color="black", weight=3]; 18.67/7.01 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]; 18.67/7.01 21[label="List.groupByZs1 (==) vuu30 [] (span ((==) vuu30) [])",fontsize=16,color="black",shape="box"];21 -> 25[label="",style="solid", color="black", weight=3]; 18.67/7.01 22[label="List.groupByYs1 (==) vuu30 (vuu310 : vuu311) (span2Span1 ((==) vuu30) vuu311 ((==) vuu30) vuu310 vuu311 ((==) vuu30 vuu310))",fontsize=16,color="burlywood",shape="box"];886[label="vuu30/Nothing",fontsize=10,color="white",style="solid",shape="box"];22 -> 886[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 886 -> 26[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 887[label="vuu30/Just vuu300",fontsize=10,color="white",style="solid",shape="box"];22 -> 887[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 887 -> 27[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 23[label="List.groupByYs1 (==) vuu30 [] ([],[])",fontsize=16,color="black",shape="box"];23 -> 28[label="",style="solid", color="black", weight=3]; 18.67/7.01 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]; 18.67/7.01 25[label="List.groupByZs1 (==) vuu30 [] (span3 ((==) vuu30) [])",fontsize=16,color="black",shape="box"];25 -> 30[label="",style="solid", color="black", weight=3]; 18.67/7.01 26[label="List.groupByYs1 (==) Nothing (vuu310 : vuu311) (span2Span1 ((==) Nothing) vuu311 ((==) Nothing) vuu310 vuu311 ((==) Nothing vuu310))",fontsize=16,color="burlywood",shape="box"];888[label="vuu310/Nothing",fontsize=10,color="white",style="solid",shape="box"];26 -> 888[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 888 -> 31[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 889[label="vuu310/Just vuu3100",fontsize=10,color="white",style="solid",shape="box"];26 -> 889[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 889 -> 32[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 27[label="List.groupByYs1 (==) (Just vuu300) (vuu310 : vuu311) (span2Span1 ((==) Just vuu300) vuu311 ((==) Just vuu300) vuu310 vuu311 ((==) Just vuu300 vuu310))",fontsize=16,color="burlywood",shape="box"];890[label="vuu310/Nothing",fontsize=10,color="white",style="solid",shape="box"];27 -> 890[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 890 -> 33[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 891[label="vuu310/Just vuu3100",fontsize=10,color="white",style="solid",shape="box"];27 -> 891[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 891 -> 34[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 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"];892[label="vuu30/Nothing",fontsize=10,color="white",style="solid",shape="box"];29 -> 892[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 892 -> 35[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 893[label="vuu30/Just vuu300",fontsize=10,color="white",style="solid",shape="box"];29 -> 893[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 893 -> 36[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 30[label="List.groupByZs1 (==) vuu30 [] ([],[])",fontsize=16,color="black",shape="box"];30 -> 37[label="",style="solid", color="black", weight=3]; 18.67/7.01 31[label="List.groupByYs1 (==) Nothing (Nothing : vuu311) (span2Span1 ((==) Nothing) vuu311 ((==) Nothing) Nothing vuu311 ((==) Nothing Nothing))",fontsize=16,color="black",shape="box"];31 -> 38[label="",style="solid", color="black", weight=3]; 18.67/7.01 32[label="List.groupByYs1 (==) Nothing (Just vuu3100 : vuu311) (span2Span1 ((==) Nothing) vuu311 ((==) Nothing) (Just vuu3100) vuu311 ((==) Nothing Just vuu3100))",fontsize=16,color="black",shape="box"];32 -> 39[label="",style="solid", color="black", weight=3]; 18.67/7.01 33[label="List.groupByYs1 (==) (Just vuu300) (Nothing : vuu311) (span2Span1 ((==) Just vuu300) vuu311 ((==) Just vuu300) Nothing vuu311 ((==) Just vuu300 Nothing))",fontsize=16,color="black",shape="box"];33 -> 40[label="",style="solid", color="black", weight=3]; 18.67/7.01 34[label="List.groupByYs1 (==) (Just vuu300) (Just vuu3100 : vuu311) (span2Span1 ((==) Just vuu300) vuu311 ((==) Just vuu300) (Just vuu3100) vuu311 ((==) Just vuu300 Just vuu3100))",fontsize=16,color="black",shape="box"];34 -> 41[label="",style="solid", color="black", weight=3]; 18.67/7.01 35[label="List.groupByZs1 (==) Nothing (vuu310 : vuu311) (span2Span1 ((==) Nothing) vuu311 ((==) Nothing) vuu310 vuu311 ((==) Nothing vuu310))",fontsize=16,color="burlywood",shape="box"];894[label="vuu310/Nothing",fontsize=10,color="white",style="solid",shape="box"];35 -> 894[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 894 -> 42[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 895[label="vuu310/Just vuu3100",fontsize=10,color="white",style="solid",shape="box"];35 -> 895[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 895 -> 43[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 36[label="List.groupByZs1 (==) (Just vuu300) (vuu310 : vuu311) (span2Span1 ((==) Just vuu300) vuu311 ((==) Just vuu300) vuu310 vuu311 ((==) Just vuu300 vuu310))",fontsize=16,color="burlywood",shape="box"];896[label="vuu310/Nothing",fontsize=10,color="white",style="solid",shape="box"];36 -> 896[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 896 -> 44[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 897[label="vuu310/Just vuu3100",fontsize=10,color="white",style="solid",shape="box"];36 -> 897[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 897 -> 45[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 37[label="[]",fontsize=16,color="green",shape="box"];38[label="List.groupByYs1 (==) Nothing (Nothing : vuu311) (span2Span1 ((==) Nothing) vuu311 ((==) Nothing) Nothing vuu311 True)",fontsize=16,color="black",shape="box"];38 -> 46[label="",style="solid", color="black", weight=3]; 18.67/7.01 39[label="List.groupByYs1 (==) Nothing (Just vuu3100 : vuu311) (span2Span1 ((==) Nothing) vuu311 ((==) Nothing) (Just vuu3100) vuu311 False)",fontsize=16,color="black",shape="box"];39 -> 47[label="",style="solid", color="black", weight=3]; 18.67/7.01 40[label="List.groupByYs1 (==) (Just vuu300) (Nothing : vuu311) (span2Span1 ((==) Just vuu300) vuu311 ((==) Just vuu300) Nothing vuu311 False)",fontsize=16,color="black",shape="box"];40 -> 48[label="",style="solid", color="black", weight=3]; 18.67/7.01 41 -> 49[label="",style="dashed", color="red", weight=0]; 18.67/7.01 41[label="List.groupByYs1 (==) (Just vuu300) (Just vuu3100 : vuu311) (span2Span1 ((==) Just vuu300) vuu311 ((==) Just vuu300) (Just vuu3100) vuu311 (vuu300 == vuu3100))",fontsize=16,color="magenta"];41 -> 50[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 41 -> 51[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 41 -> 52[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 41 -> 53[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 42[label="List.groupByZs1 (==) Nothing (Nothing : vuu311) (span2Span1 ((==) Nothing) vuu311 ((==) Nothing) Nothing vuu311 ((==) Nothing Nothing))",fontsize=16,color="black",shape="box"];42 -> 54[label="",style="solid", color="black", weight=3]; 18.67/7.01 43[label="List.groupByZs1 (==) Nothing (Just vuu3100 : vuu311) (span2Span1 ((==) Nothing) vuu311 ((==) Nothing) (Just vuu3100) vuu311 ((==) Nothing Just vuu3100))",fontsize=16,color="black",shape="box"];43 -> 55[label="",style="solid", color="black", weight=3]; 18.67/7.01 44[label="List.groupByZs1 (==) (Just vuu300) (Nothing : vuu311) (span2Span1 ((==) Just vuu300) vuu311 ((==) Just vuu300) Nothing vuu311 ((==) Just vuu300 Nothing))",fontsize=16,color="black",shape="box"];44 -> 56[label="",style="solid", color="black", weight=3]; 18.67/7.01 45[label="List.groupByZs1 (==) (Just vuu300) (Just vuu3100 : vuu311) (span2Span1 ((==) Just vuu300) vuu311 ((==) Just vuu300) (Just vuu3100) vuu311 ((==) Just vuu300 Just vuu3100))",fontsize=16,color="black",shape="box"];45 -> 57[label="",style="solid", color="black", weight=3]; 18.67/7.01 46[label="List.groupByYs1 (==) Nothing (Nothing : vuu311) (Nothing : span2Ys ((==) Nothing) vuu311,span2Zs ((==) Nothing) vuu311)",fontsize=16,color="black",shape="box"];46 -> 58[label="",style="solid", color="black", weight=3]; 18.67/7.01 47[label="List.groupByYs1 (==) Nothing (Just vuu3100 : vuu311) (span2Span0 ((==) Nothing) vuu311 ((==) Nothing) (Just vuu3100) vuu311 otherwise)",fontsize=16,color="black",shape="box"];47 -> 59[label="",style="solid", color="black", weight=3]; 18.67/7.01 48[label="List.groupByYs1 (==) (Just vuu300) (Nothing : vuu311) (span2Span0 ((==) Just vuu300) vuu311 ((==) Just vuu300) Nothing vuu311 otherwise)",fontsize=16,color="black",shape="box"];48 -> 60[label="",style="solid", color="black", weight=3]; 18.67/7.01 50[label="vuu3100",fontsize=16,color="green",shape="box"];51[label="vuu300 == vuu3100",fontsize=16,color="blue",shape="box"];898[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];51 -> 898[label="",style="solid", color="blue", weight=9]; 18.67/7.01 898 -> 61[label="",style="solid", color="blue", weight=3]; 18.67/7.01 899[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];51 -> 899[label="",style="solid", color="blue", weight=9]; 18.67/7.01 899 -> 62[label="",style="solid", color="blue", weight=3]; 18.67/7.01 900[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];51 -> 900[label="",style="solid", color="blue", weight=9]; 18.67/7.01 900 -> 63[label="",style="solid", color="blue", weight=3]; 18.67/7.01 901[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];51 -> 901[label="",style="solid", color="blue", weight=9]; 18.67/7.01 901 -> 64[label="",style="solid", color="blue", weight=3]; 18.67/7.01 902[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];51 -> 902[label="",style="solid", color="blue", weight=9]; 18.67/7.01 902 -> 65[label="",style="solid", color="blue", weight=3]; 18.67/7.01 903[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];51 -> 903[label="",style="solid", color="blue", weight=9]; 18.67/7.01 903 -> 66[label="",style="solid", color="blue", weight=3]; 18.67/7.01 904[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];51 -> 904[label="",style="solid", color="blue", weight=9]; 18.67/7.01 904 -> 67[label="",style="solid", color="blue", weight=3]; 18.67/7.01 905[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];51 -> 905[label="",style="solid", color="blue", weight=9]; 18.67/7.01 905 -> 68[label="",style="solid", color="blue", weight=3]; 18.67/7.01 906[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];51 -> 906[label="",style="solid", color="blue", weight=9]; 18.67/7.01 906 -> 69[label="",style="solid", color="blue", weight=3]; 18.67/7.01 907[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];51 -> 907[label="",style="solid", color="blue", weight=9]; 18.67/7.01 907 -> 70[label="",style="solid", color="blue", weight=3]; 18.67/7.01 908[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];51 -> 908[label="",style="solid", color="blue", weight=9]; 18.67/7.01 908 -> 71[label="",style="solid", color="blue", weight=3]; 18.67/7.01 909[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];51 -> 909[label="",style="solid", color="blue", weight=9]; 18.67/7.01 909 -> 72[label="",style="solid", color="blue", weight=3]; 18.67/7.01 910[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];51 -> 910[label="",style="solid", color="blue", weight=9]; 18.67/7.01 910 -> 73[label="",style="solid", color="blue", weight=3]; 18.67/7.01 911[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];51 -> 911[label="",style="solid", color="blue", weight=9]; 18.67/7.01 911 -> 74[label="",style="solid", color="blue", weight=3]; 18.67/7.01 52[label="vuu311",fontsize=16,color="green",shape="box"];53[label="vuu300",fontsize=16,color="green",shape="box"];49[label="List.groupByYs1 (==) (Just vuu9) (Just vuu10 : vuu11) (span2Span1 ((==) Just vuu9) vuu11 ((==) Just vuu9) (Just vuu10) vuu11 vuu12)",fontsize=16,color="burlywood",shape="triangle"];912[label="vuu12/False",fontsize=10,color="white",style="solid",shape="box"];49 -> 912[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 912 -> 75[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 913[label="vuu12/True",fontsize=10,color="white",style="solid",shape="box"];49 -> 913[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 913 -> 76[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 54[label="List.groupByZs1 (==) Nothing (Nothing : vuu311) (span2Span1 ((==) Nothing) vuu311 ((==) Nothing) Nothing vuu311 True)",fontsize=16,color="black",shape="box"];54 -> 77[label="",style="solid", color="black", weight=3]; 18.67/7.01 55[label="List.groupByZs1 (==) Nothing (Just vuu3100 : vuu311) (span2Span1 ((==) Nothing) vuu311 ((==) Nothing) (Just vuu3100) vuu311 False)",fontsize=16,color="black",shape="box"];55 -> 78[label="",style="solid", color="black", weight=3]; 18.67/7.01 56[label="List.groupByZs1 (==) (Just vuu300) (Nothing : vuu311) (span2Span1 ((==) Just vuu300) vuu311 ((==) Just vuu300) Nothing vuu311 False)",fontsize=16,color="black",shape="box"];56 -> 79[label="",style="solid", color="black", weight=3]; 18.67/7.01 57 -> 80[label="",style="dashed", color="red", weight=0]; 18.67/7.01 57[label="List.groupByZs1 (==) (Just vuu300) (Just vuu3100 : vuu311) (span2Span1 ((==) Just vuu300) vuu311 ((==) Just vuu300) (Just vuu3100) vuu311 (vuu300 == vuu3100))",fontsize=16,color="magenta"];57 -> 81[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 57 -> 82[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 57 -> 83[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 57 -> 84[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 58[label="Nothing : span2Ys ((==) Nothing) vuu311",fontsize=16,color="green",shape="box"];58 -> 85[label="",style="dashed", color="green", weight=3]; 18.67/7.01 59[label="List.groupByYs1 (==) Nothing (Just vuu3100 : vuu311) (span2Span0 ((==) Nothing) vuu311 ((==) Nothing) (Just vuu3100) vuu311 True)",fontsize=16,color="black",shape="box"];59 -> 86[label="",style="solid", color="black", weight=3]; 18.67/7.01 60[label="List.groupByYs1 (==) (Just vuu300) (Nothing : vuu311) (span2Span0 ((==) Just vuu300) vuu311 ((==) Just vuu300) Nothing vuu311 True)",fontsize=16,color="black",shape="box"];60 -> 87[label="",style="solid", color="black", weight=3]; 18.67/7.01 61[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];914[label="vuu300/Integer vuu3000",fontsize=10,color="white",style="solid",shape="box"];61 -> 914[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 914 -> 88[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 62[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];915[label="vuu300/(vuu3000,vuu3001,vuu3002)",fontsize=10,color="white",style="solid",shape="box"];62 -> 915[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 915 -> 89[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 63[label="vuu300 == vuu3100",fontsize=16,color="black",shape="triangle"];63 -> 90[label="",style="solid", color="black", weight=3]; 18.67/7.01 64[label="vuu300 == vuu3100",fontsize=16,color="black",shape="triangle"];64 -> 91[label="",style="solid", color="black", weight=3]; 18.67/7.01 65[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];916[label="vuu300/Nothing",fontsize=10,color="white",style="solid",shape="box"];65 -> 916[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 916 -> 92[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 917[label="vuu300/Just vuu3000",fontsize=10,color="white",style="solid",shape="box"];65 -> 917[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 917 -> 93[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 66[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];918[label="vuu300/()",fontsize=10,color="white",style="solid",shape="box"];66 -> 918[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 918 -> 94[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 67[label="vuu300 == vuu3100",fontsize=16,color="black",shape="triangle"];67 -> 95[label="",style="solid", color="black", weight=3]; 18.67/7.01 68[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];919[label="vuu300/LT",fontsize=10,color="white",style="solid",shape="box"];68 -> 919[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 919 -> 96[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 920[label="vuu300/EQ",fontsize=10,color="white",style="solid",shape="box"];68 -> 920[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 920 -> 97[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 921[label="vuu300/GT",fontsize=10,color="white",style="solid",shape="box"];68 -> 921[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 921 -> 98[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 69[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];922[label="vuu300/vuu3000 :% vuu3001",fontsize=10,color="white",style="solid",shape="box"];69 -> 922[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 922 -> 99[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 70[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];923[label="vuu300/False",fontsize=10,color="white",style="solid",shape="box"];70 -> 923[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 923 -> 100[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 924[label="vuu300/True",fontsize=10,color="white",style="solid",shape="box"];70 -> 924[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 924 -> 101[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 71[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];925[label="vuu300/vuu3000 : vuu3001",fontsize=10,color="white",style="solid",shape="box"];71 -> 925[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 925 -> 102[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 926[label="vuu300/[]",fontsize=10,color="white",style="solid",shape="box"];71 -> 926[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 926 -> 103[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 72[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];927[label="vuu300/Left vuu3000",fontsize=10,color="white",style="solid",shape="box"];72 -> 927[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 927 -> 104[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 928[label="vuu300/Right vuu3000",fontsize=10,color="white",style="solid",shape="box"];72 -> 928[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 928 -> 105[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 73[label="vuu300 == vuu3100",fontsize=16,color="burlywood",shape="triangle"];929[label="vuu300/(vuu3000,vuu3001)",fontsize=10,color="white",style="solid",shape="box"];73 -> 929[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 929 -> 106[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 74[label="vuu300 == vuu3100",fontsize=16,color="black",shape="triangle"];74 -> 107[label="",style="solid", color="black", weight=3]; 18.67/7.01 75[label="List.groupByYs1 (==) (Just vuu9) (Just vuu10 : vuu11) (span2Span1 ((==) Just vuu9) vuu11 ((==) Just vuu9) (Just vuu10) vuu11 False)",fontsize=16,color="black",shape="box"];75 -> 108[label="",style="solid", color="black", weight=3]; 18.67/7.01 76[label="List.groupByYs1 (==) (Just vuu9) (Just vuu10 : vuu11) (span2Span1 ((==) Just vuu9) vuu11 ((==) Just vuu9) (Just vuu10) vuu11 True)",fontsize=16,color="black",shape="box"];76 -> 109[label="",style="solid", color="black", weight=3]; 18.67/7.01 77[label="List.groupByZs1 (==) Nothing (Nothing : vuu311) (Nothing : span2Ys ((==) Nothing) vuu311,span2Zs ((==) Nothing) vuu311)",fontsize=16,color="black",shape="box"];77 -> 110[label="",style="solid", color="black", weight=3]; 18.67/7.01 78[label="List.groupByZs1 (==) Nothing (Just vuu3100 : vuu311) (span2Span0 ((==) Nothing) vuu311 ((==) Nothing) (Just vuu3100) vuu311 otherwise)",fontsize=16,color="black",shape="box"];78 -> 111[label="",style="solid", color="black", weight=3]; 18.67/7.01 79[label="List.groupByZs1 (==) (Just vuu300) (Nothing : vuu311) (span2Span0 ((==) Just vuu300) vuu311 ((==) Just vuu300) Nothing vuu311 otherwise)",fontsize=16,color="black",shape="box"];79 -> 112[label="",style="solid", color="black", weight=3]; 18.67/7.01 81[label="vuu3100",fontsize=16,color="green",shape="box"];82[label="vuu300 == vuu3100",fontsize=16,color="blue",shape="box"];930[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];82 -> 930[label="",style="solid", color="blue", weight=9]; 18.67/7.01 930 -> 113[label="",style="solid", color="blue", weight=3]; 18.67/7.01 931[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];82 -> 931[label="",style="solid", color="blue", weight=9]; 18.67/7.01 931 -> 114[label="",style="solid", color="blue", weight=3]; 18.67/7.01 932[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];82 -> 932[label="",style="solid", color="blue", weight=9]; 18.67/7.01 932 -> 115[label="",style="solid", color="blue", weight=3]; 18.67/7.01 933[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];82 -> 933[label="",style="solid", color="blue", weight=9]; 18.67/7.01 933 -> 116[label="",style="solid", color="blue", weight=3]; 18.67/7.01 934[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];82 -> 934[label="",style="solid", color="blue", weight=9]; 18.67/7.01 934 -> 117[label="",style="solid", color="blue", weight=3]; 18.67/7.01 935[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];82 -> 935[label="",style="solid", color="blue", weight=9]; 18.67/7.01 935 -> 118[label="",style="solid", color="blue", weight=3]; 18.67/7.01 936[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];82 -> 936[label="",style="solid", color="blue", weight=9]; 18.67/7.01 936 -> 119[label="",style="solid", color="blue", weight=3]; 18.67/7.01 937[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];82 -> 937[label="",style="solid", color="blue", weight=9]; 18.67/7.01 937 -> 120[label="",style="solid", color="blue", weight=3]; 18.67/7.01 938[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];82 -> 938[label="",style="solid", color="blue", weight=9]; 18.67/7.01 938 -> 121[label="",style="solid", color="blue", weight=3]; 18.67/7.01 939[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];82 -> 939[label="",style="solid", color="blue", weight=9]; 18.67/7.01 939 -> 122[label="",style="solid", color="blue", weight=3]; 18.67/7.01 940[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];82 -> 940[label="",style="solid", color="blue", weight=9]; 18.67/7.01 940 -> 123[label="",style="solid", color="blue", weight=3]; 18.67/7.01 941[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];82 -> 941[label="",style="solid", color="blue", weight=9]; 18.67/7.01 941 -> 124[label="",style="solid", color="blue", weight=3]; 18.67/7.01 942[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];82 -> 942[label="",style="solid", color="blue", weight=9]; 18.67/7.01 942 -> 125[label="",style="solid", color="blue", weight=3]; 18.67/7.01 943[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];82 -> 943[label="",style="solid", color="blue", weight=9]; 18.67/7.01 943 -> 126[label="",style="solid", color="blue", weight=3]; 18.67/7.01 83[label="vuu300",fontsize=16,color="green",shape="box"];84[label="vuu311",fontsize=16,color="green",shape="box"];80[label="List.groupByZs1 (==) (Just vuu18) (Just vuu19 : vuu20) (span2Span1 ((==) Just vuu18) vuu20 ((==) Just vuu18) (Just vuu19) vuu20 vuu21)",fontsize=16,color="burlywood",shape="triangle"];944[label="vuu21/False",fontsize=10,color="white",style="solid",shape="box"];80 -> 944[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 944 -> 127[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 945[label="vuu21/True",fontsize=10,color="white",style="solid",shape="box"];80 -> 945[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 945 -> 128[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 85[label="span2Ys ((==) Nothing) vuu311",fontsize=16,color="black",shape="triangle"];85 -> 129[label="",style="solid", color="black", weight=3]; 18.67/7.01 86[label="List.groupByYs1 (==) Nothing (Just vuu3100 : vuu311) ([],Just vuu3100 : vuu311)",fontsize=16,color="black",shape="box"];86 -> 130[label="",style="solid", color="black", weight=3]; 18.67/7.01 87[label="List.groupByYs1 (==) (Just vuu300) (Nothing : vuu311) ([],Nothing : vuu311)",fontsize=16,color="black",shape="box"];87 -> 131[label="",style="solid", color="black", weight=3]; 18.67/7.01 88[label="Integer vuu3000 == vuu3100",fontsize=16,color="burlywood",shape="box"];946[label="vuu3100/Integer vuu31000",fontsize=10,color="white",style="solid",shape="box"];88 -> 946[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 946 -> 132[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 89[label="(vuu3000,vuu3001,vuu3002) == vuu3100",fontsize=16,color="burlywood",shape="box"];947[label="vuu3100/(vuu31000,vuu31001,vuu31002)",fontsize=10,color="white",style="solid",shape="box"];89 -> 947[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 947 -> 133[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 90[label="primEqDouble vuu300 vuu3100",fontsize=16,color="burlywood",shape="box"];948[label="vuu300/Double vuu3000 vuu3001",fontsize=10,color="white",style="solid",shape="box"];90 -> 948[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 948 -> 134[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 91[label="primEqFloat vuu300 vuu3100",fontsize=16,color="burlywood",shape="box"];949[label="vuu300/Float vuu3000 vuu3001",fontsize=10,color="white",style="solid",shape="box"];91 -> 949[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 949 -> 135[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 92[label="Nothing == vuu3100",fontsize=16,color="burlywood",shape="box"];950[label="vuu3100/Nothing",fontsize=10,color="white",style="solid",shape="box"];92 -> 950[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 950 -> 136[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 951[label="vuu3100/Just vuu31000",fontsize=10,color="white",style="solid",shape="box"];92 -> 951[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 951 -> 137[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 93[label="Just vuu3000 == vuu3100",fontsize=16,color="burlywood",shape="box"];952[label="vuu3100/Nothing",fontsize=10,color="white",style="solid",shape="box"];93 -> 952[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 952 -> 138[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 953[label="vuu3100/Just vuu31000",fontsize=10,color="white",style="solid",shape="box"];93 -> 953[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 953 -> 139[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 94[label="() == vuu3100",fontsize=16,color="burlywood",shape="box"];954[label="vuu3100/()",fontsize=10,color="white",style="solid",shape="box"];94 -> 954[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 954 -> 140[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 95[label="primEqInt vuu300 vuu3100",fontsize=16,color="burlywood",shape="triangle"];955[label="vuu300/Pos vuu3000",fontsize=10,color="white",style="solid",shape="box"];95 -> 955[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 955 -> 141[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 956[label="vuu300/Neg vuu3000",fontsize=10,color="white",style="solid",shape="box"];95 -> 956[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 956 -> 142[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 96[label="LT == vuu3100",fontsize=16,color="burlywood",shape="box"];957[label="vuu3100/LT",fontsize=10,color="white",style="solid",shape="box"];96 -> 957[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 957 -> 143[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 958[label="vuu3100/EQ",fontsize=10,color="white",style="solid",shape="box"];96 -> 958[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 958 -> 144[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 959[label="vuu3100/GT",fontsize=10,color="white",style="solid",shape="box"];96 -> 959[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 959 -> 145[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 97[label="EQ == vuu3100",fontsize=16,color="burlywood",shape="box"];960[label="vuu3100/LT",fontsize=10,color="white",style="solid",shape="box"];97 -> 960[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 960 -> 146[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 961[label="vuu3100/EQ",fontsize=10,color="white",style="solid",shape="box"];97 -> 961[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 961 -> 147[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 962[label="vuu3100/GT",fontsize=10,color="white",style="solid",shape="box"];97 -> 962[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 962 -> 148[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 98[label="GT == vuu3100",fontsize=16,color="burlywood",shape="box"];963[label="vuu3100/LT",fontsize=10,color="white",style="solid",shape="box"];98 -> 963[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 963 -> 149[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 964[label="vuu3100/EQ",fontsize=10,color="white",style="solid",shape="box"];98 -> 964[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 964 -> 150[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 965[label="vuu3100/GT",fontsize=10,color="white",style="solid",shape="box"];98 -> 965[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 965 -> 151[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 99[label="vuu3000 :% vuu3001 == vuu3100",fontsize=16,color="burlywood",shape="box"];966[label="vuu3100/vuu31000 :% vuu31001",fontsize=10,color="white",style="solid",shape="box"];99 -> 966[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 966 -> 152[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 100[label="False == vuu3100",fontsize=16,color="burlywood",shape="box"];967[label="vuu3100/False",fontsize=10,color="white",style="solid",shape="box"];100 -> 967[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 967 -> 153[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 968[label="vuu3100/True",fontsize=10,color="white",style="solid",shape="box"];100 -> 968[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 968 -> 154[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 101[label="True == vuu3100",fontsize=16,color="burlywood",shape="box"];969[label="vuu3100/False",fontsize=10,color="white",style="solid",shape="box"];101 -> 969[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 969 -> 155[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 970[label="vuu3100/True",fontsize=10,color="white",style="solid",shape="box"];101 -> 970[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 970 -> 156[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 102[label="vuu3000 : vuu3001 == vuu3100",fontsize=16,color="burlywood",shape="box"];971[label="vuu3100/vuu31000 : vuu31001",fontsize=10,color="white",style="solid",shape="box"];102 -> 971[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 971 -> 157[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 972[label="vuu3100/[]",fontsize=10,color="white",style="solid",shape="box"];102 -> 972[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 972 -> 158[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 103[label="[] == vuu3100",fontsize=16,color="burlywood",shape="box"];973[label="vuu3100/vuu31000 : vuu31001",fontsize=10,color="white",style="solid",shape="box"];103 -> 973[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 973 -> 159[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 974[label="vuu3100/[]",fontsize=10,color="white",style="solid",shape="box"];103 -> 974[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 974 -> 160[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 104[label="Left vuu3000 == vuu3100",fontsize=16,color="burlywood",shape="box"];975[label="vuu3100/Left vuu31000",fontsize=10,color="white",style="solid",shape="box"];104 -> 975[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 975 -> 161[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 976[label="vuu3100/Right vuu31000",fontsize=10,color="white",style="solid",shape="box"];104 -> 976[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 976 -> 162[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 105[label="Right vuu3000 == vuu3100",fontsize=16,color="burlywood",shape="box"];977[label="vuu3100/Left vuu31000",fontsize=10,color="white",style="solid",shape="box"];105 -> 977[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 977 -> 163[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 978[label="vuu3100/Right vuu31000",fontsize=10,color="white",style="solid",shape="box"];105 -> 978[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 978 -> 164[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 106[label="(vuu3000,vuu3001) == vuu3100",fontsize=16,color="burlywood",shape="box"];979[label="vuu3100/(vuu31000,vuu31001)",fontsize=10,color="white",style="solid",shape="box"];106 -> 979[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 979 -> 165[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 107[label="primEqChar vuu300 vuu3100",fontsize=16,color="burlywood",shape="box"];980[label="vuu300/Char vuu3000",fontsize=10,color="white",style="solid",shape="box"];107 -> 980[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 980 -> 166[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 108[label="List.groupByYs1 (==) (Just vuu9) (Just vuu10 : vuu11) (span2Span0 ((==) Just vuu9) vuu11 ((==) Just vuu9) (Just vuu10) vuu11 otherwise)",fontsize=16,color="black",shape="box"];108 -> 167[label="",style="solid", color="black", weight=3]; 18.67/7.01 109[label="List.groupByYs1 (==) (Just vuu9) (Just vuu10 : vuu11) (Just vuu10 : span2Ys ((==) Just vuu9) vuu11,span2Zs ((==) Just vuu9) vuu11)",fontsize=16,color="black",shape="box"];109 -> 168[label="",style="solid", color="black", weight=3]; 18.67/7.01 110[label="span2Zs ((==) Nothing) vuu311",fontsize=16,color="black",shape="triangle"];110 -> 169[label="",style="solid", color="black", weight=3]; 18.67/7.01 111[label="List.groupByZs1 (==) Nothing (Just vuu3100 : vuu311) (span2Span0 ((==) Nothing) vuu311 ((==) Nothing) (Just vuu3100) vuu311 True)",fontsize=16,color="black",shape="box"];111 -> 170[label="",style="solid", color="black", weight=3]; 18.67/7.01 112[label="List.groupByZs1 (==) (Just vuu300) (Nothing : vuu311) (span2Span0 ((==) Just vuu300) vuu311 ((==) Just vuu300) Nothing vuu311 True)",fontsize=16,color="black",shape="box"];112 -> 171[label="",style="solid", color="black", weight=3]; 18.67/7.01 113 -> 61[label="",style="dashed", color="red", weight=0]; 18.67/7.01 113[label="vuu300 == vuu3100",fontsize=16,color="magenta"];114 -> 62[label="",style="dashed", color="red", weight=0]; 18.67/7.01 114[label="vuu300 == vuu3100",fontsize=16,color="magenta"];115 -> 63[label="",style="dashed", color="red", weight=0]; 18.67/7.01 115[label="vuu300 == vuu3100",fontsize=16,color="magenta"];116 -> 64[label="",style="dashed", color="red", weight=0]; 18.67/7.01 116[label="vuu300 == vuu3100",fontsize=16,color="magenta"];117 -> 65[label="",style="dashed", color="red", weight=0]; 18.67/7.01 117[label="vuu300 == vuu3100",fontsize=16,color="magenta"];118 -> 66[label="",style="dashed", color="red", weight=0]; 18.67/7.01 118[label="vuu300 == vuu3100",fontsize=16,color="magenta"];119 -> 67[label="",style="dashed", color="red", weight=0]; 18.67/7.01 119[label="vuu300 == vuu3100",fontsize=16,color="magenta"];120 -> 68[label="",style="dashed", color="red", weight=0]; 18.67/7.01 120[label="vuu300 == vuu3100",fontsize=16,color="magenta"];121 -> 69[label="",style="dashed", color="red", weight=0]; 18.67/7.01 121[label="vuu300 == vuu3100",fontsize=16,color="magenta"];122 -> 70[label="",style="dashed", color="red", weight=0]; 18.67/7.01 122[label="vuu300 == vuu3100",fontsize=16,color="magenta"];123 -> 71[label="",style="dashed", color="red", weight=0]; 18.67/7.01 123[label="vuu300 == vuu3100",fontsize=16,color="magenta"];124 -> 72[label="",style="dashed", color="red", weight=0]; 18.67/7.01 124[label="vuu300 == vuu3100",fontsize=16,color="magenta"];125 -> 73[label="",style="dashed", color="red", weight=0]; 18.67/7.01 125[label="vuu300 == vuu3100",fontsize=16,color="magenta"];126 -> 74[label="",style="dashed", color="red", weight=0]; 18.67/7.01 126[label="vuu300 == vuu3100",fontsize=16,color="magenta"];127[label="List.groupByZs1 (==) (Just vuu18) (Just vuu19 : vuu20) (span2Span1 ((==) Just vuu18) vuu20 ((==) Just vuu18) (Just vuu19) vuu20 False)",fontsize=16,color="black",shape="box"];127 -> 172[label="",style="solid", color="black", weight=3]; 18.67/7.01 128[label="List.groupByZs1 (==) (Just vuu18) (Just vuu19 : vuu20) (span2Span1 ((==) Just vuu18) vuu20 ((==) Just vuu18) (Just vuu19) vuu20 True)",fontsize=16,color="black",shape="box"];128 -> 173[label="",style="solid", color="black", weight=3]; 18.67/7.01 129[label="span2Ys0 ((==) Nothing) vuu311 (span2Vu43 ((==) Nothing) vuu311)",fontsize=16,color="black",shape="box"];129 -> 174[label="",style="solid", color="black", weight=3]; 18.67/7.01 130[label="[]",fontsize=16,color="green",shape="box"];131[label="[]",fontsize=16,color="green",shape="box"];132[label="Integer vuu3000 == Integer vuu31000",fontsize=16,color="black",shape="box"];132 -> 175[label="",style="solid", color="black", weight=3]; 18.67/7.01 133[label="(vuu3000,vuu3001,vuu3002) == (vuu31000,vuu31001,vuu31002)",fontsize=16,color="black",shape="box"];133 -> 176[label="",style="solid", color="black", weight=3]; 18.67/7.01 134[label="primEqDouble (Double vuu3000 vuu3001) vuu3100",fontsize=16,color="burlywood",shape="box"];981[label="vuu3100/Double vuu31000 vuu31001",fontsize=10,color="white",style="solid",shape="box"];134 -> 981[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 981 -> 177[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 135[label="primEqFloat (Float vuu3000 vuu3001) vuu3100",fontsize=16,color="burlywood",shape="box"];982[label="vuu3100/Float vuu31000 vuu31001",fontsize=10,color="white",style="solid",shape="box"];135 -> 982[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 982 -> 178[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 136[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];136 -> 179[label="",style="solid", color="black", weight=3]; 18.67/7.01 137[label="Nothing == Just vuu31000",fontsize=16,color="black",shape="box"];137 -> 180[label="",style="solid", color="black", weight=3]; 18.67/7.01 138[label="Just vuu3000 == Nothing",fontsize=16,color="black",shape="box"];138 -> 181[label="",style="solid", color="black", weight=3]; 18.67/7.01 139[label="Just vuu3000 == Just vuu31000",fontsize=16,color="black",shape="box"];139 -> 182[label="",style="solid", color="black", weight=3]; 18.67/7.01 140[label="() == ()",fontsize=16,color="black",shape="box"];140 -> 183[label="",style="solid", color="black", weight=3]; 18.67/7.01 141[label="primEqInt (Pos vuu3000) vuu3100",fontsize=16,color="burlywood",shape="box"];983[label="vuu3000/Succ vuu30000",fontsize=10,color="white",style="solid",shape="box"];141 -> 983[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 983 -> 184[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 984[label="vuu3000/Zero",fontsize=10,color="white",style="solid",shape="box"];141 -> 984[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 984 -> 185[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 142[label="primEqInt (Neg vuu3000) vuu3100",fontsize=16,color="burlywood",shape="box"];985[label="vuu3000/Succ vuu30000",fontsize=10,color="white",style="solid",shape="box"];142 -> 985[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 985 -> 186[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 986[label="vuu3000/Zero",fontsize=10,color="white",style="solid",shape="box"];142 -> 986[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 986 -> 187[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 143[label="LT == LT",fontsize=16,color="black",shape="box"];143 -> 188[label="",style="solid", color="black", weight=3]; 18.67/7.01 144[label="LT == EQ",fontsize=16,color="black",shape="box"];144 -> 189[label="",style="solid", color="black", weight=3]; 18.67/7.01 145[label="LT == GT",fontsize=16,color="black",shape="box"];145 -> 190[label="",style="solid", color="black", weight=3]; 18.67/7.01 146[label="EQ == LT",fontsize=16,color="black",shape="box"];146 -> 191[label="",style="solid", color="black", weight=3]; 18.67/7.01 147[label="EQ == EQ",fontsize=16,color="black",shape="box"];147 -> 192[label="",style="solid", color="black", weight=3]; 18.67/7.01 148[label="EQ == GT",fontsize=16,color="black",shape="box"];148 -> 193[label="",style="solid", color="black", weight=3]; 18.67/7.01 149[label="GT == LT",fontsize=16,color="black",shape="box"];149 -> 194[label="",style="solid", color="black", weight=3]; 18.67/7.01 150[label="GT == EQ",fontsize=16,color="black",shape="box"];150 -> 195[label="",style="solid", color="black", weight=3]; 18.67/7.01 151[label="GT == GT",fontsize=16,color="black",shape="box"];151 -> 196[label="",style="solid", color="black", weight=3]; 18.67/7.01 152[label="vuu3000 :% vuu3001 == vuu31000 :% vuu31001",fontsize=16,color="black",shape="box"];152 -> 197[label="",style="solid", color="black", weight=3]; 18.67/7.01 153[label="False == False",fontsize=16,color="black",shape="box"];153 -> 198[label="",style="solid", color="black", weight=3]; 18.67/7.01 154[label="False == True",fontsize=16,color="black",shape="box"];154 -> 199[label="",style="solid", color="black", weight=3]; 18.67/7.01 155[label="True == False",fontsize=16,color="black",shape="box"];155 -> 200[label="",style="solid", color="black", weight=3]; 18.67/7.01 156[label="True == True",fontsize=16,color="black",shape="box"];156 -> 201[label="",style="solid", color="black", weight=3]; 18.67/7.01 157[label="vuu3000 : vuu3001 == vuu31000 : vuu31001",fontsize=16,color="black",shape="box"];157 -> 202[label="",style="solid", color="black", weight=3]; 18.67/7.01 158[label="vuu3000 : vuu3001 == []",fontsize=16,color="black",shape="box"];158 -> 203[label="",style="solid", color="black", weight=3]; 18.67/7.01 159[label="[] == vuu31000 : vuu31001",fontsize=16,color="black",shape="box"];159 -> 204[label="",style="solid", color="black", weight=3]; 18.67/7.01 160[label="[] == []",fontsize=16,color="black",shape="box"];160 -> 205[label="",style="solid", color="black", weight=3]; 18.67/7.01 161[label="Left vuu3000 == Left vuu31000",fontsize=16,color="black",shape="box"];161 -> 206[label="",style="solid", color="black", weight=3]; 18.67/7.01 162[label="Left vuu3000 == Right vuu31000",fontsize=16,color="black",shape="box"];162 -> 207[label="",style="solid", color="black", weight=3]; 18.67/7.01 163[label="Right vuu3000 == Left vuu31000",fontsize=16,color="black",shape="box"];163 -> 208[label="",style="solid", color="black", weight=3]; 18.67/7.01 164[label="Right vuu3000 == Right vuu31000",fontsize=16,color="black",shape="box"];164 -> 209[label="",style="solid", color="black", weight=3]; 18.67/7.01 165[label="(vuu3000,vuu3001) == (vuu31000,vuu31001)",fontsize=16,color="black",shape="box"];165 -> 210[label="",style="solid", color="black", weight=3]; 18.67/7.01 166[label="primEqChar (Char vuu3000) vuu3100",fontsize=16,color="burlywood",shape="box"];987[label="vuu3100/Char vuu31000",fontsize=10,color="white",style="solid",shape="box"];166 -> 987[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 987 -> 211[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 167[label="List.groupByYs1 (==) (Just vuu9) (Just vuu10 : vuu11) (span2Span0 ((==) Just vuu9) vuu11 ((==) Just vuu9) (Just vuu10) vuu11 True)",fontsize=16,color="black",shape="box"];167 -> 212[label="",style="solid", color="black", weight=3]; 18.67/7.01 168[label="Just vuu10 : span2Ys ((==) Just vuu9) vuu11",fontsize=16,color="green",shape="box"];168 -> 213[label="",style="dashed", color="green", weight=3]; 18.67/7.01 169[label="span2Zs0 ((==) Nothing) vuu311 (span2Vu43 ((==) Nothing) vuu311)",fontsize=16,color="black",shape="box"];169 -> 214[label="",style="solid", color="black", weight=3]; 18.67/7.01 170[label="List.groupByZs1 (==) Nothing (Just vuu3100 : vuu311) ([],Just vuu3100 : vuu311)",fontsize=16,color="black",shape="box"];170 -> 215[label="",style="solid", color="black", weight=3]; 18.67/7.01 171[label="List.groupByZs1 (==) (Just vuu300) (Nothing : vuu311) ([],Nothing : vuu311)",fontsize=16,color="black",shape="box"];171 -> 216[label="",style="solid", color="black", weight=3]; 18.67/7.01 172[label="List.groupByZs1 (==) (Just vuu18) (Just vuu19 : vuu20) (span2Span0 ((==) Just vuu18) vuu20 ((==) Just vuu18) (Just vuu19) vuu20 otherwise)",fontsize=16,color="black",shape="box"];172 -> 217[label="",style="solid", color="black", weight=3]; 18.67/7.01 173[label="List.groupByZs1 (==) (Just vuu18) (Just vuu19 : vuu20) (Just vuu19 : span2Ys ((==) Just vuu18) vuu20,span2Zs ((==) Just vuu18) vuu20)",fontsize=16,color="black",shape="box"];173 -> 218[label="",style="solid", color="black", weight=3]; 18.67/7.01 174[label="span2Ys0 ((==) Nothing) vuu311 (span ((==) Nothing) vuu311)",fontsize=16,color="burlywood",shape="box"];988[label="vuu311/vuu3110 : vuu3111",fontsize=10,color="white",style="solid",shape="box"];174 -> 988[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 988 -> 219[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 989[label="vuu311/[]",fontsize=10,color="white",style="solid",shape="box"];174 -> 989[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 989 -> 220[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 175 -> 95[label="",style="dashed", color="red", weight=0]; 18.67/7.01 175[label="primEqInt vuu3000 vuu31000",fontsize=16,color="magenta"];175 -> 221[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 175 -> 222[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 176 -> 314[label="",style="dashed", color="red", weight=0]; 18.67/7.01 176[label="vuu3000 == vuu31000 && vuu3001 == vuu31001 && vuu3002 == vuu31002",fontsize=16,color="magenta"];176 -> 315[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 176 -> 316[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 177[label="primEqDouble (Double vuu3000 vuu3001) (Double vuu31000 vuu31001)",fontsize=16,color="black",shape="box"];177 -> 229[label="",style="solid", color="black", weight=3]; 18.67/7.01 178[label="primEqFloat (Float vuu3000 vuu3001) (Float vuu31000 vuu31001)",fontsize=16,color="black",shape="box"];178 -> 230[label="",style="solid", color="black", weight=3]; 18.67/7.01 179[label="True",fontsize=16,color="green",shape="box"];180[label="False",fontsize=16,color="green",shape="box"];181[label="False",fontsize=16,color="green",shape="box"];182[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];990[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];182 -> 990[label="",style="solid", color="blue", weight=9]; 18.67/7.01 990 -> 231[label="",style="solid", color="blue", weight=3]; 18.67/7.01 991[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];182 -> 991[label="",style="solid", color="blue", weight=9]; 18.67/7.01 991 -> 232[label="",style="solid", color="blue", weight=3]; 18.67/7.01 992[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];182 -> 992[label="",style="solid", color="blue", weight=9]; 18.67/7.01 992 -> 233[label="",style="solid", color="blue", weight=3]; 18.67/7.01 993[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];182 -> 993[label="",style="solid", color="blue", weight=9]; 18.67/7.01 993 -> 234[label="",style="solid", color="blue", weight=3]; 18.67/7.01 994[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];182 -> 994[label="",style="solid", color="blue", weight=9]; 18.67/7.01 994 -> 235[label="",style="solid", color="blue", weight=3]; 18.67/7.01 995[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];182 -> 995[label="",style="solid", color="blue", weight=9]; 18.67/7.01 995 -> 236[label="",style="solid", color="blue", weight=3]; 18.67/7.01 996[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];182 -> 996[label="",style="solid", color="blue", weight=9]; 18.67/7.01 996 -> 237[label="",style="solid", color="blue", weight=3]; 18.67/7.01 997[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];182 -> 997[label="",style="solid", color="blue", weight=9]; 18.67/7.01 997 -> 238[label="",style="solid", color="blue", weight=3]; 18.67/7.01 998[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];182 -> 998[label="",style="solid", color="blue", weight=9]; 18.67/7.01 998 -> 239[label="",style="solid", color="blue", weight=3]; 18.67/7.01 999[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];182 -> 999[label="",style="solid", color="blue", weight=9]; 18.67/7.01 999 -> 240[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1000[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];182 -> 1000[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1000 -> 241[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1001[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];182 -> 1001[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1001 -> 242[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1002[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];182 -> 1002[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1002 -> 243[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1003[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];182 -> 1003[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1003 -> 244[label="",style="solid", color="blue", weight=3]; 18.67/7.01 183[label="True",fontsize=16,color="green",shape="box"];184[label="primEqInt (Pos (Succ vuu30000)) vuu3100",fontsize=16,color="burlywood",shape="box"];1004[label="vuu3100/Pos vuu31000",fontsize=10,color="white",style="solid",shape="box"];184 -> 1004[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1004 -> 245[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 1005[label="vuu3100/Neg vuu31000",fontsize=10,color="white",style="solid",shape="box"];184 -> 1005[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1005 -> 246[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 185[label="primEqInt (Pos Zero) vuu3100",fontsize=16,color="burlywood",shape="box"];1006[label="vuu3100/Pos vuu31000",fontsize=10,color="white",style="solid",shape="box"];185 -> 1006[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1006 -> 247[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 1007[label="vuu3100/Neg vuu31000",fontsize=10,color="white",style="solid",shape="box"];185 -> 1007[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1007 -> 248[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 186[label="primEqInt (Neg (Succ vuu30000)) vuu3100",fontsize=16,color="burlywood",shape="box"];1008[label="vuu3100/Pos vuu31000",fontsize=10,color="white",style="solid",shape="box"];186 -> 1008[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1008 -> 249[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 1009[label="vuu3100/Neg vuu31000",fontsize=10,color="white",style="solid",shape="box"];186 -> 1009[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1009 -> 250[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 187[label="primEqInt (Neg Zero) vuu3100",fontsize=16,color="burlywood",shape="box"];1010[label="vuu3100/Pos vuu31000",fontsize=10,color="white",style="solid",shape="box"];187 -> 1010[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1010 -> 251[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 1011[label="vuu3100/Neg vuu31000",fontsize=10,color="white",style="solid",shape="box"];187 -> 1011[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1011 -> 252[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 188[label="True",fontsize=16,color="green",shape="box"];189[label="False",fontsize=16,color="green",shape="box"];190[label="False",fontsize=16,color="green",shape="box"];191[label="False",fontsize=16,color="green",shape="box"];192[label="True",fontsize=16,color="green",shape="box"];193[label="False",fontsize=16,color="green",shape="box"];194[label="False",fontsize=16,color="green",shape="box"];195[label="False",fontsize=16,color="green",shape="box"];196[label="True",fontsize=16,color="green",shape="box"];197 -> 314[label="",style="dashed", color="red", weight=0]; 18.67/7.01 197[label="vuu3000 == vuu31000 && vuu3001 == vuu31001",fontsize=16,color="magenta"];197 -> 317[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 197 -> 318[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 198[label="True",fontsize=16,color="green",shape="box"];199[label="False",fontsize=16,color="green",shape="box"];200[label="False",fontsize=16,color="green",shape="box"];201[label="True",fontsize=16,color="green",shape="box"];202 -> 314[label="",style="dashed", color="red", weight=0]; 18.67/7.01 202[label="vuu3000 == vuu31000 && vuu3001 == vuu31001",fontsize=16,color="magenta"];202 -> 319[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 202 -> 320[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 203[label="False",fontsize=16,color="green",shape="box"];204[label="False",fontsize=16,color="green",shape="box"];205[label="True",fontsize=16,color="green",shape="box"];206[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];1012[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1012[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1012 -> 263[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1013[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1013[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1013 -> 264[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1014[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1014[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1014 -> 265[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1015[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1015[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1015 -> 266[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1016[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1016[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1016 -> 267[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1017[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1017[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1017 -> 268[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1018[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1018[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1018 -> 269[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1019[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1019[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1019 -> 270[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1020[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1020[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1020 -> 271[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1021[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1021[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1021 -> 272[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1022[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1022[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1022 -> 273[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1023[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1023[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1023 -> 274[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1024[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1024[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1024 -> 275[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1025[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1025[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1025 -> 276[label="",style="solid", color="blue", weight=3]; 18.67/7.01 207[label="False",fontsize=16,color="green",shape="box"];208[label="False",fontsize=16,color="green",shape="box"];209[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];1026[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];209 -> 1026[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1026 -> 277[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1027[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];209 -> 1027[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1027 -> 278[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1028[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];209 -> 1028[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1028 -> 279[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1029[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];209 -> 1029[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1029 -> 280[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1030[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];209 -> 1030[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1030 -> 281[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1031[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];209 -> 1031[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1031 -> 282[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1032[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];209 -> 1032[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1032 -> 283[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1033[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];209 -> 1033[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1033 -> 284[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1034[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];209 -> 1034[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1034 -> 285[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1035[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];209 -> 1035[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1035 -> 286[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1036[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];209 -> 1036[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1036 -> 287[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1037[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];209 -> 1037[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1037 -> 288[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1038[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];209 -> 1038[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1038 -> 289[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1039[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];209 -> 1039[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1039 -> 290[label="",style="solid", color="blue", weight=3]; 18.67/7.01 210 -> 314[label="",style="dashed", color="red", weight=0]; 18.67/7.01 210[label="vuu3000 == vuu31000 && vuu3001 == vuu31001",fontsize=16,color="magenta"];210 -> 321[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 210 -> 322[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 211[label="primEqChar (Char vuu3000) (Char vuu31000)",fontsize=16,color="black",shape="box"];211 -> 291[label="",style="solid", color="black", weight=3]; 18.67/7.01 212[label="List.groupByYs1 (==) (Just vuu9) (Just vuu10 : vuu11) ([],Just vuu10 : vuu11)",fontsize=16,color="black",shape="box"];212 -> 292[label="",style="solid", color="black", weight=3]; 18.67/7.01 213[label="span2Ys ((==) Just vuu9) vuu11",fontsize=16,color="black",shape="triangle"];213 -> 293[label="",style="solid", color="black", weight=3]; 18.67/7.01 214[label="span2Zs0 ((==) Nothing) vuu311 (span ((==) Nothing) vuu311)",fontsize=16,color="burlywood",shape="box"];1040[label="vuu311/vuu3110 : vuu3111",fontsize=10,color="white",style="solid",shape="box"];214 -> 1040[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1040 -> 294[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 1041[label="vuu311/[]",fontsize=10,color="white",style="solid",shape="box"];214 -> 1041[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1041 -> 295[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 215[label="Just vuu3100 : vuu311",fontsize=16,color="green",shape="box"];216[label="Nothing : vuu311",fontsize=16,color="green",shape="box"];217[label="List.groupByZs1 (==) (Just vuu18) (Just vuu19 : vuu20) (span2Span0 ((==) Just vuu18) vuu20 ((==) Just vuu18) (Just vuu19) vuu20 True)",fontsize=16,color="black",shape="box"];217 -> 296[label="",style="solid", color="black", weight=3]; 18.67/7.01 218[label="span2Zs ((==) Just vuu18) vuu20",fontsize=16,color="black",shape="triangle"];218 -> 297[label="",style="solid", color="black", weight=3]; 18.67/7.01 219[label="span2Ys0 ((==) Nothing) (vuu3110 : vuu3111) (span ((==) Nothing) (vuu3110 : vuu3111))",fontsize=16,color="black",shape="box"];219 -> 298[label="",style="solid", color="black", weight=3]; 18.67/7.01 220[label="span2Ys0 ((==) Nothing) [] (span ((==) Nothing) [])",fontsize=16,color="black",shape="box"];220 -> 299[label="",style="solid", color="black", weight=3]; 18.67/7.01 221[label="vuu3000",fontsize=16,color="green",shape="box"];222[label="vuu31000",fontsize=16,color="green",shape="box"];315 -> 314[label="",style="dashed", color="red", weight=0]; 18.67/7.01 315[label="vuu3001 == vuu31001 && vuu3002 == vuu31002",fontsize=16,color="magenta"];315 -> 326[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 315 -> 327[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 316[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];1042[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 1042[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1042 -> 328[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1043[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 1043[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1043 -> 329[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1044[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 1044[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1044 -> 330[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1045[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 1045[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1045 -> 331[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1046[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 1046[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1046 -> 332[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1047[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 1047[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1047 -> 333[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1048[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 1048[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1048 -> 334[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1049[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 1049[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1049 -> 335[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1050[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 1050[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1050 -> 336[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1051[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 1051[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1051 -> 337[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1052[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 1052[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1052 -> 338[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1053[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 1053[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1053 -> 339[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1054[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 1054[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1054 -> 340[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1055[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 1055[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1055 -> 341[label="",style="solid", color="blue", weight=3]; 18.67/7.01 314[label="vuu28 && vuu40",fontsize=16,color="burlywood",shape="triangle"];1056[label="vuu28/False",fontsize=10,color="white",style="solid",shape="box"];314 -> 1056[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1056 -> 342[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 1057[label="vuu28/True",fontsize=10,color="white",style="solid",shape="box"];314 -> 1057[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1057 -> 343[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 229 -> 67[label="",style="dashed", color="red", weight=0]; 18.67/7.01 229[label="vuu3000 * vuu31001 == vuu3001 * vuu31000",fontsize=16,color="magenta"];229 -> 344[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 229 -> 345[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 230 -> 67[label="",style="dashed", color="red", weight=0]; 18.67/7.01 230[label="vuu3000 * vuu31001 == vuu3001 * vuu31000",fontsize=16,color="magenta"];230 -> 346[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 230 -> 347[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 231 -> 61[label="",style="dashed", color="red", weight=0]; 18.67/7.01 231[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];231 -> 348[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 231 -> 349[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 232 -> 62[label="",style="dashed", color="red", weight=0]; 18.67/7.01 232[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];232 -> 350[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 232 -> 351[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 233 -> 63[label="",style="dashed", color="red", weight=0]; 18.67/7.01 233[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];233 -> 352[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 233 -> 353[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 234 -> 64[label="",style="dashed", color="red", weight=0]; 18.67/7.01 234[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];234 -> 354[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 234 -> 355[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 235 -> 65[label="",style="dashed", color="red", weight=0]; 18.67/7.01 235[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];235 -> 356[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 235 -> 357[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 236 -> 66[label="",style="dashed", color="red", weight=0]; 18.67/7.01 236[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];236 -> 358[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 236 -> 359[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 237 -> 67[label="",style="dashed", color="red", weight=0]; 18.67/7.01 237[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];237 -> 360[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 237 -> 361[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 238 -> 68[label="",style="dashed", color="red", weight=0]; 18.67/7.01 238[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];238 -> 362[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 238 -> 363[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 239 -> 69[label="",style="dashed", color="red", weight=0]; 18.67/7.01 239[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];239 -> 364[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 239 -> 365[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 240 -> 70[label="",style="dashed", color="red", weight=0]; 18.67/7.01 240[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];240 -> 366[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 240 -> 367[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 241 -> 71[label="",style="dashed", color="red", weight=0]; 18.67/7.01 241[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];241 -> 368[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 241 -> 369[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 242 -> 72[label="",style="dashed", color="red", weight=0]; 18.67/7.01 242[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];242 -> 370[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 242 -> 371[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 243 -> 73[label="",style="dashed", color="red", weight=0]; 18.67/7.01 243[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];243 -> 372[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 243 -> 373[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 244 -> 74[label="",style="dashed", color="red", weight=0]; 18.67/7.01 244[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];244 -> 374[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 244 -> 375[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 245[label="primEqInt (Pos (Succ vuu30000)) (Pos vuu31000)",fontsize=16,color="burlywood",shape="box"];1058[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];245 -> 1058[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1058 -> 376[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 1059[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];245 -> 1059[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1059 -> 377[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 246[label="primEqInt (Pos (Succ vuu30000)) (Neg vuu31000)",fontsize=16,color="black",shape="box"];246 -> 378[label="",style="solid", color="black", weight=3]; 18.67/7.01 247[label="primEqInt (Pos Zero) (Pos vuu31000)",fontsize=16,color="burlywood",shape="box"];1060[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];247 -> 1060[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1060 -> 379[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 1061[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];247 -> 1061[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1061 -> 380[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 248[label="primEqInt (Pos Zero) (Neg vuu31000)",fontsize=16,color="burlywood",shape="box"];1062[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];248 -> 1062[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1062 -> 381[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 1063[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];248 -> 1063[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1063 -> 382[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 249[label="primEqInt (Neg (Succ vuu30000)) (Pos vuu31000)",fontsize=16,color="black",shape="box"];249 -> 383[label="",style="solid", color="black", weight=3]; 18.67/7.01 250[label="primEqInt (Neg (Succ vuu30000)) (Neg vuu31000)",fontsize=16,color="burlywood",shape="box"];1064[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];250 -> 1064[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1064 -> 384[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 1065[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];250 -> 1065[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1065 -> 385[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 251[label="primEqInt (Neg Zero) (Pos vuu31000)",fontsize=16,color="burlywood",shape="box"];1066[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];251 -> 1066[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1066 -> 386[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 1067[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];251 -> 1067[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1067 -> 387[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 252[label="primEqInt (Neg Zero) (Neg vuu31000)",fontsize=16,color="burlywood",shape="box"];1068[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];252 -> 1068[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1068 -> 388[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 1069[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];252 -> 1069[label="",style="solid", color="burlywood", weight=9]; 18.67/7.01 1069 -> 389[label="",style="solid", color="burlywood", weight=3]; 18.67/7.01 317[label="vuu3001 == vuu31001",fontsize=16,color="blue",shape="box"];1070[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];317 -> 1070[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1070 -> 390[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1071[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];317 -> 1071[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1071 -> 391[label="",style="solid", color="blue", weight=3]; 18.67/7.01 318[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];1072[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];318 -> 1072[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1072 -> 392[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1073[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];318 -> 1073[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1073 -> 393[label="",style="solid", color="blue", weight=3]; 18.67/7.01 319 -> 71[label="",style="dashed", color="red", weight=0]; 18.67/7.01 319[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];319 -> 394[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 319 -> 395[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 320[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];1074[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1074[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1074 -> 396[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1075[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1075[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1075 -> 397[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1076[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1076[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1076 -> 398[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1077[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1077[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1077 -> 399[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1078[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1078[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1078 -> 400[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1079[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1079[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1079 -> 401[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1080[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1080[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1080 -> 402[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1081[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1081[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1081 -> 403[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1082[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1082[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1082 -> 404[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1083[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1083[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1083 -> 405[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1084[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1084[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1084 -> 406[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1085[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1085[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1085 -> 407[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1086[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1086[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1086 -> 408[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1087[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];320 -> 1087[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1087 -> 409[label="",style="solid", color="blue", weight=3]; 18.67/7.01 263 -> 61[label="",style="dashed", color="red", weight=0]; 18.67/7.01 263[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];263 -> 410[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 263 -> 411[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 264 -> 62[label="",style="dashed", color="red", weight=0]; 18.67/7.01 264[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];264 -> 412[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 264 -> 413[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 265 -> 63[label="",style="dashed", color="red", weight=0]; 18.67/7.01 265[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];265 -> 414[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 265 -> 415[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 266 -> 64[label="",style="dashed", color="red", weight=0]; 18.67/7.01 266[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];266 -> 416[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 266 -> 417[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 267 -> 65[label="",style="dashed", color="red", weight=0]; 18.67/7.01 267[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];267 -> 418[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 267 -> 419[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 268 -> 66[label="",style="dashed", color="red", weight=0]; 18.67/7.01 268[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];268 -> 420[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 268 -> 421[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 269 -> 67[label="",style="dashed", color="red", weight=0]; 18.67/7.01 269[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];269 -> 422[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 269 -> 423[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 270 -> 68[label="",style="dashed", color="red", weight=0]; 18.67/7.01 270[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];270 -> 424[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 270 -> 425[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 271 -> 69[label="",style="dashed", color="red", weight=0]; 18.67/7.01 271[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];271 -> 426[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 271 -> 427[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 272 -> 70[label="",style="dashed", color="red", weight=0]; 18.67/7.01 272[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];272 -> 428[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 272 -> 429[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 273 -> 71[label="",style="dashed", color="red", weight=0]; 18.67/7.01 273[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];273 -> 430[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 273 -> 431[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 274 -> 72[label="",style="dashed", color="red", weight=0]; 18.67/7.01 274[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];274 -> 432[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 274 -> 433[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 275 -> 73[label="",style="dashed", color="red", weight=0]; 18.67/7.01 275[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];275 -> 434[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 275 -> 435[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 276 -> 74[label="",style="dashed", color="red", weight=0]; 18.67/7.01 276[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];276 -> 436[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 276 -> 437[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 277 -> 61[label="",style="dashed", color="red", weight=0]; 18.67/7.01 277[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];277 -> 438[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 277 -> 439[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 278 -> 62[label="",style="dashed", color="red", weight=0]; 18.67/7.01 278[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];278 -> 440[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 278 -> 441[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 279 -> 63[label="",style="dashed", color="red", weight=0]; 18.67/7.01 279[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];279 -> 442[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 279 -> 443[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 280 -> 64[label="",style="dashed", color="red", weight=0]; 18.67/7.01 280[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];280 -> 444[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 280 -> 445[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 281 -> 65[label="",style="dashed", color="red", weight=0]; 18.67/7.01 281[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];281 -> 446[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 281 -> 447[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 282 -> 66[label="",style="dashed", color="red", weight=0]; 18.67/7.01 282[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];282 -> 448[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 282 -> 449[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 283 -> 67[label="",style="dashed", color="red", weight=0]; 18.67/7.01 283[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];283 -> 450[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 283 -> 451[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 284 -> 68[label="",style="dashed", color="red", weight=0]; 18.67/7.01 284[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];284 -> 452[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 284 -> 453[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 285 -> 69[label="",style="dashed", color="red", weight=0]; 18.67/7.01 285[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];285 -> 454[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 285 -> 455[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 286 -> 70[label="",style="dashed", color="red", weight=0]; 18.67/7.01 286[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];286 -> 456[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 286 -> 457[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 287 -> 71[label="",style="dashed", color="red", weight=0]; 18.67/7.01 287[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];287 -> 458[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 287 -> 459[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 288 -> 72[label="",style="dashed", color="red", weight=0]; 18.67/7.01 288[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];288 -> 460[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 288 -> 461[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 289 -> 73[label="",style="dashed", color="red", weight=0]; 18.67/7.01 289[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];289 -> 462[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 289 -> 463[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 290 -> 74[label="",style="dashed", color="red", weight=0]; 18.67/7.01 290[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];290 -> 464[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 290 -> 465[label="",style="dashed", color="magenta", weight=3]; 18.67/7.01 321[label="vuu3001 == vuu31001",fontsize=16,color="blue",shape="box"];1088[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];321 -> 1088[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1088 -> 466[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1089[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];321 -> 1089[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1089 -> 467[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1090[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];321 -> 1090[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1090 -> 468[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1091[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];321 -> 1091[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1091 -> 469[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1092[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];321 -> 1092[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1092 -> 470[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1093[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];321 -> 1093[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1093 -> 471[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1094[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];321 -> 1094[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1094 -> 472[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1095[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];321 -> 1095[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1095 -> 473[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1096[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];321 -> 1096[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1096 -> 474[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1097[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];321 -> 1097[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1097 -> 475[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1098[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];321 -> 1098[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1098 -> 476[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1099[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];321 -> 1099[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1099 -> 477[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1100[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];321 -> 1100[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1100 -> 478[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1101[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];321 -> 1101[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1101 -> 479[label="",style="solid", color="blue", weight=3]; 18.67/7.01 322[label="vuu3000 == vuu31000",fontsize=16,color="blue",shape="box"];1102[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];322 -> 1102[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1102 -> 480[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1103[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];322 -> 1103[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1103 -> 481[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1104[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];322 -> 1104[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1104 -> 482[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1105[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];322 -> 1105[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1105 -> 483[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1106[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];322 -> 1106[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1106 -> 484[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1107[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];322 -> 1107[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1107 -> 485[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1108[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];322 -> 1108[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1108 -> 486[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1109[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];322 -> 1109[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1109 -> 487[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1110[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];322 -> 1110[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1110 -> 488[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1111[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];322 -> 1111[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1111 -> 489[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1112[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];322 -> 1112[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1112 -> 490[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1113[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];322 -> 1113[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1113 -> 491[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1114[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];322 -> 1114[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1114 -> 492[label="",style="solid", color="blue", weight=3]; 18.67/7.01 1115[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];322 -> 1115[label="",style="solid", color="blue", weight=9]; 18.67/7.01 1115 -> 493[label="",style="solid", color="blue", weight=3]; 18.67/7.01 291[label="primEqNat vuu3000 vuu31000",fontsize=16,color="burlywood",shape="triangle"];1116[label="vuu3000/Succ vuu30000",fontsize=10,color="white",style="solid",shape="box"];291 -> 1116[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1116 -> 494[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 1117[label="vuu3000/Zero",fontsize=10,color="white",style="solid",shape="box"];291 -> 1117[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1117 -> 495[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 292[label="[]",fontsize=16,color="green",shape="box"];293[label="span2Ys0 ((==) Just vuu9) vuu11 (span2Vu43 ((==) Just vuu9) vuu11)",fontsize=16,color="black",shape="box"];293 -> 496[label="",style="solid", color="black", weight=3]; 18.67/7.02 294[label="span2Zs0 ((==) Nothing) (vuu3110 : vuu3111) (span ((==) Nothing) (vuu3110 : vuu3111))",fontsize=16,color="black",shape="box"];294 -> 497[label="",style="solid", color="black", weight=3]; 18.67/7.02 295[label="span2Zs0 ((==) Nothing) [] (span ((==) Nothing) [])",fontsize=16,color="black",shape="box"];295 -> 498[label="",style="solid", color="black", weight=3]; 18.67/7.02 296[label="List.groupByZs1 (==) (Just vuu18) (Just vuu19 : vuu20) ([],Just vuu19 : vuu20)",fontsize=16,color="black",shape="box"];296 -> 499[label="",style="solid", color="black", weight=3]; 18.67/7.02 297[label="span2Zs0 ((==) Just vuu18) vuu20 (span2Vu43 ((==) Just vuu18) vuu20)",fontsize=16,color="black",shape="box"];297 -> 500[label="",style="solid", color="black", weight=3]; 18.67/7.02 298[label="span2Ys0 ((==) Nothing) (vuu3110 : vuu3111) (span2 ((==) Nothing) (vuu3110 : vuu3111))",fontsize=16,color="black",shape="box"];298 -> 501[label="",style="solid", color="black", weight=3]; 18.67/7.02 299[label="span2Ys0 ((==) Nothing) [] (span3 ((==) Nothing) [])",fontsize=16,color="black",shape="box"];299 -> 502[label="",style="solid", color="black", weight=3]; 18.67/7.02 326[label="vuu3002 == vuu31002",fontsize=16,color="blue",shape="box"];1118[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];326 -> 1118[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1118 -> 503[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1119[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];326 -> 1119[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1119 -> 504[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1120[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];326 -> 1120[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1120 -> 505[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1121[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];326 -> 1121[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1121 -> 506[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1122[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];326 -> 1122[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1122 -> 507[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1123[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];326 -> 1123[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1123 -> 508[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1124[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];326 -> 1124[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1124 -> 509[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1125[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];326 -> 1125[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1125 -> 510[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1126[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];326 -> 1126[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1126 -> 511[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1127[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];326 -> 1127[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1127 -> 512[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1128[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];326 -> 1128[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1128 -> 513[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1129[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];326 -> 1129[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1129 -> 514[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1130[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];326 -> 1130[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1130 -> 515[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1131[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];326 -> 1131[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1131 -> 516[label="",style="solid", color="blue", weight=3]; 18.67/7.02 327[label="vuu3001 == vuu31001",fontsize=16,color="blue",shape="box"];1132[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 1132[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1132 -> 517[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1133[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 1133[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1133 -> 518[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1134[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 1134[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1134 -> 519[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1135[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 1135[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1135 -> 520[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1136[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 1136[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1136 -> 521[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1137[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 1137[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1137 -> 522[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1138[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 1138[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1138 -> 523[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1139[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 1139[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1139 -> 524[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1140[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 1140[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1140 -> 525[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1141[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 1141[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1141 -> 526[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1142[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 1142[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1142 -> 527[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1143[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 1143[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1143 -> 528[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1144[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 1144[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1144 -> 529[label="",style="solid", color="blue", weight=3]; 18.67/7.02 1145[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 1145[label="",style="solid", color="blue", weight=9]; 18.67/7.02 1145 -> 530[label="",style="solid", color="blue", weight=3]; 18.67/7.02 328 -> 61[label="",style="dashed", color="red", weight=0]; 18.67/7.02 328[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];328 -> 531[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 328 -> 532[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 329 -> 62[label="",style="dashed", color="red", weight=0]; 18.67/7.02 329[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];329 -> 533[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 329 -> 534[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 330 -> 63[label="",style="dashed", color="red", weight=0]; 18.67/7.02 330[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];330 -> 535[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 330 -> 536[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 331 -> 64[label="",style="dashed", color="red", weight=0]; 18.67/7.02 331[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];331 -> 537[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 331 -> 538[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 332 -> 65[label="",style="dashed", color="red", weight=0]; 18.67/7.02 332[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];332 -> 539[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 332 -> 540[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 333 -> 66[label="",style="dashed", color="red", weight=0]; 18.67/7.02 333[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];333 -> 541[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 333 -> 542[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 334 -> 67[label="",style="dashed", color="red", weight=0]; 18.67/7.02 334[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];334 -> 543[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 334 -> 544[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 335 -> 68[label="",style="dashed", color="red", weight=0]; 18.67/7.02 335[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];335 -> 545[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 335 -> 546[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 336 -> 69[label="",style="dashed", color="red", weight=0]; 18.67/7.02 336[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];336 -> 547[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 336 -> 548[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 337 -> 70[label="",style="dashed", color="red", weight=0]; 18.67/7.02 337[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];337 -> 549[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 337 -> 550[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 338 -> 71[label="",style="dashed", color="red", weight=0]; 18.67/7.02 338[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];338 -> 551[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 338 -> 552[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 339 -> 72[label="",style="dashed", color="red", weight=0]; 18.67/7.02 339[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];339 -> 553[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 339 -> 554[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 340 -> 73[label="",style="dashed", color="red", weight=0]; 18.67/7.02 340[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];340 -> 555[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 340 -> 556[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 341 -> 74[label="",style="dashed", color="red", weight=0]; 18.67/7.02 341[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];341 -> 557[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 341 -> 558[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 342[label="False && vuu40",fontsize=16,color="black",shape="box"];342 -> 559[label="",style="solid", color="black", weight=3]; 18.67/7.02 343[label="True && vuu40",fontsize=16,color="black",shape="box"];343 -> 560[label="",style="solid", color="black", weight=3]; 18.67/7.02 344[label="vuu3000 * vuu31001",fontsize=16,color="black",shape="triangle"];344 -> 561[label="",style="solid", color="black", weight=3]; 18.67/7.02 345 -> 344[label="",style="dashed", color="red", weight=0]; 18.67/7.02 345[label="vuu3001 * vuu31000",fontsize=16,color="magenta"];345 -> 562[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 345 -> 563[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 346 -> 344[label="",style="dashed", color="red", weight=0]; 18.67/7.02 346[label="vuu3000 * vuu31001",fontsize=16,color="magenta"];346 -> 564[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 346 -> 565[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 347 -> 344[label="",style="dashed", color="red", weight=0]; 18.67/7.02 347[label="vuu3001 * vuu31000",fontsize=16,color="magenta"];347 -> 566[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 347 -> 567[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 348[label="vuu3000",fontsize=16,color="green",shape="box"];349[label="vuu31000",fontsize=16,color="green",shape="box"];350[label="vuu3000",fontsize=16,color="green",shape="box"];351[label="vuu31000",fontsize=16,color="green",shape="box"];352[label="vuu3000",fontsize=16,color="green",shape="box"];353[label="vuu31000",fontsize=16,color="green",shape="box"];354[label="vuu3000",fontsize=16,color="green",shape="box"];355[label="vuu31000",fontsize=16,color="green",shape="box"];356[label="vuu3000",fontsize=16,color="green",shape="box"];357[label="vuu31000",fontsize=16,color="green",shape="box"];358[label="vuu3000",fontsize=16,color="green",shape="box"];359[label="vuu31000",fontsize=16,color="green",shape="box"];360[label="vuu3000",fontsize=16,color="green",shape="box"];361[label="vuu31000",fontsize=16,color="green",shape="box"];362[label="vuu3000",fontsize=16,color="green",shape="box"];363[label="vuu31000",fontsize=16,color="green",shape="box"];364[label="vuu3000",fontsize=16,color="green",shape="box"];365[label="vuu31000",fontsize=16,color="green",shape="box"];366[label="vuu3000",fontsize=16,color="green",shape="box"];367[label="vuu31000",fontsize=16,color="green",shape="box"];368[label="vuu3000",fontsize=16,color="green",shape="box"];369[label="vuu31000",fontsize=16,color="green",shape="box"];370[label="vuu3000",fontsize=16,color="green",shape="box"];371[label="vuu31000",fontsize=16,color="green",shape="box"];372[label="vuu3000",fontsize=16,color="green",shape="box"];373[label="vuu31000",fontsize=16,color="green",shape="box"];374[label="vuu3000",fontsize=16,color="green",shape="box"];375[label="vuu31000",fontsize=16,color="green",shape="box"];376[label="primEqInt (Pos (Succ vuu30000)) (Pos (Succ vuu310000))",fontsize=16,color="black",shape="box"];376 -> 568[label="",style="solid", color="black", weight=3]; 18.67/7.02 377[label="primEqInt (Pos (Succ vuu30000)) (Pos Zero)",fontsize=16,color="black",shape="box"];377 -> 569[label="",style="solid", color="black", weight=3]; 18.67/7.02 378[label="False",fontsize=16,color="green",shape="box"];379[label="primEqInt (Pos Zero) (Pos (Succ vuu310000))",fontsize=16,color="black",shape="box"];379 -> 570[label="",style="solid", color="black", weight=3]; 18.67/7.02 380[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];380 -> 571[label="",style="solid", color="black", weight=3]; 18.67/7.02 381[label="primEqInt (Pos Zero) (Neg (Succ vuu310000))",fontsize=16,color="black",shape="box"];381 -> 572[label="",style="solid", color="black", weight=3]; 18.67/7.02 382[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];382 -> 573[label="",style="solid", color="black", weight=3]; 18.67/7.02 383[label="False",fontsize=16,color="green",shape="box"];384[label="primEqInt (Neg (Succ vuu30000)) (Neg (Succ vuu310000))",fontsize=16,color="black",shape="box"];384 -> 574[label="",style="solid", color="black", weight=3]; 18.67/7.02 385[label="primEqInt (Neg (Succ vuu30000)) (Neg Zero)",fontsize=16,color="black",shape="box"];385 -> 575[label="",style="solid", color="black", weight=3]; 18.67/7.02 386[label="primEqInt (Neg Zero) (Pos (Succ vuu310000))",fontsize=16,color="black",shape="box"];386 -> 576[label="",style="solid", color="black", weight=3]; 18.67/7.02 387[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];387 -> 577[label="",style="solid", color="black", weight=3]; 18.67/7.02 388[label="primEqInt (Neg Zero) (Neg (Succ vuu310000))",fontsize=16,color="black",shape="box"];388 -> 578[label="",style="solid", color="black", weight=3]; 18.67/7.02 389[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];389 -> 579[label="",style="solid", color="black", weight=3]; 18.67/7.02 390 -> 61[label="",style="dashed", color="red", weight=0]; 18.67/7.02 390[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];390 -> 580[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 390 -> 581[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 391 -> 67[label="",style="dashed", color="red", weight=0]; 18.67/7.02 391[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];391 -> 582[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 391 -> 583[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 392 -> 61[label="",style="dashed", color="red", weight=0]; 18.67/7.02 392[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];392 -> 584[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 392 -> 585[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 393 -> 67[label="",style="dashed", color="red", weight=0]; 18.67/7.02 393[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];393 -> 586[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 393 -> 587[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 394[label="vuu3001",fontsize=16,color="green",shape="box"];395[label="vuu31001",fontsize=16,color="green",shape="box"];396 -> 61[label="",style="dashed", color="red", weight=0]; 18.67/7.02 396[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];396 -> 588[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 396 -> 589[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 397 -> 62[label="",style="dashed", color="red", weight=0]; 18.67/7.02 397[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];397 -> 590[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 397 -> 591[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 398 -> 63[label="",style="dashed", color="red", weight=0]; 18.67/7.02 398[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];398 -> 592[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 398 -> 593[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 399 -> 64[label="",style="dashed", color="red", weight=0]; 18.67/7.02 399[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];399 -> 594[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 399 -> 595[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 400 -> 65[label="",style="dashed", color="red", weight=0]; 18.67/7.02 400[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];400 -> 596[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 400 -> 597[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 401 -> 66[label="",style="dashed", color="red", weight=0]; 18.67/7.02 401[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];401 -> 598[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 401 -> 599[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 402 -> 67[label="",style="dashed", color="red", weight=0]; 18.67/7.02 402[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];402 -> 600[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 402 -> 601[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 403 -> 68[label="",style="dashed", color="red", weight=0]; 18.67/7.02 403[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];403 -> 602[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 403 -> 603[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 404 -> 69[label="",style="dashed", color="red", weight=0]; 18.67/7.02 404[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];404 -> 604[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 404 -> 605[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 405 -> 70[label="",style="dashed", color="red", weight=0]; 18.67/7.02 405[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];405 -> 606[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 405 -> 607[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 406 -> 71[label="",style="dashed", color="red", weight=0]; 18.67/7.02 406[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];406 -> 608[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 406 -> 609[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 407 -> 72[label="",style="dashed", color="red", weight=0]; 18.67/7.02 407[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];407 -> 610[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 407 -> 611[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 408 -> 73[label="",style="dashed", color="red", weight=0]; 18.67/7.02 408[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];408 -> 612[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 408 -> 613[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 409 -> 74[label="",style="dashed", color="red", weight=0]; 18.67/7.02 409[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];409 -> 614[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 409 -> 615[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 410[label="vuu3000",fontsize=16,color="green",shape="box"];411[label="vuu31000",fontsize=16,color="green",shape="box"];412[label="vuu3000",fontsize=16,color="green",shape="box"];413[label="vuu31000",fontsize=16,color="green",shape="box"];414[label="vuu3000",fontsize=16,color="green",shape="box"];415[label="vuu31000",fontsize=16,color="green",shape="box"];416[label="vuu3000",fontsize=16,color="green",shape="box"];417[label="vuu31000",fontsize=16,color="green",shape="box"];418[label="vuu3000",fontsize=16,color="green",shape="box"];419[label="vuu31000",fontsize=16,color="green",shape="box"];420[label="vuu3000",fontsize=16,color="green",shape="box"];421[label="vuu31000",fontsize=16,color="green",shape="box"];422[label="vuu3000",fontsize=16,color="green",shape="box"];423[label="vuu31000",fontsize=16,color="green",shape="box"];424[label="vuu3000",fontsize=16,color="green",shape="box"];425[label="vuu31000",fontsize=16,color="green",shape="box"];426[label="vuu3000",fontsize=16,color="green",shape="box"];427[label="vuu31000",fontsize=16,color="green",shape="box"];428[label="vuu3000",fontsize=16,color="green",shape="box"];429[label="vuu31000",fontsize=16,color="green",shape="box"];430[label="vuu3000",fontsize=16,color="green",shape="box"];431[label="vuu31000",fontsize=16,color="green",shape="box"];432[label="vuu3000",fontsize=16,color="green",shape="box"];433[label="vuu31000",fontsize=16,color="green",shape="box"];434[label="vuu3000",fontsize=16,color="green",shape="box"];435[label="vuu31000",fontsize=16,color="green",shape="box"];436[label="vuu3000",fontsize=16,color="green",shape="box"];437[label="vuu31000",fontsize=16,color="green",shape="box"];438[label="vuu3000",fontsize=16,color="green",shape="box"];439[label="vuu31000",fontsize=16,color="green",shape="box"];440[label="vuu3000",fontsize=16,color="green",shape="box"];441[label="vuu31000",fontsize=16,color="green",shape="box"];442[label="vuu3000",fontsize=16,color="green",shape="box"];443[label="vuu31000",fontsize=16,color="green",shape="box"];444[label="vuu3000",fontsize=16,color="green",shape="box"];445[label="vuu31000",fontsize=16,color="green",shape="box"];446[label="vuu3000",fontsize=16,color="green",shape="box"];447[label="vuu31000",fontsize=16,color="green",shape="box"];448[label="vuu3000",fontsize=16,color="green",shape="box"];449[label="vuu31000",fontsize=16,color="green",shape="box"];450[label="vuu3000",fontsize=16,color="green",shape="box"];451[label="vuu31000",fontsize=16,color="green",shape="box"];452[label="vuu3000",fontsize=16,color="green",shape="box"];453[label="vuu31000",fontsize=16,color="green",shape="box"];454[label="vuu3000",fontsize=16,color="green",shape="box"];455[label="vuu31000",fontsize=16,color="green",shape="box"];456[label="vuu3000",fontsize=16,color="green",shape="box"];457[label="vuu31000",fontsize=16,color="green",shape="box"];458[label="vuu3000",fontsize=16,color="green",shape="box"];459[label="vuu31000",fontsize=16,color="green",shape="box"];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 -> 61[label="",style="dashed", color="red", weight=0]; 18.67/7.02 466[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];466 -> 616[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 466 -> 617[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 467 -> 62[label="",style="dashed", color="red", weight=0]; 18.67/7.02 467[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];467 -> 618[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 467 -> 619[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 468 -> 63[label="",style="dashed", color="red", weight=0]; 18.67/7.02 468[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];468 -> 620[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 468 -> 621[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 469 -> 64[label="",style="dashed", color="red", weight=0]; 18.67/7.02 469[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];469 -> 622[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 469 -> 623[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 470 -> 65[label="",style="dashed", color="red", weight=0]; 18.67/7.02 470[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];470 -> 624[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 470 -> 625[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 471 -> 66[label="",style="dashed", color="red", weight=0]; 18.67/7.02 471[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];471 -> 626[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 471 -> 627[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 472 -> 67[label="",style="dashed", color="red", weight=0]; 18.67/7.02 472[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];472 -> 628[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 472 -> 629[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 473 -> 68[label="",style="dashed", color="red", weight=0]; 18.67/7.02 473[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];473 -> 630[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 473 -> 631[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 474 -> 69[label="",style="dashed", color="red", weight=0]; 18.67/7.02 474[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];474 -> 632[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 474 -> 633[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 475 -> 70[label="",style="dashed", color="red", weight=0]; 18.67/7.02 475[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];475 -> 634[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 475 -> 635[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 476 -> 71[label="",style="dashed", color="red", weight=0]; 18.67/7.02 476[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];476 -> 636[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 476 -> 637[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 477 -> 72[label="",style="dashed", color="red", weight=0]; 18.67/7.02 477[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];477 -> 638[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 477 -> 639[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 478 -> 73[label="",style="dashed", color="red", weight=0]; 18.67/7.02 478[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];478 -> 640[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 478 -> 641[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 479 -> 74[label="",style="dashed", color="red", weight=0]; 18.67/7.02 479[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];479 -> 642[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 479 -> 643[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 480 -> 61[label="",style="dashed", color="red", weight=0]; 18.67/7.02 480[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];480 -> 644[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 480 -> 645[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 481 -> 62[label="",style="dashed", color="red", weight=0]; 18.67/7.02 481[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];481 -> 646[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 481 -> 647[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 482 -> 63[label="",style="dashed", color="red", weight=0]; 18.67/7.02 482[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];482 -> 648[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 482 -> 649[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 483 -> 64[label="",style="dashed", color="red", weight=0]; 18.67/7.02 483[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];483 -> 650[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 483 -> 651[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 484 -> 65[label="",style="dashed", color="red", weight=0]; 18.67/7.02 484[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];484 -> 652[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 484 -> 653[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 485 -> 66[label="",style="dashed", color="red", weight=0]; 18.67/7.02 485[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];485 -> 654[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 485 -> 655[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 486 -> 67[label="",style="dashed", color="red", weight=0]; 18.67/7.02 486[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];486 -> 656[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 486 -> 657[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 487 -> 68[label="",style="dashed", color="red", weight=0]; 18.67/7.02 487[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];487 -> 658[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 487 -> 659[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 488 -> 69[label="",style="dashed", color="red", weight=0]; 18.67/7.02 488[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];488 -> 660[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 488 -> 661[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 489 -> 70[label="",style="dashed", color="red", weight=0]; 18.67/7.02 489[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];489 -> 662[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 489 -> 663[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 490 -> 71[label="",style="dashed", color="red", weight=0]; 18.67/7.02 490[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];490 -> 664[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 490 -> 665[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 491 -> 72[label="",style="dashed", color="red", weight=0]; 18.67/7.02 491[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];491 -> 666[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 491 -> 667[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 492 -> 73[label="",style="dashed", color="red", weight=0]; 18.67/7.02 492[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];492 -> 668[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 492 -> 669[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 493 -> 74[label="",style="dashed", color="red", weight=0]; 18.67/7.02 493[label="vuu3000 == vuu31000",fontsize=16,color="magenta"];493 -> 670[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 493 -> 671[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 494[label="primEqNat (Succ vuu30000) vuu31000",fontsize=16,color="burlywood",shape="box"];1146[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];494 -> 1146[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1146 -> 672[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 1147[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];494 -> 1147[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1147 -> 673[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 495[label="primEqNat Zero vuu31000",fontsize=16,color="burlywood",shape="box"];1148[label="vuu31000/Succ vuu310000",fontsize=10,color="white",style="solid",shape="box"];495 -> 1148[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1148 -> 674[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 1149[label="vuu31000/Zero",fontsize=10,color="white",style="solid",shape="box"];495 -> 1149[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1149 -> 675[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 496[label="span2Ys0 ((==) Just vuu9) vuu11 (span ((==) Just vuu9) vuu11)",fontsize=16,color="burlywood",shape="box"];1150[label="vuu11/vuu110 : vuu111",fontsize=10,color="white",style="solid",shape="box"];496 -> 1150[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1150 -> 676[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 1151[label="vuu11/[]",fontsize=10,color="white",style="solid",shape="box"];496 -> 1151[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1151 -> 677[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 497[label="span2Zs0 ((==) Nothing) (vuu3110 : vuu3111) (span2 ((==) Nothing) (vuu3110 : vuu3111))",fontsize=16,color="black",shape="box"];497 -> 678[label="",style="solid", color="black", weight=3]; 18.67/7.02 498[label="span2Zs0 ((==) Nothing) [] (span3 ((==) Nothing) [])",fontsize=16,color="black",shape="box"];498 -> 679[label="",style="solid", color="black", weight=3]; 18.67/7.02 499[label="Just vuu19 : vuu20",fontsize=16,color="green",shape="box"];500[label="span2Zs0 ((==) Just vuu18) vuu20 (span ((==) Just vuu18) vuu20)",fontsize=16,color="burlywood",shape="box"];1152[label="vuu20/vuu200 : vuu201",fontsize=10,color="white",style="solid",shape="box"];500 -> 1152[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1152 -> 680[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 1153[label="vuu20/[]",fontsize=10,color="white",style="solid",shape="box"];500 -> 1153[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1153 -> 681[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 501 -> 682[label="",style="dashed", color="red", weight=0]; 18.67/7.02 501[label="span2Ys0 ((==) Nothing) (vuu3110 : vuu3111) (span2Span1 ((==) Nothing) vuu3111 ((==) Nothing) vuu3110 vuu3111 ((==) Nothing vuu3110))",fontsize=16,color="magenta"];501 -> 683[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 502[label="span2Ys0 ((==) Nothing) [] ([],[])",fontsize=16,color="black",shape="box"];502 -> 684[label="",style="solid", color="black", weight=3]; 18.67/7.02 503 -> 61[label="",style="dashed", color="red", weight=0]; 18.67/7.02 503[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];503 -> 685[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 503 -> 686[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 504 -> 62[label="",style="dashed", color="red", weight=0]; 18.67/7.02 504[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];504 -> 687[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 504 -> 688[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 505 -> 63[label="",style="dashed", color="red", weight=0]; 18.67/7.02 505[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];505 -> 689[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 505 -> 690[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 506 -> 64[label="",style="dashed", color="red", weight=0]; 18.67/7.02 506[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];506 -> 691[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 506 -> 692[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 507 -> 65[label="",style="dashed", color="red", weight=0]; 18.67/7.02 507[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];507 -> 693[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 507 -> 694[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 508 -> 66[label="",style="dashed", color="red", weight=0]; 18.67/7.02 508[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];508 -> 695[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 508 -> 696[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 509 -> 67[label="",style="dashed", color="red", weight=0]; 18.67/7.02 509[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];509 -> 697[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 509 -> 698[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 510 -> 68[label="",style="dashed", color="red", weight=0]; 18.67/7.02 510[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];510 -> 699[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 510 -> 700[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 511 -> 69[label="",style="dashed", color="red", weight=0]; 18.67/7.02 511[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];511 -> 701[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 511 -> 702[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 512 -> 70[label="",style="dashed", color="red", weight=0]; 18.67/7.02 512[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];512 -> 703[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 512 -> 704[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 513 -> 71[label="",style="dashed", color="red", weight=0]; 18.67/7.02 513[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];513 -> 705[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 513 -> 706[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 514 -> 72[label="",style="dashed", color="red", weight=0]; 18.67/7.02 514[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];514 -> 707[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 514 -> 708[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 515 -> 73[label="",style="dashed", color="red", weight=0]; 18.67/7.02 515[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];515 -> 709[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 515 -> 710[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 516 -> 74[label="",style="dashed", color="red", weight=0]; 18.67/7.02 516[label="vuu3002 == vuu31002",fontsize=16,color="magenta"];516 -> 711[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 516 -> 712[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 517 -> 61[label="",style="dashed", color="red", weight=0]; 18.67/7.02 517[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];517 -> 713[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 517 -> 714[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 518 -> 62[label="",style="dashed", color="red", weight=0]; 18.67/7.02 518[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];518 -> 715[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 518 -> 716[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 519 -> 63[label="",style="dashed", color="red", weight=0]; 18.67/7.02 519[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];519 -> 717[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 519 -> 718[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 520 -> 64[label="",style="dashed", color="red", weight=0]; 18.67/7.02 520[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];520 -> 719[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 520 -> 720[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 521 -> 65[label="",style="dashed", color="red", weight=0]; 18.67/7.02 521[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];521 -> 721[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 521 -> 722[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 522 -> 66[label="",style="dashed", color="red", weight=0]; 18.67/7.02 522[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];522 -> 723[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 522 -> 724[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 523 -> 67[label="",style="dashed", color="red", weight=0]; 18.67/7.02 523[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];523 -> 725[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 523 -> 726[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 524 -> 68[label="",style="dashed", color="red", weight=0]; 18.67/7.02 524[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];524 -> 727[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 524 -> 728[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 525 -> 69[label="",style="dashed", color="red", weight=0]; 18.67/7.02 525[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];525 -> 729[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 525 -> 730[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 526 -> 70[label="",style="dashed", color="red", weight=0]; 18.67/7.02 526[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];526 -> 731[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 526 -> 732[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 527 -> 71[label="",style="dashed", color="red", weight=0]; 18.67/7.02 527[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];527 -> 733[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 527 -> 734[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 528 -> 72[label="",style="dashed", color="red", weight=0]; 18.67/7.02 528[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];528 -> 735[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 528 -> 736[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 529 -> 73[label="",style="dashed", color="red", weight=0]; 18.67/7.02 529[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];529 -> 737[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 529 -> 738[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 530 -> 74[label="",style="dashed", color="red", weight=0]; 18.67/7.02 530[label="vuu3001 == vuu31001",fontsize=16,color="magenta"];530 -> 739[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 530 -> 740[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 531[label="vuu3000",fontsize=16,color="green",shape="box"];532[label="vuu31000",fontsize=16,color="green",shape="box"];533[label="vuu3000",fontsize=16,color="green",shape="box"];534[label="vuu31000",fontsize=16,color="green",shape="box"];535[label="vuu3000",fontsize=16,color="green",shape="box"];536[label="vuu31000",fontsize=16,color="green",shape="box"];537[label="vuu3000",fontsize=16,color="green",shape="box"];538[label="vuu31000",fontsize=16,color="green",shape="box"];539[label="vuu3000",fontsize=16,color="green",shape="box"];540[label="vuu31000",fontsize=16,color="green",shape="box"];541[label="vuu3000",fontsize=16,color="green",shape="box"];542[label="vuu31000",fontsize=16,color="green",shape="box"];543[label="vuu3000",fontsize=16,color="green",shape="box"];544[label="vuu31000",fontsize=16,color="green",shape="box"];545[label="vuu3000",fontsize=16,color="green",shape="box"];546[label="vuu31000",fontsize=16,color="green",shape="box"];547[label="vuu3000",fontsize=16,color="green",shape="box"];548[label="vuu31000",fontsize=16,color="green",shape="box"];549[label="vuu3000",fontsize=16,color="green",shape="box"];550[label="vuu31000",fontsize=16,color="green",shape="box"];551[label="vuu3000",fontsize=16,color="green",shape="box"];552[label="vuu31000",fontsize=16,color="green",shape="box"];553[label="vuu3000",fontsize=16,color="green",shape="box"];554[label="vuu31000",fontsize=16,color="green",shape="box"];555[label="vuu3000",fontsize=16,color="green",shape="box"];556[label="vuu31000",fontsize=16,color="green",shape="box"];557[label="vuu3000",fontsize=16,color="green",shape="box"];558[label="vuu31000",fontsize=16,color="green",shape="box"];559[label="False",fontsize=16,color="green",shape="box"];560[label="vuu40",fontsize=16,color="green",shape="box"];561[label="primMulInt vuu3000 vuu31001",fontsize=16,color="burlywood",shape="box"];1154[label="vuu3000/Pos vuu30000",fontsize=10,color="white",style="solid",shape="box"];561 -> 1154[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1154 -> 741[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 1155[label="vuu3000/Neg vuu30000",fontsize=10,color="white",style="solid",shape="box"];561 -> 1155[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1155 -> 742[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 562[label="vuu31000",fontsize=16,color="green",shape="box"];563[label="vuu3001",fontsize=16,color="green",shape="box"];564[label="vuu31001",fontsize=16,color="green",shape="box"];565[label="vuu3000",fontsize=16,color="green",shape="box"];566[label="vuu31000",fontsize=16,color="green",shape="box"];567[label="vuu3001",fontsize=16,color="green",shape="box"];568 -> 291[label="",style="dashed", color="red", weight=0]; 18.67/7.02 568[label="primEqNat vuu30000 vuu310000",fontsize=16,color="magenta"];568 -> 743[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 568 -> 744[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 569[label="False",fontsize=16,color="green",shape="box"];570[label="False",fontsize=16,color="green",shape="box"];571[label="True",fontsize=16,color="green",shape="box"];572[label="False",fontsize=16,color="green",shape="box"];573[label="True",fontsize=16,color="green",shape="box"];574 -> 291[label="",style="dashed", color="red", weight=0]; 18.67/7.02 574[label="primEqNat vuu30000 vuu310000",fontsize=16,color="magenta"];574 -> 745[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 574 -> 746[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 575[label="False",fontsize=16,color="green",shape="box"];576[label="False",fontsize=16,color="green",shape="box"];577[label="True",fontsize=16,color="green",shape="box"];578[label="False",fontsize=16,color="green",shape="box"];579[label="True",fontsize=16,color="green",shape="box"];580[label="vuu3001",fontsize=16,color="green",shape="box"];581[label="vuu31001",fontsize=16,color="green",shape="box"];582[label="vuu3001",fontsize=16,color="green",shape="box"];583[label="vuu31001",fontsize=16,color="green",shape="box"];584[label="vuu3000",fontsize=16,color="green",shape="box"];585[label="vuu31000",fontsize=16,color="green",shape="box"];586[label="vuu3000",fontsize=16,color="green",shape="box"];587[label="vuu31000",fontsize=16,color="green",shape="box"];588[label="vuu3000",fontsize=16,color="green",shape="box"];589[label="vuu31000",fontsize=16,color="green",shape="box"];590[label="vuu3000",fontsize=16,color="green",shape="box"];591[label="vuu31000",fontsize=16,color="green",shape="box"];592[label="vuu3000",fontsize=16,color="green",shape="box"];593[label="vuu31000",fontsize=16,color="green",shape="box"];594[label="vuu3000",fontsize=16,color="green",shape="box"];595[label="vuu31000",fontsize=16,color="green",shape="box"];596[label="vuu3000",fontsize=16,color="green",shape="box"];597[label="vuu31000",fontsize=16,color="green",shape="box"];598[label="vuu3000",fontsize=16,color="green",shape="box"];599[label="vuu31000",fontsize=16,color="green",shape="box"];600[label="vuu3000",fontsize=16,color="green",shape="box"];601[label="vuu31000",fontsize=16,color="green",shape="box"];602[label="vuu3000",fontsize=16,color="green",shape="box"];603[label="vuu31000",fontsize=16,color="green",shape="box"];604[label="vuu3000",fontsize=16,color="green",shape="box"];605[label="vuu31000",fontsize=16,color="green",shape="box"];606[label="vuu3000",fontsize=16,color="green",shape="box"];607[label="vuu31000",fontsize=16,color="green",shape="box"];608[label="vuu3000",fontsize=16,color="green",shape="box"];609[label="vuu31000",fontsize=16,color="green",shape="box"];610[label="vuu3000",fontsize=16,color="green",shape="box"];611[label="vuu31000",fontsize=16,color="green",shape="box"];612[label="vuu3000",fontsize=16,color="green",shape="box"];613[label="vuu31000",fontsize=16,color="green",shape="box"];614[label="vuu3000",fontsize=16,color="green",shape="box"];615[label="vuu31000",fontsize=16,color="green",shape="box"];616[label="vuu3001",fontsize=16,color="green",shape="box"];617[label="vuu31001",fontsize=16,color="green",shape="box"];618[label="vuu3001",fontsize=16,color="green",shape="box"];619[label="vuu31001",fontsize=16,color="green",shape="box"];620[label="vuu3001",fontsize=16,color="green",shape="box"];621[label="vuu31001",fontsize=16,color="green",shape="box"];622[label="vuu3001",fontsize=16,color="green",shape="box"];623[label="vuu31001",fontsize=16,color="green",shape="box"];624[label="vuu3001",fontsize=16,color="green",shape="box"];625[label="vuu31001",fontsize=16,color="green",shape="box"];626[label="vuu3001",fontsize=16,color="green",shape="box"];627[label="vuu31001",fontsize=16,color="green",shape="box"];628[label="vuu3001",fontsize=16,color="green",shape="box"];629[label="vuu31001",fontsize=16,color="green",shape="box"];630[label="vuu3001",fontsize=16,color="green",shape="box"];631[label="vuu31001",fontsize=16,color="green",shape="box"];632[label="vuu3001",fontsize=16,color="green",shape="box"];633[label="vuu31001",fontsize=16,color="green",shape="box"];634[label="vuu3001",fontsize=16,color="green",shape="box"];635[label="vuu31001",fontsize=16,color="green",shape="box"];636[label="vuu3001",fontsize=16,color="green",shape="box"];637[label="vuu31001",fontsize=16,color="green",shape="box"];638[label="vuu3001",fontsize=16,color="green",shape="box"];639[label="vuu31001",fontsize=16,color="green",shape="box"];640[label="vuu3001",fontsize=16,color="green",shape="box"];641[label="vuu31001",fontsize=16,color="green",shape="box"];642[label="vuu3001",fontsize=16,color="green",shape="box"];643[label="vuu31001",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[label="vuu3000",fontsize=16,color="green",shape="box"];663[label="vuu31000",fontsize=16,color="green",shape="box"];664[label="vuu3000",fontsize=16,color="green",shape="box"];665[label="vuu31000",fontsize=16,color="green",shape="box"];666[label="vuu3000",fontsize=16,color="green",shape="box"];667[label="vuu31000",fontsize=16,color="green",shape="box"];668[label="vuu3000",fontsize=16,color="green",shape="box"];669[label="vuu31000",fontsize=16,color="green",shape="box"];670[label="vuu3000",fontsize=16,color="green",shape="box"];671[label="vuu31000",fontsize=16,color="green",shape="box"];672[label="primEqNat (Succ vuu30000) (Succ vuu310000)",fontsize=16,color="black",shape="box"];672 -> 747[label="",style="solid", color="black", weight=3]; 18.67/7.02 673[label="primEqNat (Succ vuu30000) Zero",fontsize=16,color="black",shape="box"];673 -> 748[label="",style="solid", color="black", weight=3]; 18.67/7.02 674[label="primEqNat Zero (Succ vuu310000)",fontsize=16,color="black",shape="box"];674 -> 749[label="",style="solid", color="black", weight=3]; 18.67/7.02 675[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];675 -> 750[label="",style="solid", color="black", weight=3]; 18.67/7.02 676[label="span2Ys0 ((==) Just vuu9) (vuu110 : vuu111) (span ((==) Just vuu9) (vuu110 : vuu111))",fontsize=16,color="black",shape="box"];676 -> 751[label="",style="solid", color="black", weight=3]; 18.67/7.02 677[label="span2Ys0 ((==) Just vuu9) [] (span ((==) Just vuu9) [])",fontsize=16,color="black",shape="box"];677 -> 752[label="",style="solid", color="black", weight=3]; 18.67/7.02 678 -> 753[label="",style="dashed", color="red", weight=0]; 18.67/7.02 678[label="span2Zs0 ((==) Nothing) (vuu3110 : vuu3111) (span2Span1 ((==) Nothing) vuu3111 ((==) Nothing) vuu3110 vuu3111 ((==) Nothing vuu3110))",fontsize=16,color="magenta"];678 -> 754[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 679[label="span2Zs0 ((==) Nothing) [] ([],[])",fontsize=16,color="black",shape="box"];679 -> 755[label="",style="solid", color="black", weight=3]; 18.67/7.02 680[label="span2Zs0 ((==) Just vuu18) (vuu200 : vuu201) (span ((==) Just vuu18) (vuu200 : vuu201))",fontsize=16,color="black",shape="box"];680 -> 756[label="",style="solid", color="black", weight=3]; 18.67/7.02 681[label="span2Zs0 ((==) Just vuu18) [] (span ((==) Just vuu18) [])",fontsize=16,color="black",shape="box"];681 -> 757[label="",style="solid", color="black", weight=3]; 18.67/7.02 683 -> 65[label="",style="dashed", color="red", weight=0]; 18.67/7.02 683[label="(==) Nothing vuu3110",fontsize=16,color="magenta"];683 -> 758[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 683 -> 759[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 682[label="span2Ys0 ((==) Nothing) (vuu3110 : vuu3111) (span2Span1 ((==) Nothing) vuu3111 ((==) Nothing) vuu3110 vuu3111 vuu41)",fontsize=16,color="burlywood",shape="triangle"];1156[label="vuu41/False",fontsize=10,color="white",style="solid",shape="box"];682 -> 1156[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1156 -> 760[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 1157[label="vuu41/True",fontsize=10,color="white",style="solid",shape="box"];682 -> 1157[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1157 -> 761[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 684[label="[]",fontsize=16,color="green",shape="box"];685[label="vuu3002",fontsize=16,color="green",shape="box"];686[label="vuu31002",fontsize=16,color="green",shape="box"];687[label="vuu3002",fontsize=16,color="green",shape="box"];688[label="vuu31002",fontsize=16,color="green",shape="box"];689[label="vuu3002",fontsize=16,color="green",shape="box"];690[label="vuu31002",fontsize=16,color="green",shape="box"];691[label="vuu3002",fontsize=16,color="green",shape="box"];692[label="vuu31002",fontsize=16,color="green",shape="box"];693[label="vuu3002",fontsize=16,color="green",shape="box"];694[label="vuu31002",fontsize=16,color="green",shape="box"];695[label="vuu3002",fontsize=16,color="green",shape="box"];696[label="vuu31002",fontsize=16,color="green",shape="box"];697[label="vuu3002",fontsize=16,color="green",shape="box"];698[label="vuu31002",fontsize=16,color="green",shape="box"];699[label="vuu3002",fontsize=16,color="green",shape="box"];700[label="vuu31002",fontsize=16,color="green",shape="box"];701[label="vuu3002",fontsize=16,color="green",shape="box"];702[label="vuu31002",fontsize=16,color="green",shape="box"];703[label="vuu3002",fontsize=16,color="green",shape="box"];704[label="vuu31002",fontsize=16,color="green",shape="box"];705[label="vuu3002",fontsize=16,color="green",shape="box"];706[label="vuu31002",fontsize=16,color="green",shape="box"];707[label="vuu3002",fontsize=16,color="green",shape="box"];708[label="vuu31002",fontsize=16,color="green",shape="box"];709[label="vuu3002",fontsize=16,color="green",shape="box"];710[label="vuu31002",fontsize=16,color="green",shape="box"];711[label="vuu3002",fontsize=16,color="green",shape="box"];712[label="vuu31002",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="vuu3001",fontsize=16,color="green",shape="box"];718[label="vuu31001",fontsize=16,color="green",shape="box"];719[label="vuu3001",fontsize=16,color="green",shape="box"];720[label="vuu31001",fontsize=16,color="green",shape="box"];721[label="vuu3001",fontsize=16,color="green",shape="box"];722[label="vuu31001",fontsize=16,color="green",shape="box"];723[label="vuu3001",fontsize=16,color="green",shape="box"];724[label="vuu31001",fontsize=16,color="green",shape="box"];725[label="vuu3001",fontsize=16,color="green",shape="box"];726[label="vuu31001",fontsize=16,color="green",shape="box"];727[label="vuu3001",fontsize=16,color="green",shape="box"];728[label="vuu31001",fontsize=16,color="green",shape="box"];729[label="vuu3001",fontsize=16,color="green",shape="box"];730[label="vuu31001",fontsize=16,color="green",shape="box"];731[label="vuu3001",fontsize=16,color="green",shape="box"];732[label="vuu31001",fontsize=16,color="green",shape="box"];733[label="vuu3001",fontsize=16,color="green",shape="box"];734[label="vuu31001",fontsize=16,color="green",shape="box"];735[label="vuu3001",fontsize=16,color="green",shape="box"];736[label="vuu31001",fontsize=16,color="green",shape="box"];737[label="vuu3001",fontsize=16,color="green",shape="box"];738[label="vuu31001",fontsize=16,color="green",shape="box"];739[label="vuu3001",fontsize=16,color="green",shape="box"];740[label="vuu31001",fontsize=16,color="green",shape="box"];741[label="primMulInt (Pos vuu30000) vuu31001",fontsize=16,color="burlywood",shape="box"];1158[label="vuu31001/Pos vuu310010",fontsize=10,color="white",style="solid",shape="box"];741 -> 1158[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1158 -> 762[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 1159[label="vuu31001/Neg vuu310010",fontsize=10,color="white",style="solid",shape="box"];741 -> 1159[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1159 -> 763[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 742[label="primMulInt (Neg vuu30000) vuu31001",fontsize=16,color="burlywood",shape="box"];1160[label="vuu31001/Pos vuu310010",fontsize=10,color="white",style="solid",shape="box"];742 -> 1160[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1160 -> 764[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 1161[label="vuu31001/Neg vuu310010",fontsize=10,color="white",style="solid",shape="box"];742 -> 1161[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1161 -> 765[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 743[label="vuu310000",fontsize=16,color="green",shape="box"];744[label="vuu30000",fontsize=16,color="green",shape="box"];745[label="vuu310000",fontsize=16,color="green",shape="box"];746[label="vuu30000",fontsize=16,color="green",shape="box"];747 -> 291[label="",style="dashed", color="red", weight=0]; 18.67/7.02 747[label="primEqNat vuu30000 vuu310000",fontsize=16,color="magenta"];747 -> 766[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 747 -> 767[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 748[label="False",fontsize=16,color="green",shape="box"];749[label="False",fontsize=16,color="green",shape="box"];750[label="True",fontsize=16,color="green",shape="box"];751[label="span2Ys0 ((==) Just vuu9) (vuu110 : vuu111) (span2 ((==) Just vuu9) (vuu110 : vuu111))",fontsize=16,color="black",shape="box"];751 -> 768[label="",style="solid", color="black", weight=3]; 18.67/7.02 752[label="span2Ys0 ((==) Just vuu9) [] (span3 ((==) Just vuu9) [])",fontsize=16,color="black",shape="box"];752 -> 769[label="",style="solid", color="black", weight=3]; 18.67/7.02 754 -> 65[label="",style="dashed", color="red", weight=0]; 18.67/7.02 754[label="(==) Nothing vuu3110",fontsize=16,color="magenta"];754 -> 770[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 754 -> 771[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 753[label="span2Zs0 ((==) Nothing) (vuu3110 : vuu3111) (span2Span1 ((==) Nothing) vuu3111 ((==) Nothing) vuu3110 vuu3111 vuu42)",fontsize=16,color="burlywood",shape="triangle"];1162[label="vuu42/False",fontsize=10,color="white",style="solid",shape="box"];753 -> 1162[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1162 -> 772[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 1163[label="vuu42/True",fontsize=10,color="white",style="solid",shape="box"];753 -> 1163[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1163 -> 773[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 755[label="[]",fontsize=16,color="green",shape="box"];756[label="span2Zs0 ((==) Just vuu18) (vuu200 : vuu201) (span2 ((==) Just vuu18) (vuu200 : vuu201))",fontsize=16,color="black",shape="box"];756 -> 774[label="",style="solid", color="black", weight=3]; 18.67/7.02 757[label="span2Zs0 ((==) Just vuu18) [] (span3 ((==) Just vuu18) [])",fontsize=16,color="black",shape="box"];757 -> 775[label="",style="solid", color="black", weight=3]; 18.67/7.02 758[label="Nothing",fontsize=16,color="green",shape="box"];759[label="vuu3110",fontsize=16,color="green",shape="box"];760[label="span2Ys0 ((==) Nothing) (vuu3110 : vuu3111) (span2Span1 ((==) Nothing) vuu3111 ((==) Nothing) vuu3110 vuu3111 False)",fontsize=16,color="black",shape="box"];760 -> 776[label="",style="solid", color="black", weight=3]; 18.67/7.02 761[label="span2Ys0 ((==) Nothing) (vuu3110 : vuu3111) (span2Span1 ((==) Nothing) vuu3111 ((==) Nothing) vuu3110 vuu3111 True)",fontsize=16,color="black",shape="box"];761 -> 777[label="",style="solid", color="black", weight=3]; 18.67/7.02 762[label="primMulInt (Pos vuu30000) (Pos vuu310010)",fontsize=16,color="black",shape="box"];762 -> 778[label="",style="solid", color="black", weight=3]; 18.67/7.02 763[label="primMulInt (Pos vuu30000) (Neg vuu310010)",fontsize=16,color="black",shape="box"];763 -> 779[label="",style="solid", color="black", weight=3]; 18.67/7.02 764[label="primMulInt (Neg vuu30000) (Pos vuu310010)",fontsize=16,color="black",shape="box"];764 -> 780[label="",style="solid", color="black", weight=3]; 18.67/7.02 765[label="primMulInt (Neg vuu30000) (Neg vuu310010)",fontsize=16,color="black",shape="box"];765 -> 781[label="",style="solid", color="black", weight=3]; 18.67/7.02 766[label="vuu310000",fontsize=16,color="green",shape="box"];767[label="vuu30000",fontsize=16,color="green",shape="box"];768 -> 782[label="",style="dashed", color="red", weight=0]; 18.67/7.02 768[label="span2Ys0 ((==) Just vuu9) (vuu110 : vuu111) (span2Span1 ((==) Just vuu9) vuu111 ((==) Just vuu9) vuu110 vuu111 ((==) Just vuu9 vuu110))",fontsize=16,color="magenta"];768 -> 783[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 769[label="span2Ys0 ((==) Just vuu9) [] ([],[])",fontsize=16,color="black",shape="box"];769 -> 784[label="",style="solid", color="black", weight=3]; 18.67/7.02 770[label="Nothing",fontsize=16,color="green",shape="box"];771[label="vuu3110",fontsize=16,color="green",shape="box"];772[label="span2Zs0 ((==) Nothing) (vuu3110 : vuu3111) (span2Span1 ((==) Nothing) vuu3111 ((==) Nothing) vuu3110 vuu3111 False)",fontsize=16,color="black",shape="box"];772 -> 785[label="",style="solid", color="black", weight=3]; 18.67/7.02 773[label="span2Zs0 ((==) Nothing) (vuu3110 : vuu3111) (span2Span1 ((==) Nothing) vuu3111 ((==) Nothing) vuu3110 vuu3111 True)",fontsize=16,color="black",shape="box"];773 -> 786[label="",style="solid", color="black", weight=3]; 18.67/7.02 774 -> 787[label="",style="dashed", color="red", weight=0]; 18.67/7.02 774[label="span2Zs0 ((==) Just vuu18) (vuu200 : vuu201) (span2Span1 ((==) Just vuu18) vuu201 ((==) Just vuu18) vuu200 vuu201 ((==) Just vuu18 vuu200))",fontsize=16,color="magenta"];774 -> 788[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 775[label="span2Zs0 ((==) Just vuu18) [] ([],[])",fontsize=16,color="black",shape="box"];775 -> 789[label="",style="solid", color="black", weight=3]; 18.67/7.02 776[label="span2Ys0 ((==) Nothing) (vuu3110 : vuu3111) (span2Span0 ((==) Nothing) vuu3111 ((==) Nothing) vuu3110 vuu3111 otherwise)",fontsize=16,color="black",shape="box"];776 -> 790[label="",style="solid", color="black", weight=3]; 18.67/7.02 777 -> 791[label="",style="dashed", color="red", weight=0]; 18.67/7.02 777[label="span2Ys0 ((==) Nothing) (vuu3110 : vuu3111) (vuu3110 : span2Ys ((==) Nothing) vuu3111,span2Zs ((==) Nothing) vuu3111)",fontsize=16,color="magenta"];777 -> 792[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 777 -> 793[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 778[label="Pos (primMulNat vuu30000 vuu310010)",fontsize=16,color="green",shape="box"];778 -> 794[label="",style="dashed", color="green", weight=3]; 18.67/7.02 779[label="Neg (primMulNat vuu30000 vuu310010)",fontsize=16,color="green",shape="box"];779 -> 795[label="",style="dashed", color="green", weight=3]; 18.67/7.02 780[label="Neg (primMulNat vuu30000 vuu310010)",fontsize=16,color="green",shape="box"];780 -> 796[label="",style="dashed", color="green", weight=3]; 18.67/7.02 781[label="Pos (primMulNat vuu30000 vuu310010)",fontsize=16,color="green",shape="box"];781 -> 797[label="",style="dashed", color="green", weight=3]; 18.67/7.02 783 -> 65[label="",style="dashed", color="red", weight=0]; 18.67/7.02 783[label="(==) Just vuu9 vuu110",fontsize=16,color="magenta"];783 -> 798[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 783 -> 799[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 782[label="span2Ys0 ((==) Just vuu9) (vuu110 : vuu111) (span2Span1 ((==) Just vuu9) vuu111 ((==) Just vuu9) vuu110 vuu111 vuu43)",fontsize=16,color="burlywood",shape="triangle"];1164[label="vuu43/False",fontsize=10,color="white",style="solid",shape="box"];782 -> 1164[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1164 -> 800[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 1165[label="vuu43/True",fontsize=10,color="white",style="solid",shape="box"];782 -> 1165[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1165 -> 801[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 784[label="[]",fontsize=16,color="green",shape="box"];785[label="span2Zs0 ((==) Nothing) (vuu3110 : vuu3111) (span2Span0 ((==) Nothing) vuu3111 ((==) Nothing) vuu3110 vuu3111 otherwise)",fontsize=16,color="black",shape="box"];785 -> 802[label="",style="solid", color="black", weight=3]; 18.67/7.02 786 -> 803[label="",style="dashed", color="red", weight=0]; 18.67/7.02 786[label="span2Zs0 ((==) Nothing) (vuu3110 : vuu3111) (vuu3110 : span2Ys ((==) Nothing) vuu3111,span2Zs ((==) Nothing) vuu3111)",fontsize=16,color="magenta"];786 -> 804[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 786 -> 805[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 788 -> 65[label="",style="dashed", color="red", weight=0]; 18.67/7.02 788[label="(==) Just vuu18 vuu200",fontsize=16,color="magenta"];788 -> 806[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 788 -> 807[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 787[label="span2Zs0 ((==) Just vuu18) (vuu200 : vuu201) (span2Span1 ((==) Just vuu18) vuu201 ((==) Just vuu18) vuu200 vuu201 vuu44)",fontsize=16,color="burlywood",shape="triangle"];1166[label="vuu44/False",fontsize=10,color="white",style="solid",shape="box"];787 -> 1166[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1166 -> 808[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 1167[label="vuu44/True",fontsize=10,color="white",style="solid",shape="box"];787 -> 1167[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1167 -> 809[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 789[label="[]",fontsize=16,color="green",shape="box"];790[label="span2Ys0 ((==) Nothing) (vuu3110 : vuu3111) (span2Span0 ((==) Nothing) vuu3111 ((==) Nothing) vuu3110 vuu3111 True)",fontsize=16,color="black",shape="box"];790 -> 810[label="",style="solid", color="black", weight=3]; 18.67/7.02 792 -> 85[label="",style="dashed", color="red", weight=0]; 18.67/7.02 792[label="span2Ys ((==) Nothing) vuu3111",fontsize=16,color="magenta"];792 -> 811[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 793 -> 110[label="",style="dashed", color="red", weight=0]; 18.67/7.02 793[label="span2Zs ((==) Nothing) vuu3111",fontsize=16,color="magenta"];793 -> 812[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 791[label="span2Ys0 ((==) Nothing) (vuu3110 : vuu3111) (vuu3110 : vuu46,vuu45)",fontsize=16,color="black",shape="triangle"];791 -> 813[label="",style="solid", color="black", weight=3]; 18.67/7.02 794[label="primMulNat vuu30000 vuu310010",fontsize=16,color="burlywood",shape="triangle"];1168[label="vuu30000/Succ vuu300000",fontsize=10,color="white",style="solid",shape="box"];794 -> 1168[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1168 -> 814[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 1169[label="vuu30000/Zero",fontsize=10,color="white",style="solid",shape="box"];794 -> 1169[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1169 -> 815[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 795 -> 794[label="",style="dashed", color="red", weight=0]; 18.67/7.02 795[label="primMulNat vuu30000 vuu310010",fontsize=16,color="magenta"];795 -> 816[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 796 -> 794[label="",style="dashed", color="red", weight=0]; 18.67/7.02 796[label="primMulNat vuu30000 vuu310010",fontsize=16,color="magenta"];796 -> 817[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 797 -> 794[label="",style="dashed", color="red", weight=0]; 18.67/7.02 797[label="primMulNat vuu30000 vuu310010",fontsize=16,color="magenta"];797 -> 818[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 797 -> 819[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 798[label="Just vuu9",fontsize=16,color="green",shape="box"];799[label="vuu110",fontsize=16,color="green",shape="box"];800[label="span2Ys0 ((==) Just vuu9) (vuu110 : vuu111) (span2Span1 ((==) Just vuu9) vuu111 ((==) Just vuu9) vuu110 vuu111 False)",fontsize=16,color="black",shape="box"];800 -> 820[label="",style="solid", color="black", weight=3]; 18.67/7.02 801[label="span2Ys0 ((==) Just vuu9) (vuu110 : vuu111) (span2Span1 ((==) Just vuu9) vuu111 ((==) Just vuu9) vuu110 vuu111 True)",fontsize=16,color="black",shape="box"];801 -> 821[label="",style="solid", color="black", weight=3]; 18.67/7.02 802[label="span2Zs0 ((==) Nothing) (vuu3110 : vuu3111) (span2Span0 ((==) Nothing) vuu3111 ((==) Nothing) vuu3110 vuu3111 True)",fontsize=16,color="black",shape="box"];802 -> 822[label="",style="solid", color="black", weight=3]; 18.67/7.02 804 -> 110[label="",style="dashed", color="red", weight=0]; 18.67/7.02 804[label="span2Zs ((==) Nothing) vuu3111",fontsize=16,color="magenta"];804 -> 823[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 805 -> 85[label="",style="dashed", color="red", weight=0]; 18.67/7.02 805[label="span2Ys ((==) Nothing) vuu3111",fontsize=16,color="magenta"];805 -> 824[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 803[label="span2Zs0 ((==) Nothing) (vuu3110 : vuu3111) (vuu3110 : vuu48,vuu47)",fontsize=16,color="black",shape="triangle"];803 -> 825[label="",style="solid", color="black", weight=3]; 18.67/7.02 806[label="Just vuu18",fontsize=16,color="green",shape="box"];807[label="vuu200",fontsize=16,color="green",shape="box"];808[label="span2Zs0 ((==) Just vuu18) (vuu200 : vuu201) (span2Span1 ((==) Just vuu18) vuu201 ((==) Just vuu18) vuu200 vuu201 False)",fontsize=16,color="black",shape="box"];808 -> 826[label="",style="solid", color="black", weight=3]; 18.67/7.02 809[label="span2Zs0 ((==) Just vuu18) (vuu200 : vuu201) (span2Span1 ((==) Just vuu18) vuu201 ((==) Just vuu18) vuu200 vuu201 True)",fontsize=16,color="black",shape="box"];809 -> 827[label="",style="solid", color="black", weight=3]; 18.67/7.02 810[label="span2Ys0 ((==) Nothing) (vuu3110 : vuu3111) ([],vuu3110 : vuu3111)",fontsize=16,color="black",shape="box"];810 -> 828[label="",style="solid", color="black", weight=3]; 18.67/7.02 811[label="vuu3111",fontsize=16,color="green",shape="box"];812[label="vuu3111",fontsize=16,color="green",shape="box"];813[label="vuu3110 : vuu46",fontsize=16,color="green",shape="box"];814[label="primMulNat (Succ vuu300000) vuu310010",fontsize=16,color="burlywood",shape="box"];1170[label="vuu310010/Succ vuu3100100",fontsize=10,color="white",style="solid",shape="box"];814 -> 1170[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1170 -> 829[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 1171[label="vuu310010/Zero",fontsize=10,color="white",style="solid",shape="box"];814 -> 1171[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1171 -> 830[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 815[label="primMulNat Zero vuu310010",fontsize=16,color="burlywood",shape="box"];1172[label="vuu310010/Succ vuu3100100",fontsize=10,color="white",style="solid",shape="box"];815 -> 1172[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1172 -> 831[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 1173[label="vuu310010/Zero",fontsize=10,color="white",style="solid",shape="box"];815 -> 1173[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1173 -> 832[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 816[label="vuu310010",fontsize=16,color="green",shape="box"];817[label="vuu30000",fontsize=16,color="green",shape="box"];818[label="vuu310010",fontsize=16,color="green",shape="box"];819[label="vuu30000",fontsize=16,color="green",shape="box"];820[label="span2Ys0 ((==) Just vuu9) (vuu110 : vuu111) (span2Span0 ((==) Just vuu9) vuu111 ((==) Just vuu9) vuu110 vuu111 otherwise)",fontsize=16,color="black",shape="box"];820 -> 833[label="",style="solid", color="black", weight=3]; 18.67/7.02 821 -> 834[label="",style="dashed", color="red", weight=0]; 18.67/7.02 821[label="span2Ys0 ((==) Just vuu9) (vuu110 : vuu111) (vuu110 : span2Ys ((==) Just vuu9) vuu111,span2Zs ((==) Just vuu9) vuu111)",fontsize=16,color="magenta"];821 -> 835[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 821 -> 836[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 822[label="span2Zs0 ((==) Nothing) (vuu3110 : vuu3111) ([],vuu3110 : vuu3111)",fontsize=16,color="black",shape="box"];822 -> 837[label="",style="solid", color="black", weight=3]; 18.67/7.02 823[label="vuu3111",fontsize=16,color="green",shape="box"];824[label="vuu3111",fontsize=16,color="green",shape="box"];825[label="vuu47",fontsize=16,color="green",shape="box"];826[label="span2Zs0 ((==) Just vuu18) (vuu200 : vuu201) (span2Span0 ((==) Just vuu18) vuu201 ((==) Just vuu18) vuu200 vuu201 otherwise)",fontsize=16,color="black",shape="box"];826 -> 838[label="",style="solid", color="black", weight=3]; 18.67/7.02 827 -> 839[label="",style="dashed", color="red", weight=0]; 18.67/7.02 827[label="span2Zs0 ((==) Just vuu18) (vuu200 : vuu201) (vuu200 : span2Ys ((==) Just vuu18) vuu201,span2Zs ((==) Just vuu18) vuu201)",fontsize=16,color="magenta"];827 -> 840[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 827 -> 841[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 828[label="[]",fontsize=16,color="green",shape="box"];829[label="primMulNat (Succ vuu300000) (Succ vuu3100100)",fontsize=16,color="black",shape="box"];829 -> 842[label="",style="solid", color="black", weight=3]; 18.67/7.02 830[label="primMulNat (Succ vuu300000) Zero",fontsize=16,color="black",shape="box"];830 -> 843[label="",style="solid", color="black", weight=3]; 18.67/7.02 831[label="primMulNat Zero (Succ vuu3100100)",fontsize=16,color="black",shape="box"];831 -> 844[label="",style="solid", color="black", weight=3]; 18.67/7.02 832[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];832 -> 845[label="",style="solid", color="black", weight=3]; 18.67/7.02 833[label="span2Ys0 ((==) Just vuu9) (vuu110 : vuu111) (span2Span0 ((==) Just vuu9) vuu111 ((==) Just vuu9) vuu110 vuu111 True)",fontsize=16,color="black",shape="box"];833 -> 846[label="",style="solid", color="black", weight=3]; 18.67/7.02 835 -> 218[label="",style="dashed", color="red", weight=0]; 18.67/7.02 835[label="span2Zs ((==) Just vuu9) vuu111",fontsize=16,color="magenta"];835 -> 847[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 835 -> 848[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 836 -> 213[label="",style="dashed", color="red", weight=0]; 18.67/7.02 836[label="span2Ys ((==) Just vuu9) vuu111",fontsize=16,color="magenta"];836 -> 849[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 834[label="span2Ys0 ((==) Just vuu9) (vuu110 : vuu111) (vuu110 : vuu50,vuu49)",fontsize=16,color="black",shape="triangle"];834 -> 850[label="",style="solid", color="black", weight=3]; 18.67/7.02 837[label="vuu3110 : vuu3111",fontsize=16,color="green",shape="box"];838[label="span2Zs0 ((==) Just vuu18) (vuu200 : vuu201) (span2Span0 ((==) Just vuu18) vuu201 ((==) Just vuu18) vuu200 vuu201 True)",fontsize=16,color="black",shape="box"];838 -> 851[label="",style="solid", color="black", weight=3]; 18.67/7.02 840 -> 213[label="",style="dashed", color="red", weight=0]; 18.67/7.02 840[label="span2Ys ((==) Just vuu18) vuu201",fontsize=16,color="magenta"];840 -> 852[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 840 -> 853[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 841 -> 218[label="",style="dashed", color="red", weight=0]; 18.67/7.02 841[label="span2Zs ((==) Just vuu18) vuu201",fontsize=16,color="magenta"];841 -> 854[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 839[label="span2Zs0 ((==) Just vuu18) (vuu200 : vuu201) (vuu200 : vuu52,vuu51)",fontsize=16,color="black",shape="triangle"];839 -> 855[label="",style="solid", color="black", weight=3]; 18.67/7.02 842 -> 856[label="",style="dashed", color="red", weight=0]; 18.67/7.02 842[label="primPlusNat (primMulNat vuu300000 (Succ vuu3100100)) (Succ vuu3100100)",fontsize=16,color="magenta"];842 -> 857[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 843[label="Zero",fontsize=16,color="green",shape="box"];844[label="Zero",fontsize=16,color="green",shape="box"];845[label="Zero",fontsize=16,color="green",shape="box"];846[label="span2Ys0 ((==) Just vuu9) (vuu110 : vuu111) ([],vuu110 : vuu111)",fontsize=16,color="black",shape="box"];846 -> 858[label="",style="solid", color="black", weight=3]; 18.67/7.02 847[label="vuu9",fontsize=16,color="green",shape="box"];848[label="vuu111",fontsize=16,color="green",shape="box"];849[label="vuu111",fontsize=16,color="green",shape="box"];850[label="vuu110 : vuu50",fontsize=16,color="green",shape="box"];851[label="span2Zs0 ((==) Just vuu18) (vuu200 : vuu201) ([],vuu200 : vuu201)",fontsize=16,color="black",shape="box"];851 -> 859[label="",style="solid", color="black", weight=3]; 18.67/7.02 852[label="vuu201",fontsize=16,color="green",shape="box"];853[label="vuu18",fontsize=16,color="green",shape="box"];854[label="vuu201",fontsize=16,color="green",shape="box"];855[label="vuu51",fontsize=16,color="green",shape="box"];857 -> 794[label="",style="dashed", color="red", weight=0]; 18.67/7.02 857[label="primMulNat vuu300000 (Succ vuu3100100)",fontsize=16,color="magenta"];857 -> 860[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 857 -> 861[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 856[label="primPlusNat vuu53 (Succ vuu3100100)",fontsize=16,color="burlywood",shape="triangle"];1174[label="vuu53/Succ vuu530",fontsize=10,color="white",style="solid",shape="box"];856 -> 1174[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1174 -> 862[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 1175[label="vuu53/Zero",fontsize=10,color="white",style="solid",shape="box"];856 -> 1175[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1175 -> 863[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 858[label="[]",fontsize=16,color="green",shape="box"];859[label="vuu200 : vuu201",fontsize=16,color="green",shape="box"];860[label="Succ vuu3100100",fontsize=16,color="green",shape="box"];861[label="vuu300000",fontsize=16,color="green",shape="box"];862[label="primPlusNat (Succ vuu530) (Succ vuu3100100)",fontsize=16,color="black",shape="box"];862 -> 864[label="",style="solid", color="black", weight=3]; 18.67/7.02 863[label="primPlusNat Zero (Succ vuu3100100)",fontsize=16,color="black",shape="box"];863 -> 865[label="",style="solid", color="black", weight=3]; 18.67/7.02 864[label="Succ (Succ (primPlusNat vuu530 vuu3100100))",fontsize=16,color="green",shape="box"];864 -> 866[label="",style="dashed", color="green", weight=3]; 18.67/7.02 865[label="Succ vuu3100100",fontsize=16,color="green",shape="box"];866[label="primPlusNat vuu530 vuu3100100",fontsize=16,color="burlywood",shape="triangle"];1176[label="vuu530/Succ vuu5300",fontsize=10,color="white",style="solid",shape="box"];866 -> 1176[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1176 -> 867[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 1177[label="vuu530/Zero",fontsize=10,color="white",style="solid",shape="box"];866 -> 1177[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1177 -> 868[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 867[label="primPlusNat (Succ vuu5300) vuu3100100",fontsize=16,color="burlywood",shape="box"];1178[label="vuu3100100/Succ vuu31001000",fontsize=10,color="white",style="solid",shape="box"];867 -> 1178[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1178 -> 869[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 1179[label="vuu3100100/Zero",fontsize=10,color="white",style="solid",shape="box"];867 -> 1179[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1179 -> 870[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 868[label="primPlusNat Zero vuu3100100",fontsize=16,color="burlywood",shape="box"];1180[label="vuu3100100/Succ vuu31001000",fontsize=10,color="white",style="solid",shape="box"];868 -> 1180[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1180 -> 871[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 1181[label="vuu3100100/Zero",fontsize=10,color="white",style="solid",shape="box"];868 -> 1181[label="",style="solid", color="burlywood", weight=9]; 18.67/7.02 1181 -> 872[label="",style="solid", color="burlywood", weight=3]; 18.67/7.02 869[label="primPlusNat (Succ vuu5300) (Succ vuu31001000)",fontsize=16,color="black",shape="box"];869 -> 873[label="",style="solid", color="black", weight=3]; 18.67/7.02 870[label="primPlusNat (Succ vuu5300) Zero",fontsize=16,color="black",shape="box"];870 -> 874[label="",style="solid", color="black", weight=3]; 18.67/7.02 871[label="primPlusNat Zero (Succ vuu31001000)",fontsize=16,color="black",shape="box"];871 -> 875[label="",style="solid", color="black", weight=3]; 18.67/7.02 872[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];872 -> 876[label="",style="solid", color="black", weight=3]; 18.67/7.02 873[label="Succ (Succ (primPlusNat vuu5300 vuu31001000))",fontsize=16,color="green",shape="box"];873 -> 877[label="",style="dashed", color="green", weight=3]; 18.67/7.02 874[label="Succ vuu5300",fontsize=16,color="green",shape="box"];875[label="Succ vuu31001000",fontsize=16,color="green",shape="box"];876[label="Zero",fontsize=16,color="green",shape="box"];877 -> 866[label="",style="dashed", color="red", weight=0]; 18.67/7.02 877[label="primPlusNat vuu5300 vuu31001000",fontsize=16,color="magenta"];877 -> 878[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 877 -> 879[label="",style="dashed", color="magenta", weight=3]; 18.67/7.02 878[label="vuu31001000",fontsize=16,color="green",shape="box"];879[label="vuu5300",fontsize=16,color="green",shape="box"];} 18.67/7.02 18.67/7.02 ---------------------------------------- 18.67/7.02 18.67/7.02 (10) 18.67/7.02 Complex Obligation (AND) 18.67/7.02 18.67/7.02 ---------------------------------------- 18.67/7.02 18.67/7.02 (11) 18.67/7.02 Obligation: 18.67/7.02 Q DP problem: 18.67/7.02 The TRS P consists of the following rules: 18.67/7.02 18.67/7.02 new_groupBy(:(vuu30, vuu31), ba) -> new_groupBy(new_groupByZs1(vuu30, vuu31, ba), ba) 18.67/7.02 18.67/7.02 The TRS R consists of the following rules: 18.67/7.02 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Double, hg) -> new_esEs9(vuu3000, vuu31000) 18.67/7.02 new_esEs23(vuu3002, vuu31002, ty_Int) -> new_esEs6(vuu3002, vuu31002) 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), app(app(ty_@2, bah), bba), hg) -> new_esEs16(vuu3000, vuu31000, bah, bba) 18.67/7.02 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 18.67/7.02 new_esEs24(vuu3001, vuu31001, ty_Integer) -> new_esEs7(vuu3001, vuu31001) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Int) -> new_esEs6(vuu3000, vuu31000) 18.67/7.02 new_primPlusNat0(Zero, Zero) -> Zero 18.67/7.02 new_esEs22(vuu3000, vuu31000, ty_Bool) -> new_esEs13(vuu3000, vuu31000) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Char) -> new_esEs17(vuu3000, vuu31000) 18.67/7.02 new_esEs11(LT, EQ) -> False 18.67/7.02 new_esEs11(EQ, LT) -> False 18.67/7.02 new_esEs15(Left(vuu3000), Right(vuu31000), hf, hg) -> False 18.67/7.02 new_esEs15(Right(vuu3000), Left(vuu31000), hf, hg) -> False 18.67/7.02 new_esEs23(vuu3002, vuu31002, ty_Char) -> new_esEs17(vuu3002, vuu31002) 18.67/7.02 new_esEs24(vuu3001, vuu31001, app(ty_Maybe, bea)) -> new_esEs4(vuu3001, vuu31001, bea) 18.67/7.02 new_esEs22(vuu3000, vuu31000, app(app(ty_Either, df), dg)) -> new_esEs15(vuu3000, vuu31000, df, dg) 18.67/7.02 new_esEs12(:%(vuu3000, vuu3001), :%(vuu31000, vuu31001), fg) -> new_asAs(new_esEs19(vuu3000, vuu31000, fg), new_esEs18(vuu3001, vuu31001, fg)) 18.67/7.02 new_esEs26(vuu300, vuu3100, ty_Float) -> new_esEs5(vuu300, vuu3100) 18.67/7.02 new_esEs26(vuu300, vuu3100, ty_Ordering) -> new_esEs11(vuu300, vuu3100) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), hf, ty_Char) -> new_esEs17(vuu3000, vuu31000) 18.67/7.02 new_esEs14(:(vuu3000, vuu3001), :(vuu31000, vuu31001), fh) -> new_asAs(new_esEs20(vuu3000, vuu31000, fh), new_esEs14(vuu3001, vuu31001, fh)) 18.67/7.02 new_span2Ys04(vuu3110, vuu3111, vuu46, vuu45, ba) -> :(vuu3110, vuu46) 18.67/7.02 new_esEs24(vuu3001, vuu31001, ty_Ordering) -> new_esEs11(vuu3001, vuu31001) 18.67/7.02 new_esEs26(vuu300, vuu3100, app(app(app(ty_@3, hc), hd), he)) -> new_esEs8(vuu300, vuu3100, hc, hd, he) 18.67/7.02 new_esEs11(LT, GT) -> False 18.67/7.02 new_esEs11(GT, LT) -> False 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), app(ty_Maybe, bac), hg) -> new_esEs4(vuu3000, vuu31000, bac) 18.67/7.02 new_esEs13(False, False) -> True 18.67/7.02 new_esEs22(vuu3000, vuu31000, app(ty_Ratio, dd)) -> new_esEs12(vuu3000, vuu31000, dd) 18.67/7.02 new_esEs26(vuu300, vuu3100, ty_@0) -> new_esEs10(vuu300, vuu3100) 18.67/7.02 new_primMulNat0(Succ(vuu300000), Succ(vuu3100100)) -> new_primPlusNat1(new_primMulNat0(vuu300000, Succ(vuu3100100)), vuu3100100) 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), ty_@0, hg) -> new_esEs10(vuu3000, vuu31000) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), hf, app(ty_Ratio, bbf)) -> new_esEs12(vuu3000, vuu31000, bbf) 18.67/7.02 new_esEs25(vuu3000, vuu31000, ty_Char) -> new_esEs17(vuu3000, vuu31000) 18.67/7.02 new_esEs25(vuu3000, vuu31000, ty_Int) -> new_esEs6(vuu3000, vuu31000) 18.67/7.02 new_asAs(True, vuu40) -> vuu40 18.67/7.02 new_esEs23(vuu3002, vuu31002, ty_Double) -> new_esEs9(vuu3002, vuu31002) 18.67/7.02 new_esEs21(vuu3001, vuu31001, ty_@0) -> new_esEs10(vuu3001, vuu31001) 18.67/7.02 new_esEs22(vuu3000, vuu31000, ty_Integer) -> new_esEs7(vuu3000, vuu31000) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), hf, ty_Double) -> new_esEs9(vuu3000, vuu31000) 18.67/7.02 new_esEs24(vuu3001, vuu31001, app(app(ty_Either, bed), bee)) -> new_esEs15(vuu3001, vuu31001, bed, bee) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), hf, app(app(app(ty_@3, bbb), bbc), bbd)) -> new_esEs8(vuu3000, vuu31000, bbb, bbc, bbd) 18.67/7.02 new_esEs24(vuu3001, vuu31001, ty_Float) -> new_esEs5(vuu3001, vuu31001) 18.67/7.02 new_esEs22(vuu3000, vuu31000, ty_Ordering) -> new_esEs11(vuu3000, vuu31000) 18.67/7.02 new_primEqInt(Pos(Succ(vuu30000)), Pos(Zero)) -> False 18.67/7.02 new_primEqInt(Pos(Zero), Pos(Succ(vuu310000))) -> False 18.67/7.02 new_span2Ys2(vuu9, :(vuu110, vuu111), bb) -> new_span2Ys01(vuu9, vuu110, vuu111, new_esEs4(Just(vuu9), vuu110, bb), bb) 18.67/7.02 new_span2Zs3([], ba) -> [] 18.67/7.02 new_esEs24(vuu3001, vuu31001, ty_@0) -> new_esEs10(vuu3001, vuu31001) 18.67/7.02 new_esEs24(vuu3001, vuu31001, app(ty_Ratio, beb)) -> new_esEs12(vuu3001, vuu31001, beb) 18.67/7.02 new_esEs19(vuu3000, vuu31000, ty_Int) -> new_esEs6(vuu3000, vuu31000) 18.67/7.02 new_esEs24(vuu3001, vuu31001, ty_Bool) -> new_esEs13(vuu3001, vuu31001) 18.67/7.02 new_esEs22(vuu3000, vuu31000, app(ty_Maybe, dc)) -> new_esEs4(vuu3000, vuu31000, dc) 18.67/7.02 new_esEs5(Float(vuu3000, vuu3001), Float(vuu31000, vuu31001)) -> new_esEs6(new_sr(vuu3000, vuu31001), new_sr(vuu3001, vuu31000)) 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), app(ty_Ratio, bad), hg) -> new_esEs12(vuu3000, vuu31000, bad) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), hf, ty_Int) -> new_esEs6(vuu3000, vuu31000) 18.67/7.02 new_primEqNat0(Succ(vuu30000), Succ(vuu310000)) -> new_primEqNat0(vuu30000, vuu310000) 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Float, hg) -> new_esEs5(vuu3000, vuu31000) 18.67/7.02 new_span2Zs02(vuu3110, vuu3111, vuu48, vuu47, ba) -> vuu47 18.67/7.02 new_span2Ys02(vuu3110, vuu3111, True, ba) -> new_span2Ys04(vuu3110, vuu3111, new_span2Ys3(vuu3111, ba), new_span2Zs3(vuu3111, ba), ba) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), hf, ty_Float) -> new_esEs5(vuu3000, vuu31000) 18.67/7.02 new_esEs17(Char(vuu3000), Char(vuu31000)) -> new_primEqNat0(vuu3000, vuu31000) 18.67/7.02 new_esEs22(vuu3000, vuu31000, ty_Float) -> new_esEs5(vuu3000, vuu31000) 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Ordering, hg) -> new_esEs11(vuu3000, vuu31000) 18.67/7.02 new_primMulNat0(Zero, Zero) -> Zero 18.67/7.02 new_esEs14([], [], fh) -> True 18.67/7.02 new_esEs20(vuu3000, vuu31000, ty_Ordering) -> new_esEs11(vuu3000, vuu31000) 18.67/7.02 new_esEs23(vuu3002, vuu31002, ty_@0) -> new_esEs10(vuu3002, vuu31002) 18.67/7.02 new_esEs24(vuu3001, vuu31001, app(ty_[], bec)) -> new_esEs14(vuu3001, vuu31001, bec) 18.67/7.02 new_esEs25(vuu3000, vuu31000, ty_Double) -> new_esEs9(vuu3000, vuu31000) 18.67/7.02 new_esEs21(vuu3001, vuu31001, app(app(app(ty_@3, be), bf), bg)) -> new_esEs8(vuu3001, vuu31001, be, bf, bg) 18.67/7.02 new_esEs20(vuu3000, vuu31000, ty_Integer) -> new_esEs7(vuu3000, vuu31000) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), hf, ty_@0) -> new_esEs10(vuu3000, vuu31000) 18.67/7.02 new_esEs23(vuu3002, vuu31002, app(app(ty_@2, bdd), bde)) -> new_esEs16(vuu3002, vuu31002, bdd, bde) 18.67/7.02 new_esEs26(vuu300, vuu3100, app(app(ty_Either, hf), hg)) -> new_esEs15(vuu300, vuu3100, hf, hg) 18.67/7.02 new_groupByZs1(Just(vuu300), :(Just(vuu3100), vuu311), ba) -> new_groupByZs10(vuu300, vuu3100, vuu311, new_esEs26(vuu300, vuu3100, ba), ba) 18.67/7.02 new_esEs4(Nothing, Nothing, ec) -> True 18.67/7.02 new_esEs26(vuu300, vuu3100, ty_Char) -> new_esEs17(vuu300, vuu3100) 18.67/7.02 new_esEs11(EQ, GT) -> False 18.67/7.02 new_esEs11(GT, EQ) -> False 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Integer, hg) -> new_esEs7(vuu3000, vuu31000) 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), app(app(ty_Either, baf), bag), hg) -> new_esEs15(vuu3000, vuu31000, baf, bag) 18.67/7.02 new_primEqNat0(Succ(vuu30000), Zero) -> False 18.67/7.02 new_primEqNat0(Zero, Succ(vuu310000)) -> False 18.67/7.02 new_esEs4(Nothing, Just(vuu31000), ec) -> False 18.67/7.02 new_esEs4(Just(vuu3000), Nothing, ec) -> False 18.67/7.02 new_esEs22(vuu3000, vuu31000, ty_@0) -> new_esEs10(vuu3000, vuu31000) 18.67/7.02 new_esEs23(vuu3002, vuu31002, app(ty_[], bda)) -> new_esEs14(vuu3002, vuu31002, bda) 18.67/7.02 new_esEs26(vuu300, vuu3100, ty_Int) -> new_esEs6(vuu300, vuu3100) 18.67/7.02 new_esEs22(vuu3000, vuu31000, app(app(ty_@2, dh), ea)) -> new_esEs16(vuu3000, vuu31000, dh, ea) 18.67/7.02 new_esEs25(vuu3000, vuu31000, app(app(ty_Either, bff), bfg)) -> new_esEs15(vuu3000, vuu31000, bff, bfg) 18.67/7.02 new_esEs22(vuu3000, vuu31000, app(app(app(ty_@3, cg), da), db)) -> new_esEs8(vuu3000, vuu31000, cg, da, db) 18.67/7.02 new_groupByZs10(vuu18, vuu19, vuu20, True, eb) -> new_span2Zs2(vuu18, vuu20, eb) 18.67/7.02 new_span2Zs2(vuu18, [], eb) -> [] 18.67/7.02 new_esEs26(vuu300, vuu3100, ty_Integer) -> new_esEs7(vuu300, vuu3100) 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Int, hg) -> new_esEs6(vuu3000, vuu31000) 18.67/7.02 new_esEs20(vuu3000, vuu31000, app(app(ty_Either, gg), gh)) -> new_esEs15(vuu3000, vuu31000, gg, gh) 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Char, hg) -> new_esEs17(vuu3000, vuu31000) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), app(app(app(ty_@3, ed), ee), ef)) -> new_esEs8(vuu3000, vuu31000, ed, ee, ef) 18.67/7.02 new_span2Zs04(vuu18, vuu200, vuu201, False, eb) -> :(vuu200, vuu201) 18.67/7.02 new_span2Ys3(:(vuu3110, vuu3111), ba) -> new_span2Ys02(vuu3110, vuu3111, new_esEs4(Nothing, vuu3110, ba), ba) 18.67/7.02 new_primEqInt(Neg(Succ(vuu30000)), Neg(Zero)) -> False 18.67/7.02 new_primEqInt(Neg(Zero), Neg(Succ(vuu310000))) -> False 18.67/7.02 new_esEs11(GT, GT) -> True 18.67/7.02 new_primEqInt(Pos(Succ(vuu30000)), Pos(Succ(vuu310000))) -> new_primEqNat0(vuu30000, vuu310000) 18.67/7.02 new_esEs13(False, True) -> False 18.67/7.02 new_esEs13(True, False) -> False 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), app(app(app(ty_@3, hh), baa), bab), hg) -> new_esEs8(vuu3000, vuu31000, hh, baa, bab) 18.67/7.02 new_esEs11(EQ, EQ) -> True 18.67/7.02 new_esEs24(vuu3001, vuu31001, ty_Double) -> new_esEs9(vuu3001, vuu31001) 18.67/7.02 new_esEs23(vuu3002, vuu31002, ty_Float) -> new_esEs5(vuu3002, vuu31002) 18.67/7.02 new_sr(Pos(vuu30000), Neg(vuu310010)) -> Neg(new_primMulNat0(vuu30000, vuu310010)) 18.67/7.02 new_sr(Neg(vuu30000), Pos(vuu310010)) -> Neg(new_primMulNat0(vuu30000, vuu310010)) 18.67/7.02 new_esEs21(vuu3001, vuu31001, ty_Char) -> new_esEs17(vuu3001, vuu31001) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Integer) -> new_esEs7(vuu3000, vuu31000) 18.67/7.02 new_primEqInt(Pos(Succ(vuu30000)), Neg(vuu31000)) -> False 18.67/7.02 new_primEqInt(Neg(Succ(vuu30000)), Pos(vuu31000)) -> False 18.67/7.02 new_span2Ys3([], ba) -> [] 18.67/7.02 new_esEs21(vuu3001, vuu31001, ty_Ordering) -> new_esEs11(vuu3001, vuu31001) 18.67/7.02 new_esEs21(vuu3001, vuu31001, ty_Int) -> new_esEs6(vuu3001, vuu31001) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Ordering) -> new_esEs11(vuu3000, vuu31000) 18.67/7.02 new_esEs21(vuu3001, vuu31001, ty_Integer) -> new_esEs7(vuu3001, vuu31001) 18.67/7.02 new_esEs14(:(vuu3000, vuu3001), [], fh) -> False 18.67/7.02 new_esEs14([], :(vuu31000, vuu31001), fh) -> False 18.67/7.02 new_esEs25(vuu3000, vuu31000, ty_Ordering) -> new_esEs11(vuu3000, vuu31000) 18.67/7.02 new_groupByZs1(Nothing, :(Just(vuu3100), vuu311), ba) -> :(Just(vuu3100), vuu311) 18.67/7.02 new_esEs25(vuu3000, vuu31000, app(app(app(ty_@3, beh), bfa), bfb)) -> new_esEs8(vuu3000, vuu31000, beh, bfa, bfb) 18.67/7.02 new_esEs23(vuu3002, vuu31002, app(ty_Ratio, bch)) -> new_esEs12(vuu3002, vuu31002, bch) 18.67/7.02 new_esEs8(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), hc, hd, he) -> new_asAs(new_esEs25(vuu3000, vuu31000, hc), new_asAs(new_esEs24(vuu3001, vuu31001, hd), new_esEs23(vuu3002, vuu31002, he))) 18.67/7.02 new_esEs23(vuu3002, vuu31002, ty_Bool) -> new_esEs13(vuu3002, vuu31002) 18.67/7.02 new_span2Zs01(vuu3110, vuu3111, False, ba) -> :(vuu3110, vuu3111) 18.67/7.02 new_esEs20(vuu3000, vuu31000, ty_Double) -> new_esEs9(vuu3000, vuu31000) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), app(ty_Ratio, eh)) -> new_esEs12(vuu3000, vuu31000, eh) 18.67/7.02 new_sr(Neg(vuu30000), Neg(vuu310010)) -> Pos(new_primMulNat0(vuu30000, vuu310010)) 18.67/7.02 new_esEs21(vuu3001, vuu31001, app(app(ty_Either, cc), cd)) -> new_esEs15(vuu3001, vuu31001, cc, cd) 18.67/7.02 new_esEs21(vuu3001, vuu31001, ty_Bool) -> new_esEs13(vuu3001, vuu31001) 18.67/7.02 new_esEs22(vuu3000, vuu31000, ty_Int) -> new_esEs6(vuu3000, vuu31000) 18.67/7.02 new_esEs9(Double(vuu3000, vuu3001), Double(vuu31000, vuu31001)) -> new_esEs6(new_sr(vuu3000, vuu31001), new_sr(vuu3001, vuu31000)) 18.67/7.02 new_esEs25(vuu3000, vuu31000, ty_Float) -> new_esEs5(vuu3000, vuu31000) 18.67/7.02 new_esEs22(vuu3000, vuu31000, ty_Char) -> new_esEs17(vuu3000, vuu31000) 18.67/7.02 new_primEqInt(Pos(Zero), Neg(Succ(vuu310000))) -> False 18.67/7.02 new_primEqInt(Neg(Zero), Pos(Succ(vuu310000))) -> False 18.67/7.02 new_esEs23(vuu3002, vuu31002, app(ty_Maybe, bcg)) -> new_esEs4(vuu3002, vuu31002, bcg) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), hf, ty_Bool) -> new_esEs13(vuu3000, vuu31000) 18.67/7.02 new_esEs23(vuu3002, vuu31002, ty_Integer) -> new_esEs7(vuu3002, vuu31002) 18.67/7.02 new_esEs23(vuu3002, vuu31002, ty_Ordering) -> new_esEs11(vuu3002, vuu31002) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), app(app(ty_Either, fb), fc)) -> new_esEs15(vuu3000, vuu31000, fb, fc) 18.67/7.02 new_primPlusNat0(Succ(vuu5300), Succ(vuu31001000)) -> Succ(Succ(new_primPlusNat0(vuu5300, vuu31001000))) 18.67/7.02 new_esEs20(vuu3000, vuu31000, app(ty_[], gf)) -> new_esEs14(vuu3000, vuu31000, gf) 18.67/7.02 new_esEs26(vuu300, vuu3100, app(app(ty_@2, bc), bd)) -> new_esEs16(vuu300, vuu3100, bc, bd) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), hf, app(app(ty_@2, bcb), bcc)) -> new_esEs16(vuu3000, vuu31000, bcb, bcc) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Bool) -> new_esEs13(vuu3000, vuu31000) 18.67/7.02 new_esEs19(vuu3000, vuu31000, ty_Integer) -> new_esEs7(vuu3000, vuu31000) 18.67/7.02 new_esEs10(@0, @0) -> True 18.67/7.02 new_esEs6(vuu300, vuu3100) -> new_primEqInt(vuu300, vuu3100) 18.67/7.02 new_esEs20(vuu3000, vuu31000, ty_Char) -> new_esEs17(vuu3000, vuu31000) 18.67/7.02 new_primEqInt(Neg(Succ(vuu30000)), Neg(Succ(vuu310000))) -> new_primEqNat0(vuu30000, vuu310000) 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Bool, hg) -> new_esEs13(vuu3000, vuu31000) 18.67/7.02 new_esEs20(vuu3000, vuu31000, ty_Int) -> new_esEs6(vuu3000, vuu31000) 18.67/7.02 new_esEs21(vuu3001, vuu31001, app(ty_Ratio, ca)) -> new_esEs12(vuu3001, vuu31001, ca) 18.67/7.02 new_esEs22(vuu3000, vuu31000, ty_Double) -> new_esEs9(vuu3000, vuu31000) 18.67/7.02 new_esEs23(vuu3002, vuu31002, app(app(app(ty_@3, bcd), bce), bcf)) -> new_esEs8(vuu3002, vuu31002, bcd, bce, bcf) 18.67/7.02 new_esEs21(vuu3001, vuu31001, app(app(ty_@2, ce), cf)) -> new_esEs16(vuu3001, vuu31001, ce, cf) 18.67/7.02 new_span2Ys2(vuu9, [], bb) -> [] 18.67/7.02 new_esEs25(vuu3000, vuu31000, app(ty_[], bfe)) -> new_esEs14(vuu3000, vuu31000, bfe) 18.67/7.02 new_esEs25(vuu3000, vuu31000, ty_Integer) -> new_esEs7(vuu3000, vuu31000) 18.67/7.02 new_primMulNat0(Succ(vuu300000), Zero) -> Zero 18.67/7.02 new_primMulNat0(Zero, Succ(vuu3100100)) -> Zero 18.67/7.02 new_groupByZs10(vuu18, vuu19, vuu20, False, eb) -> :(Just(vuu19), vuu20) 18.67/7.02 new_sr(Pos(vuu30000), Pos(vuu310010)) -> Pos(new_primMulNat0(vuu30000, vuu310010)) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), hf, ty_Integer) -> new_esEs7(vuu3000, vuu31000) 18.67/7.02 new_groupByZs1(Nothing, :(Nothing, vuu311), ba) -> new_span2Zs3(vuu311, ba) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), hf, ty_Ordering) -> new_esEs11(vuu3000, vuu31000) 18.67/7.02 new_esEs24(vuu3001, vuu31001, app(app(ty_@2, bef), beg)) -> new_esEs16(vuu3001, vuu31001, bef, beg) 18.67/7.02 new_esEs22(vuu3000, vuu31000, app(ty_[], de)) -> new_esEs14(vuu3000, vuu31000, de) 18.67/7.02 new_esEs25(vuu3000, vuu31000, app(ty_Maybe, bfc)) -> new_esEs4(vuu3000, vuu31000, bfc) 18.67/7.02 new_primPlusNat1(Succ(vuu530), vuu3100100) -> Succ(Succ(new_primPlusNat0(vuu530, vuu3100100))) 18.67/7.02 new_esEs20(vuu3000, vuu31000, app(app(app(ty_@3, ga), gb), gc)) -> new_esEs8(vuu3000, vuu31000, ga, gb, gc) 18.67/7.02 new_span2Zs03(vuu18, vuu200, vuu201, vuu52, vuu51, eb) -> vuu51 18.67/7.02 new_primPlusNat0(Succ(vuu5300), Zero) -> Succ(vuu5300) 18.67/7.02 new_primPlusNat0(Zero, Succ(vuu31001000)) -> Succ(vuu31001000) 18.67/7.02 new_span2Ys01(vuu9, vuu110, vuu111, True, bb) -> new_span2Ys03(vuu9, vuu110, vuu111, new_span2Ys2(vuu9, vuu111, bb), new_span2Zs2(vuu9, vuu111, bb), bb) 18.67/7.02 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 18.67/7.02 new_esEs11(LT, LT) -> True 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), app(app(ty_@2, fd), ff)) -> new_esEs16(vuu3000, vuu31000, fd, ff) 18.67/7.02 new_primPlusNat1(Zero, vuu3100100) -> Succ(vuu3100100) 18.67/7.02 new_esEs16(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bc, bd) -> new_asAs(new_esEs22(vuu3000, vuu31000, bc), new_esEs21(vuu3001, vuu31001, bd)) 18.67/7.02 new_span2Zs04(vuu18, vuu200, vuu201, True, eb) -> new_span2Zs03(vuu18, vuu200, vuu201, new_span2Ys2(vuu18, vuu201, eb), new_span2Zs2(vuu18, vuu201, eb), eb) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), hf, app(app(ty_Either, bbh), bca)) -> new_esEs15(vuu3000, vuu31000, bbh, bca) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), ty_@0) -> new_esEs10(vuu3000, vuu31000) 18.67/7.02 new_esEs26(vuu300, vuu3100, ty_Bool) -> new_esEs13(vuu300, vuu3100) 18.67/7.02 new_esEs20(vuu3000, vuu31000, app(ty_Maybe, gd)) -> new_esEs4(vuu3000, vuu31000, gd) 18.67/7.02 new_esEs21(vuu3001, vuu31001, ty_Float) -> new_esEs5(vuu3001, vuu31001) 18.67/7.02 new_groupByZs1(vuu30, [], ba) -> [] 18.67/7.02 new_esEs26(vuu300, vuu3100, ty_Double) -> new_esEs9(vuu300, vuu3100) 18.67/7.02 new_span2Ys01(vuu9, vuu110, vuu111, False, bb) -> [] 18.67/7.02 new_esEs13(True, True) -> True 18.67/7.02 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 18.67/7.02 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Float) -> new_esEs5(vuu3000, vuu31000) 18.67/7.02 new_span2Zs3(:(vuu3110, vuu3111), ba) -> new_span2Zs01(vuu3110, vuu3111, new_esEs4(Nothing, vuu3110, ba), ba) 18.67/7.02 new_esEs26(vuu300, vuu3100, app(ty_Ratio, fg)) -> new_esEs12(vuu300, vuu3100, fg) 18.67/7.02 new_span2Ys02(vuu3110, vuu3111, False, ba) -> [] 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), app(ty_[], bae), hg) -> new_esEs14(vuu3000, vuu31000, bae) 18.67/7.02 new_groupByZs1(Just(vuu300), :(Nothing, vuu311), ba) -> :(Nothing, vuu311) 18.67/7.02 new_esEs25(vuu3000, vuu31000, app(ty_Ratio, bfd)) -> new_esEs12(vuu3000, vuu31000, bfd) 18.67/7.02 new_esEs26(vuu300, vuu3100, app(ty_Maybe, ec)) -> new_esEs4(vuu300, vuu3100, ec) 18.67/7.02 new_esEs25(vuu3000, vuu31000, ty_@0) -> new_esEs10(vuu3000, vuu31000) 18.67/7.02 new_primEqNat0(Zero, Zero) -> True 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Double) -> new_esEs9(vuu3000, vuu31000) 18.67/7.02 new_esEs18(vuu3001, vuu31001, ty_Int) -> new_esEs6(vuu3001, vuu31001) 18.67/7.02 new_esEs20(vuu3000, vuu31000, ty_Float) -> new_esEs5(vuu3000, vuu31000) 18.67/7.02 new_esEs20(vuu3000, vuu31000, app(ty_Ratio, ge)) -> new_esEs12(vuu3000, vuu31000, ge) 18.67/7.02 new_esEs21(vuu3001, vuu31001, app(ty_Maybe, bh)) -> new_esEs4(vuu3001, vuu31001, bh) 18.67/7.02 new_esEs20(vuu3000, vuu31000, ty_Bool) -> new_esEs13(vuu3000, vuu31000) 18.67/7.02 new_esEs25(vuu3000, vuu31000, ty_Bool) -> new_esEs13(vuu3000, vuu31000) 18.67/7.02 new_esEs26(vuu300, vuu3100, app(ty_[], fh)) -> new_esEs14(vuu300, vuu3100, fh) 18.67/7.02 new_esEs20(vuu3000, vuu31000, ty_@0) -> new_esEs10(vuu3000, vuu31000) 18.67/7.02 new_esEs21(vuu3001, vuu31001, app(ty_[], cb)) -> new_esEs14(vuu3001, vuu31001, cb) 18.67/7.02 new_asAs(False, vuu40) -> False 18.67/7.02 new_esEs25(vuu3000, vuu31000, app(app(ty_@2, bfh), bga)) -> new_esEs16(vuu3000, vuu31000, bfh, bga) 18.67/7.02 new_esEs18(vuu3001, vuu31001, ty_Integer) -> new_esEs7(vuu3001, vuu31001) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), hf, app(ty_[], bbg)) -> new_esEs14(vuu3000, vuu31000, bbg) 18.67/7.02 new_esEs20(vuu3000, vuu31000, app(app(ty_@2, ha), hb)) -> new_esEs16(vuu3000, vuu31000, ha, hb) 18.67/7.02 new_esEs24(vuu3001, vuu31001, ty_Int) -> new_esEs6(vuu3001, vuu31001) 18.67/7.02 new_esEs24(vuu3001, vuu31001, app(app(app(ty_@3, bdf), bdg), bdh)) -> new_esEs8(vuu3001, vuu31001, bdf, bdg, bdh) 18.67/7.02 new_span2Zs2(vuu18, :(vuu200, vuu201), eb) -> new_span2Zs04(vuu18, vuu200, vuu201, new_esEs4(Just(vuu18), vuu200, eb), eb) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), hf, app(ty_Maybe, bbe)) -> new_esEs4(vuu3000, vuu31000, bbe) 18.67/7.02 new_span2Zs01(vuu3110, vuu3111, True, ba) -> new_span2Zs02(vuu3110, vuu3111, new_span2Ys3(vuu3111, ba), new_span2Zs3(vuu3111, ba), ba) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), app(ty_Maybe, eg)) -> new_esEs4(vuu3000, vuu31000, eg) 18.67/7.02 new_esEs23(vuu3002, vuu31002, app(app(ty_Either, bdb), bdc)) -> new_esEs15(vuu3002, vuu31002, bdb, bdc) 18.67/7.02 new_esEs21(vuu3001, vuu31001, ty_Double) -> new_esEs9(vuu3001, vuu31001) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), app(ty_[], fa)) -> new_esEs14(vuu3000, vuu31000, fa) 18.67/7.02 new_esEs24(vuu3001, vuu31001, ty_Char) -> new_esEs17(vuu3001, vuu31001) 18.67/7.02 new_esEs7(Integer(vuu3000), Integer(vuu31000)) -> new_primEqInt(vuu3000, vuu31000) 18.67/7.02 new_span2Ys03(vuu9, vuu110, vuu111, vuu50, vuu49, bb) -> :(vuu110, vuu50) 18.67/7.02 18.67/7.02 The set Q consists of the following terms: 18.67/7.02 18.67/7.02 new_esEs4(Just(x0), Just(x1), ty_Double) 18.67/7.02 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 18.67/7.02 new_esEs24(x0, x1, app(ty_[], x2)) 18.67/7.02 new_esEs17(Char(x0), Char(x1)) 18.67/7.02 new_esEs23(x0, x1, ty_Int) 18.67/7.02 new_span2Zs01(x0, x1, False, x2) 18.67/7.02 new_esEs26(x0, x1, app(ty_Ratio, x2)) 18.67/7.02 new_span2Ys02(x0, x1, True, x2) 18.67/7.02 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 18.67/7.02 new_esEs21(x0, x1, ty_Ordering) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, app(ty_[], x3)) 18.67/7.02 new_esEs21(x0, x1, ty_Double) 18.67/7.02 new_esEs26(x0, x1, ty_Ordering) 18.67/7.02 new_span2Ys01(x0, x1, x2, True, x3) 18.67/7.02 new_esEs4(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 18.67/7.02 new_esEs26(x0, x1, ty_Double) 18.67/7.02 new_esEs22(x0, x1, app(ty_Ratio, x2)) 18.67/7.02 new_esEs24(x0, x1, ty_Double) 18.67/7.02 new_esEs21(x0, x1, app(ty_[], x2)) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Double) 18.67/7.02 new_primMulNat0(Zero, Zero) 18.67/7.02 new_span2Ys04(x0, x1, x2, x3, x4) 18.67/7.02 new_esEs4(Nothing, Nothing, x0) 18.67/7.02 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Float) 18.67/7.02 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 18.67/7.02 new_span2Zs2(x0, :(x1, x2), x3) 18.67/7.02 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 18.67/7.02 new_esEs23(x0, x1, ty_Char) 18.67/7.02 new_span2Zs3(:(x0, x1), x2) 18.67/7.02 new_groupByZs1(x0, [], x1) 18.67/7.02 new_esEs14(:(x0, x1), :(x2, x3), x4) 18.67/7.02 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 18.67/7.02 new_esEs24(x0, x1, ty_Ordering) 18.67/7.02 new_primEqInt(Pos(Zero), Pos(Zero)) 18.67/7.02 new_esEs15(Left(x0), Left(x1), ty_Int, x2) 18.67/7.02 new_groupByZs1(Nothing, :(Nothing, x0), x1) 18.67/7.02 new_primPlusNat0(Succ(x0), Zero) 18.67/7.02 new_primPlusNat0(Zero, Succ(x0)) 18.67/7.02 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.67/7.02 new_primEqNat0(Zero, Succ(x0)) 18.67/7.02 new_esEs22(x0, x1, ty_Double) 18.67/7.02 new_esEs20(x0, x1, ty_Ordering) 18.67/7.02 new_esEs20(x0, x1, ty_Integer) 18.67/7.02 new_span2Ys03(x0, x1, x2, x3, x4, x5) 18.67/7.02 new_esEs15(Left(x0), Right(x1), x2, x3) 18.67/7.02 new_esEs15(Right(x0), Left(x1), x2, x3) 18.67/7.02 new_esEs26(x0, x1, app(ty_Maybe, x2)) 18.67/7.02 new_esEs24(x0, x1, ty_Float) 18.67/7.02 new_sr(Neg(x0), Neg(x1)) 18.67/7.02 new_esEs15(Left(x0), Left(x1), ty_Char, x2) 18.67/7.02 new_esEs15(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 18.67/7.02 new_primEqInt(Neg(Zero), Neg(Zero)) 18.67/7.02 new_esEs25(x0, x1, ty_Bool) 18.67/7.02 new_esEs20(x0, x1, ty_Float) 18.67/7.02 new_primPlusNat0(Zero, Zero) 18.67/7.02 new_primPlusNat0(Succ(x0), Succ(x1)) 18.67/7.02 new_esEs4(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.67/7.02 new_esEs26(x0, x1, ty_Float) 18.67/7.02 new_esEs21(x0, x1, ty_Float) 18.67/7.02 new_esEs24(x0, x1, app(ty_Maybe, x2)) 18.67/7.02 new_esEs4(Just(x0), Just(x1), ty_Char) 18.67/7.02 new_esEs15(Left(x0), Left(x1), ty_Ordering, x2) 18.67/7.02 new_esEs24(x0, x1, ty_Integer) 18.67/7.02 new_esEs21(x0, x1, ty_Char) 18.67/7.02 new_esEs4(Just(x0), Just(x1), app(ty_Maybe, x2)) 18.67/7.02 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.67/7.02 new_esEs26(x0, x1, ty_Char) 18.67/7.02 new_esEs24(x0, x1, ty_Int) 18.67/7.02 new_esEs25(x0, x1, ty_Ordering) 18.67/7.02 new_esEs15(Left(x0), Left(x1), ty_Bool, x2) 18.67/7.02 new_esEs22(x0, x1, ty_Bool) 18.67/7.02 new_esEs21(x0, x1, app(ty_Maybe, x2)) 18.67/7.02 new_esEs24(x0, x1, app(ty_Ratio, x2)) 18.67/7.02 new_esEs15(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 18.67/7.02 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 18.67/7.02 new_esEs12(:%(x0, x1), :%(x2, x3), x4) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Char) 18.67/7.02 new_span2Ys2(x0, :(x1, x2), x3) 18.67/7.02 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.67/7.02 new_esEs4(Just(x0), Just(x1), ty_Int) 18.67/7.02 new_sr(Pos(x0), Pos(x1)) 18.67/7.02 new_esEs13(True, True) 18.67/7.02 new_esEs26(x0, x1, ty_Int) 18.67/7.02 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 18.67/7.02 new_esEs24(x0, x1, ty_Char) 18.67/7.02 new_esEs22(x0, x1, ty_Ordering) 18.67/7.02 new_esEs11(EQ, GT) 18.67/7.02 new_esEs11(GT, EQ) 18.67/7.02 new_esEs23(x0, x1, ty_Double) 18.67/7.02 new_esEs21(x0, x1, ty_Int) 18.67/7.02 new_span2Zs04(x0, x1, x2, False, x3) 18.67/7.02 new_esEs21(x0, x1, app(ty_Ratio, x2)) 18.67/7.02 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 18.67/7.02 new_primEqInt(Pos(Zero), Neg(Zero)) 18.67/7.02 new_primEqInt(Neg(Zero), Pos(Zero)) 18.67/7.02 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 18.67/7.02 new_esEs23(x0, x1, ty_Float) 18.67/7.02 new_esEs22(x0, x1, ty_Integer) 18.67/7.02 new_esEs15(Left(x0), Left(x1), ty_Integer, x2) 18.67/7.02 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 18.67/7.02 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 18.67/7.02 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 18.67/7.02 new_esEs7(Integer(x0), Integer(x1)) 18.67/7.02 new_esEs14([], [], x0) 18.67/7.02 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 18.67/7.02 new_esEs11(EQ, EQ) 18.67/7.02 new_esEs25(x0, x1, ty_Integer) 18.67/7.02 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 18.67/7.02 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 18.67/7.02 new_primMulNat0(Succ(x0), Zero) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Int) 18.67/7.02 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.67/7.02 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 18.67/7.02 new_esEs23(x0, x1, ty_@0) 18.67/7.02 new_esEs26(x0, x1, ty_Bool) 18.67/7.02 new_esEs19(x0, x1, ty_Int) 18.67/7.02 new_esEs4(Just(x0), Just(x1), ty_Float) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 18.67/7.02 new_esEs24(x0, x1, ty_Bool) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_@0) 18.67/7.02 new_span2Ys01(x0, x1, x2, False, x3) 18.67/7.02 new_span2Zs01(x0, x1, True, x2) 18.67/7.02 new_span2Ys02(x0, x1, False, x2) 18.67/7.02 new_esEs21(x0, x1, ty_Bool) 18.67/7.02 new_esEs4(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 18.67/7.02 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.67/7.02 new_esEs26(x0, x1, ty_@0) 18.67/7.02 new_esEs21(x0, x1, ty_@0) 18.67/7.02 new_esEs23(x0, x1, ty_Integer) 18.67/7.02 new_esEs4(Just(x0), Just(x1), ty_@0) 18.67/7.02 new_esEs25(x0, x1, ty_Char) 18.67/7.02 new_asAs(True, x0) 18.67/7.02 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 18.67/7.02 new_esEs14(:(x0, x1), [], x2) 18.67/7.02 new_primMulNat0(Zero, Succ(x0)) 18.67/7.02 new_esEs20(x0, x1, app(ty_[], x2)) 18.67/7.02 new_esEs25(x0, x1, app(ty_[], x2)) 18.67/7.02 new_esEs25(x0, x1, ty_Int) 18.67/7.02 new_esEs4(Nothing, Just(x0), x1) 18.67/7.02 new_esEs22(x0, x1, app(ty_Maybe, x2)) 18.67/7.02 new_esEs22(x0, x1, app(ty_[], x2)) 18.67/7.02 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 18.67/7.02 new_esEs23(x0, x1, app(ty_[], x2)) 18.67/7.02 new_esEs15(Left(x0), Left(x1), app(ty_[], x2), x3) 18.67/7.02 new_esEs11(LT, GT) 18.67/7.02 new_esEs11(GT, LT) 18.67/7.02 new_esEs4(Just(x0), Just(x1), app(ty_[], x2)) 18.67/7.02 new_span2Ys2(x0, [], x1) 18.67/7.02 new_esEs23(x0, x1, ty_Bool) 18.67/7.02 new_esEs20(x0, x1, ty_@0) 18.67/7.02 new_span2Zs04(x0, x1, x2, True, x3) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Bool) 18.67/7.02 new_esEs4(Just(x0), Nothing, x1) 18.67/7.02 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 18.67/7.02 new_esEs8(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.67/7.02 new_esEs9(Double(x0, x1), Double(x2, x3)) 18.67/7.02 new_esEs18(x0, x1, ty_Int) 18.67/7.02 new_esEs11(LT, EQ) 18.67/7.02 new_esEs11(EQ, LT) 18.67/7.02 new_primMulNat0(Succ(x0), Succ(x1)) 18.67/7.02 new_esEs6(x0, x1) 18.67/7.02 new_span2Zs03(x0, x1, x2, x3, x4, x5) 18.67/7.02 new_esEs24(x0, x1, ty_@0) 18.67/7.02 new_esEs22(x0, x1, ty_Char) 18.67/7.02 new_esEs14([], :(x0, x1), x2) 18.67/7.02 new_esEs11(GT, GT) 18.67/7.02 new_esEs4(Just(x0), Just(x1), app(ty_Ratio, x2)) 18.67/7.02 new_esEs15(Left(x0), Left(x1), ty_Double, x2) 18.67/7.02 new_esEs4(Just(x0), Just(x1), ty_Bool) 18.67/7.02 new_esEs20(x0, x1, app(ty_Ratio, x2)) 18.67/7.02 new_esEs15(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 18.67/7.02 new_esEs26(x0, x1, ty_Integer) 18.67/7.02 new_esEs25(x0, x1, app(ty_Ratio, x2)) 18.67/7.02 new_esEs21(x0, x1, ty_Integer) 18.67/7.02 new_groupByZs10(x0, x1, x2, True, x3) 18.67/7.02 new_primEqNat0(Zero, Zero) 18.67/7.02 new_esEs13(False, False) 18.67/7.02 new_esEs13(False, True) 18.67/7.02 new_esEs13(True, False) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Integer) 18.67/7.02 new_groupByZs10(x0, x1, x2, False, x3) 18.67/7.02 new_esEs23(x0, x1, app(ty_Maybe, x2)) 18.67/7.02 new_esEs15(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 18.67/7.02 new_esEs15(Left(x0), Left(x1), ty_Float, x2) 18.67/7.02 new_esEs23(x0, x1, app(ty_Ratio, x2)) 18.67/7.02 new_esEs15(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 18.67/7.02 new_esEs25(x0, x1, ty_@0) 18.67/7.02 new_esEs25(x0, x1, ty_Double) 18.67/7.02 new_primPlusNat1(Zero, x0) 18.67/7.02 new_esEs15(Left(x0), Left(x1), ty_@0, x2) 18.67/7.02 new_sr(Pos(x0), Neg(x1)) 18.67/7.02 new_sr(Neg(x0), Pos(x1)) 18.67/7.02 new_esEs22(x0, x1, ty_Int) 18.67/7.02 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 18.67/7.02 new_groupByZs1(Just(x0), :(Just(x1), x2), x3) 18.67/7.02 new_esEs20(x0, x1, ty_Int) 18.67/7.02 new_esEs26(x0, x1, app(ty_[], x2)) 18.67/7.02 new_esEs25(x0, x1, app(ty_Maybe, x2)) 18.67/7.02 new_primPlusNat1(Succ(x0), x1) 18.67/7.02 new_esEs11(LT, LT) 18.67/7.02 new_esEs20(x0, x1, app(ty_Maybe, x2)) 18.67/7.02 new_esEs22(x0, x1, ty_@0) 18.67/7.02 new_span2Zs2(x0, [], x1) 18.67/7.02 new_esEs19(x0, x1, ty_Integer) 18.67/7.02 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 18.67/7.02 new_esEs20(x0, x1, ty_Char) 18.67/7.02 new_esEs20(x0, x1, ty_Double) 18.67/7.02 new_esEs18(x0, x1, ty_Integer) 18.67/7.02 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 18.67/7.02 new_esEs16(@2(x0, x1), @2(x2, x3), x4, x5) 18.67/7.02 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.67/7.02 new_primEqNat0(Succ(x0), Zero) 18.67/7.02 new_esEs10(@0, @0) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 18.67/7.02 new_span2Ys3(:(x0, x1), x2) 18.67/7.02 new_span2Ys3([], x0) 18.67/7.02 new_esEs4(Just(x0), Just(x1), ty_Integer) 18.67/7.02 new_esEs4(Just(x0), Just(x1), ty_Ordering) 18.67/7.02 new_span2Zs3([], x0) 18.67/7.02 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.67/7.02 new_esEs22(x0, x1, ty_Float) 18.67/7.02 new_esEs5(Float(x0, x1), Float(x2, x3)) 18.67/7.02 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 18.67/7.02 new_groupByZs1(Nothing, :(Just(x0), x1), x2) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 18.67/7.02 new_asAs(False, x0) 18.67/7.02 new_primEqNat0(Succ(x0), Succ(x1)) 18.67/7.02 new_groupByZs1(Just(x0), :(Nothing, x1), x2) 18.67/7.02 new_span2Zs02(x0, x1, x2, x3, x4) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Ordering) 18.67/7.02 new_esEs25(x0, x1, ty_Float) 18.67/7.02 new_esEs20(x0, x1, ty_Bool) 18.67/7.02 new_esEs23(x0, x1, ty_Ordering) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 18.67/7.02 18.67/7.02 We have to consider all minimal (P,Q,R)-chains. 18.67/7.02 ---------------------------------------- 18.67/7.02 18.67/7.02 (12) QDPSizeChangeProof (EQUIVALENT) 18.67/7.02 We used the following order together with the size-change analysis [AAECC05] to show that there are no infinite chains for this DP problem. 18.67/7.02 18.67/7.02 Order:Polynomial interpretation [POLO]: 18.67/7.02 18.67/7.02 POL(:(x_1, x_2)) = 1 + x_2 18.67/7.02 POL(:%(x_1, x_2)) = 0 18.67/7.02 POL(@0) = 0 18.67/7.02 POL(@2(x_1, x_2)) = 0 18.67/7.02 POL(@3(x_1, x_2, x_3)) = 0 18.67/7.02 POL(Char(x_1)) = 0 18.67/7.02 POL(Double(x_1, x_2)) = 0 18.67/7.02 POL(EQ) = 0 18.67/7.02 POL(False) = 1 18.67/7.02 POL(Float(x_1, x_2)) = 0 18.67/7.02 POL(GT) = 0 18.67/7.02 POL(Integer(x_1)) = 0 18.67/7.02 POL(Just(x_1)) = 0 18.67/7.02 POL(LT) = 0 18.67/7.02 POL(Left(x_1)) = 0 18.67/7.02 POL(Neg(x_1)) = 0 18.67/7.02 POL(Nothing) = 1 18.67/7.02 POL(Pos(x_1)) = 0 18.67/7.02 POL(Right(x_1)) = 0 18.67/7.02 POL(Succ(x_1)) = 0 18.67/7.02 POL(True) = 1 18.67/7.02 POL(Zero) = 0 18.67/7.02 POL([]) = 1 18.67/7.02 POL(app(x_1, x_2)) = 1 + x_2 18.67/7.02 POL(new_asAs(x_1, x_2)) = 1 + x_2 18.67/7.02 POL(new_esEs10(x_1, x_2)) = 1 18.67/7.02 POL(new_esEs11(x_1, x_2)) = 1 18.67/7.02 POL(new_esEs12(x_1, x_2, x_3)) = 1 18.67/7.02 POL(new_esEs13(x_1, x_2)) = 1 18.67/7.02 POL(new_esEs14(x_1, x_2, x_3)) = 1 18.67/7.02 POL(new_esEs15(x_1, x_2, x_3, x_4)) = 1 18.67/7.02 POL(new_esEs16(x_1, x_2, x_3, x_4)) = 0 18.67/7.02 POL(new_esEs17(x_1, x_2)) = 1 18.67/7.02 POL(new_esEs18(x_1, x_2, x_3)) = x_3 18.67/7.02 POL(new_esEs19(x_1, x_2, x_3)) = 1 + x_3 18.67/7.02 POL(new_esEs20(x_1, x_2, x_3)) = 1 18.67/7.02 POL(new_esEs21(x_1, x_2, x_3)) = 1 + x_1 + x_2 18.67/7.02 POL(new_esEs22(x_1, x_2, x_3)) = 1 + x_1 + x_3 18.67/7.02 POL(new_esEs23(x_1, x_2, x_3)) = 1 18.67/7.02 POL(new_esEs24(x_1, x_2, x_3)) = 0 18.67/7.02 POL(new_esEs25(x_1, x_2, x_3)) = 1 18.67/7.02 POL(new_esEs26(x_1, x_2, x_3)) = 1 + x_3 18.67/7.02 POL(new_esEs4(x_1, x_2, x_3)) = 1 18.67/7.02 POL(new_esEs5(x_1, x_2)) = 1 18.67/7.02 POL(new_esEs6(x_1, x_2)) = 0 18.67/7.02 POL(new_esEs7(x_1, x_2)) = 1 18.67/7.02 POL(new_esEs8(x_1, x_2, x_3, x_4, x_5)) = 1 18.67/7.02 POL(new_esEs9(x_1, x_2)) = 0 18.67/7.02 POL(new_groupByZs1(x_1, x_2, x_3)) = x_2 18.67/7.02 POL(new_groupByZs10(x_1, x_2, x_3, x_4, x_5)) = 1 + x_3 18.67/7.02 POL(new_primEqInt(x_1, x_2)) = 0 18.67/7.02 POL(new_primEqNat0(x_1, x_2)) = 0 18.67/7.02 POL(new_primMulNat0(x_1, x_2)) = 0 18.67/7.02 POL(new_primPlusNat0(x_1, x_2)) = 0 18.67/7.02 POL(new_primPlusNat1(x_1, x_2)) = 0 18.67/7.02 POL(new_span2Ys01(x_1, x_2, x_3, x_4, x_5)) = 1 + x_1 + x_3 + x_5 18.67/7.02 POL(new_span2Ys02(x_1, x_2, x_3, x_4)) = 1 + x_2 18.67/7.02 POL(new_span2Ys03(x_1, x_2, x_3, x_4, x_5, x_6)) = 1 + x_4 18.67/7.02 POL(new_span2Ys04(x_1, x_2, x_3, x_4, x_5)) = 1 + x_3 18.67/7.02 POL(new_span2Ys2(x_1, x_2, x_3)) = x_1 + x_2 + x_3 18.67/7.02 POL(new_span2Ys3(x_1, x_2)) = x_1 18.67/7.02 POL(new_span2Zs01(x_1, x_2, x_3, x_4)) = x_2 + x_3 18.67/7.02 POL(new_span2Zs02(x_1, x_2, x_3, x_4, x_5)) = x_4 18.67/7.02 POL(new_span2Zs03(x_1, x_2, x_3, x_4, x_5, x_6)) = 1 + x_5 18.67/7.02 POL(new_span2Zs04(x_1, x_2, x_3, x_4, x_5)) = 1 + x_3 18.67/7.02 POL(new_span2Zs2(x_1, x_2, x_3)) = x_2 18.67/7.02 POL(new_span2Zs3(x_1, x_2)) = x_1 18.67/7.02 POL(new_sr(x_1, x_2)) = 0 18.67/7.02 POL(ty_@0) = 0 18.67/7.02 POL(ty_@2) = 0 18.67/7.02 POL(ty_@3) = 0 18.67/7.02 POL(ty_Bool) = 1 18.67/7.02 POL(ty_Char) = 1 18.67/7.02 POL(ty_Double) = 1 18.67/7.02 POL(ty_Either) = 0 18.67/7.02 POL(ty_Float) = 1 18.67/7.02 POL(ty_Int) = 0 18.67/7.02 POL(ty_Integer) = 1 18.67/7.02 POL(ty_Maybe) = 0 18.67/7.02 POL(ty_Ordering) = 1 18.67/7.02 POL(ty_Ratio) = 0 18.67/7.02 POL(ty_[]) = 0 18.67/7.02 18.67/7.02 18.67/7.02 18.67/7.02 18.67/7.02 From the DPs we obtained the following set of size-change graphs: 18.67/7.02 *new_groupBy(:(vuu30, vuu31), ba) -> new_groupBy(new_groupByZs1(vuu30, vuu31, ba), ba) (allowed arguments on rhs = {1, 2}) 18.67/7.02 The graph contains the following edges 1 > 1, 2 >= 2 18.67/7.02 18.67/7.02 18.67/7.02 18.67/7.02 We oriented the following set of usable rules [AAECC05,FROCOS05]. 18.67/7.02 18.67/7.02 new_span2Zs3([], ba) -> [] 18.67/7.02 new_span2Zs3(:(vuu3110, vuu3111), ba) -> new_span2Zs01(vuu3110, vuu3111, new_esEs4(Nothing, vuu3110, ba), ba) 18.67/7.02 new_span2Zs2(vuu18, [], eb) -> [] 18.67/7.02 new_span2Zs2(vuu18, :(vuu200, vuu201), eb) -> new_span2Zs04(vuu18, vuu200, vuu201, new_esEs4(Just(vuu18), vuu200, eb), eb) 18.67/7.02 new_span2Zs04(vuu18, vuu200, vuu201, True, eb) -> new_span2Zs03(vuu18, vuu200, vuu201, new_span2Ys2(vuu18, vuu201, eb), new_span2Zs2(vuu18, vuu201, eb), eb) 18.67/7.02 new_span2Zs04(vuu18, vuu200, vuu201, False, eb) -> :(vuu200, vuu201) 18.67/7.02 new_span2Zs03(vuu18, vuu200, vuu201, vuu52, vuu51, eb) -> vuu51 18.67/7.02 new_span2Zs02(vuu3110, vuu3111, vuu48, vuu47, ba) -> vuu47 18.67/7.02 new_span2Zs01(vuu3110, vuu3111, True, ba) -> new_span2Zs02(vuu3110, vuu3111, new_span2Ys3(vuu3111, ba), new_span2Zs3(vuu3111, ba), ba) 18.67/7.02 new_span2Zs01(vuu3110, vuu3111, False, ba) -> :(vuu3110, vuu3111) 18.67/7.02 new_span2Ys3([], ba) -> [] 18.67/7.02 new_span2Ys3(:(vuu3110, vuu3111), ba) -> new_span2Ys02(vuu3110, vuu3111, new_esEs4(Nothing, vuu3110, ba), ba) 18.67/7.02 new_span2Ys2(vuu9, [], bb) -> [] 18.67/7.02 new_span2Ys2(vuu9, :(vuu110, vuu111), bb) -> new_span2Ys01(vuu9, vuu110, vuu111, new_esEs4(Just(vuu9), vuu110, bb), bb) 18.67/7.02 new_span2Ys04(vuu3110, vuu3111, vuu46, vuu45, ba) -> :(vuu3110, vuu46) 18.67/7.02 new_span2Ys03(vuu9, vuu110, vuu111, vuu50, vuu49, bb) -> :(vuu110, vuu50) 18.67/7.02 new_span2Ys02(vuu3110, vuu3111, True, ba) -> new_span2Ys04(vuu3110, vuu3111, new_span2Ys3(vuu3111, ba), new_span2Zs3(vuu3111, ba), ba) 18.67/7.02 new_span2Ys02(vuu3110, vuu3111, False, ba) -> [] 18.67/7.02 new_span2Ys01(vuu9, vuu110, vuu111, True, bb) -> new_span2Ys03(vuu9, vuu110, vuu111, new_span2Ys2(vuu9, vuu111, bb), new_span2Zs2(vuu9, vuu111, bb), bb) 18.67/7.02 new_span2Ys01(vuu9, vuu110, vuu111, False, bb) -> [] 18.67/7.02 new_groupByZs10(vuu18, vuu19, vuu20, True, eb) -> new_span2Zs2(vuu18, vuu20, eb) 18.67/7.02 new_groupByZs10(vuu18, vuu19, vuu20, False, eb) -> :(Just(vuu19), vuu20) 18.67/7.02 new_groupByZs1(vuu30, [], ba) -> [] 18.67/7.02 new_groupByZs1(Nothing, :(Nothing, vuu311), ba) -> new_span2Zs3(vuu311, ba) 18.67/7.02 new_groupByZs1(Nothing, :(Just(vuu3100), vuu311), ba) -> :(Just(vuu3100), vuu311) 18.67/7.02 new_groupByZs1(Just(vuu300), :(Nothing, vuu311), ba) -> :(Nothing, vuu311) 18.67/7.02 new_groupByZs1(Just(vuu300), :(Just(vuu3100), vuu311), ba) -> new_groupByZs10(vuu300, vuu3100, vuu311, new_esEs26(vuu300, vuu3100, ba), ba) 18.67/7.02 new_esEs4(Nothing, Nothing, ec) -> True 18.67/7.02 new_esEs4(Nothing, Just(vuu31000), ec) -> False 18.67/7.02 18.67/7.02 ---------------------------------------- 18.67/7.02 18.67/7.02 (13) 18.67/7.02 YES 18.67/7.02 18.67/7.02 ---------------------------------------- 18.67/7.02 18.67/7.02 (14) 18.67/7.02 Obligation: 18.67/7.02 Q DP problem: 18.67/7.02 The TRS P consists of the following rules: 18.67/7.02 18.67/7.02 new_esEs2(Left(vuu3000), Left(vuu31000), app(app(ty_@2, bad), bae), hg) -> new_esEs3(vuu3000, vuu31000, bad, bae) 18.67/7.02 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ba, bb, app(ty_[], bg)) -> new_esEs1(vuu3002, vuu31002, bg) 18.67/7.02 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ba, bb, app(app(ty_@2, cb), cc)) -> new_esEs3(vuu3002, vuu31002, cb, cc) 18.67/7.02 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ba, bb, app(app(app(ty_@3, bc), bd), be)) -> new_esEs(vuu3002, vuu31002, bc, bd, be) 18.67/7.02 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(app(ty_@2, ef), eg), bb, cg) -> new_esEs3(vuu3000, vuu31000, ef, eg) 18.67/7.02 new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(ty_Maybe, bdf), bde) -> new_esEs0(vuu3000, vuu31000, bdf) 18.67/7.02 new_esEs2(Right(vuu3000), Right(vuu31000), baf, app(app(ty_Either, bbd), bbe)) -> new_esEs2(vuu3000, vuu31000, bbd, bbe) 18.67/7.02 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(ty_[], ec), bb, cg) -> new_esEs1(vuu3000, vuu31000, ec) 18.67/7.02 new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bbh, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vuu3001, vuu31001, bcf, bcg) 18.67/7.02 new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(ty_Maybe, gf)) -> new_esEs0(vuu3000, vuu31000, gf) 18.67/7.02 new_esEs2(Left(vuu3000), Left(vuu31000), app(ty_[], baa), hg) -> new_esEs1(vuu3000, vuu31000, baa) 18.67/7.02 new_esEs2(Right(vuu3000), Right(vuu31000), baf, app(app(app(ty_@3, bag), bah), bba)) -> new_esEs(vuu3000, vuu31000, bag, bah, bba) 18.67/7.02 new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bbh, app(ty_Maybe, bcd)) -> new_esEs0(vuu3001, vuu31001, bcd) 18.67/7.02 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ba, app(ty_[], db), cg) -> new_esEs1(vuu3001, vuu31001, db) 18.67/7.02 new_esEs0(Just(vuu3000), Just(vuu31000), app(app(ty_Either, ff), fg)) -> new_esEs2(vuu3000, vuu31000, ff, fg) 18.67/7.02 new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(app(app(ty_@3, gc), gd), ge)) -> new_esEs(vuu3000, vuu31000, gc, gd, ge) 18.67/7.02 new_esEs2(Left(vuu3000), Left(vuu31000), app(ty_Maybe, hh), hg) -> new_esEs0(vuu3000, vuu31000, hh) 18.67/7.02 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(ty_Maybe, eb), bb, cg) -> new_esEs0(vuu3000, vuu31000, eb) 18.67/7.02 new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(app(ty_Either, gh), ha)) -> new_esEs2(vuu3000, vuu31000, gh, ha) 18.67/7.02 new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(app(ty_Either, bdh), bea), bde) -> new_esEs2(vuu3000, vuu31000, bdh, bea) 18.67/7.02 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ba, app(ty_Maybe, da), cg) -> new_esEs0(vuu3001, vuu31001, da) 18.67/7.02 new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bbh, app(app(app(ty_@3, bca), bcb), bcc)) -> new_esEs(vuu3001, vuu31001, bca, bcb, bcc) 18.67/7.02 new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bbh, app(app(ty_@2, bch), bda)) -> new_esEs3(vuu3001, vuu31001, bch, bda) 18.67/7.02 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ba, app(app(app(ty_@3, cd), ce), cf), cg) -> new_esEs(vuu3001, vuu31001, cd, ce, cf) 18.67/7.02 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ba, bb, app(ty_Maybe, bf)) -> new_esEs0(vuu3002, vuu31002, bf) 18.67/7.02 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ba, bb, app(app(ty_Either, bh), ca)) -> new_esEs2(vuu3002, vuu31002, bh, ca) 18.67/7.02 new_esEs2(Left(vuu3000), Left(vuu31000), app(app(ty_Either, bab), bac), hg) -> new_esEs2(vuu3000, vuu31000, bab, bac) 18.67/7.02 new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bbh, app(ty_[], bce)) -> new_esEs1(vuu3001, vuu31001, bce) 18.67/7.02 new_esEs2(Right(vuu3000), Right(vuu31000), baf, app(ty_[], bbc)) -> new_esEs1(vuu3000, vuu31000, bbc) 18.67/7.02 new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(app(app(ty_@3, bdb), bdc), bdd), bde) -> new_esEs(vuu3000, vuu31000, bdb, bdc, bdd) 18.67/7.02 new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(app(ty_@2, beb), bec), bde) -> new_esEs3(vuu3000, vuu31000, beb, bec) 18.67/7.02 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ba, app(app(ty_Either, dc), dd), cg) -> new_esEs2(vuu3001, vuu31001, dc, dd) 18.67/7.02 new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), gb) -> new_esEs1(vuu3001, vuu31001, gb) 18.67/7.02 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(app(app(ty_@3, dg), dh), ea), bb, cg) -> new_esEs(vuu3000, vuu31000, dg, dh, ea) 18.67/7.02 new_esEs2(Right(vuu3000), Right(vuu31000), baf, app(app(ty_@2, bbf), bbg)) -> new_esEs3(vuu3000, vuu31000, bbf, bbg) 18.67/7.02 new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(ty_[], gg)) -> new_esEs1(vuu3000, vuu31000, gg) 18.67/7.02 new_esEs2(Left(vuu3000), Left(vuu31000), app(app(app(ty_@3, hd), he), hf), hg) -> new_esEs(vuu3000, vuu31000, hd, he, hf) 18.67/7.02 new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(app(ty_@2, hb), hc)) -> new_esEs3(vuu3000, vuu31000, hb, hc) 18.67/7.02 new_esEs0(Just(vuu3000), Just(vuu31000), app(app(ty_@2, fh), ga)) -> new_esEs3(vuu3000, vuu31000, fh, ga) 18.67/7.02 new_esEs0(Just(vuu3000), Just(vuu31000), app(ty_Maybe, fc)) -> new_esEs0(vuu3000, vuu31000, fc) 18.67/7.02 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(app(ty_Either, ed), ee), bb, cg) -> new_esEs2(vuu3000, vuu31000, ed, ee) 18.67/7.02 new_esEs2(Right(vuu3000), Right(vuu31000), baf, app(ty_Maybe, bbb)) -> new_esEs0(vuu3000, vuu31000, bbb) 18.67/7.02 new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ba, app(app(ty_@2, de), df), cg) -> new_esEs3(vuu3001, vuu31001, de, df) 18.67/7.02 new_esEs0(Just(vuu3000), Just(vuu31000), app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vuu3000, vuu31000, eh, fa, fb) 18.67/7.02 new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(ty_[], bdg), bde) -> new_esEs1(vuu3000, vuu31000, bdg) 18.67/7.02 new_esEs0(Just(vuu3000), Just(vuu31000), app(ty_[], fd)) -> new_esEs1(vuu3000, vuu31000, fd) 18.67/7.02 18.67/7.02 R is empty. 18.67/7.02 Q is empty. 18.67/7.02 We have to consider all minimal (P,Q,R)-chains. 18.67/7.02 ---------------------------------------- 18.67/7.02 18.67/7.02 (15) QDPSizeChangeProof (EQUIVALENT) 18.67/7.02 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. 18.67/7.02 18.67/7.02 From the DPs we obtained the following set of size-change graphs: 18.67/7.02 *new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(app(ty_Either, gh), ha)) -> new_esEs2(vuu3000, vuu31000, gh, ha) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(app(app(ty_@3, gc), gd), ge)) -> new_esEs(vuu3000, vuu31000, gc, gd, ge) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs0(Just(vuu3000), Just(vuu31000), app(app(ty_Either, ff), fg)) -> new_esEs2(vuu3000, vuu31000, ff, fg) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(app(ty_@2, hb), hc)) -> new_esEs3(vuu3000, vuu31000, hb, hc) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs0(Just(vuu3000), Just(vuu31000), app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vuu3000, vuu31000, eh, fa, fb) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs0(Just(vuu3000), Just(vuu31000), app(app(ty_@2, fh), ga)) -> new_esEs3(vuu3000, vuu31000, fh, ga) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(ty_Maybe, gf)) -> new_esEs0(vuu3000, vuu31000, gf) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs0(Just(vuu3000), Just(vuu31000), app(ty_[], fd)) -> new_esEs1(vuu3000, vuu31000, fd) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs0(Just(vuu3000), Just(vuu31000), app(ty_Maybe, fc)) -> new_esEs0(vuu3000, vuu31000, fc) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bbh, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vuu3001, vuu31001, bcf, bcg) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(app(ty_Either, bdh), bea), bde) -> new_esEs2(vuu3000, vuu31000, bdh, bea) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bbh, app(app(app(ty_@3, bca), bcb), bcc)) -> new_esEs(vuu3001, vuu31001, bca, bcb, bcc) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(app(app(ty_@3, bdb), bdc), bdd), bde) -> new_esEs(vuu3000, vuu31000, bdb, bdc, bdd) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bbh, app(app(ty_@2, bch), bda)) -> new_esEs3(vuu3001, vuu31001, bch, bda) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(app(ty_@2, beb), bec), bde) -> new_esEs3(vuu3000, vuu31000, beb, bec) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bbh, app(ty_[], bce)) -> new_esEs1(vuu3001, vuu31001, bce) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(ty_[], bdg), bde) -> new_esEs1(vuu3000, vuu31000, bdg) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), app(ty_Maybe, bdf), bde) -> new_esEs0(vuu3000, vuu31000, bdf) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs3(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), bbh, app(ty_Maybe, bcd)) -> new_esEs0(vuu3001, vuu31001, bcd) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ba, bb, app(app(ty_Either, bh), ca)) -> new_esEs2(vuu3002, vuu31002, bh, ca) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ba, app(app(ty_Either, dc), dd), cg) -> new_esEs2(vuu3001, vuu31001, dc, dd) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(app(ty_Either, ed), ee), bb, cg) -> new_esEs2(vuu3000, vuu31000, ed, ee) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs2(Right(vuu3000), Right(vuu31000), baf, app(app(ty_Either, bbd), bbe)) -> new_esEs2(vuu3000, vuu31000, bbd, bbe) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs2(Left(vuu3000), Left(vuu31000), app(app(ty_Either, bab), bac), hg) -> new_esEs2(vuu3000, vuu31000, bab, bac) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), gb) -> new_esEs1(vuu3001, vuu31001, gb) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs1(:(vuu3000, vuu3001), :(vuu31000, vuu31001), app(ty_[], gg)) -> new_esEs1(vuu3000, vuu31000, gg) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ba, bb, app(app(app(ty_@3, bc), bd), be)) -> new_esEs(vuu3002, vuu31002, bc, bd, be) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ba, app(app(app(ty_@3, cd), ce), cf), cg) -> new_esEs(vuu3001, vuu31001, cd, ce, cf) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(app(app(ty_@3, dg), dh), ea), bb, cg) -> new_esEs(vuu3000, vuu31000, dg, dh, ea) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs2(Right(vuu3000), Right(vuu31000), baf, app(app(app(ty_@3, bag), bah), bba)) -> new_esEs(vuu3000, vuu31000, bag, bah, bba) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs2(Left(vuu3000), Left(vuu31000), app(app(app(ty_@3, hd), he), hf), hg) -> new_esEs(vuu3000, vuu31000, hd, he, hf) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ba, bb, app(app(ty_@2, cb), cc)) -> new_esEs3(vuu3002, vuu31002, cb, cc) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(app(ty_@2, ef), eg), bb, cg) -> new_esEs3(vuu3000, vuu31000, ef, eg) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ba, app(app(ty_@2, de), df), cg) -> new_esEs3(vuu3001, vuu31001, de, df) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ba, bb, app(ty_[], bg)) -> new_esEs1(vuu3002, vuu31002, bg) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(ty_[], ec), bb, cg) -> new_esEs1(vuu3000, vuu31000, ec) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ba, app(ty_[], db), cg) -> new_esEs1(vuu3001, vuu31001, db) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), app(ty_Maybe, eb), bb, cg) -> new_esEs0(vuu3000, vuu31000, eb) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ba, app(ty_Maybe, da), cg) -> new_esEs0(vuu3001, vuu31001, da) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), ba, bb, app(ty_Maybe, bf)) -> new_esEs0(vuu3002, vuu31002, bf) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs2(Left(vuu3000), Left(vuu31000), app(app(ty_@2, bad), bae), hg) -> new_esEs3(vuu3000, vuu31000, bad, bae) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs2(Right(vuu3000), Right(vuu31000), baf, app(app(ty_@2, bbf), bbg)) -> new_esEs3(vuu3000, vuu31000, bbf, bbg) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs2(Left(vuu3000), Left(vuu31000), app(ty_[], baa), hg) -> new_esEs1(vuu3000, vuu31000, baa) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs2(Right(vuu3000), Right(vuu31000), baf, app(ty_[], bbc)) -> new_esEs1(vuu3000, vuu31000, bbc) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs2(Left(vuu3000), Left(vuu31000), app(ty_Maybe, hh), hg) -> new_esEs0(vuu3000, vuu31000, hh) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.67/7.02 18.67/7.02 18.67/7.02 *new_esEs2(Right(vuu3000), Right(vuu31000), baf, app(ty_Maybe, bbb)) -> new_esEs0(vuu3000, vuu31000, bbb) 18.67/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.67/7.02 18.67/7.02 18.67/7.02 ---------------------------------------- 18.67/7.02 18.67/7.02 (16) 18.67/7.02 YES 18.67/7.02 18.67/7.02 ---------------------------------------- 18.67/7.02 18.67/7.02 (17) 18.67/7.02 Obligation: 18.67/7.02 Q DP problem: 18.67/7.02 The TRS P consists of the following rules: 18.67/7.02 18.67/7.02 new_span2Ys0(vuu9, vuu110, vuu111, True, bb) -> new_span2Zs(vuu9, vuu111, bb) 18.67/7.02 new_span2Ys(vuu9, :(vuu110, vuu111), bb) -> new_span2Ys0(vuu9, vuu110, vuu111, new_esEs4(Just(vuu9), vuu110, bb), bb) 18.67/7.02 new_span2Zs0(vuu18, vuu200, vuu201, True, ba) -> new_span2Ys(vuu18, vuu201, ba) 18.67/7.02 new_span2Zs(vuu18, :(vuu200, vuu201), ba) -> new_span2Zs0(vuu18, vuu200, vuu201, new_esEs4(Just(vuu18), vuu200, ba), ba) 18.67/7.02 new_span2Ys0(vuu9, vuu110, vuu111, True, bb) -> new_span2Ys(vuu9, vuu111, bb) 18.67/7.02 new_span2Zs0(vuu18, vuu200, vuu201, True, ba) -> new_span2Zs(vuu18, vuu201, ba) 18.67/7.02 18.67/7.02 The TRS R consists of the following rules: 18.67/7.02 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Double, hb) -> new_esEs9(vuu3000, vuu31000) 18.67/7.02 new_esEs23(vuu3002, vuu31002, ty_Int) -> new_esEs6(vuu3002, vuu31002) 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), app(app(ty_@2, bac), bad), hb) -> new_esEs16(vuu3000, vuu31000, bac, bad) 18.67/7.02 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 18.67/7.02 new_esEs24(vuu3001, vuu31001, ty_Integer) -> new_esEs7(vuu3001, vuu31001) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Int) -> new_esEs6(vuu3000, vuu31000) 18.67/7.02 new_primPlusNat0(Zero, Zero) -> Zero 18.67/7.02 new_esEs22(vuu3000, vuu31000, ty_Bool) -> new_esEs13(vuu3000, vuu31000) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Char) -> new_esEs17(vuu3000, vuu31000) 18.67/7.02 new_esEs11(LT, EQ) -> False 18.67/7.02 new_esEs11(EQ, LT) -> False 18.67/7.02 new_esEs15(Left(vuu3000), Right(vuu31000), bae, hb) -> False 18.67/7.02 new_esEs15(Right(vuu3000), Left(vuu31000), bae, hb) -> False 18.67/7.02 new_esEs23(vuu3002, vuu31002, ty_Char) -> new_esEs17(vuu3002, vuu31002) 18.67/7.02 new_esEs24(vuu3001, vuu31001, app(ty_Maybe, bdh)) -> new_esEs4(vuu3001, vuu31001, bdh) 18.67/7.02 new_esEs22(vuu3000, vuu31000, app(app(ty_Either, gf), gg)) -> new_esEs15(vuu3000, vuu31000, gf, gg) 18.67/7.02 new_esEs12(:%(vuu3000, vuu3001), :%(vuu31000, vuu31001), cf) -> new_asAs(new_esEs19(vuu3000, vuu31000, cf), new_esEs18(vuu3001, vuu31001, cf)) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), bae, ty_Char) -> new_esEs17(vuu3000, vuu31000) 18.67/7.02 new_esEs14(:(vuu3000, vuu3001), :(vuu31000, vuu31001), cg) -> new_asAs(new_esEs20(vuu3000, vuu31000, cg), new_esEs14(vuu3001, vuu31001, cg)) 18.67/7.02 new_esEs24(vuu3001, vuu31001, ty_Ordering) -> new_esEs11(vuu3001, vuu31001) 18.67/7.02 new_esEs11(LT, GT) -> False 18.67/7.02 new_esEs11(GT, LT) -> False 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), app(ty_Maybe, hf), hb) -> new_esEs4(vuu3000, vuu31000, hf) 18.67/7.02 new_esEs13(False, False) -> True 18.67/7.02 new_esEs22(vuu3000, vuu31000, app(ty_Ratio, gd)) -> new_esEs12(vuu3000, vuu31000, gd) 18.67/7.02 new_primMulNat0(Succ(vuu300000), Succ(vuu3100100)) -> new_primPlusNat1(new_primMulNat0(vuu300000, Succ(vuu3100100)), vuu3100100) 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), ty_@0, hb) -> new_esEs10(vuu3000, vuu31000) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), bae, app(ty_Ratio, bbb)) -> new_esEs12(vuu3000, vuu31000, bbb) 18.67/7.02 new_esEs25(vuu3000, vuu31000, ty_Char) -> new_esEs17(vuu3000, vuu31000) 18.67/7.02 new_esEs25(vuu3000, vuu31000, ty_Int) -> new_esEs6(vuu3000, vuu31000) 18.67/7.02 new_asAs(True, vuu40) -> vuu40 18.67/7.02 new_esEs23(vuu3002, vuu31002, ty_Double) -> new_esEs9(vuu3002, vuu31002) 18.67/7.02 new_esEs21(vuu3001, vuu31001, ty_@0) -> new_esEs10(vuu3001, vuu31001) 18.67/7.02 new_esEs22(vuu3000, vuu31000, ty_Integer) -> new_esEs7(vuu3000, vuu31000) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), bae, ty_Double) -> new_esEs9(vuu3000, vuu31000) 18.67/7.02 new_esEs24(vuu3001, vuu31001, app(app(ty_Either, bec), bed)) -> new_esEs15(vuu3001, vuu31001, bec, bed) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), bae, app(app(app(ty_@3, baf), bag), bah)) -> new_esEs8(vuu3000, vuu31000, baf, bag, bah) 18.67/7.02 new_esEs24(vuu3001, vuu31001, ty_Float) -> new_esEs5(vuu3001, vuu31001) 18.67/7.02 new_esEs22(vuu3000, vuu31000, ty_Ordering) -> new_esEs11(vuu3000, vuu31000) 18.67/7.02 new_primEqInt(Pos(Succ(vuu30000)), Pos(Zero)) -> False 18.67/7.02 new_primEqInt(Pos(Zero), Pos(Succ(vuu310000))) -> False 18.67/7.02 new_esEs24(vuu3001, vuu31001, ty_@0) -> new_esEs10(vuu3001, vuu31001) 18.67/7.02 new_esEs24(vuu3001, vuu31001, app(ty_Ratio, bea)) -> new_esEs12(vuu3001, vuu31001, bea) 18.67/7.02 new_esEs19(vuu3000, vuu31000, ty_Int) -> new_esEs6(vuu3000, vuu31000) 18.67/7.02 new_esEs24(vuu3001, vuu31001, ty_Bool) -> new_esEs13(vuu3001, vuu31001) 18.67/7.02 new_esEs5(Float(vuu3000, vuu3001), Float(vuu31000, vuu31001)) -> new_esEs6(new_sr(vuu3000, vuu31001), new_sr(vuu3001, vuu31000)) 18.67/7.02 new_esEs22(vuu3000, vuu31000, app(ty_Maybe, gc)) -> new_esEs4(vuu3000, vuu31000, gc) 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), app(ty_Ratio, hg), hb) -> new_esEs12(vuu3000, vuu31000, hg) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), bae, ty_Int) -> new_esEs6(vuu3000, vuu31000) 18.67/7.02 new_primEqNat0(Succ(vuu30000), Succ(vuu310000)) -> new_primEqNat0(vuu30000, vuu310000) 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Float, hb) -> new_esEs5(vuu3000, vuu31000) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), bae, ty_Float) -> new_esEs5(vuu3000, vuu31000) 18.67/7.02 new_esEs17(Char(vuu3000), Char(vuu31000)) -> new_primEqNat0(vuu3000, vuu31000) 18.67/7.02 new_esEs22(vuu3000, vuu31000, ty_Float) -> new_esEs5(vuu3000, vuu31000) 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Ordering, hb) -> new_esEs11(vuu3000, vuu31000) 18.67/7.02 new_esEs14([], [], cg) -> True 18.67/7.02 new_esEs20(vuu3000, vuu31000, ty_Ordering) -> new_esEs11(vuu3000, vuu31000) 18.67/7.02 new_primMulNat0(Zero, Zero) -> Zero 18.67/7.02 new_esEs23(vuu3002, vuu31002, ty_@0) -> new_esEs10(vuu3002, vuu31002) 18.67/7.02 new_esEs24(vuu3001, vuu31001, app(ty_[], beb)) -> new_esEs14(vuu3001, vuu31001, beb) 18.67/7.02 new_esEs25(vuu3000, vuu31000, ty_Double) -> new_esEs9(vuu3000, vuu31000) 18.67/7.02 new_esEs21(vuu3001, vuu31001, app(app(app(ty_@3, ee), ef), eg)) -> new_esEs8(vuu3001, vuu31001, ee, ef, eg) 18.67/7.02 new_esEs20(vuu3000, vuu31000, ty_Integer) -> new_esEs7(vuu3000, vuu31000) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), bae, ty_@0) -> new_esEs10(vuu3000, vuu31000) 18.67/7.02 new_esEs23(vuu3002, vuu31002, app(app(ty_@2, bdc), bdd)) -> new_esEs16(vuu3002, vuu31002, bdc, bdd) 18.67/7.02 new_esEs4(Nothing, Nothing, bc) -> True 18.67/7.02 new_esEs11(EQ, GT) -> False 18.67/7.02 new_esEs11(GT, EQ) -> False 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Integer, hb) -> new_esEs7(vuu3000, vuu31000) 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), app(app(ty_Either, baa), bab), hb) -> new_esEs15(vuu3000, vuu31000, baa, bab) 18.67/7.02 new_esEs4(Nothing, Just(vuu31000), bc) -> False 18.67/7.02 new_esEs4(Just(vuu3000), Nothing, bc) -> False 18.67/7.02 new_primEqNat0(Succ(vuu30000), Zero) -> False 18.67/7.02 new_primEqNat0(Zero, Succ(vuu310000)) -> False 18.67/7.02 new_esEs22(vuu3000, vuu31000, ty_@0) -> new_esEs10(vuu3000, vuu31000) 18.67/7.02 new_esEs23(vuu3002, vuu31002, app(ty_[], bch)) -> new_esEs14(vuu3002, vuu31002, bch) 18.67/7.02 new_esEs22(vuu3000, vuu31000, app(app(ty_@2, gh), ha)) -> new_esEs16(vuu3000, vuu31000, gh, ha) 18.67/7.02 new_esEs25(vuu3000, vuu31000, app(app(ty_Either, bfe), bff)) -> new_esEs15(vuu3000, vuu31000, bfe, bff) 18.67/7.02 new_esEs22(vuu3000, vuu31000, app(app(app(ty_@3, fh), ga), gb)) -> new_esEs8(vuu3000, vuu31000, fh, ga, gb) 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Int, hb) -> new_esEs6(vuu3000, vuu31000) 18.67/7.02 new_esEs20(vuu3000, vuu31000, app(app(ty_Either, dg), dh)) -> new_esEs15(vuu3000, vuu31000, dg, dh) 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Char, hb) -> new_esEs17(vuu3000, vuu31000) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), app(app(app(ty_@3, bd), be), bf)) -> new_esEs8(vuu3000, vuu31000, bd, be, bf) 18.67/7.02 new_primEqInt(Neg(Succ(vuu30000)), Neg(Zero)) -> False 18.67/7.02 new_primEqInt(Neg(Zero), Neg(Succ(vuu310000))) -> False 18.67/7.02 new_esEs11(GT, GT) -> True 18.67/7.02 new_primEqInt(Pos(Succ(vuu30000)), Pos(Succ(vuu310000))) -> new_primEqNat0(vuu30000, vuu310000) 18.67/7.02 new_esEs13(False, True) -> False 18.67/7.02 new_esEs13(True, False) -> False 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), app(app(app(ty_@3, hc), hd), he), hb) -> new_esEs8(vuu3000, vuu31000, hc, hd, he) 18.67/7.02 new_esEs11(EQ, EQ) -> True 18.67/7.02 new_esEs24(vuu3001, vuu31001, ty_Double) -> new_esEs9(vuu3001, vuu31001) 18.67/7.02 new_esEs23(vuu3002, vuu31002, ty_Float) -> new_esEs5(vuu3002, vuu31002) 18.67/7.02 new_sr(Pos(vuu30000), Neg(vuu310010)) -> Neg(new_primMulNat0(vuu30000, vuu310010)) 18.67/7.02 new_sr(Neg(vuu30000), Pos(vuu310010)) -> Neg(new_primMulNat0(vuu30000, vuu310010)) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Integer) -> new_esEs7(vuu3000, vuu31000) 18.67/7.02 new_esEs21(vuu3001, vuu31001, ty_Char) -> new_esEs17(vuu3001, vuu31001) 18.67/7.02 new_primEqInt(Pos(Succ(vuu30000)), Neg(vuu31000)) -> False 18.67/7.02 new_primEqInt(Neg(Succ(vuu30000)), Pos(vuu31000)) -> False 18.67/7.02 new_esEs21(vuu3001, vuu31001, ty_Ordering) -> new_esEs11(vuu3001, vuu31001) 18.67/7.02 new_esEs21(vuu3001, vuu31001, ty_Int) -> new_esEs6(vuu3001, vuu31001) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Ordering) -> new_esEs11(vuu3000, vuu31000) 18.67/7.02 new_esEs21(vuu3001, vuu31001, ty_Integer) -> new_esEs7(vuu3001, vuu31001) 18.67/7.02 new_esEs14(:(vuu3000, vuu3001), [], cg) -> False 18.67/7.02 new_esEs14([], :(vuu31000, vuu31001), cg) -> False 18.67/7.02 new_esEs25(vuu3000, vuu31000, ty_Ordering) -> new_esEs11(vuu3000, vuu31000) 18.67/7.02 new_esEs25(vuu3000, vuu31000, app(app(app(ty_@3, beg), beh), bfa)) -> new_esEs8(vuu3000, vuu31000, beg, beh, bfa) 18.67/7.02 new_esEs23(vuu3002, vuu31002, app(ty_Ratio, bcg)) -> new_esEs12(vuu3002, vuu31002, bcg) 18.67/7.02 new_esEs8(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), bbh, bca, bcb) -> new_asAs(new_esEs25(vuu3000, vuu31000, bbh), new_asAs(new_esEs24(vuu3001, vuu31001, bca), new_esEs23(vuu3002, vuu31002, bcb))) 18.67/7.02 new_esEs23(vuu3002, vuu31002, ty_Bool) -> new_esEs13(vuu3002, vuu31002) 18.67/7.02 new_esEs20(vuu3000, vuu31000, ty_Double) -> new_esEs9(vuu3000, vuu31000) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), app(ty_Ratio, bh)) -> new_esEs12(vuu3000, vuu31000, bh) 18.67/7.02 new_sr(Neg(vuu30000), Neg(vuu310010)) -> Pos(new_primMulNat0(vuu30000, vuu310010)) 18.67/7.02 new_esEs21(vuu3001, vuu31001, app(app(ty_Either, fc), fd)) -> new_esEs15(vuu3001, vuu31001, fc, fd) 18.67/7.02 new_esEs21(vuu3001, vuu31001, ty_Bool) -> new_esEs13(vuu3001, vuu31001) 18.67/7.02 new_esEs22(vuu3000, vuu31000, ty_Int) -> new_esEs6(vuu3000, vuu31000) 18.67/7.02 new_esEs9(Double(vuu3000, vuu3001), Double(vuu31000, vuu31001)) -> new_esEs6(new_sr(vuu3000, vuu31001), new_sr(vuu3001, vuu31000)) 18.67/7.02 new_esEs25(vuu3000, vuu31000, ty_Float) -> new_esEs5(vuu3000, vuu31000) 18.67/7.02 new_esEs22(vuu3000, vuu31000, ty_Char) -> new_esEs17(vuu3000, vuu31000) 18.67/7.02 new_primEqInt(Pos(Zero), Neg(Succ(vuu310000))) -> False 18.67/7.02 new_primEqInt(Neg(Zero), Pos(Succ(vuu310000))) -> False 18.67/7.02 new_esEs23(vuu3002, vuu31002, app(ty_Maybe, bcf)) -> new_esEs4(vuu3002, vuu31002, bcf) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), bae, ty_Bool) -> new_esEs13(vuu3000, vuu31000) 18.67/7.02 new_esEs23(vuu3002, vuu31002, ty_Integer) -> new_esEs7(vuu3002, vuu31002) 18.67/7.02 new_esEs23(vuu3002, vuu31002, ty_Ordering) -> new_esEs11(vuu3002, vuu31002) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), app(app(ty_Either, cb), cc)) -> new_esEs15(vuu3000, vuu31000, cb, cc) 18.67/7.02 new_primPlusNat0(Succ(vuu5300), Succ(vuu31001000)) -> Succ(Succ(new_primPlusNat0(vuu5300, vuu31001000))) 18.67/7.02 new_esEs20(vuu3000, vuu31000, app(ty_[], df)) -> new_esEs14(vuu3000, vuu31000, df) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), bae, app(app(ty_@2, bbf), bbg)) -> new_esEs16(vuu3000, vuu31000, bbf, bbg) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Bool) -> new_esEs13(vuu3000, vuu31000) 18.67/7.02 new_esEs19(vuu3000, vuu31000, ty_Integer) -> new_esEs7(vuu3000, vuu31000) 18.67/7.02 new_esEs10(@0, @0) -> True 18.67/7.02 new_esEs6(vuu300, vuu3100) -> new_primEqInt(vuu300, vuu3100) 18.67/7.02 new_esEs20(vuu3000, vuu31000, ty_Char) -> new_esEs17(vuu3000, vuu31000) 18.67/7.02 new_primEqInt(Neg(Succ(vuu30000)), Neg(Succ(vuu310000))) -> new_primEqNat0(vuu30000, vuu310000) 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Bool, hb) -> new_esEs13(vuu3000, vuu31000) 18.67/7.02 new_esEs20(vuu3000, vuu31000, ty_Int) -> new_esEs6(vuu3000, vuu31000) 18.67/7.02 new_esEs21(vuu3001, vuu31001, app(ty_Ratio, fa)) -> new_esEs12(vuu3001, vuu31001, fa) 18.67/7.02 new_esEs22(vuu3000, vuu31000, ty_Double) -> new_esEs9(vuu3000, vuu31000) 18.67/7.02 new_esEs23(vuu3002, vuu31002, app(app(app(ty_@3, bcc), bcd), bce)) -> new_esEs8(vuu3002, vuu31002, bcc, bcd, bce) 18.67/7.02 new_esEs21(vuu3001, vuu31001, app(app(ty_@2, ff), fg)) -> new_esEs16(vuu3001, vuu31001, ff, fg) 18.67/7.02 new_esEs25(vuu3000, vuu31000, app(ty_[], bfd)) -> new_esEs14(vuu3000, vuu31000, bfd) 18.67/7.02 new_esEs25(vuu3000, vuu31000, ty_Integer) -> new_esEs7(vuu3000, vuu31000) 18.67/7.02 new_primMulNat0(Succ(vuu300000), Zero) -> Zero 18.67/7.02 new_primMulNat0(Zero, Succ(vuu3100100)) -> Zero 18.67/7.02 new_sr(Pos(vuu30000), Pos(vuu310010)) -> Pos(new_primMulNat0(vuu30000, vuu310010)) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), bae, ty_Integer) -> new_esEs7(vuu3000, vuu31000) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), bae, ty_Ordering) -> new_esEs11(vuu3000, vuu31000) 18.67/7.02 new_esEs24(vuu3001, vuu31001, app(app(ty_@2, bee), bef)) -> new_esEs16(vuu3001, vuu31001, bee, bef) 18.67/7.02 new_esEs22(vuu3000, vuu31000, app(ty_[], ge)) -> new_esEs14(vuu3000, vuu31000, ge) 18.67/7.02 new_esEs25(vuu3000, vuu31000, app(ty_Maybe, bfb)) -> new_esEs4(vuu3000, vuu31000, bfb) 18.67/7.02 new_primPlusNat1(Succ(vuu530), vuu3100100) -> Succ(Succ(new_primPlusNat0(vuu530, vuu3100100))) 18.67/7.02 new_esEs20(vuu3000, vuu31000, app(app(app(ty_@3, da), db), dc)) -> new_esEs8(vuu3000, vuu31000, da, db, dc) 18.67/7.02 new_primPlusNat0(Succ(vuu5300), Zero) -> Succ(vuu5300) 18.67/7.02 new_primPlusNat0(Zero, Succ(vuu31001000)) -> Succ(vuu31001000) 18.67/7.02 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 18.67/7.02 new_esEs11(LT, LT) -> True 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), app(app(ty_@2, cd), ce)) -> new_esEs16(vuu3000, vuu31000, cd, ce) 18.67/7.02 new_primPlusNat1(Zero, vuu3100100) -> Succ(vuu3100100) 18.67/7.02 new_esEs16(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), ec, ed) -> new_asAs(new_esEs22(vuu3000, vuu31000, ec), new_esEs21(vuu3001, vuu31001, ed)) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), bae, app(app(ty_Either, bbd), bbe)) -> new_esEs15(vuu3000, vuu31000, bbd, bbe) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), ty_@0) -> new_esEs10(vuu3000, vuu31000) 18.67/7.02 new_esEs20(vuu3000, vuu31000, app(ty_Maybe, dd)) -> new_esEs4(vuu3000, vuu31000, dd) 18.67/7.02 new_esEs21(vuu3001, vuu31001, ty_Float) -> new_esEs5(vuu3001, vuu31001) 18.67/7.02 new_esEs13(True, True) -> True 18.67/7.02 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 18.67/7.02 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Float) -> new_esEs5(vuu3000, vuu31000) 18.67/7.02 new_esEs15(Left(vuu3000), Left(vuu31000), app(ty_[], hh), hb) -> new_esEs14(vuu3000, vuu31000, hh) 18.67/7.02 new_esEs25(vuu3000, vuu31000, app(ty_Ratio, bfc)) -> new_esEs12(vuu3000, vuu31000, bfc) 18.67/7.02 new_esEs25(vuu3000, vuu31000, ty_@0) -> new_esEs10(vuu3000, vuu31000) 18.67/7.02 new_primEqNat0(Zero, Zero) -> True 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Double) -> new_esEs9(vuu3000, vuu31000) 18.67/7.02 new_esEs18(vuu3001, vuu31001, ty_Int) -> new_esEs6(vuu3001, vuu31001) 18.67/7.02 new_esEs20(vuu3000, vuu31000, ty_Float) -> new_esEs5(vuu3000, vuu31000) 18.67/7.02 new_esEs20(vuu3000, vuu31000, app(ty_Ratio, de)) -> new_esEs12(vuu3000, vuu31000, de) 18.67/7.02 new_esEs21(vuu3001, vuu31001, app(ty_Maybe, eh)) -> new_esEs4(vuu3001, vuu31001, eh) 18.67/7.02 new_esEs20(vuu3000, vuu31000, ty_Bool) -> new_esEs13(vuu3000, vuu31000) 18.67/7.02 new_esEs25(vuu3000, vuu31000, ty_Bool) -> new_esEs13(vuu3000, vuu31000) 18.67/7.02 new_esEs20(vuu3000, vuu31000, ty_@0) -> new_esEs10(vuu3000, vuu31000) 18.67/7.02 new_esEs21(vuu3001, vuu31001, app(ty_[], fb)) -> new_esEs14(vuu3001, vuu31001, fb) 18.67/7.02 new_asAs(False, vuu40) -> False 18.67/7.02 new_esEs25(vuu3000, vuu31000, app(app(ty_@2, bfg), bfh)) -> new_esEs16(vuu3000, vuu31000, bfg, bfh) 18.67/7.02 new_esEs18(vuu3001, vuu31001, ty_Integer) -> new_esEs7(vuu3001, vuu31001) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), bae, app(ty_[], bbc)) -> new_esEs14(vuu3000, vuu31000, bbc) 18.67/7.02 new_esEs20(vuu3000, vuu31000, app(app(ty_@2, ea), eb)) -> new_esEs16(vuu3000, vuu31000, ea, eb) 18.67/7.02 new_esEs24(vuu3001, vuu31001, ty_Int) -> new_esEs6(vuu3001, vuu31001) 18.67/7.02 new_esEs24(vuu3001, vuu31001, app(app(app(ty_@3, bde), bdf), bdg)) -> new_esEs8(vuu3001, vuu31001, bde, bdf, bdg) 18.67/7.02 new_esEs15(Right(vuu3000), Right(vuu31000), bae, app(ty_Maybe, bba)) -> new_esEs4(vuu3000, vuu31000, bba) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), app(ty_Maybe, bg)) -> new_esEs4(vuu3000, vuu31000, bg) 18.67/7.02 new_esEs23(vuu3002, vuu31002, app(app(ty_Either, bda), bdb)) -> new_esEs15(vuu3002, vuu31002, bda, bdb) 18.67/7.02 new_esEs4(Just(vuu3000), Just(vuu31000), app(ty_[], ca)) -> new_esEs14(vuu3000, vuu31000, ca) 18.67/7.02 new_esEs21(vuu3001, vuu31001, ty_Double) -> new_esEs9(vuu3001, vuu31001) 18.67/7.02 new_esEs24(vuu3001, vuu31001, ty_Char) -> new_esEs17(vuu3001, vuu31001) 18.67/7.02 new_esEs7(Integer(vuu3000), Integer(vuu31000)) -> new_primEqInt(vuu3000, vuu31000) 18.67/7.02 18.67/7.02 The set Q consists of the following terms: 18.67/7.02 18.67/7.02 new_esEs4(Just(x0), Just(x1), ty_Double) 18.67/7.02 new_esEs17(Char(x0), Char(x1)) 18.67/7.02 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 18.67/7.02 new_esEs23(x0, x1, ty_Int) 18.67/7.02 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.67/7.02 new_esEs24(x0, x1, app(ty_Maybe, x2)) 18.67/7.02 new_esEs4(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.67/7.02 new_esEs21(x0, x1, ty_Ordering) 18.67/7.02 new_esEs4(Nothing, Just(x0), x1) 18.67/7.02 new_esEs21(x0, x1, ty_Double) 18.67/7.02 new_esEs24(x0, x1, ty_Double) 18.67/7.02 new_primMulNat0(Zero, Zero) 18.67/7.02 new_esEs21(x0, x1, app(ty_Ratio, x2)) 18.67/7.02 new_esEs22(x0, x1, app(ty_Maybe, x2)) 18.67/7.02 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 18.67/7.02 new_esEs23(x0, x1, ty_Char) 18.67/7.02 new_esEs4(Just(x0), Nothing, x1) 18.67/7.02 new_esEs20(x0, x1, app(ty_Ratio, x2)) 18.67/7.02 new_esEs15(Left(x0), Left(x1), app(ty_[], x2), x3) 18.67/7.02 new_esEs25(x0, x1, app(ty_Maybe, x2)) 18.67/7.02 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 18.67/7.02 new_esEs15(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 18.67/7.02 new_esEs24(x0, x1, ty_Ordering) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_@0) 18.67/7.02 new_primEqInt(Pos(Zero), Pos(Zero)) 18.67/7.02 new_esEs21(x0, x1, app(ty_Maybe, x2)) 18.67/7.02 new_primPlusNat0(Succ(x0), Zero) 18.67/7.02 new_primPlusNat0(Zero, Succ(x0)) 18.67/7.02 new_esEs23(x0, x1, app(ty_Ratio, x2)) 18.67/7.02 new_esEs16(@2(x0, x1), @2(x2, x3), x4, x5) 18.67/7.02 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 18.67/7.02 new_esEs24(x0, x1, app(ty_Ratio, x2)) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 18.67/7.02 new_esEs24(x0, x1, app(ty_[], x2)) 18.67/7.02 new_esEs15(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 18.67/7.02 new_esEs14([], [], x0) 18.67/7.02 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 18.67/7.02 new_primEqNat0(Zero, Succ(x0)) 18.67/7.02 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Int) 18.67/7.02 new_esEs22(x0, x1, ty_Double) 18.67/7.02 new_esEs20(x0, x1, ty_Ordering) 18.67/7.02 new_esEs20(x0, x1, ty_Integer) 18.67/7.02 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 18.67/7.02 new_esEs4(Just(x0), Just(x1), app(ty_Maybe, x2)) 18.67/7.02 new_esEs24(x0, x1, ty_Float) 18.67/7.02 new_sr(Neg(x0), Neg(x1)) 18.67/7.02 new_esEs4(Just(x0), Just(x1), app(ty_[], x2)) 18.67/7.02 new_primEqInt(Neg(Zero), Neg(Zero)) 18.67/7.02 new_esEs25(x0, x1, ty_Bool) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Char) 18.67/7.02 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.67/7.02 new_esEs20(x0, x1, ty_Float) 18.67/7.02 new_primPlusNat0(Zero, Zero) 18.67/7.02 new_primPlusNat0(Succ(x0), Succ(x1)) 18.67/7.02 new_esEs21(x0, x1, ty_Float) 18.67/7.02 new_esEs25(x0, x1, app(ty_[], x2)) 18.67/7.02 new_esEs4(Just(x0), Just(x1), ty_Char) 18.67/7.02 new_esEs12(:%(x0, x1), :%(x2, x3), x4) 18.67/7.02 new_esEs24(x0, x1, ty_Integer) 18.67/7.02 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.67/7.02 new_esEs21(x0, x1, ty_Char) 18.67/7.02 new_esEs24(x0, x1, ty_Int) 18.67/7.02 new_esEs25(x0, x1, ty_Ordering) 18.67/7.02 new_esEs22(x0, x1, ty_Bool) 18.67/7.02 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.67/7.02 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Float) 18.67/7.02 new_esEs4(Just(x0), Just(x1), ty_Int) 18.67/7.02 new_sr(Pos(x0), Pos(x1)) 18.67/7.02 new_esEs13(True, True) 18.67/7.02 new_esEs22(x0, x1, app(ty_[], x2)) 18.67/7.02 new_esEs24(x0, x1, ty_Char) 18.67/7.02 new_esEs22(x0, x1, ty_Ordering) 18.67/7.02 new_esEs11(EQ, GT) 18.67/7.02 new_esEs11(GT, EQ) 18.67/7.02 new_esEs23(x0, x1, ty_Double) 18.67/7.02 new_esEs21(x0, x1, ty_Int) 18.67/7.02 new_esEs15(Left(x0), Left(x1), ty_Integer, x2) 18.67/7.02 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 18.67/7.02 new_primEqInt(Pos(Zero), Neg(Zero)) 18.67/7.02 new_primEqInt(Neg(Zero), Pos(Zero)) 18.67/7.02 new_esEs23(x0, x1, ty_Float) 18.67/7.02 new_esEs15(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 18.67/7.02 new_esEs22(x0, x1, ty_Integer) 18.67/7.02 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 18.67/7.02 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 18.67/7.02 new_esEs7(Integer(x0), Integer(x1)) 18.67/7.02 new_esEs11(EQ, EQ) 18.67/7.02 new_esEs14(:(x0, x1), :(x2, x3), x4) 18.67/7.02 new_esEs25(x0, x1, ty_Integer) 18.67/7.02 new_esEs15(Left(x0), Left(x1), ty_Ordering, x2) 18.67/7.02 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 18.67/7.02 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 18.67/7.02 new_esEs4(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 18.67/7.02 new_primMulNat0(Succ(x0), Zero) 18.67/7.02 new_esEs25(x0, x1, app(ty_Ratio, x2)) 18.67/7.02 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.67/7.02 new_esEs23(x0, x1, ty_@0) 18.67/7.02 new_esEs19(x0, x1, ty_Int) 18.67/7.02 new_esEs4(Just(x0), Just(x1), ty_Float) 18.67/7.02 new_esEs24(x0, x1, ty_Bool) 18.67/7.02 new_esEs14(:(x0, x1), [], x2) 18.67/7.02 new_esEs21(x0, x1, ty_Bool) 18.67/7.02 new_esEs20(x0, x1, app(ty_Maybe, x2)) 18.67/7.02 new_esEs21(x0, x1, ty_@0) 18.67/7.02 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 18.67/7.02 new_esEs23(x0, x1, ty_Integer) 18.67/7.02 new_esEs4(Just(x0), Just(x1), ty_@0) 18.67/7.02 new_esEs25(x0, x1, ty_Char) 18.67/7.02 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 18.67/7.02 new_asAs(True, x0) 18.67/7.02 new_primMulNat0(Zero, Succ(x0)) 18.67/7.02 new_esEs25(x0, x1, ty_Int) 18.67/7.02 new_esEs4(Just(x0), Just(x1), app(ty_Ratio, x2)) 18.67/7.02 new_esEs8(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 18.67/7.02 new_esEs15(Left(x0), Right(x1), x2, x3) 18.67/7.02 new_esEs15(Right(x0), Left(x1), x2, x3) 18.67/7.02 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 18.67/7.02 new_esEs11(LT, GT) 18.67/7.02 new_esEs11(GT, LT) 18.67/7.02 new_esEs4(Nothing, Nothing, x0) 18.67/7.02 new_esEs23(x0, x1, ty_Bool) 18.67/7.02 new_esEs20(x0, x1, ty_@0) 18.67/7.02 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 18.67/7.02 new_esEs9(Double(x0, x1), Double(x2, x3)) 18.67/7.02 new_esEs15(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 18.67/7.02 new_esEs18(x0, x1, ty_Int) 18.67/7.02 new_esEs11(LT, EQ) 18.67/7.02 new_esEs11(EQ, LT) 18.67/7.02 new_primMulNat0(Succ(x0), Succ(x1)) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Double) 18.67/7.02 new_esEs6(x0, x1) 18.67/7.02 new_esEs24(x0, x1, ty_@0) 18.67/7.02 new_esEs22(x0, x1, ty_Char) 18.67/7.02 new_esEs4(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 18.67/7.02 new_esEs11(GT, GT) 18.67/7.02 new_esEs4(Just(x0), Just(x1), ty_Bool) 18.67/7.02 new_esEs22(x0, x1, app(ty_Ratio, x2)) 18.67/7.02 new_esEs20(x0, x1, app(ty_[], x2)) 18.67/7.02 new_esEs21(x0, x1, ty_Integer) 18.67/7.02 new_primEqNat0(Zero, Zero) 18.67/7.02 new_esEs13(False, False) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 18.67/7.02 new_esEs21(x0, x1, app(ty_[], x2)) 18.67/7.02 new_esEs13(False, True) 18.67/7.02 new_esEs13(True, False) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Ordering) 18.67/7.02 new_esEs25(x0, x1, ty_@0) 18.67/7.02 new_esEs25(x0, x1, ty_Double) 18.67/7.02 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 18.67/7.02 new_primPlusNat1(Zero, x0) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Bool) 18.67/7.02 new_sr(Pos(x0), Neg(x1)) 18.67/7.02 new_sr(Neg(x0), Pos(x1)) 18.67/7.02 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 18.67/7.02 new_esEs22(x0, x1, ty_Int) 18.67/7.02 new_esEs15(Left(x0), Left(x1), ty_Bool, x2) 18.67/7.02 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 18.67/7.02 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 18.67/7.02 new_esEs20(x0, x1, ty_Int) 18.67/7.02 new_primPlusNat1(Succ(x0), x1) 18.67/7.02 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 18.67/7.02 new_esEs11(LT, LT) 18.67/7.02 new_esEs22(x0, x1, ty_@0) 18.67/7.02 new_esEs19(x0, x1, ty_Integer) 18.67/7.02 new_esEs15(Left(x0), Left(x1), ty_Float, x2) 18.67/7.02 new_esEs15(Left(x0), Left(x1), ty_Char, x2) 18.67/7.02 new_esEs20(x0, x1, ty_Char) 18.67/7.02 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 18.67/7.02 new_esEs20(x0, x1, ty_Double) 18.67/7.02 new_esEs18(x0, x1, ty_Integer) 18.67/7.02 new_primEqNat0(Succ(x0), Zero) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Integer) 18.67/7.02 new_esEs10(@0, @0) 18.67/7.02 new_esEs15(Left(x0), Left(x1), ty_@0, x2) 18.67/7.02 new_esEs15(Left(x0), Left(x1), ty_Double, x2) 18.67/7.02 new_esEs23(x0, x1, app(ty_Maybe, x2)) 18.67/7.02 new_esEs4(Just(x0), Just(x1), ty_Integer) 18.67/7.02 new_esEs23(x0, x1, app(ty_[], x2)) 18.67/7.02 new_esEs4(Just(x0), Just(x1), ty_Ordering) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, app(ty_[], x3)) 18.67/7.02 new_esEs15(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 18.67/7.02 new_esEs22(x0, x1, ty_Float) 18.67/7.02 new_esEs5(Float(x0, x1), Float(x2, x3)) 18.67/7.02 new_asAs(False, x0) 18.67/7.02 new_primEqNat0(Succ(x0), Succ(x1)) 18.67/7.02 new_esEs15(Left(x0), Left(x1), ty_Int, x2) 18.67/7.02 new_esEs25(x0, x1, ty_Float) 18.67/7.03 new_esEs15(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 18.67/7.03 new_esEs20(x0, x1, ty_Bool) 18.67/7.03 new_esEs23(x0, x1, ty_Ordering) 18.67/7.03 new_esEs14([], :(x0, x1), x2) 18.67/7.03 18.67/7.03 We have to consider all minimal (P,Q,R)-chains. 18.67/7.03 ---------------------------------------- 18.67/7.03 18.67/7.03 (18) QDPSizeChangeProof (EQUIVALENT) 18.67/7.03 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. 18.67/7.03 18.67/7.03 From the DPs we obtained the following set of size-change graphs: 18.67/7.03 *new_span2Zs(vuu18, :(vuu200, vuu201), ba) -> new_span2Zs0(vuu18, vuu200, vuu201, new_esEs4(Just(vuu18), vuu200, ba), ba) 18.67/7.03 The graph contains the following edges 1 >= 1, 2 > 2, 2 > 3, 3 >= 5 18.67/7.03 18.67/7.03 18.67/7.03 *new_span2Ys(vuu9, :(vuu110, vuu111), bb) -> new_span2Ys0(vuu9, vuu110, vuu111, new_esEs4(Just(vuu9), vuu110, bb), bb) 18.67/7.03 The graph contains the following edges 1 >= 1, 2 > 2, 2 > 3, 3 >= 5 18.67/7.03 18.67/7.03 18.67/7.03 *new_span2Ys0(vuu9, vuu110, vuu111, True, bb) -> new_span2Ys(vuu9, vuu111, bb) 18.67/7.03 The graph contains the following edges 1 >= 1, 3 >= 2, 5 >= 3 18.67/7.03 18.67/7.03 18.67/7.03 *new_span2Ys0(vuu9, vuu110, vuu111, True, bb) -> new_span2Zs(vuu9, vuu111, bb) 18.67/7.03 The graph contains the following edges 1 >= 1, 3 >= 2, 5 >= 3 18.67/7.03 18.67/7.03 18.67/7.03 *new_span2Zs0(vuu18, vuu200, vuu201, True, ba) -> new_span2Ys(vuu18, vuu201, ba) 18.67/7.03 The graph contains the following edges 1 >= 1, 3 >= 2, 5 >= 3 18.67/7.03 18.67/7.03 18.67/7.03 *new_span2Zs0(vuu18, vuu200, vuu201, True, ba) -> new_span2Zs(vuu18, vuu201, ba) 18.67/7.03 The graph contains the following edges 1 >= 1, 3 >= 2, 5 >= 3 18.67/7.03 18.67/7.03 18.67/7.03 ---------------------------------------- 18.67/7.03 18.67/7.03 (19) 18.67/7.03 YES 18.67/7.03 18.67/7.03 ---------------------------------------- 18.67/7.03 18.67/7.03 (20) 18.67/7.03 Obligation: 18.67/7.03 Q DP problem: 18.67/7.03 The TRS P consists of the following rules: 18.67/7.03 18.67/7.03 new_primMulNat(Succ(vuu300000), Succ(vuu3100100)) -> new_primMulNat(vuu300000, Succ(vuu3100100)) 18.67/7.03 18.67/7.03 R is empty. 18.67/7.03 Q is empty. 18.67/7.03 We have to consider all minimal (P,Q,R)-chains. 18.67/7.03 ---------------------------------------- 18.67/7.03 18.67/7.03 (21) QDPSizeChangeProof (EQUIVALENT) 18.67/7.03 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. 18.67/7.03 18.67/7.03 From the DPs we obtained the following set of size-change graphs: 18.67/7.03 *new_primMulNat(Succ(vuu300000), Succ(vuu3100100)) -> new_primMulNat(vuu300000, Succ(vuu3100100)) 18.67/7.03 The graph contains the following edges 1 > 1, 2 >= 2 18.67/7.03 18.67/7.03 18.67/7.03 ---------------------------------------- 18.67/7.03 18.67/7.03 (22) 18.67/7.03 YES 18.67/7.03 18.67/7.03 ---------------------------------------- 18.67/7.03 18.67/7.03 (23) 18.67/7.03 Obligation: 18.67/7.03 Q DP problem: 18.67/7.03 The TRS P consists of the following rules: 18.67/7.03 18.67/7.03 new_span2Ys00(vuu3110, vuu3111, True, ba) -> new_span2Ys1(vuu3111, ba) 18.67/7.03 new_span2Ys00(vuu3110, vuu3111, True, ba) -> new_span2Zs1(vuu3111, ba) 18.67/7.03 new_span2Zs00(vuu3110, vuu3111, True, ba) -> new_span2Ys1(vuu3111, ba) 18.67/7.03 new_span2Zs1(:(vuu3110, vuu3111), ba) -> new_span2Zs00(vuu3110, vuu3111, new_esEs4(Nothing, vuu3110, ba), ba) 18.67/7.03 new_span2Zs00(vuu3110, vuu3111, True, ba) -> new_span2Zs1(vuu3111, ba) 18.67/7.03 new_span2Ys1(:(vuu3110, vuu3111), ba) -> new_span2Ys00(vuu3110, vuu3111, new_esEs4(Nothing, vuu3110, ba), ba) 18.67/7.03 18.67/7.03 The TRS R consists of the following rules: 18.67/7.03 18.67/7.03 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Double, ha) -> new_esEs9(vuu3000, vuu31000) 18.67/7.03 new_esEs23(vuu3002, vuu31002, ty_Int) -> new_esEs6(vuu3002, vuu31002) 18.67/7.03 new_esEs15(Left(vuu3000), Left(vuu31000), app(app(ty_@2, bab), bac), ha) -> new_esEs16(vuu3000, vuu31000, bab, bac) 18.67/7.03 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 18.67/7.03 new_esEs24(vuu3001, vuu31001, ty_Integer) -> new_esEs7(vuu3001, vuu31001) 18.67/7.03 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Int) -> new_esEs6(vuu3000, vuu31000) 18.67/7.03 new_primPlusNat0(Zero, Zero) -> Zero 18.67/7.03 new_esEs22(vuu3000, vuu31000, ty_Bool) -> new_esEs13(vuu3000, vuu31000) 18.67/7.03 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Char) -> new_esEs17(vuu3000, vuu31000) 18.67/7.03 new_esEs11(LT, EQ) -> False 18.67/7.03 new_esEs11(EQ, LT) -> False 18.67/7.03 new_esEs15(Left(vuu3000), Right(vuu31000), bad, ha) -> False 18.67/7.03 new_esEs15(Right(vuu3000), Left(vuu31000), bad, ha) -> False 18.67/7.03 new_esEs23(vuu3002, vuu31002, ty_Char) -> new_esEs17(vuu3002, vuu31002) 18.67/7.03 new_esEs24(vuu3001, vuu31001, app(ty_Maybe, bdg)) -> new_esEs4(vuu3001, vuu31001, bdg) 18.67/7.03 new_esEs22(vuu3000, vuu31000, app(app(ty_Either, ge), gf)) -> new_esEs15(vuu3000, vuu31000, ge, gf) 18.67/7.03 new_esEs12(:%(vuu3000, vuu3001), :%(vuu31000, vuu31001), ce) -> new_asAs(new_esEs19(vuu3000, vuu31000, ce), new_esEs18(vuu3001, vuu31001, ce)) 18.67/7.03 new_esEs15(Right(vuu3000), Right(vuu31000), bad, ty_Char) -> new_esEs17(vuu3000, vuu31000) 18.67/7.03 new_esEs14(:(vuu3000, vuu3001), :(vuu31000, vuu31001), cf) -> new_asAs(new_esEs20(vuu3000, vuu31000, cf), new_esEs14(vuu3001, vuu31001, cf)) 18.67/7.03 new_esEs24(vuu3001, vuu31001, ty_Ordering) -> new_esEs11(vuu3001, vuu31001) 18.67/7.03 new_esEs11(LT, GT) -> False 18.67/7.03 new_esEs11(GT, LT) -> False 18.67/7.03 new_esEs15(Left(vuu3000), Left(vuu31000), app(ty_Maybe, he), ha) -> new_esEs4(vuu3000, vuu31000, he) 18.67/7.03 new_esEs13(False, False) -> True 18.67/7.03 new_esEs22(vuu3000, vuu31000, app(ty_Ratio, gc)) -> new_esEs12(vuu3000, vuu31000, gc) 18.67/7.03 new_primMulNat0(Succ(vuu300000), Succ(vuu3100100)) -> new_primPlusNat1(new_primMulNat0(vuu300000, Succ(vuu3100100)), vuu3100100) 18.67/7.03 new_esEs15(Left(vuu3000), Left(vuu31000), ty_@0, ha) -> new_esEs10(vuu3000, vuu31000) 18.67/7.03 new_esEs15(Right(vuu3000), Right(vuu31000), bad, app(ty_Ratio, bba)) -> new_esEs12(vuu3000, vuu31000, bba) 18.67/7.03 new_esEs25(vuu3000, vuu31000, ty_Char) -> new_esEs17(vuu3000, vuu31000) 18.67/7.03 new_esEs25(vuu3000, vuu31000, ty_Int) -> new_esEs6(vuu3000, vuu31000) 18.67/7.03 new_asAs(True, vuu40) -> vuu40 18.67/7.03 new_esEs23(vuu3002, vuu31002, ty_Double) -> new_esEs9(vuu3002, vuu31002) 18.67/7.03 new_esEs21(vuu3001, vuu31001, ty_@0) -> new_esEs10(vuu3001, vuu31001) 18.67/7.03 new_esEs22(vuu3000, vuu31000, ty_Integer) -> new_esEs7(vuu3000, vuu31000) 18.67/7.03 new_esEs15(Right(vuu3000), Right(vuu31000), bad, ty_Double) -> new_esEs9(vuu3000, vuu31000) 18.67/7.03 new_esEs24(vuu3001, vuu31001, app(app(ty_Either, beb), bec)) -> new_esEs15(vuu3001, vuu31001, beb, bec) 18.67/7.03 new_esEs15(Right(vuu3000), Right(vuu31000), bad, app(app(app(ty_@3, bae), baf), bag)) -> new_esEs8(vuu3000, vuu31000, bae, baf, bag) 18.67/7.03 new_esEs24(vuu3001, vuu31001, ty_Float) -> new_esEs5(vuu3001, vuu31001) 18.67/7.03 new_esEs22(vuu3000, vuu31000, ty_Ordering) -> new_esEs11(vuu3000, vuu31000) 18.67/7.03 new_primEqInt(Pos(Succ(vuu30000)), Pos(Zero)) -> False 18.67/7.03 new_primEqInt(Pos(Zero), Pos(Succ(vuu310000))) -> False 18.67/7.03 new_esEs24(vuu3001, vuu31001, ty_@0) -> new_esEs10(vuu3001, vuu31001) 18.67/7.03 new_esEs24(vuu3001, vuu31001, app(ty_Ratio, bdh)) -> new_esEs12(vuu3001, vuu31001, bdh) 18.67/7.03 new_esEs19(vuu3000, vuu31000, ty_Int) -> new_esEs6(vuu3000, vuu31000) 18.67/7.03 new_esEs24(vuu3001, vuu31001, ty_Bool) -> new_esEs13(vuu3001, vuu31001) 18.67/7.03 new_esEs5(Float(vuu3000, vuu3001), Float(vuu31000, vuu31001)) -> new_esEs6(new_sr(vuu3000, vuu31001), new_sr(vuu3001, vuu31000)) 18.67/7.03 new_esEs22(vuu3000, vuu31000, app(ty_Maybe, gb)) -> new_esEs4(vuu3000, vuu31000, gb) 18.67/7.03 new_esEs15(Left(vuu3000), Left(vuu31000), app(ty_Ratio, hf), ha) -> new_esEs12(vuu3000, vuu31000, hf) 18.67/7.03 new_esEs15(Right(vuu3000), Right(vuu31000), bad, ty_Int) -> new_esEs6(vuu3000, vuu31000) 18.67/7.03 new_primEqNat0(Succ(vuu30000), Succ(vuu310000)) -> new_primEqNat0(vuu30000, vuu310000) 18.67/7.03 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Float, ha) -> new_esEs5(vuu3000, vuu31000) 18.67/7.03 new_esEs15(Right(vuu3000), Right(vuu31000), bad, ty_Float) -> new_esEs5(vuu3000, vuu31000) 18.67/7.03 new_esEs17(Char(vuu3000), Char(vuu31000)) -> new_primEqNat0(vuu3000, vuu31000) 18.67/7.03 new_esEs22(vuu3000, vuu31000, ty_Float) -> new_esEs5(vuu3000, vuu31000) 18.67/7.03 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Ordering, ha) -> new_esEs11(vuu3000, vuu31000) 18.67/7.03 new_esEs14([], [], cf) -> True 18.67/7.03 new_esEs20(vuu3000, vuu31000, ty_Ordering) -> new_esEs11(vuu3000, vuu31000) 18.67/7.03 new_primMulNat0(Zero, Zero) -> Zero 18.67/7.03 new_esEs23(vuu3002, vuu31002, ty_@0) -> new_esEs10(vuu3002, vuu31002) 18.67/7.03 new_esEs24(vuu3001, vuu31001, app(ty_[], bea)) -> new_esEs14(vuu3001, vuu31001, bea) 18.67/7.03 new_esEs25(vuu3000, vuu31000, ty_Double) -> new_esEs9(vuu3000, vuu31000) 18.67/7.03 new_esEs21(vuu3001, vuu31001, app(app(app(ty_@3, ed), ee), ef)) -> new_esEs8(vuu3001, vuu31001, ed, ee, ef) 18.67/7.03 new_esEs20(vuu3000, vuu31000, ty_Integer) -> new_esEs7(vuu3000, vuu31000) 18.67/7.03 new_esEs15(Right(vuu3000), Right(vuu31000), bad, ty_@0) -> new_esEs10(vuu3000, vuu31000) 18.67/7.03 new_esEs23(vuu3002, vuu31002, app(app(ty_@2, bdb), bdc)) -> new_esEs16(vuu3002, vuu31002, bdb, bdc) 18.67/7.03 new_esEs4(Nothing, Nothing, bb) -> True 18.67/7.03 new_esEs11(EQ, GT) -> False 18.67/7.03 new_esEs11(GT, EQ) -> False 18.67/7.03 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Integer, ha) -> new_esEs7(vuu3000, vuu31000) 18.67/7.03 new_esEs15(Left(vuu3000), Left(vuu31000), app(app(ty_Either, hh), baa), ha) -> new_esEs15(vuu3000, vuu31000, hh, baa) 18.67/7.03 new_esEs4(Nothing, Just(vuu31000), bb) -> False 18.67/7.03 new_esEs4(Just(vuu3000), Nothing, bb) -> False 18.67/7.03 new_primEqNat0(Succ(vuu30000), Zero) -> False 18.67/7.03 new_primEqNat0(Zero, Succ(vuu310000)) -> False 18.67/7.03 new_esEs22(vuu3000, vuu31000, ty_@0) -> new_esEs10(vuu3000, vuu31000) 18.67/7.03 new_esEs23(vuu3002, vuu31002, app(ty_[], bcg)) -> new_esEs14(vuu3002, vuu31002, bcg) 18.67/7.03 new_esEs22(vuu3000, vuu31000, app(app(ty_@2, gg), gh)) -> new_esEs16(vuu3000, vuu31000, gg, gh) 18.67/7.03 new_esEs25(vuu3000, vuu31000, app(app(ty_Either, bfd), bfe)) -> new_esEs15(vuu3000, vuu31000, bfd, bfe) 18.67/7.03 new_esEs22(vuu3000, vuu31000, app(app(app(ty_@3, fg), fh), ga)) -> new_esEs8(vuu3000, vuu31000, fg, fh, ga) 18.67/7.03 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Int, ha) -> new_esEs6(vuu3000, vuu31000) 18.67/7.03 new_esEs20(vuu3000, vuu31000, app(app(ty_Either, df), dg)) -> new_esEs15(vuu3000, vuu31000, df, dg) 18.67/7.03 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Char, ha) -> new_esEs17(vuu3000, vuu31000) 18.67/7.03 new_esEs4(Just(vuu3000), Just(vuu31000), app(app(app(ty_@3, bc), bd), be)) -> new_esEs8(vuu3000, vuu31000, bc, bd, be) 18.67/7.03 new_primEqInt(Neg(Succ(vuu30000)), Neg(Zero)) -> False 18.67/7.03 new_primEqInt(Neg(Zero), Neg(Succ(vuu310000))) -> False 18.67/7.03 new_esEs11(GT, GT) -> True 18.67/7.03 new_primEqInt(Pos(Succ(vuu30000)), Pos(Succ(vuu310000))) -> new_primEqNat0(vuu30000, vuu310000) 18.67/7.03 new_esEs13(False, True) -> False 18.67/7.03 new_esEs13(True, False) -> False 18.67/7.03 new_esEs15(Left(vuu3000), Left(vuu31000), app(app(app(ty_@3, hb), hc), hd), ha) -> new_esEs8(vuu3000, vuu31000, hb, hc, hd) 18.67/7.03 new_esEs11(EQ, EQ) -> True 18.67/7.03 new_esEs24(vuu3001, vuu31001, ty_Double) -> new_esEs9(vuu3001, vuu31001) 18.67/7.03 new_esEs23(vuu3002, vuu31002, ty_Float) -> new_esEs5(vuu3002, vuu31002) 18.67/7.03 new_sr(Pos(vuu30000), Neg(vuu310010)) -> Neg(new_primMulNat0(vuu30000, vuu310010)) 18.67/7.03 new_sr(Neg(vuu30000), Pos(vuu310010)) -> Neg(new_primMulNat0(vuu30000, vuu310010)) 18.67/7.03 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Integer) -> new_esEs7(vuu3000, vuu31000) 18.67/7.03 new_esEs21(vuu3001, vuu31001, ty_Char) -> new_esEs17(vuu3001, vuu31001) 18.67/7.03 new_primEqInt(Pos(Succ(vuu30000)), Neg(vuu31000)) -> False 18.67/7.03 new_primEqInt(Neg(Succ(vuu30000)), Pos(vuu31000)) -> False 18.67/7.03 new_esEs21(vuu3001, vuu31001, ty_Ordering) -> new_esEs11(vuu3001, vuu31001) 18.67/7.03 new_esEs21(vuu3001, vuu31001, ty_Int) -> new_esEs6(vuu3001, vuu31001) 18.67/7.03 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Ordering) -> new_esEs11(vuu3000, vuu31000) 18.67/7.03 new_esEs21(vuu3001, vuu31001, ty_Integer) -> new_esEs7(vuu3001, vuu31001) 18.67/7.03 new_esEs14(:(vuu3000, vuu3001), [], cf) -> False 18.67/7.03 new_esEs14([], :(vuu31000, vuu31001), cf) -> False 18.67/7.03 new_esEs25(vuu3000, vuu31000, ty_Ordering) -> new_esEs11(vuu3000, vuu31000) 18.67/7.03 new_esEs25(vuu3000, vuu31000, app(app(app(ty_@3, bef), beg), beh)) -> new_esEs8(vuu3000, vuu31000, bef, beg, beh) 18.67/7.03 new_esEs23(vuu3002, vuu31002, app(ty_Ratio, bcf)) -> new_esEs12(vuu3002, vuu31002, bcf) 18.67/7.03 new_esEs8(@3(vuu3000, vuu3001, vuu3002), @3(vuu31000, vuu31001, vuu31002), bbg, bbh, bca) -> new_asAs(new_esEs25(vuu3000, vuu31000, bbg), new_asAs(new_esEs24(vuu3001, vuu31001, bbh), new_esEs23(vuu3002, vuu31002, bca))) 18.67/7.03 new_esEs23(vuu3002, vuu31002, ty_Bool) -> new_esEs13(vuu3002, vuu31002) 18.67/7.03 new_esEs20(vuu3000, vuu31000, ty_Double) -> new_esEs9(vuu3000, vuu31000) 18.67/7.03 new_esEs4(Just(vuu3000), Just(vuu31000), app(ty_Ratio, bg)) -> new_esEs12(vuu3000, vuu31000, bg) 18.67/7.03 new_sr(Neg(vuu30000), Neg(vuu310010)) -> Pos(new_primMulNat0(vuu30000, vuu310010)) 18.67/7.03 new_esEs21(vuu3001, vuu31001, app(app(ty_Either, fb), fc)) -> new_esEs15(vuu3001, vuu31001, fb, fc) 18.67/7.03 new_esEs21(vuu3001, vuu31001, ty_Bool) -> new_esEs13(vuu3001, vuu31001) 18.67/7.03 new_esEs22(vuu3000, vuu31000, ty_Int) -> new_esEs6(vuu3000, vuu31000) 18.67/7.03 new_esEs9(Double(vuu3000, vuu3001), Double(vuu31000, vuu31001)) -> new_esEs6(new_sr(vuu3000, vuu31001), new_sr(vuu3001, vuu31000)) 18.67/7.03 new_esEs25(vuu3000, vuu31000, ty_Float) -> new_esEs5(vuu3000, vuu31000) 18.67/7.03 new_esEs22(vuu3000, vuu31000, ty_Char) -> new_esEs17(vuu3000, vuu31000) 18.67/7.03 new_primEqInt(Pos(Zero), Neg(Succ(vuu310000))) -> False 18.67/7.03 new_primEqInt(Neg(Zero), Pos(Succ(vuu310000))) -> False 18.67/7.03 new_esEs23(vuu3002, vuu31002, app(ty_Maybe, bce)) -> new_esEs4(vuu3002, vuu31002, bce) 18.67/7.03 new_esEs15(Right(vuu3000), Right(vuu31000), bad, ty_Bool) -> new_esEs13(vuu3000, vuu31000) 18.67/7.03 new_esEs23(vuu3002, vuu31002, ty_Integer) -> new_esEs7(vuu3002, vuu31002) 18.67/7.03 new_esEs23(vuu3002, vuu31002, ty_Ordering) -> new_esEs11(vuu3002, vuu31002) 18.67/7.03 new_esEs4(Just(vuu3000), Just(vuu31000), app(app(ty_Either, ca), cb)) -> new_esEs15(vuu3000, vuu31000, ca, cb) 18.67/7.03 new_primPlusNat0(Succ(vuu5300), Succ(vuu31001000)) -> Succ(Succ(new_primPlusNat0(vuu5300, vuu31001000))) 18.67/7.03 new_esEs20(vuu3000, vuu31000, app(ty_[], de)) -> new_esEs14(vuu3000, vuu31000, de) 18.67/7.03 new_esEs15(Right(vuu3000), Right(vuu31000), bad, app(app(ty_@2, bbe), bbf)) -> new_esEs16(vuu3000, vuu31000, bbe, bbf) 18.67/7.03 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Bool) -> new_esEs13(vuu3000, vuu31000) 18.67/7.03 new_esEs19(vuu3000, vuu31000, ty_Integer) -> new_esEs7(vuu3000, vuu31000) 18.67/7.03 new_esEs10(@0, @0) -> True 18.67/7.03 new_esEs6(vuu300, vuu3100) -> new_primEqInt(vuu300, vuu3100) 18.67/7.03 new_esEs20(vuu3000, vuu31000, ty_Char) -> new_esEs17(vuu3000, vuu31000) 18.67/7.03 new_primEqInt(Neg(Succ(vuu30000)), Neg(Succ(vuu310000))) -> new_primEqNat0(vuu30000, vuu310000) 18.67/7.03 new_esEs15(Left(vuu3000), Left(vuu31000), ty_Bool, ha) -> new_esEs13(vuu3000, vuu31000) 18.67/7.03 new_esEs20(vuu3000, vuu31000, ty_Int) -> new_esEs6(vuu3000, vuu31000) 18.67/7.03 new_esEs21(vuu3001, vuu31001, app(ty_Ratio, eh)) -> new_esEs12(vuu3001, vuu31001, eh) 18.67/7.03 new_esEs22(vuu3000, vuu31000, ty_Double) -> new_esEs9(vuu3000, vuu31000) 18.67/7.03 new_esEs23(vuu3002, vuu31002, app(app(app(ty_@3, bcb), bcc), bcd)) -> new_esEs8(vuu3002, vuu31002, bcb, bcc, bcd) 18.67/7.03 new_esEs21(vuu3001, vuu31001, app(app(ty_@2, fd), ff)) -> new_esEs16(vuu3001, vuu31001, fd, ff) 18.67/7.03 new_esEs25(vuu3000, vuu31000, app(ty_[], bfc)) -> new_esEs14(vuu3000, vuu31000, bfc) 18.67/7.03 new_esEs25(vuu3000, vuu31000, ty_Integer) -> new_esEs7(vuu3000, vuu31000) 18.67/7.03 new_primMulNat0(Succ(vuu300000), Zero) -> Zero 18.67/7.03 new_primMulNat0(Zero, Succ(vuu3100100)) -> Zero 18.67/7.03 new_sr(Pos(vuu30000), Pos(vuu310010)) -> Pos(new_primMulNat0(vuu30000, vuu310010)) 18.67/7.03 new_esEs15(Right(vuu3000), Right(vuu31000), bad, ty_Integer) -> new_esEs7(vuu3000, vuu31000) 18.67/7.03 new_esEs15(Right(vuu3000), Right(vuu31000), bad, ty_Ordering) -> new_esEs11(vuu3000, vuu31000) 18.67/7.03 new_esEs24(vuu3001, vuu31001, app(app(ty_@2, bed), bee)) -> new_esEs16(vuu3001, vuu31001, bed, bee) 18.67/7.03 new_esEs22(vuu3000, vuu31000, app(ty_[], gd)) -> new_esEs14(vuu3000, vuu31000, gd) 18.67/7.03 new_esEs25(vuu3000, vuu31000, app(ty_Maybe, bfa)) -> new_esEs4(vuu3000, vuu31000, bfa) 18.67/7.03 new_primPlusNat1(Succ(vuu530), vuu3100100) -> Succ(Succ(new_primPlusNat0(vuu530, vuu3100100))) 18.67/7.03 new_esEs20(vuu3000, vuu31000, app(app(app(ty_@3, cg), da), db)) -> new_esEs8(vuu3000, vuu31000, cg, da, db) 18.67/7.03 new_primPlusNat0(Succ(vuu5300), Zero) -> Succ(vuu5300) 18.67/7.03 new_primPlusNat0(Zero, Succ(vuu31001000)) -> Succ(vuu31001000) 18.67/7.03 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 18.67/7.03 new_esEs11(LT, LT) -> True 18.67/7.03 new_esEs4(Just(vuu3000), Just(vuu31000), app(app(ty_@2, cc), cd)) -> new_esEs16(vuu3000, vuu31000, cc, cd) 18.67/7.03 new_primPlusNat1(Zero, vuu3100100) -> Succ(vuu3100100) 18.67/7.03 new_esEs16(@2(vuu3000, vuu3001), @2(vuu31000, vuu31001), eb, ec) -> new_asAs(new_esEs22(vuu3000, vuu31000, eb), new_esEs21(vuu3001, vuu31001, ec)) 18.67/7.03 new_esEs15(Right(vuu3000), Right(vuu31000), bad, app(app(ty_Either, bbc), bbd)) -> new_esEs15(vuu3000, vuu31000, bbc, bbd) 18.67/7.03 new_esEs4(Just(vuu3000), Just(vuu31000), ty_@0) -> new_esEs10(vuu3000, vuu31000) 18.67/7.03 new_esEs20(vuu3000, vuu31000, app(ty_Maybe, dc)) -> new_esEs4(vuu3000, vuu31000, dc) 18.67/7.03 new_esEs21(vuu3001, vuu31001, ty_Float) -> new_esEs5(vuu3001, vuu31001) 18.67/7.03 new_esEs13(True, True) -> True 18.67/7.03 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 18.67/7.03 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 18.67/7.03 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Float) -> new_esEs5(vuu3000, vuu31000) 18.67/7.03 new_esEs15(Left(vuu3000), Left(vuu31000), app(ty_[], hg), ha) -> new_esEs14(vuu3000, vuu31000, hg) 18.67/7.03 new_esEs25(vuu3000, vuu31000, app(ty_Ratio, bfb)) -> new_esEs12(vuu3000, vuu31000, bfb) 18.67/7.03 new_esEs25(vuu3000, vuu31000, ty_@0) -> new_esEs10(vuu3000, vuu31000) 18.67/7.03 new_primEqNat0(Zero, Zero) -> True 18.67/7.03 new_esEs4(Just(vuu3000), Just(vuu31000), ty_Double) -> new_esEs9(vuu3000, vuu31000) 18.67/7.03 new_esEs18(vuu3001, vuu31001, ty_Int) -> new_esEs6(vuu3001, vuu31001) 18.67/7.03 new_esEs20(vuu3000, vuu31000, ty_Float) -> new_esEs5(vuu3000, vuu31000) 18.67/7.03 new_esEs20(vuu3000, vuu31000, app(ty_Ratio, dd)) -> new_esEs12(vuu3000, vuu31000, dd) 18.67/7.03 new_esEs21(vuu3001, vuu31001, app(ty_Maybe, eg)) -> new_esEs4(vuu3001, vuu31001, eg) 18.67/7.03 new_esEs20(vuu3000, vuu31000, ty_Bool) -> new_esEs13(vuu3000, vuu31000) 18.67/7.03 new_esEs25(vuu3000, vuu31000, ty_Bool) -> new_esEs13(vuu3000, vuu31000) 18.67/7.03 new_esEs20(vuu3000, vuu31000, ty_@0) -> new_esEs10(vuu3000, vuu31000) 18.67/7.03 new_esEs21(vuu3001, vuu31001, app(ty_[], fa)) -> new_esEs14(vuu3001, vuu31001, fa) 18.67/7.03 new_asAs(False, vuu40) -> False 18.67/7.03 new_esEs25(vuu3000, vuu31000, app(app(ty_@2, bff), bfg)) -> new_esEs16(vuu3000, vuu31000, bff, bfg) 18.67/7.03 new_esEs18(vuu3001, vuu31001, ty_Integer) -> new_esEs7(vuu3001, vuu31001) 18.67/7.03 new_esEs15(Right(vuu3000), Right(vuu31000), bad, app(ty_[], bbb)) -> new_esEs14(vuu3000, vuu31000, bbb) 18.67/7.03 new_esEs20(vuu3000, vuu31000, app(app(ty_@2, dh), ea)) -> new_esEs16(vuu3000, vuu31000, dh, ea) 18.67/7.03 new_esEs24(vuu3001, vuu31001, ty_Int) -> new_esEs6(vuu3001, vuu31001) 18.67/7.03 new_esEs24(vuu3001, vuu31001, app(app(app(ty_@3, bdd), bde), bdf)) -> new_esEs8(vuu3001, vuu31001, bdd, bde, bdf) 18.67/7.03 new_esEs15(Right(vuu3000), Right(vuu31000), bad, app(ty_Maybe, bah)) -> new_esEs4(vuu3000, vuu31000, bah) 18.67/7.03 new_esEs4(Just(vuu3000), Just(vuu31000), app(ty_Maybe, bf)) -> new_esEs4(vuu3000, vuu31000, bf) 18.67/7.03 new_esEs23(vuu3002, vuu31002, app(app(ty_Either, bch), bda)) -> new_esEs15(vuu3002, vuu31002, bch, bda) 18.67/7.03 new_esEs4(Just(vuu3000), Just(vuu31000), app(ty_[], bh)) -> new_esEs14(vuu3000, vuu31000, bh) 18.67/7.03 new_esEs21(vuu3001, vuu31001, ty_Double) -> new_esEs9(vuu3001, vuu31001) 18.67/7.03 new_esEs24(vuu3001, vuu31001, ty_Char) -> new_esEs17(vuu3001, vuu31001) 18.67/7.03 new_esEs7(Integer(vuu3000), Integer(vuu31000)) -> new_primEqInt(vuu3000, vuu31000) 18.67/7.03 18.67/7.03 The set Q consists of the following terms: 18.67/7.03 18.67/7.03 new_esEs4(Just(x0), Just(x1), ty_Double) 18.67/7.03 new_esEs17(Char(x0), Char(x1)) 18.67/7.03 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.67/7.03 new_esEs23(x0, x1, ty_Int) 18.67/7.03 new_esEs4(Nothing, Nothing, x0) 18.67/7.03 new_esEs21(x0, x1, ty_Ordering) 18.67/7.03 new_esEs21(x0, x1, ty_Double) 18.67/7.03 new_esEs24(x0, x1, ty_Double) 18.67/7.03 new_primMulNat0(Zero, Zero) 18.67/7.03 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.67/7.03 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 18.67/7.03 new_esEs15(Right(x0), Right(x1), x2, ty_Integer) 18.67/7.03 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 18.67/7.03 new_esEs23(x0, x1, ty_Char) 18.67/7.03 new_esEs15(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 18.67/7.03 new_esEs22(x0, x1, app(ty_Maybe, x2)) 18.67/7.03 new_esEs23(x0, x1, app(ty_Ratio, x2)) 18.67/7.03 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 18.67/7.03 new_esEs22(x0, x1, app(ty_[], x2)) 18.67/7.03 new_esEs24(x0, x1, ty_Ordering) 18.67/7.03 new_primEqInt(Pos(Zero), Pos(Zero)) 18.67/7.03 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.67/7.03 new_esEs12(:%(x0, x1), :%(x2, x3), x4) 18.67/7.03 new_primPlusNat0(Succ(x0), Zero) 18.67/7.03 new_primPlusNat0(Zero, Succ(x0)) 18.67/7.03 new_esEs14(:(x0, x1), [], x2) 18.67/7.03 new_esEs15(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 18.67/7.03 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 18.67/7.03 new_primEqNat0(Zero, Succ(x0)) 18.67/7.03 new_esEs22(x0, x1, ty_Double) 18.67/7.03 new_esEs20(x0, x1, ty_Ordering) 18.67/7.03 new_esEs20(x0, x1, ty_Integer) 18.67/7.03 new_esEs24(x0, x1, ty_Float) 18.67/7.03 new_sr(Neg(x0), Neg(x1)) 18.67/7.03 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 18.67/7.03 new_primEqInt(Neg(Zero), Neg(Zero)) 18.67/7.03 new_esEs25(x0, x1, ty_Bool) 18.67/7.03 new_esEs20(x0, x1, ty_Float) 18.67/7.03 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 18.67/7.03 new_primPlusNat0(Zero, Zero) 18.67/7.03 new_primPlusNat0(Succ(x0), Succ(x1)) 18.67/7.03 new_esEs14([], [], x0) 18.67/7.03 new_esEs21(x0, x1, ty_Float) 18.67/7.03 new_esEs15(Left(x0), Left(x1), ty_Bool, x2) 18.67/7.03 new_esEs4(Just(x0), Just(x1), ty_Char) 18.67/7.03 new_esEs21(x0, x1, app(ty_Ratio, x2)) 18.67/7.03 new_esEs24(x0, x1, ty_Integer) 18.67/7.03 new_esEs15(Right(x0), Right(x1), x2, ty_Double) 18.67/7.03 new_esEs15(Right(x0), Right(x1), x2, ty_Bool) 18.67/7.03 new_esEs21(x0, x1, ty_Char) 18.67/7.03 new_esEs21(x0, x1, app(ty_Maybe, x2)) 18.67/7.03 new_esEs24(x0, x1, ty_Int) 18.67/7.03 new_esEs25(x0, x1, ty_Ordering) 18.67/7.03 new_esEs15(Left(x0), Left(x1), ty_Float, x2) 18.67/7.03 new_esEs22(x0, x1, ty_Bool) 18.67/7.03 new_esEs14([], :(x0, x1), x2) 18.67/7.03 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 18.67/7.03 new_esEs4(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 18.67/7.03 new_esEs4(Just(x0), Just(x1), ty_Int) 18.67/7.03 new_sr(Pos(x0), Pos(x1)) 18.67/7.03 new_esEs13(True, True) 18.67/7.03 new_esEs15(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 18.67/7.03 new_esEs24(x0, x1, ty_Char) 18.67/7.03 new_esEs22(x0, x1, ty_Ordering) 18.67/7.03 new_esEs11(EQ, GT) 18.67/7.03 new_esEs11(GT, EQ) 18.67/7.03 new_esEs23(x0, x1, ty_Double) 18.67/7.03 new_esEs21(x0, x1, ty_Int) 18.67/7.03 new_esEs15(Left(x0), Left(x1), ty_Double, x2) 18.67/7.03 new_esEs15(Left(x0), Left(x1), ty_Int, x2) 18.67/7.03 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 18.67/7.03 new_primEqInt(Pos(Zero), Neg(Zero)) 18.67/7.03 new_primEqInt(Neg(Zero), Pos(Zero)) 18.67/7.03 new_esEs23(x0, x1, ty_Float) 18.67/7.03 new_esEs20(x0, x1, app(ty_Ratio, x2)) 18.67/7.03 new_esEs22(x0, x1, ty_Integer) 18.67/7.03 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 18.67/7.03 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 18.67/7.03 new_esEs25(x0, x1, app(ty_Maybe, x2)) 18.67/7.03 new_esEs7(Integer(x0), Integer(x1)) 18.67/7.03 new_esEs21(x0, x1, app(ty_[], x2)) 18.67/7.03 new_esEs25(x0, x1, app(ty_[], x2)) 18.67/7.03 new_esEs11(EQ, EQ) 18.67/7.03 new_esEs25(x0, x1, ty_Integer) 18.67/7.03 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 18.67/7.03 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 18.67/7.03 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.67/7.03 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 18.67/7.03 new_primMulNat0(Succ(x0), Zero) 18.67/7.03 new_esEs20(x0, x1, app(ty_[], x2)) 18.67/7.03 new_esEs23(x0, x1, ty_@0) 18.67/7.03 new_esEs19(x0, x1, ty_Int) 18.67/7.03 new_esEs4(Just(x0), Just(x1), ty_Float) 18.67/7.03 new_esEs24(x0, x1, ty_Bool) 18.67/7.03 new_esEs20(x0, x1, app(ty_Maybe, x2)) 18.67/7.03 new_esEs15(Left(x0), Left(x1), ty_@0, x2) 18.67/7.03 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 18.67/7.03 new_esEs4(Just(x0), Nothing, x1) 18.67/7.03 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 18.67/7.03 new_esEs15(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 18.67/7.03 new_esEs15(Right(x0), Right(x1), x2, ty_Char) 18.67/7.03 new_esEs21(x0, x1, ty_Bool) 18.67/7.03 new_esEs14(:(x0, x1), :(x2, x3), x4) 18.67/7.03 new_esEs4(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 18.67/7.03 new_esEs15(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 18.67/7.03 new_esEs21(x0, x1, ty_@0) 18.67/7.03 new_esEs23(x0, x1, ty_Integer) 18.67/7.03 new_esEs4(Just(x0), Just(x1), ty_@0) 18.67/7.03 new_esEs25(x0, x1, ty_Char) 18.67/7.03 new_asAs(True, x0) 18.67/7.03 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 18.67/7.03 new_esEs15(Left(x0), Left(x1), app(ty_[], x2), x3) 18.67/7.03 new_esEs4(Just(x0), Just(x1), app(ty_Ratio, x2)) 18.67/7.03 new_primMulNat0(Zero, Succ(x0)) 18.67/7.03 new_esEs15(Left(x0), Right(x1), x2, x3) 18.67/7.03 new_esEs15(Right(x0), Left(x1), x2, x3) 18.67/7.03 new_esEs25(x0, x1, ty_Int) 18.67/7.03 new_esEs4(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.67/7.03 new_esEs15(Left(x0), Left(x1), ty_Char, x2) 18.67/7.03 new_esEs15(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 18.67/7.03 new_esEs4(Nothing, Just(x0), x1) 18.67/7.03 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.67/7.03 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 18.67/7.03 new_esEs15(Right(x0), Right(x1), x2, app(ty_[], x3)) 18.67/7.03 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 18.67/7.03 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.67/7.03 new_esEs11(LT, GT) 18.67/7.03 new_esEs11(GT, LT) 18.67/7.03 new_esEs25(x0, x1, app(ty_Ratio, x2)) 18.67/7.03 new_esEs15(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 18.67/7.03 new_esEs23(x0, x1, ty_Bool) 18.67/7.03 new_esEs20(x0, x1, ty_@0) 18.67/7.03 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 18.67/7.03 new_esEs9(Double(x0, x1), Double(x2, x3)) 18.67/7.03 new_esEs18(x0, x1, ty_Int) 18.67/7.03 new_esEs11(LT, EQ) 18.67/7.03 new_esEs11(EQ, LT) 18.67/7.03 new_esEs15(Right(x0), Right(x1), x2, ty_Ordering) 18.67/7.03 new_primMulNat0(Succ(x0), Succ(x1)) 18.67/7.03 new_esEs6(x0, x1) 18.67/7.03 new_esEs24(x0, x1, ty_@0) 18.67/7.03 new_esEs23(x0, x1, app(ty_Maybe, x2)) 18.67/7.03 new_esEs22(x0, x1, ty_Char) 18.67/7.03 new_esEs23(x0, x1, app(ty_[], x2)) 18.67/7.03 new_esEs11(GT, GT) 18.67/7.03 new_esEs4(Just(x0), Just(x1), ty_Bool) 18.67/7.03 new_esEs15(Right(x0), Right(x1), x2, ty_Int) 18.67/7.03 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 18.67/7.03 new_esEs21(x0, x1, ty_Integer) 18.67/7.03 new_primEqNat0(Zero, Zero) 18.67/7.03 new_esEs13(False, False) 18.67/7.03 new_esEs15(Right(x0), Right(x1), x2, ty_Float) 18.67/7.03 new_esEs13(False, True) 18.67/7.03 new_esEs13(True, False) 18.67/7.03 new_esEs15(Right(x0), Right(x1), x2, ty_@0) 18.67/7.03 new_esEs15(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 18.67/7.03 new_esEs25(x0, x1, ty_@0) 18.67/7.03 new_esEs25(x0, x1, ty_Double) 18.67/7.03 new_primPlusNat1(Zero, x0) 18.67/7.03 new_esEs24(x0, x1, app(ty_[], x2)) 18.67/7.03 new_esEs15(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 18.67/7.03 new_esEs24(x0, x1, app(ty_Maybe, x2)) 18.67/7.03 new_sr(Pos(x0), Neg(x1)) 18.67/7.03 new_sr(Neg(x0), Pos(x1)) 18.67/7.03 new_esEs22(x0, x1, ty_Int) 18.67/7.03 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 18.67/7.03 new_esEs20(x0, x1, ty_Int) 18.67/7.03 new_esEs16(@2(x0, x1), @2(x2, x3), x4, x5) 18.67/7.03 new_primPlusNat1(Succ(x0), x1) 18.67/7.03 new_esEs11(LT, LT) 18.67/7.03 new_esEs22(x0, x1, ty_@0) 18.67/7.03 new_esEs19(x0, x1, ty_Integer) 18.67/7.03 new_esEs24(x0, x1, app(ty_Ratio, x2)) 18.67/7.03 new_esEs20(x0, x1, ty_Char) 18.67/7.03 new_esEs4(Just(x0), Just(x1), app(ty_[], x2)) 18.67/7.03 new_esEs20(x0, x1, ty_Double) 18.67/7.03 new_esEs8(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.67/7.03 new_esEs18(x0, x1, ty_Integer) 18.67/7.03 new_esEs15(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 18.67/7.03 new_primEqNat0(Succ(x0), Zero) 18.67/7.03 new_esEs10(@0, @0) 18.67/7.03 new_esEs15(Left(x0), Left(x1), ty_Integer, x2) 18.67/7.03 new_esEs4(Just(x0), Just(x1), ty_Integer) 18.67/7.03 new_esEs4(Just(x0), Just(x1), ty_Ordering) 18.67/7.03 new_esEs22(x0, x1, ty_Float) 18.67/7.03 new_esEs22(x0, x1, app(ty_Ratio, x2)) 18.67/7.03 new_esEs5(Float(x0, x1), Float(x2, x3)) 18.67/7.03 new_asAs(False, x0) 18.67/7.03 new_primEqNat0(Succ(x0), Succ(x1)) 18.67/7.03 new_esEs15(Left(x0), Left(x1), ty_Ordering, x2) 18.67/7.03 new_esEs25(x0, x1, ty_Float) 18.67/7.03 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 18.67/7.03 new_esEs20(x0, x1, ty_Bool) 18.67/7.03 new_esEs4(Just(x0), Just(x1), app(ty_Maybe, x2)) 18.67/7.03 new_esEs23(x0, x1, ty_Ordering) 18.67/7.03 18.67/7.03 We have to consider all minimal (P,Q,R)-chains. 18.67/7.03 ---------------------------------------- 18.67/7.03 18.67/7.03 (24) QDPSizeChangeProof (EQUIVALENT) 18.67/7.03 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. 18.67/7.03 18.67/7.03 From the DPs we obtained the following set of size-change graphs: 18.67/7.03 *new_span2Ys1(:(vuu3110, vuu3111), ba) -> new_span2Ys00(vuu3110, vuu3111, new_esEs4(Nothing, vuu3110, ba), ba) 18.67/7.03 The graph contains the following edges 1 > 1, 1 > 2, 2 >= 4 18.67/7.03 18.67/7.03 18.67/7.03 *new_span2Zs1(:(vuu3110, vuu3111), ba) -> new_span2Zs00(vuu3110, vuu3111, new_esEs4(Nothing, vuu3110, ba), ba) 18.67/7.03 The graph contains the following edges 1 > 1, 1 > 2, 2 >= 4 18.67/7.03 18.67/7.03 18.67/7.03 *new_span2Zs00(vuu3110, vuu3111, True, ba) -> new_span2Zs1(vuu3111, ba) 18.67/7.03 The graph contains the following edges 2 >= 1, 4 >= 2 18.67/7.03 18.67/7.03 18.67/7.03 *new_span2Zs00(vuu3110, vuu3111, True, ba) -> new_span2Ys1(vuu3111, ba) 18.67/7.03 The graph contains the following edges 2 >= 1, 4 >= 2 18.67/7.03 18.67/7.03 18.67/7.03 *new_span2Ys00(vuu3110, vuu3111, True, ba) -> new_span2Zs1(vuu3111, ba) 18.67/7.03 The graph contains the following edges 2 >= 1, 4 >= 2 18.67/7.03 18.67/7.03 18.67/7.03 *new_span2Ys00(vuu3110, vuu3111, True, ba) -> new_span2Ys1(vuu3111, ba) 18.67/7.03 The graph contains the following edges 2 >= 1, 4 >= 2 18.67/7.03 18.67/7.03 18.67/7.03 ---------------------------------------- 18.67/7.03 18.67/7.03 (25) 18.67/7.03 YES 18.67/7.03 18.67/7.03 ---------------------------------------- 18.67/7.03 18.67/7.03 (26) 18.67/7.03 Obligation: 18.67/7.03 Q DP problem: 18.67/7.03 The TRS P consists of the following rules: 18.67/7.03 18.67/7.03 new_primPlusNat(Succ(vuu5300), Succ(vuu31001000)) -> new_primPlusNat(vuu5300, vuu31001000) 18.67/7.03 18.67/7.03 R is empty. 18.67/7.03 Q is empty. 18.67/7.03 We have to consider all minimal (P,Q,R)-chains. 18.67/7.03 ---------------------------------------- 18.67/7.03 18.67/7.03 (27) QDPSizeChangeProof (EQUIVALENT) 18.67/7.03 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. 18.67/7.03 18.67/7.03 From the DPs we obtained the following set of size-change graphs: 18.67/7.03 *new_primPlusNat(Succ(vuu5300), Succ(vuu31001000)) -> new_primPlusNat(vuu5300, vuu31001000) 18.67/7.03 The graph contains the following edges 1 > 1, 2 > 2 18.67/7.03 18.67/7.03 18.67/7.03 ---------------------------------------- 18.67/7.03 18.67/7.03 (28) 18.67/7.03 YES 18.67/7.03 18.67/7.03 ---------------------------------------- 18.67/7.03 18.67/7.03 (29) 18.67/7.03 Obligation: 18.67/7.03 Q DP problem: 18.67/7.03 The TRS P consists of the following rules: 18.67/7.03 18.67/7.03 new_primEqNat(Succ(vuu30000), Succ(vuu310000)) -> new_primEqNat(vuu30000, vuu310000) 18.67/7.03 18.67/7.03 R is empty. 18.67/7.03 Q is empty. 18.67/7.03 We have to consider all minimal (P,Q,R)-chains. 18.67/7.03 ---------------------------------------- 18.67/7.03 18.67/7.03 (30) QDPSizeChangeProof (EQUIVALENT) 18.67/7.03 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. 18.67/7.03 18.67/7.03 From the DPs we obtained the following set of size-change graphs: 18.67/7.03 *new_primEqNat(Succ(vuu30000), Succ(vuu310000)) -> new_primEqNat(vuu30000, vuu310000) 18.67/7.03 The graph contains the following edges 1 > 1, 2 > 2 18.67/7.03 18.67/7.03 18.67/7.03 ---------------------------------------- 18.67/7.03 18.67/7.03 (31) 18.67/7.03 YES 18.99/7.08 EOF