/export/starexec/sandbox/solver/bin/starexec_run_standard /export/starexec/sandbox/benchmark/theBenchmark.hs /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES proof of /export/starexec/sandbox/benchmark/theBenchmark.hs # AProVE Commit ID: 794c25de1cacf0d048858bcd21c9a779e1221865 marcel 20200619 unpublished dirty H-Termination with start terms of the given HASKELL could be proven: (0) HASKELL (1) BR [EQUIVALENT, 0 ms] (2) HASKELL (3) COR [EQUIVALENT, 14 ms] (4) HASKELL (5) LetRed [EQUIVALENT, 0 ms] (6) HASKELL (7) Narrow [SOUND, 0 ms] (8) AND (9) QDP (10) QDPSizeChangeProof [EQUIVALENT, 0 ms] (11) YES (12) QDP (13) QDPSizeChangeProof [EQUIVALENT, 14 ms] (14) YES (15) QDP (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] (17) YES (18) QDP (19) QDPSizeChangeProof [EQUIVALENT, 0 ms] (20) YES (21) QDP (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] (23) YES ---------------------------------------- (0) Obligation: mainModule Main module Maybe where { import qualified List; import qualified Main; import qualified Prelude; } module List where { import qualified Main; import qualified Maybe; import qualified Prelude; nub :: Eq a => [a] -> [a]; nub l = nub' l [] where { nub' [] _ = []; nub' (x : xs) ls | x `elem` ls = nub' xs ls | otherwise = x : nub' xs (x : ls); }; } module Main where { import qualified List; import qualified Maybe; import qualified Prelude; } ---------------------------------------- (1) BR (EQUIVALENT) Replaced joker patterns by fresh variables and removed binding patterns. ---------------------------------------- (2) Obligation: mainModule Main module Maybe where { import qualified List; import qualified Main; import qualified Prelude; } module List where { import qualified Main; import qualified Maybe; import qualified Prelude; nub :: Eq a => [a] -> [a]; nub l = nub' l [] where { nub' [] xw = []; nub' (x : xs) ls | x `elem` ls = nub' xs ls | otherwise = x : nub' xs (x : ls); }; } module Main where { import qualified List; import qualified Maybe; import qualified Prelude; } ---------------------------------------- (3) COR (EQUIVALENT) Cond Reductions: The following Function with conditions "undefined |Falseundefined; " is transformed to "undefined = undefined1; " "undefined0 True = undefined; " "undefined1 = undefined0 False; " The following Function with conditions "nub' [] xw = []; nub' (x : xs) ls|x `elem` lsnub' xs ls|otherwisex : nub' xs (x : ls); " is transformed to "nub' [] xw = nub'3 [] xw; nub' (x : xs) ls = nub'2 (x : xs) ls; " "nub'0 x xs ls True = x : nub' xs (x : ls); " "nub'1 x xs ls True = nub' xs ls; nub'1 x xs ls False = nub'0 x xs ls otherwise; " "nub'2 (x : xs) ls = nub'1 x xs ls (x `elem` ls); " "nub'3 [] xw = []; nub'3 xz yu = nub'2 xz yu; " ---------------------------------------- (4) Obligation: mainModule Main module Maybe where { import qualified List; import qualified Main; import qualified Prelude; } module List where { import qualified Main; import qualified Maybe; import qualified Prelude; nub :: Eq a => [a] -> [a]; nub l = nub' l [] where { nub' [] xw = nub'3 [] xw; nub' (x : xs) ls = nub'2 (x : xs) ls; nub'0 x xs ls True = x : nub' xs (x : ls); nub'1 x xs ls True = nub' xs ls; nub'1 x xs ls False = nub'0 x xs ls otherwise; nub'2 (x : xs) ls = nub'1 x xs ls (x `elem` ls); nub'3 [] xw = []; nub'3 xz yu = nub'2 xz yu; }; } module Main where { import qualified List; import qualified Maybe; import qualified Prelude; } ---------------------------------------- (5) LetRed (EQUIVALENT) Let/Where Reductions: The bindings of the following Let/Where expression "nub' l [] where { nub' [] xw = nub'3 [] xw; nub' (x : xs) ls = nub'2 (x : xs) ls; ; nub'0 x xs ls True = x : nub' xs (x : ls); ; nub'1 x xs ls True = nub' xs ls; nub'1 x xs ls False = nub'0 x xs ls otherwise; ; nub'2 (x : xs) ls = nub'1 x xs ls (x `elem` ls); ; nub'3 [] xw = []; nub'3 xz yu = nub'2 xz yu; } " are unpacked to the following functions on top level "nubNub'2 (x : xs) ls = nubNub'1 x xs ls (x `elem` ls); " "nubNub' [] xw = nubNub'3 [] xw; nubNub' (x : xs) ls = nubNub'2 (x : xs) ls; " "nubNub'1 x xs ls True = nubNub' xs ls; nubNub'1 x xs ls False = nubNub'0 x xs ls otherwise; " "nubNub'0 x xs ls True = x : nubNub' xs (x : ls); " "nubNub'3 [] xw = []; nubNub'3 xz yu = nubNub'2 xz yu; " ---------------------------------------- (6) Obligation: mainModule Main module Maybe where { import qualified List; import qualified Main; import qualified Prelude; } module List where { import qualified Main; import qualified Maybe; import qualified Prelude; nub :: Eq a => [a] -> [a]; nub l = nubNub' l []; nubNub' [] xw = nubNub'3 [] xw; nubNub' (x : xs) ls = nubNub'2 (x : xs) ls; nubNub'0 x xs ls True = x : nubNub' xs (x : ls); nubNub'1 x xs ls True = nubNub' xs ls; nubNub'1 x xs ls False = nubNub'0 x xs ls otherwise; nubNub'2 (x : xs) ls = nubNub'1 x xs ls (x `elem` ls); nubNub'3 [] xw = []; nubNub'3 xz yu = nubNub'2 xz yu; } module Main where { import qualified List; import qualified Maybe; import qualified Prelude; } ---------------------------------------- (7) Narrow (SOUND) Haskell To QDPs digraph dp_graph { node [outthreshold=100, inthreshold=100];1[label="List.nub",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 3[label="List.nub yv3",fontsize=16,color="black",shape="triangle"];3 -> 4[label="",style="solid", color="black", weight=3]; 4[label="List.nubNub' yv3 []",fontsize=16,color="burlywood",shape="box"];3416[label="yv3/yv30 : yv31",fontsize=10,color="white",style="solid",shape="box"];4 -> 3416[label="",style="solid", color="burlywood", weight=9]; 3416 -> 5[label="",style="solid", color="burlywood", weight=3]; 3417[label="yv3/[]",fontsize=10,color="white",style="solid",shape="box"];4 -> 3417[label="",style="solid", color="burlywood", weight=9]; 3417 -> 6[label="",style="solid", color="burlywood", weight=3]; 5[label="List.nubNub' (yv30 : yv31) []",fontsize=16,color="black",shape="box"];5 -> 7[label="",style="solid", color="black", weight=3]; 6[label="List.nubNub' [] []",fontsize=16,color="black",shape="box"];6 -> 8[label="",style="solid", color="black", weight=3]; 7[label="List.nubNub'2 (yv30 : yv31) []",fontsize=16,color="black",shape="box"];7 -> 9[label="",style="solid", color="black", weight=3]; 8[label="List.nubNub'3 [] []",fontsize=16,color="black",shape="box"];8 -> 10[label="",style="solid", color="black", weight=3]; 9[label="List.nubNub'1 yv30 yv31 [] (yv30 `elem` [])",fontsize=16,color="black",shape="box"];9 -> 11[label="",style="solid", color="black", weight=3]; 10[label="[]",fontsize=16,color="green",shape="box"];11[label="List.nubNub'1 yv30 yv31 [] (any . (==))",fontsize=16,color="black",shape="box"];11 -> 12[label="",style="solid", color="black", weight=3]; 12[label="List.nubNub'1 yv30 yv31 [] (any ((==) yv30) [])",fontsize=16,color="black",shape="box"];12 -> 13[label="",style="solid", color="black", weight=3]; 13[label="List.nubNub'1 yv30 yv31 [] (or . map ((==) yv30))",fontsize=16,color="black",shape="box"];13 -> 14[label="",style="solid", color="black", weight=3]; 14[label="List.nubNub'1 yv30 yv31 [] (or (map ((==) yv30) []))",fontsize=16,color="black",shape="box"];14 -> 15[label="",style="solid", color="black", weight=3]; 15[label="List.nubNub'1 yv30 yv31 [] (foldr (||) False (map ((==) yv30) []))",fontsize=16,color="black",shape="box"];15 -> 16[label="",style="solid", color="black", weight=3]; 16[label="List.nubNub'1 yv30 yv31 [] (foldr (||) False [])",fontsize=16,color="black",shape="box"];16 -> 17[label="",style="solid", color="black", weight=3]; 17[label="List.nubNub'1 yv30 yv31 [] False",fontsize=16,color="black",shape="box"];17 -> 18[label="",style="solid", color="black", weight=3]; 18[label="List.nubNub'0 yv30 yv31 [] otherwise",fontsize=16,color="black",shape="box"];18 -> 19[label="",style="solid", color="black", weight=3]; 19[label="List.nubNub'0 yv30 yv31 [] True",fontsize=16,color="black",shape="box"];19 -> 20[label="",style="solid", color="black", weight=3]; 20[label="yv30 : List.nubNub' yv31 (yv30 : [])",fontsize=16,color="green",shape="box"];20 -> 21[label="",style="dashed", color="green", weight=3]; 21[label="List.nubNub' yv31 (yv30 : [])",fontsize=16,color="burlywood",shape="triangle"];3418[label="yv31/yv310 : yv311",fontsize=10,color="white",style="solid",shape="box"];21 -> 3418[label="",style="solid", color="burlywood", weight=9]; 3418 -> 22[label="",style="solid", color="burlywood", weight=3]; 3419[label="yv31/[]",fontsize=10,color="white",style="solid",shape="box"];21 -> 3419[label="",style="solid", color="burlywood", weight=9]; 3419 -> 23[label="",style="solid", color="burlywood", weight=3]; 22[label="List.nubNub' (yv310 : yv311) (yv30 : [])",fontsize=16,color="black",shape="box"];22 -> 24[label="",style="solid", color="black", weight=3]; 23[label="List.nubNub' [] (yv30 : [])",fontsize=16,color="black",shape="box"];23 -> 25[label="",style="solid", color="black", weight=3]; 24[label="List.nubNub'2 (yv310 : yv311) (yv30 : [])",fontsize=16,color="black",shape="box"];24 -> 26[label="",style="solid", color="black", weight=3]; 25[label="List.nubNub'3 [] (yv30 : [])",fontsize=16,color="black",shape="box"];25 -> 27[label="",style="solid", color="black", weight=3]; 26[label="List.nubNub'1 yv310 yv311 (yv30 : []) (yv310 `elem` yv30 : [])",fontsize=16,color="black",shape="box"];26 -> 28[label="",style="solid", color="black", weight=3]; 27[label="[]",fontsize=16,color="green",shape="box"];28 -> 1660[label="",style="dashed", color="red", weight=0]; 28[label="List.nubNub'1 yv310 yv311 (yv30 : []) (any . (==))",fontsize=16,color="magenta"];28 -> 1661[label="",style="dashed", color="magenta", weight=3]; 28 -> 1662[label="",style="dashed", color="magenta", weight=3]; 28 -> 1663[label="",style="dashed", color="magenta", weight=3]; 28 -> 1664[label="",style="dashed", color="magenta", weight=3]; 1661[label="yv30",fontsize=16,color="green",shape="box"];1662[label="yv311",fontsize=16,color="green",shape="box"];1663[label="yv310",fontsize=16,color="green",shape="box"];1664[label="[]",fontsize=16,color="green",shape="box"];1660[label="List.nubNub'1 yv234 yv235 (yv236 : yv237) (any . (==))",fontsize=16,color="black",shape="triangle"];1660 -> 1685[label="",style="solid", color="black", weight=3]; 1685[label="List.nubNub'1 yv234 yv235 (yv236 : yv237) (any ((==) yv234) (yv236 : yv237))",fontsize=16,color="black",shape="box"];1685 -> 1686[label="",style="solid", color="black", weight=3]; 1686[label="List.nubNub'1 yv234 yv235 (yv236 : yv237) (or . map ((==) yv234))",fontsize=16,color="black",shape="box"];1686 -> 1687[label="",style="solid", color="black", weight=3]; 1687[label="List.nubNub'1 yv234 yv235 (yv236 : yv237) (or (map ((==) yv234) (yv236 : yv237)))",fontsize=16,color="black",shape="box"];1687 -> 1688[label="",style="solid", color="black", weight=3]; 1688[label="List.nubNub'1 yv234 yv235 (yv236 : yv237) (foldr (||) False (map ((==) yv234) (yv236 : yv237)))",fontsize=16,color="black",shape="box"];1688 -> 1689[label="",style="solid", color="black", weight=3]; 1689 -> 2670[label="",style="dashed", color="red", weight=0]; 1689[label="List.nubNub'1 yv234 yv235 (yv236 : yv237) (foldr (||) False (((==) yv234 yv236) : map ((==) yv234) yv237))",fontsize=16,color="magenta"];1689 -> 2671[label="",style="dashed", color="magenta", weight=3]; 1689 -> 2672[label="",style="dashed", color="magenta", weight=3]; 1689 -> 2673[label="",style="dashed", color="magenta", weight=3]; 1689 -> 2674[label="",style="dashed", color="magenta", weight=3]; 1689 -> 2675[label="",style="dashed", color="magenta", weight=3]; 1689 -> 2676[label="",style="dashed", color="magenta", weight=3]; 2671[label="yv234",fontsize=16,color="green",shape="box"];2672[label="yv236",fontsize=16,color="green",shape="box"];2673[label="yv235",fontsize=16,color="green",shape="box"];2674[label="yv237",fontsize=16,color="green",shape="box"];2675[label="yv237",fontsize=16,color="green",shape="box"];2676[label="yv236",fontsize=16,color="green",shape="box"];2670[label="List.nubNub'1 yv328 yv329 (yv330 : yv331) (foldr (||) False (((==) yv328 yv332) : map ((==) yv328) yv333))",fontsize=16,color="black",shape="triangle"];2670 -> 2707[label="",style="solid", color="black", weight=3]; 2707 -> 2708[label="",style="dashed", color="red", weight=0]; 2707[label="List.nubNub'1 yv328 yv329 (yv330 : yv331) ((||) (==) yv328 yv332 foldr (||) False (map ((==) yv328) yv333))",fontsize=16,color="magenta"];2707 -> 2709[label="",style="dashed", color="magenta", weight=3]; 2707 -> 2710[label="",style="dashed", color="magenta", weight=3]; 2707 -> 2711[label="",style="dashed", color="magenta", weight=3]; 2707 -> 2712[label="",style="dashed", color="magenta", weight=3]; 2707 -> 2713[label="",style="dashed", color="magenta", weight=3]; 2707 -> 2714[label="",style="dashed", color="magenta", weight=3]; 2709[label="yv333",fontsize=16,color="green",shape="box"];2710[label="yv328",fontsize=16,color="green",shape="box"];2711[label="(==) yv328 yv332",fontsize=16,color="blue",shape="box"];3420[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2711 -> 3420[label="",style="solid", color="blue", weight=9]; 3420 -> 2715[label="",style="solid", color="blue", weight=3]; 3421[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2711 -> 3421[label="",style="solid", color="blue", weight=9]; 3421 -> 2716[label="",style="solid", color="blue", weight=3]; 3422[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2711 -> 3422[label="",style="solid", color="blue", weight=9]; 3422 -> 2717[label="",style="solid", color="blue", weight=3]; 3423[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2711 -> 3423[label="",style="solid", color="blue", weight=9]; 3423 -> 2718[label="",style="solid", color="blue", weight=3]; 3424[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2711 -> 3424[label="",style="solid", color="blue", weight=9]; 3424 -> 2719[label="",style="solid", color="blue", weight=3]; 3425[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2711 -> 3425[label="",style="solid", color="blue", weight=9]; 3425 -> 2720[label="",style="solid", color="blue", weight=3]; 3426[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2711 -> 3426[label="",style="solid", color="blue", weight=9]; 3426 -> 2721[label="",style="solid", color="blue", weight=3]; 3427[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2711 -> 3427[label="",style="solid", color="blue", weight=9]; 3427 -> 2722[label="",style="solid", color="blue", weight=3]; 3428[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2711 -> 3428[label="",style="solid", color="blue", weight=9]; 3428 -> 2723[label="",style="solid", color="blue", weight=3]; 3429[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2711 -> 3429[label="",style="solid", color="blue", weight=9]; 3429 -> 2724[label="",style="solid", color="blue", weight=3]; 3430[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2711 -> 3430[label="",style="solid", color="blue", weight=9]; 3430 -> 2725[label="",style="solid", color="blue", weight=3]; 3431[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2711 -> 3431[label="",style="solid", color="blue", weight=9]; 3431 -> 2726[label="",style="solid", color="blue", weight=3]; 3432[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2711 -> 3432[label="",style="solid", color="blue", weight=9]; 3432 -> 2727[label="",style="solid", color="blue", weight=3]; 3433[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2711 -> 3433[label="",style="solid", color="blue", weight=9]; 3433 -> 2728[label="",style="solid", color="blue", weight=3]; 2712[label="yv329",fontsize=16,color="green",shape="box"];2713[label="yv330",fontsize=16,color="green",shape="box"];2714[label="yv331",fontsize=16,color="green",shape="box"];2708[label="List.nubNub'1 yv341 yv342 (yv343 : yv344) ((||) yv345 foldr (||) False (map ((==) yv341) yv346))",fontsize=16,color="burlywood",shape="triangle"];3434[label="yv345/False",fontsize=10,color="white",style="solid",shape="box"];2708 -> 3434[label="",style="solid", color="burlywood", weight=9]; 3434 -> 2729[label="",style="solid", color="burlywood", weight=3]; 3435[label="yv345/True",fontsize=10,color="white",style="solid",shape="box"];2708 -> 3435[label="",style="solid", color="burlywood", weight=9]; 3435 -> 2730[label="",style="solid", color="burlywood", weight=3]; 2715[label="(==) yv328 yv332",fontsize=16,color="burlywood",shape="triangle"];3436[label="yv328/Left yv3280",fontsize=10,color="white",style="solid",shape="box"];2715 -> 3436[label="",style="solid", color="burlywood", weight=9]; 3436 -> 2731[label="",style="solid", color="burlywood", weight=3]; 3437[label="yv328/Right yv3280",fontsize=10,color="white",style="solid",shape="box"];2715 -> 3437[label="",style="solid", color="burlywood", weight=9]; 3437 -> 2732[label="",style="solid", color="burlywood", weight=3]; 2716[label="(==) yv328 yv332",fontsize=16,color="burlywood",shape="triangle"];3438[label="yv328/(yv3280,yv3281)",fontsize=10,color="white",style="solid",shape="box"];2716 -> 3438[label="",style="solid", color="burlywood", weight=9]; 3438 -> 2733[label="",style="solid", color="burlywood", weight=3]; 2717[label="(==) yv328 yv332",fontsize=16,color="burlywood",shape="triangle"];3439[label="yv328/()",fontsize=10,color="white",style="solid",shape="box"];2717 -> 3439[label="",style="solid", color="burlywood", weight=9]; 3439 -> 2734[label="",style="solid", color="burlywood", weight=3]; 2718[label="(==) yv328 yv332",fontsize=16,color="burlywood",shape="triangle"];3440[label="yv328/LT",fontsize=10,color="white",style="solid",shape="box"];2718 -> 3440[label="",style="solid", color="burlywood", weight=9]; 3440 -> 2735[label="",style="solid", color="burlywood", weight=3]; 3441[label="yv328/EQ",fontsize=10,color="white",style="solid",shape="box"];2718 -> 3441[label="",style="solid", color="burlywood", weight=9]; 3441 -> 2736[label="",style="solid", color="burlywood", weight=3]; 3442[label="yv328/GT",fontsize=10,color="white",style="solid",shape="box"];2718 -> 3442[label="",style="solid", color="burlywood", weight=9]; 3442 -> 2737[label="",style="solid", color="burlywood", weight=3]; 2719[label="(==) yv328 yv332",fontsize=16,color="burlywood",shape="triangle"];3443[label="yv328/yv3280 : yv3281",fontsize=10,color="white",style="solid",shape="box"];2719 -> 3443[label="",style="solid", color="burlywood", weight=9]; 3443 -> 2738[label="",style="solid", color="burlywood", weight=3]; 3444[label="yv328/[]",fontsize=10,color="white",style="solid",shape="box"];2719 -> 3444[label="",style="solid", color="burlywood", weight=9]; 3444 -> 2739[label="",style="solid", color="burlywood", weight=3]; 2720[label="(==) yv328 yv332",fontsize=16,color="burlywood",shape="triangle"];3445[label="yv328/Nothing",fontsize=10,color="white",style="solid",shape="box"];2720 -> 3445[label="",style="solid", color="burlywood", weight=9]; 3445 -> 2740[label="",style="solid", color="burlywood", weight=3]; 3446[label="yv328/Just yv3280",fontsize=10,color="white",style="solid",shape="box"];2720 -> 3446[label="",style="solid", color="burlywood", weight=9]; 3446 -> 2741[label="",style="solid", color="burlywood", weight=3]; 2721[label="(==) yv328 yv332",fontsize=16,color="burlywood",shape="triangle"];3447[label="yv328/Integer yv3280",fontsize=10,color="white",style="solid",shape="box"];2721 -> 3447[label="",style="solid", color="burlywood", weight=9]; 3447 -> 2742[label="",style="solid", color="burlywood", weight=3]; 2722[label="(==) yv328 yv332",fontsize=16,color="burlywood",shape="triangle"];3448[label="yv328/yv3280 :% yv3281",fontsize=10,color="white",style="solid",shape="box"];2722 -> 3448[label="",style="solid", color="burlywood", weight=9]; 3448 -> 2743[label="",style="solid", color="burlywood", weight=3]; 2723[label="(==) yv328 yv332",fontsize=16,color="black",shape="triangle"];2723 -> 2744[label="",style="solid", color="black", weight=3]; 2724[label="(==) yv328 yv332",fontsize=16,color="black",shape="triangle"];2724 -> 2745[label="",style="solid", color="black", weight=3]; 2725[label="(==) yv328 yv332",fontsize=16,color="burlywood",shape="triangle"];3449[label="yv328/False",fontsize=10,color="white",style="solid",shape="box"];2725 -> 3449[label="",style="solid", color="burlywood", weight=9]; 3449 -> 2746[label="",style="solid", color="burlywood", weight=3]; 3450[label="yv328/True",fontsize=10,color="white",style="solid",shape="box"];2725 -> 3450[label="",style="solid", color="burlywood", weight=9]; 3450 -> 2747[label="",style="solid", color="burlywood", weight=3]; 2726[label="(==) yv328 yv332",fontsize=16,color="black",shape="triangle"];2726 -> 2748[label="",style="solid", color="black", weight=3]; 2727[label="(==) yv328 yv332",fontsize=16,color="black",shape="triangle"];2727 -> 2749[label="",style="solid", color="black", weight=3]; 2728[label="(==) yv328 yv332",fontsize=16,color="burlywood",shape="triangle"];3451[label="yv328/(yv3280,yv3281,yv3282)",fontsize=10,color="white",style="solid",shape="box"];2728 -> 3451[label="",style="solid", color="burlywood", weight=9]; 3451 -> 2750[label="",style="solid", color="burlywood", weight=3]; 2729[label="List.nubNub'1 yv341 yv342 (yv343 : yv344) ((||) False foldr (||) False (map ((==) yv341) yv346))",fontsize=16,color="black",shape="box"];2729 -> 2751[label="",style="solid", color="black", weight=3]; 2730[label="List.nubNub'1 yv341 yv342 (yv343 : yv344) ((||) True foldr (||) False (map ((==) yv341) yv346))",fontsize=16,color="black",shape="box"];2730 -> 2752[label="",style="solid", color="black", weight=3]; 2731[label="(==) Left yv3280 yv332",fontsize=16,color="burlywood",shape="box"];3452[label="yv332/Left yv3320",fontsize=10,color="white",style="solid",shape="box"];2731 -> 3452[label="",style="solid", color="burlywood", weight=9]; 3452 -> 2753[label="",style="solid", color="burlywood", weight=3]; 3453[label="yv332/Right yv3320",fontsize=10,color="white",style="solid",shape="box"];2731 -> 3453[label="",style="solid", color="burlywood", weight=9]; 3453 -> 2754[label="",style="solid", color="burlywood", weight=3]; 2732[label="(==) Right yv3280 yv332",fontsize=16,color="burlywood",shape="box"];3454[label="yv332/Left yv3320",fontsize=10,color="white",style="solid",shape="box"];2732 -> 3454[label="",style="solid", color="burlywood", weight=9]; 3454 -> 2755[label="",style="solid", color="burlywood", weight=3]; 3455[label="yv332/Right yv3320",fontsize=10,color="white",style="solid",shape="box"];2732 -> 3455[label="",style="solid", color="burlywood", weight=9]; 3455 -> 2756[label="",style="solid", color="burlywood", weight=3]; 2733[label="(==) (yv3280,yv3281) yv332",fontsize=16,color="burlywood",shape="box"];3456[label="yv332/(yv3320,yv3321)",fontsize=10,color="white",style="solid",shape="box"];2733 -> 3456[label="",style="solid", color="burlywood", weight=9]; 3456 -> 2757[label="",style="solid", color="burlywood", weight=3]; 2734[label="(==) () yv332",fontsize=16,color="burlywood",shape="box"];3457[label="yv332/()",fontsize=10,color="white",style="solid",shape="box"];2734 -> 3457[label="",style="solid", color="burlywood", weight=9]; 3457 -> 2758[label="",style="solid", color="burlywood", weight=3]; 2735[label="(==) LT yv332",fontsize=16,color="burlywood",shape="box"];3458[label="yv332/LT",fontsize=10,color="white",style="solid",shape="box"];2735 -> 3458[label="",style="solid", color="burlywood", weight=9]; 3458 -> 2759[label="",style="solid", color="burlywood", weight=3]; 3459[label="yv332/EQ",fontsize=10,color="white",style="solid",shape="box"];2735 -> 3459[label="",style="solid", color="burlywood", weight=9]; 3459 -> 2760[label="",style="solid", color="burlywood", weight=3]; 3460[label="yv332/GT",fontsize=10,color="white",style="solid",shape="box"];2735 -> 3460[label="",style="solid", color="burlywood", weight=9]; 3460 -> 2761[label="",style="solid", color="burlywood", weight=3]; 2736[label="(==) EQ yv332",fontsize=16,color="burlywood",shape="box"];3461[label="yv332/LT",fontsize=10,color="white",style="solid",shape="box"];2736 -> 3461[label="",style="solid", color="burlywood", weight=9]; 3461 -> 2762[label="",style="solid", color="burlywood", weight=3]; 3462[label="yv332/EQ",fontsize=10,color="white",style="solid",shape="box"];2736 -> 3462[label="",style="solid", color="burlywood", weight=9]; 3462 -> 2763[label="",style="solid", color="burlywood", weight=3]; 3463[label="yv332/GT",fontsize=10,color="white",style="solid",shape="box"];2736 -> 3463[label="",style="solid", color="burlywood", weight=9]; 3463 -> 2764[label="",style="solid", color="burlywood", weight=3]; 2737[label="(==) GT yv332",fontsize=16,color="burlywood",shape="box"];3464[label="yv332/LT",fontsize=10,color="white",style="solid",shape="box"];2737 -> 3464[label="",style="solid", color="burlywood", weight=9]; 3464 -> 2765[label="",style="solid", color="burlywood", weight=3]; 3465[label="yv332/EQ",fontsize=10,color="white",style="solid",shape="box"];2737 -> 3465[label="",style="solid", color="burlywood", weight=9]; 3465 -> 2766[label="",style="solid", color="burlywood", weight=3]; 3466[label="yv332/GT",fontsize=10,color="white",style="solid",shape="box"];2737 -> 3466[label="",style="solid", color="burlywood", weight=9]; 3466 -> 2767[label="",style="solid", color="burlywood", weight=3]; 2738[label="(==) yv3280 : yv3281 yv332",fontsize=16,color="burlywood",shape="box"];3467[label="yv332/yv3320 : yv3321",fontsize=10,color="white",style="solid",shape="box"];2738 -> 3467[label="",style="solid", color="burlywood", weight=9]; 3467 -> 2768[label="",style="solid", color="burlywood", weight=3]; 3468[label="yv332/[]",fontsize=10,color="white",style="solid",shape="box"];2738 -> 3468[label="",style="solid", color="burlywood", weight=9]; 3468 -> 2769[label="",style="solid", color="burlywood", weight=3]; 2739[label="(==) [] yv332",fontsize=16,color="burlywood",shape="box"];3469[label="yv332/yv3320 : yv3321",fontsize=10,color="white",style="solid",shape="box"];2739 -> 3469[label="",style="solid", color="burlywood", weight=9]; 3469 -> 2770[label="",style="solid", color="burlywood", weight=3]; 3470[label="yv332/[]",fontsize=10,color="white",style="solid",shape="box"];2739 -> 3470[label="",style="solid", color="burlywood", weight=9]; 3470 -> 2771[label="",style="solid", color="burlywood", weight=3]; 2740[label="(==) Nothing yv332",fontsize=16,color="burlywood",shape="box"];3471[label="yv332/Nothing",fontsize=10,color="white",style="solid",shape="box"];2740 -> 3471[label="",style="solid", color="burlywood", weight=9]; 3471 -> 2772[label="",style="solid", color="burlywood", weight=3]; 3472[label="yv332/Just yv3320",fontsize=10,color="white",style="solid",shape="box"];2740 -> 3472[label="",style="solid", color="burlywood", weight=9]; 3472 -> 2773[label="",style="solid", color="burlywood", weight=3]; 2741[label="(==) Just yv3280 yv332",fontsize=16,color="burlywood",shape="box"];3473[label="yv332/Nothing",fontsize=10,color="white",style="solid",shape="box"];2741 -> 3473[label="",style="solid", color="burlywood", weight=9]; 3473 -> 2774[label="",style="solid", color="burlywood", weight=3]; 3474[label="yv332/Just yv3320",fontsize=10,color="white",style="solid",shape="box"];2741 -> 3474[label="",style="solid", color="burlywood", weight=9]; 3474 -> 2775[label="",style="solid", color="burlywood", weight=3]; 2742[label="(==) Integer yv3280 yv332",fontsize=16,color="burlywood",shape="box"];3475[label="yv332/Integer yv3320",fontsize=10,color="white",style="solid",shape="box"];2742 -> 3475[label="",style="solid", color="burlywood", weight=9]; 3475 -> 2776[label="",style="solid", color="burlywood", weight=3]; 2743[label="(==) yv3280 :% yv3281 yv332",fontsize=16,color="burlywood",shape="box"];3476[label="yv332/yv3320 :% yv3321",fontsize=10,color="white",style="solid",shape="box"];2743 -> 3476[label="",style="solid", color="burlywood", weight=9]; 3476 -> 2777[label="",style="solid", color="burlywood", weight=3]; 2744[label="primEqInt yv328 yv332",fontsize=16,color="burlywood",shape="triangle"];3477[label="yv328/Pos yv3280",fontsize=10,color="white",style="solid",shape="box"];2744 -> 3477[label="",style="solid", color="burlywood", weight=9]; 3477 -> 2778[label="",style="solid", color="burlywood", weight=3]; 3478[label="yv328/Neg yv3280",fontsize=10,color="white",style="solid",shape="box"];2744 -> 3478[label="",style="solid", color="burlywood", weight=9]; 3478 -> 2779[label="",style="solid", color="burlywood", weight=3]; 2745[label="primEqChar yv328 yv332",fontsize=16,color="burlywood",shape="box"];3479[label="yv328/Char yv3280",fontsize=10,color="white",style="solid",shape="box"];2745 -> 3479[label="",style="solid", color="burlywood", weight=9]; 3479 -> 2780[label="",style="solid", color="burlywood", weight=3]; 2746[label="(==) False yv332",fontsize=16,color="burlywood",shape="box"];3480[label="yv332/False",fontsize=10,color="white",style="solid",shape="box"];2746 -> 3480[label="",style="solid", color="burlywood", weight=9]; 3480 -> 2781[label="",style="solid", color="burlywood", weight=3]; 3481[label="yv332/True",fontsize=10,color="white",style="solid",shape="box"];2746 -> 3481[label="",style="solid", color="burlywood", weight=9]; 3481 -> 2782[label="",style="solid", color="burlywood", weight=3]; 2747[label="(==) True yv332",fontsize=16,color="burlywood",shape="box"];3482[label="yv332/False",fontsize=10,color="white",style="solid",shape="box"];2747 -> 3482[label="",style="solid", color="burlywood", weight=9]; 3482 -> 2783[label="",style="solid", color="burlywood", weight=3]; 3483[label="yv332/True",fontsize=10,color="white",style="solid",shape="box"];2747 -> 3483[label="",style="solid", color="burlywood", weight=9]; 3483 -> 2784[label="",style="solid", color="burlywood", weight=3]; 2748[label="primEqFloat yv328 yv332",fontsize=16,color="burlywood",shape="box"];3484[label="yv328/Float yv3280 yv3281",fontsize=10,color="white",style="solid",shape="box"];2748 -> 3484[label="",style="solid", color="burlywood", weight=9]; 3484 -> 2785[label="",style="solid", color="burlywood", weight=3]; 2749[label="primEqDouble yv328 yv332",fontsize=16,color="burlywood",shape="box"];3485[label="yv328/Double yv3280 yv3281",fontsize=10,color="white",style="solid",shape="box"];2749 -> 3485[label="",style="solid", color="burlywood", weight=9]; 3485 -> 2786[label="",style="solid", color="burlywood", weight=3]; 2750[label="(==) (yv3280,yv3281,yv3282) yv332",fontsize=16,color="burlywood",shape="box"];3486[label="yv332/(yv3320,yv3321,yv3322)",fontsize=10,color="white",style="solid",shape="box"];2750 -> 3486[label="",style="solid", color="burlywood", weight=9]; 3486 -> 2787[label="",style="solid", color="burlywood", weight=3]; 2751[label="List.nubNub'1 yv341 yv342 (yv343 : yv344) (foldr (||) False (map ((==) yv341) yv346))",fontsize=16,color="burlywood",shape="box"];3487[label="yv346/yv3460 : yv3461",fontsize=10,color="white",style="solid",shape="box"];2751 -> 3487[label="",style="solid", color="burlywood", weight=9]; 3487 -> 2788[label="",style="solid", color="burlywood", weight=3]; 3488[label="yv346/[]",fontsize=10,color="white",style="solid",shape="box"];2751 -> 3488[label="",style="solid", color="burlywood", weight=9]; 3488 -> 2789[label="",style="solid", color="burlywood", weight=3]; 2752[label="List.nubNub'1 yv341 yv342 (yv343 : yv344) True",fontsize=16,color="black",shape="box"];2752 -> 2790[label="",style="solid", color="black", weight=3]; 2753[label="(==) Left yv3280 Left yv3320",fontsize=16,color="black",shape="box"];2753 -> 2791[label="",style="solid", color="black", weight=3]; 2754[label="(==) Left yv3280 Right yv3320",fontsize=16,color="black",shape="box"];2754 -> 2792[label="",style="solid", color="black", weight=3]; 2755[label="(==) Right yv3280 Left yv3320",fontsize=16,color="black",shape="box"];2755 -> 2793[label="",style="solid", color="black", weight=3]; 2756[label="(==) Right yv3280 Right yv3320",fontsize=16,color="black",shape="box"];2756 -> 2794[label="",style="solid", color="black", weight=3]; 2757[label="(==) (yv3280,yv3281) (yv3320,yv3321)",fontsize=16,color="black",shape="box"];2757 -> 2795[label="",style="solid", color="black", weight=3]; 2758[label="(==) () ()",fontsize=16,color="black",shape="box"];2758 -> 2796[label="",style="solid", color="black", weight=3]; 2759[label="(==) LT LT",fontsize=16,color="black",shape="box"];2759 -> 2797[label="",style="solid", color="black", weight=3]; 2760[label="(==) LT EQ",fontsize=16,color="black",shape="box"];2760 -> 2798[label="",style="solid", color="black", weight=3]; 2761[label="(==) LT GT",fontsize=16,color="black",shape="box"];2761 -> 2799[label="",style="solid", color="black", weight=3]; 2762[label="(==) EQ LT",fontsize=16,color="black",shape="box"];2762 -> 2800[label="",style="solid", color="black", weight=3]; 2763[label="(==) EQ EQ",fontsize=16,color="black",shape="box"];2763 -> 2801[label="",style="solid", color="black", weight=3]; 2764[label="(==) EQ GT",fontsize=16,color="black",shape="box"];2764 -> 2802[label="",style="solid", color="black", weight=3]; 2765[label="(==) GT LT",fontsize=16,color="black",shape="box"];2765 -> 2803[label="",style="solid", color="black", weight=3]; 2766[label="(==) GT EQ",fontsize=16,color="black",shape="box"];2766 -> 2804[label="",style="solid", color="black", weight=3]; 2767[label="(==) GT GT",fontsize=16,color="black",shape="box"];2767 -> 2805[label="",style="solid", color="black", weight=3]; 2768[label="(==) yv3280 : yv3281 yv3320 : yv3321",fontsize=16,color="black",shape="box"];2768 -> 2806[label="",style="solid", color="black", weight=3]; 2769[label="(==) yv3280 : yv3281 []",fontsize=16,color="black",shape="box"];2769 -> 2807[label="",style="solid", color="black", weight=3]; 2770[label="(==) [] yv3320 : yv3321",fontsize=16,color="black",shape="box"];2770 -> 2808[label="",style="solid", color="black", weight=3]; 2771[label="(==) [] []",fontsize=16,color="black",shape="box"];2771 -> 2809[label="",style="solid", color="black", weight=3]; 2772[label="(==) Nothing Nothing",fontsize=16,color="black",shape="box"];2772 -> 2810[label="",style="solid", color="black", weight=3]; 2773[label="(==) Nothing Just yv3320",fontsize=16,color="black",shape="box"];2773 -> 2811[label="",style="solid", color="black", weight=3]; 2774[label="(==) Just yv3280 Nothing",fontsize=16,color="black",shape="box"];2774 -> 2812[label="",style="solid", color="black", weight=3]; 2775[label="(==) Just yv3280 Just yv3320",fontsize=16,color="black",shape="box"];2775 -> 2813[label="",style="solid", color="black", weight=3]; 2776[label="(==) Integer yv3280 Integer yv3320",fontsize=16,color="black",shape="box"];2776 -> 2814[label="",style="solid", color="black", weight=3]; 2777[label="(==) yv3280 :% yv3281 yv3320 :% yv3321",fontsize=16,color="black",shape="box"];2777 -> 2815[label="",style="solid", color="black", weight=3]; 2778[label="primEqInt (Pos yv3280) yv332",fontsize=16,color="burlywood",shape="box"];3489[label="yv3280/Succ yv32800",fontsize=10,color="white",style="solid",shape="box"];2778 -> 3489[label="",style="solid", color="burlywood", weight=9]; 3489 -> 2816[label="",style="solid", color="burlywood", weight=3]; 3490[label="yv3280/Zero",fontsize=10,color="white",style="solid",shape="box"];2778 -> 3490[label="",style="solid", color="burlywood", weight=9]; 3490 -> 2817[label="",style="solid", color="burlywood", weight=3]; 2779[label="primEqInt (Neg yv3280) yv332",fontsize=16,color="burlywood",shape="box"];3491[label="yv3280/Succ yv32800",fontsize=10,color="white",style="solid",shape="box"];2779 -> 3491[label="",style="solid", color="burlywood", weight=9]; 3491 -> 2818[label="",style="solid", color="burlywood", weight=3]; 3492[label="yv3280/Zero",fontsize=10,color="white",style="solid",shape="box"];2779 -> 3492[label="",style="solid", color="burlywood", weight=9]; 3492 -> 2819[label="",style="solid", color="burlywood", weight=3]; 2780[label="primEqChar (Char yv3280) yv332",fontsize=16,color="burlywood",shape="box"];3493[label="yv332/Char yv3320",fontsize=10,color="white",style="solid",shape="box"];2780 -> 3493[label="",style="solid", color="burlywood", weight=9]; 3493 -> 2820[label="",style="solid", color="burlywood", weight=3]; 2781[label="(==) False False",fontsize=16,color="black",shape="box"];2781 -> 2821[label="",style="solid", color="black", weight=3]; 2782[label="(==) False True",fontsize=16,color="black",shape="box"];2782 -> 2822[label="",style="solid", color="black", weight=3]; 2783[label="(==) True False",fontsize=16,color="black",shape="box"];2783 -> 2823[label="",style="solid", color="black", weight=3]; 2784[label="(==) True True",fontsize=16,color="black",shape="box"];2784 -> 2824[label="",style="solid", color="black", weight=3]; 2785[label="primEqFloat (Float yv3280 yv3281) yv332",fontsize=16,color="burlywood",shape="box"];3494[label="yv332/Float yv3320 yv3321",fontsize=10,color="white",style="solid",shape="box"];2785 -> 3494[label="",style="solid", color="burlywood", weight=9]; 3494 -> 2825[label="",style="solid", color="burlywood", weight=3]; 2786[label="primEqDouble (Double yv3280 yv3281) yv332",fontsize=16,color="burlywood",shape="box"];3495[label="yv332/Double yv3320 yv3321",fontsize=10,color="white",style="solid",shape="box"];2786 -> 3495[label="",style="solid", color="burlywood", weight=9]; 3495 -> 2826[label="",style="solid", color="burlywood", weight=3]; 2787[label="(==) (yv3280,yv3281,yv3282) (yv3320,yv3321,yv3322)",fontsize=16,color="black",shape="box"];2787 -> 2827[label="",style="solid", color="black", weight=3]; 2788[label="List.nubNub'1 yv341 yv342 (yv343 : yv344) (foldr (||) False (map ((==) yv341) (yv3460 : yv3461)))",fontsize=16,color="black",shape="box"];2788 -> 2828[label="",style="solid", color="black", weight=3]; 2789[label="List.nubNub'1 yv341 yv342 (yv343 : yv344) (foldr (||) False (map ((==) yv341) []))",fontsize=16,color="black",shape="box"];2789 -> 2829[label="",style="solid", color="black", weight=3]; 2790[label="List.nubNub' yv342 (yv343 : yv344)",fontsize=16,color="burlywood",shape="triangle"];3496[label="yv342/yv3420 : yv3421",fontsize=10,color="white",style="solid",shape="box"];2790 -> 3496[label="",style="solid", color="burlywood", weight=9]; 3496 -> 2830[label="",style="solid", color="burlywood", weight=3]; 3497[label="yv342/[]",fontsize=10,color="white",style="solid",shape="box"];2790 -> 3497[label="",style="solid", color="burlywood", weight=9]; 3497 -> 2831[label="",style="solid", color="burlywood", weight=3]; 2791[label="yv3280 == yv3320",fontsize=16,color="blue",shape="box"];3498[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2791 -> 3498[label="",style="solid", color="blue", weight=9]; 3498 -> 2832[label="",style="solid", color="blue", weight=3]; 3499[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2791 -> 3499[label="",style="solid", color="blue", weight=9]; 3499 -> 2833[label="",style="solid", color="blue", weight=3]; 3500[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2791 -> 3500[label="",style="solid", color="blue", weight=9]; 3500 -> 2834[label="",style="solid", color="blue", weight=3]; 3501[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2791 -> 3501[label="",style="solid", color="blue", weight=9]; 3501 -> 2835[label="",style="solid", color="blue", weight=3]; 3502[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2791 -> 3502[label="",style="solid", color="blue", weight=9]; 3502 -> 2836[label="",style="solid", color="blue", weight=3]; 3503[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2791 -> 3503[label="",style="solid", color="blue", weight=9]; 3503 -> 2837[label="",style="solid", color="blue", weight=3]; 3504[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2791 -> 3504[label="",style="solid", color="blue", weight=9]; 3504 -> 2838[label="",style="solid", color="blue", weight=3]; 3505[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2791 -> 3505[label="",style="solid", color="blue", weight=9]; 3505 -> 2839[label="",style="solid", color="blue", weight=3]; 3506[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2791 -> 3506[label="",style="solid", color="blue", weight=9]; 3506 -> 2840[label="",style="solid", color="blue", weight=3]; 3507[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2791 -> 3507[label="",style="solid", color="blue", weight=9]; 3507 -> 2841[label="",style="solid", color="blue", weight=3]; 3508[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2791 -> 3508[label="",style="solid", color="blue", weight=9]; 3508 -> 2842[label="",style="solid", color="blue", weight=3]; 3509[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2791 -> 3509[label="",style="solid", color="blue", weight=9]; 3509 -> 2843[label="",style="solid", color="blue", weight=3]; 3510[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2791 -> 3510[label="",style="solid", color="blue", weight=9]; 3510 -> 2844[label="",style="solid", color="blue", weight=3]; 3511[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2791 -> 3511[label="",style="solid", color="blue", weight=9]; 3511 -> 2845[label="",style="solid", color="blue", weight=3]; 2792[label="False",fontsize=16,color="green",shape="box"];2793[label="False",fontsize=16,color="green",shape="box"];2794[label="yv3280 == yv3320",fontsize=16,color="blue",shape="box"];3512[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2794 -> 3512[label="",style="solid", color="blue", weight=9]; 3512 -> 2846[label="",style="solid", color="blue", weight=3]; 3513[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2794 -> 3513[label="",style="solid", color="blue", weight=9]; 3513 -> 2847[label="",style="solid", color="blue", weight=3]; 3514[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2794 -> 3514[label="",style="solid", color="blue", weight=9]; 3514 -> 2848[label="",style="solid", color="blue", weight=3]; 3515[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2794 -> 3515[label="",style="solid", color="blue", weight=9]; 3515 -> 2849[label="",style="solid", color="blue", weight=3]; 3516[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2794 -> 3516[label="",style="solid", color="blue", weight=9]; 3516 -> 2850[label="",style="solid", color="blue", weight=3]; 3517[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2794 -> 3517[label="",style="solid", color="blue", weight=9]; 3517 -> 2851[label="",style="solid", color="blue", weight=3]; 3518[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2794 -> 3518[label="",style="solid", color="blue", weight=9]; 3518 -> 2852[label="",style="solid", color="blue", weight=3]; 3519[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2794 -> 3519[label="",style="solid", color="blue", weight=9]; 3519 -> 2853[label="",style="solid", color="blue", weight=3]; 3520[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2794 -> 3520[label="",style="solid", color="blue", weight=9]; 3520 -> 2854[label="",style="solid", color="blue", weight=3]; 3521[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2794 -> 3521[label="",style="solid", color="blue", weight=9]; 3521 -> 2855[label="",style="solid", color="blue", weight=3]; 3522[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2794 -> 3522[label="",style="solid", color="blue", weight=9]; 3522 -> 2856[label="",style="solid", color="blue", weight=3]; 3523[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2794 -> 3523[label="",style="solid", color="blue", weight=9]; 3523 -> 2857[label="",style="solid", color="blue", weight=3]; 3524[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2794 -> 3524[label="",style="solid", color="blue", weight=9]; 3524 -> 2858[label="",style="solid", color="blue", weight=3]; 3525[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2794 -> 3525[label="",style="solid", color="blue", weight=9]; 3525 -> 2859[label="",style="solid", color="blue", weight=3]; 2795 -> 2987[label="",style="dashed", color="red", weight=0]; 2795[label="yv3280 == yv3320 && yv3281 == yv3321",fontsize=16,color="magenta"];2795 -> 2988[label="",style="dashed", color="magenta", weight=3]; 2795 -> 2989[label="",style="dashed", color="magenta", weight=3]; 2796[label="True",fontsize=16,color="green",shape="box"];2797[label="True",fontsize=16,color="green",shape="box"];2798[label="False",fontsize=16,color="green",shape="box"];2799[label="False",fontsize=16,color="green",shape="box"];2800[label="False",fontsize=16,color="green",shape="box"];2801[label="True",fontsize=16,color="green",shape="box"];2802[label="False",fontsize=16,color="green",shape="box"];2803[label="False",fontsize=16,color="green",shape="box"];2804[label="False",fontsize=16,color="green",shape="box"];2805[label="True",fontsize=16,color="green",shape="box"];2806 -> 2987[label="",style="dashed", color="red", weight=0]; 2806[label="yv3280 == yv3320 && yv3281 == yv3321",fontsize=16,color="magenta"];2806 -> 2990[label="",style="dashed", color="magenta", weight=3]; 2806 -> 2991[label="",style="dashed", color="magenta", weight=3]; 2807[label="False",fontsize=16,color="green",shape="box"];2808[label="False",fontsize=16,color="green",shape="box"];2809[label="True",fontsize=16,color="green",shape="box"];2810[label="True",fontsize=16,color="green",shape="box"];2811[label="False",fontsize=16,color="green",shape="box"];2812[label="False",fontsize=16,color="green",shape="box"];2813[label="yv3280 == yv3320",fontsize=16,color="blue",shape="box"];3526[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2813 -> 3526[label="",style="solid", color="blue", weight=9]; 3526 -> 2870[label="",style="solid", color="blue", weight=3]; 3527[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2813 -> 3527[label="",style="solid", color="blue", weight=9]; 3527 -> 2871[label="",style="solid", color="blue", weight=3]; 3528[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2813 -> 3528[label="",style="solid", color="blue", weight=9]; 3528 -> 2872[label="",style="solid", color="blue", weight=3]; 3529[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2813 -> 3529[label="",style="solid", color="blue", weight=9]; 3529 -> 2873[label="",style="solid", color="blue", weight=3]; 3530[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2813 -> 3530[label="",style="solid", color="blue", weight=9]; 3530 -> 2874[label="",style="solid", color="blue", weight=3]; 3531[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2813 -> 3531[label="",style="solid", color="blue", weight=9]; 3531 -> 2875[label="",style="solid", color="blue", weight=3]; 3532[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2813 -> 3532[label="",style="solid", color="blue", weight=9]; 3532 -> 2876[label="",style="solid", color="blue", weight=3]; 3533[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2813 -> 3533[label="",style="solid", color="blue", weight=9]; 3533 -> 2877[label="",style="solid", color="blue", weight=3]; 3534[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2813 -> 3534[label="",style="solid", color="blue", weight=9]; 3534 -> 2878[label="",style="solid", color="blue", weight=3]; 3535[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2813 -> 3535[label="",style="solid", color="blue", weight=9]; 3535 -> 2879[label="",style="solid", color="blue", weight=3]; 3536[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2813 -> 3536[label="",style="solid", color="blue", weight=9]; 3536 -> 2880[label="",style="solid", color="blue", weight=3]; 3537[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2813 -> 3537[label="",style="solid", color="blue", weight=9]; 3537 -> 2881[label="",style="solid", color="blue", weight=3]; 3538[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2813 -> 3538[label="",style="solid", color="blue", weight=9]; 3538 -> 2882[label="",style="solid", color="blue", weight=3]; 3539[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2813 -> 3539[label="",style="solid", color="blue", weight=9]; 3539 -> 2883[label="",style="solid", color="blue", weight=3]; 2814 -> 2744[label="",style="dashed", color="red", weight=0]; 2814[label="primEqInt yv3280 yv3320",fontsize=16,color="magenta"];2814 -> 2884[label="",style="dashed", color="magenta", weight=3]; 2814 -> 2885[label="",style="dashed", color="magenta", weight=3]; 2815 -> 2987[label="",style="dashed", color="red", weight=0]; 2815[label="yv3280 == yv3320 && yv3281 == yv3321",fontsize=16,color="magenta"];2815 -> 2992[label="",style="dashed", color="magenta", weight=3]; 2815 -> 2993[label="",style="dashed", color="magenta", weight=3]; 2816[label="primEqInt (Pos (Succ yv32800)) yv332",fontsize=16,color="burlywood",shape="box"];3540[label="yv332/Pos yv3320",fontsize=10,color="white",style="solid",shape="box"];2816 -> 3540[label="",style="solid", color="burlywood", weight=9]; 3540 -> 2886[label="",style="solid", color="burlywood", weight=3]; 3541[label="yv332/Neg yv3320",fontsize=10,color="white",style="solid",shape="box"];2816 -> 3541[label="",style="solid", color="burlywood", weight=9]; 3541 -> 2887[label="",style="solid", color="burlywood", weight=3]; 2817[label="primEqInt (Pos Zero) yv332",fontsize=16,color="burlywood",shape="box"];3542[label="yv332/Pos yv3320",fontsize=10,color="white",style="solid",shape="box"];2817 -> 3542[label="",style="solid", color="burlywood", weight=9]; 3542 -> 2888[label="",style="solid", color="burlywood", weight=3]; 3543[label="yv332/Neg yv3320",fontsize=10,color="white",style="solid",shape="box"];2817 -> 3543[label="",style="solid", color="burlywood", weight=9]; 3543 -> 2889[label="",style="solid", color="burlywood", weight=3]; 2818[label="primEqInt (Neg (Succ yv32800)) yv332",fontsize=16,color="burlywood",shape="box"];3544[label="yv332/Pos yv3320",fontsize=10,color="white",style="solid",shape="box"];2818 -> 3544[label="",style="solid", color="burlywood", weight=9]; 3544 -> 2890[label="",style="solid", color="burlywood", weight=3]; 3545[label="yv332/Neg yv3320",fontsize=10,color="white",style="solid",shape="box"];2818 -> 3545[label="",style="solid", color="burlywood", weight=9]; 3545 -> 2891[label="",style="solid", color="burlywood", weight=3]; 2819[label="primEqInt (Neg Zero) yv332",fontsize=16,color="burlywood",shape="box"];3546[label="yv332/Pos yv3320",fontsize=10,color="white",style="solid",shape="box"];2819 -> 3546[label="",style="solid", color="burlywood", weight=9]; 3546 -> 2892[label="",style="solid", color="burlywood", weight=3]; 3547[label="yv332/Neg yv3320",fontsize=10,color="white",style="solid",shape="box"];2819 -> 3547[label="",style="solid", color="burlywood", weight=9]; 3547 -> 2893[label="",style="solid", color="burlywood", weight=3]; 2820[label="primEqChar (Char yv3280) (Char yv3320)",fontsize=16,color="black",shape="box"];2820 -> 2894[label="",style="solid", color="black", weight=3]; 2821[label="True",fontsize=16,color="green",shape="box"];2822[label="False",fontsize=16,color="green",shape="box"];2823[label="False",fontsize=16,color="green",shape="box"];2824[label="True",fontsize=16,color="green",shape="box"];2825[label="primEqFloat (Float yv3280 yv3281) (Float yv3320 yv3321)",fontsize=16,color="black",shape="box"];2825 -> 2895[label="",style="solid", color="black", weight=3]; 2826[label="primEqDouble (Double yv3280 yv3281) (Double yv3320 yv3321)",fontsize=16,color="black",shape="box"];2826 -> 2896[label="",style="solid", color="black", weight=3]; 2827 -> 2987[label="",style="dashed", color="red", weight=0]; 2827[label="yv3280 == yv3320 && yv3281 == yv3321 && yv3282 == yv3322",fontsize=16,color="magenta"];2827 -> 2994[label="",style="dashed", color="magenta", weight=3]; 2827 -> 2995[label="",style="dashed", color="magenta", weight=3]; 2828 -> 2670[label="",style="dashed", color="red", weight=0]; 2828[label="List.nubNub'1 yv341 yv342 (yv343 : yv344) (foldr (||) False (((==) yv341 yv3460) : map ((==) yv341) yv3461))",fontsize=16,color="magenta"];2828 -> 2908[label="",style="dashed", color="magenta", weight=3]; 2828 -> 2909[label="",style="dashed", color="magenta", weight=3]; 2828 -> 2910[label="",style="dashed", color="magenta", weight=3]; 2828 -> 2911[label="",style="dashed", color="magenta", weight=3]; 2828 -> 2912[label="",style="dashed", color="magenta", weight=3]; 2828 -> 2913[label="",style="dashed", color="magenta", weight=3]; 2829[label="List.nubNub'1 yv341 yv342 (yv343 : yv344) (foldr (||) False [])",fontsize=16,color="black",shape="box"];2829 -> 2914[label="",style="solid", color="black", weight=3]; 2830[label="List.nubNub' (yv3420 : yv3421) (yv343 : yv344)",fontsize=16,color="black",shape="box"];2830 -> 2915[label="",style="solid", color="black", weight=3]; 2831[label="List.nubNub' [] (yv343 : yv344)",fontsize=16,color="black",shape="box"];2831 -> 2916[label="",style="solid", color="black", weight=3]; 2832 -> 2715[label="",style="dashed", color="red", weight=0]; 2832[label="yv3280 == yv3320",fontsize=16,color="magenta"];2832 -> 2917[label="",style="dashed", color="magenta", weight=3]; 2832 -> 2918[label="",style="dashed", color="magenta", weight=3]; 2833 -> 2716[label="",style="dashed", color="red", weight=0]; 2833[label="yv3280 == yv3320",fontsize=16,color="magenta"];2833 -> 2919[label="",style="dashed", color="magenta", weight=3]; 2833 -> 2920[label="",style="dashed", color="magenta", weight=3]; 2834 -> 2717[label="",style="dashed", color="red", weight=0]; 2834[label="yv3280 == yv3320",fontsize=16,color="magenta"];2834 -> 2921[label="",style="dashed", color="magenta", weight=3]; 2834 -> 2922[label="",style="dashed", color="magenta", weight=3]; 2835 -> 2718[label="",style="dashed", color="red", weight=0]; 2835[label="yv3280 == yv3320",fontsize=16,color="magenta"];2835 -> 2923[label="",style="dashed", color="magenta", weight=3]; 2835 -> 2924[label="",style="dashed", color="magenta", weight=3]; 2836 -> 2719[label="",style="dashed", color="red", weight=0]; 2836[label="yv3280 == yv3320",fontsize=16,color="magenta"];2836 -> 2925[label="",style="dashed", color="magenta", weight=3]; 2836 -> 2926[label="",style="dashed", color="magenta", weight=3]; 2837 -> 2720[label="",style="dashed", color="red", weight=0]; 2837[label="yv3280 == yv3320",fontsize=16,color="magenta"];2837 -> 2927[label="",style="dashed", color="magenta", weight=3]; 2837 -> 2928[label="",style="dashed", color="magenta", weight=3]; 2838 -> 2721[label="",style="dashed", color="red", weight=0]; 2838[label="yv3280 == yv3320",fontsize=16,color="magenta"];2838 -> 2929[label="",style="dashed", color="magenta", weight=3]; 2838 -> 2930[label="",style="dashed", color="magenta", weight=3]; 2839 -> 2722[label="",style="dashed", color="red", weight=0]; 2839[label="yv3280 == yv3320",fontsize=16,color="magenta"];2839 -> 2931[label="",style="dashed", color="magenta", weight=3]; 2839 -> 2932[label="",style="dashed", color="magenta", weight=3]; 2840 -> 2723[label="",style="dashed", color="red", weight=0]; 2840[label="yv3280 == yv3320",fontsize=16,color="magenta"];2840 -> 2933[label="",style="dashed", color="magenta", weight=3]; 2840 -> 2934[label="",style="dashed", color="magenta", weight=3]; 2841 -> 2724[label="",style="dashed", color="red", weight=0]; 2841[label="yv3280 == yv3320",fontsize=16,color="magenta"];2841 -> 2935[label="",style="dashed", color="magenta", weight=3]; 2841 -> 2936[label="",style="dashed", color="magenta", weight=3]; 2842 -> 2725[label="",style="dashed", color="red", weight=0]; 2842[label="yv3280 == yv3320",fontsize=16,color="magenta"];2842 -> 2937[label="",style="dashed", color="magenta", weight=3]; 2842 -> 2938[label="",style="dashed", color="magenta", weight=3]; 2843 -> 2726[label="",style="dashed", color="red", weight=0]; 2843[label="yv3280 == yv3320",fontsize=16,color="magenta"];2843 -> 2939[label="",style="dashed", color="magenta", weight=3]; 2843 -> 2940[label="",style="dashed", color="magenta", weight=3]; 2844 -> 2727[label="",style="dashed", color="red", weight=0]; 2844[label="yv3280 == yv3320",fontsize=16,color="magenta"];2844 -> 2941[label="",style="dashed", color="magenta", weight=3]; 2844 -> 2942[label="",style="dashed", color="magenta", weight=3]; 2845 -> 2728[label="",style="dashed", color="red", weight=0]; 2845[label="yv3280 == yv3320",fontsize=16,color="magenta"];2845 -> 2943[label="",style="dashed", color="magenta", weight=3]; 2845 -> 2944[label="",style="dashed", color="magenta", weight=3]; 2846 -> 2715[label="",style="dashed", color="red", weight=0]; 2846[label="yv3280 == yv3320",fontsize=16,color="magenta"];2846 -> 2945[label="",style="dashed", color="magenta", weight=3]; 2846 -> 2946[label="",style="dashed", color="magenta", weight=3]; 2847 -> 2716[label="",style="dashed", color="red", weight=0]; 2847[label="yv3280 == yv3320",fontsize=16,color="magenta"];2847 -> 2947[label="",style="dashed", color="magenta", weight=3]; 2847 -> 2948[label="",style="dashed", color="magenta", weight=3]; 2848 -> 2717[label="",style="dashed", color="red", weight=0]; 2848[label="yv3280 == yv3320",fontsize=16,color="magenta"];2848 -> 2949[label="",style="dashed", color="magenta", weight=3]; 2848 -> 2950[label="",style="dashed", color="magenta", weight=3]; 2849 -> 2718[label="",style="dashed", color="red", weight=0]; 2849[label="yv3280 == yv3320",fontsize=16,color="magenta"];2849 -> 2951[label="",style="dashed", color="magenta", weight=3]; 2849 -> 2952[label="",style="dashed", color="magenta", weight=3]; 2850 -> 2719[label="",style="dashed", color="red", weight=0]; 2850[label="yv3280 == yv3320",fontsize=16,color="magenta"];2850 -> 2953[label="",style="dashed", color="magenta", weight=3]; 2850 -> 2954[label="",style="dashed", color="magenta", weight=3]; 2851 -> 2720[label="",style="dashed", color="red", weight=0]; 2851[label="yv3280 == yv3320",fontsize=16,color="magenta"];2851 -> 2955[label="",style="dashed", color="magenta", weight=3]; 2851 -> 2956[label="",style="dashed", color="magenta", weight=3]; 2852 -> 2721[label="",style="dashed", color="red", weight=0]; 2852[label="yv3280 == yv3320",fontsize=16,color="magenta"];2852 -> 2957[label="",style="dashed", color="magenta", weight=3]; 2852 -> 2958[label="",style="dashed", color="magenta", weight=3]; 2853 -> 2722[label="",style="dashed", color="red", weight=0]; 2853[label="yv3280 == yv3320",fontsize=16,color="magenta"];2853 -> 2959[label="",style="dashed", color="magenta", weight=3]; 2853 -> 2960[label="",style="dashed", color="magenta", weight=3]; 2854 -> 2723[label="",style="dashed", color="red", weight=0]; 2854[label="yv3280 == yv3320",fontsize=16,color="magenta"];2854 -> 2961[label="",style="dashed", color="magenta", weight=3]; 2854 -> 2962[label="",style="dashed", color="magenta", weight=3]; 2855 -> 2724[label="",style="dashed", color="red", weight=0]; 2855[label="yv3280 == yv3320",fontsize=16,color="magenta"];2855 -> 2963[label="",style="dashed", color="magenta", weight=3]; 2855 -> 2964[label="",style="dashed", color="magenta", weight=3]; 2856 -> 2725[label="",style="dashed", color="red", weight=0]; 2856[label="yv3280 == yv3320",fontsize=16,color="magenta"];2856 -> 2965[label="",style="dashed", color="magenta", weight=3]; 2856 -> 2966[label="",style="dashed", color="magenta", weight=3]; 2857 -> 2726[label="",style="dashed", color="red", weight=0]; 2857[label="yv3280 == yv3320",fontsize=16,color="magenta"];2857 -> 2967[label="",style="dashed", color="magenta", weight=3]; 2857 -> 2968[label="",style="dashed", color="magenta", weight=3]; 2858 -> 2727[label="",style="dashed", color="red", weight=0]; 2858[label="yv3280 == yv3320",fontsize=16,color="magenta"];2858 -> 2969[label="",style="dashed", color="magenta", weight=3]; 2858 -> 2970[label="",style="dashed", color="magenta", weight=3]; 2859 -> 2728[label="",style="dashed", color="red", weight=0]; 2859[label="yv3280 == yv3320",fontsize=16,color="magenta"];2859 -> 2971[label="",style="dashed", color="magenta", weight=3]; 2859 -> 2972[label="",style="dashed", color="magenta", weight=3]; 2988[label="yv3280 == yv3320",fontsize=16,color="blue",shape="box"];3548[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2988 -> 3548[label="",style="solid", color="blue", weight=9]; 3548 -> 3000[label="",style="solid", color="blue", weight=3]; 3549[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2988 -> 3549[label="",style="solid", color="blue", weight=9]; 3549 -> 3001[label="",style="solid", color="blue", weight=3]; 3550[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2988 -> 3550[label="",style="solid", color="blue", weight=9]; 3550 -> 3002[label="",style="solid", color="blue", weight=3]; 3551[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2988 -> 3551[label="",style="solid", color="blue", weight=9]; 3551 -> 3003[label="",style="solid", color="blue", weight=3]; 3552[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2988 -> 3552[label="",style="solid", color="blue", weight=9]; 3552 -> 3004[label="",style="solid", color="blue", weight=3]; 3553[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2988 -> 3553[label="",style="solid", color="blue", weight=9]; 3553 -> 3005[label="",style="solid", color="blue", weight=3]; 3554[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2988 -> 3554[label="",style="solid", color="blue", weight=9]; 3554 -> 3006[label="",style="solid", color="blue", weight=3]; 3555[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2988 -> 3555[label="",style="solid", color="blue", weight=9]; 3555 -> 3007[label="",style="solid", color="blue", weight=3]; 3556[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2988 -> 3556[label="",style="solid", color="blue", weight=9]; 3556 -> 3008[label="",style="solid", color="blue", weight=3]; 3557[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2988 -> 3557[label="",style="solid", color="blue", weight=9]; 3557 -> 3009[label="",style="solid", color="blue", weight=3]; 3558[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2988 -> 3558[label="",style="solid", color="blue", weight=9]; 3558 -> 3010[label="",style="solid", color="blue", weight=3]; 3559[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2988 -> 3559[label="",style="solid", color="blue", weight=9]; 3559 -> 3011[label="",style="solid", color="blue", weight=3]; 3560[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2988 -> 3560[label="",style="solid", color="blue", weight=9]; 3560 -> 3012[label="",style="solid", color="blue", weight=3]; 3561[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2988 -> 3561[label="",style="solid", color="blue", weight=9]; 3561 -> 3013[label="",style="solid", color="blue", weight=3]; 2989[label="yv3281 == yv3321",fontsize=16,color="blue",shape="box"];3562[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2989 -> 3562[label="",style="solid", color="blue", weight=9]; 3562 -> 3014[label="",style="solid", color="blue", weight=3]; 3563[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2989 -> 3563[label="",style="solid", color="blue", weight=9]; 3563 -> 3015[label="",style="solid", color="blue", weight=3]; 3564[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2989 -> 3564[label="",style="solid", color="blue", weight=9]; 3564 -> 3016[label="",style="solid", color="blue", weight=3]; 3565[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2989 -> 3565[label="",style="solid", color="blue", weight=9]; 3565 -> 3017[label="",style="solid", color="blue", weight=3]; 3566[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2989 -> 3566[label="",style="solid", color="blue", weight=9]; 3566 -> 3018[label="",style="solid", color="blue", weight=3]; 3567[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2989 -> 3567[label="",style="solid", color="blue", weight=9]; 3567 -> 3019[label="",style="solid", color="blue", weight=3]; 3568[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2989 -> 3568[label="",style="solid", color="blue", weight=9]; 3568 -> 3020[label="",style="solid", color="blue", weight=3]; 3569[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2989 -> 3569[label="",style="solid", color="blue", weight=9]; 3569 -> 3021[label="",style="solid", color="blue", weight=3]; 3570[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2989 -> 3570[label="",style="solid", color="blue", weight=9]; 3570 -> 3022[label="",style="solid", color="blue", weight=3]; 3571[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2989 -> 3571[label="",style="solid", color="blue", weight=9]; 3571 -> 3023[label="",style="solid", color="blue", weight=3]; 3572[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2989 -> 3572[label="",style="solid", color="blue", weight=9]; 3572 -> 3024[label="",style="solid", color="blue", weight=3]; 3573[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2989 -> 3573[label="",style="solid", color="blue", weight=9]; 3573 -> 3025[label="",style="solid", color="blue", weight=3]; 3574[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2989 -> 3574[label="",style="solid", color="blue", weight=9]; 3574 -> 3026[label="",style="solid", color="blue", weight=3]; 3575[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2989 -> 3575[label="",style="solid", color="blue", weight=9]; 3575 -> 3027[label="",style="solid", color="blue", weight=3]; 2987[label="yv358 && yv359",fontsize=16,color="burlywood",shape="triangle"];3576[label="yv358/False",fontsize=10,color="white",style="solid",shape="box"];2987 -> 3576[label="",style="solid", color="burlywood", weight=9]; 3576 -> 3028[label="",style="solid", color="burlywood", weight=3]; 3577[label="yv358/True",fontsize=10,color="white",style="solid",shape="box"];2987 -> 3577[label="",style="solid", color="burlywood", weight=9]; 3577 -> 3029[label="",style="solid", color="burlywood", weight=3]; 2990[label="yv3280 == yv3320",fontsize=16,color="blue",shape="box"];3578[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2990 -> 3578[label="",style="solid", color="blue", weight=9]; 3578 -> 3030[label="",style="solid", color="blue", weight=3]; 3579[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2990 -> 3579[label="",style="solid", color="blue", weight=9]; 3579 -> 3031[label="",style="solid", color="blue", weight=3]; 3580[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2990 -> 3580[label="",style="solid", color="blue", weight=9]; 3580 -> 3032[label="",style="solid", color="blue", weight=3]; 3581[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2990 -> 3581[label="",style="solid", color="blue", weight=9]; 3581 -> 3033[label="",style="solid", color="blue", weight=3]; 3582[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2990 -> 3582[label="",style="solid", color="blue", weight=9]; 3582 -> 3034[label="",style="solid", color="blue", weight=3]; 3583[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2990 -> 3583[label="",style="solid", color="blue", weight=9]; 3583 -> 3035[label="",style="solid", color="blue", weight=3]; 3584[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2990 -> 3584[label="",style="solid", color="blue", weight=9]; 3584 -> 3036[label="",style="solid", color="blue", weight=3]; 3585[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2990 -> 3585[label="",style="solid", color="blue", weight=9]; 3585 -> 3037[label="",style="solid", color="blue", weight=3]; 3586[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2990 -> 3586[label="",style="solid", color="blue", weight=9]; 3586 -> 3038[label="",style="solid", color="blue", weight=3]; 3587[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2990 -> 3587[label="",style="solid", color="blue", weight=9]; 3587 -> 3039[label="",style="solid", color="blue", weight=3]; 3588[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2990 -> 3588[label="",style="solid", color="blue", weight=9]; 3588 -> 3040[label="",style="solid", color="blue", weight=3]; 3589[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2990 -> 3589[label="",style="solid", color="blue", weight=9]; 3589 -> 3041[label="",style="solid", color="blue", weight=3]; 3590[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2990 -> 3590[label="",style="solid", color="blue", weight=9]; 3590 -> 3042[label="",style="solid", color="blue", weight=3]; 3591[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2990 -> 3591[label="",style="solid", color="blue", weight=9]; 3591 -> 3043[label="",style="solid", color="blue", weight=3]; 2991 -> 2719[label="",style="dashed", color="red", weight=0]; 2991[label="yv3281 == yv3321",fontsize=16,color="magenta"];2991 -> 3044[label="",style="dashed", color="magenta", weight=3]; 2991 -> 3045[label="",style="dashed", color="magenta", weight=3]; 2870 -> 2715[label="",style="dashed", color="red", weight=0]; 2870[label="yv3280 == yv3320",fontsize=16,color="magenta"];2870 -> 3046[label="",style="dashed", color="magenta", weight=3]; 2870 -> 3047[label="",style="dashed", color="magenta", weight=3]; 2871 -> 2716[label="",style="dashed", color="red", weight=0]; 2871[label="yv3280 == yv3320",fontsize=16,color="magenta"];2871 -> 3048[label="",style="dashed", color="magenta", weight=3]; 2871 -> 3049[label="",style="dashed", color="magenta", weight=3]; 2872 -> 2717[label="",style="dashed", color="red", weight=0]; 2872[label="yv3280 == yv3320",fontsize=16,color="magenta"];2872 -> 3050[label="",style="dashed", color="magenta", weight=3]; 2872 -> 3051[label="",style="dashed", color="magenta", weight=3]; 2873 -> 2718[label="",style="dashed", color="red", weight=0]; 2873[label="yv3280 == yv3320",fontsize=16,color="magenta"];2873 -> 3052[label="",style="dashed", color="magenta", weight=3]; 2873 -> 3053[label="",style="dashed", color="magenta", weight=3]; 2874 -> 2719[label="",style="dashed", color="red", weight=0]; 2874[label="yv3280 == yv3320",fontsize=16,color="magenta"];2874 -> 3054[label="",style="dashed", color="magenta", weight=3]; 2874 -> 3055[label="",style="dashed", color="magenta", weight=3]; 2875 -> 2720[label="",style="dashed", color="red", weight=0]; 2875[label="yv3280 == yv3320",fontsize=16,color="magenta"];2875 -> 3056[label="",style="dashed", color="magenta", weight=3]; 2875 -> 3057[label="",style="dashed", color="magenta", weight=3]; 2876 -> 2721[label="",style="dashed", color="red", weight=0]; 2876[label="yv3280 == yv3320",fontsize=16,color="magenta"];2876 -> 3058[label="",style="dashed", color="magenta", weight=3]; 2876 -> 3059[label="",style="dashed", color="magenta", weight=3]; 2877 -> 2722[label="",style="dashed", color="red", weight=0]; 2877[label="yv3280 == yv3320",fontsize=16,color="magenta"];2877 -> 3060[label="",style="dashed", color="magenta", weight=3]; 2877 -> 3061[label="",style="dashed", color="magenta", weight=3]; 2878 -> 2723[label="",style="dashed", color="red", weight=0]; 2878[label="yv3280 == yv3320",fontsize=16,color="magenta"];2878 -> 3062[label="",style="dashed", color="magenta", weight=3]; 2878 -> 3063[label="",style="dashed", color="magenta", weight=3]; 2879 -> 2724[label="",style="dashed", color="red", weight=0]; 2879[label="yv3280 == yv3320",fontsize=16,color="magenta"];2879 -> 3064[label="",style="dashed", color="magenta", weight=3]; 2879 -> 3065[label="",style="dashed", color="magenta", weight=3]; 2880 -> 2725[label="",style="dashed", color="red", weight=0]; 2880[label="yv3280 == yv3320",fontsize=16,color="magenta"];2880 -> 3066[label="",style="dashed", color="magenta", weight=3]; 2880 -> 3067[label="",style="dashed", color="magenta", weight=3]; 2881 -> 2726[label="",style="dashed", color="red", weight=0]; 2881[label="yv3280 == yv3320",fontsize=16,color="magenta"];2881 -> 3068[label="",style="dashed", color="magenta", weight=3]; 2881 -> 3069[label="",style="dashed", color="magenta", weight=3]; 2882 -> 2727[label="",style="dashed", color="red", weight=0]; 2882[label="yv3280 == yv3320",fontsize=16,color="magenta"];2882 -> 3070[label="",style="dashed", color="magenta", weight=3]; 2882 -> 3071[label="",style="dashed", color="magenta", weight=3]; 2883 -> 2728[label="",style="dashed", color="red", weight=0]; 2883[label="yv3280 == yv3320",fontsize=16,color="magenta"];2883 -> 3072[label="",style="dashed", color="magenta", weight=3]; 2883 -> 3073[label="",style="dashed", color="magenta", weight=3]; 2884[label="yv3280",fontsize=16,color="green",shape="box"];2885[label="yv3320",fontsize=16,color="green",shape="box"];2992[label="yv3280 == yv3320",fontsize=16,color="blue",shape="box"];3592[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2992 -> 3592[label="",style="solid", color="blue", weight=9]; 3592 -> 3074[label="",style="solid", color="blue", weight=3]; 3593[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2992 -> 3593[label="",style="solid", color="blue", weight=9]; 3593 -> 3075[label="",style="solid", color="blue", weight=3]; 2993[label="yv3281 == yv3321",fontsize=16,color="blue",shape="box"];3594[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2993 -> 3594[label="",style="solid", color="blue", weight=9]; 3594 -> 3076[label="",style="solid", color="blue", weight=3]; 3595[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2993 -> 3595[label="",style="solid", color="blue", weight=9]; 3595 -> 3077[label="",style="solid", color="blue", weight=3]; 2886[label="primEqInt (Pos (Succ yv32800)) (Pos yv3320)",fontsize=16,color="burlywood",shape="box"];3596[label="yv3320/Succ yv33200",fontsize=10,color="white",style="solid",shape="box"];2886 -> 3596[label="",style="solid", color="burlywood", weight=9]; 3596 -> 3078[label="",style="solid", color="burlywood", weight=3]; 3597[label="yv3320/Zero",fontsize=10,color="white",style="solid",shape="box"];2886 -> 3597[label="",style="solid", color="burlywood", weight=9]; 3597 -> 3079[label="",style="solid", color="burlywood", weight=3]; 2887[label="primEqInt (Pos (Succ yv32800)) (Neg yv3320)",fontsize=16,color="black",shape="box"];2887 -> 3080[label="",style="solid", color="black", weight=3]; 2888[label="primEqInt (Pos Zero) (Pos yv3320)",fontsize=16,color="burlywood",shape="box"];3598[label="yv3320/Succ yv33200",fontsize=10,color="white",style="solid",shape="box"];2888 -> 3598[label="",style="solid", color="burlywood", weight=9]; 3598 -> 3081[label="",style="solid", color="burlywood", weight=3]; 3599[label="yv3320/Zero",fontsize=10,color="white",style="solid",shape="box"];2888 -> 3599[label="",style="solid", color="burlywood", weight=9]; 3599 -> 3082[label="",style="solid", color="burlywood", weight=3]; 2889[label="primEqInt (Pos Zero) (Neg yv3320)",fontsize=16,color="burlywood",shape="box"];3600[label="yv3320/Succ yv33200",fontsize=10,color="white",style="solid",shape="box"];2889 -> 3600[label="",style="solid", color="burlywood", weight=9]; 3600 -> 3083[label="",style="solid", color="burlywood", weight=3]; 3601[label="yv3320/Zero",fontsize=10,color="white",style="solid",shape="box"];2889 -> 3601[label="",style="solid", color="burlywood", weight=9]; 3601 -> 3084[label="",style="solid", color="burlywood", weight=3]; 2890[label="primEqInt (Neg (Succ yv32800)) (Pos yv3320)",fontsize=16,color="black",shape="box"];2890 -> 3085[label="",style="solid", color="black", weight=3]; 2891[label="primEqInt (Neg (Succ yv32800)) (Neg yv3320)",fontsize=16,color="burlywood",shape="box"];3602[label="yv3320/Succ yv33200",fontsize=10,color="white",style="solid",shape="box"];2891 -> 3602[label="",style="solid", color="burlywood", weight=9]; 3602 -> 3086[label="",style="solid", color="burlywood", weight=3]; 3603[label="yv3320/Zero",fontsize=10,color="white",style="solid",shape="box"];2891 -> 3603[label="",style="solid", color="burlywood", weight=9]; 3603 -> 3087[label="",style="solid", color="burlywood", weight=3]; 2892[label="primEqInt (Neg Zero) (Pos yv3320)",fontsize=16,color="burlywood",shape="box"];3604[label="yv3320/Succ yv33200",fontsize=10,color="white",style="solid",shape="box"];2892 -> 3604[label="",style="solid", color="burlywood", weight=9]; 3604 -> 3088[label="",style="solid", color="burlywood", weight=3]; 3605[label="yv3320/Zero",fontsize=10,color="white",style="solid",shape="box"];2892 -> 3605[label="",style="solid", color="burlywood", weight=9]; 3605 -> 3089[label="",style="solid", color="burlywood", weight=3]; 2893[label="primEqInt (Neg Zero) (Neg yv3320)",fontsize=16,color="burlywood",shape="box"];3606[label="yv3320/Succ yv33200",fontsize=10,color="white",style="solid",shape="box"];2893 -> 3606[label="",style="solid", color="burlywood", weight=9]; 3606 -> 3090[label="",style="solid", color="burlywood", weight=3]; 3607[label="yv3320/Zero",fontsize=10,color="white",style="solid",shape="box"];2893 -> 3607[label="",style="solid", color="burlywood", weight=9]; 3607 -> 3091[label="",style="solid", color="burlywood", weight=3]; 2894[label="primEqNat yv3280 yv3320",fontsize=16,color="burlywood",shape="triangle"];3608[label="yv3280/Succ yv32800",fontsize=10,color="white",style="solid",shape="box"];2894 -> 3608[label="",style="solid", color="burlywood", weight=9]; 3608 -> 3092[label="",style="solid", color="burlywood", weight=3]; 3609[label="yv3280/Zero",fontsize=10,color="white",style="solid",shape="box"];2894 -> 3609[label="",style="solid", color="burlywood", weight=9]; 3609 -> 3093[label="",style="solid", color="burlywood", weight=3]; 2895 -> 2723[label="",style="dashed", color="red", weight=0]; 2895[label="yv3280 * yv3321 == yv3281 * yv3320",fontsize=16,color="magenta"];2895 -> 3094[label="",style="dashed", color="magenta", weight=3]; 2895 -> 3095[label="",style="dashed", color="magenta", weight=3]; 2896 -> 2723[label="",style="dashed", color="red", weight=0]; 2896[label="yv3280 * yv3321 == yv3281 * yv3320",fontsize=16,color="magenta"];2896 -> 3096[label="",style="dashed", color="magenta", weight=3]; 2896 -> 3097[label="",style="dashed", color="magenta", weight=3]; 2994[label="yv3280 == yv3320",fontsize=16,color="blue",shape="box"];3610[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2994 -> 3610[label="",style="solid", color="blue", weight=9]; 3610 -> 3098[label="",style="solid", color="blue", weight=3]; 3611[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2994 -> 3611[label="",style="solid", color="blue", weight=9]; 3611 -> 3099[label="",style="solid", color="blue", weight=3]; 3612[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2994 -> 3612[label="",style="solid", color="blue", weight=9]; 3612 -> 3100[label="",style="solid", color="blue", weight=3]; 3613[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2994 -> 3613[label="",style="solid", color="blue", weight=9]; 3613 -> 3101[label="",style="solid", color="blue", weight=3]; 3614[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2994 -> 3614[label="",style="solid", color="blue", weight=9]; 3614 -> 3102[label="",style="solid", color="blue", weight=3]; 3615[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2994 -> 3615[label="",style="solid", color="blue", weight=9]; 3615 -> 3103[label="",style="solid", color="blue", weight=3]; 3616[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2994 -> 3616[label="",style="solid", color="blue", weight=9]; 3616 -> 3104[label="",style="solid", color="blue", weight=3]; 3617[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2994 -> 3617[label="",style="solid", color="blue", weight=9]; 3617 -> 3105[label="",style="solid", color="blue", weight=3]; 3618[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2994 -> 3618[label="",style="solid", color="blue", weight=9]; 3618 -> 3106[label="",style="solid", color="blue", weight=3]; 3619[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2994 -> 3619[label="",style="solid", color="blue", weight=9]; 3619 -> 3107[label="",style="solid", color="blue", weight=3]; 3620[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2994 -> 3620[label="",style="solid", color="blue", weight=9]; 3620 -> 3108[label="",style="solid", color="blue", weight=3]; 3621[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2994 -> 3621[label="",style="solid", color="blue", weight=9]; 3621 -> 3109[label="",style="solid", color="blue", weight=3]; 3622[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2994 -> 3622[label="",style="solid", color="blue", weight=9]; 3622 -> 3110[label="",style="solid", color="blue", weight=3]; 3623[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2994 -> 3623[label="",style="solid", color="blue", weight=9]; 3623 -> 3111[label="",style="solid", color="blue", weight=3]; 2995 -> 2987[label="",style="dashed", color="red", weight=0]; 2995[label="yv3281 == yv3321 && yv3282 == yv3322",fontsize=16,color="magenta"];2995 -> 3112[label="",style="dashed", color="magenta", weight=3]; 2995 -> 3113[label="",style="dashed", color="magenta", weight=3]; 2908[label="yv341",fontsize=16,color="green",shape="box"];2909[label="yv343",fontsize=16,color="green",shape="box"];2910[label="yv342",fontsize=16,color="green",shape="box"];2911[label="yv3461",fontsize=16,color="green",shape="box"];2912[label="yv344",fontsize=16,color="green",shape="box"];2913[label="yv3460",fontsize=16,color="green",shape="box"];2914[label="List.nubNub'1 yv341 yv342 (yv343 : yv344) False",fontsize=16,color="black",shape="box"];2914 -> 3114[label="",style="solid", color="black", weight=3]; 2915[label="List.nubNub'2 (yv3420 : yv3421) (yv343 : yv344)",fontsize=16,color="black",shape="box"];2915 -> 3115[label="",style="solid", color="black", weight=3]; 2916[label="List.nubNub'3 [] (yv343 : yv344)",fontsize=16,color="black",shape="box"];2916 -> 3116[label="",style="solid", color="black", weight=3]; 2917[label="yv3280",fontsize=16,color="green",shape="box"];2918[label="yv3320",fontsize=16,color="green",shape="box"];2919[label="yv3280",fontsize=16,color="green",shape="box"];2920[label="yv3320",fontsize=16,color="green",shape="box"];2921[label="yv3280",fontsize=16,color="green",shape="box"];2922[label="yv3320",fontsize=16,color="green",shape="box"];2923[label="yv3280",fontsize=16,color="green",shape="box"];2924[label="yv3320",fontsize=16,color="green",shape="box"];2925[label="yv3280",fontsize=16,color="green",shape="box"];2926[label="yv3320",fontsize=16,color="green",shape="box"];2927[label="yv3280",fontsize=16,color="green",shape="box"];2928[label="yv3320",fontsize=16,color="green",shape="box"];2929[label="yv3280",fontsize=16,color="green",shape="box"];2930[label="yv3320",fontsize=16,color="green",shape="box"];2931[label="yv3280",fontsize=16,color="green",shape="box"];2932[label="yv3320",fontsize=16,color="green",shape="box"];2933[label="yv3280",fontsize=16,color="green",shape="box"];2934[label="yv3320",fontsize=16,color="green",shape="box"];2935[label="yv3280",fontsize=16,color="green",shape="box"];2936[label="yv3320",fontsize=16,color="green",shape="box"];2937[label="yv3280",fontsize=16,color="green",shape="box"];2938[label="yv3320",fontsize=16,color="green",shape="box"];2939[label="yv3280",fontsize=16,color="green",shape="box"];2940[label="yv3320",fontsize=16,color="green",shape="box"];2941[label="yv3280",fontsize=16,color="green",shape="box"];2942[label="yv3320",fontsize=16,color="green",shape="box"];2943[label="yv3280",fontsize=16,color="green",shape="box"];2944[label="yv3320",fontsize=16,color="green",shape="box"];2945[label="yv3280",fontsize=16,color="green",shape="box"];2946[label="yv3320",fontsize=16,color="green",shape="box"];2947[label="yv3280",fontsize=16,color="green",shape="box"];2948[label="yv3320",fontsize=16,color="green",shape="box"];2949[label="yv3280",fontsize=16,color="green",shape="box"];2950[label="yv3320",fontsize=16,color="green",shape="box"];2951[label="yv3280",fontsize=16,color="green",shape="box"];2952[label="yv3320",fontsize=16,color="green",shape="box"];2953[label="yv3280",fontsize=16,color="green",shape="box"];2954[label="yv3320",fontsize=16,color="green",shape="box"];2955[label="yv3280",fontsize=16,color="green",shape="box"];2956[label="yv3320",fontsize=16,color="green",shape="box"];2957[label="yv3280",fontsize=16,color="green",shape="box"];2958[label="yv3320",fontsize=16,color="green",shape="box"];2959[label="yv3280",fontsize=16,color="green",shape="box"];2960[label="yv3320",fontsize=16,color="green",shape="box"];2961[label="yv3280",fontsize=16,color="green",shape="box"];2962[label="yv3320",fontsize=16,color="green",shape="box"];2963[label="yv3280",fontsize=16,color="green",shape="box"];2964[label="yv3320",fontsize=16,color="green",shape="box"];2965[label="yv3280",fontsize=16,color="green",shape="box"];2966[label="yv3320",fontsize=16,color="green",shape="box"];2967[label="yv3280",fontsize=16,color="green",shape="box"];2968[label="yv3320",fontsize=16,color="green",shape="box"];2969[label="yv3280",fontsize=16,color="green",shape="box"];2970[label="yv3320",fontsize=16,color="green",shape="box"];2971[label="yv3280",fontsize=16,color="green",shape="box"];2972[label="yv3320",fontsize=16,color="green",shape="box"];3000 -> 2715[label="",style="dashed", color="red", weight=0]; 3000[label="yv3280 == yv3320",fontsize=16,color="magenta"];3000 -> 3117[label="",style="dashed", color="magenta", weight=3]; 3000 -> 3118[label="",style="dashed", color="magenta", weight=3]; 3001 -> 2716[label="",style="dashed", color="red", weight=0]; 3001[label="yv3280 == yv3320",fontsize=16,color="magenta"];3001 -> 3119[label="",style="dashed", color="magenta", weight=3]; 3001 -> 3120[label="",style="dashed", color="magenta", weight=3]; 3002 -> 2717[label="",style="dashed", color="red", weight=0]; 3002[label="yv3280 == yv3320",fontsize=16,color="magenta"];3002 -> 3121[label="",style="dashed", color="magenta", weight=3]; 3002 -> 3122[label="",style="dashed", color="magenta", weight=3]; 3003 -> 2718[label="",style="dashed", color="red", weight=0]; 3003[label="yv3280 == yv3320",fontsize=16,color="magenta"];3003 -> 3123[label="",style="dashed", color="magenta", weight=3]; 3003 -> 3124[label="",style="dashed", color="magenta", weight=3]; 3004 -> 2719[label="",style="dashed", color="red", weight=0]; 3004[label="yv3280 == yv3320",fontsize=16,color="magenta"];3004 -> 3125[label="",style="dashed", color="magenta", weight=3]; 3004 -> 3126[label="",style="dashed", color="magenta", weight=3]; 3005 -> 2720[label="",style="dashed", color="red", weight=0]; 3005[label="yv3280 == yv3320",fontsize=16,color="magenta"];3005 -> 3127[label="",style="dashed", color="magenta", weight=3]; 3005 -> 3128[label="",style="dashed", color="magenta", weight=3]; 3006 -> 2721[label="",style="dashed", color="red", weight=0]; 3006[label="yv3280 == yv3320",fontsize=16,color="magenta"];3006 -> 3129[label="",style="dashed", color="magenta", weight=3]; 3006 -> 3130[label="",style="dashed", color="magenta", weight=3]; 3007 -> 2722[label="",style="dashed", color="red", weight=0]; 3007[label="yv3280 == yv3320",fontsize=16,color="magenta"];3007 -> 3131[label="",style="dashed", color="magenta", weight=3]; 3007 -> 3132[label="",style="dashed", color="magenta", weight=3]; 3008 -> 2723[label="",style="dashed", color="red", weight=0]; 3008[label="yv3280 == yv3320",fontsize=16,color="magenta"];3008 -> 3133[label="",style="dashed", color="magenta", weight=3]; 3008 -> 3134[label="",style="dashed", color="magenta", weight=3]; 3009 -> 2724[label="",style="dashed", color="red", weight=0]; 3009[label="yv3280 == yv3320",fontsize=16,color="magenta"];3009 -> 3135[label="",style="dashed", color="magenta", weight=3]; 3009 -> 3136[label="",style="dashed", color="magenta", weight=3]; 3010 -> 2725[label="",style="dashed", color="red", weight=0]; 3010[label="yv3280 == yv3320",fontsize=16,color="magenta"];3010 -> 3137[label="",style="dashed", color="magenta", weight=3]; 3010 -> 3138[label="",style="dashed", color="magenta", weight=3]; 3011 -> 2726[label="",style="dashed", color="red", weight=0]; 3011[label="yv3280 == yv3320",fontsize=16,color="magenta"];3011 -> 3139[label="",style="dashed", color="magenta", weight=3]; 3011 -> 3140[label="",style="dashed", color="magenta", weight=3]; 3012 -> 2727[label="",style="dashed", color="red", weight=0]; 3012[label="yv3280 == yv3320",fontsize=16,color="magenta"];3012 -> 3141[label="",style="dashed", color="magenta", weight=3]; 3012 -> 3142[label="",style="dashed", color="magenta", weight=3]; 3013 -> 2728[label="",style="dashed", color="red", weight=0]; 3013[label="yv3280 == yv3320",fontsize=16,color="magenta"];3013 -> 3143[label="",style="dashed", color="magenta", weight=3]; 3013 -> 3144[label="",style="dashed", color="magenta", weight=3]; 3014 -> 2715[label="",style="dashed", color="red", weight=0]; 3014[label="yv3281 == yv3321",fontsize=16,color="magenta"];3014 -> 3145[label="",style="dashed", color="magenta", weight=3]; 3014 -> 3146[label="",style="dashed", color="magenta", weight=3]; 3015 -> 2716[label="",style="dashed", color="red", weight=0]; 3015[label="yv3281 == yv3321",fontsize=16,color="magenta"];3015 -> 3147[label="",style="dashed", color="magenta", weight=3]; 3015 -> 3148[label="",style="dashed", color="magenta", weight=3]; 3016 -> 2717[label="",style="dashed", color="red", weight=0]; 3016[label="yv3281 == yv3321",fontsize=16,color="magenta"];3016 -> 3149[label="",style="dashed", color="magenta", weight=3]; 3016 -> 3150[label="",style="dashed", color="magenta", weight=3]; 3017 -> 2718[label="",style="dashed", color="red", weight=0]; 3017[label="yv3281 == yv3321",fontsize=16,color="magenta"];3017 -> 3151[label="",style="dashed", color="magenta", weight=3]; 3017 -> 3152[label="",style="dashed", color="magenta", weight=3]; 3018 -> 2719[label="",style="dashed", color="red", weight=0]; 3018[label="yv3281 == yv3321",fontsize=16,color="magenta"];3018 -> 3153[label="",style="dashed", color="magenta", weight=3]; 3018 -> 3154[label="",style="dashed", color="magenta", weight=3]; 3019 -> 2720[label="",style="dashed", color="red", weight=0]; 3019[label="yv3281 == yv3321",fontsize=16,color="magenta"];3019 -> 3155[label="",style="dashed", color="magenta", weight=3]; 3019 -> 3156[label="",style="dashed", color="magenta", weight=3]; 3020 -> 2721[label="",style="dashed", color="red", weight=0]; 3020[label="yv3281 == yv3321",fontsize=16,color="magenta"];3020 -> 3157[label="",style="dashed", color="magenta", weight=3]; 3020 -> 3158[label="",style="dashed", color="magenta", weight=3]; 3021 -> 2722[label="",style="dashed", color="red", weight=0]; 3021[label="yv3281 == yv3321",fontsize=16,color="magenta"];3021 -> 3159[label="",style="dashed", color="magenta", weight=3]; 3021 -> 3160[label="",style="dashed", color="magenta", weight=3]; 3022 -> 2723[label="",style="dashed", color="red", weight=0]; 3022[label="yv3281 == yv3321",fontsize=16,color="magenta"];3022 -> 3161[label="",style="dashed", color="magenta", weight=3]; 3022 -> 3162[label="",style="dashed", color="magenta", weight=3]; 3023 -> 2724[label="",style="dashed", color="red", weight=0]; 3023[label="yv3281 == yv3321",fontsize=16,color="magenta"];3023 -> 3163[label="",style="dashed", color="magenta", weight=3]; 3023 -> 3164[label="",style="dashed", color="magenta", weight=3]; 3024 -> 2725[label="",style="dashed", color="red", weight=0]; 3024[label="yv3281 == yv3321",fontsize=16,color="magenta"];3024 -> 3165[label="",style="dashed", color="magenta", weight=3]; 3024 -> 3166[label="",style="dashed", color="magenta", weight=3]; 3025 -> 2726[label="",style="dashed", color="red", weight=0]; 3025[label="yv3281 == yv3321",fontsize=16,color="magenta"];3025 -> 3167[label="",style="dashed", color="magenta", weight=3]; 3025 -> 3168[label="",style="dashed", color="magenta", weight=3]; 3026 -> 2727[label="",style="dashed", color="red", weight=0]; 3026[label="yv3281 == yv3321",fontsize=16,color="magenta"];3026 -> 3169[label="",style="dashed", color="magenta", weight=3]; 3026 -> 3170[label="",style="dashed", color="magenta", weight=3]; 3027 -> 2728[label="",style="dashed", color="red", weight=0]; 3027[label="yv3281 == yv3321",fontsize=16,color="magenta"];3027 -> 3171[label="",style="dashed", color="magenta", weight=3]; 3027 -> 3172[label="",style="dashed", color="magenta", weight=3]; 3028[label="False && yv359",fontsize=16,color="black",shape="box"];3028 -> 3173[label="",style="solid", color="black", weight=3]; 3029[label="True && yv359",fontsize=16,color="black",shape="box"];3029 -> 3174[label="",style="solid", color="black", weight=3]; 3030 -> 2715[label="",style="dashed", color="red", weight=0]; 3030[label="yv3280 == yv3320",fontsize=16,color="magenta"];3030 -> 3175[label="",style="dashed", color="magenta", weight=3]; 3030 -> 3176[label="",style="dashed", color="magenta", weight=3]; 3031 -> 2716[label="",style="dashed", color="red", weight=0]; 3031[label="yv3280 == yv3320",fontsize=16,color="magenta"];3031 -> 3177[label="",style="dashed", color="magenta", weight=3]; 3031 -> 3178[label="",style="dashed", color="magenta", weight=3]; 3032 -> 2717[label="",style="dashed", color="red", weight=0]; 3032[label="yv3280 == yv3320",fontsize=16,color="magenta"];3032 -> 3179[label="",style="dashed", color="magenta", weight=3]; 3032 -> 3180[label="",style="dashed", color="magenta", weight=3]; 3033 -> 2718[label="",style="dashed", color="red", weight=0]; 3033[label="yv3280 == yv3320",fontsize=16,color="magenta"];3033 -> 3181[label="",style="dashed", color="magenta", weight=3]; 3033 -> 3182[label="",style="dashed", color="magenta", weight=3]; 3034 -> 2719[label="",style="dashed", color="red", weight=0]; 3034[label="yv3280 == yv3320",fontsize=16,color="magenta"];3034 -> 3183[label="",style="dashed", color="magenta", weight=3]; 3034 -> 3184[label="",style="dashed", color="magenta", weight=3]; 3035 -> 2720[label="",style="dashed", color="red", weight=0]; 3035[label="yv3280 == yv3320",fontsize=16,color="magenta"];3035 -> 3185[label="",style="dashed", color="magenta", weight=3]; 3035 -> 3186[label="",style="dashed", color="magenta", weight=3]; 3036 -> 2721[label="",style="dashed", color="red", weight=0]; 3036[label="yv3280 == yv3320",fontsize=16,color="magenta"];3036 -> 3187[label="",style="dashed", color="magenta", weight=3]; 3036 -> 3188[label="",style="dashed", color="magenta", weight=3]; 3037 -> 2722[label="",style="dashed", color="red", weight=0]; 3037[label="yv3280 == yv3320",fontsize=16,color="magenta"];3037 -> 3189[label="",style="dashed", color="magenta", weight=3]; 3037 -> 3190[label="",style="dashed", color="magenta", weight=3]; 3038 -> 2723[label="",style="dashed", color="red", weight=0]; 3038[label="yv3280 == yv3320",fontsize=16,color="magenta"];3038 -> 3191[label="",style="dashed", color="magenta", weight=3]; 3038 -> 3192[label="",style="dashed", color="magenta", weight=3]; 3039 -> 2724[label="",style="dashed", color="red", weight=0]; 3039[label="yv3280 == yv3320",fontsize=16,color="magenta"];3039 -> 3193[label="",style="dashed", color="magenta", weight=3]; 3039 -> 3194[label="",style="dashed", color="magenta", weight=3]; 3040 -> 2725[label="",style="dashed", color="red", weight=0]; 3040[label="yv3280 == yv3320",fontsize=16,color="magenta"];3040 -> 3195[label="",style="dashed", color="magenta", weight=3]; 3040 -> 3196[label="",style="dashed", color="magenta", weight=3]; 3041 -> 2726[label="",style="dashed", color="red", weight=0]; 3041[label="yv3280 == yv3320",fontsize=16,color="magenta"];3041 -> 3197[label="",style="dashed", color="magenta", weight=3]; 3041 -> 3198[label="",style="dashed", color="magenta", weight=3]; 3042 -> 2727[label="",style="dashed", color="red", weight=0]; 3042[label="yv3280 == yv3320",fontsize=16,color="magenta"];3042 -> 3199[label="",style="dashed", color="magenta", weight=3]; 3042 -> 3200[label="",style="dashed", color="magenta", weight=3]; 3043 -> 2728[label="",style="dashed", color="red", weight=0]; 3043[label="yv3280 == yv3320",fontsize=16,color="magenta"];3043 -> 3201[label="",style="dashed", color="magenta", weight=3]; 3043 -> 3202[label="",style="dashed", color="magenta", weight=3]; 3044[label="yv3281",fontsize=16,color="green",shape="box"];3045[label="yv3321",fontsize=16,color="green",shape="box"];3046[label="yv3280",fontsize=16,color="green",shape="box"];3047[label="yv3320",fontsize=16,color="green",shape="box"];3048[label="yv3280",fontsize=16,color="green",shape="box"];3049[label="yv3320",fontsize=16,color="green",shape="box"];3050[label="yv3280",fontsize=16,color="green",shape="box"];3051[label="yv3320",fontsize=16,color="green",shape="box"];3052[label="yv3280",fontsize=16,color="green",shape="box"];3053[label="yv3320",fontsize=16,color="green",shape="box"];3054[label="yv3280",fontsize=16,color="green",shape="box"];3055[label="yv3320",fontsize=16,color="green",shape="box"];3056[label="yv3280",fontsize=16,color="green",shape="box"];3057[label="yv3320",fontsize=16,color="green",shape="box"];3058[label="yv3280",fontsize=16,color="green",shape="box"];3059[label="yv3320",fontsize=16,color="green",shape="box"];3060[label="yv3280",fontsize=16,color="green",shape="box"];3061[label="yv3320",fontsize=16,color="green",shape="box"];3062[label="yv3280",fontsize=16,color="green",shape="box"];3063[label="yv3320",fontsize=16,color="green",shape="box"];3064[label="yv3280",fontsize=16,color="green",shape="box"];3065[label="yv3320",fontsize=16,color="green",shape="box"];3066[label="yv3280",fontsize=16,color="green",shape="box"];3067[label="yv3320",fontsize=16,color="green",shape="box"];3068[label="yv3280",fontsize=16,color="green",shape="box"];3069[label="yv3320",fontsize=16,color="green",shape="box"];3070[label="yv3280",fontsize=16,color="green",shape="box"];3071[label="yv3320",fontsize=16,color="green",shape="box"];3072[label="yv3280",fontsize=16,color="green",shape="box"];3073[label="yv3320",fontsize=16,color="green",shape="box"];3074 -> 2721[label="",style="dashed", color="red", weight=0]; 3074[label="yv3280 == yv3320",fontsize=16,color="magenta"];3074 -> 3203[label="",style="dashed", color="magenta", weight=3]; 3074 -> 3204[label="",style="dashed", color="magenta", weight=3]; 3075 -> 2723[label="",style="dashed", color="red", weight=0]; 3075[label="yv3280 == yv3320",fontsize=16,color="magenta"];3075 -> 3205[label="",style="dashed", color="magenta", weight=3]; 3075 -> 3206[label="",style="dashed", color="magenta", weight=3]; 3076 -> 2721[label="",style="dashed", color="red", weight=0]; 3076[label="yv3281 == yv3321",fontsize=16,color="magenta"];3076 -> 3207[label="",style="dashed", color="magenta", weight=3]; 3076 -> 3208[label="",style="dashed", color="magenta", weight=3]; 3077 -> 2723[label="",style="dashed", color="red", weight=0]; 3077[label="yv3281 == yv3321",fontsize=16,color="magenta"];3077 -> 3209[label="",style="dashed", color="magenta", weight=3]; 3077 -> 3210[label="",style="dashed", color="magenta", weight=3]; 3078[label="primEqInt (Pos (Succ yv32800)) (Pos (Succ yv33200))",fontsize=16,color="black",shape="box"];3078 -> 3211[label="",style="solid", color="black", weight=3]; 3079[label="primEqInt (Pos (Succ yv32800)) (Pos Zero)",fontsize=16,color="black",shape="box"];3079 -> 3212[label="",style="solid", color="black", weight=3]; 3080[label="False",fontsize=16,color="green",shape="box"];3081[label="primEqInt (Pos Zero) (Pos (Succ yv33200))",fontsize=16,color="black",shape="box"];3081 -> 3213[label="",style="solid", color="black", weight=3]; 3082[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];3082 -> 3214[label="",style="solid", color="black", weight=3]; 3083[label="primEqInt (Pos Zero) (Neg (Succ yv33200))",fontsize=16,color="black",shape="box"];3083 -> 3215[label="",style="solid", color="black", weight=3]; 3084[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];3084 -> 3216[label="",style="solid", color="black", weight=3]; 3085[label="False",fontsize=16,color="green",shape="box"];3086[label="primEqInt (Neg (Succ yv32800)) (Neg (Succ yv33200))",fontsize=16,color="black",shape="box"];3086 -> 3217[label="",style="solid", color="black", weight=3]; 3087[label="primEqInt (Neg (Succ yv32800)) (Neg Zero)",fontsize=16,color="black",shape="box"];3087 -> 3218[label="",style="solid", color="black", weight=3]; 3088[label="primEqInt (Neg Zero) (Pos (Succ yv33200))",fontsize=16,color="black",shape="box"];3088 -> 3219[label="",style="solid", color="black", weight=3]; 3089[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];3089 -> 3220[label="",style="solid", color="black", weight=3]; 3090[label="primEqInt (Neg Zero) (Neg (Succ yv33200))",fontsize=16,color="black",shape="box"];3090 -> 3221[label="",style="solid", color="black", weight=3]; 3091[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];3091 -> 3222[label="",style="solid", color="black", weight=3]; 3092[label="primEqNat (Succ yv32800) yv3320",fontsize=16,color="burlywood",shape="box"];3624[label="yv3320/Succ yv33200",fontsize=10,color="white",style="solid",shape="box"];3092 -> 3624[label="",style="solid", color="burlywood", weight=9]; 3624 -> 3223[label="",style="solid", color="burlywood", weight=3]; 3625[label="yv3320/Zero",fontsize=10,color="white",style="solid",shape="box"];3092 -> 3625[label="",style="solid", color="burlywood", weight=9]; 3625 -> 3224[label="",style="solid", color="burlywood", weight=3]; 3093[label="primEqNat Zero yv3320",fontsize=16,color="burlywood",shape="box"];3626[label="yv3320/Succ yv33200",fontsize=10,color="white",style="solid",shape="box"];3093 -> 3626[label="",style="solid", color="burlywood", weight=9]; 3626 -> 3225[label="",style="solid", color="burlywood", weight=3]; 3627[label="yv3320/Zero",fontsize=10,color="white",style="solid",shape="box"];3093 -> 3627[label="",style="solid", color="burlywood", weight=9]; 3627 -> 3226[label="",style="solid", color="burlywood", weight=3]; 3094[label="yv3280 * yv3321",fontsize=16,color="black",shape="triangle"];3094 -> 3227[label="",style="solid", color="black", weight=3]; 3095 -> 3094[label="",style="dashed", color="red", weight=0]; 3095[label="yv3281 * yv3320",fontsize=16,color="magenta"];3095 -> 3228[label="",style="dashed", color="magenta", weight=3]; 3095 -> 3229[label="",style="dashed", color="magenta", weight=3]; 3096 -> 3094[label="",style="dashed", color="red", weight=0]; 3096[label="yv3280 * yv3321",fontsize=16,color="magenta"];3096 -> 3230[label="",style="dashed", color="magenta", weight=3]; 3096 -> 3231[label="",style="dashed", color="magenta", weight=3]; 3097 -> 3094[label="",style="dashed", color="red", weight=0]; 3097[label="yv3281 * yv3320",fontsize=16,color="magenta"];3097 -> 3232[label="",style="dashed", color="magenta", weight=3]; 3097 -> 3233[label="",style="dashed", color="magenta", weight=3]; 3098 -> 2715[label="",style="dashed", color="red", weight=0]; 3098[label="yv3280 == yv3320",fontsize=16,color="magenta"];3098 -> 3234[label="",style="dashed", color="magenta", weight=3]; 3098 -> 3235[label="",style="dashed", color="magenta", weight=3]; 3099 -> 2716[label="",style="dashed", color="red", weight=0]; 3099[label="yv3280 == yv3320",fontsize=16,color="magenta"];3099 -> 3236[label="",style="dashed", color="magenta", weight=3]; 3099 -> 3237[label="",style="dashed", color="magenta", weight=3]; 3100 -> 2717[label="",style="dashed", color="red", weight=0]; 3100[label="yv3280 == yv3320",fontsize=16,color="magenta"];3100 -> 3238[label="",style="dashed", color="magenta", weight=3]; 3100 -> 3239[label="",style="dashed", color="magenta", weight=3]; 3101 -> 2718[label="",style="dashed", color="red", weight=0]; 3101[label="yv3280 == yv3320",fontsize=16,color="magenta"];3101 -> 3240[label="",style="dashed", color="magenta", weight=3]; 3101 -> 3241[label="",style="dashed", color="magenta", weight=3]; 3102 -> 2719[label="",style="dashed", color="red", weight=0]; 3102[label="yv3280 == yv3320",fontsize=16,color="magenta"];3102 -> 3242[label="",style="dashed", color="magenta", weight=3]; 3102 -> 3243[label="",style="dashed", color="magenta", weight=3]; 3103 -> 2720[label="",style="dashed", color="red", weight=0]; 3103[label="yv3280 == yv3320",fontsize=16,color="magenta"];3103 -> 3244[label="",style="dashed", color="magenta", weight=3]; 3103 -> 3245[label="",style="dashed", color="magenta", weight=3]; 3104 -> 2721[label="",style="dashed", color="red", weight=0]; 3104[label="yv3280 == yv3320",fontsize=16,color="magenta"];3104 -> 3246[label="",style="dashed", color="magenta", weight=3]; 3104 -> 3247[label="",style="dashed", color="magenta", weight=3]; 3105 -> 2722[label="",style="dashed", color="red", weight=0]; 3105[label="yv3280 == yv3320",fontsize=16,color="magenta"];3105 -> 3248[label="",style="dashed", color="magenta", weight=3]; 3105 -> 3249[label="",style="dashed", color="magenta", weight=3]; 3106 -> 2723[label="",style="dashed", color="red", weight=0]; 3106[label="yv3280 == yv3320",fontsize=16,color="magenta"];3106 -> 3250[label="",style="dashed", color="magenta", weight=3]; 3106 -> 3251[label="",style="dashed", color="magenta", weight=3]; 3107 -> 2724[label="",style="dashed", color="red", weight=0]; 3107[label="yv3280 == yv3320",fontsize=16,color="magenta"];3107 -> 3252[label="",style="dashed", color="magenta", weight=3]; 3107 -> 3253[label="",style="dashed", color="magenta", weight=3]; 3108 -> 2725[label="",style="dashed", color="red", weight=0]; 3108[label="yv3280 == yv3320",fontsize=16,color="magenta"];3108 -> 3254[label="",style="dashed", color="magenta", weight=3]; 3108 -> 3255[label="",style="dashed", color="magenta", weight=3]; 3109 -> 2726[label="",style="dashed", color="red", weight=0]; 3109[label="yv3280 == yv3320",fontsize=16,color="magenta"];3109 -> 3256[label="",style="dashed", color="magenta", weight=3]; 3109 -> 3257[label="",style="dashed", color="magenta", weight=3]; 3110 -> 2727[label="",style="dashed", color="red", weight=0]; 3110[label="yv3280 == yv3320",fontsize=16,color="magenta"];3110 -> 3258[label="",style="dashed", color="magenta", weight=3]; 3110 -> 3259[label="",style="dashed", color="magenta", weight=3]; 3111 -> 2728[label="",style="dashed", color="red", weight=0]; 3111[label="yv3280 == yv3320",fontsize=16,color="magenta"];3111 -> 3260[label="",style="dashed", color="magenta", weight=3]; 3111 -> 3261[label="",style="dashed", color="magenta", weight=3]; 3112[label="yv3281 == yv3321",fontsize=16,color="blue",shape="box"];3628[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3112 -> 3628[label="",style="solid", color="blue", weight=9]; 3628 -> 3262[label="",style="solid", color="blue", weight=3]; 3629[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3112 -> 3629[label="",style="solid", color="blue", weight=9]; 3629 -> 3263[label="",style="solid", color="blue", weight=3]; 3630[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3112 -> 3630[label="",style="solid", color="blue", weight=9]; 3630 -> 3264[label="",style="solid", color="blue", weight=3]; 3631[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3112 -> 3631[label="",style="solid", color="blue", weight=9]; 3631 -> 3265[label="",style="solid", color="blue", weight=3]; 3632[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3112 -> 3632[label="",style="solid", color="blue", weight=9]; 3632 -> 3266[label="",style="solid", color="blue", weight=3]; 3633[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3112 -> 3633[label="",style="solid", color="blue", weight=9]; 3633 -> 3267[label="",style="solid", color="blue", weight=3]; 3634[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3112 -> 3634[label="",style="solid", color="blue", weight=9]; 3634 -> 3268[label="",style="solid", color="blue", weight=3]; 3635[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3112 -> 3635[label="",style="solid", color="blue", weight=9]; 3635 -> 3269[label="",style="solid", color="blue", weight=3]; 3636[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3112 -> 3636[label="",style="solid", color="blue", weight=9]; 3636 -> 3270[label="",style="solid", color="blue", weight=3]; 3637[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3112 -> 3637[label="",style="solid", color="blue", weight=9]; 3637 -> 3271[label="",style="solid", color="blue", weight=3]; 3638[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3112 -> 3638[label="",style="solid", color="blue", weight=9]; 3638 -> 3272[label="",style="solid", color="blue", weight=3]; 3639[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3112 -> 3639[label="",style="solid", color="blue", weight=9]; 3639 -> 3273[label="",style="solid", color="blue", weight=3]; 3640[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3112 -> 3640[label="",style="solid", color="blue", weight=9]; 3640 -> 3274[label="",style="solid", color="blue", weight=3]; 3641[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3112 -> 3641[label="",style="solid", color="blue", weight=9]; 3641 -> 3275[label="",style="solid", color="blue", weight=3]; 3113[label="yv3282 == yv3322",fontsize=16,color="blue",shape="box"];3642[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3113 -> 3642[label="",style="solid", color="blue", weight=9]; 3642 -> 3276[label="",style="solid", color="blue", weight=3]; 3643[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3113 -> 3643[label="",style="solid", color="blue", weight=9]; 3643 -> 3277[label="",style="solid", color="blue", weight=3]; 3644[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3113 -> 3644[label="",style="solid", color="blue", weight=9]; 3644 -> 3278[label="",style="solid", color="blue", weight=3]; 3645[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3113 -> 3645[label="",style="solid", color="blue", weight=9]; 3645 -> 3279[label="",style="solid", color="blue", weight=3]; 3646[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3113 -> 3646[label="",style="solid", color="blue", weight=9]; 3646 -> 3280[label="",style="solid", color="blue", weight=3]; 3647[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3113 -> 3647[label="",style="solid", color="blue", weight=9]; 3647 -> 3281[label="",style="solid", color="blue", weight=3]; 3648[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3113 -> 3648[label="",style="solid", color="blue", weight=9]; 3648 -> 3282[label="",style="solid", color="blue", weight=3]; 3649[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3113 -> 3649[label="",style="solid", color="blue", weight=9]; 3649 -> 3283[label="",style="solid", color="blue", weight=3]; 3650[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3113 -> 3650[label="",style="solid", color="blue", weight=9]; 3650 -> 3284[label="",style="solid", color="blue", weight=3]; 3651[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3113 -> 3651[label="",style="solid", color="blue", weight=9]; 3651 -> 3285[label="",style="solid", color="blue", weight=3]; 3652[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3113 -> 3652[label="",style="solid", color="blue", weight=9]; 3652 -> 3286[label="",style="solid", color="blue", weight=3]; 3653[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3113 -> 3653[label="",style="solid", color="blue", weight=9]; 3653 -> 3287[label="",style="solid", color="blue", weight=3]; 3654[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3113 -> 3654[label="",style="solid", color="blue", weight=9]; 3654 -> 3288[label="",style="solid", color="blue", weight=3]; 3655[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3113 -> 3655[label="",style="solid", color="blue", weight=9]; 3655 -> 3289[label="",style="solid", color="blue", weight=3]; 3114[label="List.nubNub'0 yv341 yv342 (yv343 : yv344) otherwise",fontsize=16,color="black",shape="box"];3114 -> 3290[label="",style="solid", color="black", weight=3]; 3115[label="List.nubNub'1 yv3420 yv3421 (yv343 : yv344) (yv3420 `elem` yv343 : yv344)",fontsize=16,color="black",shape="box"];3115 -> 3291[label="",style="solid", color="black", weight=3]; 3116[label="[]",fontsize=16,color="green",shape="box"];3117[label="yv3280",fontsize=16,color="green",shape="box"];3118[label="yv3320",fontsize=16,color="green",shape="box"];3119[label="yv3280",fontsize=16,color="green",shape="box"];3120[label="yv3320",fontsize=16,color="green",shape="box"];3121[label="yv3280",fontsize=16,color="green",shape="box"];3122[label="yv3320",fontsize=16,color="green",shape="box"];3123[label="yv3280",fontsize=16,color="green",shape="box"];3124[label="yv3320",fontsize=16,color="green",shape="box"];3125[label="yv3280",fontsize=16,color="green",shape="box"];3126[label="yv3320",fontsize=16,color="green",shape="box"];3127[label="yv3280",fontsize=16,color="green",shape="box"];3128[label="yv3320",fontsize=16,color="green",shape="box"];3129[label="yv3280",fontsize=16,color="green",shape="box"];3130[label="yv3320",fontsize=16,color="green",shape="box"];3131[label="yv3280",fontsize=16,color="green",shape="box"];3132[label="yv3320",fontsize=16,color="green",shape="box"];3133[label="yv3280",fontsize=16,color="green",shape="box"];3134[label="yv3320",fontsize=16,color="green",shape="box"];3135[label="yv3280",fontsize=16,color="green",shape="box"];3136[label="yv3320",fontsize=16,color="green",shape="box"];3137[label="yv3280",fontsize=16,color="green",shape="box"];3138[label="yv3320",fontsize=16,color="green",shape="box"];3139[label="yv3280",fontsize=16,color="green",shape="box"];3140[label="yv3320",fontsize=16,color="green",shape="box"];3141[label="yv3280",fontsize=16,color="green",shape="box"];3142[label="yv3320",fontsize=16,color="green",shape="box"];3143[label="yv3280",fontsize=16,color="green",shape="box"];3144[label="yv3320",fontsize=16,color="green",shape="box"];3145[label="yv3281",fontsize=16,color="green",shape="box"];3146[label="yv3321",fontsize=16,color="green",shape="box"];3147[label="yv3281",fontsize=16,color="green",shape="box"];3148[label="yv3321",fontsize=16,color="green",shape="box"];3149[label="yv3281",fontsize=16,color="green",shape="box"];3150[label="yv3321",fontsize=16,color="green",shape="box"];3151[label="yv3281",fontsize=16,color="green",shape="box"];3152[label="yv3321",fontsize=16,color="green",shape="box"];3153[label="yv3281",fontsize=16,color="green",shape="box"];3154[label="yv3321",fontsize=16,color="green",shape="box"];3155[label="yv3281",fontsize=16,color="green",shape="box"];3156[label="yv3321",fontsize=16,color="green",shape="box"];3157[label="yv3281",fontsize=16,color="green",shape="box"];3158[label="yv3321",fontsize=16,color="green",shape="box"];3159[label="yv3281",fontsize=16,color="green",shape="box"];3160[label="yv3321",fontsize=16,color="green",shape="box"];3161[label="yv3281",fontsize=16,color="green",shape="box"];3162[label="yv3321",fontsize=16,color="green",shape="box"];3163[label="yv3281",fontsize=16,color="green",shape="box"];3164[label="yv3321",fontsize=16,color="green",shape="box"];3165[label="yv3281",fontsize=16,color="green",shape="box"];3166[label="yv3321",fontsize=16,color="green",shape="box"];3167[label="yv3281",fontsize=16,color="green",shape="box"];3168[label="yv3321",fontsize=16,color="green",shape="box"];3169[label="yv3281",fontsize=16,color="green",shape="box"];3170[label="yv3321",fontsize=16,color="green",shape="box"];3171[label="yv3281",fontsize=16,color="green",shape="box"];3172[label="yv3321",fontsize=16,color="green",shape="box"];3173[label="False",fontsize=16,color="green",shape="box"];3174[label="yv359",fontsize=16,color="green",shape="box"];3175[label="yv3280",fontsize=16,color="green",shape="box"];3176[label="yv3320",fontsize=16,color="green",shape="box"];3177[label="yv3280",fontsize=16,color="green",shape="box"];3178[label="yv3320",fontsize=16,color="green",shape="box"];3179[label="yv3280",fontsize=16,color="green",shape="box"];3180[label="yv3320",fontsize=16,color="green",shape="box"];3181[label="yv3280",fontsize=16,color="green",shape="box"];3182[label="yv3320",fontsize=16,color="green",shape="box"];3183[label="yv3280",fontsize=16,color="green",shape="box"];3184[label="yv3320",fontsize=16,color="green",shape="box"];3185[label="yv3280",fontsize=16,color="green",shape="box"];3186[label="yv3320",fontsize=16,color="green",shape="box"];3187[label="yv3280",fontsize=16,color="green",shape="box"];3188[label="yv3320",fontsize=16,color="green",shape="box"];3189[label="yv3280",fontsize=16,color="green",shape="box"];3190[label="yv3320",fontsize=16,color="green",shape="box"];3191[label="yv3280",fontsize=16,color="green",shape="box"];3192[label="yv3320",fontsize=16,color="green",shape="box"];3193[label="yv3280",fontsize=16,color="green",shape="box"];3194[label="yv3320",fontsize=16,color="green",shape="box"];3195[label="yv3280",fontsize=16,color="green",shape="box"];3196[label="yv3320",fontsize=16,color="green",shape="box"];3197[label="yv3280",fontsize=16,color="green",shape="box"];3198[label="yv3320",fontsize=16,color="green",shape="box"];3199[label="yv3280",fontsize=16,color="green",shape="box"];3200[label="yv3320",fontsize=16,color="green",shape="box"];3201[label="yv3280",fontsize=16,color="green",shape="box"];3202[label="yv3320",fontsize=16,color="green",shape="box"];3203[label="yv3280",fontsize=16,color="green",shape="box"];3204[label="yv3320",fontsize=16,color="green",shape="box"];3205[label="yv3280",fontsize=16,color="green",shape="box"];3206[label="yv3320",fontsize=16,color="green",shape="box"];3207[label="yv3281",fontsize=16,color="green",shape="box"];3208[label="yv3321",fontsize=16,color="green",shape="box"];3209[label="yv3281",fontsize=16,color="green",shape="box"];3210[label="yv3321",fontsize=16,color="green",shape="box"];3211 -> 2894[label="",style="dashed", color="red", weight=0]; 3211[label="primEqNat yv32800 yv33200",fontsize=16,color="magenta"];3211 -> 3292[label="",style="dashed", color="magenta", weight=3]; 3211 -> 3293[label="",style="dashed", color="magenta", weight=3]; 3212[label="False",fontsize=16,color="green",shape="box"];3213[label="False",fontsize=16,color="green",shape="box"];3214[label="True",fontsize=16,color="green",shape="box"];3215[label="False",fontsize=16,color="green",shape="box"];3216[label="True",fontsize=16,color="green",shape="box"];3217 -> 2894[label="",style="dashed", color="red", weight=0]; 3217[label="primEqNat yv32800 yv33200",fontsize=16,color="magenta"];3217 -> 3294[label="",style="dashed", color="magenta", weight=3]; 3217 -> 3295[label="",style="dashed", color="magenta", weight=3]; 3218[label="False",fontsize=16,color="green",shape="box"];3219[label="False",fontsize=16,color="green",shape="box"];3220[label="True",fontsize=16,color="green",shape="box"];3221[label="False",fontsize=16,color="green",shape="box"];3222[label="True",fontsize=16,color="green",shape="box"];3223[label="primEqNat (Succ yv32800) (Succ yv33200)",fontsize=16,color="black",shape="box"];3223 -> 3296[label="",style="solid", color="black", weight=3]; 3224[label="primEqNat (Succ yv32800) Zero",fontsize=16,color="black",shape="box"];3224 -> 3297[label="",style="solid", color="black", weight=3]; 3225[label="primEqNat Zero (Succ yv33200)",fontsize=16,color="black",shape="box"];3225 -> 3298[label="",style="solid", color="black", weight=3]; 3226[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];3226 -> 3299[label="",style="solid", color="black", weight=3]; 3227[label="primMulInt yv3280 yv3321",fontsize=16,color="burlywood",shape="box"];3656[label="yv3280/Pos yv32800",fontsize=10,color="white",style="solid",shape="box"];3227 -> 3656[label="",style="solid", color="burlywood", weight=9]; 3656 -> 3300[label="",style="solid", color="burlywood", weight=3]; 3657[label="yv3280/Neg yv32800",fontsize=10,color="white",style="solid",shape="box"];3227 -> 3657[label="",style="solid", color="burlywood", weight=9]; 3657 -> 3301[label="",style="solid", color="burlywood", weight=3]; 3228[label="yv3281",fontsize=16,color="green",shape="box"];3229[label="yv3320",fontsize=16,color="green",shape="box"];3230[label="yv3280",fontsize=16,color="green",shape="box"];3231[label="yv3321",fontsize=16,color="green",shape="box"];3232[label="yv3281",fontsize=16,color="green",shape="box"];3233[label="yv3320",fontsize=16,color="green",shape="box"];3234[label="yv3280",fontsize=16,color="green",shape="box"];3235[label="yv3320",fontsize=16,color="green",shape="box"];3236[label="yv3280",fontsize=16,color="green",shape="box"];3237[label="yv3320",fontsize=16,color="green",shape="box"];3238[label="yv3280",fontsize=16,color="green",shape="box"];3239[label="yv3320",fontsize=16,color="green",shape="box"];3240[label="yv3280",fontsize=16,color="green",shape="box"];3241[label="yv3320",fontsize=16,color="green",shape="box"];3242[label="yv3280",fontsize=16,color="green",shape="box"];3243[label="yv3320",fontsize=16,color="green",shape="box"];3244[label="yv3280",fontsize=16,color="green",shape="box"];3245[label="yv3320",fontsize=16,color="green",shape="box"];3246[label="yv3280",fontsize=16,color="green",shape="box"];3247[label="yv3320",fontsize=16,color="green",shape="box"];3248[label="yv3280",fontsize=16,color="green",shape="box"];3249[label="yv3320",fontsize=16,color="green",shape="box"];3250[label="yv3280",fontsize=16,color="green",shape="box"];3251[label="yv3320",fontsize=16,color="green",shape="box"];3252[label="yv3280",fontsize=16,color="green",shape="box"];3253[label="yv3320",fontsize=16,color="green",shape="box"];3254[label="yv3280",fontsize=16,color="green",shape="box"];3255[label="yv3320",fontsize=16,color="green",shape="box"];3256[label="yv3280",fontsize=16,color="green",shape="box"];3257[label="yv3320",fontsize=16,color="green",shape="box"];3258[label="yv3280",fontsize=16,color="green",shape="box"];3259[label="yv3320",fontsize=16,color="green",shape="box"];3260[label="yv3280",fontsize=16,color="green",shape="box"];3261[label="yv3320",fontsize=16,color="green",shape="box"];3262 -> 2715[label="",style="dashed", color="red", weight=0]; 3262[label="yv3281 == yv3321",fontsize=16,color="magenta"];3262 -> 3302[label="",style="dashed", color="magenta", weight=3]; 3262 -> 3303[label="",style="dashed", color="magenta", weight=3]; 3263 -> 2716[label="",style="dashed", color="red", weight=0]; 3263[label="yv3281 == yv3321",fontsize=16,color="magenta"];3263 -> 3304[label="",style="dashed", color="magenta", weight=3]; 3263 -> 3305[label="",style="dashed", color="magenta", weight=3]; 3264 -> 2717[label="",style="dashed", color="red", weight=0]; 3264[label="yv3281 == yv3321",fontsize=16,color="magenta"];3264 -> 3306[label="",style="dashed", color="magenta", weight=3]; 3264 -> 3307[label="",style="dashed", color="magenta", weight=3]; 3265 -> 2718[label="",style="dashed", color="red", weight=0]; 3265[label="yv3281 == yv3321",fontsize=16,color="magenta"];3265 -> 3308[label="",style="dashed", color="magenta", weight=3]; 3265 -> 3309[label="",style="dashed", color="magenta", weight=3]; 3266 -> 2719[label="",style="dashed", color="red", weight=0]; 3266[label="yv3281 == yv3321",fontsize=16,color="magenta"];3266 -> 3310[label="",style="dashed", color="magenta", weight=3]; 3266 -> 3311[label="",style="dashed", color="magenta", weight=3]; 3267 -> 2720[label="",style="dashed", color="red", weight=0]; 3267[label="yv3281 == yv3321",fontsize=16,color="magenta"];3267 -> 3312[label="",style="dashed", color="magenta", weight=3]; 3267 -> 3313[label="",style="dashed", color="magenta", weight=3]; 3268 -> 2721[label="",style="dashed", color="red", weight=0]; 3268[label="yv3281 == yv3321",fontsize=16,color="magenta"];3268 -> 3314[label="",style="dashed", color="magenta", weight=3]; 3268 -> 3315[label="",style="dashed", color="magenta", weight=3]; 3269 -> 2722[label="",style="dashed", color="red", weight=0]; 3269[label="yv3281 == yv3321",fontsize=16,color="magenta"];3269 -> 3316[label="",style="dashed", color="magenta", weight=3]; 3269 -> 3317[label="",style="dashed", color="magenta", weight=3]; 3270 -> 2723[label="",style="dashed", color="red", weight=0]; 3270[label="yv3281 == yv3321",fontsize=16,color="magenta"];3270 -> 3318[label="",style="dashed", color="magenta", weight=3]; 3270 -> 3319[label="",style="dashed", color="magenta", weight=3]; 3271 -> 2724[label="",style="dashed", color="red", weight=0]; 3271[label="yv3281 == yv3321",fontsize=16,color="magenta"];3271 -> 3320[label="",style="dashed", color="magenta", weight=3]; 3271 -> 3321[label="",style="dashed", color="magenta", weight=3]; 3272 -> 2725[label="",style="dashed", color="red", weight=0]; 3272[label="yv3281 == yv3321",fontsize=16,color="magenta"];3272 -> 3322[label="",style="dashed", color="magenta", weight=3]; 3272 -> 3323[label="",style="dashed", color="magenta", weight=3]; 3273 -> 2726[label="",style="dashed", color="red", weight=0]; 3273[label="yv3281 == yv3321",fontsize=16,color="magenta"];3273 -> 3324[label="",style="dashed", color="magenta", weight=3]; 3273 -> 3325[label="",style="dashed", color="magenta", weight=3]; 3274 -> 2727[label="",style="dashed", color="red", weight=0]; 3274[label="yv3281 == yv3321",fontsize=16,color="magenta"];3274 -> 3326[label="",style="dashed", color="magenta", weight=3]; 3274 -> 3327[label="",style="dashed", color="magenta", weight=3]; 3275 -> 2728[label="",style="dashed", color="red", weight=0]; 3275[label="yv3281 == yv3321",fontsize=16,color="magenta"];3275 -> 3328[label="",style="dashed", color="magenta", weight=3]; 3275 -> 3329[label="",style="dashed", color="magenta", weight=3]; 3276 -> 2715[label="",style="dashed", color="red", weight=0]; 3276[label="yv3282 == yv3322",fontsize=16,color="magenta"];3276 -> 3330[label="",style="dashed", color="magenta", weight=3]; 3276 -> 3331[label="",style="dashed", color="magenta", weight=3]; 3277 -> 2716[label="",style="dashed", color="red", weight=0]; 3277[label="yv3282 == yv3322",fontsize=16,color="magenta"];3277 -> 3332[label="",style="dashed", color="magenta", weight=3]; 3277 -> 3333[label="",style="dashed", color="magenta", weight=3]; 3278 -> 2717[label="",style="dashed", color="red", weight=0]; 3278[label="yv3282 == yv3322",fontsize=16,color="magenta"];3278 -> 3334[label="",style="dashed", color="magenta", weight=3]; 3278 -> 3335[label="",style="dashed", color="magenta", weight=3]; 3279 -> 2718[label="",style="dashed", color="red", weight=0]; 3279[label="yv3282 == yv3322",fontsize=16,color="magenta"];3279 -> 3336[label="",style="dashed", color="magenta", weight=3]; 3279 -> 3337[label="",style="dashed", color="magenta", weight=3]; 3280 -> 2719[label="",style="dashed", color="red", weight=0]; 3280[label="yv3282 == yv3322",fontsize=16,color="magenta"];3280 -> 3338[label="",style="dashed", color="magenta", weight=3]; 3280 -> 3339[label="",style="dashed", color="magenta", weight=3]; 3281 -> 2720[label="",style="dashed", color="red", weight=0]; 3281[label="yv3282 == yv3322",fontsize=16,color="magenta"];3281 -> 3340[label="",style="dashed", color="magenta", weight=3]; 3281 -> 3341[label="",style="dashed", color="magenta", weight=3]; 3282 -> 2721[label="",style="dashed", color="red", weight=0]; 3282[label="yv3282 == yv3322",fontsize=16,color="magenta"];3282 -> 3342[label="",style="dashed", color="magenta", weight=3]; 3282 -> 3343[label="",style="dashed", color="magenta", weight=3]; 3283 -> 2722[label="",style="dashed", color="red", weight=0]; 3283[label="yv3282 == yv3322",fontsize=16,color="magenta"];3283 -> 3344[label="",style="dashed", color="magenta", weight=3]; 3283 -> 3345[label="",style="dashed", color="magenta", weight=3]; 3284 -> 2723[label="",style="dashed", color="red", weight=0]; 3284[label="yv3282 == yv3322",fontsize=16,color="magenta"];3284 -> 3346[label="",style="dashed", color="magenta", weight=3]; 3284 -> 3347[label="",style="dashed", color="magenta", weight=3]; 3285 -> 2724[label="",style="dashed", color="red", weight=0]; 3285[label="yv3282 == yv3322",fontsize=16,color="magenta"];3285 -> 3348[label="",style="dashed", color="magenta", weight=3]; 3285 -> 3349[label="",style="dashed", color="magenta", weight=3]; 3286 -> 2725[label="",style="dashed", color="red", weight=0]; 3286[label="yv3282 == yv3322",fontsize=16,color="magenta"];3286 -> 3350[label="",style="dashed", color="magenta", weight=3]; 3286 -> 3351[label="",style="dashed", color="magenta", weight=3]; 3287 -> 2726[label="",style="dashed", color="red", weight=0]; 3287[label="yv3282 == yv3322",fontsize=16,color="magenta"];3287 -> 3352[label="",style="dashed", color="magenta", weight=3]; 3287 -> 3353[label="",style="dashed", color="magenta", weight=3]; 3288 -> 2727[label="",style="dashed", color="red", weight=0]; 3288[label="yv3282 == yv3322",fontsize=16,color="magenta"];3288 -> 3354[label="",style="dashed", color="magenta", weight=3]; 3288 -> 3355[label="",style="dashed", color="magenta", weight=3]; 3289 -> 2728[label="",style="dashed", color="red", weight=0]; 3289[label="yv3282 == yv3322",fontsize=16,color="magenta"];3289 -> 3356[label="",style="dashed", color="magenta", weight=3]; 3289 -> 3357[label="",style="dashed", color="magenta", weight=3]; 3290[label="List.nubNub'0 yv341 yv342 (yv343 : yv344) True",fontsize=16,color="black",shape="box"];3290 -> 3358[label="",style="solid", color="black", weight=3]; 3291 -> 1660[label="",style="dashed", color="red", weight=0]; 3291[label="List.nubNub'1 yv3420 yv3421 (yv343 : yv344) (any . (==))",fontsize=16,color="magenta"];3291 -> 3359[label="",style="dashed", color="magenta", weight=3]; 3291 -> 3360[label="",style="dashed", color="magenta", weight=3]; 3291 -> 3361[label="",style="dashed", color="magenta", weight=3]; 3291 -> 3362[label="",style="dashed", color="magenta", weight=3]; 3292[label="yv32800",fontsize=16,color="green",shape="box"];3293[label="yv33200",fontsize=16,color="green",shape="box"];3294[label="yv32800",fontsize=16,color="green",shape="box"];3295[label="yv33200",fontsize=16,color="green",shape="box"];3296 -> 2894[label="",style="dashed", color="red", weight=0]; 3296[label="primEqNat yv32800 yv33200",fontsize=16,color="magenta"];3296 -> 3363[label="",style="dashed", color="magenta", weight=3]; 3296 -> 3364[label="",style="dashed", color="magenta", weight=3]; 3297[label="False",fontsize=16,color="green",shape="box"];3298[label="False",fontsize=16,color="green",shape="box"];3299[label="True",fontsize=16,color="green",shape="box"];3300[label="primMulInt (Pos yv32800) yv3321",fontsize=16,color="burlywood",shape="box"];3658[label="yv3321/Pos yv33210",fontsize=10,color="white",style="solid",shape="box"];3300 -> 3658[label="",style="solid", color="burlywood", weight=9]; 3658 -> 3365[label="",style="solid", color="burlywood", weight=3]; 3659[label="yv3321/Neg yv33210",fontsize=10,color="white",style="solid",shape="box"];3300 -> 3659[label="",style="solid", color="burlywood", weight=9]; 3659 -> 3366[label="",style="solid", color="burlywood", weight=3]; 3301[label="primMulInt (Neg yv32800) yv3321",fontsize=16,color="burlywood",shape="box"];3660[label="yv3321/Pos yv33210",fontsize=10,color="white",style="solid",shape="box"];3301 -> 3660[label="",style="solid", color="burlywood", weight=9]; 3660 -> 3367[label="",style="solid", color="burlywood", weight=3]; 3661[label="yv3321/Neg yv33210",fontsize=10,color="white",style="solid",shape="box"];3301 -> 3661[label="",style="solid", color="burlywood", weight=9]; 3661 -> 3368[label="",style="solid", color="burlywood", weight=3]; 3302[label="yv3281",fontsize=16,color="green",shape="box"];3303[label="yv3321",fontsize=16,color="green",shape="box"];3304[label="yv3281",fontsize=16,color="green",shape="box"];3305[label="yv3321",fontsize=16,color="green",shape="box"];3306[label="yv3281",fontsize=16,color="green",shape="box"];3307[label="yv3321",fontsize=16,color="green",shape="box"];3308[label="yv3281",fontsize=16,color="green",shape="box"];3309[label="yv3321",fontsize=16,color="green",shape="box"];3310[label="yv3281",fontsize=16,color="green",shape="box"];3311[label="yv3321",fontsize=16,color="green",shape="box"];3312[label="yv3281",fontsize=16,color="green",shape="box"];3313[label="yv3321",fontsize=16,color="green",shape="box"];3314[label="yv3281",fontsize=16,color="green",shape="box"];3315[label="yv3321",fontsize=16,color="green",shape="box"];3316[label="yv3281",fontsize=16,color="green",shape="box"];3317[label="yv3321",fontsize=16,color="green",shape="box"];3318[label="yv3281",fontsize=16,color="green",shape="box"];3319[label="yv3321",fontsize=16,color="green",shape="box"];3320[label="yv3281",fontsize=16,color="green",shape="box"];3321[label="yv3321",fontsize=16,color="green",shape="box"];3322[label="yv3281",fontsize=16,color="green",shape="box"];3323[label="yv3321",fontsize=16,color="green",shape="box"];3324[label="yv3281",fontsize=16,color="green",shape="box"];3325[label="yv3321",fontsize=16,color="green",shape="box"];3326[label="yv3281",fontsize=16,color="green",shape="box"];3327[label="yv3321",fontsize=16,color="green",shape="box"];3328[label="yv3281",fontsize=16,color="green",shape="box"];3329[label="yv3321",fontsize=16,color="green",shape="box"];3330[label="yv3282",fontsize=16,color="green",shape="box"];3331[label="yv3322",fontsize=16,color="green",shape="box"];3332[label="yv3282",fontsize=16,color="green",shape="box"];3333[label="yv3322",fontsize=16,color="green",shape="box"];3334[label="yv3282",fontsize=16,color="green",shape="box"];3335[label="yv3322",fontsize=16,color="green",shape="box"];3336[label="yv3282",fontsize=16,color="green",shape="box"];3337[label="yv3322",fontsize=16,color="green",shape="box"];3338[label="yv3282",fontsize=16,color="green",shape="box"];3339[label="yv3322",fontsize=16,color="green",shape="box"];3340[label="yv3282",fontsize=16,color="green",shape="box"];3341[label="yv3322",fontsize=16,color="green",shape="box"];3342[label="yv3282",fontsize=16,color="green",shape="box"];3343[label="yv3322",fontsize=16,color="green",shape="box"];3344[label="yv3282",fontsize=16,color="green",shape="box"];3345[label="yv3322",fontsize=16,color="green",shape="box"];3346[label="yv3282",fontsize=16,color="green",shape="box"];3347[label="yv3322",fontsize=16,color="green",shape="box"];3348[label="yv3282",fontsize=16,color="green",shape="box"];3349[label="yv3322",fontsize=16,color="green",shape="box"];3350[label="yv3282",fontsize=16,color="green",shape="box"];3351[label="yv3322",fontsize=16,color="green",shape="box"];3352[label="yv3282",fontsize=16,color="green",shape="box"];3353[label="yv3322",fontsize=16,color="green",shape="box"];3354[label="yv3282",fontsize=16,color="green",shape="box"];3355[label="yv3322",fontsize=16,color="green",shape="box"];3356[label="yv3282",fontsize=16,color="green",shape="box"];3357[label="yv3322",fontsize=16,color="green",shape="box"];3358[label="yv341 : List.nubNub' yv342 (yv341 : yv343 : yv344)",fontsize=16,color="green",shape="box"];3358 -> 3369[label="",style="dashed", color="green", weight=3]; 3359[label="yv343",fontsize=16,color="green",shape="box"];3360[label="yv3421",fontsize=16,color="green",shape="box"];3361[label="yv3420",fontsize=16,color="green",shape="box"];3362[label="yv344",fontsize=16,color="green",shape="box"];3363[label="yv32800",fontsize=16,color="green",shape="box"];3364[label="yv33200",fontsize=16,color="green",shape="box"];3365[label="primMulInt (Pos yv32800) (Pos yv33210)",fontsize=16,color="black",shape="box"];3365 -> 3370[label="",style="solid", color="black", weight=3]; 3366[label="primMulInt (Pos yv32800) (Neg yv33210)",fontsize=16,color="black",shape="box"];3366 -> 3371[label="",style="solid", color="black", weight=3]; 3367[label="primMulInt (Neg yv32800) (Pos yv33210)",fontsize=16,color="black",shape="box"];3367 -> 3372[label="",style="solid", color="black", weight=3]; 3368[label="primMulInt (Neg yv32800) (Neg yv33210)",fontsize=16,color="black",shape="box"];3368 -> 3373[label="",style="solid", color="black", weight=3]; 3369 -> 2790[label="",style="dashed", color="red", weight=0]; 3369[label="List.nubNub' yv342 (yv341 : yv343 : yv344)",fontsize=16,color="magenta"];3369 -> 3374[label="",style="dashed", color="magenta", weight=3]; 3369 -> 3375[label="",style="dashed", color="magenta", weight=3]; 3370[label="Pos (primMulNat yv32800 yv33210)",fontsize=16,color="green",shape="box"];3370 -> 3376[label="",style="dashed", color="green", weight=3]; 3371[label="Neg (primMulNat yv32800 yv33210)",fontsize=16,color="green",shape="box"];3371 -> 3377[label="",style="dashed", color="green", weight=3]; 3372[label="Neg (primMulNat yv32800 yv33210)",fontsize=16,color="green",shape="box"];3372 -> 3378[label="",style="dashed", color="green", weight=3]; 3373[label="Pos (primMulNat yv32800 yv33210)",fontsize=16,color="green",shape="box"];3373 -> 3379[label="",style="dashed", color="green", weight=3]; 3374[label="yv341",fontsize=16,color="green",shape="box"];3375[label="yv343 : yv344",fontsize=16,color="green",shape="box"];3376[label="primMulNat yv32800 yv33210",fontsize=16,color="burlywood",shape="triangle"];3662[label="yv32800/Succ yv328000",fontsize=10,color="white",style="solid",shape="box"];3376 -> 3662[label="",style="solid", color="burlywood", weight=9]; 3662 -> 3380[label="",style="solid", color="burlywood", weight=3]; 3663[label="yv32800/Zero",fontsize=10,color="white",style="solid",shape="box"];3376 -> 3663[label="",style="solid", color="burlywood", weight=9]; 3663 -> 3381[label="",style="solid", color="burlywood", weight=3]; 3377 -> 3376[label="",style="dashed", color="red", weight=0]; 3377[label="primMulNat yv32800 yv33210",fontsize=16,color="magenta"];3377 -> 3382[label="",style="dashed", color="magenta", weight=3]; 3378 -> 3376[label="",style="dashed", color="red", weight=0]; 3378[label="primMulNat yv32800 yv33210",fontsize=16,color="magenta"];3378 -> 3383[label="",style="dashed", color="magenta", weight=3]; 3379 -> 3376[label="",style="dashed", color="red", weight=0]; 3379[label="primMulNat yv32800 yv33210",fontsize=16,color="magenta"];3379 -> 3384[label="",style="dashed", color="magenta", weight=3]; 3379 -> 3385[label="",style="dashed", color="magenta", weight=3]; 3380[label="primMulNat (Succ yv328000) yv33210",fontsize=16,color="burlywood",shape="box"];3664[label="yv33210/Succ yv332100",fontsize=10,color="white",style="solid",shape="box"];3380 -> 3664[label="",style="solid", color="burlywood", weight=9]; 3664 -> 3386[label="",style="solid", color="burlywood", weight=3]; 3665[label="yv33210/Zero",fontsize=10,color="white",style="solid",shape="box"];3380 -> 3665[label="",style="solid", color="burlywood", weight=9]; 3665 -> 3387[label="",style="solid", color="burlywood", weight=3]; 3381[label="primMulNat Zero yv33210",fontsize=16,color="burlywood",shape="box"];3666[label="yv33210/Succ yv332100",fontsize=10,color="white",style="solid",shape="box"];3381 -> 3666[label="",style="solid", color="burlywood", weight=9]; 3666 -> 3388[label="",style="solid", color="burlywood", weight=3]; 3667[label="yv33210/Zero",fontsize=10,color="white",style="solid",shape="box"];3381 -> 3667[label="",style="solid", color="burlywood", weight=9]; 3667 -> 3389[label="",style="solid", color="burlywood", weight=3]; 3382[label="yv33210",fontsize=16,color="green",shape="box"];3383[label="yv32800",fontsize=16,color="green",shape="box"];3384[label="yv33210",fontsize=16,color="green",shape="box"];3385[label="yv32800",fontsize=16,color="green",shape="box"];3386[label="primMulNat (Succ yv328000) (Succ yv332100)",fontsize=16,color="black",shape="box"];3386 -> 3390[label="",style="solid", color="black", weight=3]; 3387[label="primMulNat (Succ yv328000) Zero",fontsize=16,color="black",shape="box"];3387 -> 3391[label="",style="solid", color="black", weight=3]; 3388[label="primMulNat Zero (Succ yv332100)",fontsize=16,color="black",shape="box"];3388 -> 3392[label="",style="solid", color="black", weight=3]; 3389[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];3389 -> 3393[label="",style="solid", color="black", weight=3]; 3390 -> 3394[label="",style="dashed", color="red", weight=0]; 3390[label="primPlusNat (primMulNat yv328000 (Succ yv332100)) (Succ yv332100)",fontsize=16,color="magenta"];3390 -> 3395[label="",style="dashed", color="magenta", weight=3]; 3391[label="Zero",fontsize=16,color="green",shape="box"];3392[label="Zero",fontsize=16,color="green",shape="box"];3393[label="Zero",fontsize=16,color="green",shape="box"];3395 -> 3376[label="",style="dashed", color="red", weight=0]; 3395[label="primMulNat yv328000 (Succ yv332100)",fontsize=16,color="magenta"];3395 -> 3396[label="",style="dashed", color="magenta", weight=3]; 3395 -> 3397[label="",style="dashed", color="magenta", weight=3]; 3394[label="primPlusNat yv360 (Succ yv332100)",fontsize=16,color="burlywood",shape="triangle"];3668[label="yv360/Succ yv3600",fontsize=10,color="white",style="solid",shape="box"];3394 -> 3668[label="",style="solid", color="burlywood", weight=9]; 3668 -> 3398[label="",style="solid", color="burlywood", weight=3]; 3669[label="yv360/Zero",fontsize=10,color="white",style="solid",shape="box"];3394 -> 3669[label="",style="solid", color="burlywood", weight=9]; 3669 -> 3399[label="",style="solid", color="burlywood", weight=3]; 3396[label="Succ yv332100",fontsize=16,color="green",shape="box"];3397[label="yv328000",fontsize=16,color="green",shape="box"];3398[label="primPlusNat (Succ yv3600) (Succ yv332100)",fontsize=16,color="black",shape="box"];3398 -> 3400[label="",style="solid", color="black", weight=3]; 3399[label="primPlusNat Zero (Succ yv332100)",fontsize=16,color="black",shape="box"];3399 -> 3401[label="",style="solid", color="black", weight=3]; 3400[label="Succ (Succ (primPlusNat yv3600 yv332100))",fontsize=16,color="green",shape="box"];3400 -> 3402[label="",style="dashed", color="green", weight=3]; 3401[label="Succ yv332100",fontsize=16,color="green",shape="box"];3402[label="primPlusNat yv3600 yv332100",fontsize=16,color="burlywood",shape="triangle"];3670[label="yv3600/Succ yv36000",fontsize=10,color="white",style="solid",shape="box"];3402 -> 3670[label="",style="solid", color="burlywood", weight=9]; 3670 -> 3403[label="",style="solid", color="burlywood", weight=3]; 3671[label="yv3600/Zero",fontsize=10,color="white",style="solid",shape="box"];3402 -> 3671[label="",style="solid", color="burlywood", weight=9]; 3671 -> 3404[label="",style="solid", color="burlywood", weight=3]; 3403[label="primPlusNat (Succ yv36000) yv332100",fontsize=16,color="burlywood",shape="box"];3672[label="yv332100/Succ yv3321000",fontsize=10,color="white",style="solid",shape="box"];3403 -> 3672[label="",style="solid", color="burlywood", weight=9]; 3672 -> 3405[label="",style="solid", color="burlywood", weight=3]; 3673[label="yv332100/Zero",fontsize=10,color="white",style="solid",shape="box"];3403 -> 3673[label="",style="solid", color="burlywood", weight=9]; 3673 -> 3406[label="",style="solid", color="burlywood", weight=3]; 3404[label="primPlusNat Zero yv332100",fontsize=16,color="burlywood",shape="box"];3674[label="yv332100/Succ yv3321000",fontsize=10,color="white",style="solid",shape="box"];3404 -> 3674[label="",style="solid", color="burlywood", weight=9]; 3674 -> 3407[label="",style="solid", color="burlywood", weight=3]; 3675[label="yv332100/Zero",fontsize=10,color="white",style="solid",shape="box"];3404 -> 3675[label="",style="solid", color="burlywood", weight=9]; 3675 -> 3408[label="",style="solid", color="burlywood", weight=3]; 3405[label="primPlusNat (Succ yv36000) (Succ yv3321000)",fontsize=16,color="black",shape="box"];3405 -> 3409[label="",style="solid", color="black", weight=3]; 3406[label="primPlusNat (Succ yv36000) Zero",fontsize=16,color="black",shape="box"];3406 -> 3410[label="",style="solid", color="black", weight=3]; 3407[label="primPlusNat Zero (Succ yv3321000)",fontsize=16,color="black",shape="box"];3407 -> 3411[label="",style="solid", color="black", weight=3]; 3408[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];3408 -> 3412[label="",style="solid", color="black", weight=3]; 3409[label="Succ (Succ (primPlusNat yv36000 yv3321000))",fontsize=16,color="green",shape="box"];3409 -> 3413[label="",style="dashed", color="green", weight=3]; 3410[label="Succ yv36000",fontsize=16,color="green",shape="box"];3411[label="Succ yv3321000",fontsize=16,color="green",shape="box"];3412[label="Zero",fontsize=16,color="green",shape="box"];3413 -> 3402[label="",style="dashed", color="red", weight=0]; 3413[label="primPlusNat yv36000 yv3321000",fontsize=16,color="magenta"];3413 -> 3414[label="",style="dashed", color="magenta", weight=3]; 3413 -> 3415[label="",style="dashed", color="magenta", weight=3]; 3414[label="yv3321000",fontsize=16,color="green",shape="box"];3415[label="yv36000",fontsize=16,color="green",shape="box"];} ---------------------------------------- (8) Complex Obligation (AND) ---------------------------------------- (9) Obligation: Q DP problem: The TRS P consists of the following rules: new_nubNub'(:(yv3420, yv3421), yv343, yv344, bb) -> new_nubNub'11(yv3420, yv3421, yv343, yv344, bb) new_nubNub'10(yv341, yv342, yv343, yv344, False, [], bb) -> new_nubNub'(yv342, yv341, :(yv343, yv344), bb) new_nubNub'1(yv328, yv329, yv330, yv331, yv332, yv333, ba) -> new_nubNub'10(yv328, yv329, yv330, yv331, new_esEs4(yv328, yv332, ba), yv333, ba) new_nubNub'10(yv341, :(yv3420, yv3421), yv343, yv344, True, yv346, bb) -> new_nubNub'11(yv3420, yv3421, yv343, yv344, bb) new_nubNub'10(yv341, yv342, yv343, yv344, False, :(yv3460, yv3461), bb) -> new_nubNub'1(yv341, yv342, yv343, yv344, yv3460, yv3461, bb) new_nubNub'11(yv234, yv235, yv236, yv237, bc) -> new_nubNub'1(yv234, yv235, yv236, yv237, yv236, yv237, bc) The TRS R consists of the following rules: new_primEqInt(Pos(Zero), Pos(Zero)) -> True new_esEs24(yv3280, yv3320, ty_Integer) -> new_esEs7(yv3280, yv3320) new_esEs10(Right(yv3280), Right(yv3320), bd, app(ty_Maybe, bfe)) -> new_esEs14(yv3280, yv3320, bfe) new_esEs14(Just(yv3280), Just(yv3320), ty_Ordering) -> new_esEs12(yv3280, yv3320) new_esEs21(yv3282, yv3322, app(app(app(ty_@3, gc), gd), ge)) -> new_esEs18(yv3282, yv3322, gc, gd, ge) new_esEs14(Just(yv3280), Just(yv3320), ty_Bool) -> new_esEs6(yv3280, yv3320) new_esEs25(yv3280, yv3320, ty_@0) -> new_esEs5(yv3280, yv3320) new_esEs26(yv3281, yv3321, ty_Double) -> new_esEs17(yv3281, yv3321) new_esEs10(Left(yv3280), Left(yv3320), ty_@0, be) -> new_esEs5(yv3280, yv3320) new_esEs25(yv3280, yv3320, ty_Char) -> new_esEs9(yv3280, yv3320) new_esEs4(yv328, yv332, app(ty_[], bh)) -> new_esEs13(yv328, yv332, bh) new_esEs19(yv3280, yv3320, ty_Char) -> new_esEs9(yv3280, yv3320) new_esEs26(yv3281, yv3321, app(ty_Ratio, bdb)) -> new_esEs15(yv3281, yv3321, bdb) new_esEs20(yv3281, yv3321, ty_Ordering) -> new_esEs12(yv3281, yv3321) new_esEs25(yv3280, yv3320, app(ty_[], bbf)) -> new_esEs13(yv3280, yv3320, bbf) new_esEs6(False, True) -> False new_esEs6(True, False) -> False new_esEs20(yv3281, yv3321, ty_Bool) -> new_esEs6(yv3281, yv3321) new_esEs10(Right(yv3280), Right(yv3320), bd, ty_@0) -> new_esEs5(yv3280, yv3320) new_esEs19(yv3280, yv3320, ty_@0) -> new_esEs5(yv3280, yv3320) new_esEs4(yv328, yv332, ty_@0) -> new_esEs5(yv328, yv332) new_esEs22(yv3280, yv3320, ty_Int) -> new_esEs8(yv3280, yv3320) new_esEs10(Right(yv3280), Right(yv3320), bd, ty_Char) -> new_esEs9(yv3280, yv3320) new_esEs26(yv3281, yv3321, app(app(ty_@2, bcf), bcg)) -> new_esEs11(yv3281, yv3321, bcf, bcg) new_esEs21(yv3282, yv3322, app(ty_Maybe, ga)) -> new_esEs14(yv3282, yv3322, ga) new_esEs11(@2(yv3280, yv3281), @2(yv3320, yv3321), bf, bg) -> new_asAs(new_esEs25(yv3280, yv3320, bf), new_esEs26(yv3281, yv3321, bg)) new_esEs14(Just(yv3280), Just(yv3320), ty_Int) -> new_esEs8(yv3280, yv3320) new_esEs10(Right(yv3280), Right(yv3320), bd, app(ty_Ratio, bff)) -> new_esEs15(yv3280, yv3320, bff) new_esEs12(GT, GT) -> True new_asAs(True, yv359) -> yv359 new_esEs21(yv3282, yv3322, ty_Float) -> new_esEs16(yv3282, yv3322) new_esEs22(yv3280, yv3320, ty_Integer) -> new_esEs7(yv3280, yv3320) new_esEs10(Right(yv3280), Right(yv3320), bd, app(app(ty_Either, beh), bfa)) -> new_esEs10(yv3280, yv3320, beh, bfa) new_esEs21(yv3282, yv3322, app(ty_[], fh)) -> new_esEs13(yv3282, yv3322, fh) new_primEqInt(Pos(Succ(yv32800)), Pos(Zero)) -> False new_primEqInt(Pos(Zero), Pos(Succ(yv33200))) -> False new_esEs10(Right(yv3280), Right(yv3320), bd, ty_Ordering) -> new_esEs12(yv3280, yv3320) new_esEs24(yv3280, yv3320, ty_Double) -> new_esEs17(yv3280, yv3320) new_esEs26(yv3281, yv3321, app(ty_Maybe, bda)) -> new_esEs14(yv3281, yv3321, bda) new_esEs26(yv3281, yv3321, app(app(ty_Either, bcd), bce)) -> new_esEs10(yv3281, yv3321, bcd, bce) new_esEs24(yv3280, yv3320, app(ty_Ratio, hd)) -> new_esEs15(yv3280, yv3320, hd) new_esEs21(yv3282, yv3322, app(ty_Ratio, gb)) -> new_esEs15(yv3282, yv3322, gb) new_esEs15(:%(yv3280, yv3281), :%(yv3320, yv3321), cb) -> new_asAs(new_esEs22(yv3280, yv3320, cb), new_esEs23(yv3281, yv3321, cb)) new_primEqNat0(Succ(yv32800), Succ(yv33200)) -> new_primEqNat0(yv32800, yv33200) new_esEs10(Left(yv3280), Right(yv3320), bd, be) -> False new_esEs10(Right(yv3280), Left(yv3320), bd, be) -> False new_esEs10(Right(yv3280), Right(yv3320), bd, app(ty_[], bfd)) -> new_esEs13(yv3280, yv3320, bfd) new_esEs26(yv3281, yv3321, ty_Float) -> new_esEs16(yv3281, yv3321) new_esEs20(yv3281, yv3321, app(app(ty_@2, ec), ed)) -> new_esEs11(yv3281, yv3321, ec, ed) new_esEs24(yv3280, yv3320, ty_Int) -> new_esEs8(yv3280, yv3320) new_esEs12(EQ, EQ) -> True new_esEs10(Left(yv3280), Left(yv3320), ty_Ordering, be) -> new_esEs12(yv3280, yv3320) new_esEs21(yv3282, yv3322, ty_Char) -> new_esEs9(yv3282, yv3322) new_esEs10(Left(yv3280), Left(yv3320), app(ty_[], beb), be) -> new_esEs13(yv3280, yv3320, beb) new_esEs21(yv3282, yv3322, ty_@0) -> new_esEs5(yv3282, yv3322) new_primMulNat0(Zero, Zero) -> Zero new_esEs25(yv3280, yv3320, ty_Bool) -> new_esEs6(yv3280, yv3320) new_esEs24(yv3280, yv3320, app(ty_Maybe, hc)) -> new_esEs14(yv3280, yv3320, hc) new_esEs20(yv3281, yv3321, ty_@0) -> new_esEs5(yv3281, yv3321) new_esEs20(yv3281, yv3321, ty_Integer) -> new_esEs7(yv3281, yv3321) new_esEs12(LT, LT) -> True new_esEs4(yv328, yv332, ty_Ordering) -> new_esEs12(yv328, yv332) new_primEqNat0(Succ(yv32800), Zero) -> False new_primEqNat0(Zero, Succ(yv33200)) -> False new_esEs13([], [], bh) -> True new_esEs24(yv3280, yv3320, ty_Float) -> new_esEs16(yv3280, yv3320) new_esEs24(yv3280, yv3320, ty_Bool) -> new_esEs6(yv3280, yv3320) new_esEs4(yv328, yv332, ty_Double) -> new_esEs17(yv328, yv332) new_esEs19(yv3280, yv3320, ty_Bool) -> new_esEs6(yv3280, yv3320) new_esEs4(yv328, yv332, app(app(ty_Either, bd), be)) -> new_esEs10(yv328, yv332, bd, be) new_esEs10(Left(yv3280), Left(yv3320), app(app(app(ty_@3, bee), bef), beg), be) -> new_esEs18(yv3280, yv3320, bee, bef, beg) new_esEs25(yv3280, yv3320, app(ty_Maybe, bbg)) -> new_esEs14(yv3280, yv3320, bbg) new_esEs19(yv3280, yv3320, app(ty_Maybe, dd)) -> new_esEs14(yv3280, yv3320, dd) new_esEs21(yv3282, yv3322, app(app(ty_Either, fc), fd)) -> new_esEs10(yv3282, yv3322, fc, fd) new_esEs26(yv3281, yv3321, ty_Integer) -> new_esEs7(yv3281, yv3321) new_esEs4(yv328, yv332, ty_Char) -> new_esEs9(yv328, yv332) new_esEs25(yv3280, yv3320, ty_Float) -> new_esEs16(yv3280, yv3320) new_esEs14(Just(yv3280), Just(yv3320), ty_Float) -> new_esEs16(yv3280, yv3320) new_esEs4(yv328, yv332, app(app(app(ty_@3, cc), cd), ce)) -> new_esEs18(yv328, yv332, cc, cd, ce) new_primEqInt(Neg(Succ(yv32800)), Neg(Zero)) -> False new_primEqInt(Neg(Zero), Neg(Succ(yv33200))) -> False new_primEqInt(Pos(Succ(yv32800)), Pos(Succ(yv33200))) -> new_primEqNat0(yv32800, yv33200) new_esEs20(yv3281, yv3321, app(ty_Ratio, eg)) -> new_esEs15(yv3281, yv3321, eg) new_sr(Pos(yv32800), Neg(yv33210)) -> Neg(new_primMulNat0(yv32800, yv33210)) new_sr(Neg(yv32800), Pos(yv33210)) -> Neg(new_primMulNat0(yv32800, yv33210)) new_primPlusNat1(Succ(yv36000), Succ(yv3321000)) -> Succ(Succ(new_primPlusNat1(yv36000, yv3321000))) new_esEs13(:(yv3280, yv3281), :(yv3320, yv3321), bh) -> new_asAs(new_esEs24(yv3280, yv3320, bh), new_esEs13(yv3281, yv3321, bh)) new_primEqInt(Pos(Succ(yv32800)), Neg(yv3320)) -> False new_primEqInt(Neg(Succ(yv32800)), Pos(yv3320)) -> False new_esEs25(yv3280, yv3320, app(ty_Ratio, bbh)) -> new_esEs15(yv3280, yv3320, bbh) new_esEs14(Just(yv3280), Just(yv3320), app(app(ty_@2, bab), bac)) -> new_esEs11(yv3280, yv3320, bab, bac) new_esEs10(Right(yv3280), Right(yv3320), bd, ty_Int) -> new_esEs8(yv3280, yv3320) new_esEs12(EQ, GT) -> False new_esEs12(GT, EQ) -> False new_esEs10(Left(yv3280), Left(yv3320), app(app(ty_Either, bdf), bdg), be) -> new_esEs10(yv3280, yv3320, bdf, bdg) new_esEs21(yv3282, yv3322, ty_Integer) -> new_esEs7(yv3282, yv3322) new_esEs19(yv3280, yv3320, app(ty_Ratio, de)) -> new_esEs15(yv3280, yv3320, de) new_esEs24(yv3280, yv3320, app(app(ty_@2, gh), ha)) -> new_esEs11(yv3280, yv3320, gh, ha) new_esEs10(Left(yv3280), Left(yv3320), ty_Char, be) -> new_esEs9(yv3280, yv3320) new_esEs24(yv3280, yv3320, app(ty_[], hb)) -> new_esEs13(yv3280, yv3320, hb) new_esEs20(yv3281, yv3321, app(ty_Maybe, ef)) -> new_esEs14(yv3281, yv3321, ef) new_esEs21(yv3282, yv3322, ty_Bool) -> new_esEs6(yv3282, yv3322) new_esEs4(yv328, yv332, ty_Integer) -> new_esEs7(yv328, yv332) new_esEs8(yv328, yv332) -> new_primEqInt(yv328, yv332) new_esEs26(yv3281, yv3321, ty_Char) -> new_esEs9(yv3281, yv3321) new_esEs18(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), cc, cd, ce) -> new_asAs(new_esEs19(yv3280, yv3320, cc), new_asAs(new_esEs20(yv3281, yv3321, cd), new_esEs21(yv3282, yv3322, ce))) new_esEs26(yv3281, yv3321, ty_@0) -> new_esEs5(yv3281, yv3321) new_esEs25(yv3280, yv3320, app(app(ty_@2, bbd), bbe)) -> new_esEs11(yv3280, yv3320, bbd, bbe) new_esEs23(yv3281, yv3321, ty_Int) -> new_esEs8(yv3281, yv3321) new_esEs14(Just(yv3280), Just(yv3320), app(ty_Maybe, bae)) -> new_esEs14(yv3280, yv3320, bae) new_sr(Neg(yv32800), Neg(yv33210)) -> Pos(new_primMulNat0(yv32800, yv33210)) new_esEs10(Right(yv3280), Right(yv3320), bd, ty_Double) -> new_esEs17(yv3280, yv3320) new_esEs10(Left(yv3280), Left(yv3320), ty_Integer, be) -> new_esEs7(yv3280, yv3320) new_esEs4(yv328, yv332, app(app(ty_@2, bf), bg)) -> new_esEs11(yv328, yv332, bf, bg) new_esEs10(Right(yv3280), Right(yv3320), bd, ty_Float) -> new_esEs16(yv3280, yv3320) new_esEs4(yv328, yv332, ty_Int) -> new_esEs8(yv328, yv332) new_esEs14(Just(yv3280), Just(yv3320), app(app(app(ty_@3, bag), bah), bba)) -> new_esEs18(yv3280, yv3320, bag, bah, bba) new_esEs20(yv3281, yv3321, app(app(app(ty_@3, eh), fa), fb)) -> new_esEs18(yv3281, yv3321, eh, fa, fb) new_esEs24(yv3280, yv3320, ty_@0) -> new_esEs5(yv3280, yv3320) new_esEs19(yv3280, yv3320, ty_Float) -> new_esEs16(yv3280, yv3320) new_esEs24(yv3280, yv3320, ty_Char) -> new_esEs9(yv3280, yv3320) new_primEqInt(Pos(Zero), Neg(Succ(yv33200))) -> False new_primEqInt(Neg(Zero), Pos(Succ(yv33200))) -> False new_esEs19(yv3280, yv3320, ty_Double) -> new_esEs17(yv3280, yv3320) new_esEs23(yv3281, yv3321, ty_Integer) -> new_esEs7(yv3281, yv3321) new_esEs19(yv3280, yv3320, app(app(ty_Either, cf), cg)) -> new_esEs10(yv3280, yv3320, cf, cg) new_esEs21(yv3282, yv3322, ty_Ordering) -> new_esEs12(yv3282, yv3322) new_esEs12(LT, EQ) -> False new_esEs12(EQ, LT) -> False new_esEs25(yv3280, yv3320, ty_Double) -> new_esEs17(yv3280, yv3320) new_esEs10(Left(yv3280), Left(yv3320), ty_Int, be) -> new_esEs8(yv3280, yv3320) new_esEs6(True, True) -> True new_esEs26(yv3281, yv3321, app(ty_[], bch)) -> new_esEs13(yv3281, yv3321, bch) new_esEs19(yv3280, yv3320, ty_Integer) -> new_esEs7(yv3280, yv3320) new_primEqInt(Neg(Succ(yv32800)), Neg(Succ(yv33200))) -> new_primEqNat0(yv32800, yv33200) new_esEs24(yv3280, yv3320, app(app(app(ty_@3, he), hf), hg)) -> new_esEs18(yv3280, yv3320, he, hf, hg) new_esEs14(Just(yv3280), Just(yv3320), app(ty_Ratio, baf)) -> new_esEs15(yv3280, yv3320, baf) new_esEs10(Right(yv3280), Right(yv3320), bd, app(app(ty_@2, bfb), bfc)) -> new_esEs11(yv3280, yv3320, bfb, bfc) new_esEs19(yv3280, yv3320, app(app(ty_@2, da), db)) -> new_esEs11(yv3280, yv3320, da, db) new_esEs10(Left(yv3280), Left(yv3320), ty_Double, be) -> new_esEs17(yv3280, yv3320) new_esEs20(yv3281, yv3321, ty_Float) -> new_esEs16(yv3281, yv3321) new_esEs12(LT, GT) -> False new_esEs12(GT, LT) -> False new_primPlusNat0(Succ(yv3600), yv332100) -> Succ(Succ(new_primPlusNat1(yv3600, yv332100))) new_esEs10(Right(yv3280), Right(yv3320), bd, ty_Integer) -> new_esEs7(yv3280, yv3320) new_esEs6(False, False) -> True new_esEs21(yv3282, yv3322, ty_Int) -> new_esEs8(yv3282, yv3322) new_esEs13(:(yv3280, yv3281), [], bh) -> False new_esEs13([], :(yv3320, yv3321), bh) -> False new_esEs14(Just(yv3280), Just(yv3320), ty_Double) -> new_esEs17(yv3280, yv3320) new_esEs26(yv3281, yv3321, ty_Ordering) -> new_esEs12(yv3281, yv3321) new_esEs25(yv3280, yv3320, ty_Integer) -> new_esEs7(yv3280, yv3320) new_primPlusNat1(Zero, Zero) -> Zero new_esEs20(yv3281, yv3321, app(app(ty_Either, ea), eb)) -> new_esEs10(yv3281, yv3321, ea, eb) new_primMulNat0(Succ(yv328000), Zero) -> Zero new_primMulNat0(Zero, Succ(yv332100)) -> Zero new_sr(Pos(yv32800), Pos(yv33210)) -> Pos(new_primMulNat0(yv32800, yv33210)) new_primPlusNat0(Zero, yv332100) -> Succ(yv332100) new_esEs14(Just(yv3280), Just(yv3320), app(ty_[], bad)) -> new_esEs13(yv3280, yv3320, bad) new_esEs9(Char(yv3280), Char(yv3320)) -> new_primEqNat0(yv3280, yv3320) new_esEs17(Double(yv3280, yv3281), Double(yv3320, yv3321)) -> new_esEs8(new_sr(yv3280, yv3321), new_sr(yv3281, yv3320)) new_esEs19(yv3280, yv3320, app(app(app(ty_@3, df), dg), dh)) -> new_esEs18(yv3280, yv3320, df, dg, dh) new_esEs25(yv3280, yv3320, ty_Ordering) -> new_esEs12(yv3280, yv3320) new_primEqInt(Neg(Zero), Neg(Zero)) -> True new_esEs14(Just(yv3280), Just(yv3320), ty_@0) -> new_esEs5(yv3280, yv3320) new_esEs26(yv3281, yv3321, app(app(app(ty_@3, bdc), bdd), bde)) -> new_esEs18(yv3281, yv3321, bdc, bdd, bde) new_esEs26(yv3281, yv3321, ty_Bool) -> new_esEs6(yv3281, yv3321) new_primMulNat0(Succ(yv328000), Succ(yv332100)) -> new_primPlusNat0(new_primMulNat0(yv328000, Succ(yv332100)), yv332100) new_esEs24(yv3280, yv3320, app(app(ty_Either, gf), gg)) -> new_esEs10(yv3280, yv3320, gf, gg) new_esEs10(Left(yv3280), Left(yv3320), ty_Bool, be) -> new_esEs6(yv3280, yv3320) new_esEs24(yv3280, yv3320, ty_Ordering) -> new_esEs12(yv3280, yv3320) new_esEs16(Float(yv3280, yv3281), Float(yv3320, yv3321)) -> new_esEs8(new_sr(yv3280, yv3321), new_sr(yv3281, yv3320)) new_esEs14(Nothing, Just(yv3320), ca) -> False new_esEs14(Just(yv3280), Nothing, ca) -> False new_esEs19(yv3280, yv3320, ty_Int) -> new_esEs8(yv3280, yv3320) new_esEs20(yv3281, yv3321, ty_Char) -> new_esEs9(yv3281, yv3321) new_esEs19(yv3280, yv3320, ty_Ordering) -> new_esEs12(yv3280, yv3320) new_primPlusNat1(Succ(yv36000), Zero) -> Succ(yv36000) new_primPlusNat1(Zero, Succ(yv3321000)) -> Succ(yv3321000) new_esEs26(yv3281, yv3321, ty_Int) -> new_esEs8(yv3281, yv3321) new_esEs21(yv3282, yv3322, ty_Double) -> new_esEs17(yv3282, yv3322) new_esEs14(Nothing, Nothing, ca) -> True new_esEs4(yv328, yv332, ty_Float) -> new_esEs16(yv328, yv332) new_esEs10(Right(yv3280), Right(yv3320), bd, ty_Bool) -> new_esEs6(yv3280, yv3320) new_esEs25(yv3280, yv3320, app(app(ty_Either, bbb), bbc)) -> new_esEs10(yv3280, yv3320, bbb, bbc) new_esEs10(Right(yv3280), Right(yv3320), bd, app(app(app(ty_@3, bfg), bfh), bga)) -> new_esEs18(yv3280, yv3320, bfg, bfh, bga) new_esEs14(Just(yv3280), Just(yv3320), ty_Char) -> new_esEs9(yv3280, yv3320) new_primEqInt(Pos(Zero), Neg(Zero)) -> True new_primEqInt(Neg(Zero), Pos(Zero)) -> True new_esEs4(yv328, yv332, app(ty_Maybe, ca)) -> new_esEs14(yv328, yv332, ca) new_primEqNat0(Zero, Zero) -> True new_esEs25(yv3280, yv3320, ty_Int) -> new_esEs8(yv3280, yv3320) new_esEs4(yv328, yv332, ty_Bool) -> new_esEs6(yv328, yv332) new_esEs10(Left(yv3280), Left(yv3320), app(ty_Ratio, bed), be) -> new_esEs15(yv3280, yv3320, bed) new_esEs14(Just(yv3280), Just(yv3320), app(app(ty_Either, hh), baa)) -> new_esEs10(yv3280, yv3320, hh, baa) new_esEs20(yv3281, yv3321, ty_Double) -> new_esEs17(yv3281, yv3321) new_esEs10(Left(yv3280), Left(yv3320), ty_Float, be) -> new_esEs16(yv3280, yv3320) new_esEs10(Left(yv3280), Left(yv3320), app(app(ty_@2, bdh), bea), be) -> new_esEs11(yv3280, yv3320, bdh, bea) new_esEs19(yv3280, yv3320, app(ty_[], dc)) -> new_esEs13(yv3280, yv3320, dc) new_asAs(False, yv359) -> False new_esEs25(yv3280, yv3320, app(app(app(ty_@3, bca), bcb), bcc)) -> new_esEs18(yv3280, yv3320, bca, bcb, bcc) new_esEs21(yv3282, yv3322, app(app(ty_@2, ff), fg)) -> new_esEs11(yv3282, yv3322, ff, fg) new_esEs14(Just(yv3280), Just(yv3320), ty_Integer) -> new_esEs7(yv3280, yv3320) new_esEs10(Left(yv3280), Left(yv3320), app(ty_Maybe, bec), be) -> new_esEs14(yv3280, yv3320, bec) new_esEs5(@0, @0) -> True new_esEs20(yv3281, yv3321, app(ty_[], ee)) -> new_esEs13(yv3281, yv3321, ee) new_esEs7(Integer(yv3280), Integer(yv3320)) -> new_primEqInt(yv3280, yv3320) new_esEs20(yv3281, yv3321, ty_Int) -> new_esEs8(yv3281, yv3321) new_esEs4(yv328, yv332, app(ty_Ratio, cb)) -> new_esEs15(yv328, yv332, cb) The set Q consists of the following terms: new_esEs21(x0, x1, ty_Char) new_esEs14(Just(x0), Nothing, x1) new_esEs14(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) new_esEs26(x0, x1, app(ty_[], x2)) new_esEs4(x0, x1, ty_Int) new_esEs10(Left(x0), Left(x1), ty_Ordering, x2) new_primEqNat0(Zero, Succ(x0)) new_esEs12(EQ, EQ) new_primPlusNat1(Succ(x0), Zero) new_esEs14(Just(x0), Just(x1), ty_Integer) new_esEs17(Double(x0, x1), Double(x2, x3)) new_esEs13(:(x0, x1), [], x2) new_esEs24(x0, x1, app(ty_Maybe, x2)) new_esEs15(:%(x0, x1), :%(x2, x3), x4) new_esEs4(x0, x1, ty_Char) new_primMulNat0(Zero, Zero) new_primPlusNat1(Zero, Zero) new_esEs20(x0, x1, ty_Float) new_esEs10(Left(x0), Left(x1), ty_Float, x2) new_esEs20(x0, x1, ty_Double) new_esEs14(Just(x0), Just(x1), app(ty_Maybe, x2)) new_esEs7(Integer(x0), Integer(x1)) new_esEs20(x0, x1, app(ty_Ratio, x2)) new_primMulNat0(Succ(x0), Succ(x1)) new_esEs26(x0, x1, ty_Ordering) new_esEs9(Char(x0), Char(x1)) new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_primPlusNat0(Succ(x0), x1) new_sr(Pos(x0), Neg(x1)) new_sr(Neg(x0), Pos(x1)) new_esEs21(x0, x1, app(ty_Ratio, x2)) new_primEqInt(Pos(Zero), Pos(Zero)) new_esEs10(Left(x0), Left(x1), ty_Char, x2) new_sr(Neg(x0), Neg(x1)) new_esEs23(x0, x1, ty_Int) new_esEs10(Left(x0), Right(x1), x2, x3) new_esEs10(Right(x0), Left(x1), x2, x3) new_esEs20(x0, x1, ty_Char) new_esEs4(x0, x1, ty_Double) new_esEs19(x0, x1, ty_Bool) new_primEqInt(Pos(Succ(x0)), Neg(x1)) new_primEqInt(Neg(Succ(x0)), Pos(x1)) new_esEs25(x0, x1, app(ty_Maybe, x2)) new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs10(Left(x0), Left(x1), ty_Int, x2) new_esEs20(x0, x1, ty_Int) new_esEs21(x0, x1, ty_Ordering) new_esEs25(x0, x1, app(ty_[], x2)) new_esEs16(Float(x0, x1), Float(x2, x3)) new_esEs10(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) new_esEs10(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) new_esEs10(Left(x0), Left(x1), ty_Double, x2) new_esEs14(Just(x0), Just(x1), app(ty_[], x2)) new_esEs21(x0, x1, ty_Int) new_esEs20(x0, x1, ty_Ordering) new_primEqInt(Neg(Zero), Neg(Zero)) new_esEs25(x0, x1, ty_Double) new_esEs10(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) new_esEs10(Right(x0), Right(x1), x2, ty_Bool) new_esEs26(x0, x1, ty_Double) new_esEs10(Right(x0), Right(x1), x2, app(ty_[], x3)) new_esEs21(x0, x1, ty_@0) new_esEs10(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) new_esEs19(x0, x1, ty_Integer) new_esEs6(False, True) new_esEs6(True, False) new_esEs24(x0, x1, ty_Ordering) new_esEs12(EQ, GT) new_esEs12(GT, EQ) new_esEs25(x0, x1, ty_Float) new_esEs22(x0, x1, ty_Int) new_esEs21(x0, x1, ty_Float) new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) new_esEs24(x0, x1, app(ty_[], x2)) new_esEs26(x0, x1, ty_Integer) new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) new_esEs14(Just(x0), Just(x1), ty_Float) new_esEs25(x0, x1, ty_@0) new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs14(Just(x0), Just(x1), ty_Bool) new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) new_esEs23(x0, x1, ty_Integer) new_esEs6(False, False) new_esEs14(Just(x0), Just(x1), ty_@0) new_primEqInt(Pos(Succ(x0)), Pos(Zero)) new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) new_esEs13(:(x0, x1), :(x2, x3), x4) new_primEqInt(Pos(Zero), Neg(Zero)) new_primEqInt(Neg(Zero), Pos(Zero)) new_esEs24(x0, x1, ty_Integer) new_esEs12(LT, GT) new_esEs12(GT, LT) new_primEqNat0(Succ(x0), Succ(x1)) new_esEs4(x0, x1, ty_Ordering) new_esEs10(Right(x0), Right(x1), x2, ty_Ordering) new_esEs12(LT, LT) new_esEs14(Just(x0), Just(x1), ty_Double) new_esEs19(x0, x1, app(ty_Maybe, x2)) new_esEs10(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) new_esEs4(x0, x1, app(ty_[], x2)) new_esEs10(Left(x0), Left(x1), app(ty_Maybe, x2), x3) new_esEs10(Right(x0), Right(x1), x2, ty_Integer) new_primMulNat0(Zero, Succ(x0)) new_primPlusNat0(Zero, x0) new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) new_esEs19(x0, x1, ty_Ordering) new_esEs14(Just(x0), Just(x1), ty_Char) new_esEs10(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) new_esEs10(Right(x0), Right(x1), x2, ty_Char) new_esEs4(x0, x1, ty_Integer) new_esEs24(x0, x1, app(ty_Ratio, x2)) new_esEs21(x0, x1, app(ty_[], x2)) new_esEs20(x0, x1, app(ty_Maybe, x2)) new_primMulNat0(Succ(x0), Zero) new_esEs14(Just(x0), Just(x1), ty_Int) new_esEs10(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) new_esEs19(x0, x1, app(ty_Ratio, x2)) new_esEs14(Nothing, Nothing, x0) new_esEs10(Left(x0), Left(x1), app(ty_Ratio, x2), x3) new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) new_primEqInt(Pos(Zero), Pos(Succ(x0))) new_esEs20(x0, x1, ty_Bool) new_esEs14(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) new_esEs21(x0, x1, ty_Integer) new_esEs26(x0, x1, app(ty_Ratio, x2)) new_esEs26(x0, x1, ty_Bool) new_esEs26(x0, x1, ty_@0) new_esEs20(x0, x1, ty_Integer) new_esEs12(GT, GT) new_esEs19(x0, x1, ty_Double) new_esEs12(LT, EQ) new_esEs12(EQ, LT) new_esEs10(Left(x0), Left(x1), ty_Bool, x2) new_esEs10(Left(x0), Left(x1), ty_@0, x2) new_esEs20(x0, x1, ty_@0) new_esEs25(x0, x1, ty_Int) new_primEqNat0(Succ(x0), Zero) new_primEqInt(Pos(Zero), Neg(Succ(x0))) new_primEqInt(Neg(Zero), Pos(Succ(x0))) new_esEs18(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) new_esEs10(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) new_esEs8(x0, x1) new_esEs14(Just(x0), Just(x1), app(ty_Ratio, x2)) new_esEs25(x0, x1, ty_Char) new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs14(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) new_esEs21(x0, x1, app(ty_Maybe, x2)) new_primPlusNat1(Succ(x0), Succ(x1)) new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) new_esEs5(@0, @0) new_asAs(True, x0) new_esEs14(Nothing, Just(x0), x1) new_esEs4(x0, x1, ty_Bool) new_esEs26(x0, x1, ty_Char) new_primEqInt(Neg(Succ(x0)), Neg(Zero)) new_esEs19(x0, x1, app(app(ty_Either, x2), x3)) new_esEs25(x0, x1, ty_Ordering) new_primEqNat0(Zero, Zero) new_esEs6(True, True) new_esEs20(x0, x1, app(ty_[], x2)) new_esEs25(x0, x1, app(ty_Ratio, x2)) new_esEs10(Right(x0), Right(x1), x2, ty_Double) new_esEs10(Right(x0), Right(x1), x2, ty_@0) new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs13([], [], x0) new_esEs10(Right(x0), Right(x1), x2, ty_Float) new_esEs19(x0, x1, ty_Int) new_esEs24(x0, x1, ty_Bool) new_esEs21(x0, x1, ty_Bool) new_esEs26(x0, x1, ty_Int) new_esEs25(x0, x1, ty_Bool) new_esEs22(x0, x1, ty_Integer) new_esEs24(x0, x1, ty_Float) new_esEs24(x0, x1, ty_Double) new_esEs19(x0, x1, ty_Char) new_esEs10(Left(x0), Left(x1), app(ty_[], x2), x3) new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) new_esEs19(x0, x1, app(ty_[], x2)) new_esEs14(Just(x0), Just(x1), ty_Ordering) new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) new_esEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs21(x0, x1, ty_Double) new_primPlusNat1(Zero, Succ(x0)) new_esEs4(x0, x1, app(ty_Maybe, x2)) new_esEs11(@2(x0, x1), @2(x2, x3), x4, x5) new_esEs25(x0, x1, ty_Integer) new_esEs26(x0, x1, app(ty_Maybe, x2)) new_esEs4(x0, x1, app(ty_Ratio, x2)) new_esEs10(Left(x0), Left(x1), ty_Integer, x2) new_esEs24(x0, x1, ty_@0) new_esEs19(x0, x1, ty_Float) new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) new_esEs24(x0, x1, ty_Char) new_esEs10(Right(x0), Right(x1), x2, ty_Int) new_sr(Pos(x0), Pos(x1)) new_esEs26(x0, x1, ty_Float) new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) new_esEs4(x0, x1, ty_@0) new_asAs(False, x0) new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) new_esEs4(x0, x1, ty_Float) new_esEs13([], :(x0, x1), x2) new_esEs24(x0, x1, ty_Int) new_esEs19(x0, x1, app(app(ty_@2, x2), x3)) new_primEqInt(Neg(Zero), Neg(Succ(x0))) new_esEs19(x0, x1, ty_@0) We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (10) QDPSizeChangeProof (EQUIVALENT) 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. From the DPs we obtained the following set of size-change graphs: *new_nubNub'11(yv234, yv235, yv236, yv237, bc) -> new_nubNub'1(yv234, yv235, yv236, yv237, yv236, yv237, bc) The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4, 3 >= 5, 4 >= 6, 5 >= 7 *new_nubNub'10(yv341, yv342, yv343, yv344, False, [], bb) -> new_nubNub'(yv342, yv341, :(yv343, yv344), bb) The graph contains the following edges 2 >= 1, 1 >= 2, 7 >= 4 *new_nubNub'(:(yv3420, yv3421), yv343, yv344, bb) -> new_nubNub'11(yv3420, yv3421, yv343, yv344, bb) The graph contains the following edges 1 > 1, 1 > 2, 2 >= 3, 3 >= 4, 4 >= 5 *new_nubNub'1(yv328, yv329, yv330, yv331, yv332, yv333, ba) -> new_nubNub'10(yv328, yv329, yv330, yv331, new_esEs4(yv328, yv332, ba), yv333, ba) The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4, 6 >= 6, 7 >= 7 *new_nubNub'10(yv341, yv342, yv343, yv344, False, :(yv3460, yv3461), bb) -> new_nubNub'1(yv341, yv342, yv343, yv344, yv3460, yv3461, bb) The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4, 6 > 5, 6 > 6, 7 >= 7 *new_nubNub'10(yv341, :(yv3420, yv3421), yv343, yv344, True, yv346, bb) -> new_nubNub'11(yv3420, yv3421, yv343, yv344, bb) The graph contains the following edges 2 > 1, 2 > 2, 3 >= 3, 4 >= 4, 7 >= 5 ---------------------------------------- (11) YES ---------------------------------------- (12) Obligation: Q DP problem: The TRS P consists of the following rules: new_esEs2(Just(yv3280), Just(yv3320), app(ty_[], baa)) -> new_esEs1(yv3280, yv3320, baa) new_esEs1(:(yv3280, yv3281), :(yv3320, yv3321), app(ty_Maybe, gh)) -> new_esEs2(yv3280, yv3320, gh) new_esEs(Right(yv3280), Right(yv3320), cc, app(app(ty_@2, cf), cg)) -> new_esEs0(yv3280, yv3320, cf, cg) new_esEs0(@2(yv3280, yv3281), @2(yv3320, yv3321), eh, app(ty_Maybe, fg)) -> new_esEs2(yv3281, yv3321, fg) new_esEs(Left(yv3280), Left(yv3320), app(ty_Maybe, bg), bc) -> new_esEs2(yv3280, yv3320, bg) new_esEs0(@2(yv3280, yv3281), @2(yv3320, yv3321), eh, app(app(ty_Either, fa), fb)) -> new_esEs(yv3281, yv3321, fa, fb) new_esEs2(Just(yv3280), Just(yv3320), app(app(app(ty_@3, bac), bad), bae)) -> new_esEs3(yv3280, yv3320, bac, bad, bae) new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), app(app(app(ty_@3, bbf), bbg), bbh), bah, bba) -> new_esEs3(yv3280, yv3320, bbf, bbg, bbh) new_esEs(Right(yv3280), Right(yv3320), cc, app(app(app(ty_@3, dc), dd), de)) -> new_esEs3(yv3280, yv3320, dc, dd, de) new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), bca, bah, app(app(ty_Either, bdc), bdd)) -> new_esEs(yv3282, yv3322, bdc, bdd) new_esEs0(@2(yv3280, yv3281), @2(yv3320, yv3321), eh, app(app(ty_@2, fc), fd)) -> new_esEs0(yv3281, yv3321, fc, fd) new_esEs2(Just(yv3280), Just(yv3320), app(app(ty_@2, hg), hh)) -> new_esEs0(yv3280, yv3320, hg, hh) new_esEs2(Just(yv3280), Just(yv3320), app(ty_Maybe, bab)) -> new_esEs2(yv3280, yv3320, bab) new_esEs0(@2(yv3280, yv3281), @2(yv3320, yv3321), app(ty_[], ec), dh) -> new_esEs1(yv3280, yv3320, ec) new_esEs1(:(yv3280, yv3281), :(yv3320, yv3321), app(app(app(ty_@3, ha), hb), hc)) -> new_esEs3(yv3280, yv3320, ha, hb, hc) new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), bca, bah, app(app(app(ty_@3, bea), beb), bec)) -> new_esEs3(yv3282, yv3322, bea, beb, bec) new_esEs(Left(yv3280), Left(yv3320), app(ty_[], bf), bc) -> new_esEs1(yv3280, yv3320, bf) new_esEs0(@2(yv3280, yv3281), @2(yv3320, yv3321), app(app(app(ty_@3, ee), ef), eg), dh) -> new_esEs3(yv3280, yv3320, ee, ef, eg) new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), app(ty_[], bbd), bah, bba) -> new_esEs1(yv3280, yv3320, bbd) new_esEs0(@2(yv3280, yv3281), @2(yv3320, yv3321), eh, app(app(app(ty_@3, fh), ga), gb)) -> new_esEs3(yv3281, yv3321, fh, ga, gb) new_esEs0(@2(yv3280, yv3281), @2(yv3320, yv3321), app(app(ty_Either, df), dg), dh) -> new_esEs(yv3280, yv3320, df, dg) new_esEs(Right(yv3280), Right(yv3320), cc, app(app(ty_Either, cd), ce)) -> new_esEs(yv3280, yv3320, cd, ce) new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), bca, app(ty_[], bcf), bba) -> new_esEs1(yv3281, yv3321, bcf) new_esEs0(@2(yv3280, yv3281), @2(yv3320, yv3321), eh, app(ty_[], ff)) -> new_esEs1(yv3281, yv3321, ff) new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), bca, app(app(ty_@2, bcd), bce), bba) -> new_esEs0(yv3281, yv3321, bcd, bce) new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), bca, bah, app(ty_[], bdg)) -> new_esEs1(yv3282, yv3322, bdg) new_esEs1(:(yv3280, yv3281), :(yv3320, yv3321), app(app(ty_@2, ge), gf)) -> new_esEs0(yv3280, yv3320, ge, gf) new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), app(app(ty_@2, bbb), bbc), bah, bba) -> new_esEs0(yv3280, yv3320, bbb, bbc) new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), bca, app(app(app(ty_@3, bch), bda), bdb), bba) -> new_esEs3(yv3281, yv3321, bch, bda, bdb) new_esEs1(:(yv3280, yv3281), :(yv3320, yv3321), hd) -> new_esEs1(yv3281, yv3321, hd) new_esEs(Left(yv3280), Left(yv3320), app(app(ty_Either, ba), bb), bc) -> new_esEs(yv3280, yv3320, ba, bb) new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), bca, bah, app(app(ty_@2, bde), bdf)) -> new_esEs0(yv3282, yv3322, bde, bdf) new_esEs(Right(yv3280), Right(yv3320), cc, app(ty_[], da)) -> new_esEs1(yv3280, yv3320, da) new_esEs1(:(yv3280, yv3281), :(yv3320, yv3321), app(ty_[], gg)) -> new_esEs1(yv3280, yv3320, gg) new_esEs(Right(yv3280), Right(yv3320), cc, app(ty_Maybe, db)) -> new_esEs2(yv3280, yv3320, db) new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), bca, bah, app(ty_Maybe, bdh)) -> new_esEs2(yv3282, yv3322, bdh) new_esEs(Left(yv3280), Left(yv3320), app(app(app(ty_@3, bh), ca), cb), bc) -> new_esEs3(yv3280, yv3320, bh, ca, cb) new_esEs(Left(yv3280), Left(yv3320), app(app(ty_@2, bd), be), bc) -> new_esEs0(yv3280, yv3320, bd, be) new_esEs2(Just(yv3280), Just(yv3320), app(app(ty_Either, he), hf)) -> new_esEs(yv3280, yv3320, he, hf) new_esEs1(:(yv3280, yv3281), :(yv3320, yv3321), app(app(ty_Either, gc), gd)) -> new_esEs(yv3280, yv3320, gc, gd) new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), app(app(ty_Either, baf), bag), bah, bba) -> new_esEs(yv3280, yv3320, baf, bag) new_esEs0(@2(yv3280, yv3281), @2(yv3320, yv3321), app(app(ty_@2, ea), eb), dh) -> new_esEs0(yv3280, yv3320, ea, eb) new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), app(ty_Maybe, bbe), bah, bba) -> new_esEs2(yv3280, yv3320, bbe) new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), bca, app(app(ty_Either, bcb), bcc), bba) -> new_esEs(yv3281, yv3321, bcb, bcc) new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), bca, app(ty_Maybe, bcg), bba) -> new_esEs2(yv3281, yv3321, bcg) new_esEs0(@2(yv3280, yv3281), @2(yv3320, yv3321), app(ty_Maybe, ed), dh) -> new_esEs2(yv3280, yv3320, ed) R is empty. Q is empty. We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (13) QDPSizeChangeProof (EQUIVALENT) 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. From the DPs we obtained the following set of size-change graphs: *new_esEs1(:(yv3280, yv3281), :(yv3320, yv3321), app(ty_Maybe, gh)) -> new_esEs2(yv3280, yv3320, gh) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs2(Just(yv3280), Just(yv3320), app(ty_Maybe, bab)) -> new_esEs2(yv3280, yv3320, bab) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs2(Just(yv3280), Just(yv3320), app(ty_[], baa)) -> new_esEs1(yv3280, yv3320, baa) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs1(:(yv3280, yv3281), :(yv3320, yv3321), app(app(ty_Either, gc), gd)) -> new_esEs(yv3280, yv3320, gc, gd) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs2(Just(yv3280), Just(yv3320), app(app(ty_Either, he), hf)) -> new_esEs(yv3280, yv3320, he, hf) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs1(:(yv3280, yv3281), :(yv3320, yv3321), app(app(ty_@2, ge), gf)) -> new_esEs0(yv3280, yv3320, ge, gf) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs1(:(yv3280, yv3281), :(yv3320, yv3321), app(app(app(ty_@3, ha), hb), hc)) -> new_esEs3(yv3280, yv3320, ha, hb, hc) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs2(Just(yv3280), Just(yv3320), app(app(ty_@2, hg), hh)) -> new_esEs0(yv3280, yv3320, hg, hh) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs2(Just(yv3280), Just(yv3320), app(app(app(ty_@3, bac), bad), bae)) -> new_esEs3(yv3280, yv3320, bac, bad, bae) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs1(:(yv3280, yv3281), :(yv3320, yv3321), hd) -> new_esEs1(yv3281, yv3321, hd) The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 *new_esEs1(:(yv3280, yv3281), :(yv3320, yv3321), app(ty_[], gg)) -> new_esEs1(yv3280, yv3320, gg) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs0(@2(yv3280, yv3281), @2(yv3320, yv3321), eh, app(ty_Maybe, fg)) -> new_esEs2(yv3281, yv3321, fg) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs0(@2(yv3280, yv3281), @2(yv3320, yv3321), app(ty_Maybe, ed), dh) -> new_esEs2(yv3280, yv3320, ed) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs(Left(yv3280), Left(yv3320), app(ty_Maybe, bg), bc) -> new_esEs2(yv3280, yv3320, bg) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs(Right(yv3280), Right(yv3320), cc, app(ty_Maybe, db)) -> new_esEs2(yv3280, yv3320, db) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), bca, bah, app(ty_Maybe, bdh)) -> new_esEs2(yv3282, yv3322, bdh) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 *new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), app(ty_Maybe, bbe), bah, bba) -> new_esEs2(yv3280, yv3320, bbe) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), bca, app(ty_Maybe, bcg), bba) -> new_esEs2(yv3281, yv3321, bcg) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs0(@2(yv3280, yv3281), @2(yv3320, yv3321), app(ty_[], ec), dh) -> new_esEs1(yv3280, yv3320, ec) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs0(@2(yv3280, yv3281), @2(yv3320, yv3321), eh, app(ty_[], ff)) -> new_esEs1(yv3281, yv3321, ff) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs(Left(yv3280), Left(yv3320), app(ty_[], bf), bc) -> new_esEs1(yv3280, yv3320, bf) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs(Right(yv3280), Right(yv3320), cc, app(ty_[], da)) -> new_esEs1(yv3280, yv3320, da) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), app(ty_[], bbd), bah, bba) -> new_esEs1(yv3280, yv3320, bbd) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), bca, app(ty_[], bcf), bba) -> new_esEs1(yv3281, yv3321, bcf) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), bca, bah, app(ty_[], bdg)) -> new_esEs1(yv3282, yv3322, bdg) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 *new_esEs0(@2(yv3280, yv3281), @2(yv3320, yv3321), eh, app(app(ty_Either, fa), fb)) -> new_esEs(yv3281, yv3321, fa, fb) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs0(@2(yv3280, yv3281), @2(yv3320, yv3321), app(app(ty_Either, df), dg), dh) -> new_esEs(yv3280, yv3320, df, dg) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs0(@2(yv3280, yv3281), @2(yv3320, yv3321), eh, app(app(ty_@2, fc), fd)) -> new_esEs0(yv3281, yv3321, fc, fd) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs0(@2(yv3280, yv3281), @2(yv3320, yv3321), app(app(ty_@2, ea), eb), dh) -> new_esEs0(yv3280, yv3320, ea, eb) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs0(@2(yv3280, yv3281), @2(yv3320, yv3321), app(app(app(ty_@3, ee), ef), eg), dh) -> new_esEs3(yv3280, yv3320, ee, ef, eg) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs0(@2(yv3280, yv3281), @2(yv3320, yv3321), eh, app(app(app(ty_@3, fh), ga), gb)) -> new_esEs3(yv3281, yv3321, fh, ga, gb) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 *new_esEs(Right(yv3280), Right(yv3320), cc, app(app(ty_Either, cd), ce)) -> new_esEs(yv3280, yv3320, cd, ce) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs(Left(yv3280), Left(yv3320), app(app(ty_Either, ba), bb), bc) -> new_esEs(yv3280, yv3320, ba, bb) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), bca, bah, app(app(ty_Either, bdc), bdd)) -> new_esEs(yv3282, yv3322, bdc, bdd) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 *new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), app(app(ty_Either, baf), bag), bah, bba) -> new_esEs(yv3280, yv3320, baf, bag) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), bca, app(app(ty_Either, bcb), bcc), bba) -> new_esEs(yv3281, yv3321, bcb, bcc) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs(Right(yv3280), Right(yv3320), cc, app(app(ty_@2, cf), cg)) -> new_esEs0(yv3280, yv3320, cf, cg) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs(Left(yv3280), Left(yv3320), app(app(ty_@2, bd), be), bc) -> new_esEs0(yv3280, yv3320, bd, be) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), bca, app(app(ty_@2, bcd), bce), bba) -> new_esEs0(yv3281, yv3321, bcd, bce) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), app(app(ty_@2, bbb), bbc), bah, bba) -> new_esEs0(yv3280, yv3320, bbb, bbc) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), bca, bah, app(app(ty_@2, bde), bdf)) -> new_esEs0(yv3282, yv3322, bde, bdf) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 *new_esEs(Right(yv3280), Right(yv3320), cc, app(app(app(ty_@3, dc), dd), de)) -> new_esEs3(yv3280, yv3320, dc, dd, de) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 *new_esEs(Left(yv3280), Left(yv3320), app(app(app(ty_@3, bh), ca), cb), bc) -> new_esEs3(yv3280, yv3320, bh, ca, cb) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), app(app(app(ty_@3, bbf), bbg), bbh), bah, bba) -> new_esEs3(yv3280, yv3320, bbf, bbg, bbh) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), bca, bah, app(app(app(ty_@3, bea), beb), bec)) -> new_esEs3(yv3282, yv3322, bea, beb, bec) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 *new_esEs3(@3(yv3280, yv3281, yv3282), @3(yv3320, yv3321, yv3322), bca, app(app(app(ty_@3, bch), bda), bdb), bba) -> new_esEs3(yv3281, yv3321, bch, bda, bdb) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 ---------------------------------------- (14) YES ---------------------------------------- (15) Obligation: Q DP problem: The TRS P consists of the following rules: new_primMulNat(Succ(yv328000), Succ(yv332100)) -> new_primMulNat(yv328000, Succ(yv332100)) R is empty. Q is empty. We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (16) QDPSizeChangeProof (EQUIVALENT) 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. From the DPs we obtained the following set of size-change graphs: *new_primMulNat(Succ(yv328000), Succ(yv332100)) -> new_primMulNat(yv328000, Succ(yv332100)) The graph contains the following edges 1 > 1, 2 >= 2 ---------------------------------------- (17) YES ---------------------------------------- (18) Obligation: Q DP problem: The TRS P consists of the following rules: new_primPlusNat(Succ(yv36000), Succ(yv3321000)) -> new_primPlusNat(yv36000, yv3321000) R is empty. Q is empty. We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (19) QDPSizeChangeProof (EQUIVALENT) 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. From the DPs we obtained the following set of size-change graphs: *new_primPlusNat(Succ(yv36000), Succ(yv3321000)) -> new_primPlusNat(yv36000, yv3321000) The graph contains the following edges 1 > 1, 2 > 2 ---------------------------------------- (20) YES ---------------------------------------- (21) Obligation: Q DP problem: The TRS P consists of the following rules: new_primEqNat(Succ(yv32800), Succ(yv33200)) -> new_primEqNat(yv32800, yv33200) R is empty. Q is empty. We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (22) QDPSizeChangeProof (EQUIVALENT) 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. From the DPs we obtained the following set of size-change graphs: *new_primEqNat(Succ(yv32800), Succ(yv33200)) -> new_primEqNat(yv32800, yv33200) The graph contains the following edges 1 > 1, 2 > 2 ---------------------------------------- (23) YES