18.46/6.98 YES 21.10/7.64 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 21.10/7.64 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 21.10/7.64 21.10/7.64 21.10/7.64 H-Termination with start terms of the given HASKELL could be proven: 21.10/7.64 21.10/7.64 (0) HASKELL 21.10/7.64 (1) LR [EQUIVALENT, 0 ms] 21.10/7.64 (2) HASKELL 21.10/7.64 (3) BR [EQUIVALENT, 0 ms] 21.10/7.64 (4) HASKELL 21.10/7.64 (5) COR [EQUIVALENT, 4 ms] 21.10/7.64 (6) HASKELL 21.10/7.64 (7) LetRed [EQUIVALENT, 0 ms] 21.10/7.64 (8) HASKELL 21.10/7.64 (9) Narrow [SOUND, 0 ms] 21.10/7.64 (10) AND 21.10/7.64 (11) QDP 21.10/7.64 (12) QDPSizeChangeProof [EQUIVALENT, 433 ms] 21.10/7.64 (13) YES 21.10/7.64 (14) QDP 21.10/7.64 (15) QDPSizeChangeProof [EQUIVALENT, 0 ms] 21.10/7.64 (16) YES 21.10/7.64 (17) QDP 21.10/7.64 (18) QDPSizeChangeProof [EQUIVALENT, 0 ms] 21.10/7.64 (19) YES 21.10/7.64 (20) QDP 21.10/7.64 (21) QDPSizeChangeProof [EQUIVALENT, 0 ms] 21.10/7.64 (22) YES 21.10/7.64 (23) QDP 21.10/7.64 (24) QDPSizeChangeProof [EQUIVALENT, 0 ms] 21.10/7.64 (25) YES 21.10/7.64 (26) QDP 21.10/7.64 (27) QDPSizeChangeProof [EQUIVALENT, 0 ms] 21.10/7.64 (28) YES 21.10/7.64 21.10/7.64 21.10/7.64 ---------------------------------------- 21.10/7.64 21.10/7.64 (0) 21.10/7.64 Obligation: 21.10/7.64 mainModule Main 21.10/7.64 module Maybe where { 21.10/7.64 import qualified List; 21.10/7.65 import qualified Main; 21.10/7.65 import qualified Prelude; 21.10/7.65 } 21.10/7.65 module List where { 21.10/7.65 import qualified Main; 21.10/7.65 import qualified Maybe; 21.10/7.65 import qualified Prelude; 21.10/7.65 group :: Eq a => [a] -> [[a]]; 21.10/7.65 group = groupBy (==); 21.10/7.65 21.10/7.65 groupBy :: (a -> a -> Bool) -> [a] -> [[a]]; 21.10/7.65 groupBy _ [] = []; 21.10/7.65 groupBy eq (x : xs) = (x : ys) : groupBy eq zs where { 21.10/7.65 vv10 = span (eq x) xs; 21.10/7.65 ys = (\(ys,_) ->ys) vv10; 21.10/7.65 zs = (\(_,zs) ->zs) vv10; 21.10/7.65 }; 21.10/7.65 21.10/7.65 } 21.10/7.65 module Main where { 21.10/7.65 import qualified List; 21.10/7.65 import qualified Maybe; 21.10/7.65 import qualified Prelude; 21.10/7.65 } 21.10/7.65 21.10/7.65 ---------------------------------------- 21.10/7.65 21.10/7.65 (1) LR (EQUIVALENT) 21.10/7.65 Lambda Reductions: 21.10/7.65 The following Lambda expression 21.10/7.65 "\(_,zs)->zs" 21.10/7.65 is transformed to 21.10/7.65 "zs0 (_,zs) = zs; 21.10/7.65 " 21.10/7.65 The following Lambda expression 21.10/7.65 "\(ys,_)->ys" 21.10/7.65 is transformed to 21.10/7.65 "ys0 (ys,_) = ys; 21.10/7.65 " 21.10/7.65 The following Lambda expression 21.10/7.65 "\(_,zs)->zs" 21.10/7.65 is transformed to 21.10/7.65 "zs1 (_,zs) = zs; 21.10/7.65 " 21.10/7.65 The following Lambda expression 21.10/7.65 "\(ys,_)->ys" 21.10/7.65 is transformed to 21.10/7.65 "ys1 (ys,_) = ys; 21.10/7.65 " 21.10/7.65 21.10/7.65 ---------------------------------------- 21.10/7.65 21.10/7.65 (2) 21.10/7.65 Obligation: 21.10/7.65 mainModule Main 21.10/7.65 module Maybe where { 21.10/7.65 import qualified List; 21.10/7.65 import qualified Main; 21.10/7.65 import qualified Prelude; 21.10/7.65 } 21.10/7.65 module List where { 21.10/7.65 import qualified Main; 21.10/7.65 import qualified Maybe; 21.10/7.65 import qualified Prelude; 21.10/7.65 group :: Eq a => [a] -> [[a]]; 21.10/7.65 group = groupBy (==); 21.10/7.65 21.10/7.65 groupBy :: (a -> a -> Bool) -> [a] -> [[a]]; 21.10/7.65 groupBy _ [] = []; 21.10/7.65 groupBy eq (x : xs) = (x : ys) : groupBy eq zs where { 21.10/7.65 vv10 = span (eq x) xs; 21.10/7.65 ys = ys1 vv10; 21.10/7.65 ys1 (ys,_) = ys; 21.10/7.65 zs = zs1 vv10; 21.10/7.65 zs1 (_,zs) = zs; 21.10/7.65 }; 21.10/7.65 21.10/7.65 } 21.10/7.65 module Main where { 21.10/7.65 import qualified List; 21.10/7.65 import qualified Maybe; 21.10/7.65 import qualified Prelude; 21.10/7.65 } 21.10/7.65 21.10/7.65 ---------------------------------------- 21.10/7.65 21.10/7.65 (3) BR (EQUIVALENT) 21.10/7.65 Replaced joker patterns by fresh variables and removed binding patterns. 21.10/7.65 21.10/7.65 Binding Reductions: 21.10/7.65 The bind variable of the following binding Pattern 21.10/7.65 "xs@(xw : xx)" 21.10/7.65 is replaced by the following term 21.10/7.65 "xw : xx" 21.10/7.65 21.10/7.65 ---------------------------------------- 21.10/7.65 21.10/7.65 (4) 21.10/7.65 Obligation: 21.10/7.65 mainModule Main 21.10/7.65 module Maybe where { 21.10/7.65 import qualified List; 21.10/7.65 import qualified Main; 21.10/7.65 import qualified Prelude; 21.10/7.65 } 21.10/7.65 module List where { 21.10/7.65 import qualified Main; 21.10/7.65 import qualified Maybe; 21.10/7.65 import qualified Prelude; 21.10/7.65 group :: Eq a => [a] -> [[a]]; 21.10/7.65 group = groupBy (==); 21.10/7.65 21.10/7.65 groupBy :: (a -> a -> Bool) -> [a] -> [[a]]; 21.10/7.65 groupBy yu [] = []; 21.10/7.65 groupBy eq (x : xs) = (x : ys) : groupBy eq zs where { 21.10/7.65 vv10 = span (eq x) xs; 21.10/7.65 ys = ys1 vv10; 21.10/7.65 ys1 (ys,yv) = ys; 21.10/7.65 zs = zs1 vv10; 21.10/7.65 zs1 (yw,zs) = zs; 21.10/7.65 }; 21.10/7.65 21.10/7.65 } 21.10/7.65 module Main where { 21.10/7.65 import qualified List; 21.10/7.65 import qualified Maybe; 21.10/7.65 import qualified Prelude; 21.10/7.65 } 21.10/7.65 21.10/7.65 ---------------------------------------- 21.10/7.65 21.10/7.65 (5) COR (EQUIVALENT) 21.10/7.65 Cond Reductions: 21.10/7.65 The following Function with conditions 21.10/7.65 "undefined |Falseundefined; 21.10/7.65 " 21.10/7.65 is transformed to 21.10/7.65 "undefined = undefined1; 21.10/7.65 " 21.10/7.65 "undefined0 True = undefined; 21.10/7.65 " 21.10/7.65 "undefined1 = undefined0 False; 21.10/7.65 " 21.10/7.65 The following Function with conditions 21.10/7.65 "span p [] = ([],[]); 21.10/7.65 span p (xw : xx)|p xw(xw : ys,zs)|otherwise([],xw : xx) where { 21.10/7.65 vu43 = span p xx; 21.10/7.65 ; 21.10/7.65 ys = ys0 vu43; 21.10/7.65 ; 21.10/7.65 ys0 (ys,xz) = ys; 21.10/7.65 ; 21.10/7.65 zs = zs0 vu43; 21.10/7.65 ; 21.10/7.65 zs0 (xy,zs) = zs; 21.10/7.65 } 21.10/7.65 ; 21.10/7.65 " 21.10/7.65 is transformed to 21.10/7.65 "span p [] = span3 p []; 21.10/7.65 span p (xw : xx) = span2 p (xw : xx); 21.10/7.65 " 21.10/7.65 "span2 p (xw : xx) = span1 p xw xx (p xw) where { 21.10/7.65 span0 p xw xx True = ([],xw : xx); 21.10/7.65 ; 21.10/7.65 span1 p xw xx True = (xw : ys,zs); 21.10/7.65 span1 p xw xx False = span0 p xw xx otherwise; 21.10/7.65 ; 21.10/7.65 vu43 = span p xx; 21.10/7.65 ; 21.10/7.65 ys = ys0 vu43; 21.10/7.65 ; 21.10/7.65 ys0 (ys,xz) = ys; 21.10/7.65 ; 21.10/7.65 zs = zs0 vu43; 21.10/7.65 ; 21.10/7.65 zs0 (xy,zs) = zs; 21.10/7.65 } 21.10/7.65 ; 21.10/7.65 " 21.10/7.65 "span3 p [] = ([],[]); 21.10/7.65 span3 yz zu = span2 yz zu; 21.10/7.65 " 21.10/7.65 21.10/7.65 ---------------------------------------- 21.10/7.65 21.10/7.65 (6) 21.10/7.65 Obligation: 21.10/7.65 mainModule Main 21.10/7.65 module Maybe where { 21.10/7.65 import qualified List; 21.10/7.65 import qualified Main; 21.10/7.65 import qualified Prelude; 21.10/7.65 } 21.10/7.65 module List where { 21.10/7.65 import qualified Main; 21.10/7.65 import qualified Maybe; 21.10/7.65 import qualified Prelude; 21.10/7.65 group :: Eq a => [a] -> [[a]]; 21.10/7.65 group = groupBy (==); 21.10/7.65 21.10/7.65 groupBy :: (a -> a -> Bool) -> [a] -> [[a]]; 21.10/7.65 groupBy yu [] = []; 21.10/7.65 groupBy eq (x : xs) = (x : ys) : groupBy eq zs where { 21.10/7.65 vv10 = span (eq x) xs; 21.10/7.65 ys = ys1 vv10; 21.10/7.65 ys1 (ys,yv) = ys; 21.10/7.65 zs = zs1 vv10; 21.10/7.65 zs1 (yw,zs) = zs; 21.10/7.65 }; 21.10/7.65 21.10/7.65 } 21.10/7.65 module Main where { 21.10/7.65 import qualified List; 21.10/7.65 import qualified Maybe; 21.10/7.65 import qualified Prelude; 21.10/7.65 } 21.10/7.65 21.10/7.65 ---------------------------------------- 21.10/7.65 21.10/7.65 (7) LetRed (EQUIVALENT) 21.10/7.65 Let/Where Reductions: 21.10/7.65 The bindings of the following Let/Where expression 21.10/7.65 "span1 p xw xx (p xw) where { 21.10/7.65 span0 p xw xx True = ([],xw : xx); 21.10/7.65 ; 21.10/7.65 span1 p xw xx True = (xw : ys,zs); 21.10/7.65 span1 p xw xx False = span0 p xw xx otherwise; 21.10/7.65 ; 21.10/7.65 vu43 = span p xx; 21.10/7.65 ; 21.10/7.65 ys = ys0 vu43; 21.10/7.65 ; 21.10/7.65 ys0 (ys,xz) = ys; 21.10/7.65 ; 21.10/7.65 zs = zs0 vu43; 21.10/7.65 ; 21.10/7.65 zs0 (xy,zs) = zs; 21.10/7.65 } 21.10/7.65 " 21.10/7.65 are unpacked to the following functions on top level 21.10/7.65 "span2Ys0 zv zw (ys,xz) = ys; 21.10/7.65 " 21.10/7.65 "span2Vu43 zv zw = span zv zw; 21.10/7.65 " 21.10/7.65 "span2Span1 zv zw p xw xx True = (xw : span2Ys zv zw,span2Zs zv zw); 21.10/7.65 span2Span1 zv zw p xw xx False = span2Span0 zv zw p xw xx otherwise; 21.10/7.65 " 21.10/7.65 "span2Ys zv zw = span2Ys0 zv zw (span2Vu43 zv zw); 21.10/7.65 " 21.10/7.65 "span2Zs0 zv zw (xy,zs) = zs; 21.10/7.65 " 21.10/7.65 "span2Zs zv zw = span2Zs0 zv zw (span2Vu43 zv zw); 21.10/7.65 " 21.10/7.65 "span2Span0 zv zw p xw xx True = ([],xw : xx); 21.10/7.65 " 21.10/7.65 The bindings of the following Let/Where expression 21.10/7.65 "(x : ys) : groupBy eq zs where { 21.10/7.65 vv10 = span (eq x) xs; 21.10/7.65 ; 21.10/7.65 ys = ys1 vv10; 21.10/7.65 ; 21.10/7.65 ys1 (ys,yv) = ys; 21.10/7.65 ; 21.10/7.65 zs = zs1 vv10; 21.10/7.65 ; 21.10/7.65 zs1 (yw,zs) = zs; 21.10/7.65 } 21.10/7.65 " 21.10/7.65 are unpacked to the following functions on top level 21.10/7.65 "groupByZs zx zy zz = groupByZs1 zx zy zz (groupByVv10 zx zy zz); 21.10/7.65 " 21.10/7.65 "groupByYs1 zx zy zz (ys,yv) = ys; 21.10/7.65 " 21.10/7.65 "groupByYs zx zy zz = groupByYs1 zx zy zz (groupByVv10 zx zy zz); 21.10/7.65 " 21.10/7.65 "groupByVv10 zx zy zz = span (zx zy) zz; 21.10/7.65 " 21.10/7.65 "groupByZs1 zx zy zz (yw,zs) = zs; 21.10/7.65 " 21.10/7.65 21.10/7.65 ---------------------------------------- 21.10/7.65 21.10/7.65 (8) 21.10/7.65 Obligation: 21.10/7.65 mainModule Main 21.10/7.65 module Maybe where { 21.10/7.65 import qualified List; 21.10/7.65 import qualified Main; 21.10/7.65 import qualified Prelude; 21.10/7.65 } 21.10/7.65 module List where { 21.10/7.65 import qualified Main; 21.10/7.65 import qualified Maybe; 21.10/7.65 import qualified Prelude; 21.10/7.65 group :: Eq a => [a] -> [[a]]; 21.10/7.65 group = groupBy (==); 21.10/7.65 21.10/7.65 groupBy :: (a -> a -> Bool) -> [a] -> [[a]]; 21.10/7.65 groupBy yu [] = []; 21.10/7.65 groupBy eq (x : xs) = (x : groupByYs eq x xs) : groupBy eq (groupByZs eq x xs); 21.10/7.65 21.10/7.65 groupByVv10 zx zy zz = span (zx zy) zz; 21.10/7.65 21.10/7.65 groupByYs zx zy zz = groupByYs1 zx zy zz (groupByVv10 zx zy zz); 21.10/7.65 21.10/7.65 groupByYs1 zx zy zz (ys,yv) = ys; 21.10/7.65 21.10/7.65 groupByZs zx zy zz = groupByZs1 zx zy zz (groupByVv10 zx zy zz); 21.10/7.65 21.10/7.65 groupByZs1 zx zy zz (yw,zs) = zs; 21.10/7.65 21.10/7.65 } 21.10/7.65 module Main where { 21.10/7.65 import qualified List; 21.10/7.65 import qualified Maybe; 21.10/7.65 import qualified Prelude; 21.10/7.65 } 21.10/7.65 21.10/7.65 ---------------------------------------- 21.10/7.65 21.10/7.65 (9) Narrow (SOUND) 21.10/7.65 Haskell To QDPs 21.10/7.65 21.10/7.65 digraph dp_graph { 21.10/7.65 node [outthreshold=100, inthreshold=100];1[label="List.group",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 21.10/7.65 3[label="List.group vuu3",fontsize=16,color="black",shape="triangle"];3 -> 4[label="",style="solid", color="black", weight=3]; 21.10/7.65 4[label="List.groupBy (==) vuu3",fontsize=16,color="burlywood",shape="triangle"];875[label="vuu3/vuu30 : vuu31",fontsize=10,color="white",style="solid",shape="box"];4 -> 875[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 875 -> 5[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 876[label="vuu3/[]",fontsize=10,color="white",style="solid",shape="box"];4 -> 876[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 876 -> 6[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 5[label="List.groupBy (==) (vuu30 : vuu31)",fontsize=16,color="black",shape="box"];5 -> 7[label="",style="solid", color="black", weight=3]; 21.10/7.65 6[label="List.groupBy (==) []",fontsize=16,color="black",shape="box"];6 -> 8[label="",style="solid", color="black", weight=3]; 21.10/7.65 7[label="(vuu30 : List.groupByYs (==) vuu30 vuu31) : List.groupBy (==) (List.groupByZs (==) vuu30 vuu31)",fontsize=16,color="green",shape="box"];7 -> 9[label="",style="dashed", color="green", weight=3]; 21.10/7.65 7 -> 10[label="",style="dashed", color="green", weight=3]; 21.10/7.65 8[label="[]",fontsize=16,color="green",shape="box"];9[label="List.groupByYs (==) vuu30 vuu31",fontsize=16,color="black",shape="box"];9 -> 11[label="",style="solid", color="black", weight=3]; 21.10/7.65 10 -> 4[label="",style="dashed", color="red", weight=0]; 21.10/7.65 10[label="List.groupBy (==) (List.groupByZs (==) vuu30 vuu31)",fontsize=16,color="magenta"];10 -> 12[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 11[label="List.groupByYs1 (==) vuu30 vuu31 (List.groupByVv10 (==) vuu30 vuu31)",fontsize=16,color="black",shape="box"];11 -> 13[label="",style="solid", color="black", weight=3]; 21.10/7.65 12[label="List.groupByZs (==) vuu30 vuu31",fontsize=16,color="black",shape="box"];12 -> 14[label="",style="solid", color="black", weight=3]; 21.10/7.65 13[label="List.groupByYs1 (==) vuu30 vuu31 (span ((==) vuu30) vuu31)",fontsize=16,color="burlywood",shape="box"];877[label="vuu31/vuu310 : vuu311",fontsize=10,color="white",style="solid",shape="box"];13 -> 877[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 877 -> 15[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 878[label="vuu31/[]",fontsize=10,color="white",style="solid",shape="box"];13 -> 878[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 878 -> 16[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 14[label="List.groupByZs1 (==) vuu30 vuu31 (List.groupByVv10 (==) vuu30 vuu31)",fontsize=16,color="black",shape="box"];14 -> 17[label="",style="solid", color="black", weight=3]; 21.10/7.65 15[label="List.groupByYs1 (==) vuu30 (vuu310 : vuu311) (span ((==) vuu30) (vuu310 : vuu311))",fontsize=16,color="black",shape="box"];15 -> 18[label="",style="solid", color="black", weight=3]; 21.10/7.65 16[label="List.groupByYs1 (==) vuu30 [] (span ((==) vuu30) [])",fontsize=16,color="black",shape="box"];16 -> 19[label="",style="solid", color="black", weight=3]; 21.10/7.65 17[label="List.groupByZs1 (==) vuu30 vuu31 (span ((==) vuu30) vuu31)",fontsize=16,color="burlywood",shape="box"];879[label="vuu31/vuu310 : vuu311",fontsize=10,color="white",style="solid",shape="box"];17 -> 879[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 879 -> 20[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 880[label="vuu31/[]",fontsize=10,color="white",style="solid",shape="box"];17 -> 880[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 880 -> 21[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 18[label="List.groupByYs1 (==) vuu30 (vuu310 : vuu311) (span2 ((==) vuu30) (vuu310 : vuu311))",fontsize=16,color="black",shape="box"];18 -> 22[label="",style="solid", color="black", weight=3]; 21.10/7.65 19[label="List.groupByYs1 (==) vuu30 [] (span3 ((==) vuu30) [])",fontsize=16,color="black",shape="box"];19 -> 23[label="",style="solid", color="black", weight=3]; 21.10/7.65 20[label="List.groupByZs1 (==) vuu30 (vuu310 : vuu311) (span ((==) vuu30) (vuu310 : vuu311))",fontsize=16,color="black",shape="box"];20 -> 24[label="",style="solid", color="black", weight=3]; 21.10/7.65 21[label="List.groupByZs1 (==) vuu30 [] (span ((==) vuu30) [])",fontsize=16,color="black",shape="box"];21 -> 25[label="",style="solid", color="black", weight=3]; 21.10/7.65 22 -> 26[label="",style="dashed", color="red", weight=0]; 21.10/7.65 22[label="List.groupByYs1 (==) vuu30 (vuu310 : vuu311) (span2Span1 ((==) vuu30) vuu311 ((==) vuu30) vuu310 vuu311 ((==) vuu30 vuu310))",fontsize=16,color="magenta"];22 -> 27[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 22 -> 28[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 22 -> 29[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 22 -> 30[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 23[label="List.groupByYs1 (==) vuu30 [] ([],[])",fontsize=16,color="black",shape="box"];23 -> 31[label="",style="solid", color="black", weight=3]; 21.10/7.65 24[label="List.groupByZs1 (==) vuu30 (vuu310 : vuu311) (span2 ((==) vuu30) (vuu310 : vuu311))",fontsize=16,color="black",shape="box"];24 -> 32[label="",style="solid", color="black", weight=3]; 21.10/7.65 25[label="List.groupByZs1 (==) vuu30 [] (span3 ((==) vuu30) [])",fontsize=16,color="black",shape="box"];25 -> 33[label="",style="solid", color="black", weight=3]; 21.10/7.65 27[label="vuu310",fontsize=16,color="green",shape="box"];28[label="vuu30",fontsize=16,color="green",shape="box"];29[label="vuu311",fontsize=16,color="green",shape="box"];30[label="(==) vuu30 vuu310",fontsize=16,color="blue",shape="box"];881[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];30 -> 881[label="",style="solid", color="blue", weight=9]; 21.10/7.65 881 -> 34[label="",style="solid", color="blue", weight=3]; 21.10/7.65 882[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];30 -> 882[label="",style="solid", color="blue", weight=9]; 21.10/7.65 882 -> 35[label="",style="solid", color="blue", weight=3]; 21.10/7.65 883[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];30 -> 883[label="",style="solid", color="blue", weight=9]; 21.10/7.65 883 -> 36[label="",style="solid", color="blue", weight=3]; 21.10/7.65 884[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];30 -> 884[label="",style="solid", color="blue", weight=9]; 21.10/7.65 884 -> 37[label="",style="solid", color="blue", weight=3]; 21.10/7.65 885[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];30 -> 885[label="",style="solid", color="blue", weight=9]; 21.10/7.65 885 -> 38[label="",style="solid", color="blue", weight=3]; 21.10/7.65 886[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];30 -> 886[label="",style="solid", color="blue", weight=9]; 21.10/7.65 886 -> 39[label="",style="solid", color="blue", weight=3]; 21.10/7.65 887[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];30 -> 887[label="",style="solid", color="blue", weight=9]; 21.10/7.65 887 -> 40[label="",style="solid", color="blue", weight=3]; 21.10/7.65 888[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];30 -> 888[label="",style="solid", color="blue", weight=9]; 21.10/7.65 888 -> 41[label="",style="solid", color="blue", weight=3]; 21.10/7.65 889[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];30 -> 889[label="",style="solid", color="blue", weight=9]; 21.10/7.65 889 -> 42[label="",style="solid", color="blue", weight=3]; 21.10/7.65 890[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];30 -> 890[label="",style="solid", color="blue", weight=9]; 21.10/7.65 890 -> 43[label="",style="solid", color="blue", weight=3]; 21.10/7.65 891[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];30 -> 891[label="",style="solid", color="blue", weight=9]; 21.10/7.65 891 -> 44[label="",style="solid", color="blue", weight=3]; 21.10/7.65 892[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];30 -> 892[label="",style="solid", color="blue", weight=9]; 21.10/7.65 892 -> 45[label="",style="solid", color="blue", weight=3]; 21.10/7.65 893[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];30 -> 893[label="",style="solid", color="blue", weight=9]; 21.10/7.65 893 -> 46[label="",style="solid", color="blue", weight=3]; 21.10/7.65 894[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];30 -> 894[label="",style="solid", color="blue", weight=9]; 21.10/7.65 894 -> 47[label="",style="solid", color="blue", weight=3]; 21.10/7.65 26[label="List.groupByYs1 (==) vuu9 (vuu10 : vuu11) (span2Span1 ((==) vuu9) vuu11 ((==) vuu9) vuu10 vuu11 vuu12)",fontsize=16,color="burlywood",shape="triangle"];895[label="vuu12/False",fontsize=10,color="white",style="solid",shape="box"];26 -> 895[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 895 -> 48[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 896[label="vuu12/True",fontsize=10,color="white",style="solid",shape="box"];26 -> 896[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 896 -> 49[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 31[label="[]",fontsize=16,color="green",shape="box"];32 -> 50[label="",style="dashed", color="red", weight=0]; 21.10/7.65 32[label="List.groupByZs1 (==) vuu30 (vuu310 : vuu311) (span2Span1 ((==) vuu30) vuu311 ((==) vuu30) vuu310 vuu311 ((==) vuu30 vuu310))",fontsize=16,color="magenta"];32 -> 51[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 32 -> 52[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 32 -> 53[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 32 -> 54[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 33[label="List.groupByZs1 (==) vuu30 [] ([],[])",fontsize=16,color="black",shape="box"];33 -> 55[label="",style="solid", color="black", weight=3]; 21.10/7.65 34[label="(==) vuu30 vuu310",fontsize=16,color="burlywood",shape="triangle"];897[label="vuu30/Integer vuu300",fontsize=10,color="white",style="solid",shape="box"];34 -> 897[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 897 -> 56[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 35[label="(==) vuu30 vuu310",fontsize=16,color="burlywood",shape="triangle"];898[label="vuu30/(vuu300,vuu301,vuu302)",fontsize=10,color="white",style="solid",shape="box"];35 -> 898[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 898 -> 57[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 36[label="(==) vuu30 vuu310",fontsize=16,color="black",shape="triangle"];36 -> 58[label="",style="solid", color="black", weight=3]; 21.10/7.65 37[label="(==) vuu30 vuu310",fontsize=16,color="black",shape="triangle"];37 -> 59[label="",style="solid", color="black", weight=3]; 21.10/7.65 38[label="(==) vuu30 vuu310",fontsize=16,color="burlywood",shape="triangle"];899[label="vuu30/Nothing",fontsize=10,color="white",style="solid",shape="box"];38 -> 899[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 899 -> 60[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 900[label="vuu30/Just vuu300",fontsize=10,color="white",style="solid",shape="box"];38 -> 900[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 900 -> 61[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 39[label="(==) vuu30 vuu310",fontsize=16,color="burlywood",shape="triangle"];901[label="vuu30/()",fontsize=10,color="white",style="solid",shape="box"];39 -> 901[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 901 -> 62[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 40[label="(==) vuu30 vuu310",fontsize=16,color="black",shape="triangle"];40 -> 63[label="",style="solid", color="black", weight=3]; 21.10/7.65 41[label="(==) vuu30 vuu310",fontsize=16,color="burlywood",shape="triangle"];902[label="vuu30/LT",fontsize=10,color="white",style="solid",shape="box"];41 -> 902[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 902 -> 64[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 903[label="vuu30/EQ",fontsize=10,color="white",style="solid",shape="box"];41 -> 903[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 903 -> 65[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 904[label="vuu30/GT",fontsize=10,color="white",style="solid",shape="box"];41 -> 904[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 904 -> 66[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 42[label="(==) vuu30 vuu310",fontsize=16,color="burlywood",shape="triangle"];905[label="vuu30/vuu300 :% vuu301",fontsize=10,color="white",style="solid",shape="box"];42 -> 905[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 905 -> 67[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 43[label="(==) vuu30 vuu310",fontsize=16,color="burlywood",shape="triangle"];906[label="vuu30/False",fontsize=10,color="white",style="solid",shape="box"];43 -> 906[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 906 -> 68[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 907[label="vuu30/True",fontsize=10,color="white",style="solid",shape="box"];43 -> 907[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 907 -> 69[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 44[label="(==) vuu30 vuu310",fontsize=16,color="burlywood",shape="triangle"];908[label="vuu30/vuu300 : vuu301",fontsize=10,color="white",style="solid",shape="box"];44 -> 908[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 908 -> 70[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 909[label="vuu30/[]",fontsize=10,color="white",style="solid",shape="box"];44 -> 909[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 909 -> 71[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 45[label="(==) vuu30 vuu310",fontsize=16,color="burlywood",shape="triangle"];910[label="vuu30/Left vuu300",fontsize=10,color="white",style="solid",shape="box"];45 -> 910[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 910 -> 72[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 911[label="vuu30/Right vuu300",fontsize=10,color="white",style="solid",shape="box"];45 -> 911[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 911 -> 73[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 46[label="(==) vuu30 vuu310",fontsize=16,color="burlywood",shape="triangle"];912[label="vuu30/(vuu300,vuu301)",fontsize=10,color="white",style="solid",shape="box"];46 -> 912[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 912 -> 74[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 47[label="(==) vuu30 vuu310",fontsize=16,color="black",shape="triangle"];47 -> 75[label="",style="solid", color="black", weight=3]; 21.10/7.65 48[label="List.groupByYs1 (==) vuu9 (vuu10 : vuu11) (span2Span1 ((==) vuu9) vuu11 ((==) vuu9) vuu10 vuu11 False)",fontsize=16,color="black",shape="box"];48 -> 76[label="",style="solid", color="black", weight=3]; 21.10/7.65 49[label="List.groupByYs1 (==) vuu9 (vuu10 : vuu11) (span2Span1 ((==) vuu9) vuu11 ((==) vuu9) vuu10 vuu11 True)",fontsize=16,color="black",shape="box"];49 -> 77[label="",style="solid", color="black", weight=3]; 21.10/7.65 51[label="vuu310",fontsize=16,color="green",shape="box"];52[label="vuu30",fontsize=16,color="green",shape="box"];53[label="(==) vuu30 vuu310",fontsize=16,color="blue",shape="box"];913[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];53 -> 913[label="",style="solid", color="blue", weight=9]; 21.10/7.65 913 -> 78[label="",style="solid", color="blue", weight=3]; 21.10/7.65 914[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];53 -> 914[label="",style="solid", color="blue", weight=9]; 21.10/7.65 914 -> 79[label="",style="solid", color="blue", weight=3]; 21.10/7.65 915[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];53 -> 915[label="",style="solid", color="blue", weight=9]; 21.10/7.65 915 -> 80[label="",style="solid", color="blue", weight=3]; 21.10/7.65 916[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];53 -> 916[label="",style="solid", color="blue", weight=9]; 21.10/7.65 916 -> 81[label="",style="solid", color="blue", weight=3]; 21.10/7.65 917[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];53 -> 917[label="",style="solid", color="blue", weight=9]; 21.10/7.65 917 -> 82[label="",style="solid", color="blue", weight=3]; 21.10/7.65 918[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];53 -> 918[label="",style="solid", color="blue", weight=9]; 21.10/7.65 918 -> 83[label="",style="solid", color="blue", weight=3]; 21.10/7.65 919[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];53 -> 919[label="",style="solid", color="blue", weight=9]; 21.10/7.65 919 -> 84[label="",style="solid", color="blue", weight=3]; 21.10/7.65 920[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];53 -> 920[label="",style="solid", color="blue", weight=9]; 21.10/7.65 920 -> 85[label="",style="solid", color="blue", weight=3]; 21.10/7.65 921[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];53 -> 921[label="",style="solid", color="blue", weight=9]; 21.10/7.65 921 -> 86[label="",style="solid", color="blue", weight=3]; 21.10/7.65 922[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];53 -> 922[label="",style="solid", color="blue", weight=9]; 21.10/7.65 922 -> 87[label="",style="solid", color="blue", weight=3]; 21.10/7.65 923[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];53 -> 923[label="",style="solid", color="blue", weight=9]; 21.10/7.65 923 -> 88[label="",style="solid", color="blue", weight=3]; 21.10/7.65 924[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];53 -> 924[label="",style="solid", color="blue", weight=9]; 21.10/7.65 924 -> 89[label="",style="solid", color="blue", weight=3]; 21.10/7.65 925[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];53 -> 925[label="",style="solid", color="blue", weight=9]; 21.10/7.65 925 -> 90[label="",style="solid", color="blue", weight=3]; 21.10/7.65 926[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];53 -> 926[label="",style="solid", color="blue", weight=9]; 21.10/7.65 926 -> 91[label="",style="solid", color="blue", weight=3]; 21.10/7.65 54[label="vuu311",fontsize=16,color="green",shape="box"];50[label="List.groupByZs1 (==) vuu18 (vuu19 : vuu20) (span2Span1 ((==) vuu18) vuu20 ((==) vuu18) vuu19 vuu20 vuu21)",fontsize=16,color="burlywood",shape="triangle"];927[label="vuu21/False",fontsize=10,color="white",style="solid",shape="box"];50 -> 927[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 927 -> 92[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 928[label="vuu21/True",fontsize=10,color="white",style="solid",shape="box"];50 -> 928[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 928 -> 93[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 55[label="[]",fontsize=16,color="green",shape="box"];56[label="(==) Integer vuu300 vuu310",fontsize=16,color="burlywood",shape="box"];929[label="vuu310/Integer vuu3100",fontsize=10,color="white",style="solid",shape="box"];56 -> 929[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 929 -> 94[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 57[label="(==) (vuu300,vuu301,vuu302) vuu310",fontsize=16,color="burlywood",shape="box"];930[label="vuu310/(vuu3100,vuu3101,vuu3102)",fontsize=10,color="white",style="solid",shape="box"];57 -> 930[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 930 -> 95[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 58[label="primEqDouble vuu30 vuu310",fontsize=16,color="burlywood",shape="box"];931[label="vuu30/Double vuu300 vuu301",fontsize=10,color="white",style="solid",shape="box"];58 -> 931[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 931 -> 96[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 59[label="primEqFloat vuu30 vuu310",fontsize=16,color="burlywood",shape="box"];932[label="vuu30/Float vuu300 vuu301",fontsize=10,color="white",style="solid",shape="box"];59 -> 932[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 932 -> 97[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 60[label="(==) Nothing vuu310",fontsize=16,color="burlywood",shape="box"];933[label="vuu310/Nothing",fontsize=10,color="white",style="solid",shape="box"];60 -> 933[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 933 -> 98[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 934[label="vuu310/Just vuu3100",fontsize=10,color="white",style="solid",shape="box"];60 -> 934[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 934 -> 99[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 61[label="(==) Just vuu300 vuu310",fontsize=16,color="burlywood",shape="box"];935[label="vuu310/Nothing",fontsize=10,color="white",style="solid",shape="box"];61 -> 935[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 935 -> 100[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 936[label="vuu310/Just vuu3100",fontsize=10,color="white",style="solid",shape="box"];61 -> 936[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 936 -> 101[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 62[label="(==) () vuu310",fontsize=16,color="burlywood",shape="box"];937[label="vuu310/()",fontsize=10,color="white",style="solid",shape="box"];62 -> 937[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 937 -> 102[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 63[label="primEqInt vuu30 vuu310",fontsize=16,color="burlywood",shape="triangle"];938[label="vuu30/Pos vuu300",fontsize=10,color="white",style="solid",shape="box"];63 -> 938[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 938 -> 103[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 939[label="vuu30/Neg vuu300",fontsize=10,color="white",style="solid",shape="box"];63 -> 939[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 939 -> 104[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 64[label="(==) LT vuu310",fontsize=16,color="burlywood",shape="box"];940[label="vuu310/LT",fontsize=10,color="white",style="solid",shape="box"];64 -> 940[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 940 -> 105[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 941[label="vuu310/EQ",fontsize=10,color="white",style="solid",shape="box"];64 -> 941[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 941 -> 106[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 942[label="vuu310/GT",fontsize=10,color="white",style="solid",shape="box"];64 -> 942[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 942 -> 107[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 65[label="(==) EQ vuu310",fontsize=16,color="burlywood",shape="box"];943[label="vuu310/LT",fontsize=10,color="white",style="solid",shape="box"];65 -> 943[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 943 -> 108[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 944[label="vuu310/EQ",fontsize=10,color="white",style="solid",shape="box"];65 -> 944[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 944 -> 109[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 945[label="vuu310/GT",fontsize=10,color="white",style="solid",shape="box"];65 -> 945[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 945 -> 110[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 66[label="(==) GT vuu310",fontsize=16,color="burlywood",shape="box"];946[label="vuu310/LT",fontsize=10,color="white",style="solid",shape="box"];66 -> 946[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 946 -> 111[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 947[label="vuu310/EQ",fontsize=10,color="white",style="solid",shape="box"];66 -> 947[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 947 -> 112[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 948[label="vuu310/GT",fontsize=10,color="white",style="solid",shape="box"];66 -> 948[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 948 -> 113[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 67[label="(==) vuu300 :% vuu301 vuu310",fontsize=16,color="burlywood",shape="box"];949[label="vuu310/vuu3100 :% vuu3101",fontsize=10,color="white",style="solid",shape="box"];67 -> 949[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 949 -> 114[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 68[label="(==) False vuu310",fontsize=16,color="burlywood",shape="box"];950[label="vuu310/False",fontsize=10,color="white",style="solid",shape="box"];68 -> 950[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 950 -> 115[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 951[label="vuu310/True",fontsize=10,color="white",style="solid",shape="box"];68 -> 951[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 951 -> 116[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 69[label="(==) True vuu310",fontsize=16,color="burlywood",shape="box"];952[label="vuu310/False",fontsize=10,color="white",style="solid",shape="box"];69 -> 952[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 952 -> 117[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 953[label="vuu310/True",fontsize=10,color="white",style="solid",shape="box"];69 -> 953[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 953 -> 118[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 70[label="(==) vuu300 : vuu301 vuu310",fontsize=16,color="burlywood",shape="box"];954[label="vuu310/vuu3100 : vuu3101",fontsize=10,color="white",style="solid",shape="box"];70 -> 954[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 954 -> 119[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 955[label="vuu310/[]",fontsize=10,color="white",style="solid",shape="box"];70 -> 955[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 955 -> 120[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 71[label="(==) [] vuu310",fontsize=16,color="burlywood",shape="box"];956[label="vuu310/vuu3100 : vuu3101",fontsize=10,color="white",style="solid",shape="box"];71 -> 956[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 956 -> 121[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 957[label="vuu310/[]",fontsize=10,color="white",style="solid",shape="box"];71 -> 957[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 957 -> 122[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 72[label="(==) Left vuu300 vuu310",fontsize=16,color="burlywood",shape="box"];958[label="vuu310/Left vuu3100",fontsize=10,color="white",style="solid",shape="box"];72 -> 958[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 958 -> 123[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 959[label="vuu310/Right vuu3100",fontsize=10,color="white",style="solid",shape="box"];72 -> 959[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 959 -> 124[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 73[label="(==) Right vuu300 vuu310",fontsize=16,color="burlywood",shape="box"];960[label="vuu310/Left vuu3100",fontsize=10,color="white",style="solid",shape="box"];73 -> 960[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 960 -> 125[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 961[label="vuu310/Right vuu3100",fontsize=10,color="white",style="solid",shape="box"];73 -> 961[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 961 -> 126[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 74[label="(==) (vuu300,vuu301) vuu310",fontsize=16,color="burlywood",shape="box"];962[label="vuu310/(vuu3100,vuu3101)",fontsize=10,color="white",style="solid",shape="box"];74 -> 962[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 962 -> 127[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 75[label="primEqChar vuu30 vuu310",fontsize=16,color="burlywood",shape="box"];963[label="vuu30/Char vuu300",fontsize=10,color="white",style="solid",shape="box"];75 -> 963[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 963 -> 128[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 76[label="List.groupByYs1 (==) vuu9 (vuu10 : vuu11) (span2Span0 ((==) vuu9) vuu11 ((==) vuu9) vuu10 vuu11 otherwise)",fontsize=16,color="black",shape="box"];76 -> 129[label="",style="solid", color="black", weight=3]; 21.10/7.65 77[label="List.groupByYs1 (==) vuu9 (vuu10 : vuu11) (vuu10 : span2Ys ((==) vuu9) vuu11,span2Zs ((==) vuu9) vuu11)",fontsize=16,color="black",shape="box"];77 -> 130[label="",style="solid", color="black", weight=3]; 21.10/7.65 78 -> 34[label="",style="dashed", color="red", weight=0]; 21.10/7.65 78[label="(==) vuu30 vuu310",fontsize=16,color="magenta"];79 -> 35[label="",style="dashed", color="red", weight=0]; 21.10/7.65 79[label="(==) vuu30 vuu310",fontsize=16,color="magenta"];80 -> 36[label="",style="dashed", color="red", weight=0]; 21.10/7.65 80[label="(==) vuu30 vuu310",fontsize=16,color="magenta"];81 -> 37[label="",style="dashed", color="red", weight=0]; 21.10/7.65 81[label="(==) vuu30 vuu310",fontsize=16,color="magenta"];82 -> 38[label="",style="dashed", color="red", weight=0]; 21.10/7.65 82[label="(==) vuu30 vuu310",fontsize=16,color="magenta"];83 -> 39[label="",style="dashed", color="red", weight=0]; 21.10/7.65 83[label="(==) vuu30 vuu310",fontsize=16,color="magenta"];84 -> 40[label="",style="dashed", color="red", weight=0]; 21.10/7.65 84[label="(==) vuu30 vuu310",fontsize=16,color="magenta"];85 -> 41[label="",style="dashed", color="red", weight=0]; 21.10/7.65 85[label="(==) vuu30 vuu310",fontsize=16,color="magenta"];86 -> 42[label="",style="dashed", color="red", weight=0]; 21.10/7.65 86[label="(==) vuu30 vuu310",fontsize=16,color="magenta"];87 -> 43[label="",style="dashed", color="red", weight=0]; 21.10/7.65 87[label="(==) vuu30 vuu310",fontsize=16,color="magenta"];88 -> 44[label="",style="dashed", color="red", weight=0]; 21.10/7.65 88[label="(==) vuu30 vuu310",fontsize=16,color="magenta"];89 -> 45[label="",style="dashed", color="red", weight=0]; 21.10/7.65 89[label="(==) vuu30 vuu310",fontsize=16,color="magenta"];90 -> 46[label="",style="dashed", color="red", weight=0]; 21.10/7.65 90[label="(==) vuu30 vuu310",fontsize=16,color="magenta"];91 -> 47[label="",style="dashed", color="red", weight=0]; 21.10/7.65 91[label="(==) vuu30 vuu310",fontsize=16,color="magenta"];92[label="List.groupByZs1 (==) vuu18 (vuu19 : vuu20) (span2Span1 ((==) vuu18) vuu20 ((==) vuu18) vuu19 vuu20 False)",fontsize=16,color="black",shape="box"];92 -> 131[label="",style="solid", color="black", weight=3]; 21.10/7.65 93[label="List.groupByZs1 (==) vuu18 (vuu19 : vuu20) (span2Span1 ((==) vuu18) vuu20 ((==) vuu18) vuu19 vuu20 True)",fontsize=16,color="black",shape="box"];93 -> 132[label="",style="solid", color="black", weight=3]; 21.10/7.65 94[label="(==) Integer vuu300 Integer vuu3100",fontsize=16,color="black",shape="box"];94 -> 133[label="",style="solid", color="black", weight=3]; 21.10/7.65 95[label="(==) (vuu300,vuu301,vuu302) (vuu3100,vuu3101,vuu3102)",fontsize=16,color="black",shape="box"];95 -> 134[label="",style="solid", color="black", weight=3]; 21.10/7.65 96[label="primEqDouble (Double vuu300 vuu301) vuu310",fontsize=16,color="burlywood",shape="box"];964[label="vuu310/Double vuu3100 vuu3101",fontsize=10,color="white",style="solid",shape="box"];96 -> 964[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 964 -> 135[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 97[label="primEqFloat (Float vuu300 vuu301) vuu310",fontsize=16,color="burlywood",shape="box"];965[label="vuu310/Float vuu3100 vuu3101",fontsize=10,color="white",style="solid",shape="box"];97 -> 965[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 965 -> 136[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 98[label="(==) Nothing Nothing",fontsize=16,color="black",shape="box"];98 -> 137[label="",style="solid", color="black", weight=3]; 21.10/7.65 99[label="(==) Nothing Just vuu3100",fontsize=16,color="black",shape="box"];99 -> 138[label="",style="solid", color="black", weight=3]; 21.10/7.65 100[label="(==) Just vuu300 Nothing",fontsize=16,color="black",shape="box"];100 -> 139[label="",style="solid", color="black", weight=3]; 21.10/7.65 101[label="(==) Just vuu300 Just vuu3100",fontsize=16,color="black",shape="box"];101 -> 140[label="",style="solid", color="black", weight=3]; 21.10/7.65 102[label="(==) () ()",fontsize=16,color="black",shape="box"];102 -> 141[label="",style="solid", color="black", weight=3]; 21.10/7.65 103[label="primEqInt (Pos vuu300) vuu310",fontsize=16,color="burlywood",shape="box"];966[label="vuu300/Succ vuu3000",fontsize=10,color="white",style="solid",shape="box"];103 -> 966[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 966 -> 142[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 967[label="vuu300/Zero",fontsize=10,color="white",style="solid",shape="box"];103 -> 967[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 967 -> 143[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 104[label="primEqInt (Neg vuu300) vuu310",fontsize=16,color="burlywood",shape="box"];968[label="vuu300/Succ vuu3000",fontsize=10,color="white",style="solid",shape="box"];104 -> 968[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 968 -> 144[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 969[label="vuu300/Zero",fontsize=10,color="white",style="solid",shape="box"];104 -> 969[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 969 -> 145[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 105[label="(==) LT LT",fontsize=16,color="black",shape="box"];105 -> 146[label="",style="solid", color="black", weight=3]; 21.10/7.65 106[label="(==) LT EQ",fontsize=16,color="black",shape="box"];106 -> 147[label="",style="solid", color="black", weight=3]; 21.10/7.65 107[label="(==) LT GT",fontsize=16,color="black",shape="box"];107 -> 148[label="",style="solid", color="black", weight=3]; 21.10/7.65 108[label="(==) EQ LT",fontsize=16,color="black",shape="box"];108 -> 149[label="",style="solid", color="black", weight=3]; 21.10/7.65 109[label="(==) EQ EQ",fontsize=16,color="black",shape="box"];109 -> 150[label="",style="solid", color="black", weight=3]; 21.10/7.65 110[label="(==) EQ GT",fontsize=16,color="black",shape="box"];110 -> 151[label="",style="solid", color="black", weight=3]; 21.10/7.65 111[label="(==) GT LT",fontsize=16,color="black",shape="box"];111 -> 152[label="",style="solid", color="black", weight=3]; 21.10/7.65 112[label="(==) GT EQ",fontsize=16,color="black",shape="box"];112 -> 153[label="",style="solid", color="black", weight=3]; 21.10/7.65 113[label="(==) GT GT",fontsize=16,color="black",shape="box"];113 -> 154[label="",style="solid", color="black", weight=3]; 21.10/7.65 114[label="(==) vuu300 :% vuu301 vuu3100 :% vuu3101",fontsize=16,color="black",shape="box"];114 -> 155[label="",style="solid", color="black", weight=3]; 21.10/7.65 115[label="(==) False False",fontsize=16,color="black",shape="box"];115 -> 156[label="",style="solid", color="black", weight=3]; 21.10/7.65 116[label="(==) False True",fontsize=16,color="black",shape="box"];116 -> 157[label="",style="solid", color="black", weight=3]; 21.10/7.65 117[label="(==) True False",fontsize=16,color="black",shape="box"];117 -> 158[label="",style="solid", color="black", weight=3]; 21.10/7.65 118[label="(==) True True",fontsize=16,color="black",shape="box"];118 -> 159[label="",style="solid", color="black", weight=3]; 21.10/7.65 119[label="(==) vuu300 : vuu301 vuu3100 : vuu3101",fontsize=16,color="black",shape="box"];119 -> 160[label="",style="solid", color="black", weight=3]; 21.10/7.65 120[label="(==) vuu300 : vuu301 []",fontsize=16,color="black",shape="box"];120 -> 161[label="",style="solid", color="black", weight=3]; 21.10/7.65 121[label="(==) [] vuu3100 : vuu3101",fontsize=16,color="black",shape="box"];121 -> 162[label="",style="solid", color="black", weight=3]; 21.10/7.65 122[label="(==) [] []",fontsize=16,color="black",shape="box"];122 -> 163[label="",style="solid", color="black", weight=3]; 21.10/7.65 123[label="(==) Left vuu300 Left vuu3100",fontsize=16,color="black",shape="box"];123 -> 164[label="",style="solid", color="black", weight=3]; 21.10/7.65 124[label="(==) Left vuu300 Right vuu3100",fontsize=16,color="black",shape="box"];124 -> 165[label="",style="solid", color="black", weight=3]; 21.10/7.65 125[label="(==) Right vuu300 Left vuu3100",fontsize=16,color="black",shape="box"];125 -> 166[label="",style="solid", color="black", weight=3]; 21.10/7.65 126[label="(==) Right vuu300 Right vuu3100",fontsize=16,color="black",shape="box"];126 -> 167[label="",style="solid", color="black", weight=3]; 21.10/7.65 127[label="(==) (vuu300,vuu301) (vuu3100,vuu3101)",fontsize=16,color="black",shape="box"];127 -> 168[label="",style="solid", color="black", weight=3]; 21.10/7.65 128[label="primEqChar (Char vuu300) vuu310",fontsize=16,color="burlywood",shape="box"];970[label="vuu310/Char vuu3100",fontsize=10,color="white",style="solid",shape="box"];128 -> 970[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 970 -> 169[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 129[label="List.groupByYs1 (==) vuu9 (vuu10 : vuu11) (span2Span0 ((==) vuu9) vuu11 ((==) vuu9) vuu10 vuu11 True)",fontsize=16,color="black",shape="box"];129 -> 170[label="",style="solid", color="black", weight=3]; 21.10/7.65 130[label="vuu10 : span2Ys ((==) vuu9) vuu11",fontsize=16,color="green",shape="box"];130 -> 171[label="",style="dashed", color="green", weight=3]; 21.10/7.65 131[label="List.groupByZs1 (==) vuu18 (vuu19 : vuu20) (span2Span0 ((==) vuu18) vuu20 ((==) vuu18) vuu19 vuu20 otherwise)",fontsize=16,color="black",shape="box"];131 -> 172[label="",style="solid", color="black", weight=3]; 21.10/7.65 132[label="List.groupByZs1 (==) vuu18 (vuu19 : vuu20) (vuu19 : span2Ys ((==) vuu18) vuu20,span2Zs ((==) vuu18) vuu20)",fontsize=16,color="black",shape="box"];132 -> 173[label="",style="solid", color="black", weight=3]; 21.10/7.65 133 -> 63[label="",style="dashed", color="red", weight=0]; 21.10/7.65 133[label="primEqInt vuu300 vuu3100",fontsize=16,color="magenta"];133 -> 174[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 133 -> 175[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 134 -> 263[label="",style="dashed", color="red", weight=0]; 21.10/7.65 134[label="vuu300 == vuu3100 && vuu301 == vuu3101 && vuu302 == vuu3102",fontsize=16,color="magenta"];134 -> 264[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 134 -> 265[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 135[label="primEqDouble (Double vuu300 vuu301) (Double vuu3100 vuu3101)",fontsize=16,color="black",shape="box"];135 -> 182[label="",style="solid", color="black", weight=3]; 21.10/7.65 136[label="primEqFloat (Float vuu300 vuu301) (Float vuu3100 vuu3101)",fontsize=16,color="black",shape="box"];136 -> 183[label="",style="solid", color="black", weight=3]; 21.10/7.65 137[label="True",fontsize=16,color="green",shape="box"];138[label="False",fontsize=16,color="green",shape="box"];139[label="False",fontsize=16,color="green",shape="box"];140[label="vuu300 == vuu3100",fontsize=16,color="blue",shape="box"];971[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 971[label="",style="solid", color="blue", weight=9]; 21.10/7.65 971 -> 184[label="",style="solid", color="blue", weight=3]; 21.10/7.65 972[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 972[label="",style="solid", color="blue", weight=9]; 21.10/7.65 972 -> 185[label="",style="solid", color="blue", weight=3]; 21.10/7.65 973[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 973[label="",style="solid", color="blue", weight=9]; 21.10/7.65 973 -> 186[label="",style="solid", color="blue", weight=3]; 21.10/7.65 974[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 974[label="",style="solid", color="blue", weight=9]; 21.10/7.65 974 -> 187[label="",style="solid", color="blue", weight=3]; 21.10/7.65 975[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 975[label="",style="solid", color="blue", weight=9]; 21.10/7.65 975 -> 188[label="",style="solid", color="blue", weight=3]; 21.10/7.65 976[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 976[label="",style="solid", color="blue", weight=9]; 21.10/7.65 976 -> 189[label="",style="solid", color="blue", weight=3]; 21.10/7.65 977[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 977[label="",style="solid", color="blue", weight=9]; 21.10/7.65 977 -> 190[label="",style="solid", color="blue", weight=3]; 21.10/7.65 978[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 978[label="",style="solid", color="blue", weight=9]; 21.10/7.65 978 -> 191[label="",style="solid", color="blue", weight=3]; 21.10/7.65 979[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 979[label="",style="solid", color="blue", weight=9]; 21.10/7.65 979 -> 192[label="",style="solid", color="blue", weight=3]; 21.10/7.65 980[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 980[label="",style="solid", color="blue", weight=9]; 21.10/7.65 980 -> 193[label="",style="solid", color="blue", weight=3]; 21.10/7.65 981[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 981[label="",style="solid", color="blue", weight=9]; 21.10/7.65 981 -> 194[label="",style="solid", color="blue", weight=3]; 21.10/7.65 982[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 982[label="",style="solid", color="blue", weight=9]; 21.10/7.65 982 -> 195[label="",style="solid", color="blue", weight=3]; 21.10/7.65 983[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 983[label="",style="solid", color="blue", weight=9]; 21.10/7.65 983 -> 196[label="",style="solid", color="blue", weight=3]; 21.10/7.65 984[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 984[label="",style="solid", color="blue", weight=9]; 21.10/7.65 984 -> 197[label="",style="solid", color="blue", weight=3]; 21.10/7.65 141[label="True",fontsize=16,color="green",shape="box"];142[label="primEqInt (Pos (Succ vuu3000)) vuu310",fontsize=16,color="burlywood",shape="box"];985[label="vuu310/Pos vuu3100",fontsize=10,color="white",style="solid",shape="box"];142 -> 985[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 985 -> 198[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 986[label="vuu310/Neg vuu3100",fontsize=10,color="white",style="solid",shape="box"];142 -> 986[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 986 -> 199[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 143[label="primEqInt (Pos Zero) vuu310",fontsize=16,color="burlywood",shape="box"];987[label="vuu310/Pos vuu3100",fontsize=10,color="white",style="solid",shape="box"];143 -> 987[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 987 -> 200[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 988[label="vuu310/Neg vuu3100",fontsize=10,color="white",style="solid",shape="box"];143 -> 988[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 988 -> 201[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 144[label="primEqInt (Neg (Succ vuu3000)) vuu310",fontsize=16,color="burlywood",shape="box"];989[label="vuu310/Pos vuu3100",fontsize=10,color="white",style="solid",shape="box"];144 -> 989[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 989 -> 202[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 990[label="vuu310/Neg vuu3100",fontsize=10,color="white",style="solid",shape="box"];144 -> 990[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 990 -> 203[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 145[label="primEqInt (Neg Zero) vuu310",fontsize=16,color="burlywood",shape="box"];991[label="vuu310/Pos vuu3100",fontsize=10,color="white",style="solid",shape="box"];145 -> 991[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 991 -> 204[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 992[label="vuu310/Neg vuu3100",fontsize=10,color="white",style="solid",shape="box"];145 -> 992[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 992 -> 205[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 146[label="True",fontsize=16,color="green",shape="box"];147[label="False",fontsize=16,color="green",shape="box"];148[label="False",fontsize=16,color="green",shape="box"];149[label="False",fontsize=16,color="green",shape="box"];150[label="True",fontsize=16,color="green",shape="box"];151[label="False",fontsize=16,color="green",shape="box"];152[label="False",fontsize=16,color="green",shape="box"];153[label="False",fontsize=16,color="green",shape="box"];154[label="True",fontsize=16,color="green",shape="box"];155 -> 263[label="",style="dashed", color="red", weight=0]; 21.10/7.65 155[label="vuu300 == vuu3100 && vuu301 == vuu3101",fontsize=16,color="magenta"];155 -> 266[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 155 -> 267[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 156[label="True",fontsize=16,color="green",shape="box"];157[label="False",fontsize=16,color="green",shape="box"];158[label="False",fontsize=16,color="green",shape="box"];159[label="True",fontsize=16,color="green",shape="box"];160 -> 263[label="",style="dashed", color="red", weight=0]; 21.10/7.65 160[label="vuu300 == vuu3100 && vuu301 == vuu3101",fontsize=16,color="magenta"];160 -> 268[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 160 -> 269[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 161[label="False",fontsize=16,color="green",shape="box"];162[label="False",fontsize=16,color="green",shape="box"];163[label="True",fontsize=16,color="green",shape="box"];164[label="vuu300 == vuu3100",fontsize=16,color="blue",shape="box"];993[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];164 -> 993[label="",style="solid", color="blue", weight=9]; 21.10/7.65 993 -> 216[label="",style="solid", color="blue", weight=3]; 21.10/7.65 994[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];164 -> 994[label="",style="solid", color="blue", weight=9]; 21.10/7.65 994 -> 217[label="",style="solid", color="blue", weight=3]; 21.10/7.65 995[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];164 -> 995[label="",style="solid", color="blue", weight=9]; 21.10/7.65 995 -> 218[label="",style="solid", color="blue", weight=3]; 21.10/7.65 996[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];164 -> 996[label="",style="solid", color="blue", weight=9]; 21.10/7.65 996 -> 219[label="",style="solid", color="blue", weight=3]; 21.10/7.65 997[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];164 -> 997[label="",style="solid", color="blue", weight=9]; 21.10/7.65 997 -> 220[label="",style="solid", color="blue", weight=3]; 21.10/7.65 998[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];164 -> 998[label="",style="solid", color="blue", weight=9]; 21.10/7.65 998 -> 221[label="",style="solid", color="blue", weight=3]; 21.10/7.65 999[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];164 -> 999[label="",style="solid", color="blue", weight=9]; 21.10/7.65 999 -> 222[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1000[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];164 -> 1000[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1000 -> 223[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1001[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];164 -> 1001[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1001 -> 224[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1002[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];164 -> 1002[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1002 -> 225[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1003[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];164 -> 1003[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1003 -> 226[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1004[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];164 -> 1004[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1004 -> 227[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1005[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];164 -> 1005[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1005 -> 228[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1006[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];164 -> 1006[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1006 -> 229[label="",style="solid", color="blue", weight=3]; 21.10/7.65 165[label="False",fontsize=16,color="green",shape="box"];166[label="False",fontsize=16,color="green",shape="box"];167[label="vuu300 == vuu3100",fontsize=16,color="blue",shape="box"];1007[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];167 -> 1007[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1007 -> 230[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1008[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];167 -> 1008[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1008 -> 231[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1009[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];167 -> 1009[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1009 -> 232[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1010[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];167 -> 1010[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1010 -> 233[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1011[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];167 -> 1011[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1011 -> 234[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1012[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];167 -> 1012[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1012 -> 235[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1013[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];167 -> 1013[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1013 -> 236[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1014[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];167 -> 1014[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1014 -> 237[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1015[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];167 -> 1015[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1015 -> 238[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1016[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];167 -> 1016[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1016 -> 239[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1017[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];167 -> 1017[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1017 -> 240[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1018[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];167 -> 1018[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1018 -> 241[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1019[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];167 -> 1019[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1019 -> 242[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1020[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];167 -> 1020[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1020 -> 243[label="",style="solid", color="blue", weight=3]; 21.10/7.65 168 -> 263[label="",style="dashed", color="red", weight=0]; 21.10/7.65 168[label="vuu300 == vuu3100 && vuu301 == vuu3101",fontsize=16,color="magenta"];168 -> 270[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 168 -> 271[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 169[label="primEqChar (Char vuu300) (Char vuu3100)",fontsize=16,color="black",shape="box"];169 -> 244[label="",style="solid", color="black", weight=3]; 21.10/7.65 170[label="List.groupByYs1 (==) vuu9 (vuu10 : vuu11) ([],vuu10 : vuu11)",fontsize=16,color="black",shape="box"];170 -> 245[label="",style="solid", color="black", weight=3]; 21.10/7.65 171[label="span2Ys ((==) vuu9) vuu11",fontsize=16,color="black",shape="triangle"];171 -> 246[label="",style="solid", color="black", weight=3]; 21.10/7.65 172[label="List.groupByZs1 (==) vuu18 (vuu19 : vuu20) (span2Span0 ((==) vuu18) vuu20 ((==) vuu18) vuu19 vuu20 True)",fontsize=16,color="black",shape="box"];172 -> 247[label="",style="solid", color="black", weight=3]; 21.10/7.65 173[label="span2Zs ((==) vuu18) vuu20",fontsize=16,color="black",shape="triangle"];173 -> 248[label="",style="solid", color="black", weight=3]; 21.10/7.65 174[label="vuu300",fontsize=16,color="green",shape="box"];175[label="vuu3100",fontsize=16,color="green",shape="box"];264[label="vuu300 == vuu3100",fontsize=16,color="blue",shape="box"];1021[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1021[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1021 -> 275[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1022[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1022[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1022 -> 276[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1023[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1023[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1023 -> 277[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1024[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1024[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1024 -> 278[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1025[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1025[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1025 -> 279[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1026[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1026[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1026 -> 280[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1027[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1027[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1027 -> 281[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1028[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1028[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1028 -> 282[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1029[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1029[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1029 -> 283[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1030[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1030[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1030 -> 284[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1031[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1031[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1031 -> 285[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1032[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1032[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1032 -> 286[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1033[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1033[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1033 -> 287[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1034[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1034[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1034 -> 288[label="",style="solid", color="blue", weight=3]; 21.10/7.65 265 -> 263[label="",style="dashed", color="red", weight=0]; 21.10/7.65 265[label="vuu301 == vuu3101 && vuu302 == vuu3102",fontsize=16,color="magenta"];265 -> 289[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 265 -> 290[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 263[label="vuu28 && vuu40",fontsize=16,color="burlywood",shape="triangle"];1035[label="vuu28/False",fontsize=10,color="white",style="solid",shape="box"];263 -> 1035[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1035 -> 291[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 1036[label="vuu28/True",fontsize=10,color="white",style="solid",shape="box"];263 -> 1036[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1036 -> 292[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 182 -> 40[label="",style="dashed", color="red", weight=0]; 21.10/7.65 182[label="vuu300 * vuu3101 == vuu301 * vuu3100",fontsize=16,color="magenta"];182 -> 293[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 182 -> 294[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 183 -> 40[label="",style="dashed", color="red", weight=0]; 21.10/7.65 183[label="vuu300 * vuu3101 == vuu301 * vuu3100",fontsize=16,color="magenta"];183 -> 295[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 183 -> 296[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 184 -> 34[label="",style="dashed", color="red", weight=0]; 21.10/7.65 184[label="vuu300 == vuu3100",fontsize=16,color="magenta"];184 -> 297[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 184 -> 298[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 185 -> 35[label="",style="dashed", color="red", weight=0]; 21.10/7.65 185[label="vuu300 == vuu3100",fontsize=16,color="magenta"];185 -> 299[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 185 -> 300[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 186 -> 36[label="",style="dashed", color="red", weight=0]; 21.10/7.65 186[label="vuu300 == vuu3100",fontsize=16,color="magenta"];186 -> 301[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 186 -> 302[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 187 -> 37[label="",style="dashed", color="red", weight=0]; 21.10/7.65 187[label="vuu300 == vuu3100",fontsize=16,color="magenta"];187 -> 303[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 187 -> 304[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 188 -> 38[label="",style="dashed", color="red", weight=0]; 21.10/7.65 188[label="vuu300 == vuu3100",fontsize=16,color="magenta"];188 -> 305[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 188 -> 306[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 189 -> 39[label="",style="dashed", color="red", weight=0]; 21.10/7.65 189[label="vuu300 == vuu3100",fontsize=16,color="magenta"];189 -> 307[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 189 -> 308[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 190 -> 40[label="",style="dashed", color="red", weight=0]; 21.10/7.65 190[label="vuu300 == vuu3100",fontsize=16,color="magenta"];190 -> 309[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 190 -> 310[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 191 -> 41[label="",style="dashed", color="red", weight=0]; 21.10/7.65 191[label="vuu300 == vuu3100",fontsize=16,color="magenta"];191 -> 311[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 191 -> 312[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 192 -> 42[label="",style="dashed", color="red", weight=0]; 21.10/7.65 192[label="vuu300 == vuu3100",fontsize=16,color="magenta"];192 -> 313[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 192 -> 314[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 193 -> 43[label="",style="dashed", color="red", weight=0]; 21.10/7.65 193[label="vuu300 == vuu3100",fontsize=16,color="magenta"];193 -> 315[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 193 -> 316[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 194 -> 44[label="",style="dashed", color="red", weight=0]; 21.10/7.65 194[label="vuu300 == vuu3100",fontsize=16,color="magenta"];194 -> 317[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 194 -> 318[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 195 -> 45[label="",style="dashed", color="red", weight=0]; 21.10/7.65 195[label="vuu300 == vuu3100",fontsize=16,color="magenta"];195 -> 319[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 195 -> 320[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 196 -> 46[label="",style="dashed", color="red", weight=0]; 21.10/7.65 196[label="vuu300 == vuu3100",fontsize=16,color="magenta"];196 -> 321[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 196 -> 322[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 197 -> 47[label="",style="dashed", color="red", weight=0]; 21.10/7.65 197[label="vuu300 == vuu3100",fontsize=16,color="magenta"];197 -> 323[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 197 -> 324[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 198[label="primEqInt (Pos (Succ vuu3000)) (Pos vuu3100)",fontsize=16,color="burlywood",shape="box"];1037[label="vuu3100/Succ vuu31000",fontsize=10,color="white",style="solid",shape="box"];198 -> 1037[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1037 -> 325[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 1038[label="vuu3100/Zero",fontsize=10,color="white",style="solid",shape="box"];198 -> 1038[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1038 -> 326[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 199[label="primEqInt (Pos (Succ vuu3000)) (Neg vuu3100)",fontsize=16,color="black",shape="box"];199 -> 327[label="",style="solid", color="black", weight=3]; 21.10/7.65 200[label="primEqInt (Pos Zero) (Pos vuu3100)",fontsize=16,color="burlywood",shape="box"];1039[label="vuu3100/Succ vuu31000",fontsize=10,color="white",style="solid",shape="box"];200 -> 1039[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1039 -> 328[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 1040[label="vuu3100/Zero",fontsize=10,color="white",style="solid",shape="box"];200 -> 1040[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1040 -> 329[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 201[label="primEqInt (Pos Zero) (Neg vuu3100)",fontsize=16,color="burlywood",shape="box"];1041[label="vuu3100/Succ vuu31000",fontsize=10,color="white",style="solid",shape="box"];201 -> 1041[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1041 -> 330[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 1042[label="vuu3100/Zero",fontsize=10,color="white",style="solid",shape="box"];201 -> 1042[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1042 -> 331[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 202[label="primEqInt (Neg (Succ vuu3000)) (Pos vuu3100)",fontsize=16,color="black",shape="box"];202 -> 332[label="",style="solid", color="black", weight=3]; 21.10/7.65 203[label="primEqInt (Neg (Succ vuu3000)) (Neg vuu3100)",fontsize=16,color="burlywood",shape="box"];1043[label="vuu3100/Succ vuu31000",fontsize=10,color="white",style="solid",shape="box"];203 -> 1043[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1043 -> 333[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 1044[label="vuu3100/Zero",fontsize=10,color="white",style="solid",shape="box"];203 -> 1044[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1044 -> 334[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 204[label="primEqInt (Neg Zero) (Pos vuu3100)",fontsize=16,color="burlywood",shape="box"];1045[label="vuu3100/Succ vuu31000",fontsize=10,color="white",style="solid",shape="box"];204 -> 1045[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1045 -> 335[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 1046[label="vuu3100/Zero",fontsize=10,color="white",style="solid",shape="box"];204 -> 1046[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1046 -> 336[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 205[label="primEqInt (Neg Zero) (Neg vuu3100)",fontsize=16,color="burlywood",shape="box"];1047[label="vuu3100/Succ vuu31000",fontsize=10,color="white",style="solid",shape="box"];205 -> 1047[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1047 -> 337[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 1048[label="vuu3100/Zero",fontsize=10,color="white",style="solid",shape="box"];205 -> 1048[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1048 -> 338[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 266[label="vuu300 == vuu3100",fontsize=16,color="blue",shape="box"];1049[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];266 -> 1049[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1049 -> 339[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1050[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];266 -> 1050[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1050 -> 340[label="",style="solid", color="blue", weight=3]; 21.10/7.65 267[label="vuu301 == vuu3101",fontsize=16,color="blue",shape="box"];1051[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];267 -> 1051[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1051 -> 341[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1052[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];267 -> 1052[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1052 -> 342[label="",style="solid", color="blue", weight=3]; 21.10/7.65 268[label="vuu300 == vuu3100",fontsize=16,color="blue",shape="box"];1053[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1053[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1053 -> 343[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1054[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1054[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1054 -> 344[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1055[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1055[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1055 -> 345[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1056[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1056[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1056 -> 346[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1057[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1057[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1057 -> 347[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1058[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1058[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1058 -> 348[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1059[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1059[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1059 -> 349[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1060[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1060[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1060 -> 350[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1061[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1061[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1061 -> 351[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1062[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1062[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1062 -> 352[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1063[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1063[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1063 -> 353[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1064[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1064[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1064 -> 354[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1065[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1065[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1065 -> 355[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1066[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1066[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1066 -> 356[label="",style="solid", color="blue", weight=3]; 21.10/7.65 269 -> 44[label="",style="dashed", color="red", weight=0]; 21.10/7.65 269[label="vuu301 == vuu3101",fontsize=16,color="magenta"];269 -> 357[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 269 -> 358[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 216 -> 34[label="",style="dashed", color="red", weight=0]; 21.10/7.65 216[label="vuu300 == vuu3100",fontsize=16,color="magenta"];216 -> 359[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 216 -> 360[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 217 -> 35[label="",style="dashed", color="red", weight=0]; 21.10/7.65 217[label="vuu300 == vuu3100",fontsize=16,color="magenta"];217 -> 361[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 217 -> 362[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 218 -> 36[label="",style="dashed", color="red", weight=0]; 21.10/7.65 218[label="vuu300 == vuu3100",fontsize=16,color="magenta"];218 -> 363[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 218 -> 364[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 219 -> 37[label="",style="dashed", color="red", weight=0]; 21.10/7.65 219[label="vuu300 == vuu3100",fontsize=16,color="magenta"];219 -> 365[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 219 -> 366[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 220 -> 38[label="",style="dashed", color="red", weight=0]; 21.10/7.65 220[label="vuu300 == vuu3100",fontsize=16,color="magenta"];220 -> 367[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 220 -> 368[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 221 -> 39[label="",style="dashed", color="red", weight=0]; 21.10/7.65 221[label="vuu300 == vuu3100",fontsize=16,color="magenta"];221 -> 369[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 221 -> 370[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 222 -> 40[label="",style="dashed", color="red", weight=0]; 21.10/7.65 222[label="vuu300 == vuu3100",fontsize=16,color="magenta"];222 -> 371[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 222 -> 372[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 223 -> 41[label="",style="dashed", color="red", weight=0]; 21.10/7.65 223[label="vuu300 == vuu3100",fontsize=16,color="magenta"];223 -> 373[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 223 -> 374[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 224 -> 42[label="",style="dashed", color="red", weight=0]; 21.10/7.65 224[label="vuu300 == vuu3100",fontsize=16,color="magenta"];224 -> 375[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 224 -> 376[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 225 -> 43[label="",style="dashed", color="red", weight=0]; 21.10/7.65 225[label="vuu300 == vuu3100",fontsize=16,color="magenta"];225 -> 377[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 225 -> 378[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 226 -> 44[label="",style="dashed", color="red", weight=0]; 21.10/7.65 226[label="vuu300 == vuu3100",fontsize=16,color="magenta"];226 -> 379[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 226 -> 380[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 227 -> 45[label="",style="dashed", color="red", weight=0]; 21.10/7.65 227[label="vuu300 == vuu3100",fontsize=16,color="magenta"];227 -> 381[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 227 -> 382[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 228 -> 46[label="",style="dashed", color="red", weight=0]; 21.10/7.65 228[label="vuu300 == vuu3100",fontsize=16,color="magenta"];228 -> 383[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 228 -> 384[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 229 -> 47[label="",style="dashed", color="red", weight=0]; 21.10/7.65 229[label="vuu300 == vuu3100",fontsize=16,color="magenta"];229 -> 385[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 229 -> 386[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 230 -> 34[label="",style="dashed", color="red", weight=0]; 21.10/7.65 230[label="vuu300 == vuu3100",fontsize=16,color="magenta"];230 -> 387[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 230 -> 388[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 231 -> 35[label="",style="dashed", color="red", weight=0]; 21.10/7.65 231[label="vuu300 == vuu3100",fontsize=16,color="magenta"];231 -> 389[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 231 -> 390[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 232 -> 36[label="",style="dashed", color="red", weight=0]; 21.10/7.65 232[label="vuu300 == vuu3100",fontsize=16,color="magenta"];232 -> 391[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 232 -> 392[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 233 -> 37[label="",style="dashed", color="red", weight=0]; 21.10/7.65 233[label="vuu300 == vuu3100",fontsize=16,color="magenta"];233 -> 393[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 233 -> 394[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 234 -> 38[label="",style="dashed", color="red", weight=0]; 21.10/7.65 234[label="vuu300 == vuu3100",fontsize=16,color="magenta"];234 -> 395[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 234 -> 396[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 235 -> 39[label="",style="dashed", color="red", weight=0]; 21.10/7.65 235[label="vuu300 == vuu3100",fontsize=16,color="magenta"];235 -> 397[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 235 -> 398[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 236 -> 40[label="",style="dashed", color="red", weight=0]; 21.10/7.65 236[label="vuu300 == vuu3100",fontsize=16,color="magenta"];236 -> 399[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 236 -> 400[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 237 -> 41[label="",style="dashed", color="red", weight=0]; 21.10/7.65 237[label="vuu300 == vuu3100",fontsize=16,color="magenta"];237 -> 401[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 237 -> 402[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 238 -> 42[label="",style="dashed", color="red", weight=0]; 21.10/7.65 238[label="vuu300 == vuu3100",fontsize=16,color="magenta"];238 -> 403[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 238 -> 404[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 239 -> 43[label="",style="dashed", color="red", weight=0]; 21.10/7.65 239[label="vuu300 == vuu3100",fontsize=16,color="magenta"];239 -> 405[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 239 -> 406[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 240 -> 44[label="",style="dashed", color="red", weight=0]; 21.10/7.65 240[label="vuu300 == vuu3100",fontsize=16,color="magenta"];240 -> 407[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 240 -> 408[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 241 -> 45[label="",style="dashed", color="red", weight=0]; 21.10/7.65 241[label="vuu300 == vuu3100",fontsize=16,color="magenta"];241 -> 409[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 241 -> 410[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 242 -> 46[label="",style="dashed", color="red", weight=0]; 21.10/7.65 242[label="vuu300 == vuu3100",fontsize=16,color="magenta"];242 -> 411[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 242 -> 412[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 243 -> 47[label="",style="dashed", color="red", weight=0]; 21.10/7.65 243[label="vuu300 == vuu3100",fontsize=16,color="magenta"];243 -> 413[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 243 -> 414[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 270[label="vuu300 == vuu3100",fontsize=16,color="blue",shape="box"];1067[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];270 -> 1067[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1067 -> 415[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1068[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];270 -> 1068[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1068 -> 416[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1069[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];270 -> 1069[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1069 -> 417[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1070[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];270 -> 1070[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1070 -> 418[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1071[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];270 -> 1071[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1071 -> 419[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1072[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];270 -> 1072[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1072 -> 420[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1073[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];270 -> 1073[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1073 -> 421[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1074[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];270 -> 1074[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1074 -> 422[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1075[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];270 -> 1075[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1075 -> 423[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1076[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];270 -> 1076[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1076 -> 424[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1077[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];270 -> 1077[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1077 -> 425[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1078[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];270 -> 1078[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1078 -> 426[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1079[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];270 -> 1079[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1079 -> 427[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1080[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];270 -> 1080[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1080 -> 428[label="",style="solid", color="blue", weight=3]; 21.10/7.65 271[label="vuu301 == vuu3101",fontsize=16,color="blue",shape="box"];1081[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];271 -> 1081[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1081 -> 429[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1082[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];271 -> 1082[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1082 -> 430[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1083[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];271 -> 1083[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1083 -> 431[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1084[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];271 -> 1084[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1084 -> 432[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1085[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];271 -> 1085[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1085 -> 433[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1086[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];271 -> 1086[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1086 -> 434[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1087[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];271 -> 1087[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1087 -> 435[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1088[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];271 -> 1088[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1088 -> 436[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1089[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];271 -> 1089[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1089 -> 437[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1090[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];271 -> 1090[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1090 -> 438[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1091[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];271 -> 1091[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1091 -> 439[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1092[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];271 -> 1092[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1092 -> 440[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1093[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];271 -> 1093[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1093 -> 441[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1094[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];271 -> 1094[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1094 -> 442[label="",style="solid", color="blue", weight=3]; 21.10/7.65 244[label="primEqNat vuu300 vuu3100",fontsize=16,color="burlywood",shape="triangle"];1095[label="vuu300/Succ vuu3000",fontsize=10,color="white",style="solid",shape="box"];244 -> 1095[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1095 -> 443[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 1096[label="vuu300/Zero",fontsize=10,color="white",style="solid",shape="box"];244 -> 1096[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1096 -> 444[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 245[label="[]",fontsize=16,color="green",shape="box"];246[label="span2Ys0 ((==) vuu9) vuu11 (span2Vu43 ((==) vuu9) vuu11)",fontsize=16,color="black",shape="box"];246 -> 445[label="",style="solid", color="black", weight=3]; 21.10/7.65 247[label="List.groupByZs1 (==) vuu18 (vuu19 : vuu20) ([],vuu19 : vuu20)",fontsize=16,color="black",shape="box"];247 -> 446[label="",style="solid", color="black", weight=3]; 21.10/7.65 248[label="span2Zs0 ((==) vuu18) vuu20 (span2Vu43 ((==) vuu18) vuu20)",fontsize=16,color="black",shape="box"];248 -> 447[label="",style="solid", color="black", weight=3]; 21.10/7.65 275 -> 34[label="",style="dashed", color="red", weight=0]; 21.10/7.65 275[label="vuu300 == vuu3100",fontsize=16,color="magenta"];275 -> 448[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 275 -> 449[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 276 -> 35[label="",style="dashed", color="red", weight=0]; 21.10/7.65 276[label="vuu300 == vuu3100",fontsize=16,color="magenta"];276 -> 450[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 276 -> 451[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 277 -> 36[label="",style="dashed", color="red", weight=0]; 21.10/7.65 277[label="vuu300 == vuu3100",fontsize=16,color="magenta"];277 -> 452[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 277 -> 453[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 278 -> 37[label="",style="dashed", color="red", weight=0]; 21.10/7.65 278[label="vuu300 == vuu3100",fontsize=16,color="magenta"];278 -> 454[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 278 -> 455[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 279 -> 38[label="",style="dashed", color="red", weight=0]; 21.10/7.65 279[label="vuu300 == vuu3100",fontsize=16,color="magenta"];279 -> 456[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 279 -> 457[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 280 -> 39[label="",style="dashed", color="red", weight=0]; 21.10/7.65 280[label="vuu300 == vuu3100",fontsize=16,color="magenta"];280 -> 458[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 280 -> 459[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 281 -> 40[label="",style="dashed", color="red", weight=0]; 21.10/7.65 281[label="vuu300 == vuu3100",fontsize=16,color="magenta"];281 -> 460[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 281 -> 461[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 282 -> 41[label="",style="dashed", color="red", weight=0]; 21.10/7.65 282[label="vuu300 == vuu3100",fontsize=16,color="magenta"];282 -> 462[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 282 -> 463[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 283 -> 42[label="",style="dashed", color="red", weight=0]; 21.10/7.65 283[label="vuu300 == vuu3100",fontsize=16,color="magenta"];283 -> 464[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 283 -> 465[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 284 -> 43[label="",style="dashed", color="red", weight=0]; 21.10/7.65 284[label="vuu300 == vuu3100",fontsize=16,color="magenta"];284 -> 466[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 284 -> 467[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 285 -> 44[label="",style="dashed", color="red", weight=0]; 21.10/7.65 285[label="vuu300 == vuu3100",fontsize=16,color="magenta"];285 -> 468[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 285 -> 469[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 286 -> 45[label="",style="dashed", color="red", weight=0]; 21.10/7.65 286[label="vuu300 == vuu3100",fontsize=16,color="magenta"];286 -> 470[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 286 -> 471[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 287 -> 46[label="",style="dashed", color="red", weight=0]; 21.10/7.65 287[label="vuu300 == vuu3100",fontsize=16,color="magenta"];287 -> 472[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 287 -> 473[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 288 -> 47[label="",style="dashed", color="red", weight=0]; 21.10/7.65 288[label="vuu300 == vuu3100",fontsize=16,color="magenta"];288 -> 474[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 288 -> 475[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 289[label="vuu301 == vuu3101",fontsize=16,color="blue",shape="box"];1097[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1097[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1097 -> 476[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1098[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1098[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1098 -> 477[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1099[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1099[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1099 -> 478[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1100[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1100[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1100 -> 479[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1101[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1101[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1101 -> 480[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1102[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1102[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1102 -> 481[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1103[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1103[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1103 -> 482[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1104[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1104[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1104 -> 483[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1105[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1105[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1105 -> 484[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1106[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1106[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1106 -> 485[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1107[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1107[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1107 -> 486[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1108[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1108[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1108 -> 487[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1109[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1109[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1109 -> 488[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1110[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1110[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1110 -> 489[label="",style="solid", color="blue", weight=3]; 21.10/7.65 290[label="vuu302 == vuu3102",fontsize=16,color="blue",shape="box"];1111[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];290 -> 1111[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1111 -> 490[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1112[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];290 -> 1112[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1112 -> 491[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1113[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];290 -> 1113[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1113 -> 492[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1114[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];290 -> 1114[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1114 -> 493[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1115[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];290 -> 1115[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1115 -> 494[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1116[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];290 -> 1116[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1116 -> 495[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1117[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];290 -> 1117[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1117 -> 496[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1118[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];290 -> 1118[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1118 -> 497[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1119[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];290 -> 1119[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1119 -> 498[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1120[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];290 -> 1120[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1120 -> 499[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1121[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];290 -> 1121[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1121 -> 500[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1122[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];290 -> 1122[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1122 -> 501[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1123[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];290 -> 1123[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1123 -> 502[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1124[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];290 -> 1124[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1124 -> 503[label="",style="solid", color="blue", weight=3]; 21.10/7.65 291[label="False && vuu40",fontsize=16,color="black",shape="box"];291 -> 504[label="",style="solid", color="black", weight=3]; 21.10/7.65 292[label="True && vuu40",fontsize=16,color="black",shape="box"];292 -> 505[label="",style="solid", color="black", weight=3]; 21.10/7.65 293[label="vuu300 * vuu3101",fontsize=16,color="black",shape="triangle"];293 -> 506[label="",style="solid", color="black", weight=3]; 21.10/7.65 294 -> 293[label="",style="dashed", color="red", weight=0]; 21.10/7.65 294[label="vuu301 * vuu3100",fontsize=16,color="magenta"];294 -> 507[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 294 -> 508[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 295 -> 293[label="",style="dashed", color="red", weight=0]; 21.10/7.65 295[label="vuu300 * vuu3101",fontsize=16,color="magenta"];295 -> 509[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 295 -> 510[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 296 -> 293[label="",style="dashed", color="red", weight=0]; 21.10/7.65 296[label="vuu301 * vuu3100",fontsize=16,color="magenta"];296 -> 511[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 296 -> 512[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 297[label="vuu300",fontsize=16,color="green",shape="box"];298[label="vuu3100",fontsize=16,color="green",shape="box"];299[label="vuu300",fontsize=16,color="green",shape="box"];300[label="vuu3100",fontsize=16,color="green",shape="box"];301[label="vuu300",fontsize=16,color="green",shape="box"];302[label="vuu3100",fontsize=16,color="green",shape="box"];303[label="vuu300",fontsize=16,color="green",shape="box"];304[label="vuu3100",fontsize=16,color="green",shape="box"];305[label="vuu300",fontsize=16,color="green",shape="box"];306[label="vuu3100",fontsize=16,color="green",shape="box"];307[label="vuu300",fontsize=16,color="green",shape="box"];308[label="vuu3100",fontsize=16,color="green",shape="box"];309[label="vuu300",fontsize=16,color="green",shape="box"];310[label="vuu3100",fontsize=16,color="green",shape="box"];311[label="vuu300",fontsize=16,color="green",shape="box"];312[label="vuu3100",fontsize=16,color="green",shape="box"];313[label="vuu300",fontsize=16,color="green",shape="box"];314[label="vuu3100",fontsize=16,color="green",shape="box"];315[label="vuu300",fontsize=16,color="green",shape="box"];316[label="vuu3100",fontsize=16,color="green",shape="box"];317[label="vuu300",fontsize=16,color="green",shape="box"];318[label="vuu3100",fontsize=16,color="green",shape="box"];319[label="vuu300",fontsize=16,color="green",shape="box"];320[label="vuu3100",fontsize=16,color="green",shape="box"];321[label="vuu300",fontsize=16,color="green",shape="box"];322[label="vuu3100",fontsize=16,color="green",shape="box"];323[label="vuu300",fontsize=16,color="green",shape="box"];324[label="vuu3100",fontsize=16,color="green",shape="box"];325[label="primEqInt (Pos (Succ vuu3000)) (Pos (Succ vuu31000))",fontsize=16,color="black",shape="box"];325 -> 513[label="",style="solid", color="black", weight=3]; 21.10/7.65 326[label="primEqInt (Pos (Succ vuu3000)) (Pos Zero)",fontsize=16,color="black",shape="box"];326 -> 514[label="",style="solid", color="black", weight=3]; 21.10/7.65 327[label="False",fontsize=16,color="green",shape="box"];328[label="primEqInt (Pos Zero) (Pos (Succ vuu31000))",fontsize=16,color="black",shape="box"];328 -> 515[label="",style="solid", color="black", weight=3]; 21.10/7.65 329[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];329 -> 516[label="",style="solid", color="black", weight=3]; 21.10/7.65 330[label="primEqInt (Pos Zero) (Neg (Succ vuu31000))",fontsize=16,color="black",shape="box"];330 -> 517[label="",style="solid", color="black", weight=3]; 21.10/7.65 331[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];331 -> 518[label="",style="solid", color="black", weight=3]; 21.10/7.65 332[label="False",fontsize=16,color="green",shape="box"];333[label="primEqInt (Neg (Succ vuu3000)) (Neg (Succ vuu31000))",fontsize=16,color="black",shape="box"];333 -> 519[label="",style="solid", color="black", weight=3]; 21.10/7.65 334[label="primEqInt (Neg (Succ vuu3000)) (Neg Zero)",fontsize=16,color="black",shape="box"];334 -> 520[label="",style="solid", color="black", weight=3]; 21.10/7.65 335[label="primEqInt (Neg Zero) (Pos (Succ vuu31000))",fontsize=16,color="black",shape="box"];335 -> 521[label="",style="solid", color="black", weight=3]; 21.10/7.65 336[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];336 -> 522[label="",style="solid", color="black", weight=3]; 21.10/7.65 337[label="primEqInt (Neg Zero) (Neg (Succ vuu31000))",fontsize=16,color="black",shape="box"];337 -> 523[label="",style="solid", color="black", weight=3]; 21.10/7.65 338[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];338 -> 524[label="",style="solid", color="black", weight=3]; 21.10/7.65 339 -> 34[label="",style="dashed", color="red", weight=0]; 21.10/7.65 339[label="vuu300 == vuu3100",fontsize=16,color="magenta"];339 -> 525[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 339 -> 526[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 340 -> 40[label="",style="dashed", color="red", weight=0]; 21.10/7.65 340[label="vuu300 == vuu3100",fontsize=16,color="magenta"];340 -> 527[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 340 -> 528[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 341 -> 34[label="",style="dashed", color="red", weight=0]; 21.10/7.65 341[label="vuu301 == vuu3101",fontsize=16,color="magenta"];341 -> 529[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 341 -> 530[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 342 -> 40[label="",style="dashed", color="red", weight=0]; 21.10/7.65 342[label="vuu301 == vuu3101",fontsize=16,color="magenta"];342 -> 531[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 342 -> 532[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 343 -> 34[label="",style="dashed", color="red", weight=0]; 21.10/7.65 343[label="vuu300 == vuu3100",fontsize=16,color="magenta"];343 -> 533[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 343 -> 534[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 344 -> 35[label="",style="dashed", color="red", weight=0]; 21.10/7.65 344[label="vuu300 == vuu3100",fontsize=16,color="magenta"];344 -> 535[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 344 -> 536[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 345 -> 36[label="",style="dashed", color="red", weight=0]; 21.10/7.65 345[label="vuu300 == vuu3100",fontsize=16,color="magenta"];345 -> 537[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 345 -> 538[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 346 -> 37[label="",style="dashed", color="red", weight=0]; 21.10/7.65 346[label="vuu300 == vuu3100",fontsize=16,color="magenta"];346 -> 539[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 346 -> 540[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 347 -> 38[label="",style="dashed", color="red", weight=0]; 21.10/7.65 347[label="vuu300 == vuu3100",fontsize=16,color="magenta"];347 -> 541[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 347 -> 542[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 348 -> 39[label="",style="dashed", color="red", weight=0]; 21.10/7.65 348[label="vuu300 == vuu3100",fontsize=16,color="magenta"];348 -> 543[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 348 -> 544[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 349 -> 40[label="",style="dashed", color="red", weight=0]; 21.10/7.65 349[label="vuu300 == vuu3100",fontsize=16,color="magenta"];349 -> 545[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 349 -> 546[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 350 -> 41[label="",style="dashed", color="red", weight=0]; 21.10/7.65 350[label="vuu300 == vuu3100",fontsize=16,color="magenta"];350 -> 547[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 350 -> 548[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 351 -> 42[label="",style="dashed", color="red", weight=0]; 21.10/7.65 351[label="vuu300 == vuu3100",fontsize=16,color="magenta"];351 -> 549[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 351 -> 550[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 352 -> 43[label="",style="dashed", color="red", weight=0]; 21.10/7.65 352[label="vuu300 == vuu3100",fontsize=16,color="magenta"];352 -> 551[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 352 -> 552[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 353 -> 44[label="",style="dashed", color="red", weight=0]; 21.10/7.65 353[label="vuu300 == vuu3100",fontsize=16,color="magenta"];353 -> 553[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 353 -> 554[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 354 -> 45[label="",style="dashed", color="red", weight=0]; 21.10/7.65 354[label="vuu300 == vuu3100",fontsize=16,color="magenta"];354 -> 555[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 354 -> 556[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 355 -> 46[label="",style="dashed", color="red", weight=0]; 21.10/7.65 355[label="vuu300 == vuu3100",fontsize=16,color="magenta"];355 -> 557[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 355 -> 558[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 356 -> 47[label="",style="dashed", color="red", weight=0]; 21.10/7.65 356[label="vuu300 == vuu3100",fontsize=16,color="magenta"];356 -> 559[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 356 -> 560[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 357[label="vuu301",fontsize=16,color="green",shape="box"];358[label="vuu3101",fontsize=16,color="green",shape="box"];359[label="vuu300",fontsize=16,color="green",shape="box"];360[label="vuu3100",fontsize=16,color="green",shape="box"];361[label="vuu300",fontsize=16,color="green",shape="box"];362[label="vuu3100",fontsize=16,color="green",shape="box"];363[label="vuu300",fontsize=16,color="green",shape="box"];364[label="vuu3100",fontsize=16,color="green",shape="box"];365[label="vuu300",fontsize=16,color="green",shape="box"];366[label="vuu3100",fontsize=16,color="green",shape="box"];367[label="vuu300",fontsize=16,color="green",shape="box"];368[label="vuu3100",fontsize=16,color="green",shape="box"];369[label="vuu300",fontsize=16,color="green",shape="box"];370[label="vuu3100",fontsize=16,color="green",shape="box"];371[label="vuu300",fontsize=16,color="green",shape="box"];372[label="vuu3100",fontsize=16,color="green",shape="box"];373[label="vuu300",fontsize=16,color="green",shape="box"];374[label="vuu3100",fontsize=16,color="green",shape="box"];375[label="vuu300",fontsize=16,color="green",shape="box"];376[label="vuu3100",fontsize=16,color="green",shape="box"];377[label="vuu300",fontsize=16,color="green",shape="box"];378[label="vuu3100",fontsize=16,color="green",shape="box"];379[label="vuu300",fontsize=16,color="green",shape="box"];380[label="vuu3100",fontsize=16,color="green",shape="box"];381[label="vuu300",fontsize=16,color="green",shape="box"];382[label="vuu3100",fontsize=16,color="green",shape="box"];383[label="vuu300",fontsize=16,color="green",shape="box"];384[label="vuu3100",fontsize=16,color="green",shape="box"];385[label="vuu300",fontsize=16,color="green",shape="box"];386[label="vuu3100",fontsize=16,color="green",shape="box"];387[label="vuu300",fontsize=16,color="green",shape="box"];388[label="vuu3100",fontsize=16,color="green",shape="box"];389[label="vuu300",fontsize=16,color="green",shape="box"];390[label="vuu3100",fontsize=16,color="green",shape="box"];391[label="vuu300",fontsize=16,color="green",shape="box"];392[label="vuu3100",fontsize=16,color="green",shape="box"];393[label="vuu300",fontsize=16,color="green",shape="box"];394[label="vuu3100",fontsize=16,color="green",shape="box"];395[label="vuu300",fontsize=16,color="green",shape="box"];396[label="vuu3100",fontsize=16,color="green",shape="box"];397[label="vuu300",fontsize=16,color="green",shape="box"];398[label="vuu3100",fontsize=16,color="green",shape="box"];399[label="vuu300",fontsize=16,color="green",shape="box"];400[label="vuu3100",fontsize=16,color="green",shape="box"];401[label="vuu300",fontsize=16,color="green",shape="box"];402[label="vuu3100",fontsize=16,color="green",shape="box"];403[label="vuu300",fontsize=16,color="green",shape="box"];404[label="vuu3100",fontsize=16,color="green",shape="box"];405[label="vuu300",fontsize=16,color="green",shape="box"];406[label="vuu3100",fontsize=16,color="green",shape="box"];407[label="vuu300",fontsize=16,color="green",shape="box"];408[label="vuu3100",fontsize=16,color="green",shape="box"];409[label="vuu300",fontsize=16,color="green",shape="box"];410[label="vuu3100",fontsize=16,color="green",shape="box"];411[label="vuu300",fontsize=16,color="green",shape="box"];412[label="vuu3100",fontsize=16,color="green",shape="box"];413[label="vuu300",fontsize=16,color="green",shape="box"];414[label="vuu3100",fontsize=16,color="green",shape="box"];415 -> 34[label="",style="dashed", color="red", weight=0]; 21.10/7.65 415[label="vuu300 == vuu3100",fontsize=16,color="magenta"];415 -> 561[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 415 -> 562[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 416 -> 35[label="",style="dashed", color="red", weight=0]; 21.10/7.65 416[label="vuu300 == vuu3100",fontsize=16,color="magenta"];416 -> 563[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 416 -> 564[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 417 -> 36[label="",style="dashed", color="red", weight=0]; 21.10/7.65 417[label="vuu300 == vuu3100",fontsize=16,color="magenta"];417 -> 565[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 417 -> 566[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 418 -> 37[label="",style="dashed", color="red", weight=0]; 21.10/7.65 418[label="vuu300 == vuu3100",fontsize=16,color="magenta"];418 -> 567[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 418 -> 568[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 419 -> 38[label="",style="dashed", color="red", weight=0]; 21.10/7.65 419[label="vuu300 == vuu3100",fontsize=16,color="magenta"];419 -> 569[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 419 -> 570[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 420 -> 39[label="",style="dashed", color="red", weight=0]; 21.10/7.65 420[label="vuu300 == vuu3100",fontsize=16,color="magenta"];420 -> 571[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 420 -> 572[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 421 -> 40[label="",style="dashed", color="red", weight=0]; 21.10/7.65 421[label="vuu300 == vuu3100",fontsize=16,color="magenta"];421 -> 573[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 421 -> 574[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 422 -> 41[label="",style="dashed", color="red", weight=0]; 21.10/7.65 422[label="vuu300 == vuu3100",fontsize=16,color="magenta"];422 -> 575[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 422 -> 576[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 423 -> 42[label="",style="dashed", color="red", weight=0]; 21.10/7.65 423[label="vuu300 == vuu3100",fontsize=16,color="magenta"];423 -> 577[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 423 -> 578[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 424 -> 43[label="",style="dashed", color="red", weight=0]; 21.10/7.65 424[label="vuu300 == vuu3100",fontsize=16,color="magenta"];424 -> 579[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 424 -> 580[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 425 -> 44[label="",style="dashed", color="red", weight=0]; 21.10/7.65 425[label="vuu300 == vuu3100",fontsize=16,color="magenta"];425 -> 581[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 425 -> 582[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 426 -> 45[label="",style="dashed", color="red", weight=0]; 21.10/7.65 426[label="vuu300 == vuu3100",fontsize=16,color="magenta"];426 -> 583[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 426 -> 584[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 427 -> 46[label="",style="dashed", color="red", weight=0]; 21.10/7.65 427[label="vuu300 == vuu3100",fontsize=16,color="magenta"];427 -> 585[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 427 -> 586[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 428 -> 47[label="",style="dashed", color="red", weight=0]; 21.10/7.65 428[label="vuu300 == vuu3100",fontsize=16,color="magenta"];428 -> 587[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 428 -> 588[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 429 -> 34[label="",style="dashed", color="red", weight=0]; 21.10/7.65 429[label="vuu301 == vuu3101",fontsize=16,color="magenta"];429 -> 589[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 429 -> 590[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 430 -> 35[label="",style="dashed", color="red", weight=0]; 21.10/7.65 430[label="vuu301 == vuu3101",fontsize=16,color="magenta"];430 -> 591[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 430 -> 592[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 431 -> 36[label="",style="dashed", color="red", weight=0]; 21.10/7.65 431[label="vuu301 == vuu3101",fontsize=16,color="magenta"];431 -> 593[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 431 -> 594[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 432 -> 37[label="",style="dashed", color="red", weight=0]; 21.10/7.65 432[label="vuu301 == vuu3101",fontsize=16,color="magenta"];432 -> 595[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 432 -> 596[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 433 -> 38[label="",style="dashed", color="red", weight=0]; 21.10/7.65 433[label="vuu301 == vuu3101",fontsize=16,color="magenta"];433 -> 597[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 433 -> 598[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 434 -> 39[label="",style="dashed", color="red", weight=0]; 21.10/7.65 434[label="vuu301 == vuu3101",fontsize=16,color="magenta"];434 -> 599[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 434 -> 600[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 435 -> 40[label="",style="dashed", color="red", weight=0]; 21.10/7.65 435[label="vuu301 == vuu3101",fontsize=16,color="magenta"];435 -> 601[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 435 -> 602[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 436 -> 41[label="",style="dashed", color="red", weight=0]; 21.10/7.65 436[label="vuu301 == vuu3101",fontsize=16,color="magenta"];436 -> 603[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 436 -> 604[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 437 -> 42[label="",style="dashed", color="red", weight=0]; 21.10/7.65 437[label="vuu301 == vuu3101",fontsize=16,color="magenta"];437 -> 605[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 437 -> 606[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 438 -> 43[label="",style="dashed", color="red", weight=0]; 21.10/7.65 438[label="vuu301 == vuu3101",fontsize=16,color="magenta"];438 -> 607[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 438 -> 608[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 439 -> 44[label="",style="dashed", color="red", weight=0]; 21.10/7.65 439[label="vuu301 == vuu3101",fontsize=16,color="magenta"];439 -> 609[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 439 -> 610[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 440 -> 45[label="",style="dashed", color="red", weight=0]; 21.10/7.65 440[label="vuu301 == vuu3101",fontsize=16,color="magenta"];440 -> 611[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 440 -> 612[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 441 -> 46[label="",style="dashed", color="red", weight=0]; 21.10/7.65 441[label="vuu301 == vuu3101",fontsize=16,color="magenta"];441 -> 613[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 441 -> 614[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 442 -> 47[label="",style="dashed", color="red", weight=0]; 21.10/7.65 442[label="vuu301 == vuu3101",fontsize=16,color="magenta"];442 -> 615[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 442 -> 616[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 443[label="primEqNat (Succ vuu3000) vuu3100",fontsize=16,color="burlywood",shape="box"];1125[label="vuu3100/Succ vuu31000",fontsize=10,color="white",style="solid",shape="box"];443 -> 1125[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1125 -> 617[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 1126[label="vuu3100/Zero",fontsize=10,color="white",style="solid",shape="box"];443 -> 1126[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1126 -> 618[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 444[label="primEqNat Zero vuu3100",fontsize=16,color="burlywood",shape="box"];1127[label="vuu3100/Succ vuu31000",fontsize=10,color="white",style="solid",shape="box"];444 -> 1127[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1127 -> 619[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 1128[label="vuu3100/Zero",fontsize=10,color="white",style="solid",shape="box"];444 -> 1128[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1128 -> 620[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 445[label="span2Ys0 ((==) vuu9) vuu11 (span ((==) vuu9) vuu11)",fontsize=16,color="burlywood",shape="box"];1129[label="vuu11/vuu110 : vuu111",fontsize=10,color="white",style="solid",shape="box"];445 -> 1129[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1129 -> 621[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 1130[label="vuu11/[]",fontsize=10,color="white",style="solid",shape="box"];445 -> 1130[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1130 -> 622[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 446[label="vuu19 : vuu20",fontsize=16,color="green",shape="box"];447[label="span2Zs0 ((==) vuu18) vuu20 (span ((==) vuu18) vuu20)",fontsize=16,color="burlywood",shape="box"];1131[label="vuu20/vuu200 : vuu201",fontsize=10,color="white",style="solid",shape="box"];447 -> 1131[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1131 -> 623[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 1132[label="vuu20/[]",fontsize=10,color="white",style="solid",shape="box"];447 -> 1132[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1132 -> 624[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 448[label="vuu300",fontsize=16,color="green",shape="box"];449[label="vuu3100",fontsize=16,color="green",shape="box"];450[label="vuu300",fontsize=16,color="green",shape="box"];451[label="vuu3100",fontsize=16,color="green",shape="box"];452[label="vuu300",fontsize=16,color="green",shape="box"];453[label="vuu3100",fontsize=16,color="green",shape="box"];454[label="vuu300",fontsize=16,color="green",shape="box"];455[label="vuu3100",fontsize=16,color="green",shape="box"];456[label="vuu300",fontsize=16,color="green",shape="box"];457[label="vuu3100",fontsize=16,color="green",shape="box"];458[label="vuu300",fontsize=16,color="green",shape="box"];459[label="vuu3100",fontsize=16,color="green",shape="box"];460[label="vuu300",fontsize=16,color="green",shape="box"];461[label="vuu3100",fontsize=16,color="green",shape="box"];462[label="vuu300",fontsize=16,color="green",shape="box"];463[label="vuu3100",fontsize=16,color="green",shape="box"];464[label="vuu300",fontsize=16,color="green",shape="box"];465[label="vuu3100",fontsize=16,color="green",shape="box"];466[label="vuu300",fontsize=16,color="green",shape="box"];467[label="vuu3100",fontsize=16,color="green",shape="box"];468[label="vuu300",fontsize=16,color="green",shape="box"];469[label="vuu3100",fontsize=16,color="green",shape="box"];470[label="vuu300",fontsize=16,color="green",shape="box"];471[label="vuu3100",fontsize=16,color="green",shape="box"];472[label="vuu300",fontsize=16,color="green",shape="box"];473[label="vuu3100",fontsize=16,color="green",shape="box"];474[label="vuu300",fontsize=16,color="green",shape="box"];475[label="vuu3100",fontsize=16,color="green",shape="box"];476 -> 34[label="",style="dashed", color="red", weight=0]; 21.10/7.65 476[label="vuu301 == vuu3101",fontsize=16,color="magenta"];476 -> 625[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 476 -> 626[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 477 -> 35[label="",style="dashed", color="red", weight=0]; 21.10/7.65 477[label="vuu301 == vuu3101",fontsize=16,color="magenta"];477 -> 627[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 477 -> 628[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 478 -> 36[label="",style="dashed", color="red", weight=0]; 21.10/7.65 478[label="vuu301 == vuu3101",fontsize=16,color="magenta"];478 -> 629[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 478 -> 630[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 479 -> 37[label="",style="dashed", color="red", weight=0]; 21.10/7.65 479[label="vuu301 == vuu3101",fontsize=16,color="magenta"];479 -> 631[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 479 -> 632[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 480 -> 38[label="",style="dashed", color="red", weight=0]; 21.10/7.65 480[label="vuu301 == vuu3101",fontsize=16,color="magenta"];480 -> 633[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 480 -> 634[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 481 -> 39[label="",style="dashed", color="red", weight=0]; 21.10/7.65 481[label="vuu301 == vuu3101",fontsize=16,color="magenta"];481 -> 635[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 481 -> 636[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 482 -> 40[label="",style="dashed", color="red", weight=0]; 21.10/7.65 482[label="vuu301 == vuu3101",fontsize=16,color="magenta"];482 -> 637[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 482 -> 638[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 483 -> 41[label="",style="dashed", color="red", weight=0]; 21.10/7.65 483[label="vuu301 == vuu3101",fontsize=16,color="magenta"];483 -> 639[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 483 -> 640[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 484 -> 42[label="",style="dashed", color="red", weight=0]; 21.10/7.65 484[label="vuu301 == vuu3101",fontsize=16,color="magenta"];484 -> 641[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 484 -> 642[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 485 -> 43[label="",style="dashed", color="red", weight=0]; 21.10/7.65 485[label="vuu301 == vuu3101",fontsize=16,color="magenta"];485 -> 643[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 485 -> 644[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 486 -> 44[label="",style="dashed", color="red", weight=0]; 21.10/7.65 486[label="vuu301 == vuu3101",fontsize=16,color="magenta"];486 -> 645[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 486 -> 646[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 487 -> 45[label="",style="dashed", color="red", weight=0]; 21.10/7.65 487[label="vuu301 == vuu3101",fontsize=16,color="magenta"];487 -> 647[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 487 -> 648[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 488 -> 46[label="",style="dashed", color="red", weight=0]; 21.10/7.65 488[label="vuu301 == vuu3101",fontsize=16,color="magenta"];488 -> 649[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 488 -> 650[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 489 -> 47[label="",style="dashed", color="red", weight=0]; 21.10/7.65 489[label="vuu301 == vuu3101",fontsize=16,color="magenta"];489 -> 651[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 489 -> 652[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 490 -> 34[label="",style="dashed", color="red", weight=0]; 21.10/7.65 490[label="vuu302 == vuu3102",fontsize=16,color="magenta"];490 -> 653[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 490 -> 654[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 491 -> 35[label="",style="dashed", color="red", weight=0]; 21.10/7.65 491[label="vuu302 == vuu3102",fontsize=16,color="magenta"];491 -> 655[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 491 -> 656[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 492 -> 36[label="",style="dashed", color="red", weight=0]; 21.10/7.65 492[label="vuu302 == vuu3102",fontsize=16,color="magenta"];492 -> 657[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 492 -> 658[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 493 -> 37[label="",style="dashed", color="red", weight=0]; 21.10/7.65 493[label="vuu302 == vuu3102",fontsize=16,color="magenta"];493 -> 659[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 493 -> 660[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 494 -> 38[label="",style="dashed", color="red", weight=0]; 21.10/7.65 494[label="vuu302 == vuu3102",fontsize=16,color="magenta"];494 -> 661[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 494 -> 662[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 495 -> 39[label="",style="dashed", color="red", weight=0]; 21.10/7.65 495[label="vuu302 == vuu3102",fontsize=16,color="magenta"];495 -> 663[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 495 -> 664[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 496 -> 40[label="",style="dashed", color="red", weight=0]; 21.10/7.65 496[label="vuu302 == vuu3102",fontsize=16,color="magenta"];496 -> 665[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 496 -> 666[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 497 -> 41[label="",style="dashed", color="red", weight=0]; 21.10/7.65 497[label="vuu302 == vuu3102",fontsize=16,color="magenta"];497 -> 667[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 497 -> 668[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 498 -> 42[label="",style="dashed", color="red", weight=0]; 21.10/7.65 498[label="vuu302 == vuu3102",fontsize=16,color="magenta"];498 -> 669[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 498 -> 670[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 499 -> 43[label="",style="dashed", color="red", weight=0]; 21.10/7.65 499[label="vuu302 == vuu3102",fontsize=16,color="magenta"];499 -> 671[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 499 -> 672[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 500 -> 44[label="",style="dashed", color="red", weight=0]; 21.10/7.65 500[label="vuu302 == vuu3102",fontsize=16,color="magenta"];500 -> 673[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 500 -> 674[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 501 -> 45[label="",style="dashed", color="red", weight=0]; 21.10/7.65 501[label="vuu302 == vuu3102",fontsize=16,color="magenta"];501 -> 675[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 501 -> 676[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 502 -> 46[label="",style="dashed", color="red", weight=0]; 21.10/7.65 502[label="vuu302 == vuu3102",fontsize=16,color="magenta"];502 -> 677[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 502 -> 678[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 503 -> 47[label="",style="dashed", color="red", weight=0]; 21.10/7.65 503[label="vuu302 == vuu3102",fontsize=16,color="magenta"];503 -> 679[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 503 -> 680[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 504[label="False",fontsize=16,color="green",shape="box"];505[label="vuu40",fontsize=16,color="green",shape="box"];506[label="primMulInt vuu300 vuu3101",fontsize=16,color="burlywood",shape="box"];1133[label="vuu300/Pos vuu3000",fontsize=10,color="white",style="solid",shape="box"];506 -> 1133[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1133 -> 681[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 1134[label="vuu300/Neg vuu3000",fontsize=10,color="white",style="solid",shape="box"];506 -> 1134[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1134 -> 682[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 507[label="vuu3100",fontsize=16,color="green",shape="box"];508[label="vuu301",fontsize=16,color="green",shape="box"];509[label="vuu3101",fontsize=16,color="green",shape="box"];510[label="vuu300",fontsize=16,color="green",shape="box"];511[label="vuu3100",fontsize=16,color="green",shape="box"];512[label="vuu301",fontsize=16,color="green",shape="box"];513 -> 244[label="",style="dashed", color="red", weight=0]; 21.10/7.65 513[label="primEqNat vuu3000 vuu31000",fontsize=16,color="magenta"];513 -> 683[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 513 -> 684[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 514[label="False",fontsize=16,color="green",shape="box"];515[label="False",fontsize=16,color="green",shape="box"];516[label="True",fontsize=16,color="green",shape="box"];517[label="False",fontsize=16,color="green",shape="box"];518[label="True",fontsize=16,color="green",shape="box"];519 -> 244[label="",style="dashed", color="red", weight=0]; 21.10/7.65 519[label="primEqNat vuu3000 vuu31000",fontsize=16,color="magenta"];519 -> 685[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 519 -> 686[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 520[label="False",fontsize=16,color="green",shape="box"];521[label="False",fontsize=16,color="green",shape="box"];522[label="True",fontsize=16,color="green",shape="box"];523[label="False",fontsize=16,color="green",shape="box"];524[label="True",fontsize=16,color="green",shape="box"];525[label="vuu300",fontsize=16,color="green",shape="box"];526[label="vuu3100",fontsize=16,color="green",shape="box"];527[label="vuu300",fontsize=16,color="green",shape="box"];528[label="vuu3100",fontsize=16,color="green",shape="box"];529[label="vuu301",fontsize=16,color="green",shape="box"];530[label="vuu3101",fontsize=16,color="green",shape="box"];531[label="vuu301",fontsize=16,color="green",shape="box"];532[label="vuu3101",fontsize=16,color="green",shape="box"];533[label="vuu300",fontsize=16,color="green",shape="box"];534[label="vuu3100",fontsize=16,color="green",shape="box"];535[label="vuu300",fontsize=16,color="green",shape="box"];536[label="vuu3100",fontsize=16,color="green",shape="box"];537[label="vuu300",fontsize=16,color="green",shape="box"];538[label="vuu3100",fontsize=16,color="green",shape="box"];539[label="vuu300",fontsize=16,color="green",shape="box"];540[label="vuu3100",fontsize=16,color="green",shape="box"];541[label="vuu300",fontsize=16,color="green",shape="box"];542[label="vuu3100",fontsize=16,color="green",shape="box"];543[label="vuu300",fontsize=16,color="green",shape="box"];544[label="vuu3100",fontsize=16,color="green",shape="box"];545[label="vuu300",fontsize=16,color="green",shape="box"];546[label="vuu3100",fontsize=16,color="green",shape="box"];547[label="vuu300",fontsize=16,color="green",shape="box"];548[label="vuu3100",fontsize=16,color="green",shape="box"];549[label="vuu300",fontsize=16,color="green",shape="box"];550[label="vuu3100",fontsize=16,color="green",shape="box"];551[label="vuu300",fontsize=16,color="green",shape="box"];552[label="vuu3100",fontsize=16,color="green",shape="box"];553[label="vuu300",fontsize=16,color="green",shape="box"];554[label="vuu3100",fontsize=16,color="green",shape="box"];555[label="vuu300",fontsize=16,color="green",shape="box"];556[label="vuu3100",fontsize=16,color="green",shape="box"];557[label="vuu300",fontsize=16,color="green",shape="box"];558[label="vuu3100",fontsize=16,color="green",shape="box"];559[label="vuu300",fontsize=16,color="green",shape="box"];560[label="vuu3100",fontsize=16,color="green",shape="box"];561[label="vuu300",fontsize=16,color="green",shape="box"];562[label="vuu3100",fontsize=16,color="green",shape="box"];563[label="vuu300",fontsize=16,color="green",shape="box"];564[label="vuu3100",fontsize=16,color="green",shape="box"];565[label="vuu300",fontsize=16,color="green",shape="box"];566[label="vuu3100",fontsize=16,color="green",shape="box"];567[label="vuu300",fontsize=16,color="green",shape="box"];568[label="vuu3100",fontsize=16,color="green",shape="box"];569[label="vuu300",fontsize=16,color="green",shape="box"];570[label="vuu3100",fontsize=16,color="green",shape="box"];571[label="vuu300",fontsize=16,color="green",shape="box"];572[label="vuu3100",fontsize=16,color="green",shape="box"];573[label="vuu300",fontsize=16,color="green",shape="box"];574[label="vuu3100",fontsize=16,color="green",shape="box"];575[label="vuu300",fontsize=16,color="green",shape="box"];576[label="vuu3100",fontsize=16,color="green",shape="box"];577[label="vuu300",fontsize=16,color="green",shape="box"];578[label="vuu3100",fontsize=16,color="green",shape="box"];579[label="vuu300",fontsize=16,color="green",shape="box"];580[label="vuu3100",fontsize=16,color="green",shape="box"];581[label="vuu300",fontsize=16,color="green",shape="box"];582[label="vuu3100",fontsize=16,color="green",shape="box"];583[label="vuu300",fontsize=16,color="green",shape="box"];584[label="vuu3100",fontsize=16,color="green",shape="box"];585[label="vuu300",fontsize=16,color="green",shape="box"];586[label="vuu3100",fontsize=16,color="green",shape="box"];587[label="vuu300",fontsize=16,color="green",shape="box"];588[label="vuu3100",fontsize=16,color="green",shape="box"];589[label="vuu301",fontsize=16,color="green",shape="box"];590[label="vuu3101",fontsize=16,color="green",shape="box"];591[label="vuu301",fontsize=16,color="green",shape="box"];592[label="vuu3101",fontsize=16,color="green",shape="box"];593[label="vuu301",fontsize=16,color="green",shape="box"];594[label="vuu3101",fontsize=16,color="green",shape="box"];595[label="vuu301",fontsize=16,color="green",shape="box"];596[label="vuu3101",fontsize=16,color="green",shape="box"];597[label="vuu301",fontsize=16,color="green",shape="box"];598[label="vuu3101",fontsize=16,color="green",shape="box"];599[label="vuu301",fontsize=16,color="green",shape="box"];600[label="vuu3101",fontsize=16,color="green",shape="box"];601[label="vuu301",fontsize=16,color="green",shape="box"];602[label="vuu3101",fontsize=16,color="green",shape="box"];603[label="vuu301",fontsize=16,color="green",shape="box"];604[label="vuu3101",fontsize=16,color="green",shape="box"];605[label="vuu301",fontsize=16,color="green",shape="box"];606[label="vuu3101",fontsize=16,color="green",shape="box"];607[label="vuu301",fontsize=16,color="green",shape="box"];608[label="vuu3101",fontsize=16,color="green",shape="box"];609[label="vuu301",fontsize=16,color="green",shape="box"];610[label="vuu3101",fontsize=16,color="green",shape="box"];611[label="vuu301",fontsize=16,color="green",shape="box"];612[label="vuu3101",fontsize=16,color="green",shape="box"];613[label="vuu301",fontsize=16,color="green",shape="box"];614[label="vuu3101",fontsize=16,color="green",shape="box"];615[label="vuu301",fontsize=16,color="green",shape="box"];616[label="vuu3101",fontsize=16,color="green",shape="box"];617[label="primEqNat (Succ vuu3000) (Succ vuu31000)",fontsize=16,color="black",shape="box"];617 -> 687[label="",style="solid", color="black", weight=3]; 21.10/7.65 618[label="primEqNat (Succ vuu3000) Zero",fontsize=16,color="black",shape="box"];618 -> 688[label="",style="solid", color="black", weight=3]; 21.10/7.65 619[label="primEqNat Zero (Succ vuu31000)",fontsize=16,color="black",shape="box"];619 -> 689[label="",style="solid", color="black", weight=3]; 21.10/7.65 620[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];620 -> 690[label="",style="solid", color="black", weight=3]; 21.10/7.65 621[label="span2Ys0 ((==) vuu9) (vuu110 : vuu111) (span ((==) vuu9) (vuu110 : vuu111))",fontsize=16,color="black",shape="box"];621 -> 691[label="",style="solid", color="black", weight=3]; 21.10/7.65 622[label="span2Ys0 ((==) vuu9) [] (span ((==) vuu9) [])",fontsize=16,color="black",shape="box"];622 -> 692[label="",style="solid", color="black", weight=3]; 21.10/7.65 623[label="span2Zs0 ((==) vuu18) (vuu200 : vuu201) (span ((==) vuu18) (vuu200 : vuu201))",fontsize=16,color="black",shape="box"];623 -> 693[label="",style="solid", color="black", weight=3]; 21.10/7.65 624[label="span2Zs0 ((==) vuu18) [] (span ((==) vuu18) [])",fontsize=16,color="black",shape="box"];624 -> 694[label="",style="solid", color="black", weight=3]; 21.10/7.65 625[label="vuu301",fontsize=16,color="green",shape="box"];626[label="vuu3101",fontsize=16,color="green",shape="box"];627[label="vuu301",fontsize=16,color="green",shape="box"];628[label="vuu3101",fontsize=16,color="green",shape="box"];629[label="vuu301",fontsize=16,color="green",shape="box"];630[label="vuu3101",fontsize=16,color="green",shape="box"];631[label="vuu301",fontsize=16,color="green",shape="box"];632[label="vuu3101",fontsize=16,color="green",shape="box"];633[label="vuu301",fontsize=16,color="green",shape="box"];634[label="vuu3101",fontsize=16,color="green",shape="box"];635[label="vuu301",fontsize=16,color="green",shape="box"];636[label="vuu3101",fontsize=16,color="green",shape="box"];637[label="vuu301",fontsize=16,color="green",shape="box"];638[label="vuu3101",fontsize=16,color="green",shape="box"];639[label="vuu301",fontsize=16,color="green",shape="box"];640[label="vuu3101",fontsize=16,color="green",shape="box"];641[label="vuu301",fontsize=16,color="green",shape="box"];642[label="vuu3101",fontsize=16,color="green",shape="box"];643[label="vuu301",fontsize=16,color="green",shape="box"];644[label="vuu3101",fontsize=16,color="green",shape="box"];645[label="vuu301",fontsize=16,color="green",shape="box"];646[label="vuu3101",fontsize=16,color="green",shape="box"];647[label="vuu301",fontsize=16,color="green",shape="box"];648[label="vuu3101",fontsize=16,color="green",shape="box"];649[label="vuu301",fontsize=16,color="green",shape="box"];650[label="vuu3101",fontsize=16,color="green",shape="box"];651[label="vuu301",fontsize=16,color="green",shape="box"];652[label="vuu3101",fontsize=16,color="green",shape="box"];653[label="vuu302",fontsize=16,color="green",shape="box"];654[label="vuu3102",fontsize=16,color="green",shape="box"];655[label="vuu302",fontsize=16,color="green",shape="box"];656[label="vuu3102",fontsize=16,color="green",shape="box"];657[label="vuu302",fontsize=16,color="green",shape="box"];658[label="vuu3102",fontsize=16,color="green",shape="box"];659[label="vuu302",fontsize=16,color="green",shape="box"];660[label="vuu3102",fontsize=16,color="green",shape="box"];661[label="vuu302",fontsize=16,color="green",shape="box"];662[label="vuu3102",fontsize=16,color="green",shape="box"];663[label="vuu302",fontsize=16,color="green",shape="box"];664[label="vuu3102",fontsize=16,color="green",shape="box"];665[label="vuu302",fontsize=16,color="green",shape="box"];666[label="vuu3102",fontsize=16,color="green",shape="box"];667[label="vuu302",fontsize=16,color="green",shape="box"];668[label="vuu3102",fontsize=16,color="green",shape="box"];669[label="vuu302",fontsize=16,color="green",shape="box"];670[label="vuu3102",fontsize=16,color="green",shape="box"];671[label="vuu302",fontsize=16,color="green",shape="box"];672[label="vuu3102",fontsize=16,color="green",shape="box"];673[label="vuu302",fontsize=16,color="green",shape="box"];674[label="vuu3102",fontsize=16,color="green",shape="box"];675[label="vuu302",fontsize=16,color="green",shape="box"];676[label="vuu3102",fontsize=16,color="green",shape="box"];677[label="vuu302",fontsize=16,color="green",shape="box"];678[label="vuu3102",fontsize=16,color="green",shape="box"];679[label="vuu302",fontsize=16,color="green",shape="box"];680[label="vuu3102",fontsize=16,color="green",shape="box"];681[label="primMulInt (Pos vuu3000) vuu3101",fontsize=16,color="burlywood",shape="box"];1135[label="vuu3101/Pos vuu31010",fontsize=10,color="white",style="solid",shape="box"];681 -> 1135[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1135 -> 695[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 1136[label="vuu3101/Neg vuu31010",fontsize=10,color="white",style="solid",shape="box"];681 -> 1136[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1136 -> 696[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 682[label="primMulInt (Neg vuu3000) vuu3101",fontsize=16,color="burlywood",shape="box"];1137[label="vuu3101/Pos vuu31010",fontsize=10,color="white",style="solid",shape="box"];682 -> 1137[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1137 -> 697[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 1138[label="vuu3101/Neg vuu31010",fontsize=10,color="white",style="solid",shape="box"];682 -> 1138[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1138 -> 698[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 683[label="vuu31000",fontsize=16,color="green",shape="box"];684[label="vuu3000",fontsize=16,color="green",shape="box"];685[label="vuu31000",fontsize=16,color="green",shape="box"];686[label="vuu3000",fontsize=16,color="green",shape="box"];687 -> 244[label="",style="dashed", color="red", weight=0]; 21.10/7.65 687[label="primEqNat vuu3000 vuu31000",fontsize=16,color="magenta"];687 -> 699[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 687 -> 700[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 688[label="False",fontsize=16,color="green",shape="box"];689[label="False",fontsize=16,color="green",shape="box"];690[label="True",fontsize=16,color="green",shape="box"];691[label="span2Ys0 ((==) vuu9) (vuu110 : vuu111) (span2 ((==) vuu9) (vuu110 : vuu111))",fontsize=16,color="black",shape="box"];691 -> 701[label="",style="solid", color="black", weight=3]; 21.10/7.65 692[label="span2Ys0 ((==) vuu9) [] (span3 ((==) vuu9) [])",fontsize=16,color="black",shape="box"];692 -> 702[label="",style="solid", color="black", weight=3]; 21.10/7.65 693[label="span2Zs0 ((==) vuu18) (vuu200 : vuu201) (span2 ((==) vuu18) (vuu200 : vuu201))",fontsize=16,color="black",shape="box"];693 -> 703[label="",style="solid", color="black", weight=3]; 21.10/7.65 694[label="span2Zs0 ((==) vuu18) [] (span3 ((==) vuu18) [])",fontsize=16,color="black",shape="box"];694 -> 704[label="",style="solid", color="black", weight=3]; 21.10/7.65 695[label="primMulInt (Pos vuu3000) (Pos vuu31010)",fontsize=16,color="black",shape="box"];695 -> 705[label="",style="solid", color="black", weight=3]; 21.10/7.65 696[label="primMulInt (Pos vuu3000) (Neg vuu31010)",fontsize=16,color="black",shape="box"];696 -> 706[label="",style="solid", color="black", weight=3]; 21.10/7.65 697[label="primMulInt (Neg vuu3000) (Pos vuu31010)",fontsize=16,color="black",shape="box"];697 -> 707[label="",style="solid", color="black", weight=3]; 21.10/7.65 698[label="primMulInt (Neg vuu3000) (Neg vuu31010)",fontsize=16,color="black",shape="box"];698 -> 708[label="",style="solid", color="black", weight=3]; 21.10/7.65 699[label="vuu31000",fontsize=16,color="green",shape="box"];700[label="vuu3000",fontsize=16,color="green",shape="box"];701 -> 709[label="",style="dashed", color="red", weight=0]; 21.10/7.65 701[label="span2Ys0 ((==) vuu9) (vuu110 : vuu111) (span2Span1 ((==) vuu9) vuu111 ((==) vuu9) vuu110 vuu111 ((==) vuu9 vuu110))",fontsize=16,color="magenta"];701 -> 710[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 701 -> 711[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 701 -> 712[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 701 -> 713[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 702[label="span2Ys0 ((==) vuu9) [] ([],[])",fontsize=16,color="black",shape="box"];702 -> 714[label="",style="solid", color="black", weight=3]; 21.10/7.65 703 -> 715[label="",style="dashed", color="red", weight=0]; 21.10/7.65 703[label="span2Zs0 ((==) vuu18) (vuu200 : vuu201) (span2Span1 ((==) vuu18) vuu201 ((==) vuu18) vuu200 vuu201 ((==) vuu18 vuu200))",fontsize=16,color="magenta"];703 -> 716[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 703 -> 717[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 703 -> 718[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 703 -> 719[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 704[label="span2Zs0 ((==) vuu18) [] ([],[])",fontsize=16,color="black",shape="box"];704 -> 720[label="",style="solid", color="black", weight=3]; 21.10/7.65 705[label="Pos (primMulNat vuu3000 vuu31010)",fontsize=16,color="green",shape="box"];705 -> 721[label="",style="dashed", color="green", weight=3]; 21.10/7.65 706[label="Neg (primMulNat vuu3000 vuu31010)",fontsize=16,color="green",shape="box"];706 -> 722[label="",style="dashed", color="green", weight=3]; 21.10/7.65 707[label="Neg (primMulNat vuu3000 vuu31010)",fontsize=16,color="green",shape="box"];707 -> 723[label="",style="dashed", color="green", weight=3]; 21.10/7.65 708[label="Pos (primMulNat vuu3000 vuu31010)",fontsize=16,color="green",shape="box"];708 -> 724[label="",style="dashed", color="green", weight=3]; 21.10/7.65 710[label="vuu111",fontsize=16,color="green",shape="box"];711[label="vuu110",fontsize=16,color="green",shape="box"];712[label="vuu9",fontsize=16,color="green",shape="box"];713[label="(==) vuu9 vuu110",fontsize=16,color="blue",shape="box"];1139[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];713 -> 1139[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1139 -> 725[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1140[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];713 -> 1140[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1140 -> 726[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1141[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];713 -> 1141[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1141 -> 727[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1142[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];713 -> 1142[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1142 -> 728[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1143[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];713 -> 1143[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1143 -> 729[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1144[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];713 -> 1144[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1144 -> 730[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1145[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];713 -> 1145[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1145 -> 731[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1146[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];713 -> 1146[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1146 -> 732[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1147[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];713 -> 1147[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1147 -> 733[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1148[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];713 -> 1148[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1148 -> 734[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1149[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];713 -> 1149[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1149 -> 735[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1150[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];713 -> 1150[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1150 -> 736[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1151[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];713 -> 1151[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1151 -> 737[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1152[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];713 -> 1152[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1152 -> 738[label="",style="solid", color="blue", weight=3]; 21.10/7.65 709[label="span2Ys0 ((==) vuu46) (vuu47 : vuu48) (span2Span1 ((==) vuu46) vuu48 ((==) vuu46) vuu47 vuu48 vuu49)",fontsize=16,color="burlywood",shape="triangle"];1153[label="vuu49/False",fontsize=10,color="white",style="solid",shape="box"];709 -> 1153[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1153 -> 739[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 1154[label="vuu49/True",fontsize=10,color="white",style="solid",shape="box"];709 -> 1154[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1154 -> 740[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 714[label="[]",fontsize=16,color="green",shape="box"];716[label="(==) vuu18 vuu200",fontsize=16,color="blue",shape="box"];1155[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];716 -> 1155[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1155 -> 741[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1156[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];716 -> 1156[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1156 -> 742[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1157[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];716 -> 1157[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1157 -> 743[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1158[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];716 -> 1158[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1158 -> 744[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1159[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];716 -> 1159[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1159 -> 745[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1160[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];716 -> 1160[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1160 -> 746[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1161[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];716 -> 1161[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1161 -> 747[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1162[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];716 -> 1162[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1162 -> 748[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1163[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];716 -> 1163[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1163 -> 749[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1164[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];716 -> 1164[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1164 -> 750[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1165[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];716 -> 1165[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1165 -> 751[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1166[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];716 -> 1166[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1166 -> 752[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1167[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];716 -> 1167[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1167 -> 753[label="",style="solid", color="blue", weight=3]; 21.10/7.65 1168[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];716 -> 1168[label="",style="solid", color="blue", weight=9]; 21.10/7.65 1168 -> 754[label="",style="solid", color="blue", weight=3]; 21.10/7.65 717[label="vuu18",fontsize=16,color="green",shape="box"];718[label="vuu201",fontsize=16,color="green",shape="box"];719[label="vuu200",fontsize=16,color="green",shape="box"];715[label="span2Zs0 ((==) vuu55) (vuu56 : vuu57) (span2Span1 ((==) vuu55) vuu57 ((==) vuu55) vuu56 vuu57 vuu58)",fontsize=16,color="burlywood",shape="triangle"];1169[label="vuu58/False",fontsize=10,color="white",style="solid",shape="box"];715 -> 1169[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1169 -> 755[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 1170[label="vuu58/True",fontsize=10,color="white",style="solid",shape="box"];715 -> 1170[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1170 -> 756[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 720[label="[]",fontsize=16,color="green",shape="box"];721[label="primMulNat vuu3000 vuu31010",fontsize=16,color="burlywood",shape="triangle"];1171[label="vuu3000/Succ vuu30000",fontsize=10,color="white",style="solid",shape="box"];721 -> 1171[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1171 -> 757[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 1172[label="vuu3000/Zero",fontsize=10,color="white",style="solid",shape="box"];721 -> 1172[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1172 -> 758[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 722 -> 721[label="",style="dashed", color="red", weight=0]; 21.10/7.65 722[label="primMulNat vuu3000 vuu31010",fontsize=16,color="magenta"];722 -> 759[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 723 -> 721[label="",style="dashed", color="red", weight=0]; 21.10/7.65 723[label="primMulNat vuu3000 vuu31010",fontsize=16,color="magenta"];723 -> 760[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 724 -> 721[label="",style="dashed", color="red", weight=0]; 21.10/7.65 724[label="primMulNat vuu3000 vuu31010",fontsize=16,color="magenta"];724 -> 761[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 724 -> 762[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 725 -> 34[label="",style="dashed", color="red", weight=0]; 21.10/7.65 725[label="(==) vuu9 vuu110",fontsize=16,color="magenta"];725 -> 763[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 725 -> 764[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 726 -> 35[label="",style="dashed", color="red", weight=0]; 21.10/7.65 726[label="(==) vuu9 vuu110",fontsize=16,color="magenta"];726 -> 765[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 726 -> 766[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 727 -> 36[label="",style="dashed", color="red", weight=0]; 21.10/7.65 727[label="(==) vuu9 vuu110",fontsize=16,color="magenta"];727 -> 767[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 727 -> 768[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 728 -> 37[label="",style="dashed", color="red", weight=0]; 21.10/7.65 728[label="(==) vuu9 vuu110",fontsize=16,color="magenta"];728 -> 769[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 728 -> 770[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 729 -> 38[label="",style="dashed", color="red", weight=0]; 21.10/7.65 729[label="(==) vuu9 vuu110",fontsize=16,color="magenta"];729 -> 771[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 729 -> 772[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 730 -> 39[label="",style="dashed", color="red", weight=0]; 21.10/7.65 730[label="(==) vuu9 vuu110",fontsize=16,color="magenta"];730 -> 773[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 730 -> 774[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 731 -> 40[label="",style="dashed", color="red", weight=0]; 21.10/7.65 731[label="(==) vuu9 vuu110",fontsize=16,color="magenta"];731 -> 775[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 731 -> 776[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 732 -> 41[label="",style="dashed", color="red", weight=0]; 21.10/7.65 732[label="(==) vuu9 vuu110",fontsize=16,color="magenta"];732 -> 777[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 732 -> 778[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 733 -> 42[label="",style="dashed", color="red", weight=0]; 21.10/7.65 733[label="(==) vuu9 vuu110",fontsize=16,color="magenta"];733 -> 779[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 733 -> 780[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 734 -> 43[label="",style="dashed", color="red", weight=0]; 21.10/7.65 734[label="(==) vuu9 vuu110",fontsize=16,color="magenta"];734 -> 781[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 734 -> 782[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 735 -> 44[label="",style="dashed", color="red", weight=0]; 21.10/7.65 735[label="(==) vuu9 vuu110",fontsize=16,color="magenta"];735 -> 783[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 735 -> 784[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 736 -> 45[label="",style="dashed", color="red", weight=0]; 21.10/7.65 736[label="(==) vuu9 vuu110",fontsize=16,color="magenta"];736 -> 785[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 736 -> 786[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 737 -> 46[label="",style="dashed", color="red", weight=0]; 21.10/7.65 737[label="(==) vuu9 vuu110",fontsize=16,color="magenta"];737 -> 787[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 737 -> 788[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 738 -> 47[label="",style="dashed", color="red", weight=0]; 21.10/7.65 738[label="(==) vuu9 vuu110",fontsize=16,color="magenta"];738 -> 789[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 738 -> 790[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 739[label="span2Ys0 ((==) vuu46) (vuu47 : vuu48) (span2Span1 ((==) vuu46) vuu48 ((==) vuu46) vuu47 vuu48 False)",fontsize=16,color="black",shape="box"];739 -> 791[label="",style="solid", color="black", weight=3]; 21.10/7.65 740[label="span2Ys0 ((==) vuu46) (vuu47 : vuu48) (span2Span1 ((==) vuu46) vuu48 ((==) vuu46) vuu47 vuu48 True)",fontsize=16,color="black",shape="box"];740 -> 792[label="",style="solid", color="black", weight=3]; 21.10/7.65 741 -> 34[label="",style="dashed", color="red", weight=0]; 21.10/7.65 741[label="(==) vuu18 vuu200",fontsize=16,color="magenta"];741 -> 793[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 741 -> 794[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 742 -> 35[label="",style="dashed", color="red", weight=0]; 21.10/7.65 742[label="(==) vuu18 vuu200",fontsize=16,color="magenta"];742 -> 795[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 742 -> 796[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 743 -> 36[label="",style="dashed", color="red", weight=0]; 21.10/7.65 743[label="(==) vuu18 vuu200",fontsize=16,color="magenta"];743 -> 797[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 743 -> 798[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 744 -> 37[label="",style="dashed", color="red", weight=0]; 21.10/7.65 744[label="(==) vuu18 vuu200",fontsize=16,color="magenta"];744 -> 799[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 744 -> 800[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 745 -> 38[label="",style="dashed", color="red", weight=0]; 21.10/7.65 745[label="(==) vuu18 vuu200",fontsize=16,color="magenta"];745 -> 801[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 745 -> 802[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 746 -> 39[label="",style="dashed", color="red", weight=0]; 21.10/7.65 746[label="(==) vuu18 vuu200",fontsize=16,color="magenta"];746 -> 803[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 746 -> 804[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 747 -> 40[label="",style="dashed", color="red", weight=0]; 21.10/7.65 747[label="(==) vuu18 vuu200",fontsize=16,color="magenta"];747 -> 805[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 747 -> 806[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 748 -> 41[label="",style="dashed", color="red", weight=0]; 21.10/7.65 748[label="(==) vuu18 vuu200",fontsize=16,color="magenta"];748 -> 807[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 748 -> 808[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 749 -> 42[label="",style="dashed", color="red", weight=0]; 21.10/7.65 749[label="(==) vuu18 vuu200",fontsize=16,color="magenta"];749 -> 809[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 749 -> 810[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 750 -> 43[label="",style="dashed", color="red", weight=0]; 21.10/7.65 750[label="(==) vuu18 vuu200",fontsize=16,color="magenta"];750 -> 811[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 750 -> 812[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 751 -> 44[label="",style="dashed", color="red", weight=0]; 21.10/7.65 751[label="(==) vuu18 vuu200",fontsize=16,color="magenta"];751 -> 813[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 751 -> 814[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 752 -> 45[label="",style="dashed", color="red", weight=0]; 21.10/7.65 752[label="(==) vuu18 vuu200",fontsize=16,color="magenta"];752 -> 815[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 752 -> 816[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 753 -> 46[label="",style="dashed", color="red", weight=0]; 21.10/7.65 753[label="(==) vuu18 vuu200",fontsize=16,color="magenta"];753 -> 817[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 753 -> 818[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 754 -> 47[label="",style="dashed", color="red", weight=0]; 21.10/7.65 754[label="(==) vuu18 vuu200",fontsize=16,color="magenta"];754 -> 819[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 754 -> 820[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 755[label="span2Zs0 ((==) vuu55) (vuu56 : vuu57) (span2Span1 ((==) vuu55) vuu57 ((==) vuu55) vuu56 vuu57 False)",fontsize=16,color="black",shape="box"];755 -> 821[label="",style="solid", color="black", weight=3]; 21.10/7.65 756[label="span2Zs0 ((==) vuu55) (vuu56 : vuu57) (span2Span1 ((==) vuu55) vuu57 ((==) vuu55) vuu56 vuu57 True)",fontsize=16,color="black",shape="box"];756 -> 822[label="",style="solid", color="black", weight=3]; 21.10/7.65 757[label="primMulNat (Succ vuu30000) vuu31010",fontsize=16,color="burlywood",shape="box"];1173[label="vuu31010/Succ vuu310100",fontsize=10,color="white",style="solid",shape="box"];757 -> 1173[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1173 -> 823[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 1174[label="vuu31010/Zero",fontsize=10,color="white",style="solid",shape="box"];757 -> 1174[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1174 -> 824[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 758[label="primMulNat Zero vuu31010",fontsize=16,color="burlywood",shape="box"];1175[label="vuu31010/Succ vuu310100",fontsize=10,color="white",style="solid",shape="box"];758 -> 1175[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1175 -> 825[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 1176[label="vuu31010/Zero",fontsize=10,color="white",style="solid",shape="box"];758 -> 1176[label="",style="solid", color="burlywood", weight=9]; 21.10/7.65 1176 -> 826[label="",style="solid", color="burlywood", weight=3]; 21.10/7.65 759[label="vuu31010",fontsize=16,color="green",shape="box"];760[label="vuu3000",fontsize=16,color="green",shape="box"];761[label="vuu3000",fontsize=16,color="green",shape="box"];762[label="vuu31010",fontsize=16,color="green",shape="box"];763[label="vuu9",fontsize=16,color="green",shape="box"];764[label="vuu110",fontsize=16,color="green",shape="box"];765[label="vuu9",fontsize=16,color="green",shape="box"];766[label="vuu110",fontsize=16,color="green",shape="box"];767[label="vuu9",fontsize=16,color="green",shape="box"];768[label="vuu110",fontsize=16,color="green",shape="box"];769[label="vuu9",fontsize=16,color="green",shape="box"];770[label="vuu110",fontsize=16,color="green",shape="box"];771[label="vuu9",fontsize=16,color="green",shape="box"];772[label="vuu110",fontsize=16,color="green",shape="box"];773[label="vuu9",fontsize=16,color="green",shape="box"];774[label="vuu110",fontsize=16,color="green",shape="box"];775[label="vuu9",fontsize=16,color="green",shape="box"];776[label="vuu110",fontsize=16,color="green",shape="box"];777[label="vuu9",fontsize=16,color="green",shape="box"];778[label="vuu110",fontsize=16,color="green",shape="box"];779[label="vuu9",fontsize=16,color="green",shape="box"];780[label="vuu110",fontsize=16,color="green",shape="box"];781[label="vuu9",fontsize=16,color="green",shape="box"];782[label="vuu110",fontsize=16,color="green",shape="box"];783[label="vuu9",fontsize=16,color="green",shape="box"];784[label="vuu110",fontsize=16,color="green",shape="box"];785[label="vuu9",fontsize=16,color="green",shape="box"];786[label="vuu110",fontsize=16,color="green",shape="box"];787[label="vuu9",fontsize=16,color="green",shape="box"];788[label="vuu110",fontsize=16,color="green",shape="box"];789[label="vuu9",fontsize=16,color="green",shape="box"];790[label="vuu110",fontsize=16,color="green",shape="box"];791[label="span2Ys0 ((==) vuu46) (vuu47 : vuu48) (span2Span0 ((==) vuu46) vuu48 ((==) vuu46) vuu47 vuu48 otherwise)",fontsize=16,color="black",shape="box"];791 -> 827[label="",style="solid", color="black", weight=3]; 21.10/7.65 792 -> 828[label="",style="dashed", color="red", weight=0]; 21.10/7.65 792[label="span2Ys0 ((==) vuu46) (vuu47 : vuu48) (vuu47 : span2Ys ((==) vuu46) vuu48,span2Zs ((==) vuu46) vuu48)",fontsize=16,color="magenta"];792 -> 829[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 792 -> 830[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 793[label="vuu18",fontsize=16,color="green",shape="box"];794[label="vuu200",fontsize=16,color="green",shape="box"];795[label="vuu18",fontsize=16,color="green",shape="box"];796[label="vuu200",fontsize=16,color="green",shape="box"];797[label="vuu18",fontsize=16,color="green",shape="box"];798[label="vuu200",fontsize=16,color="green",shape="box"];799[label="vuu18",fontsize=16,color="green",shape="box"];800[label="vuu200",fontsize=16,color="green",shape="box"];801[label="vuu18",fontsize=16,color="green",shape="box"];802[label="vuu200",fontsize=16,color="green",shape="box"];803[label="vuu18",fontsize=16,color="green",shape="box"];804[label="vuu200",fontsize=16,color="green",shape="box"];805[label="vuu18",fontsize=16,color="green",shape="box"];806[label="vuu200",fontsize=16,color="green",shape="box"];807[label="vuu18",fontsize=16,color="green",shape="box"];808[label="vuu200",fontsize=16,color="green",shape="box"];809[label="vuu18",fontsize=16,color="green",shape="box"];810[label="vuu200",fontsize=16,color="green",shape="box"];811[label="vuu18",fontsize=16,color="green",shape="box"];812[label="vuu200",fontsize=16,color="green",shape="box"];813[label="vuu18",fontsize=16,color="green",shape="box"];814[label="vuu200",fontsize=16,color="green",shape="box"];815[label="vuu18",fontsize=16,color="green",shape="box"];816[label="vuu200",fontsize=16,color="green",shape="box"];817[label="vuu18",fontsize=16,color="green",shape="box"];818[label="vuu200",fontsize=16,color="green",shape="box"];819[label="vuu18",fontsize=16,color="green",shape="box"];820[label="vuu200",fontsize=16,color="green",shape="box"];821[label="span2Zs0 ((==) vuu55) (vuu56 : vuu57) (span2Span0 ((==) vuu55) vuu57 ((==) vuu55) vuu56 vuu57 otherwise)",fontsize=16,color="black",shape="box"];821 -> 831[label="",style="solid", color="black", weight=3]; 21.10/7.65 822 -> 832[label="",style="dashed", color="red", weight=0]; 21.10/7.65 822[label="span2Zs0 ((==) vuu55) (vuu56 : vuu57) (vuu56 : span2Ys ((==) vuu55) vuu57,span2Zs ((==) vuu55) vuu57)",fontsize=16,color="magenta"];822 -> 833[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 822 -> 834[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 823[label="primMulNat (Succ vuu30000) (Succ vuu310100)",fontsize=16,color="black",shape="box"];823 -> 835[label="",style="solid", color="black", weight=3]; 21.10/7.65 824[label="primMulNat (Succ vuu30000) Zero",fontsize=16,color="black",shape="box"];824 -> 836[label="",style="solid", color="black", weight=3]; 21.10/7.65 825[label="primMulNat Zero (Succ vuu310100)",fontsize=16,color="black",shape="box"];825 -> 837[label="",style="solid", color="black", weight=3]; 21.10/7.65 826[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];826 -> 838[label="",style="solid", color="black", weight=3]; 21.10/7.65 827[label="span2Ys0 ((==) vuu46) (vuu47 : vuu48) (span2Span0 ((==) vuu46) vuu48 ((==) vuu46) vuu47 vuu48 True)",fontsize=16,color="black",shape="box"];827 -> 839[label="",style="solid", color="black", weight=3]; 21.10/7.65 829 -> 173[label="",style="dashed", color="red", weight=0]; 21.10/7.65 829[label="span2Zs ((==) vuu46) vuu48",fontsize=16,color="magenta"];829 -> 840[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 829 -> 841[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 830 -> 171[label="",style="dashed", color="red", weight=0]; 21.10/7.65 830[label="span2Ys ((==) vuu46) vuu48",fontsize=16,color="magenta"];830 -> 842[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 830 -> 843[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 828[label="span2Ys0 ((==) vuu46) (vuu47 : vuu48) (vuu47 : vuu60,vuu59)",fontsize=16,color="black",shape="triangle"];828 -> 844[label="",style="solid", color="black", weight=3]; 21.10/7.65 831[label="span2Zs0 ((==) vuu55) (vuu56 : vuu57) (span2Span0 ((==) vuu55) vuu57 ((==) vuu55) vuu56 vuu57 True)",fontsize=16,color="black",shape="box"];831 -> 845[label="",style="solid", color="black", weight=3]; 21.10/7.65 833 -> 171[label="",style="dashed", color="red", weight=0]; 21.10/7.65 833[label="span2Ys ((==) vuu55) vuu57",fontsize=16,color="magenta"];833 -> 846[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 833 -> 847[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 834 -> 173[label="",style="dashed", color="red", weight=0]; 21.10/7.65 834[label="span2Zs ((==) vuu55) vuu57",fontsize=16,color="magenta"];834 -> 848[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 834 -> 849[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 832[label="span2Zs0 ((==) vuu55) (vuu56 : vuu57) (vuu56 : vuu62,vuu61)",fontsize=16,color="black",shape="triangle"];832 -> 850[label="",style="solid", color="black", weight=3]; 21.10/7.65 835 -> 851[label="",style="dashed", color="red", weight=0]; 21.10/7.65 835[label="primPlusNat (primMulNat vuu30000 (Succ vuu310100)) (Succ vuu310100)",fontsize=16,color="magenta"];835 -> 852[label="",style="dashed", color="magenta", weight=3]; 21.10/7.65 836[label="Zero",fontsize=16,color="green",shape="box"];837[label="Zero",fontsize=16,color="green",shape="box"];838[label="Zero",fontsize=16,color="green",shape="box"];839[label="span2Ys0 ((==) vuu46) (vuu47 : vuu48) ([],vuu47 : vuu48)",fontsize=16,color="black",shape="box"];839 -> 853[label="",style="solid", color="black", weight=3]; 21.10/7.65 840[label="vuu46",fontsize=16,color="green",shape="box"];841[label="vuu48",fontsize=16,color="green",shape="box"];842[label="vuu46",fontsize=16,color="green",shape="box"];843[label="vuu48",fontsize=16,color="green",shape="box"];844[label="vuu47 : vuu60",fontsize=16,color="green",shape="box"];845[label="span2Zs0 ((==) vuu55) (vuu56 : vuu57) ([],vuu56 : vuu57)",fontsize=16,color="black",shape="box"];845 -> 854[label="",style="solid", color="black", weight=3]; 21.10/7.66 846[label="vuu55",fontsize=16,color="green",shape="box"];847[label="vuu57",fontsize=16,color="green",shape="box"];848[label="vuu55",fontsize=16,color="green",shape="box"];849[label="vuu57",fontsize=16,color="green",shape="box"];850[label="vuu61",fontsize=16,color="green",shape="box"];852 -> 721[label="",style="dashed", color="red", weight=0]; 21.10/7.66 852[label="primMulNat vuu30000 (Succ vuu310100)",fontsize=16,color="magenta"];852 -> 855[label="",style="dashed", color="magenta", weight=3]; 21.10/7.66 852 -> 856[label="",style="dashed", color="magenta", weight=3]; 21.10/7.66 851[label="primPlusNat vuu63 (Succ vuu310100)",fontsize=16,color="burlywood",shape="triangle"];1177[label="vuu63/Succ vuu630",fontsize=10,color="white",style="solid",shape="box"];851 -> 1177[label="",style="solid", color="burlywood", weight=9]; 21.10/7.66 1177 -> 857[label="",style="solid", color="burlywood", weight=3]; 21.10/7.66 1178[label="vuu63/Zero",fontsize=10,color="white",style="solid",shape="box"];851 -> 1178[label="",style="solid", color="burlywood", weight=9]; 21.10/7.66 1178 -> 858[label="",style="solid", color="burlywood", weight=3]; 21.10/7.66 853[label="[]",fontsize=16,color="green",shape="box"];854[label="vuu56 : vuu57",fontsize=16,color="green",shape="box"];855[label="vuu30000",fontsize=16,color="green",shape="box"];856[label="Succ vuu310100",fontsize=16,color="green",shape="box"];857[label="primPlusNat (Succ vuu630) (Succ vuu310100)",fontsize=16,color="black",shape="box"];857 -> 859[label="",style="solid", color="black", weight=3]; 21.10/7.66 858[label="primPlusNat Zero (Succ vuu310100)",fontsize=16,color="black",shape="box"];858 -> 860[label="",style="solid", color="black", weight=3]; 21.10/7.66 859[label="Succ (Succ (primPlusNat vuu630 vuu310100))",fontsize=16,color="green",shape="box"];859 -> 861[label="",style="dashed", color="green", weight=3]; 21.10/7.66 860[label="Succ vuu310100",fontsize=16,color="green",shape="box"];861[label="primPlusNat vuu630 vuu310100",fontsize=16,color="burlywood",shape="triangle"];1179[label="vuu630/Succ vuu6300",fontsize=10,color="white",style="solid",shape="box"];861 -> 1179[label="",style="solid", color="burlywood", weight=9]; 21.10/7.66 1179 -> 862[label="",style="solid", color="burlywood", weight=3]; 21.10/7.66 1180[label="vuu630/Zero",fontsize=10,color="white",style="solid",shape="box"];861 -> 1180[label="",style="solid", color="burlywood", weight=9]; 21.10/7.66 1180 -> 863[label="",style="solid", color="burlywood", weight=3]; 21.10/7.66 862[label="primPlusNat (Succ vuu6300) vuu310100",fontsize=16,color="burlywood",shape="box"];1181[label="vuu310100/Succ vuu3101000",fontsize=10,color="white",style="solid",shape="box"];862 -> 1181[label="",style="solid", color="burlywood", weight=9]; 21.10/7.66 1181 -> 864[label="",style="solid", color="burlywood", weight=3]; 21.10/7.66 1182[label="vuu310100/Zero",fontsize=10,color="white",style="solid",shape="box"];862 -> 1182[label="",style="solid", color="burlywood", weight=9]; 21.10/7.66 1182 -> 865[label="",style="solid", color="burlywood", weight=3]; 21.10/7.66 863[label="primPlusNat Zero vuu310100",fontsize=16,color="burlywood",shape="box"];1183[label="vuu310100/Succ vuu3101000",fontsize=10,color="white",style="solid",shape="box"];863 -> 1183[label="",style="solid", color="burlywood", weight=9]; 21.10/7.66 1183 -> 866[label="",style="solid", color="burlywood", weight=3]; 21.10/7.66 1184[label="vuu310100/Zero",fontsize=10,color="white",style="solid",shape="box"];863 -> 1184[label="",style="solid", color="burlywood", weight=9]; 21.10/7.66 1184 -> 867[label="",style="solid", color="burlywood", weight=3]; 21.10/7.66 864[label="primPlusNat (Succ vuu6300) (Succ vuu3101000)",fontsize=16,color="black",shape="box"];864 -> 868[label="",style="solid", color="black", weight=3]; 21.10/7.66 865[label="primPlusNat (Succ vuu6300) Zero",fontsize=16,color="black",shape="box"];865 -> 869[label="",style="solid", color="black", weight=3]; 21.10/7.66 866[label="primPlusNat Zero (Succ vuu3101000)",fontsize=16,color="black",shape="box"];866 -> 870[label="",style="solid", color="black", weight=3]; 21.10/7.66 867[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];867 -> 871[label="",style="solid", color="black", weight=3]; 21.10/7.66 868[label="Succ (Succ (primPlusNat vuu6300 vuu3101000))",fontsize=16,color="green",shape="box"];868 -> 872[label="",style="dashed", color="green", weight=3]; 21.10/7.66 869[label="Succ vuu6300",fontsize=16,color="green",shape="box"];870[label="Succ vuu3101000",fontsize=16,color="green",shape="box"];871[label="Zero",fontsize=16,color="green",shape="box"];872 -> 861[label="",style="dashed", color="red", weight=0]; 21.10/7.66 872[label="primPlusNat vuu6300 vuu3101000",fontsize=16,color="magenta"];872 -> 873[label="",style="dashed", color="magenta", weight=3]; 21.10/7.66 872 -> 874[label="",style="dashed", color="magenta", weight=3]; 21.10/7.66 873[label="vuu3101000",fontsize=16,color="green",shape="box"];874[label="vuu6300",fontsize=16,color="green",shape="box"];} 21.10/7.66 21.10/7.66 ---------------------------------------- 21.10/7.66 21.10/7.66 (10) 21.10/7.66 Complex Obligation (AND) 21.10/7.66 21.10/7.66 ---------------------------------------- 21.10/7.66 21.10/7.66 (11) 21.10/7.66 Obligation: 21.10/7.66 Q DP problem: 21.10/7.66 The TRS P consists of the following rules: 21.10/7.66 21.10/7.66 new_groupBy(:(vuu30, vuu31), ba) -> new_groupBy(new_groupByZs1(vuu30, vuu31, ba), ba) 21.10/7.66 21.10/7.66 The TRS R consists of the following rules: 21.10/7.66 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Double) -> new_esEs11(vuu300, vuu3100) 21.10/7.66 new_esEs23(vuu302, vuu3102, app(app(app(ty_@3, bgd), bge), bgf)) -> new_esEs10(vuu302, vuu3102, bgd, bge, bgf) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, ty_Double) -> new_esEs11(vuu300, vuu3100) 21.10/7.66 new_esEs22(vuu301, vuu3101, ty_Float) -> new_esEs6(vuu301, vuu3101) 21.10/7.66 new_esEs14(GT, GT) -> True 21.10/7.66 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 21.10/7.66 new_span2Ys1(vuu9, [], baf) -> [] 21.10/7.66 new_esEs23(vuu302, vuu3102, app(ty_[], bha)) -> new_esEs17(vuu302, vuu3102, bha) 21.10/7.66 new_esEs15(:%(vuu300, vuu301), :%(vuu3100, vuu3101), bae) -> new_asAs(new_esEs26(vuu300, vuu3100, bae), new_esEs27(vuu301, vuu3101, bae)) 21.10/7.66 new_esEs22(vuu301, vuu3101, ty_Char) -> new_esEs19(vuu301, vuu3101) 21.10/7.66 new_esEs4(vuu18, vuu200, app(ty_[], cac)) -> new_esEs17(vuu18, vuu200, cac) 21.10/7.66 new_esEs18(@2(vuu300, vuu301), @2(vuu3100, vuu3101), fg, fh) -> new_asAs(new_esEs24(vuu300, vuu3100, fg), new_esEs25(vuu301, vuu3101, fh)) 21.10/7.66 new_esEs4(vuu18, vuu200, ty_Integer) -> new_esEs9(vuu18, vuu200) 21.10/7.66 new_esEs28(vuu30, vuu310, app(app(ty_@2, fg), fh)) -> new_esEs18(vuu30, vuu310, fg, fh) 21.10/7.66 new_span2Ys00(vuu46, vuu47, vuu48, vuu60, vuu59, bb) -> :(vuu47, vuu60) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Integer) -> new_esEs9(vuu302, vuu3102) 21.10/7.66 new_esEs28(vuu30, vuu310, ty_Ordering) -> new_esEs14(vuu30, vuu310) 21.10/7.66 new_esEs28(vuu30, vuu310, ty_Int) -> new_esEs7(vuu30, vuu310) 21.10/7.66 new_esEs22(vuu301, vuu3101, app(ty_Maybe, bfe)) -> new_esEs12(vuu301, vuu3101, bfe) 21.10/7.66 new_esEs20(vuu300, vuu3100, app(app(ty_Either, bda), bdb)) -> new_esEs8(vuu300, vuu3100, bda, bdb) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Bool) -> new_esEs16(vuu9, vuu110) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_@0) -> new_esEs13(vuu302, vuu3102) 21.10/7.66 new_esEs14(EQ, EQ) -> True 21.10/7.66 new_span2Ys1(vuu9, :(vuu110, vuu111), baf) -> new_span2Ys01(vuu9, vuu110, vuu111, new_esEs5(vuu9, vuu110, baf), baf) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Double, bd) -> new_esEs11(vuu300, vuu3100) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), app(ty_Maybe, eg)) -> new_esEs12(vuu300, vuu3100, eg) 21.10/7.66 new_esEs20(vuu300, vuu3100, ty_Double) -> new_esEs11(vuu300, vuu3100) 21.10/7.66 new_esEs14(EQ, GT) -> False 21.10/7.66 new_esEs14(GT, EQ) -> False 21.10/7.66 new_esEs21(vuu300, vuu3100, ty_Integer) -> new_esEs9(vuu300, vuu3100) 21.10/7.66 new_asAs(True, vuu40) -> vuu40 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Integer, bd) -> new_esEs9(vuu300, vuu3100) 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Double) -> new_esEs11(vuu301, vuu3101) 21.10/7.66 new_esEs25(vuu301, vuu3101, app(ty_[], hh)) -> new_esEs17(vuu301, vuu3101, hh) 21.10/7.66 new_esEs21(vuu300, vuu3100, ty_Int) -> new_esEs7(vuu300, vuu3100) 21.10/7.66 new_esEs24(vuu300, vuu3100, ty_Char) -> new_esEs19(vuu300, vuu3100) 21.10/7.66 new_esEs19(Char(vuu300), Char(vuu3100)) -> new_primEqNat0(vuu300, vuu3100) 21.10/7.66 new_primEqInt(Pos(Succ(vuu3000)), Pos(Zero)) -> False 21.10/7.66 new_primEqInt(Pos(Zero), Pos(Succ(vuu31000))) -> False 21.10/7.66 new_esEs12(Nothing, Just(vuu3100), ec) -> False 21.10/7.66 new_esEs12(Just(vuu300), Nothing, ec) -> False 21.10/7.66 new_esEs5(vuu9, vuu110, app(app(ty_@2, bbg), bbh)) -> new_esEs18(vuu9, vuu110, bbg, bbh) 21.10/7.66 new_esEs20(vuu300, vuu3100, ty_Float) -> new_esEs6(vuu300, vuu3100) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), app(ty_Ratio, ca), bd) -> new_esEs15(vuu300, vuu3100, ca) 21.10/7.66 new_esEs5(vuu9, vuu110, app(ty_Ratio, bbc)) -> new_esEs15(vuu9, vuu110, bbc) 21.10/7.66 new_esEs24(vuu300, vuu3100, app(ty_Ratio, ge)) -> new_esEs15(vuu300, vuu3100, ge) 21.10/7.66 new_groupByZs1(vuu30, :(vuu310, vuu311), ba) -> new_groupByZs10(vuu30, vuu310, vuu311, new_esEs28(vuu30, vuu310, ba), ba) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, ty_Float) -> new_esEs6(vuu300, vuu3100) 21.10/7.66 new_esEs21(vuu300, vuu3100, app(ty_Ratio, bed)) -> new_esEs15(vuu300, vuu3100, bed) 21.10/7.66 new_esEs12(Nothing, Nothing, ec) -> True 21.10/7.66 new_esEs27(vuu301, vuu3101, ty_Integer) -> new_esEs9(vuu301, vuu3101) 21.10/7.66 new_esEs22(vuu301, vuu3101, ty_Double) -> new_esEs11(vuu301, vuu3101) 21.10/7.66 new_esEs21(vuu300, vuu3100, ty_@0) -> new_esEs13(vuu300, vuu3100) 21.10/7.66 new_esEs24(vuu300, vuu3100, app(ty_Maybe, gd)) -> new_esEs12(vuu300, vuu3100, gd) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, app(ty_Ratio, de)) -> new_esEs15(vuu300, vuu3100, de) 21.10/7.66 new_esEs21(vuu300, vuu3100, ty_Bool) -> new_esEs16(vuu300, vuu3100) 21.10/7.66 new_span2Zs1(vuu18, [], bca) -> [] 21.10/7.66 new_primEqNat0(Succ(vuu3000), Succ(vuu31000)) -> new_primEqNat0(vuu3000, vuu31000) 21.10/7.66 new_esEs5(vuu9, vuu110, app(app(ty_Either, bbe), bbf)) -> new_esEs8(vuu9, vuu110, bbe, bbf) 21.10/7.66 new_esEs4(vuu18, vuu200, app(app(app(ty_@3, bhf), bhg), bhh)) -> new_esEs10(vuu18, vuu200, bhf, bhg, bhh) 21.10/7.66 new_esEs25(vuu301, vuu3101, app(app(app(ty_@3, hc), hd), he)) -> new_esEs10(vuu301, vuu3101, hc, hd, he) 21.10/7.66 new_esEs24(vuu300, vuu3100, ty_Bool) -> new_esEs16(vuu300, vuu3100) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Int) -> new_esEs7(vuu9, vuu110) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, app(app(app(ty_@3, da), db), dc)) -> new_esEs10(vuu300, vuu3100, da, db, dc) 21.10/7.66 new_esEs26(vuu300, vuu3100, ty_Int) -> new_esEs7(vuu300, vuu3100) 21.10/7.66 new_esEs23(vuu302, vuu3102, app(app(ty_@2, bhd), bhe)) -> new_esEs18(vuu302, vuu3102, bhd, bhe) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Double) -> new_esEs11(vuu302, vuu3102) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), app(app(app(ty_@3, ed), ee), ef)) -> new_esEs10(vuu300, vuu3100, ed, ee, ef) 21.10/7.66 new_groupByZs10(vuu18, vuu19, vuu20, False, bca) -> :(vuu19, vuu20) 21.10/7.66 new_esEs28(vuu30, vuu310, ty_Integer) -> new_esEs9(vuu30, vuu310) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Int) -> new_esEs7(vuu302, vuu3102) 21.10/7.66 new_esEs5(vuu9, vuu110, app(ty_Maybe, bbb)) -> new_esEs12(vuu9, vuu110, bbb) 21.10/7.66 new_primMulNat0(Zero, Zero) -> Zero 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), app(app(app(ty_@3, be), bf), bg), bd) -> new_esEs10(vuu300, vuu3100, be, bf, bg) 21.10/7.66 new_esEs4(vuu18, vuu200, ty_Double) -> new_esEs11(vuu18, vuu200) 21.10/7.66 new_esEs24(vuu300, vuu3100, app(app(ty_@2, ha), hb)) -> new_esEs18(vuu300, vuu3100, ha, hb) 21.10/7.66 new_esEs4(vuu18, vuu200, ty_Ordering) -> new_esEs14(vuu18, vuu200) 21.10/7.66 new_esEs4(vuu18, vuu200, app(ty_Maybe, caa)) -> new_esEs12(vuu18, vuu200, caa) 21.10/7.66 new_esEs4(vuu18, vuu200, ty_Int) -> new_esEs7(vuu18, vuu200) 21.10/7.66 new_primEqNat0(Succ(vuu3000), Zero) -> False 21.10/7.66 new_primEqNat0(Zero, Succ(vuu31000)) -> False 21.10/7.66 new_esEs20(vuu300, vuu3100, app(ty_[], bch)) -> new_esEs17(vuu300, vuu3100, bch) 21.10/7.66 new_esEs24(vuu300, vuu3100, ty_Double) -> new_esEs11(vuu300, vuu3100) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Char) -> new_esEs19(vuu300, vuu3100) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), app(app(ty_Either, cc), cd), bd) -> new_esEs8(vuu300, vuu3100, cc, cd) 21.10/7.66 new_esEs9(Integer(vuu300), Integer(vuu3100)) -> new_primEqInt(vuu300, vuu3100) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), app(ty_[], cb), bd) -> new_esEs17(vuu300, vuu3100, cb) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, ty_Integer) -> new_esEs9(vuu300, vuu3100) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, ty_Char) -> new_esEs19(vuu300, vuu3100) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Integer) -> new_esEs9(vuu300, vuu3100) 21.10/7.66 new_esEs24(vuu300, vuu3100, ty_Ordering) -> new_esEs14(vuu300, vuu3100) 21.10/7.66 new_esEs25(vuu301, vuu3101, app(app(ty_@2, bac), bad)) -> new_esEs18(vuu301, vuu3101, bac, bad) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), app(app(ty_Either, fb), fc)) -> new_esEs8(vuu300, vuu3100, fb, fc) 21.10/7.66 new_esEs24(vuu300, vuu3100, ty_Float) -> new_esEs6(vuu300, vuu3100) 21.10/7.66 new_groupByZs10(vuu18, vuu19, vuu20, True, bca) -> new_span2Zs1(vuu18, vuu20, bca) 21.10/7.66 new_esEs20(vuu300, vuu3100, ty_@0) -> new_esEs13(vuu300, vuu3100) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Char) -> new_esEs19(vuu9, vuu110) 21.10/7.66 new_esEs20(vuu300, vuu3100, ty_Bool) -> new_esEs16(vuu300, vuu3100) 21.10/7.66 new_esEs21(vuu300, vuu3100, app(ty_[], bee)) -> new_esEs17(vuu300, vuu3100, bee) 21.10/7.66 new_primEqInt(Neg(Succ(vuu3000)), Neg(Zero)) -> False 21.10/7.66 new_primEqInt(Neg(Zero), Neg(Succ(vuu31000))) -> False 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Bool) -> new_esEs16(vuu301, vuu3101) 21.10/7.66 new_esEs4(vuu18, vuu200, app(app(ty_Either, cad), cae)) -> new_esEs8(vuu18, vuu200, cad, cae) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Float) -> new_esEs6(vuu9, vuu110) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, app(ty_[], df)) -> new_esEs17(vuu300, vuu3100, df) 21.10/7.66 new_primEqInt(Pos(Succ(vuu3000)), Pos(Succ(vuu31000))) -> new_primEqNat0(vuu3000, vuu31000) 21.10/7.66 new_esEs23(vuu302, vuu3102, app(ty_Maybe, bgg)) -> new_esEs12(vuu302, vuu3102, bgg) 21.10/7.66 new_esEs20(vuu300, vuu3100, app(ty_Ratio, bcg)) -> new_esEs15(vuu300, vuu3100, bcg) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Int, bd) -> new_esEs7(vuu300, vuu3100) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Ordering) -> new_esEs14(vuu302, vuu3102) 21.10/7.66 new_esEs28(vuu30, vuu310, ty_Char) -> new_esEs19(vuu30, vuu310) 21.10/7.66 new_esEs7(vuu30, vuu310) -> new_primEqInt(vuu30, vuu310) 21.10/7.66 new_esEs22(vuu301, vuu3101, app(app(ty_Either, bfh), bga)) -> new_esEs8(vuu301, vuu3101, bfh, bga) 21.10/7.66 new_sr(Pos(vuu3000), Neg(vuu31010)) -> Neg(new_primMulNat0(vuu3000, vuu31010)) 21.10/7.66 new_sr(Neg(vuu3000), Pos(vuu31010)) -> Neg(new_primMulNat0(vuu3000, vuu31010)) 21.10/7.66 new_esEs16(True, True) -> True 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Char) -> new_esEs19(vuu302, vuu3102) 21.10/7.66 new_primPlusNat1(Succ(vuu6300), Succ(vuu3101000)) -> Succ(Succ(new_primPlusNat1(vuu6300, vuu3101000))) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Double) -> new_esEs11(vuu9, vuu110) 21.10/7.66 new_primEqInt(Pos(Succ(vuu3000)), Neg(vuu3100)) -> False 21.10/7.66 new_primEqInt(Neg(Succ(vuu3000)), Pos(vuu3100)) -> False 21.10/7.66 new_esEs25(vuu301, vuu3101, app(ty_Ratio, hg)) -> new_esEs15(vuu301, vuu3101, hg) 21.10/7.66 new_esEs28(vuu30, vuu310, app(ty_Maybe, ec)) -> new_esEs12(vuu30, vuu310, ec) 21.10/7.66 new_esEs22(vuu301, vuu3101, ty_Int) -> new_esEs7(vuu301, vuu3101) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Ordering) -> new_esEs14(vuu9, vuu110) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Int) -> new_esEs7(vuu300, vuu3100) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, app(app(ty_Either, dg), dh)) -> new_esEs8(vuu300, vuu3100, dg, dh) 21.10/7.66 new_esEs21(vuu300, vuu3100, app(app(app(ty_@3, bdh), bea), beb)) -> new_esEs10(vuu300, vuu3100, bdh, bea, beb) 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_@0) -> new_esEs13(vuu301, vuu3101) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), app(app(ty_@2, fd), ff)) -> new_esEs18(vuu300, vuu3100, fd, ff) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), app(ty_Maybe, bh), bd) -> new_esEs12(vuu300, vuu3100, bh) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, ty_Int) -> new_esEs7(vuu300, vuu3100) 21.10/7.66 new_esEs28(vuu30, vuu310, ty_Double) -> new_esEs11(vuu30, vuu310) 21.10/7.66 new_esEs21(vuu300, vuu3100, app(app(ty_Either, bef), beg)) -> new_esEs8(vuu300, vuu3100, bef, beg) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Bool, bd) -> new_esEs16(vuu300, vuu3100) 21.10/7.66 new_esEs21(vuu300, vuu3100, app(ty_Maybe, bec)) -> new_esEs12(vuu300, vuu3100, bec) 21.10/7.66 new_esEs22(vuu301, vuu3101, ty_@0) -> new_esEs13(vuu301, vuu3101) 21.10/7.66 new_sr(Neg(vuu3000), Neg(vuu31010)) -> Pos(new_primMulNat0(vuu3000, vuu31010)) 21.10/7.66 new_esEs22(vuu301, vuu3101, app(app(app(ty_@3, bfb), bfc), bfd)) -> new_esEs10(vuu301, vuu3101, bfb, bfc, bfd) 21.10/7.66 new_esEs27(vuu301, vuu3101, ty_Int) -> new_esEs7(vuu301, vuu3101) 21.10/7.66 new_span2Zs00(vuu55, vuu56, vuu57, True, bc) -> new_span2Zs01(vuu55, vuu56, vuu57, new_span2Ys1(vuu55, vuu57, bc), new_span2Zs1(vuu55, vuu57, bc), bc) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), app(ty_Ratio, eh)) -> new_esEs15(vuu300, vuu3100, eh) 21.10/7.66 new_esEs21(vuu300, vuu3100, ty_Char) -> new_esEs19(vuu300, vuu3100) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Bool) -> new_esEs16(vuu300, vuu3100) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Float) -> new_esEs6(vuu302, vuu3102) 21.10/7.66 new_esEs17([], [], bcb) -> True 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, app(ty_Maybe, dd)) -> new_esEs12(vuu300, vuu3100, dd) 21.10/7.66 new_esEs4(vuu18, vuu200, ty_Char) -> new_esEs19(vuu18, vuu200) 21.10/7.66 new_esEs24(vuu300, vuu3100, app(ty_[], gf)) -> new_esEs17(vuu300, vuu3100, gf) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, ty_Bool) -> new_esEs16(vuu300, vuu3100) 21.10/7.66 new_primEqInt(Pos(Zero), Neg(Succ(vuu31000))) -> False 21.10/7.66 new_primEqInt(Neg(Zero), Pos(Succ(vuu31000))) -> False 21.10/7.66 new_esEs20(vuu300, vuu3100, ty_Ordering) -> new_esEs14(vuu300, vuu3100) 21.10/7.66 new_esEs28(vuu30, vuu310, app(app(ty_Either, cg), bd)) -> new_esEs8(vuu30, vuu310, cg, bd) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Integer) -> new_esEs9(vuu9, vuu110) 21.10/7.66 new_esEs22(vuu301, vuu3101, ty_Integer) -> new_esEs9(vuu301, vuu3101) 21.10/7.66 new_span2Zs1(vuu18, :(vuu200, vuu201), bca) -> new_span2Zs00(vuu18, vuu200, vuu201, new_esEs4(vuu18, vuu200, bca), bca) 21.10/7.66 new_esEs23(vuu302, vuu3102, app(app(ty_Either, bhb), bhc)) -> new_esEs8(vuu302, vuu3102, bhb, bhc) 21.10/7.66 new_esEs20(vuu300, vuu3100, ty_Int) -> new_esEs7(vuu300, vuu3100) 21.10/7.66 new_primEqInt(Neg(Succ(vuu3000)), Neg(Succ(vuu31000))) -> new_primEqNat0(vuu3000, vuu31000) 21.10/7.66 new_esEs24(vuu300, vuu3100, ty_@0) -> new_esEs13(vuu300, vuu3100) 21.10/7.66 new_esEs20(vuu300, vuu3100, app(app(ty_@2, bdc), bdd)) -> new_esEs18(vuu300, vuu3100, bdc, bdd) 21.10/7.66 new_primPlusNat0(Succ(vuu630), vuu310100) -> Succ(Succ(new_primPlusNat1(vuu630, vuu310100))) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_@0) -> new_esEs13(vuu9, vuu110) 21.10/7.66 new_esEs20(vuu300, vuu3100, app(app(app(ty_@3, bcc), bcd), bce)) -> new_esEs10(vuu300, vuu3100, bcc, bcd, bce) 21.10/7.66 new_esEs14(LT, GT) -> False 21.10/7.66 new_esEs14(GT, LT) -> False 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, ty_Ordering) -> new_esEs14(vuu300, vuu3100) 21.10/7.66 new_span2Zs00(vuu55, vuu56, vuu57, False, bc) -> :(vuu56, vuu57) 21.10/7.66 new_primPlusNat1(Zero, Zero) -> Zero 21.10/7.66 new_esEs28(vuu30, vuu310, ty_Float) -> new_esEs6(vuu30, vuu310) 21.10/7.66 new_primMulNat0(Succ(vuu30000), Zero) -> Zero 21.10/7.66 new_primMulNat0(Zero, Succ(vuu310100)) -> Zero 21.10/7.66 new_sr(Pos(vuu3000), Pos(vuu31010)) -> Pos(new_primMulNat0(vuu3000, vuu31010)) 21.10/7.66 new_esEs22(vuu301, vuu3101, app(ty_[], bfg)) -> new_esEs17(vuu301, vuu3101, bfg) 21.10/7.66 new_primPlusNat0(Zero, vuu310100) -> Succ(vuu310100) 21.10/7.66 new_esEs24(vuu300, vuu3100, ty_Integer) -> new_esEs9(vuu300, vuu3100) 21.10/7.66 new_esEs17(:(vuu300, vuu301), :(vuu3100, vuu3101), bcb) -> new_asAs(new_esEs20(vuu300, vuu3100, bcb), new_esEs17(vuu301, vuu3101, bcb)) 21.10/7.66 new_esEs4(vuu18, vuu200, ty_Float) -> new_esEs6(vuu18, vuu200) 21.10/7.66 new_esEs13(@0, @0) -> True 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Float) -> new_esEs6(vuu301, vuu3101) 21.10/7.66 new_esEs14(LT, LT) -> True 21.10/7.66 new_esEs6(Float(vuu300, vuu301), Float(vuu3100, vuu3101)) -> new_esEs7(new_sr(vuu300, vuu3101), new_sr(vuu301, vuu3100)) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Char, bd) -> new_esEs19(vuu300, vuu3100) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Ordering) -> new_esEs14(vuu300, vuu3100) 21.10/7.66 new_esEs22(vuu301, vuu3101, ty_Ordering) -> new_esEs14(vuu301, vuu3101) 21.10/7.66 new_esEs14(LT, EQ) -> False 21.10/7.66 new_esEs14(EQ, LT) -> False 21.10/7.66 new_esEs25(vuu301, vuu3101, app(ty_Maybe, hf)) -> new_esEs12(vuu301, vuu3101, hf) 21.10/7.66 new_esEs28(vuu30, vuu310, app(ty_[], bcb)) -> new_esEs17(vuu30, vuu310, bcb) 21.10/7.66 new_esEs22(vuu301, vuu3101, ty_Bool) -> new_esEs16(vuu301, vuu3101) 21.10/7.66 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), app(ty_[], fa)) -> new_esEs17(vuu300, vuu3100, fa) 21.10/7.66 new_esEs28(vuu30, vuu310, app(app(app(ty_@3, bde), bdf), bdg)) -> new_esEs10(vuu30, vuu310, bde, bdf, bdg) 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Ordering) -> new_esEs14(vuu301, vuu3101) 21.10/7.66 new_primMulNat0(Succ(vuu30000), Succ(vuu310100)) -> new_primPlusNat0(new_primMulNat0(vuu30000, Succ(vuu310100)), vuu310100) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Float, bd) -> new_esEs6(vuu300, vuu3100) 21.10/7.66 new_esEs11(Double(vuu300, vuu301), Double(vuu3100, vuu3101)) -> new_esEs7(new_sr(vuu300, vuu3101), new_sr(vuu301, vuu3100)) 21.10/7.66 new_esEs8(Left(vuu300), Right(vuu3100), cg, bd) -> False 21.10/7.66 new_esEs8(Right(vuu300), Left(vuu3100), cg, bd) -> False 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, app(app(ty_@2, ea), eb)) -> new_esEs18(vuu300, vuu3100, ea, eb) 21.10/7.66 new_esEs25(vuu301, vuu3101, app(app(ty_Either, baa), bab)) -> new_esEs8(vuu301, vuu3101, baa, bab) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_@0) -> new_esEs13(vuu300, vuu3100) 21.10/7.66 new_esEs28(vuu30, vuu310, ty_@0) -> new_esEs13(vuu30, vuu310) 21.10/7.66 new_esEs22(vuu301, vuu3101, app(ty_Ratio, bff)) -> new_esEs15(vuu301, vuu3101, bff) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Float) -> new_esEs6(vuu300, vuu3100) 21.10/7.66 new_esEs16(False, False) -> True 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), app(app(ty_@2, ce), cf), bd) -> new_esEs18(vuu300, vuu3100, ce, cf) 21.10/7.66 new_esEs24(vuu300, vuu3100, app(app(ty_Either, gg), gh)) -> new_esEs8(vuu300, vuu3100, gg, gh) 21.10/7.66 new_esEs24(vuu300, vuu3100, ty_Int) -> new_esEs7(vuu300, vuu3100) 21.10/7.66 new_esEs22(vuu301, vuu3101, app(app(ty_@2, bgb), bgc)) -> new_esEs18(vuu301, vuu3101, bgb, bgc) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_@0, bd) -> new_esEs13(vuu300, vuu3100) 21.10/7.66 new_primPlusNat1(Succ(vuu6300), Zero) -> Succ(vuu6300) 21.10/7.66 new_primPlusNat1(Zero, Succ(vuu3101000)) -> Succ(vuu3101000) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Bool) -> new_esEs16(vuu302, vuu3102) 21.10/7.66 new_groupByZs1(vuu30, [], ba) -> [] 21.10/7.66 new_span2Ys01(vuu46, vuu47, vuu48, False, bb) -> [] 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Ordering, bd) -> new_esEs14(vuu300, vuu3100) 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Char) -> new_esEs19(vuu301, vuu3101) 21.10/7.66 new_esEs4(vuu18, vuu200, app(app(ty_@2, caf), cag)) -> new_esEs18(vuu18, vuu200, caf, cag) 21.10/7.66 new_span2Zs01(vuu55, vuu56, vuu57, vuu62, vuu61, bc) -> vuu61 21.10/7.66 new_esEs21(vuu300, vuu3100, app(app(ty_@2, beh), bfa)) -> new_esEs18(vuu300, vuu3100, beh, bfa) 21.10/7.66 new_esEs23(vuu302, vuu3102, app(ty_Ratio, bgh)) -> new_esEs15(vuu302, vuu3102, bgh) 21.10/7.66 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 21.10/7.66 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 21.10/7.66 new_esEs26(vuu300, vuu3100, ty_Integer) -> new_esEs9(vuu300, vuu3100) 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Int) -> new_esEs7(vuu301, vuu3101) 21.10/7.66 new_primEqNat0(Zero, Zero) -> True 21.10/7.66 new_esEs21(vuu300, vuu3100, ty_Double) -> new_esEs11(vuu300, vuu3100) 21.10/7.66 new_esEs20(vuu300, vuu3100, ty_Char) -> new_esEs19(vuu300, vuu3100) 21.10/7.66 new_esEs10(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), bde, bdf, bdg) -> new_asAs(new_esEs21(vuu300, vuu3100, bde), new_asAs(new_esEs22(vuu301, vuu3101, bdf), new_esEs23(vuu302, vuu3102, bdg))) 21.10/7.66 new_esEs4(vuu18, vuu200, ty_Bool) -> new_esEs16(vuu18, vuu200) 21.10/7.66 new_esEs5(vuu9, vuu110, app(app(app(ty_@3, bag), bah), bba)) -> new_esEs10(vuu9, vuu110, bag, bah, bba) 21.10/7.66 new_esEs17(:(vuu300, vuu301), [], bcb) -> False 21.10/7.66 new_esEs17([], :(vuu3100, vuu3101), bcb) -> False 21.10/7.66 new_asAs(False, vuu40) -> False 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Integer) -> new_esEs9(vuu301, vuu3101) 21.10/7.66 new_esEs21(vuu300, vuu3100, ty_Ordering) -> new_esEs14(vuu300, vuu3100) 21.10/7.66 new_esEs28(vuu30, vuu310, app(ty_Ratio, bae)) -> new_esEs15(vuu30, vuu310, bae) 21.10/7.66 new_esEs20(vuu300, vuu3100, ty_Integer) -> new_esEs9(vuu300, vuu3100) 21.10/7.66 new_esEs24(vuu300, vuu3100, app(app(app(ty_@3, ga), gb), gc)) -> new_esEs10(vuu300, vuu3100, ga, gb, gc) 21.10/7.66 new_span2Ys01(vuu46, vuu47, vuu48, True, bb) -> new_span2Ys00(vuu46, vuu47, vuu48, new_span2Ys1(vuu46, vuu48, bb), new_span2Zs1(vuu46, vuu48, bb), bb) 21.10/7.66 new_esEs5(vuu9, vuu110, app(ty_[], bbd)) -> new_esEs17(vuu9, vuu110, bbd) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, ty_@0) -> new_esEs13(vuu300, vuu3100) 21.10/7.66 new_esEs21(vuu300, vuu3100, ty_Float) -> new_esEs6(vuu300, vuu3100) 21.10/7.66 new_esEs20(vuu300, vuu3100, app(ty_Maybe, bcf)) -> new_esEs12(vuu300, vuu3100, bcf) 21.10/7.66 new_esEs16(False, True) -> False 21.10/7.66 new_esEs16(True, False) -> False 21.10/7.66 new_esEs4(vuu18, vuu200, ty_@0) -> new_esEs13(vuu18, vuu200) 21.10/7.66 new_esEs28(vuu30, vuu310, ty_Bool) -> new_esEs16(vuu30, vuu310) 21.10/7.66 new_esEs4(vuu18, vuu200, app(ty_Ratio, cab)) -> new_esEs15(vuu18, vuu200, cab) 21.10/7.66 21.10/7.66 The set Q consists of the following terms: 21.10/7.66 21.10/7.66 new_esEs27(x0, x1, ty_Int) 21.10/7.66 new_esEs20(x0, x1, ty_Int) 21.10/7.66 new_esEs14(EQ, EQ) 21.10/7.66 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.10/7.66 new_esEs24(x0, x1, ty_Ordering) 21.10/7.66 new_esEs8(Left(x0), Left(x1), ty_Bool, x2) 21.10/7.66 new_esEs9(Integer(x0), Integer(x1)) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, ty_Integer) 21.10/7.66 new_esEs28(x0, x1, app(ty_Maybe, x2)) 21.10/7.66 new_esEs24(x0, x1, ty_Float) 21.10/7.66 new_esEs4(x0, x1, ty_Char) 21.10/7.66 new_esEs17(:(x0, x1), :(x2, x3), x4) 21.10/7.66 new_primPlusNat1(Zero, Succ(x0)) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 21.10/7.66 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 21.10/7.66 new_esEs25(x0, x1, ty_Int) 21.10/7.66 new_esEs28(x0, x1, ty_Ordering) 21.10/7.66 new_esEs22(x0, x1, ty_Char) 21.10/7.66 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 21.10/7.66 new_groupByZs10(x0, x1, x2, True, x3) 21.10/7.66 new_primMulNat0(Zero, Zero) 21.10/7.66 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 21.10/7.66 new_primPlusNat1(Zero, Zero) 21.10/7.66 new_esEs17([], [], x0) 21.10/7.66 new_span2Ys01(x0, x1, x2, False, x3) 21.10/7.66 new_esEs12(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 21.10/7.66 new_esEs20(x0, x1, ty_Ordering) 21.10/7.66 new_esEs23(x0, x1, ty_@0) 21.10/7.66 new_esEs5(x0, x1, app(ty_Maybe, x2)) 21.10/7.66 new_esEs21(x0, x1, ty_Int) 21.10/7.66 new_esEs24(x0, x1, app(ty_Maybe, x2)) 21.10/7.66 new_esEs21(x0, x1, app(ty_Maybe, x2)) 21.10/7.66 new_esEs25(x0, x1, ty_Char) 21.10/7.66 new_esEs12(Nothing, Nothing, x0) 21.10/7.66 new_esEs23(x0, x1, app(ty_Maybe, x2)) 21.10/7.66 new_esEs28(x0, x1, ty_Float) 21.10/7.66 new_groupByZs1(x0, [], x1) 21.10/7.66 new_esEs5(x0, x1, ty_Char) 21.10/7.66 new_esEs24(x0, x1, ty_Double) 21.10/7.66 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 21.10/7.66 new_esEs4(x0, x1, app(ty_Ratio, x2)) 21.10/7.66 new_esEs20(x0, x1, ty_Float) 21.10/7.66 new_primPlusNat1(Succ(x0), Zero) 21.10/7.66 new_primEqNat0(Zero, Succ(x0)) 21.10/7.66 new_esEs21(x0, x1, ty_Double) 21.10/7.66 new_span2Zs1(x0, :(x1, x2), x3) 21.10/7.66 new_esEs23(x0, x1, ty_Bool) 21.10/7.66 new_groupByZs1(x0, :(x1, x2), x3) 21.10/7.66 new_primEqInt(Pos(Zero), Pos(Zero)) 21.10/7.66 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 21.10/7.66 new_esEs21(x0, x1, ty_Char) 21.10/7.66 new_esEs12(Just(x0), Just(x1), ty_Float) 21.10/7.66 new_esEs12(Just(x0), Just(x1), ty_Double) 21.10/7.66 new_esEs19(Char(x0), Char(x1)) 21.10/7.66 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 21.10/7.66 new_esEs12(Just(x0), Just(x1), app(ty_Maybe, x2)) 21.10/7.66 new_esEs8(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 21.10/7.66 new_esEs28(x0, x1, ty_Double) 21.10/7.66 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 21.10/7.66 new_esEs21(x0, x1, app(ty_[], x2)) 21.10/7.66 new_esEs28(x0, x1, ty_Char) 21.10/7.66 new_span2Zs1(x0, [], x1) 21.10/7.66 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 21.10/7.66 new_primEqNat0(Succ(x0), Zero) 21.10/7.66 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 21.10/7.66 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, ty_Bool) 21.10/7.66 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 21.10/7.66 new_esEs28(x0, x1, ty_Int) 21.10/7.66 new_esEs23(x0, x1, ty_Char) 21.10/7.66 new_esEs28(x0, x1, app(ty_Ratio, x2)) 21.10/7.66 new_esEs22(x0, x1, app(ty_[], x2)) 21.10/7.66 new_esEs8(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 21.10/7.66 new_esEs12(Just(x0), Just(x1), ty_Ordering) 21.10/7.66 new_primMulNat0(Succ(x0), Succ(x1)) 21.10/7.66 new_primEqInt(Neg(Zero), Neg(Zero)) 21.10/7.66 new_esEs22(x0, x1, app(ty_Maybe, x2)) 21.10/7.66 new_esEs25(x0, x1, app(ty_Maybe, x2)) 21.10/7.66 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.10/7.66 new_esEs12(Just(x0), Nothing, x1) 21.10/7.66 new_esEs22(x0, x1, ty_Float) 21.10/7.66 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 21.10/7.66 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 21.10/7.66 new_esEs4(x0, x1, ty_Float) 21.10/7.66 new_esEs4(x0, x1, ty_Double) 21.10/7.66 new_esEs23(x0, x1, ty_Integer) 21.10/7.66 new_esEs25(x0, x1, ty_@0) 21.10/7.66 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.10/7.66 new_esEs12(Just(x0), Just(x1), app(ty_[], x2)) 21.10/7.66 new_esEs25(x0, x1, app(ty_[], x2)) 21.10/7.66 new_esEs4(x0, x1, ty_@0) 21.10/7.66 new_esEs17([], :(x0, x1), x2) 21.10/7.66 new_esEs8(Left(x0), Right(x1), x2, x3) 21.10/7.66 new_esEs8(Right(x0), Left(x1), x2, x3) 21.10/7.66 new_esEs22(x0, x1, ty_@0) 21.10/7.66 new_esEs24(x0, x1, app(ty_[], x2)) 21.10/7.66 new_esEs22(x0, x1, ty_Double) 21.10/7.66 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 21.10/7.66 new_span2Zs00(x0, x1, x2, False, x3) 21.10/7.66 new_esEs12(Just(x0), Just(x1), ty_Integer) 21.10/7.66 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 21.10/7.66 new_esEs14(EQ, GT) 21.10/7.66 new_esEs14(GT, EQ) 21.10/7.66 new_esEs25(x0, x1, ty_Double) 21.10/7.66 new_esEs20(x0, x1, ty_@0) 21.10/7.66 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, ty_@0) 21.10/7.66 new_esEs26(x0, x1, ty_Int) 21.10/7.66 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.10/7.66 new_esEs4(x0, x1, ty_Bool) 21.10/7.66 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 21.10/7.66 new_esEs22(x0, x1, ty_Int) 21.10/7.66 new_primEqInt(Pos(Zero), Neg(Zero)) 21.10/7.66 new_primEqInt(Neg(Zero), Pos(Zero)) 21.10/7.66 new_esEs20(x0, x1, ty_Bool) 21.10/7.66 new_esEs23(x0, x1, app(ty_[], x2)) 21.10/7.66 new_esEs20(x0, x1, ty_Double) 21.10/7.66 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 21.10/7.66 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 21.10/7.66 new_span2Zs01(x0, x1, x2, x3, x4, x5) 21.10/7.66 new_esEs23(x0, x1, ty_Ordering) 21.10/7.66 new_esEs4(x0, x1, ty_Int) 21.10/7.66 new_esEs12(Just(x0), Just(x1), app(ty_Ratio, x2)) 21.10/7.66 new_span2Ys01(x0, x1, x2, True, x3) 21.10/7.66 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 21.10/7.66 new_esEs16(True, True) 21.10/7.66 new_esEs12(Just(x0), Just(x1), ty_Bool) 21.10/7.66 new_esEs24(x0, x1, ty_Integer) 21.10/7.66 new_esEs5(x0, x1, ty_Integer) 21.10/7.66 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, ty_Float) 21.10/7.66 new_esEs21(x0, x1, ty_Ordering) 21.10/7.66 new_esEs25(x0, x1, ty_Float) 21.10/7.66 new_esEs6(Float(x0, x1), Float(x2, x3)) 21.10/7.66 new_esEs21(x0, x1, ty_Integer) 21.10/7.66 new_groupByZs10(x0, x1, x2, False, x3) 21.10/7.66 new_esEs12(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 21.10/7.66 new_sr(Neg(x0), Neg(x1)) 21.10/7.66 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 21.10/7.66 new_esEs5(x0, x1, ty_Ordering) 21.10/7.66 new_esEs20(x0, x1, ty_Char) 21.10/7.66 new_esEs4(x0, x1, app(ty_[], x2)) 21.10/7.66 new_esEs8(Left(x0), Left(x1), ty_Integer, x2) 21.10/7.66 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 21.10/7.66 new_esEs8(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 21.10/7.66 new_esEs25(x0, x1, ty_Integer) 21.10/7.66 new_esEs24(x0, x1, ty_Bool) 21.10/7.66 new_span2Ys1(x0, :(x1, x2), x3) 21.10/7.66 new_esEs4(x0, x1, app(ty_Maybe, x2)) 21.10/7.66 new_primMulNat0(Succ(x0), Zero) 21.10/7.66 new_esEs24(x0, x1, app(ty_Ratio, x2)) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 21.10/7.66 new_esEs20(x0, x1, ty_Integer) 21.10/7.66 new_esEs21(x0, x1, app(ty_Ratio, x2)) 21.10/7.66 new_esEs8(Left(x0), Left(x1), app(ty_[], x2), x3) 21.10/7.66 new_esEs22(x0, x1, app(ty_Ratio, x2)) 21.10/7.66 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 21.10/7.66 new_esEs8(Left(x0), Left(x1), ty_Double, x2) 21.10/7.66 new_primMulNat0(Zero, Succ(x0)) 21.10/7.66 new_esEs8(Left(x0), Left(x1), ty_Ordering, x2) 21.10/7.66 new_asAs(True, x0) 21.10/7.66 new_esEs7(x0, x1) 21.10/7.66 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 21.10/7.66 new_esEs28(x0, x1, ty_Bool) 21.10/7.66 new_esEs4(x0, x1, ty_Integer) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, ty_Int) 21.10/7.66 new_esEs28(x0, x1, ty_Integer) 21.10/7.66 new_esEs12(Just(x0), Just(x1), ty_Char) 21.10/7.66 new_esEs14(LT, EQ) 21.10/7.66 new_esEs14(EQ, LT) 21.10/7.66 new_esEs12(Just(x0), Just(x1), ty_@0) 21.10/7.66 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.10/7.66 new_esEs25(x0, x1, app(ty_Ratio, x2)) 21.10/7.66 new_esEs28(x0, x1, ty_@0) 21.10/7.66 new_esEs14(GT, GT) 21.10/7.66 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.10/7.66 new_primEqNat0(Succ(x0), Succ(x1)) 21.10/7.66 new_esEs17(:(x0, x1), [], x2) 21.10/7.66 new_esEs23(x0, x1, app(ty_Ratio, x2)) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, ty_Double) 21.10/7.66 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.10/7.66 new_esEs23(x0, x1, ty_Double) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, ty_Char) 21.10/7.66 new_esEs5(x0, x1, app(ty_Ratio, x2)) 21.10/7.66 new_esEs12(Just(x0), Just(x1), ty_Int) 21.10/7.66 new_esEs21(x0, x1, ty_Bool) 21.10/7.66 new_esEs14(LT, GT) 21.10/7.66 new_esEs14(GT, LT) 21.10/7.66 new_esEs25(x0, x1, ty_Bool) 21.10/7.66 new_esEs27(x0, x1, ty_Integer) 21.10/7.66 new_esEs18(@2(x0, x1), @2(x2, x3), x4, x5) 21.10/7.66 new_esEs26(x0, x1, ty_Integer) 21.10/7.66 new_esEs5(x0, x1, ty_Bool) 21.10/7.66 new_primEqNat0(Zero, Zero) 21.10/7.66 new_esEs22(x0, x1, ty_Bool) 21.10/7.66 new_esEs8(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 21.10/7.66 new_esEs22(x0, x1, ty_Ordering) 21.10/7.66 new_esEs15(:%(x0, x1), :%(x2, x3), x4) 21.10/7.66 new_esEs10(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 21.10/7.66 new_esEs4(x0, x1, ty_Ordering) 21.10/7.66 new_esEs5(x0, x1, ty_Float) 21.10/7.66 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 21.10/7.66 new_sr(Pos(x0), Neg(x1)) 21.10/7.66 new_sr(Neg(x0), Pos(x1)) 21.10/7.66 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 21.10/7.66 new_primPlusNat1(Succ(x0), Succ(x1)) 21.10/7.66 new_esEs8(Left(x0), Left(x1), ty_Char, x2) 21.10/7.66 new_esEs16(False, False) 21.10/7.66 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 21.10/7.66 new_primPlusNat0(Succ(x0), x1) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, ty_Ordering) 21.10/7.66 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.10/7.66 new_sr(Pos(x0), Pos(x1)) 21.10/7.66 new_esEs14(LT, LT) 21.10/7.66 new_esEs23(x0, x1, ty_Int) 21.10/7.66 new_esEs12(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 21.10/7.66 new_esEs5(x0, x1, ty_Double) 21.10/7.66 new_esEs16(False, True) 21.10/7.66 new_esEs16(True, False) 21.10/7.66 new_esEs24(x0, x1, ty_Char) 21.10/7.66 new_esEs5(x0, x1, app(ty_[], x2)) 21.10/7.66 new_esEs20(x0, x1, app(ty_Ratio, x2)) 21.10/7.66 new_esEs5(x0, x1, ty_Int) 21.10/7.66 new_span2Ys1(x0, [], x1) 21.10/7.66 new_esEs8(Left(x0), Left(x1), ty_Int, x2) 21.10/7.66 new_primPlusNat0(Zero, x0) 21.10/7.66 new_esEs25(x0, x1, ty_Ordering) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 21.10/7.66 new_esEs24(x0, x1, ty_Int) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, app(ty_[], x3)) 21.10/7.66 new_esEs8(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 21.10/7.66 new_esEs11(Double(x0, x1), Double(x2, x3)) 21.10/7.66 new_esEs12(Nothing, Just(x0), x1) 21.10/7.66 new_esEs21(x0, x1, ty_@0) 21.10/7.66 new_esEs8(Left(x0), Left(x1), ty_@0, x2) 21.10/7.66 new_esEs20(x0, x1, app(ty_Maybe, x2)) 21.10/7.66 new_esEs20(x0, x1, app(ty_[], x2)) 21.10/7.66 new_span2Ys00(x0, x1, x2, x3, x4, x5) 21.10/7.66 new_esEs24(x0, x1, ty_@0) 21.10/7.66 new_esEs28(x0, x1, app(ty_[], x2)) 21.10/7.66 new_esEs13(@0, @0) 21.10/7.66 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 21.10/7.66 new_esEs23(x0, x1, ty_Float) 21.10/7.66 new_esEs8(Left(x0), Left(x1), ty_Float, x2) 21.10/7.66 new_asAs(False, x0) 21.10/7.66 new_span2Zs00(x0, x1, x2, True, x3) 21.10/7.66 new_esEs21(x0, x1, ty_Float) 21.10/7.66 new_esEs5(x0, x1, ty_@0) 21.10/7.66 new_esEs22(x0, x1, ty_Integer) 21.10/7.66 21.10/7.66 We have to consider all minimal (P,Q,R)-chains. 21.10/7.66 ---------------------------------------- 21.10/7.66 21.10/7.66 (12) QDPSizeChangeProof (EQUIVALENT) 21.10/7.66 We used the following order together with the size-change analysis [AAECC05] to show that there are no infinite chains for this DP problem. 21.10/7.66 21.10/7.66 Order:Polynomial interpretation [POLO]: 21.10/7.66 21.10/7.66 POL(:(x_1, x_2)) = 1 + x_2 21.10/7.66 POL(:%(x_1, x_2)) = 0 21.10/7.66 POL(@0) = 0 21.10/7.66 POL(@2(x_1, x_2)) = 0 21.10/7.66 POL(@3(x_1, x_2, x_3)) = 0 21.10/7.66 POL(Char(x_1)) = 0 21.10/7.66 POL(Double(x_1, x_2)) = 0 21.10/7.66 POL(EQ) = 0 21.10/7.66 POL(False) = 0 21.10/7.66 POL(Float(x_1, x_2)) = 0 21.10/7.66 POL(GT) = 0 21.10/7.66 POL(Integer(x_1)) = 0 21.10/7.66 POL(Just(x_1)) = 0 21.10/7.66 POL(LT) = 0 21.10/7.66 POL(Left(x_1)) = 0 21.10/7.66 POL(Neg(x_1)) = 0 21.10/7.66 POL(Nothing) = 0 21.10/7.66 POL(Pos(x_1)) = x_1 21.10/7.66 POL(Right(x_1)) = 0 21.10/7.66 POL(Succ(x_1)) = 1 21.10/7.66 POL(True) = 1 21.10/7.66 POL(Zero) = 0 21.10/7.66 POL([]) = 1 21.10/7.66 POL(app(x_1, x_2)) = x_1 21.10/7.66 POL(new_asAs(x_1, x_2)) = x_2 21.10/7.66 POL(new_esEs10(x_1, x_2, x_3, x_4, x_5)) = 1 21.10/7.66 POL(new_esEs11(x_1, x_2)) = 1 21.10/7.66 POL(new_esEs12(x_1, x_2, x_3)) = 1 21.10/7.66 POL(new_esEs13(x_1, x_2)) = 1 21.10/7.66 POL(new_esEs14(x_1, x_2)) = 1 21.10/7.66 POL(new_esEs15(x_1, x_2, x_3)) = 1 21.10/7.66 POL(new_esEs16(x_1, x_2)) = 1 21.10/7.66 POL(new_esEs17(x_1, x_2, x_3)) = 1 21.10/7.66 POL(new_esEs18(x_1, x_2, x_3, x_4)) = 1 21.10/7.66 POL(new_esEs19(x_1, x_2)) = 1 21.10/7.66 POL(new_esEs20(x_1, x_2, x_3)) = 1 21.10/7.66 POL(new_esEs21(x_1, x_2, x_3)) = x_3 21.10/7.66 POL(new_esEs22(x_1, x_2, x_3)) = x_3 21.10/7.66 POL(new_esEs23(x_1, x_2, x_3)) = 1 21.10/7.66 POL(new_esEs24(x_1, x_2, x_3)) = 1 + x_2 21.10/7.66 POL(new_esEs25(x_1, x_2, x_3)) = 1 21.10/7.66 POL(new_esEs26(x_1, x_2, x_3)) = 1 + x_3 21.10/7.66 POL(new_esEs27(x_1, x_2, x_3)) = 1 21.10/7.66 POL(new_esEs28(x_1, x_2, x_3)) = x_3 21.10/7.66 POL(new_esEs4(x_1, x_2, x_3)) = 1 + x_3 21.10/7.66 POL(new_esEs5(x_1, x_2, x_3)) = 1 21.10/7.66 POL(new_esEs6(x_1, x_2)) = 1 21.10/7.66 POL(new_esEs7(x_1, x_2)) = 1 21.10/7.66 POL(new_esEs8(x_1, x_2, x_3, x_4)) = 1 21.10/7.66 POL(new_esEs9(x_1, x_2)) = 1 21.10/7.66 POL(new_groupByZs1(x_1, x_2, x_3)) = x_2 21.10/7.66 POL(new_groupByZs10(x_1, x_2, x_3, x_4, x_5)) = 1 + x_3 21.10/7.66 POL(new_primEqInt(x_1, x_2)) = 1 21.10/7.66 POL(new_primEqNat0(x_1, x_2)) = 1 21.10/7.66 POL(new_primMulNat0(x_1, x_2)) = 0 21.10/7.66 POL(new_primPlusNat0(x_1, x_2)) = 0 21.10/7.66 POL(new_primPlusNat1(x_1, x_2)) = 0 21.10/7.66 POL(new_span2Ys00(x_1, x_2, x_3, x_4, x_5, x_6)) = 1 + x_4 21.10/7.66 POL(new_span2Ys01(x_1, x_2, x_3, x_4, x_5)) = 1 + x_3 + x_4 + x_5 21.10/7.66 POL(new_span2Ys1(x_1, x_2, x_3)) = 1 + x_2 + x_3 21.10/7.66 POL(new_span2Zs00(x_1, x_2, x_3, x_4, x_5)) = 1 + x_3 21.10/7.66 POL(new_span2Zs01(x_1, x_2, x_3, x_4, x_5, x_6)) = 1 + x_5 21.10/7.66 POL(new_span2Zs1(x_1, x_2, x_3)) = x_2 21.10/7.66 POL(new_sr(x_1, x_2)) = 0 21.10/7.66 POL(ty_@0) = 1 21.10/7.66 POL(ty_@2) = 1 21.10/7.66 POL(ty_@3) = 1 21.10/7.66 POL(ty_Bool) = 1 21.10/7.66 POL(ty_Char) = 1 21.10/7.66 POL(ty_Double) = 1 21.10/7.66 POL(ty_Either) = 1 21.10/7.66 POL(ty_Float) = 1 21.10/7.66 POL(ty_Int) = 1 21.10/7.66 POL(ty_Integer) = 1 21.10/7.66 POL(ty_Maybe) = 1 21.10/7.66 POL(ty_Ordering) = 1 21.10/7.66 POL(ty_Ratio) = 1 21.10/7.66 POL(ty_[]) = 1 21.10/7.66 21.10/7.66 21.10/7.66 21.10/7.66 21.10/7.66 From the DPs we obtained the following set of size-change graphs: 21.10/7.66 *new_groupBy(:(vuu30, vuu31), ba) -> new_groupBy(new_groupByZs1(vuu30, vuu31, ba), ba) (allowed arguments on rhs = {1, 2}) 21.10/7.66 The graph contains the following edges 1 > 1, 2 >= 2 21.10/7.66 21.10/7.66 21.10/7.66 21.10/7.66 We oriented the following set of usable rules [AAECC05,FROCOS05]. 21.10/7.66 21.10/7.66 new_span2Zs1(vuu18, [], bca) -> [] 21.10/7.66 new_span2Zs1(vuu18, :(vuu200, vuu201), bca) -> new_span2Zs00(vuu18, vuu200, vuu201, new_esEs4(vuu18, vuu200, bca), bca) 21.10/7.66 new_span2Zs01(vuu55, vuu56, vuu57, vuu62, vuu61, bc) -> vuu61 21.10/7.66 new_span2Zs00(vuu55, vuu56, vuu57, True, bc) -> new_span2Zs01(vuu55, vuu56, vuu57, new_span2Ys1(vuu55, vuu57, bc), new_span2Zs1(vuu55, vuu57, bc), bc) 21.10/7.66 new_span2Zs00(vuu55, vuu56, vuu57, False, bc) -> :(vuu56, vuu57) 21.10/7.66 new_span2Ys1(vuu9, [], baf) -> [] 21.10/7.66 new_span2Ys1(vuu9, :(vuu110, vuu111), baf) -> new_span2Ys01(vuu9, vuu110, vuu111, new_esEs5(vuu9, vuu110, baf), baf) 21.10/7.66 new_span2Ys01(vuu46, vuu47, vuu48, True, bb) -> new_span2Ys00(vuu46, vuu47, vuu48, new_span2Ys1(vuu46, vuu48, bb), new_span2Zs1(vuu46, vuu48, bb), bb) 21.10/7.66 new_span2Ys01(vuu46, vuu47, vuu48, False, bb) -> [] 21.10/7.66 new_span2Ys00(vuu46, vuu47, vuu48, vuu60, vuu59, bb) -> :(vuu47, vuu60) 21.10/7.66 new_primEqNat0(Zero, Zero) -> True 21.10/7.66 new_primEqNat0(Zero, Succ(vuu31000)) -> False 21.10/7.66 new_primEqNat0(Succ(vuu3000), Zero) -> False 21.10/7.66 new_primEqNat0(Succ(vuu3000), Succ(vuu31000)) -> new_primEqNat0(vuu3000, vuu31000) 21.10/7.66 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 21.10/7.66 new_primEqInt(Pos(Zero), Pos(Succ(vuu31000))) -> False 21.10/7.66 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 21.10/7.66 new_primEqInt(Pos(Zero), Neg(Succ(vuu31000))) -> False 21.10/7.66 new_primEqInt(Pos(Succ(vuu3000)), Pos(Zero)) -> False 21.10/7.66 new_primEqInt(Pos(Succ(vuu3000)), Pos(Succ(vuu31000))) -> new_primEqNat0(vuu3000, vuu31000) 21.10/7.66 new_primEqInt(Pos(Succ(vuu3000)), Neg(vuu3100)) -> False 21.10/7.66 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 21.10/7.66 new_primEqInt(Neg(Zero), Pos(Succ(vuu31000))) -> False 21.10/7.66 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 21.10/7.66 new_primEqInt(Neg(Zero), Neg(Succ(vuu31000))) -> False 21.10/7.66 new_primEqInt(Neg(Succ(vuu3000)), Pos(vuu3100)) -> False 21.10/7.66 new_primEqInt(Neg(Succ(vuu3000)), Neg(Zero)) -> False 21.10/7.66 new_primEqInt(Neg(Succ(vuu3000)), Neg(Succ(vuu31000))) -> new_primEqNat0(vuu3000, vuu31000) 21.10/7.66 new_groupByZs10(vuu18, vuu19, vuu20, True, bca) -> new_span2Zs1(vuu18, vuu20, bca) 21.10/7.66 new_groupByZs10(vuu18, vuu19, vuu20, False, bca) -> :(vuu19, vuu20) 21.10/7.66 new_groupByZs1(vuu30, [], ba) -> [] 21.10/7.66 new_groupByZs1(vuu30, :(vuu310, vuu311), ba) -> new_groupByZs10(vuu30, vuu310, vuu311, new_esEs28(vuu30, vuu310, ba), ba) 21.10/7.66 new_esEs9(Integer(vuu300), Integer(vuu3100)) -> new_primEqInt(vuu300, vuu3100) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, ty_Ordering) -> new_esEs14(vuu300, vuu3100) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, ty_Integer) -> new_esEs9(vuu300, vuu3100) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, ty_Int) -> new_esEs7(vuu300, vuu3100) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, ty_Float) -> new_esEs6(vuu300, vuu3100) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, ty_Double) -> new_esEs11(vuu300, vuu3100) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, ty_Char) -> new_esEs19(vuu300, vuu3100) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, ty_Bool) -> new_esEs16(vuu300, vuu3100) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, ty_@0) -> new_esEs13(vuu300, vuu3100) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, app(ty_[], df)) -> new_esEs17(vuu300, vuu3100, df) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, app(ty_Ratio, de)) -> new_esEs15(vuu300, vuu3100, de) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, app(ty_Maybe, dd)) -> new_esEs12(vuu300, vuu3100, dd) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, app(app(ty_Either, dg), dh)) -> new_esEs8(vuu300, vuu3100, dg, dh) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, app(app(ty_@2, ea), eb)) -> new_esEs18(vuu300, vuu3100, ea, eb) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), cg, app(app(app(ty_@3, da), db), dc)) -> new_esEs10(vuu300, vuu3100, da, db, dc) 21.10/7.66 new_esEs8(Right(vuu300), Left(vuu3100), cg, bd) -> False 21.10/7.66 new_esEs8(Left(vuu300), Right(vuu3100), cg, bd) -> False 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Ordering, bd) -> new_esEs14(vuu300, vuu3100) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Integer, bd) -> new_esEs9(vuu300, vuu3100) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Int, bd) -> new_esEs7(vuu300, vuu3100) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Float, bd) -> new_esEs6(vuu300, vuu3100) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Double, bd) -> new_esEs11(vuu300, vuu3100) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Char, bd) -> new_esEs19(vuu300, vuu3100) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Bool, bd) -> new_esEs16(vuu300, vuu3100) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_@0, bd) -> new_esEs13(vuu300, vuu3100) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), app(ty_[], cb), bd) -> new_esEs17(vuu300, vuu3100, cb) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), app(ty_Ratio, ca), bd) -> new_esEs15(vuu300, vuu3100, ca) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), app(ty_Maybe, bh), bd) -> new_esEs12(vuu300, vuu3100, bh) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), app(app(ty_Either, cc), cd), bd) -> new_esEs8(vuu300, vuu3100, cc, cd) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), app(app(ty_@2, ce), cf), bd) -> new_esEs18(vuu300, vuu3100, ce, cf) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), app(app(app(ty_@3, be), bf), bg), bd) -> new_esEs10(vuu300, vuu3100, be, bf, bg) 21.10/7.66 new_esEs7(vuu30, vuu310) -> new_primEqInt(vuu30, vuu310) 21.10/7.66 new_esEs6(Float(vuu300, vuu301), Float(vuu3100, vuu3101)) -> new_esEs7(new_sr(vuu300, vuu3101), new_sr(vuu301, vuu3100)) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Ordering) -> new_esEs14(vuu9, vuu110) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Integer) -> new_esEs9(vuu9, vuu110) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Int) -> new_esEs7(vuu9, vuu110) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Float) -> new_esEs6(vuu9, vuu110) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Double) -> new_esEs11(vuu9, vuu110) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Char) -> new_esEs19(vuu9, vuu110) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Bool) -> new_esEs16(vuu9, vuu110) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_@0) -> new_esEs13(vuu9, vuu110) 21.10/7.66 new_esEs5(vuu9, vuu110, app(ty_[], bbd)) -> new_esEs17(vuu9, vuu110, bbd) 21.10/7.66 new_esEs5(vuu9, vuu110, app(ty_Ratio, bbc)) -> new_esEs15(vuu9, vuu110, bbc) 21.10/7.66 new_esEs5(vuu9, vuu110, app(ty_Maybe, bbb)) -> new_esEs12(vuu9, vuu110, bbb) 21.10/7.66 new_esEs5(vuu9, vuu110, app(app(ty_Either, bbe), bbf)) -> new_esEs8(vuu9, vuu110, bbe, bbf) 21.10/7.66 new_esEs5(vuu9, vuu110, app(app(ty_@2, bbg), bbh)) -> new_esEs18(vuu9, vuu110, bbg, bbh) 21.10/7.66 new_esEs5(vuu9, vuu110, app(app(app(ty_@3, bag), bah), bba)) -> new_esEs10(vuu9, vuu110, bag, bah, bba) 21.10/7.66 new_esEs27(vuu301, vuu3101, ty_Integer) -> new_esEs9(vuu301, vuu3101) 21.10/7.66 new_esEs27(vuu301, vuu3101, ty_Int) -> new_esEs7(vuu301, vuu3101) 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Ordering) -> new_esEs14(vuu301, vuu3101) 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Integer) -> new_esEs9(vuu301, vuu3101) 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Int) -> new_esEs7(vuu301, vuu3101) 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Float) -> new_esEs6(vuu301, vuu3101) 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Double) -> new_esEs11(vuu301, vuu3101) 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Char) -> new_esEs19(vuu301, vuu3101) 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Bool) -> new_esEs16(vuu301, vuu3101) 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_@0) -> new_esEs13(vuu301, vuu3101) 21.10/7.66 new_esEs25(vuu301, vuu3101, app(ty_[], hh)) -> new_esEs17(vuu301, vuu3101, hh) 21.10/7.66 new_esEs25(vuu301, vuu3101, app(ty_Ratio, hg)) -> new_esEs15(vuu301, vuu3101, hg) 21.10/7.66 new_esEs25(vuu301, vuu3101, app(ty_Maybe, hf)) -> new_esEs12(vuu301, vuu3101, hf) 21.10/7.66 new_esEs25(vuu301, vuu3101, app(app(ty_Either, baa), bab)) -> new_esEs8(vuu301, vuu3101, baa, bab) 21.10/7.66 new_esEs25(vuu301, vuu3101, app(app(ty_@2, bac), bad)) -> new_esEs18(vuu301, vuu3101, bac, bad) 21.10/7.66 new_esEs25(vuu301, vuu3101, app(app(app(ty_@3, hc), hd), he)) -> new_esEs10(vuu301, vuu3101, hc, hd, he) 21.10/7.66 new_esEs24(vuu300, vuu3100, app(ty_[], gf)) -> new_esEs17(vuu300, vuu3100, gf) 21.10/7.66 new_esEs24(vuu300, vuu3100, app(ty_Maybe, gd)) -> new_esEs12(vuu300, vuu3100, gd) 21.10/7.66 new_esEs24(vuu300, vuu3100, app(app(ty_Either, gg), gh)) -> new_esEs8(vuu300, vuu3100, gg, gh) 21.10/7.66 new_esEs24(vuu300, vuu3100, app(app(ty_@2, ha), hb)) -> new_esEs18(vuu300, vuu3100, ha, hb) 21.10/7.66 new_esEs24(vuu300, vuu3100, app(app(app(ty_@3, ga), gb), gc)) -> new_esEs10(vuu300, vuu3100, ga, gb, gc) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Ordering) -> new_esEs14(vuu302, vuu3102) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Integer) -> new_esEs9(vuu302, vuu3102) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Int) -> new_esEs7(vuu302, vuu3102) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Float) -> new_esEs6(vuu302, vuu3102) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Double) -> new_esEs11(vuu302, vuu3102) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Char) -> new_esEs19(vuu302, vuu3102) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Bool) -> new_esEs16(vuu302, vuu3102) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_@0) -> new_esEs13(vuu302, vuu3102) 21.10/7.66 new_esEs23(vuu302, vuu3102, app(ty_[], bha)) -> new_esEs17(vuu302, vuu3102, bha) 21.10/7.66 new_esEs23(vuu302, vuu3102, app(ty_Ratio, bgh)) -> new_esEs15(vuu302, vuu3102, bgh) 21.10/7.66 new_esEs23(vuu302, vuu3102, app(ty_Maybe, bgg)) -> new_esEs12(vuu302, vuu3102, bgg) 21.10/7.66 new_esEs23(vuu302, vuu3102, app(app(ty_Either, bhb), bhc)) -> new_esEs8(vuu302, vuu3102, bhb, bhc) 21.10/7.66 new_esEs23(vuu302, vuu3102, app(app(ty_@2, bhd), bhe)) -> new_esEs18(vuu302, vuu3102, bhd, bhe) 21.10/7.66 new_esEs23(vuu302, vuu3102, app(app(app(ty_@3, bgd), bge), bgf)) -> new_esEs10(vuu302, vuu3102, bgd, bge, bgf) 21.10/7.66 new_esEs22(vuu301, vuu3101, app(ty_[], bfg)) -> new_esEs17(vuu301, vuu3101, bfg) 21.10/7.66 new_esEs22(vuu301, vuu3101, app(ty_Maybe, bfe)) -> new_esEs12(vuu301, vuu3101, bfe) 21.10/7.66 new_esEs22(vuu301, vuu3101, app(app(ty_Either, bfh), bga)) -> new_esEs8(vuu301, vuu3101, bfh, bga) 21.10/7.66 new_esEs22(vuu301, vuu3101, app(app(ty_@2, bgb), bgc)) -> new_esEs18(vuu301, vuu3101, bgb, bgc) 21.10/7.66 new_esEs22(vuu301, vuu3101, app(app(app(ty_@3, bfb), bfc), bfd)) -> new_esEs10(vuu301, vuu3101, bfb, bfc, bfd) 21.10/7.66 new_esEs21(vuu300, vuu3100, app(ty_[], bee)) -> new_esEs17(vuu300, vuu3100, bee) 21.10/7.66 new_esEs21(vuu300, vuu3100, app(ty_Maybe, bec)) -> new_esEs12(vuu300, vuu3100, bec) 21.10/7.66 new_esEs21(vuu300, vuu3100, app(app(ty_Either, bef), beg)) -> new_esEs8(vuu300, vuu3100, bef, beg) 21.10/7.66 new_esEs21(vuu300, vuu3100, app(app(ty_@2, beh), bfa)) -> new_esEs18(vuu300, vuu3100, beh, bfa) 21.10/7.66 new_esEs21(vuu300, vuu3100, app(app(app(ty_@3, bdh), bea), beb)) -> new_esEs10(vuu300, vuu3100, bdh, bea, beb) 21.10/7.66 new_esEs20(vuu300, vuu3100, app(ty_[], bch)) -> new_esEs17(vuu300, vuu3100, bch) 21.10/7.66 new_esEs20(vuu300, vuu3100, app(ty_Maybe, bcf)) -> new_esEs12(vuu300, vuu3100, bcf) 21.10/7.66 new_esEs20(vuu300, vuu3100, app(app(ty_Either, bda), bdb)) -> new_esEs8(vuu300, vuu3100, bda, bdb) 21.10/7.66 new_esEs20(vuu300, vuu3100, app(app(ty_@2, bdc), bdd)) -> new_esEs18(vuu300, vuu3100, bdc, bdd) 21.10/7.66 new_esEs20(vuu300, vuu3100, app(app(app(ty_@3, bcc), bcd), bce)) -> new_esEs10(vuu300, vuu3100, bcc, bcd, bce) 21.10/7.66 new_esEs19(Char(vuu300), Char(vuu3100)) -> new_primEqNat0(vuu300, vuu3100) 21.10/7.66 new_esEs18(@2(vuu300, vuu301), @2(vuu3100, vuu3101), fg, fh) -> new_asAs(new_esEs24(vuu300, vuu3100, fg), new_esEs25(vuu301, vuu3101, fh)) 21.10/7.66 new_esEs17([], [], bcb) -> True 21.10/7.66 new_esEs17([], :(vuu3100, vuu3101), bcb) -> False 21.10/7.66 new_esEs17(:(vuu300, vuu301), [], bcb) -> False 21.10/7.66 new_esEs17(:(vuu300, vuu301), :(vuu3100, vuu3101), bcb) -> new_asAs(new_esEs20(vuu300, vuu3100, bcb), new_esEs17(vuu301, vuu3101, bcb)) 21.10/7.66 new_esEs16(True, True) -> True 21.10/7.66 new_esEs16(True, False) -> False 21.10/7.66 new_esEs16(False, True) -> False 21.10/7.66 new_esEs16(False, False) -> True 21.10/7.66 new_esEs15(:%(vuu300, vuu301), :%(vuu3100, vuu3101), bae) -> new_asAs(new_esEs26(vuu300, vuu3100, bae), new_esEs27(vuu301, vuu3101, bae)) 21.10/7.66 new_esEs14(LT, LT) -> True 21.10/7.66 new_esEs14(LT, GT) -> False 21.10/7.66 new_esEs14(LT, EQ) -> False 21.10/7.66 new_esEs14(GT, LT) -> False 21.10/7.66 new_esEs14(GT, GT) -> True 21.10/7.66 new_esEs14(GT, EQ) -> False 21.10/7.66 new_esEs14(EQ, LT) -> False 21.10/7.66 new_esEs14(EQ, GT) -> False 21.10/7.66 new_esEs14(EQ, EQ) -> True 21.10/7.66 new_esEs13(@0, @0) -> True 21.10/7.66 new_esEs12(Nothing, Nothing, ec) -> True 21.10/7.66 new_esEs12(Nothing, Just(vuu3100), ec) -> False 21.10/7.66 new_esEs12(Just(vuu300), Nothing, ec) -> False 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Ordering) -> new_esEs14(vuu300, vuu3100) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Integer) -> new_esEs9(vuu300, vuu3100) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Int) -> new_esEs7(vuu300, vuu3100) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Float) -> new_esEs6(vuu300, vuu3100) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Double) -> new_esEs11(vuu300, vuu3100) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Char) -> new_esEs19(vuu300, vuu3100) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Bool) -> new_esEs16(vuu300, vuu3100) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_@0) -> new_esEs13(vuu300, vuu3100) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), app(ty_[], fa)) -> new_esEs17(vuu300, vuu3100, fa) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), app(ty_Ratio, eh)) -> new_esEs15(vuu300, vuu3100, eh) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), app(ty_Maybe, eg)) -> new_esEs12(vuu300, vuu3100, eg) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), app(app(ty_Either, fb), fc)) -> new_esEs8(vuu300, vuu3100, fb, fc) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), app(app(ty_@2, fd), ff)) -> new_esEs18(vuu300, vuu3100, fd, ff) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), app(app(app(ty_@3, ed), ee), ef)) -> new_esEs10(vuu300, vuu3100, ed, ee, ef) 21.10/7.66 new_esEs11(Double(vuu300, vuu301), Double(vuu3100, vuu3101)) -> new_esEs7(new_sr(vuu300, vuu3101), new_sr(vuu301, vuu3100)) 21.10/7.66 new_esEs10(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), bde, bdf, bdg) -> new_asAs(new_esEs21(vuu300, vuu3100, bde), new_asAs(new_esEs22(vuu301, vuu3101, bdf), new_esEs23(vuu302, vuu3102, bdg))) 21.10/7.66 new_asAs(True, vuu40) -> vuu40 21.10/7.66 new_asAs(False, vuu40) -> False 21.10/7.66 21.10/7.66 ---------------------------------------- 21.10/7.66 21.10/7.66 (13) 21.10/7.66 YES 21.10/7.66 21.10/7.66 ---------------------------------------- 21.10/7.66 21.10/7.66 (14) 21.10/7.66 Obligation: 21.10/7.66 Q DP problem: 21.10/7.66 The TRS P consists of the following rules: 21.10/7.66 21.10/7.66 new_esEs2(Left(vuu300), Left(vuu3100), app(app(ty_@2, bad), bae), hg) -> new_esEs3(vuu300, vuu3100, bad, bae) 21.10/7.66 new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), cd, bd, app(ty_[], ec)) -> new_esEs1(vuu302, vuu3102, ec) 21.10/7.66 new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), cd, bd, app(app(ty_@2, ef), eg)) -> new_esEs3(vuu302, vuu3102, ef, eg) 21.10/7.66 new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), app(app(ty_@2, cb), cc), bd, be) -> new_esEs3(vuu300, vuu3100, cb, cc) 21.10/7.66 new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), cd, bd, app(app(app(ty_@3, dg), dh), ea)) -> new_esEs(vuu302, vuu3102, dg, dh, ea) 21.10/7.66 new_esEs3(@2(vuu300, vuu301), @2(vuu3100, vuu3101), app(ty_Maybe, bcd), bcc) -> new_esEs0(vuu300, vuu3100, bcd) 21.10/7.66 new_esEs2(Right(vuu300), Right(vuu3100), baf, app(app(ty_Either, bbd), bbe)) -> new_esEs2(vuu300, vuu3100, bbd, bbe) 21.10/7.66 new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), app(ty_[], bg), bd, be) -> new_esEs1(vuu300, vuu3100, bg) 21.10/7.66 new_esEs3(@2(vuu300, vuu301), @2(vuu3100, vuu3101), bdb, app(app(ty_Either, bdh), bea)) -> new_esEs2(vuu301, vuu3101, bdh, bea) 21.10/7.66 new_esEs1(:(vuu300, vuu301), :(vuu3100, vuu3101), app(ty_Maybe, ge)) -> new_esEs0(vuu300, vuu3100, ge) 21.10/7.66 new_esEs2(Left(vuu300), Left(vuu3100), app(ty_[], baa), hg) -> new_esEs1(vuu300, vuu3100, baa) 21.10/7.66 new_esEs2(Right(vuu300), Right(vuu3100), baf, app(app(app(ty_@3, bag), bah), bba)) -> new_esEs(vuu300, vuu3100, bag, bah, bba) 21.10/7.66 new_esEs3(@2(vuu300, vuu301), @2(vuu3100, vuu3101), bdb, app(ty_Maybe, bdf)) -> new_esEs0(vuu301, vuu3101, bdf) 21.10/7.66 new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), cd, app(ty_[], db), be) -> new_esEs1(vuu301, vuu3101, db) 21.10/7.66 new_esEs0(Just(vuu300), Just(vuu3100), app(app(ty_Either, ff), fg)) -> new_esEs2(vuu300, vuu3100, ff, fg) 21.10/7.66 new_esEs1(:(vuu300, vuu301), :(vuu3100, vuu3101), app(app(app(ty_@3, gb), gc), gd)) -> new_esEs(vuu300, vuu3100, gb, gc, gd) 21.10/7.66 new_esEs2(Left(vuu300), Left(vuu3100), app(ty_Maybe, hh), hg) -> new_esEs0(vuu300, vuu3100, hh) 21.10/7.66 new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), app(ty_Maybe, bf), bd, be) -> new_esEs0(vuu300, vuu3100, bf) 21.10/7.66 new_esEs1(:(vuu300, vuu301), :(vuu3100, vuu3101), app(app(ty_Either, gg), gh)) -> new_esEs2(vuu300, vuu3100, gg, gh) 21.10/7.66 new_esEs3(@2(vuu300, vuu301), @2(vuu3100, vuu3101), app(app(ty_Either, bcf), bcg), bcc) -> new_esEs2(vuu300, vuu3100, bcf, bcg) 21.10/7.66 new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), cd, app(ty_Maybe, da), be) -> new_esEs0(vuu301, vuu3101, da) 21.10/7.66 new_esEs3(@2(vuu300, vuu301), @2(vuu3100, vuu3101), bdb, app(app(app(ty_@3, bdc), bdd), bde)) -> new_esEs(vuu301, vuu3101, bdc, bdd, bde) 21.10/7.66 new_esEs3(@2(vuu300, vuu301), @2(vuu3100, vuu3101), bdb, app(app(ty_@2, beb), bec)) -> new_esEs3(vuu301, vuu3101, beb, bec) 21.10/7.66 new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), cd, app(app(app(ty_@3, ce), cf), cg), be) -> new_esEs(vuu301, vuu3101, ce, cf, cg) 21.10/7.66 new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), cd, bd, app(ty_Maybe, eb)) -> new_esEs0(vuu302, vuu3102, eb) 21.10/7.66 new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), cd, bd, app(app(ty_Either, ed), ee)) -> new_esEs2(vuu302, vuu3102, ed, ee) 21.10/7.66 new_esEs2(Left(vuu300), Left(vuu3100), app(app(ty_Either, bab), bac), hg) -> new_esEs2(vuu300, vuu3100, bab, bac) 21.10/7.66 new_esEs3(@2(vuu300, vuu301), @2(vuu3100, vuu3101), bdb, app(ty_[], bdg)) -> new_esEs1(vuu301, vuu3101, bdg) 21.10/7.66 new_esEs2(Right(vuu300), Right(vuu3100), baf, app(ty_[], bbc)) -> new_esEs1(vuu300, vuu3100, bbc) 21.10/7.66 new_esEs3(@2(vuu300, vuu301), @2(vuu3100, vuu3101), app(app(app(ty_@3, bbh), bca), bcb), bcc) -> new_esEs(vuu300, vuu3100, bbh, bca, bcb) 21.10/7.66 new_esEs3(@2(vuu300, vuu301), @2(vuu3100, vuu3101), app(app(ty_@2, bch), bda), bcc) -> new_esEs3(vuu300, vuu3100, bch, bda) 21.10/7.66 new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), cd, app(app(ty_Either, dc), dd), be) -> new_esEs2(vuu301, vuu3101, dc, dd) 21.10/7.66 new_esEs1(:(vuu300, vuu301), :(vuu3100, vuu3101), hc) -> new_esEs1(vuu301, vuu3101, hc) 21.10/7.66 new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), app(app(app(ty_@3, ba), bb), bc), bd, be) -> new_esEs(vuu300, vuu3100, ba, bb, bc) 21.10/7.66 new_esEs2(Right(vuu300), Right(vuu3100), baf, app(app(ty_@2, bbf), bbg)) -> new_esEs3(vuu300, vuu3100, bbf, bbg) 21.10/7.66 new_esEs1(:(vuu300, vuu301), :(vuu3100, vuu3101), app(ty_[], gf)) -> new_esEs1(vuu300, vuu3100, gf) 21.10/7.66 new_esEs2(Left(vuu300), Left(vuu3100), app(app(app(ty_@3, hd), he), hf), hg) -> new_esEs(vuu300, vuu3100, hd, he, hf) 21.10/7.66 new_esEs1(:(vuu300, vuu301), :(vuu3100, vuu3101), app(app(ty_@2, ha), hb)) -> new_esEs3(vuu300, vuu3100, ha, hb) 21.10/7.66 new_esEs0(Just(vuu300), Just(vuu3100), app(app(ty_@2, fh), ga)) -> new_esEs3(vuu300, vuu3100, fh, ga) 21.10/7.66 new_esEs0(Just(vuu300), Just(vuu3100), app(ty_Maybe, fc)) -> new_esEs0(vuu300, vuu3100, fc) 21.10/7.66 new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), app(app(ty_Either, bh), ca), bd, be) -> new_esEs2(vuu300, vuu3100, bh, ca) 21.10/7.66 new_esEs2(Right(vuu300), Right(vuu3100), baf, app(ty_Maybe, bbb)) -> new_esEs0(vuu300, vuu3100, bbb) 21.10/7.66 new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), cd, app(app(ty_@2, de), df), be) -> new_esEs3(vuu301, vuu3101, de, df) 21.10/7.66 new_esEs0(Just(vuu300), Just(vuu3100), app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vuu300, vuu3100, eh, fa, fb) 21.10/7.66 new_esEs3(@2(vuu300, vuu301), @2(vuu3100, vuu3101), app(ty_[], bce), bcc) -> new_esEs1(vuu300, vuu3100, bce) 21.10/7.66 new_esEs0(Just(vuu300), Just(vuu3100), app(ty_[], fd)) -> new_esEs1(vuu300, vuu3100, fd) 21.10/7.66 21.10/7.66 R is empty. 21.10/7.66 Q is empty. 21.10/7.66 We have to consider all minimal (P,Q,R)-chains. 21.10/7.66 ---------------------------------------- 21.10/7.66 21.10/7.66 (15) QDPSizeChangeProof (EQUIVALENT) 21.10/7.66 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 21.10/7.66 21.10/7.66 From the DPs we obtained the following set of size-change graphs: 21.10/7.66 *new_esEs1(:(vuu300, vuu301), :(vuu3100, vuu3101), app(app(ty_Either, gg), gh)) -> new_esEs2(vuu300, vuu3100, gg, gh) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs1(:(vuu300, vuu301), :(vuu3100, vuu3101), app(app(app(ty_@3, gb), gc), gd)) -> new_esEs(vuu300, vuu3100, gb, gc, gd) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs0(Just(vuu300), Just(vuu3100), app(app(ty_Either, ff), fg)) -> new_esEs2(vuu300, vuu3100, ff, fg) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs1(:(vuu300, vuu301), :(vuu3100, vuu3101), app(app(ty_@2, ha), hb)) -> new_esEs3(vuu300, vuu3100, ha, hb) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs0(Just(vuu300), Just(vuu3100), app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vuu300, vuu3100, eh, fa, fb) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs0(Just(vuu300), Just(vuu3100), app(app(ty_@2, fh), ga)) -> new_esEs3(vuu300, vuu3100, fh, ga) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs1(:(vuu300, vuu301), :(vuu3100, vuu3101), app(ty_Maybe, ge)) -> new_esEs0(vuu300, vuu3100, ge) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs0(Just(vuu300), Just(vuu3100), app(ty_[], fd)) -> new_esEs1(vuu300, vuu3100, fd) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs0(Just(vuu300), Just(vuu3100), app(ty_Maybe, fc)) -> new_esEs0(vuu300, vuu3100, fc) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs3(@2(vuu300, vuu301), @2(vuu3100, vuu3101), bdb, app(app(ty_Either, bdh), bea)) -> new_esEs2(vuu301, vuu3101, bdh, bea) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs3(@2(vuu300, vuu301), @2(vuu3100, vuu3101), app(app(ty_Either, bcf), bcg), bcc) -> new_esEs2(vuu300, vuu3100, bcf, bcg) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs3(@2(vuu300, vuu301), @2(vuu3100, vuu3101), bdb, app(app(app(ty_@3, bdc), bdd), bde)) -> new_esEs(vuu301, vuu3101, bdc, bdd, bde) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs3(@2(vuu300, vuu301), @2(vuu3100, vuu3101), app(app(app(ty_@3, bbh), bca), bcb), bcc) -> new_esEs(vuu300, vuu3100, bbh, bca, bcb) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs3(@2(vuu300, vuu301), @2(vuu3100, vuu3101), bdb, app(app(ty_@2, beb), bec)) -> new_esEs3(vuu301, vuu3101, beb, bec) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs3(@2(vuu300, vuu301), @2(vuu3100, vuu3101), app(app(ty_@2, bch), bda), bcc) -> new_esEs3(vuu300, vuu3100, bch, bda) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs3(@2(vuu300, vuu301), @2(vuu3100, vuu3101), bdb, app(ty_[], bdg)) -> new_esEs1(vuu301, vuu3101, bdg) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs3(@2(vuu300, vuu301), @2(vuu3100, vuu3101), app(ty_[], bce), bcc) -> new_esEs1(vuu300, vuu3100, bce) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs3(@2(vuu300, vuu301), @2(vuu3100, vuu3101), app(ty_Maybe, bcd), bcc) -> new_esEs0(vuu300, vuu3100, bcd) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs3(@2(vuu300, vuu301), @2(vuu3100, vuu3101), bdb, app(ty_Maybe, bdf)) -> new_esEs0(vuu301, vuu3101, bdf) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), cd, bd, app(app(ty_Either, ed), ee)) -> new_esEs2(vuu302, vuu3102, ed, ee) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), cd, app(app(ty_Either, dc), dd), be) -> new_esEs2(vuu301, vuu3101, dc, dd) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), app(app(ty_Either, bh), ca), bd, be) -> new_esEs2(vuu300, vuu3100, bh, ca) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs2(Right(vuu300), Right(vuu3100), baf, app(app(ty_Either, bbd), bbe)) -> new_esEs2(vuu300, vuu3100, bbd, bbe) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs2(Left(vuu300), Left(vuu3100), app(app(ty_Either, bab), bac), hg) -> new_esEs2(vuu300, vuu3100, bab, bac) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs1(:(vuu300, vuu301), :(vuu3100, vuu3101), hc) -> new_esEs1(vuu301, vuu3101, hc) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs1(:(vuu300, vuu301), :(vuu3100, vuu3101), app(ty_[], gf)) -> new_esEs1(vuu300, vuu3100, gf) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), cd, bd, app(app(app(ty_@3, dg), dh), ea)) -> new_esEs(vuu302, vuu3102, dg, dh, ea) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), cd, app(app(app(ty_@3, ce), cf), cg), be) -> new_esEs(vuu301, vuu3101, ce, cf, cg) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), app(app(app(ty_@3, ba), bb), bc), bd, be) -> new_esEs(vuu300, vuu3100, ba, bb, bc) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs2(Right(vuu300), Right(vuu3100), baf, app(app(app(ty_@3, bag), bah), bba)) -> new_esEs(vuu300, vuu3100, bag, bah, bba) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs2(Left(vuu300), Left(vuu3100), app(app(app(ty_@3, hd), he), hf), hg) -> new_esEs(vuu300, vuu3100, hd, he, hf) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), cd, bd, app(app(ty_@2, ef), eg)) -> new_esEs3(vuu302, vuu3102, ef, eg) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), app(app(ty_@2, cb), cc), bd, be) -> new_esEs3(vuu300, vuu3100, cb, cc) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), cd, app(app(ty_@2, de), df), be) -> new_esEs3(vuu301, vuu3101, de, df) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), cd, bd, app(ty_[], ec)) -> new_esEs1(vuu302, vuu3102, ec) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), app(ty_[], bg), bd, be) -> new_esEs1(vuu300, vuu3100, bg) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), cd, app(ty_[], db), be) -> new_esEs1(vuu301, vuu3101, db) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), app(ty_Maybe, bf), bd, be) -> new_esEs0(vuu300, vuu3100, bf) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), cd, app(ty_Maybe, da), be) -> new_esEs0(vuu301, vuu3101, da) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), cd, bd, app(ty_Maybe, eb)) -> new_esEs0(vuu302, vuu3102, eb) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs2(Left(vuu300), Left(vuu3100), app(app(ty_@2, bad), bae), hg) -> new_esEs3(vuu300, vuu3100, bad, bae) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs2(Right(vuu300), Right(vuu3100), baf, app(app(ty_@2, bbf), bbg)) -> new_esEs3(vuu300, vuu3100, bbf, bbg) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs2(Left(vuu300), Left(vuu3100), app(ty_[], baa), hg) -> new_esEs1(vuu300, vuu3100, baa) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs2(Right(vuu300), Right(vuu3100), baf, app(ty_[], bbc)) -> new_esEs1(vuu300, vuu3100, bbc) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs2(Left(vuu300), Left(vuu3100), app(ty_Maybe, hh), hg) -> new_esEs0(vuu300, vuu3100, hh) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_esEs2(Right(vuu300), Right(vuu3100), baf, app(ty_Maybe, bbb)) -> new_esEs0(vuu300, vuu3100, bbb) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.10/7.66 21.10/7.66 21.10/7.66 ---------------------------------------- 21.10/7.66 21.10/7.66 (16) 21.10/7.66 YES 21.10/7.66 21.10/7.66 ---------------------------------------- 21.10/7.66 21.10/7.66 (17) 21.10/7.66 Obligation: 21.10/7.66 Q DP problem: 21.10/7.66 The TRS P consists of the following rules: 21.10/7.66 21.10/7.66 new_primMulNat(Succ(vuu30000), Succ(vuu310100)) -> new_primMulNat(vuu30000, Succ(vuu310100)) 21.10/7.66 21.10/7.66 R is empty. 21.10/7.66 Q is empty. 21.10/7.66 We have to consider all minimal (P,Q,R)-chains. 21.10/7.66 ---------------------------------------- 21.10/7.66 21.10/7.66 (18) QDPSizeChangeProof (EQUIVALENT) 21.10/7.66 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 21.10/7.66 21.10/7.66 From the DPs we obtained the following set of size-change graphs: 21.10/7.66 *new_primMulNat(Succ(vuu30000), Succ(vuu310100)) -> new_primMulNat(vuu30000, Succ(vuu310100)) 21.10/7.66 The graph contains the following edges 1 > 1, 2 >= 2 21.10/7.66 21.10/7.66 21.10/7.66 ---------------------------------------- 21.10/7.66 21.10/7.66 (19) 21.10/7.66 YES 21.10/7.66 21.10/7.66 ---------------------------------------- 21.10/7.66 21.10/7.66 (20) 21.10/7.66 Obligation: 21.10/7.66 Q DP problem: 21.10/7.66 The TRS P consists of the following rules: 21.10/7.66 21.10/7.66 new_span2Ys0(vuu46, vuu47, vuu48, True, ba) -> new_span2Zs(vuu46, vuu48, ba) 21.10/7.66 new_span2Zs0(vuu55, vuu56, vuu57, True, bc) -> new_span2Ys(vuu55, vuu57, bc) 21.10/7.66 new_span2Zs(vuu18, :(vuu200, vuu201), bb) -> new_span2Zs0(vuu18, vuu200, vuu201, new_esEs4(vuu18, vuu200, bb), bb) 21.10/7.66 new_span2Ys(vuu9, :(vuu110, vuu111), bd) -> new_span2Ys0(vuu9, vuu110, vuu111, new_esEs5(vuu9, vuu110, bd), bd) 21.10/7.66 new_span2Ys0(vuu46, vuu47, vuu48, True, ba) -> new_span2Ys(vuu46, vuu48, ba) 21.10/7.66 new_span2Zs0(vuu55, vuu56, vuu57, True, bc) -> new_span2Zs(vuu55, vuu57, bc) 21.10/7.66 21.10/7.66 The TRS R consists of the following rules: 21.10/7.66 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Double) -> new_esEs11(vuu300, vuu3100) 21.10/7.66 new_esEs23(vuu302, vuu3102, app(app(app(ty_@3, bdd), bde), bdf)) -> new_esEs10(vuu302, vuu3102, bdd, bde, bdf) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), da, ty_Double) -> new_esEs11(vuu300, vuu3100) 21.10/7.66 new_esEs22(vuu301, vuu3101, ty_Float) -> new_esEs6(vuu301, vuu3101) 21.10/7.66 new_esEs14(GT, GT) -> True 21.10/7.66 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 21.10/7.66 new_esEs23(vuu302, vuu3102, app(ty_[], bea)) -> new_esEs17(vuu302, vuu3102, bea) 21.10/7.66 new_esEs4(vuu18, vuu200, app(ty_[], fa)) -> new_esEs17(vuu18, vuu200, fa) 21.10/7.66 new_esEs22(vuu301, vuu3101, ty_Char) -> new_esEs19(vuu301, vuu3101) 21.10/7.66 new_esEs15(:%(vuu300, vuu301), :%(vuu3100, vuu3101), caf) -> new_asAs(new_esEs26(vuu300, vuu3100, caf), new_esEs27(vuu301, vuu3101, caf)) 21.10/7.66 new_esEs4(vuu18, vuu200, ty_Integer) -> new_esEs9(vuu18, vuu200) 21.10/7.66 new_esEs18(@2(vuu300, vuu301), @2(vuu3100, vuu3101), bfh, bga) -> new_asAs(new_esEs24(vuu300, vuu3100, bfh), new_esEs25(vuu301, vuu3101, bga)) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Integer) -> new_esEs9(vuu302, vuu3102) 21.10/7.66 new_esEs22(vuu301, vuu3101, app(ty_Maybe, bce)) -> new_esEs12(vuu301, vuu3101, bce) 21.10/7.66 new_esEs20(vuu300, vuu3100, app(app(ty_Either, baa), bab)) -> new_esEs8(vuu300, vuu3100, baa, bab) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_@0) -> new_esEs13(vuu302, vuu3102) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Bool) -> new_esEs16(vuu9, vuu110) 21.10/7.66 new_esEs14(EQ, EQ) -> True 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Double, be) -> new_esEs11(vuu300, vuu3100) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), app(ty_Maybe, gc)) -> new_esEs12(vuu300, vuu3100, gc) 21.10/7.66 new_esEs20(vuu300, vuu3100, ty_Double) -> new_esEs11(vuu300, vuu3100) 21.10/7.66 new_esEs14(EQ, GT) -> False 21.10/7.66 new_esEs14(GT, EQ) -> False 21.10/7.66 new_esEs21(vuu300, vuu3100, ty_Integer) -> new_esEs9(vuu300, vuu3100) 21.10/7.66 new_asAs(True, vuu40) -> vuu40 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Integer, be) -> new_esEs9(vuu300, vuu3100) 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Double) -> new_esEs11(vuu301, vuu3101) 21.10/7.66 new_esEs25(vuu301, vuu3101, app(ty_[], caa)) -> new_esEs17(vuu301, vuu3101, caa) 21.10/7.66 new_esEs21(vuu300, vuu3100, ty_Int) -> new_esEs7(vuu300, vuu3100) 21.10/7.66 new_esEs24(vuu300, vuu3100, ty_Char) -> new_esEs19(vuu300, vuu3100) 21.10/7.66 new_esEs19(Char(vuu300), Char(vuu3100)) -> new_primEqNat0(vuu300, vuu3100) 21.10/7.66 new_primEqInt(Pos(Succ(vuu3000)), Pos(Zero)) -> False 21.10/7.66 new_primEqInt(Pos(Zero), Pos(Succ(vuu31000))) -> False 21.10/7.66 new_esEs12(Nothing, Just(vuu3100), fg) -> False 21.10/7.66 new_esEs12(Just(vuu300), Nothing, fg) -> False 21.10/7.66 new_esEs20(vuu300, vuu3100, ty_Float) -> new_esEs6(vuu300, vuu3100) 21.10/7.66 new_esEs5(vuu9, vuu110, app(app(ty_@2, bff), bfg)) -> new_esEs18(vuu9, vuu110, bff, bfg) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), app(ty_Ratio, cb), be) -> new_esEs15(vuu300, vuu3100, cb) 21.10/7.66 new_esEs5(vuu9, vuu110, app(ty_Ratio, bfb)) -> new_esEs15(vuu9, vuu110, bfb) 21.10/7.66 new_esEs24(vuu300, vuu3100, app(ty_Ratio, bgf)) -> new_esEs15(vuu300, vuu3100, bgf) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), da, ty_Float) -> new_esEs6(vuu300, vuu3100) 21.10/7.66 new_esEs21(vuu300, vuu3100, app(ty_Ratio, bbd)) -> new_esEs15(vuu300, vuu3100, bbd) 21.10/7.66 new_esEs12(Nothing, Nothing, fg) -> True 21.10/7.66 new_esEs22(vuu301, vuu3101, ty_Double) -> new_esEs11(vuu301, vuu3101) 21.10/7.66 new_esEs27(vuu301, vuu3101, ty_Integer) -> new_esEs9(vuu301, vuu3101) 21.10/7.66 new_esEs21(vuu300, vuu3100, ty_@0) -> new_esEs13(vuu300, vuu3100) 21.10/7.66 new_esEs24(vuu300, vuu3100, app(ty_Maybe, bge)) -> new_esEs12(vuu300, vuu3100, bge) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), da, app(ty_Ratio, df)) -> new_esEs15(vuu300, vuu3100, df) 21.10/7.66 new_esEs21(vuu300, vuu3100, ty_Bool) -> new_esEs16(vuu300, vuu3100) 21.10/7.66 new_primEqNat0(Succ(vuu3000), Succ(vuu31000)) -> new_primEqNat0(vuu3000, vuu31000) 21.10/7.66 new_esEs5(vuu9, vuu110, app(app(ty_Either, bfd), bfe)) -> new_esEs8(vuu9, vuu110, bfd, bfe) 21.10/7.66 new_esEs4(vuu18, vuu200, app(app(app(ty_@3, ed), ee), ef)) -> new_esEs10(vuu18, vuu200, ed, ee, ef) 21.10/7.66 new_esEs25(vuu301, vuu3101, app(app(app(ty_@3, bhd), bhe), bhf)) -> new_esEs10(vuu301, vuu3101, bhd, bhe, bhf) 21.10/7.66 new_esEs24(vuu300, vuu3100, ty_Bool) -> new_esEs16(vuu300, vuu3100) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Int) -> new_esEs7(vuu9, vuu110) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), da, app(app(app(ty_@3, db), dc), dd)) -> new_esEs10(vuu300, vuu3100, db, dc, dd) 21.10/7.66 new_esEs26(vuu300, vuu3100, ty_Int) -> new_esEs7(vuu300, vuu3100) 21.10/7.66 new_esEs23(vuu302, vuu3102, app(app(ty_@2, bed), bee)) -> new_esEs18(vuu302, vuu3102, bed, bee) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Double) -> new_esEs11(vuu302, vuu3102) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), app(app(app(ty_@3, fh), ga), gb)) -> new_esEs10(vuu300, vuu3100, fh, ga, gb) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Int) -> new_esEs7(vuu302, vuu3102) 21.10/7.66 new_esEs5(vuu9, vuu110, app(ty_Maybe, bfa)) -> new_esEs12(vuu9, vuu110, bfa) 21.10/7.66 new_primMulNat0(Zero, Zero) -> Zero 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), app(app(app(ty_@3, bf), bg), bh), be) -> new_esEs10(vuu300, vuu3100, bf, bg, bh) 21.10/7.66 new_esEs4(vuu18, vuu200, ty_Double) -> new_esEs11(vuu18, vuu200) 21.10/7.66 new_esEs24(vuu300, vuu3100, app(app(ty_@2, bhb), bhc)) -> new_esEs18(vuu300, vuu3100, bhb, bhc) 21.10/7.66 new_esEs4(vuu18, vuu200, ty_Ordering) -> new_esEs14(vuu18, vuu200) 21.10/7.66 new_esEs4(vuu18, vuu200, app(ty_Maybe, eg)) -> new_esEs12(vuu18, vuu200, eg) 21.10/7.66 new_esEs4(vuu18, vuu200, ty_Int) -> new_esEs7(vuu18, vuu200) 21.10/7.66 new_primEqNat0(Succ(vuu3000), Zero) -> False 21.10/7.66 new_primEqNat0(Zero, Succ(vuu31000)) -> False 21.10/7.66 new_esEs20(vuu300, vuu3100, app(ty_[], hh)) -> new_esEs17(vuu300, vuu3100, hh) 21.10/7.66 new_esEs24(vuu300, vuu3100, ty_Double) -> new_esEs11(vuu300, vuu3100) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Char) -> new_esEs19(vuu300, vuu3100) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), app(app(ty_Either, cd), ce), be) -> new_esEs8(vuu300, vuu3100, cd, ce) 21.10/7.66 new_esEs9(Integer(vuu300), Integer(vuu3100)) -> new_primEqInt(vuu300, vuu3100) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), app(ty_[], cc), be) -> new_esEs17(vuu300, vuu3100, cc) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), da, ty_Integer) -> new_esEs9(vuu300, vuu3100) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), da, ty_Char) -> new_esEs19(vuu300, vuu3100) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Integer) -> new_esEs9(vuu300, vuu3100) 21.10/7.66 new_esEs24(vuu300, vuu3100, ty_Ordering) -> new_esEs14(vuu300, vuu3100) 21.10/7.66 new_esEs25(vuu301, vuu3101, app(app(ty_@2, cad), cae)) -> new_esEs18(vuu301, vuu3101, cad, cae) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), app(app(ty_Either, gf), gg)) -> new_esEs8(vuu300, vuu3100, gf, gg) 21.10/7.66 new_esEs20(vuu300, vuu3100, ty_@0) -> new_esEs13(vuu300, vuu3100) 21.10/7.66 new_esEs24(vuu300, vuu3100, ty_Float) -> new_esEs6(vuu300, vuu3100) 21.10/7.66 new_esEs20(vuu300, vuu3100, ty_Bool) -> new_esEs16(vuu300, vuu3100) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Char) -> new_esEs19(vuu9, vuu110) 21.10/7.66 new_esEs21(vuu300, vuu3100, app(ty_[], bbe)) -> new_esEs17(vuu300, vuu3100, bbe) 21.10/7.66 new_primEqInt(Neg(Succ(vuu3000)), Neg(Zero)) -> False 21.10/7.66 new_primEqInt(Neg(Zero), Neg(Succ(vuu31000))) -> False 21.10/7.66 new_esEs4(vuu18, vuu200, app(app(ty_Either, fb), fc)) -> new_esEs8(vuu18, vuu200, fb, fc) 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Bool) -> new_esEs16(vuu301, vuu3101) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Float) -> new_esEs6(vuu9, vuu110) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), da, app(ty_[], dg)) -> new_esEs17(vuu300, vuu3100, dg) 21.10/7.66 new_primEqInt(Pos(Succ(vuu3000)), Pos(Succ(vuu31000))) -> new_primEqNat0(vuu3000, vuu31000) 21.10/7.66 new_esEs23(vuu302, vuu3102, app(ty_Maybe, bdg)) -> new_esEs12(vuu302, vuu3102, bdg) 21.10/7.66 new_esEs20(vuu300, vuu3100, app(ty_Ratio, hg)) -> new_esEs15(vuu300, vuu3100, hg) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Int, be) -> new_esEs7(vuu300, vuu3100) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Ordering) -> new_esEs14(vuu302, vuu3102) 21.10/7.66 new_esEs7(vuu30, vuu310) -> new_primEqInt(vuu30, vuu310) 21.10/7.66 new_esEs22(vuu301, vuu3101, app(app(ty_Either, bch), bda)) -> new_esEs8(vuu301, vuu3101, bch, bda) 21.10/7.66 new_sr(Pos(vuu3000), Neg(vuu31010)) -> Neg(new_primMulNat0(vuu3000, vuu31010)) 21.10/7.66 new_sr(Neg(vuu3000), Pos(vuu31010)) -> Neg(new_primMulNat0(vuu3000, vuu31010)) 21.10/7.66 new_esEs16(True, True) -> True 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Char) -> new_esEs19(vuu302, vuu3102) 21.10/7.66 new_primPlusNat1(Succ(vuu6300), Succ(vuu3101000)) -> Succ(Succ(new_primPlusNat1(vuu6300, vuu3101000))) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Double) -> new_esEs11(vuu9, vuu110) 21.10/7.66 new_primEqInt(Pos(Succ(vuu3000)), Neg(vuu3100)) -> False 21.10/7.66 new_primEqInt(Neg(Succ(vuu3000)), Pos(vuu3100)) -> False 21.10/7.66 new_esEs25(vuu301, vuu3101, app(ty_Ratio, bhh)) -> new_esEs15(vuu301, vuu3101, bhh) 21.10/7.66 new_esEs22(vuu301, vuu3101, ty_Int) -> new_esEs7(vuu301, vuu3101) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Ordering) -> new_esEs14(vuu9, vuu110) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Int) -> new_esEs7(vuu300, vuu3100) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), da, app(app(ty_Either, dh), ea)) -> new_esEs8(vuu300, vuu3100, dh, ea) 21.10/7.66 new_esEs21(vuu300, vuu3100, app(app(app(ty_@3, bah), bba), bbb)) -> new_esEs10(vuu300, vuu3100, bah, bba, bbb) 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_@0) -> new_esEs13(vuu301, vuu3101) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), app(app(ty_@2, gh), ha)) -> new_esEs18(vuu300, vuu3100, gh, ha) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), app(ty_Maybe, ca), be) -> new_esEs12(vuu300, vuu3100, ca) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), da, ty_Int) -> new_esEs7(vuu300, vuu3100) 21.10/7.66 new_esEs21(vuu300, vuu3100, app(app(ty_Either, bbf), bbg)) -> new_esEs8(vuu300, vuu3100, bbf, bbg) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Bool, be) -> new_esEs16(vuu300, vuu3100) 21.10/7.66 new_esEs21(vuu300, vuu3100, app(ty_Maybe, bbc)) -> new_esEs12(vuu300, vuu3100, bbc) 21.10/7.66 new_esEs22(vuu301, vuu3101, ty_@0) -> new_esEs13(vuu301, vuu3101) 21.10/7.66 new_sr(Neg(vuu3000), Neg(vuu31010)) -> Pos(new_primMulNat0(vuu3000, vuu31010)) 21.10/7.66 new_esEs22(vuu301, vuu3101, app(app(app(ty_@3, bcb), bcc), bcd)) -> new_esEs10(vuu301, vuu3101, bcb, bcc, bcd) 21.10/7.66 new_esEs27(vuu301, vuu3101, ty_Int) -> new_esEs7(vuu301, vuu3101) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), app(ty_Ratio, gd)) -> new_esEs15(vuu300, vuu3100, gd) 21.10/7.66 new_esEs21(vuu300, vuu3100, ty_Char) -> new_esEs19(vuu300, vuu3100) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Bool) -> new_esEs16(vuu300, vuu3100) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Float) -> new_esEs6(vuu302, vuu3102) 21.10/7.66 new_esEs17([], [], hb) -> True 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), da, app(ty_Maybe, de)) -> new_esEs12(vuu300, vuu3100, de) 21.10/7.66 new_esEs4(vuu18, vuu200, ty_Char) -> new_esEs19(vuu18, vuu200) 21.10/7.66 new_esEs24(vuu300, vuu3100, app(ty_[], bgg)) -> new_esEs17(vuu300, vuu3100, bgg) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), da, ty_Bool) -> new_esEs16(vuu300, vuu3100) 21.10/7.66 new_primEqInt(Pos(Zero), Neg(Succ(vuu31000))) -> False 21.10/7.66 new_primEqInt(Neg(Zero), Pos(Succ(vuu31000))) -> False 21.10/7.66 new_esEs20(vuu300, vuu3100, ty_Ordering) -> new_esEs14(vuu300, vuu3100) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_Integer) -> new_esEs9(vuu9, vuu110) 21.10/7.66 new_esEs22(vuu301, vuu3101, ty_Integer) -> new_esEs9(vuu301, vuu3101) 21.10/7.66 new_esEs23(vuu302, vuu3102, app(app(ty_Either, beb), bec)) -> new_esEs8(vuu302, vuu3102, beb, bec) 21.10/7.66 new_esEs20(vuu300, vuu3100, ty_Int) -> new_esEs7(vuu300, vuu3100) 21.10/7.66 new_primEqInt(Neg(Succ(vuu3000)), Neg(Succ(vuu31000))) -> new_primEqNat0(vuu3000, vuu31000) 21.10/7.66 new_esEs24(vuu300, vuu3100, ty_@0) -> new_esEs13(vuu300, vuu3100) 21.10/7.66 new_esEs20(vuu300, vuu3100, app(app(ty_@2, bac), bad)) -> new_esEs18(vuu300, vuu3100, bac, bad) 21.10/7.66 new_primPlusNat0(Succ(vuu630), vuu310100) -> Succ(Succ(new_primPlusNat1(vuu630, vuu310100))) 21.10/7.66 new_esEs5(vuu9, vuu110, ty_@0) -> new_esEs13(vuu9, vuu110) 21.10/7.66 new_esEs20(vuu300, vuu3100, app(app(app(ty_@3, hc), hd), he)) -> new_esEs10(vuu300, vuu3100, hc, hd, he) 21.10/7.66 new_esEs14(LT, GT) -> False 21.10/7.66 new_esEs14(GT, LT) -> False 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), da, ty_Ordering) -> new_esEs14(vuu300, vuu3100) 21.10/7.66 new_primPlusNat1(Zero, Zero) -> Zero 21.10/7.66 new_primMulNat0(Succ(vuu30000), Zero) -> Zero 21.10/7.66 new_primMulNat0(Zero, Succ(vuu310100)) -> Zero 21.10/7.66 new_sr(Pos(vuu3000), Pos(vuu31010)) -> Pos(new_primMulNat0(vuu3000, vuu31010)) 21.10/7.66 new_esEs22(vuu301, vuu3101, app(ty_[], bcg)) -> new_esEs17(vuu301, vuu3101, bcg) 21.10/7.66 new_primPlusNat0(Zero, vuu310100) -> Succ(vuu310100) 21.10/7.66 new_esEs24(vuu300, vuu3100, ty_Integer) -> new_esEs9(vuu300, vuu3100) 21.10/7.66 new_esEs17(:(vuu300, vuu301), :(vuu3100, vuu3101), hb) -> new_asAs(new_esEs20(vuu300, vuu3100, hb), new_esEs17(vuu301, vuu3101, hb)) 21.10/7.66 new_esEs4(vuu18, vuu200, ty_Float) -> new_esEs6(vuu18, vuu200) 21.10/7.66 new_esEs13(@0, @0) -> True 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Float) -> new_esEs6(vuu301, vuu3101) 21.10/7.66 new_esEs14(LT, LT) -> True 21.10/7.66 new_esEs6(Float(vuu300, vuu301), Float(vuu3100, vuu3101)) -> new_esEs7(new_sr(vuu300, vuu3101), new_sr(vuu301, vuu3100)) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Char, be) -> new_esEs19(vuu300, vuu3100) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Ordering) -> new_esEs14(vuu300, vuu3100) 21.10/7.66 new_esEs22(vuu301, vuu3101, ty_Ordering) -> new_esEs14(vuu301, vuu3101) 21.10/7.66 new_esEs14(LT, EQ) -> False 21.10/7.66 new_esEs14(EQ, LT) -> False 21.10/7.66 new_esEs25(vuu301, vuu3101, app(ty_Maybe, bhg)) -> new_esEs12(vuu301, vuu3101, bhg) 21.10/7.66 new_esEs22(vuu301, vuu3101, ty_Bool) -> new_esEs16(vuu301, vuu3101) 21.10/7.66 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), app(ty_[], ge)) -> new_esEs17(vuu300, vuu3100, ge) 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Ordering) -> new_esEs14(vuu301, vuu3101) 21.10/7.66 new_primMulNat0(Succ(vuu30000), Succ(vuu310100)) -> new_primPlusNat0(new_primMulNat0(vuu30000, Succ(vuu310100)), vuu310100) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Float, be) -> new_esEs6(vuu300, vuu3100) 21.10/7.66 new_esEs11(Double(vuu300, vuu301), Double(vuu3100, vuu3101)) -> new_esEs7(new_sr(vuu300, vuu3101), new_sr(vuu301, vuu3100)) 21.10/7.66 new_esEs8(Left(vuu300), Right(vuu3100), da, be) -> False 21.10/7.66 new_esEs8(Right(vuu300), Left(vuu3100), da, be) -> False 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), da, app(app(ty_@2, eb), ec)) -> new_esEs18(vuu300, vuu3100, eb, ec) 21.10/7.66 new_esEs25(vuu301, vuu3101, app(app(ty_Either, cab), cac)) -> new_esEs8(vuu301, vuu3101, cab, cac) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_@0) -> new_esEs13(vuu300, vuu3100) 21.10/7.66 new_esEs22(vuu301, vuu3101, app(ty_Ratio, bcf)) -> new_esEs15(vuu301, vuu3101, bcf) 21.10/7.66 new_esEs12(Just(vuu300), Just(vuu3100), ty_Float) -> new_esEs6(vuu300, vuu3100) 21.10/7.66 new_esEs16(False, False) -> True 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), app(app(ty_@2, cf), cg), be) -> new_esEs18(vuu300, vuu3100, cf, cg) 21.10/7.66 new_esEs24(vuu300, vuu3100, app(app(ty_Either, bgh), bha)) -> new_esEs8(vuu300, vuu3100, bgh, bha) 21.10/7.66 new_esEs22(vuu301, vuu3101, app(app(ty_@2, bdb), bdc)) -> new_esEs18(vuu301, vuu3101, bdb, bdc) 21.10/7.66 new_esEs24(vuu300, vuu3100, ty_Int) -> new_esEs7(vuu300, vuu3100) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_@0, be) -> new_esEs13(vuu300, vuu3100) 21.10/7.66 new_primPlusNat1(Succ(vuu6300), Zero) -> Succ(vuu6300) 21.10/7.66 new_primPlusNat1(Zero, Succ(vuu3101000)) -> Succ(vuu3101000) 21.10/7.66 new_esEs23(vuu302, vuu3102, ty_Bool) -> new_esEs16(vuu302, vuu3102) 21.10/7.66 new_esEs8(Left(vuu300), Left(vuu3100), ty_Ordering, be) -> new_esEs14(vuu300, vuu3100) 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Char) -> new_esEs19(vuu301, vuu3101) 21.10/7.66 new_esEs4(vuu18, vuu200, app(app(ty_@2, fd), ff)) -> new_esEs18(vuu18, vuu200, fd, ff) 21.10/7.66 new_esEs21(vuu300, vuu3100, app(app(ty_@2, bbh), bca)) -> new_esEs18(vuu300, vuu3100, bbh, bca) 21.10/7.66 new_esEs23(vuu302, vuu3102, app(ty_Ratio, bdh)) -> new_esEs15(vuu302, vuu3102, bdh) 21.10/7.66 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 21.10/7.66 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 21.10/7.66 new_esEs26(vuu300, vuu3100, ty_Integer) -> new_esEs9(vuu300, vuu3100) 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Int) -> new_esEs7(vuu301, vuu3101) 21.10/7.66 new_primEqNat0(Zero, Zero) -> True 21.10/7.66 new_esEs21(vuu300, vuu3100, ty_Double) -> new_esEs11(vuu300, vuu3100) 21.10/7.66 new_esEs20(vuu300, vuu3100, ty_Char) -> new_esEs19(vuu300, vuu3100) 21.10/7.66 new_esEs4(vuu18, vuu200, ty_Bool) -> new_esEs16(vuu18, vuu200) 21.10/7.66 new_esEs10(@3(vuu300, vuu301, vuu302), @3(vuu3100, vuu3101, vuu3102), bae, baf, bag) -> new_asAs(new_esEs21(vuu300, vuu3100, bae), new_asAs(new_esEs22(vuu301, vuu3101, baf), new_esEs23(vuu302, vuu3102, bag))) 21.10/7.66 new_esEs5(vuu9, vuu110, app(app(app(ty_@3, bef), beg), beh)) -> new_esEs10(vuu9, vuu110, bef, beg, beh) 21.10/7.66 new_esEs17(:(vuu300, vuu301), [], hb) -> False 21.10/7.66 new_esEs17([], :(vuu3100, vuu3101), hb) -> False 21.10/7.66 new_asAs(False, vuu40) -> False 21.10/7.66 new_esEs25(vuu301, vuu3101, ty_Integer) -> new_esEs9(vuu301, vuu3101) 21.10/7.66 new_esEs21(vuu300, vuu3100, ty_Ordering) -> new_esEs14(vuu300, vuu3100) 21.10/7.66 new_esEs20(vuu300, vuu3100, ty_Integer) -> new_esEs9(vuu300, vuu3100) 21.10/7.66 new_esEs24(vuu300, vuu3100, app(app(app(ty_@3, bgb), bgc), bgd)) -> new_esEs10(vuu300, vuu3100, bgb, bgc, bgd) 21.10/7.66 new_esEs5(vuu9, vuu110, app(ty_[], bfc)) -> new_esEs17(vuu9, vuu110, bfc) 21.10/7.66 new_esEs8(Right(vuu300), Right(vuu3100), da, ty_@0) -> new_esEs13(vuu300, vuu3100) 21.10/7.66 new_esEs21(vuu300, vuu3100, ty_Float) -> new_esEs6(vuu300, vuu3100) 21.10/7.66 new_esEs20(vuu300, vuu3100, app(ty_Maybe, hf)) -> new_esEs12(vuu300, vuu3100, hf) 21.10/7.66 new_esEs16(False, True) -> False 21.10/7.66 new_esEs16(True, False) -> False 21.10/7.66 new_esEs4(vuu18, vuu200, ty_@0) -> new_esEs13(vuu18, vuu200) 21.10/7.66 new_esEs4(vuu18, vuu200, app(ty_Ratio, eh)) -> new_esEs15(vuu18, vuu200, eh) 21.10/7.66 21.10/7.66 The set Q consists of the following terms: 21.10/7.66 21.10/7.66 new_esEs27(x0, x1, ty_Int) 21.10/7.66 new_esEs20(x0, x1, ty_Int) 21.10/7.66 new_esEs14(EQ, EQ) 21.10/7.66 new_esEs17([], :(x0, x1), x2) 21.10/7.66 new_esEs24(x0, x1, ty_Ordering) 21.10/7.66 new_esEs9(Integer(x0), Integer(x1)) 21.10/7.66 new_esEs8(Left(x0), Left(x1), ty_Int, x2) 21.10/7.66 new_esEs12(Just(x0), Just(x1), app(ty_Maybe, x2)) 21.10/7.66 new_esEs24(x0, x1, ty_Float) 21.10/7.66 new_esEs4(x0, x1, ty_Char) 21.10/7.66 new_primPlusNat1(Zero, Succ(x0)) 21.10/7.66 new_esEs25(x0, x1, ty_Int) 21.10/7.66 new_esEs22(x0, x1, ty_Char) 21.10/7.66 new_primMulNat0(Zero, Zero) 21.10/7.66 new_primPlusNat1(Zero, Zero) 21.10/7.66 new_esEs20(x0, x1, ty_Ordering) 21.10/7.66 new_esEs23(x0, x1, ty_@0) 21.10/7.66 new_esEs21(x0, x1, ty_Int) 21.10/7.66 new_esEs20(x0, x1, app(ty_Maybe, x2)) 21.10/7.66 new_esEs8(Left(x0), Left(x1), ty_Char, x2) 21.10/7.66 new_esEs25(x0, x1, ty_Char) 21.10/7.66 new_esEs4(x0, x1, app(ty_Ratio, x2)) 21.10/7.66 new_esEs5(x0, x1, ty_Char) 21.10/7.66 new_esEs24(x0, x1, ty_Double) 21.10/7.66 new_esEs5(x0, x1, app(ty_Ratio, x2)) 21.10/7.66 new_esEs25(x0, x1, app(ty_Maybe, x2)) 21.10/7.66 new_esEs20(x0, x1, ty_Float) 21.10/7.66 new_primPlusNat1(Succ(x0), Zero) 21.10/7.66 new_primEqNat0(Zero, Succ(x0)) 21.10/7.66 new_esEs8(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 21.10/7.66 new_esEs21(x0, x1, ty_Double) 21.10/7.66 new_esEs23(x0, x1, ty_Bool) 21.10/7.66 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 21.10/7.66 new_primEqInt(Pos(Zero), Pos(Zero)) 21.10/7.66 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 21.10/7.66 new_esEs21(x0, x1, ty_Char) 21.10/7.66 new_esEs12(Just(x0), Just(x1), ty_Float) 21.10/7.66 new_esEs12(Just(x0), Just(x1), ty_Double) 21.10/7.66 new_esEs19(Char(x0), Char(x1)) 21.10/7.66 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 21.10/7.66 new_esEs8(Left(x0), Left(x1), app(ty_[], x2), x3) 21.10/7.66 new_esEs23(x0, x1, app(ty_Ratio, x2)) 21.10/7.66 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 21.10/7.66 new_esEs8(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 21.10/7.66 new_primEqNat0(Succ(x0), Zero) 21.10/7.66 new_esEs23(x0, x1, ty_Char) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 21.10/7.66 new_esEs12(Just(x0), Just(x1), ty_Ordering) 21.10/7.66 new_primMulNat0(Succ(x0), Succ(x1)) 21.10/7.66 new_primEqInt(Neg(Zero), Neg(Zero)) 21.10/7.66 new_esEs23(x0, x1, app(ty_[], x2)) 21.10/7.66 new_esEs12(Just(x0), Just(x1), app(ty_[], x2)) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 21.10/7.66 new_esEs22(x0, x1, ty_Float) 21.10/7.66 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 21.10/7.66 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 21.10/7.66 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 21.10/7.66 new_esEs17(:(x0, x1), :(x2, x3), x4) 21.10/7.66 new_esEs4(x0, x1, ty_Float) 21.10/7.66 new_esEs4(x0, x1, ty_Double) 21.10/7.66 new_esEs23(x0, x1, ty_Integer) 21.10/7.66 new_esEs25(x0, x1, ty_@0) 21.10/7.66 new_esEs4(x0, x1, ty_@0) 21.10/7.66 new_esEs22(x0, x1, ty_@0) 21.10/7.66 new_esEs22(x0, x1, ty_Double) 21.10/7.66 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 21.10/7.66 new_esEs25(x0, x1, app(ty_Ratio, x2)) 21.10/7.66 new_esEs12(Just(x0), Just(x1), ty_Integer) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, ty_Bool) 21.10/7.66 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 21.10/7.66 new_esEs14(EQ, GT) 21.10/7.66 new_esEs14(GT, EQ) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 21.10/7.66 new_esEs25(x0, x1, ty_Double) 21.10/7.66 new_esEs20(x0, x1, ty_@0) 21.10/7.66 new_esEs22(x0, x1, app(ty_Maybe, x2)) 21.10/7.66 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.10/7.66 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 21.10/7.66 new_esEs26(x0, x1, ty_Int) 21.10/7.66 new_esEs4(x0, x1, ty_Bool) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, ty_Float) 21.10/7.66 new_esEs8(Left(x0), Left(x1), ty_Double, x2) 21.10/7.66 new_esEs22(x0, x1, ty_Int) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, ty_@0) 21.10/7.66 new_esEs12(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 21.10/7.66 new_esEs8(Left(x0), Left(x1), ty_Float, x2) 21.10/7.66 new_primEqInt(Pos(Zero), Neg(Zero)) 21.10/7.66 new_primEqInt(Neg(Zero), Pos(Zero)) 21.10/7.66 new_esEs20(x0, x1, ty_Bool) 21.10/7.66 new_esEs20(x0, x1, ty_Double) 21.10/7.66 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 21.10/7.66 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 21.10/7.66 new_esEs23(x0, x1, ty_Ordering) 21.10/7.66 new_esEs12(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 21.10/7.66 new_esEs4(x0, x1, ty_Int) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, ty_Double) 21.10/7.66 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 21.10/7.66 new_esEs20(x0, x1, app(ty_[], x2)) 21.10/7.66 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 21.10/7.66 new_esEs16(True, True) 21.10/7.66 new_esEs12(Just(x0), Just(x1), ty_Bool) 21.10/7.66 new_esEs22(x0, x1, app(ty_Ratio, x2)) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, ty_Char) 21.10/7.66 new_esEs24(x0, x1, ty_Integer) 21.10/7.66 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 21.10/7.66 new_esEs5(x0, x1, ty_Integer) 21.10/7.66 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 21.10/7.66 new_esEs21(x0, x1, ty_Ordering) 21.10/7.66 new_esEs25(x0, x1, ty_Float) 21.10/7.66 new_esEs6(Float(x0, x1), Float(x2, x3)) 21.10/7.66 new_esEs5(x0, x1, app(ty_[], x2)) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, ty_Int) 21.10/7.66 new_esEs21(x0, x1, ty_Integer) 21.10/7.66 new_esEs4(x0, x1, app(ty_Maybe, x2)) 21.10/7.66 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 21.10/7.66 new_esEs5(x0, x1, app(ty_Maybe, x2)) 21.10/7.66 new_esEs4(x0, x1, app(ty_[], x2)) 21.10/7.66 new_sr(Neg(x0), Neg(x1)) 21.10/7.66 new_esEs8(Left(x0), Left(x1), ty_@0, x2) 21.10/7.66 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 21.10/7.66 new_esEs5(x0, x1, ty_Ordering) 21.10/7.66 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.10/7.66 new_esEs20(x0, x1, ty_Char) 21.10/7.66 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 21.10/7.66 new_esEs25(x0, x1, app(ty_[], x2)) 21.10/7.66 new_esEs12(Nothing, Nothing, x0) 21.10/7.66 new_esEs25(x0, x1, ty_Integer) 21.10/7.66 new_esEs24(x0, x1, ty_Bool) 21.10/7.66 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.10/7.66 new_primMulNat0(Succ(x0), Zero) 21.10/7.66 new_esEs20(x0, x1, ty_Integer) 21.10/7.66 new_esEs22(x0, x1, app(ty_[], x2)) 21.10/7.66 new_esEs18(@2(x0, x1), @2(x2, x3), x4, x5) 21.10/7.66 new_esEs21(x0, x1, app(ty_[], x2)) 21.10/7.66 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 21.10/7.66 new_primMulNat0(Zero, Succ(x0)) 21.10/7.66 new_asAs(True, x0) 21.10/7.66 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 21.10/7.66 new_esEs7(x0, x1) 21.10/7.66 new_esEs12(Just(x0), Nothing, x1) 21.10/7.66 new_esEs8(Left(x0), Left(x1), ty_Integer, x2) 21.10/7.66 new_esEs8(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 21.10/7.66 new_esEs4(x0, x1, ty_Integer) 21.10/7.66 new_esEs8(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 21.10/7.66 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.10/7.66 new_esEs12(Just(x0), Just(x1), app(ty_Ratio, x2)) 21.10/7.66 new_esEs17(:(x0, x1), [], x2) 21.10/7.66 new_esEs17([], [], x0) 21.10/7.66 new_esEs12(Just(x0), Just(x1), ty_Char) 21.10/7.66 new_esEs14(LT, EQ) 21.10/7.66 new_esEs14(EQ, LT) 21.10/7.66 new_esEs12(Just(x0), Just(x1), ty_@0) 21.10/7.66 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, app(ty_[], x3)) 21.10/7.66 new_esEs20(x0, x1, app(ty_Ratio, x2)) 21.10/7.66 new_esEs8(Left(x0), Left(x1), ty_Bool, x2) 21.10/7.66 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.10/7.66 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 21.10/7.66 new_esEs14(GT, GT) 21.10/7.66 new_primEqNat0(Succ(x0), Succ(x1)) 21.10/7.66 new_esEs8(Left(x0), Right(x1), x2, x3) 21.10/7.66 new_esEs8(Right(x0), Left(x1), x2, x3) 21.10/7.66 new_esEs23(x0, x1, ty_Double) 21.10/7.66 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 21.10/7.66 new_esEs12(Just(x0), Just(x1), ty_Int) 21.10/7.66 new_esEs21(x0, x1, ty_Bool) 21.10/7.66 new_esEs14(LT, GT) 21.10/7.66 new_esEs14(GT, LT) 21.10/7.66 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.10/7.66 new_esEs25(x0, x1, ty_Bool) 21.10/7.66 new_esEs23(x0, x1, app(ty_Maybe, x2)) 21.10/7.66 new_esEs27(x0, x1, ty_Integer) 21.10/7.66 new_esEs26(x0, x1, ty_Integer) 21.10/7.66 new_esEs5(x0, x1, ty_Bool) 21.10/7.66 new_primEqNat0(Zero, Zero) 21.10/7.66 new_esEs12(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 21.10/7.66 new_esEs22(x0, x1, ty_Bool) 21.10/7.66 new_esEs21(x0, x1, app(ty_Ratio, x2)) 21.10/7.66 new_esEs15(:%(x0, x1), :%(x2, x3), x4) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 21.10/7.66 new_esEs22(x0, x1, ty_Ordering) 21.10/7.66 new_esEs4(x0, x1, ty_Ordering) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, ty_Ordering) 21.10/7.66 new_esEs5(x0, x1, ty_Float) 21.10/7.66 new_esEs24(x0, x1, app(ty_[], x2)) 21.10/7.66 new_sr(Pos(x0), Neg(x1)) 21.10/7.66 new_sr(Neg(x0), Pos(x1)) 21.10/7.66 new_primPlusNat1(Succ(x0), Succ(x1)) 21.10/7.66 new_esEs16(False, False) 21.10/7.66 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 21.10/7.66 new_primPlusNat0(Succ(x0), x1) 21.10/7.66 new_esEs10(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 21.10/7.66 new_sr(Pos(x0), Pos(x1)) 21.10/7.66 new_esEs14(LT, LT) 21.10/7.66 new_esEs12(Nothing, Just(x0), x1) 21.10/7.66 new_esEs23(x0, x1, ty_Int) 21.10/7.66 new_esEs8(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 21.10/7.66 new_esEs8(Right(x0), Right(x1), x2, ty_Integer) 21.10/7.66 new_esEs5(x0, x1, ty_Double) 21.10/7.66 new_esEs16(False, True) 21.10/7.66 new_esEs16(True, False) 21.10/7.66 new_esEs24(x0, x1, ty_Char) 21.10/7.66 new_esEs5(x0, x1, ty_Int) 21.10/7.66 new_esEs24(x0, x1, app(ty_Ratio, x2)) 21.10/7.66 new_primPlusNat0(Zero, x0) 21.10/7.66 new_esEs25(x0, x1, ty_Ordering) 21.10/7.66 new_esEs24(x0, x1, ty_Int) 21.10/7.66 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.10/7.66 new_esEs11(Double(x0, x1), Double(x2, x3)) 21.10/7.66 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 21.10/7.66 new_esEs21(x0, x1, ty_@0) 21.10/7.66 new_esEs24(x0, x1, app(ty_Maybe, x2)) 21.10/7.66 new_esEs24(x0, x1, ty_@0) 21.10/7.66 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.10/7.66 new_esEs21(x0, x1, app(ty_Maybe, x2)) 21.10/7.66 new_esEs13(@0, @0) 21.10/7.66 new_esEs23(x0, x1, ty_Float) 21.10/7.66 new_asAs(False, x0) 21.10/7.66 new_esEs21(x0, x1, ty_Float) 21.10/7.66 new_esEs8(Left(x0), Left(x1), ty_Ordering, x2) 21.10/7.66 new_esEs5(x0, x1, ty_@0) 21.10/7.66 new_esEs22(x0, x1, ty_Integer) 21.10/7.66 21.10/7.66 We have to consider all minimal (P,Q,R)-chains. 21.10/7.66 ---------------------------------------- 21.10/7.66 21.10/7.66 (21) QDPSizeChangeProof (EQUIVALENT) 21.10/7.66 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 21.10/7.66 21.10/7.66 From the DPs we obtained the following set of size-change graphs: 21.10/7.66 *new_span2Zs(vuu18, :(vuu200, vuu201), bb) -> new_span2Zs0(vuu18, vuu200, vuu201, new_esEs4(vuu18, vuu200, bb), bb) 21.10/7.66 The graph contains the following edges 1 >= 1, 2 > 2, 2 > 3, 3 >= 5 21.10/7.66 21.10/7.66 21.10/7.66 *new_span2Ys(vuu9, :(vuu110, vuu111), bd) -> new_span2Ys0(vuu9, vuu110, vuu111, new_esEs5(vuu9, vuu110, bd), bd) 21.10/7.66 The graph contains the following edges 1 >= 1, 2 > 2, 2 > 3, 3 >= 5 21.10/7.66 21.10/7.66 21.10/7.66 *new_span2Zs0(vuu55, vuu56, vuu57, True, bc) -> new_span2Zs(vuu55, vuu57, bc) 21.10/7.66 The graph contains the following edges 1 >= 1, 3 >= 2, 5 >= 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_span2Zs0(vuu55, vuu56, vuu57, True, bc) -> new_span2Ys(vuu55, vuu57, bc) 21.10/7.66 The graph contains the following edges 1 >= 1, 3 >= 2, 5 >= 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_span2Ys0(vuu46, vuu47, vuu48, True, ba) -> new_span2Zs(vuu46, vuu48, ba) 21.10/7.66 The graph contains the following edges 1 >= 1, 3 >= 2, 5 >= 3 21.10/7.66 21.10/7.66 21.10/7.66 *new_span2Ys0(vuu46, vuu47, vuu48, True, ba) -> new_span2Ys(vuu46, vuu48, ba) 21.10/7.66 The graph contains the following edges 1 >= 1, 3 >= 2, 5 >= 3 21.10/7.66 21.10/7.66 21.10/7.66 ---------------------------------------- 21.10/7.66 21.10/7.66 (22) 21.10/7.66 YES 21.10/7.66 21.10/7.66 ---------------------------------------- 21.10/7.66 21.10/7.66 (23) 21.10/7.66 Obligation: 21.10/7.66 Q DP problem: 21.10/7.66 The TRS P consists of the following rules: 21.10/7.66 21.10/7.66 new_primPlusNat(Succ(vuu6300), Succ(vuu3101000)) -> new_primPlusNat(vuu6300, vuu3101000) 21.10/7.66 21.10/7.66 R is empty. 21.10/7.66 Q is empty. 21.10/7.66 We have to consider all minimal (P,Q,R)-chains. 21.10/7.66 ---------------------------------------- 21.10/7.66 21.10/7.66 (24) QDPSizeChangeProof (EQUIVALENT) 21.10/7.66 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 21.10/7.66 21.10/7.66 From the DPs we obtained the following set of size-change graphs: 21.10/7.66 *new_primPlusNat(Succ(vuu6300), Succ(vuu3101000)) -> new_primPlusNat(vuu6300, vuu3101000) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2 21.10/7.66 21.10/7.66 21.10/7.66 ---------------------------------------- 21.10/7.66 21.10/7.66 (25) 21.10/7.66 YES 21.10/7.66 21.10/7.66 ---------------------------------------- 21.10/7.66 21.10/7.66 (26) 21.10/7.66 Obligation: 21.10/7.66 Q DP problem: 21.10/7.66 The TRS P consists of the following rules: 21.10/7.66 21.10/7.66 new_primEqNat(Succ(vuu3000), Succ(vuu31000)) -> new_primEqNat(vuu3000, vuu31000) 21.10/7.66 21.10/7.66 R is empty. 21.10/7.66 Q is empty. 21.10/7.66 We have to consider all minimal (P,Q,R)-chains. 21.10/7.66 ---------------------------------------- 21.10/7.66 21.10/7.66 (27) QDPSizeChangeProof (EQUIVALENT) 21.10/7.66 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 21.10/7.66 21.10/7.66 From the DPs we obtained the following set of size-change graphs: 21.10/7.66 *new_primEqNat(Succ(vuu3000), Succ(vuu31000)) -> new_primEqNat(vuu3000, vuu31000) 21.10/7.66 The graph contains the following edges 1 > 1, 2 > 2 21.10/7.66 21.10/7.66 21.10/7.66 ---------------------------------------- 21.10/7.66 21.10/7.66 (28) 21.10/7.66 YES 21.35/7.82 EOF