/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, 12 ms] (4) HASKELL (5) LetRed [EQUIVALENT, 0 ms] (6) HASKELL (7) Narrow [SOUND, 0 ms] (8) AND (9) QDP (10) QDPSizeChangeProof [EQUIVALENT, 6 ms] (11) YES (12) QDP (13) QDPSizeChangeProof [EQUIVALENT, 0 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'1 x xs ls True = nubNub' xs ls; nubNub'1 x xs ls False = nubNub'0 x xs ls otherwise; " "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'2 (x : xs) ls = nubNub'1 x xs ls (x `elem` 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"];3209[label="yv3/yv30 : yv31",fontsize=10,color="white",style="solid",shape="box"];4 -> 3209[label="",style="solid", color="burlywood", weight=9]; 3209 -> 5[label="",style="solid", color="burlywood", weight=3]; 3210[label="yv3/[]",fontsize=10,color="white",style="solid",shape="box"];4 -> 3210[label="",style="solid", color="burlywood", weight=9]; 3210 -> 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 -> 1397[label="",style="dashed", color="red", weight=0]; 21[label="List.nubNub' yv31 (yv30 : [])",fontsize=16,color="magenta"];21 -> 1398[label="",style="dashed", color="magenta", weight=3]; 21 -> 1399[label="",style="dashed", color="magenta", weight=3]; 21 -> 1400[label="",style="dashed", color="magenta", weight=3]; 1398[label="yv31",fontsize=16,color="green",shape="box"];1399[label="[]",fontsize=16,color="green",shape="box"];1400[label="yv30",fontsize=16,color="green",shape="box"];1397[label="List.nubNub' yv70 (yv71 : yv72)",fontsize=16,color="burlywood",shape="triangle"];3211[label="yv70/yv700 : yv701",fontsize=10,color="white",style="solid",shape="box"];1397 -> 3211[label="",style="solid", color="burlywood", weight=9]; 3211 -> 1485[label="",style="solid", color="burlywood", weight=3]; 3212[label="yv70/[]",fontsize=10,color="white",style="solid",shape="box"];1397 -> 3212[label="",style="solid", color="burlywood", weight=9]; 3212 -> 1486[label="",style="solid", color="burlywood", weight=3]; 1485[label="List.nubNub' (yv700 : yv701) (yv71 : yv72)",fontsize=16,color="black",shape="box"];1485 -> 1487[label="",style="solid", color="black", weight=3]; 1486[label="List.nubNub' [] (yv71 : yv72)",fontsize=16,color="black",shape="box"];1486 -> 1488[label="",style="solid", color="black", weight=3]; 1487[label="List.nubNub'2 (yv700 : yv701) (yv71 : yv72)",fontsize=16,color="black",shape="box"];1487 -> 1489[label="",style="solid", color="black", weight=3]; 1488[label="List.nubNub'3 [] (yv71 : yv72)",fontsize=16,color="black",shape="box"];1488 -> 1490[label="",style="solid", color="black", weight=3]; 1489[label="List.nubNub'1 yv700 yv701 (yv71 : yv72) (yv700 `elem` yv71 : yv72)",fontsize=16,color="black",shape="box"];1489 -> 1491[label="",style="solid", color="black", weight=3]; 1490[label="[]",fontsize=16,color="green",shape="box"];1491[label="List.nubNub'1 yv700 yv701 (yv71 : yv72) (any . (==))",fontsize=16,color="black",shape="box"];1491 -> 1492[label="",style="solid", color="black", weight=3]; 1492[label="List.nubNub'1 yv700 yv701 (yv71 : yv72) (any ((==) yv700) (yv71 : yv72))",fontsize=16,color="black",shape="box"];1492 -> 1493[label="",style="solid", color="black", weight=3]; 1493[label="List.nubNub'1 yv700 yv701 (yv71 : yv72) (or . map ((==) yv700))",fontsize=16,color="black",shape="box"];1493 -> 1494[label="",style="solid", color="black", weight=3]; 1494[label="List.nubNub'1 yv700 yv701 (yv71 : yv72) (or (map ((==) yv700) (yv71 : yv72)))",fontsize=16,color="black",shape="box"];1494 -> 1495[label="",style="solid", color="black", weight=3]; 1495[label="List.nubNub'1 yv700 yv701 (yv71 : yv72) (foldr (||) False (map ((==) yv700) (yv71 : yv72)))",fontsize=16,color="black",shape="box"];1495 -> 1496[label="",style="solid", color="black", weight=3]; 1496 -> 2470[label="",style="dashed", color="red", weight=0]; 1496[label="List.nubNub'1 yv700 yv701 (yv71 : yv72) (foldr (||) False (((==) yv700 yv71) : map ((==) yv700) yv72))",fontsize=16,color="magenta"];1496 -> 2471[label="",style="dashed", color="magenta", weight=3]; 1496 -> 2472[label="",style="dashed", color="magenta", weight=3]; 1496 -> 2473[label="",style="dashed", color="magenta", weight=3]; 1496 -> 2474[label="",style="dashed", color="magenta", weight=3]; 1496 -> 2475[label="",style="dashed", color="magenta", weight=3]; 1496 -> 2476[label="",style="dashed", color="magenta", weight=3]; 2471[label="yv71",fontsize=16,color="green",shape="box"];2472[label="yv700",fontsize=16,color="green",shape="box"];2473[label="yv72",fontsize=16,color="green",shape="box"];2474[label="yv701",fontsize=16,color="green",shape="box"];2475[label="yv71",fontsize=16,color="green",shape="box"];2476[label="yv72",fontsize=16,color="green",shape="box"];2470[label="List.nubNub'1 yv163 yv164 (yv165 : yv166) (foldr (||) False (((==) yv163 yv167) : map ((==) yv163) yv168))",fontsize=16,color="black",shape="triangle"];2470 -> 2507[label="",style="solid", color="black", weight=3]; 2507 -> 2508[label="",style="dashed", color="red", weight=0]; 2507[label="List.nubNub'1 yv163 yv164 (yv165 : yv166) ((||) (==) yv163 yv167 foldr (||) False (map ((==) yv163) yv168))",fontsize=16,color="magenta"];2507 -> 2509[label="",style="dashed", color="magenta", weight=3]; 2507 -> 2510[label="",style="dashed", color="magenta", weight=3]; 2507 -> 2511[label="",style="dashed", color="magenta", weight=3]; 2507 -> 2512[label="",style="dashed", color="magenta", weight=3]; 2507 -> 2513[label="",style="dashed", color="magenta", weight=3]; 2507 -> 2514[label="",style="dashed", color="magenta", weight=3]; 2509[label="yv165",fontsize=16,color="green",shape="box"];2510[label="yv166",fontsize=16,color="green",shape="box"];2511[label="(==) yv163 yv167",fontsize=16,color="blue",shape="box"];3213[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2511 -> 3213[label="",style="solid", color="blue", weight=9]; 3213 -> 2515[label="",style="solid", color="blue", weight=3]; 3214[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2511 -> 3214[label="",style="solid", color="blue", weight=9]; 3214 -> 2516[label="",style="solid", color="blue", weight=3]; 3215[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2511 -> 3215[label="",style="solid", color="blue", weight=9]; 3215 -> 2517[label="",style="solid", color="blue", weight=3]; 3216[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2511 -> 3216[label="",style="solid", color="blue", weight=9]; 3216 -> 2518[label="",style="solid", color="blue", weight=3]; 3217[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2511 -> 3217[label="",style="solid", color="blue", weight=9]; 3217 -> 2519[label="",style="solid", color="blue", weight=3]; 3218[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2511 -> 3218[label="",style="solid", color="blue", weight=9]; 3218 -> 2520[label="",style="solid", color="blue", weight=3]; 3219[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2511 -> 3219[label="",style="solid", color="blue", weight=9]; 3219 -> 2521[label="",style="solid", color="blue", weight=3]; 3220[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2511 -> 3220[label="",style="solid", color="blue", weight=9]; 3220 -> 2522[label="",style="solid", color="blue", weight=3]; 3221[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2511 -> 3221[label="",style="solid", color="blue", weight=9]; 3221 -> 2523[label="",style="solid", color="blue", weight=3]; 3222[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2511 -> 3222[label="",style="solid", color="blue", weight=9]; 3222 -> 2524[label="",style="solid", color="blue", weight=3]; 3223[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2511 -> 3223[label="",style="solid", color="blue", weight=9]; 3223 -> 2525[label="",style="solid", color="blue", weight=3]; 3224[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2511 -> 3224[label="",style="solid", color="blue", weight=9]; 3224 -> 2526[label="",style="solid", color="blue", weight=3]; 3225[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2511 -> 3225[label="",style="solid", color="blue", weight=9]; 3225 -> 2527[label="",style="solid", color="blue", weight=3]; 3226[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2511 -> 3226[label="",style="solid", color="blue", weight=9]; 3226 -> 2528[label="",style="solid", color="blue", weight=3]; 2512[label="yv168",fontsize=16,color="green",shape="box"];2513[label="yv163",fontsize=16,color="green",shape="box"];2514[label="yv164",fontsize=16,color="green",shape="box"];2508[label="List.nubNub'1 yv176 yv177 (yv178 : yv179) ((||) yv180 foldr (||) False (map ((==) yv176) yv181))",fontsize=16,color="burlywood",shape="triangle"];3227[label="yv180/False",fontsize=10,color="white",style="solid",shape="box"];2508 -> 3227[label="",style="solid", color="burlywood", weight=9]; 3227 -> 2529[label="",style="solid", color="burlywood", weight=3]; 3228[label="yv180/True",fontsize=10,color="white",style="solid",shape="box"];2508 -> 3228[label="",style="solid", color="burlywood", weight=9]; 3228 -> 2530[label="",style="solid", color="burlywood", weight=3]; 2515[label="(==) yv163 yv167",fontsize=16,color="burlywood",shape="triangle"];3229[label="yv163/Left yv1630",fontsize=10,color="white",style="solid",shape="box"];2515 -> 3229[label="",style="solid", color="burlywood", weight=9]; 3229 -> 2531[label="",style="solid", color="burlywood", weight=3]; 3230[label="yv163/Right yv1630",fontsize=10,color="white",style="solid",shape="box"];2515 -> 3230[label="",style="solid", color="burlywood", weight=9]; 3230 -> 2532[label="",style="solid", color="burlywood", weight=3]; 2516[label="(==) yv163 yv167",fontsize=16,color="burlywood",shape="triangle"];3231[label="yv163/(yv1630,yv1631)",fontsize=10,color="white",style="solid",shape="box"];2516 -> 3231[label="",style="solid", color="burlywood", weight=9]; 3231 -> 2533[label="",style="solid", color="burlywood", weight=3]; 2517[label="(==) yv163 yv167",fontsize=16,color="burlywood",shape="triangle"];3232[label="yv163/()",fontsize=10,color="white",style="solid",shape="box"];2517 -> 3232[label="",style="solid", color="burlywood", weight=9]; 3232 -> 2534[label="",style="solid", color="burlywood", weight=3]; 2518[label="(==) yv163 yv167",fontsize=16,color="burlywood",shape="triangle"];3233[label="yv163/LT",fontsize=10,color="white",style="solid",shape="box"];2518 -> 3233[label="",style="solid", color="burlywood", weight=9]; 3233 -> 2535[label="",style="solid", color="burlywood", weight=3]; 3234[label="yv163/EQ",fontsize=10,color="white",style="solid",shape="box"];2518 -> 3234[label="",style="solid", color="burlywood", weight=9]; 3234 -> 2536[label="",style="solid", color="burlywood", weight=3]; 3235[label="yv163/GT",fontsize=10,color="white",style="solid",shape="box"];2518 -> 3235[label="",style="solid", color="burlywood", weight=9]; 3235 -> 2537[label="",style="solid", color="burlywood", weight=3]; 2519[label="(==) yv163 yv167",fontsize=16,color="burlywood",shape="triangle"];3236[label="yv163/yv1630 : yv1631",fontsize=10,color="white",style="solid",shape="box"];2519 -> 3236[label="",style="solid", color="burlywood", weight=9]; 3236 -> 2538[label="",style="solid", color="burlywood", weight=3]; 3237[label="yv163/[]",fontsize=10,color="white",style="solid",shape="box"];2519 -> 3237[label="",style="solid", color="burlywood", weight=9]; 3237 -> 2539[label="",style="solid", color="burlywood", weight=3]; 2520[label="(==) yv163 yv167",fontsize=16,color="burlywood",shape="triangle"];3238[label="yv163/Nothing",fontsize=10,color="white",style="solid",shape="box"];2520 -> 3238[label="",style="solid", color="burlywood", weight=9]; 3238 -> 2540[label="",style="solid", color="burlywood", weight=3]; 3239[label="yv163/Just yv1630",fontsize=10,color="white",style="solid",shape="box"];2520 -> 3239[label="",style="solid", color="burlywood", weight=9]; 3239 -> 2541[label="",style="solid", color="burlywood", weight=3]; 2521[label="(==) yv163 yv167",fontsize=16,color="burlywood",shape="triangle"];3240[label="yv163/Integer yv1630",fontsize=10,color="white",style="solid",shape="box"];2521 -> 3240[label="",style="solid", color="burlywood", weight=9]; 3240 -> 2542[label="",style="solid", color="burlywood", weight=3]; 2522[label="(==) yv163 yv167",fontsize=16,color="burlywood",shape="triangle"];3241[label="yv163/yv1630 :% yv1631",fontsize=10,color="white",style="solid",shape="box"];2522 -> 3241[label="",style="solid", color="burlywood", weight=9]; 3241 -> 2543[label="",style="solid", color="burlywood", weight=3]; 2523[label="(==) yv163 yv167",fontsize=16,color="black",shape="triangle"];2523 -> 2544[label="",style="solid", color="black", weight=3]; 2524[label="(==) yv163 yv167",fontsize=16,color="black",shape="triangle"];2524 -> 2545[label="",style="solid", color="black", weight=3]; 2525[label="(==) yv163 yv167",fontsize=16,color="burlywood",shape="triangle"];3242[label="yv163/False",fontsize=10,color="white",style="solid",shape="box"];2525 -> 3242[label="",style="solid", color="burlywood", weight=9]; 3242 -> 2546[label="",style="solid", color="burlywood", weight=3]; 3243[label="yv163/True",fontsize=10,color="white",style="solid",shape="box"];2525 -> 3243[label="",style="solid", color="burlywood", weight=9]; 3243 -> 2547[label="",style="solid", color="burlywood", weight=3]; 2526[label="(==) yv163 yv167",fontsize=16,color="black",shape="triangle"];2526 -> 2548[label="",style="solid", color="black", weight=3]; 2527[label="(==) yv163 yv167",fontsize=16,color="black",shape="triangle"];2527 -> 2549[label="",style="solid", color="black", weight=3]; 2528[label="(==) yv163 yv167",fontsize=16,color="burlywood",shape="triangle"];3244[label="yv163/(yv1630,yv1631,yv1632)",fontsize=10,color="white",style="solid",shape="box"];2528 -> 3244[label="",style="solid", color="burlywood", weight=9]; 3244 -> 2550[label="",style="solid", color="burlywood", weight=3]; 2529[label="List.nubNub'1 yv176 yv177 (yv178 : yv179) ((||) False foldr (||) False (map ((==) yv176) yv181))",fontsize=16,color="black",shape="box"];2529 -> 2551[label="",style="solid", color="black", weight=3]; 2530[label="List.nubNub'1 yv176 yv177 (yv178 : yv179) ((||) True foldr (||) False (map ((==) yv176) yv181))",fontsize=16,color="black",shape="box"];2530 -> 2552[label="",style="solid", color="black", weight=3]; 2531[label="(==) Left yv1630 yv167",fontsize=16,color="burlywood",shape="box"];3245[label="yv167/Left yv1670",fontsize=10,color="white",style="solid",shape="box"];2531 -> 3245[label="",style="solid", color="burlywood", weight=9]; 3245 -> 2553[label="",style="solid", color="burlywood", weight=3]; 3246[label="yv167/Right yv1670",fontsize=10,color="white",style="solid",shape="box"];2531 -> 3246[label="",style="solid", color="burlywood", weight=9]; 3246 -> 2554[label="",style="solid", color="burlywood", weight=3]; 2532[label="(==) Right yv1630 yv167",fontsize=16,color="burlywood",shape="box"];3247[label="yv167/Left yv1670",fontsize=10,color="white",style="solid",shape="box"];2532 -> 3247[label="",style="solid", color="burlywood", weight=9]; 3247 -> 2555[label="",style="solid", color="burlywood", weight=3]; 3248[label="yv167/Right yv1670",fontsize=10,color="white",style="solid",shape="box"];2532 -> 3248[label="",style="solid", color="burlywood", weight=9]; 3248 -> 2556[label="",style="solid", color="burlywood", weight=3]; 2533[label="(==) (yv1630,yv1631) yv167",fontsize=16,color="burlywood",shape="box"];3249[label="yv167/(yv1670,yv1671)",fontsize=10,color="white",style="solid",shape="box"];2533 -> 3249[label="",style="solid", color="burlywood", weight=9]; 3249 -> 2557[label="",style="solid", color="burlywood", weight=3]; 2534[label="(==) () yv167",fontsize=16,color="burlywood",shape="box"];3250[label="yv167/()",fontsize=10,color="white",style="solid",shape="box"];2534 -> 3250[label="",style="solid", color="burlywood", weight=9]; 3250 -> 2558[label="",style="solid", color="burlywood", weight=3]; 2535[label="(==) LT yv167",fontsize=16,color="burlywood",shape="box"];3251[label="yv167/LT",fontsize=10,color="white",style="solid",shape="box"];2535 -> 3251[label="",style="solid", color="burlywood", weight=9]; 3251 -> 2559[label="",style="solid", color="burlywood", weight=3]; 3252[label="yv167/EQ",fontsize=10,color="white",style="solid",shape="box"];2535 -> 3252[label="",style="solid", color="burlywood", weight=9]; 3252 -> 2560[label="",style="solid", color="burlywood", weight=3]; 3253[label="yv167/GT",fontsize=10,color="white",style="solid",shape="box"];2535 -> 3253[label="",style="solid", color="burlywood", weight=9]; 3253 -> 2561[label="",style="solid", color="burlywood", weight=3]; 2536[label="(==) EQ yv167",fontsize=16,color="burlywood",shape="box"];3254[label="yv167/LT",fontsize=10,color="white",style="solid",shape="box"];2536 -> 3254[label="",style="solid", color="burlywood", weight=9]; 3254 -> 2562[label="",style="solid", color="burlywood", weight=3]; 3255[label="yv167/EQ",fontsize=10,color="white",style="solid",shape="box"];2536 -> 3255[label="",style="solid", color="burlywood", weight=9]; 3255 -> 2563[label="",style="solid", color="burlywood", weight=3]; 3256[label="yv167/GT",fontsize=10,color="white",style="solid",shape="box"];2536 -> 3256[label="",style="solid", color="burlywood", weight=9]; 3256 -> 2564[label="",style="solid", color="burlywood", weight=3]; 2537[label="(==) GT yv167",fontsize=16,color="burlywood",shape="box"];3257[label="yv167/LT",fontsize=10,color="white",style="solid",shape="box"];2537 -> 3257[label="",style="solid", color="burlywood", weight=9]; 3257 -> 2565[label="",style="solid", color="burlywood", weight=3]; 3258[label="yv167/EQ",fontsize=10,color="white",style="solid",shape="box"];2537 -> 3258[label="",style="solid", color="burlywood", weight=9]; 3258 -> 2566[label="",style="solid", color="burlywood", weight=3]; 3259[label="yv167/GT",fontsize=10,color="white",style="solid",shape="box"];2537 -> 3259[label="",style="solid", color="burlywood", weight=9]; 3259 -> 2567[label="",style="solid", color="burlywood", weight=3]; 2538[label="(==) yv1630 : yv1631 yv167",fontsize=16,color="burlywood",shape="box"];3260[label="yv167/yv1670 : yv1671",fontsize=10,color="white",style="solid",shape="box"];2538 -> 3260[label="",style="solid", color="burlywood", weight=9]; 3260 -> 2568[label="",style="solid", color="burlywood", weight=3]; 3261[label="yv167/[]",fontsize=10,color="white",style="solid",shape="box"];2538 -> 3261[label="",style="solid", color="burlywood", weight=9]; 3261 -> 2569[label="",style="solid", color="burlywood", weight=3]; 2539[label="(==) [] yv167",fontsize=16,color="burlywood",shape="box"];3262[label="yv167/yv1670 : yv1671",fontsize=10,color="white",style="solid",shape="box"];2539 -> 3262[label="",style="solid", color="burlywood", weight=9]; 3262 -> 2570[label="",style="solid", color="burlywood", weight=3]; 3263[label="yv167/[]",fontsize=10,color="white",style="solid",shape="box"];2539 -> 3263[label="",style="solid", color="burlywood", weight=9]; 3263 -> 2571[label="",style="solid", color="burlywood", weight=3]; 2540[label="(==) Nothing yv167",fontsize=16,color="burlywood",shape="box"];3264[label="yv167/Nothing",fontsize=10,color="white",style="solid",shape="box"];2540 -> 3264[label="",style="solid", color="burlywood", weight=9]; 3264 -> 2572[label="",style="solid", color="burlywood", weight=3]; 3265[label="yv167/Just yv1670",fontsize=10,color="white",style="solid",shape="box"];2540 -> 3265[label="",style="solid", color="burlywood", weight=9]; 3265 -> 2573[label="",style="solid", color="burlywood", weight=3]; 2541[label="(==) Just yv1630 yv167",fontsize=16,color="burlywood",shape="box"];3266[label="yv167/Nothing",fontsize=10,color="white",style="solid",shape="box"];2541 -> 3266[label="",style="solid", color="burlywood", weight=9]; 3266 -> 2574[label="",style="solid", color="burlywood", weight=3]; 3267[label="yv167/Just yv1670",fontsize=10,color="white",style="solid",shape="box"];2541 -> 3267[label="",style="solid", color="burlywood", weight=9]; 3267 -> 2575[label="",style="solid", color="burlywood", weight=3]; 2542[label="(==) Integer yv1630 yv167",fontsize=16,color="burlywood",shape="box"];3268[label="yv167/Integer yv1670",fontsize=10,color="white",style="solid",shape="box"];2542 -> 3268[label="",style="solid", color="burlywood", weight=9]; 3268 -> 2576[label="",style="solid", color="burlywood", weight=3]; 2543[label="(==) yv1630 :% yv1631 yv167",fontsize=16,color="burlywood",shape="box"];3269[label="yv167/yv1670 :% yv1671",fontsize=10,color="white",style="solid",shape="box"];2543 -> 3269[label="",style="solid", color="burlywood", weight=9]; 3269 -> 2577[label="",style="solid", color="burlywood", weight=3]; 2544[label="primEqInt yv163 yv167",fontsize=16,color="burlywood",shape="triangle"];3270[label="yv163/Pos yv1630",fontsize=10,color="white",style="solid",shape="box"];2544 -> 3270[label="",style="solid", color="burlywood", weight=9]; 3270 -> 2578[label="",style="solid", color="burlywood", weight=3]; 3271[label="yv163/Neg yv1630",fontsize=10,color="white",style="solid",shape="box"];2544 -> 3271[label="",style="solid", color="burlywood", weight=9]; 3271 -> 2579[label="",style="solid", color="burlywood", weight=3]; 2545[label="primEqChar yv163 yv167",fontsize=16,color="burlywood",shape="box"];3272[label="yv163/Char yv1630",fontsize=10,color="white",style="solid",shape="box"];2545 -> 3272[label="",style="solid", color="burlywood", weight=9]; 3272 -> 2580[label="",style="solid", color="burlywood", weight=3]; 2546[label="(==) False yv167",fontsize=16,color="burlywood",shape="box"];3273[label="yv167/False",fontsize=10,color="white",style="solid",shape="box"];2546 -> 3273[label="",style="solid", color="burlywood", weight=9]; 3273 -> 2581[label="",style="solid", color="burlywood", weight=3]; 3274[label="yv167/True",fontsize=10,color="white",style="solid",shape="box"];2546 -> 3274[label="",style="solid", color="burlywood", weight=9]; 3274 -> 2582[label="",style="solid", color="burlywood", weight=3]; 2547[label="(==) True yv167",fontsize=16,color="burlywood",shape="box"];3275[label="yv167/False",fontsize=10,color="white",style="solid",shape="box"];2547 -> 3275[label="",style="solid", color="burlywood", weight=9]; 3275 -> 2583[label="",style="solid", color="burlywood", weight=3]; 3276[label="yv167/True",fontsize=10,color="white",style="solid",shape="box"];2547 -> 3276[label="",style="solid", color="burlywood", weight=9]; 3276 -> 2584[label="",style="solid", color="burlywood", weight=3]; 2548[label="primEqFloat yv163 yv167",fontsize=16,color="burlywood",shape="box"];3277[label="yv163/Float yv1630 yv1631",fontsize=10,color="white",style="solid",shape="box"];2548 -> 3277[label="",style="solid", color="burlywood", weight=9]; 3277 -> 2585[label="",style="solid", color="burlywood", weight=3]; 2549[label="primEqDouble yv163 yv167",fontsize=16,color="burlywood",shape="box"];3278[label="yv163/Double yv1630 yv1631",fontsize=10,color="white",style="solid",shape="box"];2549 -> 3278[label="",style="solid", color="burlywood", weight=9]; 3278 -> 2586[label="",style="solid", color="burlywood", weight=3]; 2550[label="(==) (yv1630,yv1631,yv1632) yv167",fontsize=16,color="burlywood",shape="box"];3279[label="yv167/(yv1670,yv1671,yv1672)",fontsize=10,color="white",style="solid",shape="box"];2550 -> 3279[label="",style="solid", color="burlywood", weight=9]; 3279 -> 2587[label="",style="solid", color="burlywood", weight=3]; 2551[label="List.nubNub'1 yv176 yv177 (yv178 : yv179) (foldr (||) False (map ((==) yv176) yv181))",fontsize=16,color="burlywood",shape="box"];3280[label="yv181/yv1810 : yv1811",fontsize=10,color="white",style="solid",shape="box"];2551 -> 3280[label="",style="solid", color="burlywood", weight=9]; 3280 -> 2588[label="",style="solid", color="burlywood", weight=3]; 3281[label="yv181/[]",fontsize=10,color="white",style="solid",shape="box"];2551 -> 3281[label="",style="solid", color="burlywood", weight=9]; 3281 -> 2589[label="",style="solid", color="burlywood", weight=3]; 2552[label="List.nubNub'1 yv176 yv177 (yv178 : yv179) True",fontsize=16,color="black",shape="box"];2552 -> 2590[label="",style="solid", color="black", weight=3]; 2553[label="(==) Left yv1630 Left yv1670",fontsize=16,color="black",shape="box"];2553 -> 2591[label="",style="solid", color="black", weight=3]; 2554[label="(==) Left yv1630 Right yv1670",fontsize=16,color="black",shape="box"];2554 -> 2592[label="",style="solid", color="black", weight=3]; 2555[label="(==) Right yv1630 Left yv1670",fontsize=16,color="black",shape="box"];2555 -> 2593[label="",style="solid", color="black", weight=3]; 2556[label="(==) Right yv1630 Right yv1670",fontsize=16,color="black",shape="box"];2556 -> 2594[label="",style="solid", color="black", weight=3]; 2557[label="(==) (yv1630,yv1631) (yv1670,yv1671)",fontsize=16,color="black",shape="box"];2557 -> 2595[label="",style="solid", color="black", weight=3]; 2558[label="(==) () ()",fontsize=16,color="black",shape="box"];2558 -> 2596[label="",style="solid", color="black", weight=3]; 2559[label="(==) LT LT",fontsize=16,color="black",shape="box"];2559 -> 2597[label="",style="solid", color="black", weight=3]; 2560[label="(==) LT EQ",fontsize=16,color="black",shape="box"];2560 -> 2598[label="",style="solid", color="black", weight=3]; 2561[label="(==) LT GT",fontsize=16,color="black",shape="box"];2561 -> 2599[label="",style="solid", color="black", weight=3]; 2562[label="(==) EQ LT",fontsize=16,color="black",shape="box"];2562 -> 2600[label="",style="solid", color="black", weight=3]; 2563[label="(==) EQ EQ",fontsize=16,color="black",shape="box"];2563 -> 2601[label="",style="solid", color="black", weight=3]; 2564[label="(==) EQ GT",fontsize=16,color="black",shape="box"];2564 -> 2602[label="",style="solid", color="black", weight=3]; 2565[label="(==) GT LT",fontsize=16,color="black",shape="box"];2565 -> 2603[label="",style="solid", color="black", weight=3]; 2566[label="(==) GT EQ",fontsize=16,color="black",shape="box"];2566 -> 2604[label="",style="solid", color="black", weight=3]; 2567[label="(==) GT GT",fontsize=16,color="black",shape="box"];2567 -> 2605[label="",style="solid", color="black", weight=3]; 2568[label="(==) yv1630 : yv1631 yv1670 : yv1671",fontsize=16,color="black",shape="box"];2568 -> 2606[label="",style="solid", color="black", weight=3]; 2569[label="(==) yv1630 : yv1631 []",fontsize=16,color="black",shape="box"];2569 -> 2607[label="",style="solid", color="black", weight=3]; 2570[label="(==) [] yv1670 : yv1671",fontsize=16,color="black",shape="box"];2570 -> 2608[label="",style="solid", color="black", weight=3]; 2571[label="(==) [] []",fontsize=16,color="black",shape="box"];2571 -> 2609[label="",style="solid", color="black", weight=3]; 2572[label="(==) Nothing Nothing",fontsize=16,color="black",shape="box"];2572 -> 2610[label="",style="solid", color="black", weight=3]; 2573[label="(==) Nothing Just yv1670",fontsize=16,color="black",shape="box"];2573 -> 2611[label="",style="solid", color="black", weight=3]; 2574[label="(==) Just yv1630 Nothing",fontsize=16,color="black",shape="box"];2574 -> 2612[label="",style="solid", color="black", weight=3]; 2575[label="(==) Just yv1630 Just yv1670",fontsize=16,color="black",shape="box"];2575 -> 2613[label="",style="solid", color="black", weight=3]; 2576[label="(==) Integer yv1630 Integer yv1670",fontsize=16,color="black",shape="box"];2576 -> 2614[label="",style="solid", color="black", weight=3]; 2577[label="(==) yv1630 :% yv1631 yv1670 :% yv1671",fontsize=16,color="black",shape="box"];2577 -> 2615[label="",style="solid", color="black", weight=3]; 2578[label="primEqInt (Pos yv1630) yv167",fontsize=16,color="burlywood",shape="box"];3282[label="yv1630/Succ yv16300",fontsize=10,color="white",style="solid",shape="box"];2578 -> 3282[label="",style="solid", color="burlywood", weight=9]; 3282 -> 2616[label="",style="solid", color="burlywood", weight=3]; 3283[label="yv1630/Zero",fontsize=10,color="white",style="solid",shape="box"];2578 -> 3283[label="",style="solid", color="burlywood", weight=9]; 3283 -> 2617[label="",style="solid", color="burlywood", weight=3]; 2579[label="primEqInt (Neg yv1630) yv167",fontsize=16,color="burlywood",shape="box"];3284[label="yv1630/Succ yv16300",fontsize=10,color="white",style="solid",shape="box"];2579 -> 3284[label="",style="solid", color="burlywood", weight=9]; 3284 -> 2618[label="",style="solid", color="burlywood", weight=3]; 3285[label="yv1630/Zero",fontsize=10,color="white",style="solid",shape="box"];2579 -> 3285[label="",style="solid", color="burlywood", weight=9]; 3285 -> 2619[label="",style="solid", color="burlywood", weight=3]; 2580[label="primEqChar (Char yv1630) yv167",fontsize=16,color="burlywood",shape="box"];3286[label="yv167/Char yv1670",fontsize=10,color="white",style="solid",shape="box"];2580 -> 3286[label="",style="solid", color="burlywood", weight=9]; 3286 -> 2620[label="",style="solid", color="burlywood", weight=3]; 2581[label="(==) False False",fontsize=16,color="black",shape="box"];2581 -> 2621[label="",style="solid", color="black", weight=3]; 2582[label="(==) False True",fontsize=16,color="black",shape="box"];2582 -> 2622[label="",style="solid", color="black", weight=3]; 2583[label="(==) True False",fontsize=16,color="black",shape="box"];2583 -> 2623[label="",style="solid", color="black", weight=3]; 2584[label="(==) True True",fontsize=16,color="black",shape="box"];2584 -> 2624[label="",style="solid", color="black", weight=3]; 2585[label="primEqFloat (Float yv1630 yv1631) yv167",fontsize=16,color="burlywood",shape="box"];3287[label="yv167/Float yv1670 yv1671",fontsize=10,color="white",style="solid",shape="box"];2585 -> 3287[label="",style="solid", color="burlywood", weight=9]; 3287 -> 2625[label="",style="solid", color="burlywood", weight=3]; 2586[label="primEqDouble (Double yv1630 yv1631) yv167",fontsize=16,color="burlywood",shape="box"];3288[label="yv167/Double yv1670 yv1671",fontsize=10,color="white",style="solid",shape="box"];2586 -> 3288[label="",style="solid", color="burlywood", weight=9]; 3288 -> 2626[label="",style="solid", color="burlywood", weight=3]; 2587[label="(==) (yv1630,yv1631,yv1632) (yv1670,yv1671,yv1672)",fontsize=16,color="black",shape="box"];2587 -> 2627[label="",style="solid", color="black", weight=3]; 2588[label="List.nubNub'1 yv176 yv177 (yv178 : yv179) (foldr (||) False (map ((==) yv176) (yv1810 : yv1811)))",fontsize=16,color="black",shape="box"];2588 -> 2628[label="",style="solid", color="black", weight=3]; 2589[label="List.nubNub'1 yv176 yv177 (yv178 : yv179) (foldr (||) False (map ((==) yv176) []))",fontsize=16,color="black",shape="box"];2589 -> 2629[label="",style="solid", color="black", weight=3]; 2590 -> 1397[label="",style="dashed", color="red", weight=0]; 2590[label="List.nubNub' yv177 (yv178 : yv179)",fontsize=16,color="magenta"];2590 -> 2630[label="",style="dashed", color="magenta", weight=3]; 2590 -> 2631[label="",style="dashed", color="magenta", weight=3]; 2590 -> 2632[label="",style="dashed", color="magenta", weight=3]; 2591[label="yv1630 == yv1670",fontsize=16,color="blue",shape="box"];3289[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2591 -> 3289[label="",style="solid", color="blue", weight=9]; 3289 -> 2633[label="",style="solid", color="blue", weight=3]; 3290[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2591 -> 3290[label="",style="solid", color="blue", weight=9]; 3290 -> 2634[label="",style="solid", color="blue", weight=3]; 3291[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2591 -> 3291[label="",style="solid", color="blue", weight=9]; 3291 -> 2635[label="",style="solid", color="blue", weight=3]; 3292[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2591 -> 3292[label="",style="solid", color="blue", weight=9]; 3292 -> 2636[label="",style="solid", color="blue", weight=3]; 3293[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2591 -> 3293[label="",style="solid", color="blue", weight=9]; 3293 -> 2637[label="",style="solid", color="blue", weight=3]; 3294[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2591 -> 3294[label="",style="solid", color="blue", weight=9]; 3294 -> 2638[label="",style="solid", color="blue", weight=3]; 3295[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2591 -> 3295[label="",style="solid", color="blue", weight=9]; 3295 -> 2639[label="",style="solid", color="blue", weight=3]; 3296[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2591 -> 3296[label="",style="solid", color="blue", weight=9]; 3296 -> 2640[label="",style="solid", color="blue", weight=3]; 3297[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2591 -> 3297[label="",style="solid", color="blue", weight=9]; 3297 -> 2641[label="",style="solid", color="blue", weight=3]; 3298[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2591 -> 3298[label="",style="solid", color="blue", weight=9]; 3298 -> 2642[label="",style="solid", color="blue", weight=3]; 3299[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2591 -> 3299[label="",style="solid", color="blue", weight=9]; 3299 -> 2643[label="",style="solid", color="blue", weight=3]; 3300[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2591 -> 3300[label="",style="solid", color="blue", weight=9]; 3300 -> 2644[label="",style="solid", color="blue", weight=3]; 3301[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2591 -> 3301[label="",style="solid", color="blue", weight=9]; 3301 -> 2645[label="",style="solid", color="blue", weight=3]; 3302[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2591 -> 3302[label="",style="solid", color="blue", weight=9]; 3302 -> 2646[label="",style="solid", color="blue", weight=3]; 2592[label="False",fontsize=16,color="green",shape="box"];2593[label="False",fontsize=16,color="green",shape="box"];2594[label="yv1630 == yv1670",fontsize=16,color="blue",shape="box"];3303[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2594 -> 3303[label="",style="solid", color="blue", weight=9]; 3303 -> 2647[label="",style="solid", color="blue", weight=3]; 3304[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2594 -> 3304[label="",style="solid", color="blue", weight=9]; 3304 -> 2648[label="",style="solid", color="blue", weight=3]; 3305[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2594 -> 3305[label="",style="solid", color="blue", weight=9]; 3305 -> 2649[label="",style="solid", color="blue", weight=3]; 3306[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2594 -> 3306[label="",style="solid", color="blue", weight=9]; 3306 -> 2650[label="",style="solid", color="blue", weight=3]; 3307[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2594 -> 3307[label="",style="solid", color="blue", weight=9]; 3307 -> 2651[label="",style="solid", color="blue", weight=3]; 3308[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2594 -> 3308[label="",style="solid", color="blue", weight=9]; 3308 -> 2652[label="",style="solid", color="blue", weight=3]; 3309[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2594 -> 3309[label="",style="solid", color="blue", weight=9]; 3309 -> 2653[label="",style="solid", color="blue", weight=3]; 3310[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2594 -> 3310[label="",style="solid", color="blue", weight=9]; 3310 -> 2654[label="",style="solid", color="blue", weight=3]; 3311[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2594 -> 3311[label="",style="solid", color="blue", weight=9]; 3311 -> 2655[label="",style="solid", color="blue", weight=3]; 3312[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2594 -> 3312[label="",style="solid", color="blue", weight=9]; 3312 -> 2656[label="",style="solid", color="blue", weight=3]; 3313[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2594 -> 3313[label="",style="solid", color="blue", weight=9]; 3313 -> 2657[label="",style="solid", color="blue", weight=3]; 3314[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2594 -> 3314[label="",style="solid", color="blue", weight=9]; 3314 -> 2658[label="",style="solid", color="blue", weight=3]; 3315[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2594 -> 3315[label="",style="solid", color="blue", weight=9]; 3315 -> 2659[label="",style="solid", color="blue", weight=3]; 3316[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2594 -> 3316[label="",style="solid", color="blue", weight=9]; 3316 -> 2660[label="",style="solid", color="blue", weight=3]; 2595 -> 2786[label="",style="dashed", color="red", weight=0]; 2595[label="yv1630 == yv1670 && yv1631 == yv1671",fontsize=16,color="magenta"];2595 -> 2787[label="",style="dashed", color="magenta", weight=3]; 2595 -> 2788[label="",style="dashed", color="magenta", weight=3]; 2596[label="True",fontsize=16,color="green",shape="box"];2597[label="True",fontsize=16,color="green",shape="box"];2598[label="False",fontsize=16,color="green",shape="box"];2599[label="False",fontsize=16,color="green",shape="box"];2600[label="False",fontsize=16,color="green",shape="box"];2601[label="True",fontsize=16,color="green",shape="box"];2602[label="False",fontsize=16,color="green",shape="box"];2603[label="False",fontsize=16,color="green",shape="box"];2604[label="False",fontsize=16,color="green",shape="box"];2605[label="True",fontsize=16,color="green",shape="box"];2606 -> 2786[label="",style="dashed", color="red", weight=0]; 2606[label="yv1630 == yv1670 && yv1631 == yv1671",fontsize=16,color="magenta"];2606 -> 2789[label="",style="dashed", color="magenta", weight=3]; 2606 -> 2790[label="",style="dashed", color="magenta", weight=3]; 2607[label="False",fontsize=16,color="green",shape="box"];2608[label="False",fontsize=16,color="green",shape="box"];2609[label="True",fontsize=16,color="green",shape="box"];2610[label="True",fontsize=16,color="green",shape="box"];2611[label="False",fontsize=16,color="green",shape="box"];2612[label="False",fontsize=16,color="green",shape="box"];2613[label="yv1630 == yv1670",fontsize=16,color="blue",shape="box"];3317[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2613 -> 3317[label="",style="solid", color="blue", weight=9]; 3317 -> 2671[label="",style="solid", color="blue", weight=3]; 3318[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2613 -> 3318[label="",style="solid", color="blue", weight=9]; 3318 -> 2672[label="",style="solid", color="blue", weight=3]; 3319[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2613 -> 3319[label="",style="solid", color="blue", weight=9]; 3319 -> 2673[label="",style="solid", color="blue", weight=3]; 3320[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2613 -> 3320[label="",style="solid", color="blue", weight=9]; 3320 -> 2674[label="",style="solid", color="blue", weight=3]; 3321[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2613 -> 3321[label="",style="solid", color="blue", weight=9]; 3321 -> 2675[label="",style="solid", color="blue", weight=3]; 3322[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2613 -> 3322[label="",style="solid", color="blue", weight=9]; 3322 -> 2676[label="",style="solid", color="blue", weight=3]; 3323[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2613 -> 3323[label="",style="solid", color="blue", weight=9]; 3323 -> 2677[label="",style="solid", color="blue", weight=3]; 3324[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2613 -> 3324[label="",style="solid", color="blue", weight=9]; 3324 -> 2678[label="",style="solid", color="blue", weight=3]; 3325[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2613 -> 3325[label="",style="solid", color="blue", weight=9]; 3325 -> 2679[label="",style="solid", color="blue", weight=3]; 3326[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2613 -> 3326[label="",style="solid", color="blue", weight=9]; 3326 -> 2680[label="",style="solid", color="blue", weight=3]; 3327[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2613 -> 3327[label="",style="solid", color="blue", weight=9]; 3327 -> 2681[label="",style="solid", color="blue", weight=3]; 3328[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2613 -> 3328[label="",style="solid", color="blue", weight=9]; 3328 -> 2682[label="",style="solid", color="blue", weight=3]; 3329[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2613 -> 3329[label="",style="solid", color="blue", weight=9]; 3329 -> 2683[label="",style="solid", color="blue", weight=3]; 3330[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2613 -> 3330[label="",style="solid", color="blue", weight=9]; 3330 -> 2684[label="",style="solid", color="blue", weight=3]; 2614 -> 2544[label="",style="dashed", color="red", weight=0]; 2614[label="primEqInt yv1630 yv1670",fontsize=16,color="magenta"];2614 -> 2685[label="",style="dashed", color="magenta", weight=3]; 2614 -> 2686[label="",style="dashed", color="magenta", weight=3]; 2615 -> 2786[label="",style="dashed", color="red", weight=0]; 2615[label="yv1630 == yv1670 && yv1631 == yv1671",fontsize=16,color="magenta"];2615 -> 2791[label="",style="dashed", color="magenta", weight=3]; 2615 -> 2792[label="",style="dashed", color="magenta", weight=3]; 2616[label="primEqInt (Pos (Succ yv16300)) yv167",fontsize=16,color="burlywood",shape="box"];3331[label="yv167/Pos yv1670",fontsize=10,color="white",style="solid",shape="box"];2616 -> 3331[label="",style="solid", color="burlywood", weight=9]; 3331 -> 2687[label="",style="solid", color="burlywood", weight=3]; 3332[label="yv167/Neg yv1670",fontsize=10,color="white",style="solid",shape="box"];2616 -> 3332[label="",style="solid", color="burlywood", weight=9]; 3332 -> 2688[label="",style="solid", color="burlywood", weight=3]; 2617[label="primEqInt (Pos Zero) yv167",fontsize=16,color="burlywood",shape="box"];3333[label="yv167/Pos yv1670",fontsize=10,color="white",style="solid",shape="box"];2617 -> 3333[label="",style="solid", color="burlywood", weight=9]; 3333 -> 2689[label="",style="solid", color="burlywood", weight=3]; 3334[label="yv167/Neg yv1670",fontsize=10,color="white",style="solid",shape="box"];2617 -> 3334[label="",style="solid", color="burlywood", weight=9]; 3334 -> 2690[label="",style="solid", color="burlywood", weight=3]; 2618[label="primEqInt (Neg (Succ yv16300)) yv167",fontsize=16,color="burlywood",shape="box"];3335[label="yv167/Pos yv1670",fontsize=10,color="white",style="solid",shape="box"];2618 -> 3335[label="",style="solid", color="burlywood", weight=9]; 3335 -> 2691[label="",style="solid", color="burlywood", weight=3]; 3336[label="yv167/Neg yv1670",fontsize=10,color="white",style="solid",shape="box"];2618 -> 3336[label="",style="solid", color="burlywood", weight=9]; 3336 -> 2692[label="",style="solid", color="burlywood", weight=3]; 2619[label="primEqInt (Neg Zero) yv167",fontsize=16,color="burlywood",shape="box"];3337[label="yv167/Pos yv1670",fontsize=10,color="white",style="solid",shape="box"];2619 -> 3337[label="",style="solid", color="burlywood", weight=9]; 3337 -> 2693[label="",style="solid", color="burlywood", weight=3]; 3338[label="yv167/Neg yv1670",fontsize=10,color="white",style="solid",shape="box"];2619 -> 3338[label="",style="solid", color="burlywood", weight=9]; 3338 -> 2694[label="",style="solid", color="burlywood", weight=3]; 2620[label="primEqChar (Char yv1630) (Char yv1670)",fontsize=16,color="black",shape="box"];2620 -> 2695[label="",style="solid", color="black", weight=3]; 2621[label="True",fontsize=16,color="green",shape="box"];2622[label="False",fontsize=16,color="green",shape="box"];2623[label="False",fontsize=16,color="green",shape="box"];2624[label="True",fontsize=16,color="green",shape="box"];2625[label="primEqFloat (Float yv1630 yv1631) (Float yv1670 yv1671)",fontsize=16,color="black",shape="box"];2625 -> 2696[label="",style="solid", color="black", weight=3]; 2626[label="primEqDouble (Double yv1630 yv1631) (Double yv1670 yv1671)",fontsize=16,color="black",shape="box"];2626 -> 2697[label="",style="solid", color="black", weight=3]; 2627 -> 2786[label="",style="dashed", color="red", weight=0]; 2627[label="yv1630 == yv1670 && yv1631 == yv1671 && yv1632 == yv1672",fontsize=16,color="magenta"];2627 -> 2793[label="",style="dashed", color="magenta", weight=3]; 2627 -> 2794[label="",style="dashed", color="magenta", weight=3]; 2628 -> 2470[label="",style="dashed", color="red", weight=0]; 2628[label="List.nubNub'1 yv176 yv177 (yv178 : yv179) (foldr (||) False (((==) yv176 yv1810) : map ((==) yv176) yv1811))",fontsize=16,color="magenta"];2628 -> 2709[label="",style="dashed", color="magenta", weight=3]; 2628 -> 2710[label="",style="dashed", color="magenta", weight=3]; 2628 -> 2711[label="",style="dashed", color="magenta", weight=3]; 2628 -> 2712[label="",style="dashed", color="magenta", weight=3]; 2628 -> 2713[label="",style="dashed", color="magenta", weight=3]; 2628 -> 2714[label="",style="dashed", color="magenta", weight=3]; 2629[label="List.nubNub'1 yv176 yv177 (yv178 : yv179) (foldr (||) False [])",fontsize=16,color="black",shape="box"];2629 -> 2715[label="",style="solid", color="black", weight=3]; 2630[label="yv177",fontsize=16,color="green",shape="box"];2631[label="yv179",fontsize=16,color="green",shape="box"];2632[label="yv178",fontsize=16,color="green",shape="box"];2633 -> 2515[label="",style="dashed", color="red", weight=0]; 2633[label="yv1630 == yv1670",fontsize=16,color="magenta"];2633 -> 2716[label="",style="dashed", color="magenta", weight=3]; 2633 -> 2717[label="",style="dashed", color="magenta", weight=3]; 2634 -> 2516[label="",style="dashed", color="red", weight=0]; 2634[label="yv1630 == yv1670",fontsize=16,color="magenta"];2634 -> 2718[label="",style="dashed", color="magenta", weight=3]; 2634 -> 2719[label="",style="dashed", color="magenta", weight=3]; 2635 -> 2517[label="",style="dashed", color="red", weight=0]; 2635[label="yv1630 == yv1670",fontsize=16,color="magenta"];2635 -> 2720[label="",style="dashed", color="magenta", weight=3]; 2635 -> 2721[label="",style="dashed", color="magenta", weight=3]; 2636 -> 2518[label="",style="dashed", color="red", weight=0]; 2636[label="yv1630 == yv1670",fontsize=16,color="magenta"];2636 -> 2722[label="",style="dashed", color="magenta", weight=3]; 2636 -> 2723[label="",style="dashed", color="magenta", weight=3]; 2637 -> 2519[label="",style="dashed", color="red", weight=0]; 2637[label="yv1630 == yv1670",fontsize=16,color="magenta"];2637 -> 2724[label="",style="dashed", color="magenta", weight=3]; 2637 -> 2725[label="",style="dashed", color="magenta", weight=3]; 2638 -> 2520[label="",style="dashed", color="red", weight=0]; 2638[label="yv1630 == yv1670",fontsize=16,color="magenta"];2638 -> 2726[label="",style="dashed", color="magenta", weight=3]; 2638 -> 2727[label="",style="dashed", color="magenta", weight=3]; 2639 -> 2521[label="",style="dashed", color="red", weight=0]; 2639[label="yv1630 == yv1670",fontsize=16,color="magenta"];2639 -> 2728[label="",style="dashed", color="magenta", weight=3]; 2639 -> 2729[label="",style="dashed", color="magenta", weight=3]; 2640 -> 2522[label="",style="dashed", color="red", weight=0]; 2640[label="yv1630 == yv1670",fontsize=16,color="magenta"];2640 -> 2730[label="",style="dashed", color="magenta", weight=3]; 2640 -> 2731[label="",style="dashed", color="magenta", weight=3]; 2641 -> 2523[label="",style="dashed", color="red", weight=0]; 2641[label="yv1630 == yv1670",fontsize=16,color="magenta"];2641 -> 2732[label="",style="dashed", color="magenta", weight=3]; 2641 -> 2733[label="",style="dashed", color="magenta", weight=3]; 2642 -> 2524[label="",style="dashed", color="red", weight=0]; 2642[label="yv1630 == yv1670",fontsize=16,color="magenta"];2642 -> 2734[label="",style="dashed", color="magenta", weight=3]; 2642 -> 2735[label="",style="dashed", color="magenta", weight=3]; 2643 -> 2525[label="",style="dashed", color="red", weight=0]; 2643[label="yv1630 == yv1670",fontsize=16,color="magenta"];2643 -> 2736[label="",style="dashed", color="magenta", weight=3]; 2643 -> 2737[label="",style="dashed", color="magenta", weight=3]; 2644 -> 2526[label="",style="dashed", color="red", weight=0]; 2644[label="yv1630 == yv1670",fontsize=16,color="magenta"];2644 -> 2738[label="",style="dashed", color="magenta", weight=3]; 2644 -> 2739[label="",style="dashed", color="magenta", weight=3]; 2645 -> 2527[label="",style="dashed", color="red", weight=0]; 2645[label="yv1630 == yv1670",fontsize=16,color="magenta"];2645 -> 2740[label="",style="dashed", color="magenta", weight=3]; 2645 -> 2741[label="",style="dashed", color="magenta", weight=3]; 2646 -> 2528[label="",style="dashed", color="red", weight=0]; 2646[label="yv1630 == yv1670",fontsize=16,color="magenta"];2646 -> 2742[label="",style="dashed", color="magenta", weight=3]; 2646 -> 2743[label="",style="dashed", color="magenta", weight=3]; 2647 -> 2515[label="",style="dashed", color="red", weight=0]; 2647[label="yv1630 == yv1670",fontsize=16,color="magenta"];2647 -> 2744[label="",style="dashed", color="magenta", weight=3]; 2647 -> 2745[label="",style="dashed", color="magenta", weight=3]; 2648 -> 2516[label="",style="dashed", color="red", weight=0]; 2648[label="yv1630 == yv1670",fontsize=16,color="magenta"];2648 -> 2746[label="",style="dashed", color="magenta", weight=3]; 2648 -> 2747[label="",style="dashed", color="magenta", weight=3]; 2649 -> 2517[label="",style="dashed", color="red", weight=0]; 2649[label="yv1630 == yv1670",fontsize=16,color="magenta"];2649 -> 2748[label="",style="dashed", color="magenta", weight=3]; 2649 -> 2749[label="",style="dashed", color="magenta", weight=3]; 2650 -> 2518[label="",style="dashed", color="red", weight=0]; 2650[label="yv1630 == yv1670",fontsize=16,color="magenta"];2650 -> 2750[label="",style="dashed", color="magenta", weight=3]; 2650 -> 2751[label="",style="dashed", color="magenta", weight=3]; 2651 -> 2519[label="",style="dashed", color="red", weight=0]; 2651[label="yv1630 == yv1670",fontsize=16,color="magenta"];2651 -> 2752[label="",style="dashed", color="magenta", weight=3]; 2651 -> 2753[label="",style="dashed", color="magenta", weight=3]; 2652 -> 2520[label="",style="dashed", color="red", weight=0]; 2652[label="yv1630 == yv1670",fontsize=16,color="magenta"];2652 -> 2754[label="",style="dashed", color="magenta", weight=3]; 2652 -> 2755[label="",style="dashed", color="magenta", weight=3]; 2653 -> 2521[label="",style="dashed", color="red", weight=0]; 2653[label="yv1630 == yv1670",fontsize=16,color="magenta"];2653 -> 2756[label="",style="dashed", color="magenta", weight=3]; 2653 -> 2757[label="",style="dashed", color="magenta", weight=3]; 2654 -> 2522[label="",style="dashed", color="red", weight=0]; 2654[label="yv1630 == yv1670",fontsize=16,color="magenta"];2654 -> 2758[label="",style="dashed", color="magenta", weight=3]; 2654 -> 2759[label="",style="dashed", color="magenta", weight=3]; 2655 -> 2523[label="",style="dashed", color="red", weight=0]; 2655[label="yv1630 == yv1670",fontsize=16,color="magenta"];2655 -> 2760[label="",style="dashed", color="magenta", weight=3]; 2655 -> 2761[label="",style="dashed", color="magenta", weight=3]; 2656 -> 2524[label="",style="dashed", color="red", weight=0]; 2656[label="yv1630 == yv1670",fontsize=16,color="magenta"];2656 -> 2762[label="",style="dashed", color="magenta", weight=3]; 2656 -> 2763[label="",style="dashed", color="magenta", weight=3]; 2657 -> 2525[label="",style="dashed", color="red", weight=0]; 2657[label="yv1630 == yv1670",fontsize=16,color="magenta"];2657 -> 2764[label="",style="dashed", color="magenta", weight=3]; 2657 -> 2765[label="",style="dashed", color="magenta", weight=3]; 2658 -> 2526[label="",style="dashed", color="red", weight=0]; 2658[label="yv1630 == yv1670",fontsize=16,color="magenta"];2658 -> 2766[label="",style="dashed", color="magenta", weight=3]; 2658 -> 2767[label="",style="dashed", color="magenta", weight=3]; 2659 -> 2527[label="",style="dashed", color="red", weight=0]; 2659[label="yv1630 == yv1670",fontsize=16,color="magenta"];2659 -> 2768[label="",style="dashed", color="magenta", weight=3]; 2659 -> 2769[label="",style="dashed", color="magenta", weight=3]; 2660 -> 2528[label="",style="dashed", color="red", weight=0]; 2660[label="yv1630 == yv1670",fontsize=16,color="magenta"];2660 -> 2770[label="",style="dashed", color="magenta", weight=3]; 2660 -> 2771[label="",style="dashed", color="magenta", weight=3]; 2787[label="yv1630 == yv1670",fontsize=16,color="blue",shape="box"];3339[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2787 -> 3339[label="",style="solid", color="blue", weight=9]; 3339 -> 2799[label="",style="solid", color="blue", weight=3]; 3340[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2787 -> 3340[label="",style="solid", color="blue", weight=9]; 3340 -> 2800[label="",style="solid", color="blue", weight=3]; 3341[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2787 -> 3341[label="",style="solid", color="blue", weight=9]; 3341 -> 2801[label="",style="solid", color="blue", weight=3]; 3342[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2787 -> 3342[label="",style="solid", color="blue", weight=9]; 3342 -> 2802[label="",style="solid", color="blue", weight=3]; 3343[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2787 -> 3343[label="",style="solid", color="blue", weight=9]; 3343 -> 2803[label="",style="solid", color="blue", weight=3]; 3344[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2787 -> 3344[label="",style="solid", color="blue", weight=9]; 3344 -> 2804[label="",style="solid", color="blue", weight=3]; 3345[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2787 -> 3345[label="",style="solid", color="blue", weight=9]; 3345 -> 2805[label="",style="solid", color="blue", weight=3]; 3346[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2787 -> 3346[label="",style="solid", color="blue", weight=9]; 3346 -> 2806[label="",style="solid", color="blue", weight=3]; 3347[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2787 -> 3347[label="",style="solid", color="blue", weight=9]; 3347 -> 2807[label="",style="solid", color="blue", weight=3]; 3348[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2787 -> 3348[label="",style="solid", color="blue", weight=9]; 3348 -> 2808[label="",style="solid", color="blue", weight=3]; 3349[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2787 -> 3349[label="",style="solid", color="blue", weight=9]; 3349 -> 2809[label="",style="solid", color="blue", weight=3]; 3350[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2787 -> 3350[label="",style="solid", color="blue", weight=9]; 3350 -> 2810[label="",style="solid", color="blue", weight=3]; 3351[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2787 -> 3351[label="",style="solid", color="blue", weight=9]; 3351 -> 2811[label="",style="solid", color="blue", weight=3]; 3352[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2787 -> 3352[label="",style="solid", color="blue", weight=9]; 3352 -> 2812[label="",style="solid", color="blue", weight=3]; 2788[label="yv1631 == yv1671",fontsize=16,color="blue",shape="box"];3353[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2788 -> 3353[label="",style="solid", color="blue", weight=9]; 3353 -> 2813[label="",style="solid", color="blue", weight=3]; 3354[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2788 -> 3354[label="",style="solid", color="blue", weight=9]; 3354 -> 2814[label="",style="solid", color="blue", weight=3]; 3355[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2788 -> 3355[label="",style="solid", color="blue", weight=9]; 3355 -> 2815[label="",style="solid", color="blue", weight=3]; 3356[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2788 -> 3356[label="",style="solid", color="blue", weight=9]; 3356 -> 2816[label="",style="solid", color="blue", weight=3]; 3357[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2788 -> 3357[label="",style="solid", color="blue", weight=9]; 3357 -> 2817[label="",style="solid", color="blue", weight=3]; 3358[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2788 -> 3358[label="",style="solid", color="blue", weight=9]; 3358 -> 2818[label="",style="solid", color="blue", weight=3]; 3359[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2788 -> 3359[label="",style="solid", color="blue", weight=9]; 3359 -> 2819[label="",style="solid", color="blue", weight=3]; 3360[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2788 -> 3360[label="",style="solid", color="blue", weight=9]; 3360 -> 2820[label="",style="solid", color="blue", weight=3]; 3361[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2788 -> 3361[label="",style="solid", color="blue", weight=9]; 3361 -> 2821[label="",style="solid", color="blue", weight=3]; 3362[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2788 -> 3362[label="",style="solid", color="blue", weight=9]; 3362 -> 2822[label="",style="solid", color="blue", weight=3]; 3363[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2788 -> 3363[label="",style="solid", color="blue", weight=9]; 3363 -> 2823[label="",style="solid", color="blue", weight=3]; 3364[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2788 -> 3364[label="",style="solid", color="blue", weight=9]; 3364 -> 2824[label="",style="solid", color="blue", weight=3]; 3365[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2788 -> 3365[label="",style="solid", color="blue", weight=9]; 3365 -> 2825[label="",style="solid", color="blue", weight=3]; 3366[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2788 -> 3366[label="",style="solid", color="blue", weight=9]; 3366 -> 2826[label="",style="solid", color="blue", weight=3]; 2786[label="yv193 && yv194",fontsize=16,color="burlywood",shape="triangle"];3367[label="yv193/False",fontsize=10,color="white",style="solid",shape="box"];2786 -> 3367[label="",style="solid", color="burlywood", weight=9]; 3367 -> 2827[label="",style="solid", color="burlywood", weight=3]; 3368[label="yv193/True",fontsize=10,color="white",style="solid",shape="box"];2786 -> 3368[label="",style="solid", color="burlywood", weight=9]; 3368 -> 2828[label="",style="solid", color="burlywood", weight=3]; 2789[label="yv1630 == yv1670",fontsize=16,color="blue",shape="box"];3369[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2789 -> 3369[label="",style="solid", color="blue", weight=9]; 3369 -> 2829[label="",style="solid", color="blue", weight=3]; 3370[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2789 -> 3370[label="",style="solid", color="blue", weight=9]; 3370 -> 2830[label="",style="solid", color="blue", weight=3]; 3371[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2789 -> 3371[label="",style="solid", color="blue", weight=9]; 3371 -> 2831[label="",style="solid", color="blue", weight=3]; 3372[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2789 -> 3372[label="",style="solid", color="blue", weight=9]; 3372 -> 2832[label="",style="solid", color="blue", weight=3]; 3373[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2789 -> 3373[label="",style="solid", color="blue", weight=9]; 3373 -> 2833[label="",style="solid", color="blue", weight=3]; 3374[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2789 -> 3374[label="",style="solid", color="blue", weight=9]; 3374 -> 2834[label="",style="solid", color="blue", weight=3]; 3375[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2789 -> 3375[label="",style="solid", color="blue", weight=9]; 3375 -> 2835[label="",style="solid", color="blue", weight=3]; 3376[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2789 -> 3376[label="",style="solid", color="blue", weight=9]; 3376 -> 2836[label="",style="solid", color="blue", weight=3]; 3377[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2789 -> 3377[label="",style="solid", color="blue", weight=9]; 3377 -> 2837[label="",style="solid", color="blue", weight=3]; 3378[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2789 -> 3378[label="",style="solid", color="blue", weight=9]; 3378 -> 2838[label="",style="solid", color="blue", weight=3]; 3379[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2789 -> 3379[label="",style="solid", color="blue", weight=9]; 3379 -> 2839[label="",style="solid", color="blue", weight=3]; 3380[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2789 -> 3380[label="",style="solid", color="blue", weight=9]; 3380 -> 2840[label="",style="solid", color="blue", weight=3]; 3381[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2789 -> 3381[label="",style="solid", color="blue", weight=9]; 3381 -> 2841[label="",style="solid", color="blue", weight=3]; 3382[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2789 -> 3382[label="",style="solid", color="blue", weight=9]; 3382 -> 2842[label="",style="solid", color="blue", weight=3]; 2790 -> 2519[label="",style="dashed", color="red", weight=0]; 2790[label="yv1631 == yv1671",fontsize=16,color="magenta"];2790 -> 2843[label="",style="dashed", color="magenta", weight=3]; 2790 -> 2844[label="",style="dashed", color="magenta", weight=3]; 2671 -> 2515[label="",style="dashed", color="red", weight=0]; 2671[label="yv1630 == yv1670",fontsize=16,color="magenta"];2671 -> 2845[label="",style="dashed", color="magenta", weight=3]; 2671 -> 2846[label="",style="dashed", color="magenta", weight=3]; 2672 -> 2516[label="",style="dashed", color="red", weight=0]; 2672[label="yv1630 == yv1670",fontsize=16,color="magenta"];2672 -> 2847[label="",style="dashed", color="magenta", weight=3]; 2672 -> 2848[label="",style="dashed", color="magenta", weight=3]; 2673 -> 2517[label="",style="dashed", color="red", weight=0]; 2673[label="yv1630 == yv1670",fontsize=16,color="magenta"];2673 -> 2849[label="",style="dashed", color="magenta", weight=3]; 2673 -> 2850[label="",style="dashed", color="magenta", weight=3]; 2674 -> 2518[label="",style="dashed", color="red", weight=0]; 2674[label="yv1630 == yv1670",fontsize=16,color="magenta"];2674 -> 2851[label="",style="dashed", color="magenta", weight=3]; 2674 -> 2852[label="",style="dashed", color="magenta", weight=3]; 2675 -> 2519[label="",style="dashed", color="red", weight=0]; 2675[label="yv1630 == yv1670",fontsize=16,color="magenta"];2675 -> 2853[label="",style="dashed", color="magenta", weight=3]; 2675 -> 2854[label="",style="dashed", color="magenta", weight=3]; 2676 -> 2520[label="",style="dashed", color="red", weight=0]; 2676[label="yv1630 == yv1670",fontsize=16,color="magenta"];2676 -> 2855[label="",style="dashed", color="magenta", weight=3]; 2676 -> 2856[label="",style="dashed", color="magenta", weight=3]; 2677 -> 2521[label="",style="dashed", color="red", weight=0]; 2677[label="yv1630 == yv1670",fontsize=16,color="magenta"];2677 -> 2857[label="",style="dashed", color="magenta", weight=3]; 2677 -> 2858[label="",style="dashed", color="magenta", weight=3]; 2678 -> 2522[label="",style="dashed", color="red", weight=0]; 2678[label="yv1630 == yv1670",fontsize=16,color="magenta"];2678 -> 2859[label="",style="dashed", color="magenta", weight=3]; 2678 -> 2860[label="",style="dashed", color="magenta", weight=3]; 2679 -> 2523[label="",style="dashed", color="red", weight=0]; 2679[label="yv1630 == yv1670",fontsize=16,color="magenta"];2679 -> 2861[label="",style="dashed", color="magenta", weight=3]; 2679 -> 2862[label="",style="dashed", color="magenta", weight=3]; 2680 -> 2524[label="",style="dashed", color="red", weight=0]; 2680[label="yv1630 == yv1670",fontsize=16,color="magenta"];2680 -> 2863[label="",style="dashed", color="magenta", weight=3]; 2680 -> 2864[label="",style="dashed", color="magenta", weight=3]; 2681 -> 2525[label="",style="dashed", color="red", weight=0]; 2681[label="yv1630 == yv1670",fontsize=16,color="magenta"];2681 -> 2865[label="",style="dashed", color="magenta", weight=3]; 2681 -> 2866[label="",style="dashed", color="magenta", weight=3]; 2682 -> 2526[label="",style="dashed", color="red", weight=0]; 2682[label="yv1630 == yv1670",fontsize=16,color="magenta"];2682 -> 2867[label="",style="dashed", color="magenta", weight=3]; 2682 -> 2868[label="",style="dashed", color="magenta", weight=3]; 2683 -> 2527[label="",style="dashed", color="red", weight=0]; 2683[label="yv1630 == yv1670",fontsize=16,color="magenta"];2683 -> 2869[label="",style="dashed", color="magenta", weight=3]; 2683 -> 2870[label="",style="dashed", color="magenta", weight=3]; 2684 -> 2528[label="",style="dashed", color="red", weight=0]; 2684[label="yv1630 == yv1670",fontsize=16,color="magenta"];2684 -> 2871[label="",style="dashed", color="magenta", weight=3]; 2684 -> 2872[label="",style="dashed", color="magenta", weight=3]; 2685[label="yv1670",fontsize=16,color="green",shape="box"];2686[label="yv1630",fontsize=16,color="green",shape="box"];2791[label="yv1630 == yv1670",fontsize=16,color="blue",shape="box"];3383[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2791 -> 3383[label="",style="solid", color="blue", weight=9]; 3383 -> 2873[label="",style="solid", color="blue", weight=3]; 3384[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2791 -> 3384[label="",style="solid", color="blue", weight=9]; 3384 -> 2874[label="",style="solid", color="blue", weight=3]; 2792[label="yv1631 == yv1671",fontsize=16,color="blue",shape="box"];3385[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2792 -> 3385[label="",style="solid", color="blue", weight=9]; 3385 -> 2875[label="",style="solid", color="blue", weight=3]; 3386[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2792 -> 3386[label="",style="solid", color="blue", weight=9]; 3386 -> 2876[label="",style="solid", color="blue", weight=3]; 2687[label="primEqInt (Pos (Succ yv16300)) (Pos yv1670)",fontsize=16,color="burlywood",shape="box"];3387[label="yv1670/Succ yv16700",fontsize=10,color="white",style="solid",shape="box"];2687 -> 3387[label="",style="solid", color="burlywood", weight=9]; 3387 -> 2877[label="",style="solid", color="burlywood", weight=3]; 3388[label="yv1670/Zero",fontsize=10,color="white",style="solid",shape="box"];2687 -> 3388[label="",style="solid", color="burlywood", weight=9]; 3388 -> 2878[label="",style="solid", color="burlywood", weight=3]; 2688[label="primEqInt (Pos (Succ yv16300)) (Neg yv1670)",fontsize=16,color="black",shape="box"];2688 -> 2879[label="",style="solid", color="black", weight=3]; 2689[label="primEqInt (Pos Zero) (Pos yv1670)",fontsize=16,color="burlywood",shape="box"];3389[label="yv1670/Succ yv16700",fontsize=10,color="white",style="solid",shape="box"];2689 -> 3389[label="",style="solid", color="burlywood", weight=9]; 3389 -> 2880[label="",style="solid", color="burlywood", weight=3]; 3390[label="yv1670/Zero",fontsize=10,color="white",style="solid",shape="box"];2689 -> 3390[label="",style="solid", color="burlywood", weight=9]; 3390 -> 2881[label="",style="solid", color="burlywood", weight=3]; 2690[label="primEqInt (Pos Zero) (Neg yv1670)",fontsize=16,color="burlywood",shape="box"];3391[label="yv1670/Succ yv16700",fontsize=10,color="white",style="solid",shape="box"];2690 -> 3391[label="",style="solid", color="burlywood", weight=9]; 3391 -> 2882[label="",style="solid", color="burlywood", weight=3]; 3392[label="yv1670/Zero",fontsize=10,color="white",style="solid",shape="box"];2690 -> 3392[label="",style="solid", color="burlywood", weight=9]; 3392 -> 2883[label="",style="solid", color="burlywood", weight=3]; 2691[label="primEqInt (Neg (Succ yv16300)) (Pos yv1670)",fontsize=16,color="black",shape="box"];2691 -> 2884[label="",style="solid", color="black", weight=3]; 2692[label="primEqInt (Neg (Succ yv16300)) (Neg yv1670)",fontsize=16,color="burlywood",shape="box"];3393[label="yv1670/Succ yv16700",fontsize=10,color="white",style="solid",shape="box"];2692 -> 3393[label="",style="solid", color="burlywood", weight=9]; 3393 -> 2885[label="",style="solid", color="burlywood", weight=3]; 3394[label="yv1670/Zero",fontsize=10,color="white",style="solid",shape="box"];2692 -> 3394[label="",style="solid", color="burlywood", weight=9]; 3394 -> 2886[label="",style="solid", color="burlywood", weight=3]; 2693[label="primEqInt (Neg Zero) (Pos yv1670)",fontsize=16,color="burlywood",shape="box"];3395[label="yv1670/Succ yv16700",fontsize=10,color="white",style="solid",shape="box"];2693 -> 3395[label="",style="solid", color="burlywood", weight=9]; 3395 -> 2887[label="",style="solid", color="burlywood", weight=3]; 3396[label="yv1670/Zero",fontsize=10,color="white",style="solid",shape="box"];2693 -> 3396[label="",style="solid", color="burlywood", weight=9]; 3396 -> 2888[label="",style="solid", color="burlywood", weight=3]; 2694[label="primEqInt (Neg Zero) (Neg yv1670)",fontsize=16,color="burlywood",shape="box"];3397[label="yv1670/Succ yv16700",fontsize=10,color="white",style="solid",shape="box"];2694 -> 3397[label="",style="solid", color="burlywood", weight=9]; 3397 -> 2889[label="",style="solid", color="burlywood", weight=3]; 3398[label="yv1670/Zero",fontsize=10,color="white",style="solid",shape="box"];2694 -> 3398[label="",style="solid", color="burlywood", weight=9]; 3398 -> 2890[label="",style="solid", color="burlywood", weight=3]; 2695[label="primEqNat yv1630 yv1670",fontsize=16,color="burlywood",shape="triangle"];3399[label="yv1630/Succ yv16300",fontsize=10,color="white",style="solid",shape="box"];2695 -> 3399[label="",style="solid", color="burlywood", weight=9]; 3399 -> 2891[label="",style="solid", color="burlywood", weight=3]; 3400[label="yv1630/Zero",fontsize=10,color="white",style="solid",shape="box"];2695 -> 3400[label="",style="solid", color="burlywood", weight=9]; 3400 -> 2892[label="",style="solid", color="burlywood", weight=3]; 2696 -> 2523[label="",style="dashed", color="red", weight=0]; 2696[label="yv1630 * yv1671 == yv1631 * yv1670",fontsize=16,color="magenta"];2696 -> 2893[label="",style="dashed", color="magenta", weight=3]; 2696 -> 2894[label="",style="dashed", color="magenta", weight=3]; 2697 -> 2523[label="",style="dashed", color="red", weight=0]; 2697[label="yv1630 * yv1671 == yv1631 * yv1670",fontsize=16,color="magenta"];2697 -> 2895[label="",style="dashed", color="magenta", weight=3]; 2697 -> 2896[label="",style="dashed", color="magenta", weight=3]; 2793[label="yv1630 == yv1670",fontsize=16,color="blue",shape="box"];3401[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2793 -> 3401[label="",style="solid", color="blue", weight=9]; 3401 -> 2897[label="",style="solid", color="blue", weight=3]; 3402[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2793 -> 3402[label="",style="solid", color="blue", weight=9]; 3402 -> 2898[label="",style="solid", color="blue", weight=3]; 3403[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2793 -> 3403[label="",style="solid", color="blue", weight=9]; 3403 -> 2899[label="",style="solid", color="blue", weight=3]; 3404[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2793 -> 3404[label="",style="solid", color="blue", weight=9]; 3404 -> 2900[label="",style="solid", color="blue", weight=3]; 3405[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2793 -> 3405[label="",style="solid", color="blue", weight=9]; 3405 -> 2901[label="",style="solid", color="blue", weight=3]; 3406[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2793 -> 3406[label="",style="solid", color="blue", weight=9]; 3406 -> 2902[label="",style="solid", color="blue", weight=3]; 3407[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2793 -> 3407[label="",style="solid", color="blue", weight=9]; 3407 -> 2903[label="",style="solid", color="blue", weight=3]; 3408[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2793 -> 3408[label="",style="solid", color="blue", weight=9]; 3408 -> 2904[label="",style="solid", color="blue", weight=3]; 3409[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2793 -> 3409[label="",style="solid", color="blue", weight=9]; 3409 -> 2905[label="",style="solid", color="blue", weight=3]; 3410[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2793 -> 3410[label="",style="solid", color="blue", weight=9]; 3410 -> 2906[label="",style="solid", color="blue", weight=3]; 3411[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2793 -> 3411[label="",style="solid", color="blue", weight=9]; 3411 -> 2907[label="",style="solid", color="blue", weight=3]; 3412[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2793 -> 3412[label="",style="solid", color="blue", weight=9]; 3412 -> 2908[label="",style="solid", color="blue", weight=3]; 3413[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2793 -> 3413[label="",style="solid", color="blue", weight=9]; 3413 -> 2909[label="",style="solid", color="blue", weight=3]; 3414[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2793 -> 3414[label="",style="solid", color="blue", weight=9]; 3414 -> 2910[label="",style="solid", color="blue", weight=3]; 2794 -> 2786[label="",style="dashed", color="red", weight=0]; 2794[label="yv1631 == yv1671 && yv1632 == yv1672",fontsize=16,color="magenta"];2794 -> 2911[label="",style="dashed", color="magenta", weight=3]; 2794 -> 2912[label="",style="dashed", color="magenta", weight=3]; 2709[label="yv1810",fontsize=16,color="green",shape="box"];2710[label="yv176",fontsize=16,color="green",shape="box"];2711[label="yv1811",fontsize=16,color="green",shape="box"];2712[label="yv177",fontsize=16,color="green",shape="box"];2713[label="yv178",fontsize=16,color="green",shape="box"];2714[label="yv179",fontsize=16,color="green",shape="box"];2715[label="List.nubNub'1 yv176 yv177 (yv178 : yv179) False",fontsize=16,color="black",shape="box"];2715 -> 2913[label="",style="solid", color="black", weight=3]; 2716[label="yv1670",fontsize=16,color="green",shape="box"];2717[label="yv1630",fontsize=16,color="green",shape="box"];2718[label="yv1670",fontsize=16,color="green",shape="box"];2719[label="yv1630",fontsize=16,color="green",shape="box"];2720[label="yv1670",fontsize=16,color="green",shape="box"];2721[label="yv1630",fontsize=16,color="green",shape="box"];2722[label="yv1670",fontsize=16,color="green",shape="box"];2723[label="yv1630",fontsize=16,color="green",shape="box"];2724[label="yv1670",fontsize=16,color="green",shape="box"];2725[label="yv1630",fontsize=16,color="green",shape="box"];2726[label="yv1670",fontsize=16,color="green",shape="box"];2727[label="yv1630",fontsize=16,color="green",shape="box"];2728[label="yv1670",fontsize=16,color="green",shape="box"];2729[label="yv1630",fontsize=16,color="green",shape="box"];2730[label="yv1670",fontsize=16,color="green",shape="box"];2731[label="yv1630",fontsize=16,color="green",shape="box"];2732[label="yv1670",fontsize=16,color="green",shape="box"];2733[label="yv1630",fontsize=16,color="green",shape="box"];2734[label="yv1670",fontsize=16,color="green",shape="box"];2735[label="yv1630",fontsize=16,color="green",shape="box"];2736[label="yv1670",fontsize=16,color="green",shape="box"];2737[label="yv1630",fontsize=16,color="green",shape="box"];2738[label="yv1670",fontsize=16,color="green",shape="box"];2739[label="yv1630",fontsize=16,color="green",shape="box"];2740[label="yv1670",fontsize=16,color="green",shape="box"];2741[label="yv1630",fontsize=16,color="green",shape="box"];2742[label="yv1670",fontsize=16,color="green",shape="box"];2743[label="yv1630",fontsize=16,color="green",shape="box"];2744[label="yv1670",fontsize=16,color="green",shape="box"];2745[label="yv1630",fontsize=16,color="green",shape="box"];2746[label="yv1670",fontsize=16,color="green",shape="box"];2747[label="yv1630",fontsize=16,color="green",shape="box"];2748[label="yv1670",fontsize=16,color="green",shape="box"];2749[label="yv1630",fontsize=16,color="green",shape="box"];2750[label="yv1670",fontsize=16,color="green",shape="box"];2751[label="yv1630",fontsize=16,color="green",shape="box"];2752[label="yv1670",fontsize=16,color="green",shape="box"];2753[label="yv1630",fontsize=16,color="green",shape="box"];2754[label="yv1670",fontsize=16,color="green",shape="box"];2755[label="yv1630",fontsize=16,color="green",shape="box"];2756[label="yv1670",fontsize=16,color="green",shape="box"];2757[label="yv1630",fontsize=16,color="green",shape="box"];2758[label="yv1670",fontsize=16,color="green",shape="box"];2759[label="yv1630",fontsize=16,color="green",shape="box"];2760[label="yv1670",fontsize=16,color="green",shape="box"];2761[label="yv1630",fontsize=16,color="green",shape="box"];2762[label="yv1670",fontsize=16,color="green",shape="box"];2763[label="yv1630",fontsize=16,color="green",shape="box"];2764[label="yv1670",fontsize=16,color="green",shape="box"];2765[label="yv1630",fontsize=16,color="green",shape="box"];2766[label="yv1670",fontsize=16,color="green",shape="box"];2767[label="yv1630",fontsize=16,color="green",shape="box"];2768[label="yv1670",fontsize=16,color="green",shape="box"];2769[label="yv1630",fontsize=16,color="green",shape="box"];2770[label="yv1670",fontsize=16,color="green",shape="box"];2771[label="yv1630",fontsize=16,color="green",shape="box"];2799 -> 2515[label="",style="dashed", color="red", weight=0]; 2799[label="yv1630 == yv1670",fontsize=16,color="magenta"];2799 -> 2914[label="",style="dashed", color="magenta", weight=3]; 2799 -> 2915[label="",style="dashed", color="magenta", weight=3]; 2800 -> 2516[label="",style="dashed", color="red", weight=0]; 2800[label="yv1630 == yv1670",fontsize=16,color="magenta"];2800 -> 2916[label="",style="dashed", color="magenta", weight=3]; 2800 -> 2917[label="",style="dashed", color="magenta", weight=3]; 2801 -> 2517[label="",style="dashed", color="red", weight=0]; 2801[label="yv1630 == yv1670",fontsize=16,color="magenta"];2801 -> 2918[label="",style="dashed", color="magenta", weight=3]; 2801 -> 2919[label="",style="dashed", color="magenta", weight=3]; 2802 -> 2518[label="",style="dashed", color="red", weight=0]; 2802[label="yv1630 == yv1670",fontsize=16,color="magenta"];2802 -> 2920[label="",style="dashed", color="magenta", weight=3]; 2802 -> 2921[label="",style="dashed", color="magenta", weight=3]; 2803 -> 2519[label="",style="dashed", color="red", weight=0]; 2803[label="yv1630 == yv1670",fontsize=16,color="magenta"];2803 -> 2922[label="",style="dashed", color="magenta", weight=3]; 2803 -> 2923[label="",style="dashed", color="magenta", weight=3]; 2804 -> 2520[label="",style="dashed", color="red", weight=0]; 2804[label="yv1630 == yv1670",fontsize=16,color="magenta"];2804 -> 2924[label="",style="dashed", color="magenta", weight=3]; 2804 -> 2925[label="",style="dashed", color="magenta", weight=3]; 2805 -> 2521[label="",style="dashed", color="red", weight=0]; 2805[label="yv1630 == yv1670",fontsize=16,color="magenta"];2805 -> 2926[label="",style="dashed", color="magenta", weight=3]; 2805 -> 2927[label="",style="dashed", color="magenta", weight=3]; 2806 -> 2522[label="",style="dashed", color="red", weight=0]; 2806[label="yv1630 == yv1670",fontsize=16,color="magenta"];2806 -> 2928[label="",style="dashed", color="magenta", weight=3]; 2806 -> 2929[label="",style="dashed", color="magenta", weight=3]; 2807 -> 2523[label="",style="dashed", color="red", weight=0]; 2807[label="yv1630 == yv1670",fontsize=16,color="magenta"];2807 -> 2930[label="",style="dashed", color="magenta", weight=3]; 2807 -> 2931[label="",style="dashed", color="magenta", weight=3]; 2808 -> 2524[label="",style="dashed", color="red", weight=0]; 2808[label="yv1630 == yv1670",fontsize=16,color="magenta"];2808 -> 2932[label="",style="dashed", color="magenta", weight=3]; 2808 -> 2933[label="",style="dashed", color="magenta", weight=3]; 2809 -> 2525[label="",style="dashed", color="red", weight=0]; 2809[label="yv1630 == yv1670",fontsize=16,color="magenta"];2809 -> 2934[label="",style="dashed", color="magenta", weight=3]; 2809 -> 2935[label="",style="dashed", color="magenta", weight=3]; 2810 -> 2526[label="",style="dashed", color="red", weight=0]; 2810[label="yv1630 == yv1670",fontsize=16,color="magenta"];2810 -> 2936[label="",style="dashed", color="magenta", weight=3]; 2810 -> 2937[label="",style="dashed", color="magenta", weight=3]; 2811 -> 2527[label="",style="dashed", color="red", weight=0]; 2811[label="yv1630 == yv1670",fontsize=16,color="magenta"];2811 -> 2938[label="",style="dashed", color="magenta", weight=3]; 2811 -> 2939[label="",style="dashed", color="magenta", weight=3]; 2812 -> 2528[label="",style="dashed", color="red", weight=0]; 2812[label="yv1630 == yv1670",fontsize=16,color="magenta"];2812 -> 2940[label="",style="dashed", color="magenta", weight=3]; 2812 -> 2941[label="",style="dashed", color="magenta", weight=3]; 2813 -> 2515[label="",style="dashed", color="red", weight=0]; 2813[label="yv1631 == yv1671",fontsize=16,color="magenta"];2813 -> 2942[label="",style="dashed", color="magenta", weight=3]; 2813 -> 2943[label="",style="dashed", color="magenta", weight=3]; 2814 -> 2516[label="",style="dashed", color="red", weight=0]; 2814[label="yv1631 == yv1671",fontsize=16,color="magenta"];2814 -> 2944[label="",style="dashed", color="magenta", weight=3]; 2814 -> 2945[label="",style="dashed", color="magenta", weight=3]; 2815 -> 2517[label="",style="dashed", color="red", weight=0]; 2815[label="yv1631 == yv1671",fontsize=16,color="magenta"];2815 -> 2946[label="",style="dashed", color="magenta", weight=3]; 2815 -> 2947[label="",style="dashed", color="magenta", weight=3]; 2816 -> 2518[label="",style="dashed", color="red", weight=0]; 2816[label="yv1631 == yv1671",fontsize=16,color="magenta"];2816 -> 2948[label="",style="dashed", color="magenta", weight=3]; 2816 -> 2949[label="",style="dashed", color="magenta", weight=3]; 2817 -> 2519[label="",style="dashed", color="red", weight=0]; 2817[label="yv1631 == yv1671",fontsize=16,color="magenta"];2817 -> 2950[label="",style="dashed", color="magenta", weight=3]; 2817 -> 2951[label="",style="dashed", color="magenta", weight=3]; 2818 -> 2520[label="",style="dashed", color="red", weight=0]; 2818[label="yv1631 == yv1671",fontsize=16,color="magenta"];2818 -> 2952[label="",style="dashed", color="magenta", weight=3]; 2818 -> 2953[label="",style="dashed", color="magenta", weight=3]; 2819 -> 2521[label="",style="dashed", color="red", weight=0]; 2819[label="yv1631 == yv1671",fontsize=16,color="magenta"];2819 -> 2954[label="",style="dashed", color="magenta", weight=3]; 2819 -> 2955[label="",style="dashed", color="magenta", weight=3]; 2820 -> 2522[label="",style="dashed", color="red", weight=0]; 2820[label="yv1631 == yv1671",fontsize=16,color="magenta"];2820 -> 2956[label="",style="dashed", color="magenta", weight=3]; 2820 -> 2957[label="",style="dashed", color="magenta", weight=3]; 2821 -> 2523[label="",style="dashed", color="red", weight=0]; 2821[label="yv1631 == yv1671",fontsize=16,color="magenta"];2821 -> 2958[label="",style="dashed", color="magenta", weight=3]; 2821 -> 2959[label="",style="dashed", color="magenta", weight=3]; 2822 -> 2524[label="",style="dashed", color="red", weight=0]; 2822[label="yv1631 == yv1671",fontsize=16,color="magenta"];2822 -> 2960[label="",style="dashed", color="magenta", weight=3]; 2822 -> 2961[label="",style="dashed", color="magenta", weight=3]; 2823 -> 2525[label="",style="dashed", color="red", weight=0]; 2823[label="yv1631 == yv1671",fontsize=16,color="magenta"];2823 -> 2962[label="",style="dashed", color="magenta", weight=3]; 2823 -> 2963[label="",style="dashed", color="magenta", weight=3]; 2824 -> 2526[label="",style="dashed", color="red", weight=0]; 2824[label="yv1631 == yv1671",fontsize=16,color="magenta"];2824 -> 2964[label="",style="dashed", color="magenta", weight=3]; 2824 -> 2965[label="",style="dashed", color="magenta", weight=3]; 2825 -> 2527[label="",style="dashed", color="red", weight=0]; 2825[label="yv1631 == yv1671",fontsize=16,color="magenta"];2825 -> 2966[label="",style="dashed", color="magenta", weight=3]; 2825 -> 2967[label="",style="dashed", color="magenta", weight=3]; 2826 -> 2528[label="",style="dashed", color="red", weight=0]; 2826[label="yv1631 == yv1671",fontsize=16,color="magenta"];2826 -> 2968[label="",style="dashed", color="magenta", weight=3]; 2826 -> 2969[label="",style="dashed", color="magenta", weight=3]; 2827[label="False && yv194",fontsize=16,color="black",shape="box"];2827 -> 2970[label="",style="solid", color="black", weight=3]; 2828[label="True && yv194",fontsize=16,color="black",shape="box"];2828 -> 2971[label="",style="solid", color="black", weight=3]; 2829 -> 2515[label="",style="dashed", color="red", weight=0]; 2829[label="yv1630 == yv1670",fontsize=16,color="magenta"];2829 -> 2972[label="",style="dashed", color="magenta", weight=3]; 2829 -> 2973[label="",style="dashed", color="magenta", weight=3]; 2830 -> 2516[label="",style="dashed", color="red", weight=0]; 2830[label="yv1630 == yv1670",fontsize=16,color="magenta"];2830 -> 2974[label="",style="dashed", color="magenta", weight=3]; 2830 -> 2975[label="",style="dashed", color="magenta", weight=3]; 2831 -> 2517[label="",style="dashed", color="red", weight=0]; 2831[label="yv1630 == yv1670",fontsize=16,color="magenta"];2831 -> 2976[label="",style="dashed", color="magenta", weight=3]; 2831 -> 2977[label="",style="dashed", color="magenta", weight=3]; 2832 -> 2518[label="",style="dashed", color="red", weight=0]; 2832[label="yv1630 == yv1670",fontsize=16,color="magenta"];2832 -> 2978[label="",style="dashed", color="magenta", weight=3]; 2832 -> 2979[label="",style="dashed", color="magenta", weight=3]; 2833 -> 2519[label="",style="dashed", color="red", weight=0]; 2833[label="yv1630 == yv1670",fontsize=16,color="magenta"];2833 -> 2980[label="",style="dashed", color="magenta", weight=3]; 2833 -> 2981[label="",style="dashed", color="magenta", weight=3]; 2834 -> 2520[label="",style="dashed", color="red", weight=0]; 2834[label="yv1630 == yv1670",fontsize=16,color="magenta"];2834 -> 2982[label="",style="dashed", color="magenta", weight=3]; 2834 -> 2983[label="",style="dashed", color="magenta", weight=3]; 2835 -> 2521[label="",style="dashed", color="red", weight=0]; 2835[label="yv1630 == yv1670",fontsize=16,color="magenta"];2835 -> 2984[label="",style="dashed", color="magenta", weight=3]; 2835 -> 2985[label="",style="dashed", color="magenta", weight=3]; 2836 -> 2522[label="",style="dashed", color="red", weight=0]; 2836[label="yv1630 == yv1670",fontsize=16,color="magenta"];2836 -> 2986[label="",style="dashed", color="magenta", weight=3]; 2836 -> 2987[label="",style="dashed", color="magenta", weight=3]; 2837 -> 2523[label="",style="dashed", color="red", weight=0]; 2837[label="yv1630 == yv1670",fontsize=16,color="magenta"];2837 -> 2988[label="",style="dashed", color="magenta", weight=3]; 2837 -> 2989[label="",style="dashed", color="magenta", weight=3]; 2838 -> 2524[label="",style="dashed", color="red", weight=0]; 2838[label="yv1630 == yv1670",fontsize=16,color="magenta"];2838 -> 2990[label="",style="dashed", color="magenta", weight=3]; 2838 -> 2991[label="",style="dashed", color="magenta", weight=3]; 2839 -> 2525[label="",style="dashed", color="red", weight=0]; 2839[label="yv1630 == yv1670",fontsize=16,color="magenta"];2839 -> 2992[label="",style="dashed", color="magenta", weight=3]; 2839 -> 2993[label="",style="dashed", color="magenta", weight=3]; 2840 -> 2526[label="",style="dashed", color="red", weight=0]; 2840[label="yv1630 == yv1670",fontsize=16,color="magenta"];2840 -> 2994[label="",style="dashed", color="magenta", weight=3]; 2840 -> 2995[label="",style="dashed", color="magenta", weight=3]; 2841 -> 2527[label="",style="dashed", color="red", weight=0]; 2841[label="yv1630 == yv1670",fontsize=16,color="magenta"];2841 -> 2996[label="",style="dashed", color="magenta", weight=3]; 2841 -> 2997[label="",style="dashed", color="magenta", weight=3]; 2842 -> 2528[label="",style="dashed", color="red", weight=0]; 2842[label="yv1630 == yv1670",fontsize=16,color="magenta"];2842 -> 2998[label="",style="dashed", color="magenta", weight=3]; 2842 -> 2999[label="",style="dashed", color="magenta", weight=3]; 2843[label="yv1671",fontsize=16,color="green",shape="box"];2844[label="yv1631",fontsize=16,color="green",shape="box"];2845[label="yv1670",fontsize=16,color="green",shape="box"];2846[label="yv1630",fontsize=16,color="green",shape="box"];2847[label="yv1670",fontsize=16,color="green",shape="box"];2848[label="yv1630",fontsize=16,color="green",shape="box"];2849[label="yv1670",fontsize=16,color="green",shape="box"];2850[label="yv1630",fontsize=16,color="green",shape="box"];2851[label="yv1670",fontsize=16,color="green",shape="box"];2852[label="yv1630",fontsize=16,color="green",shape="box"];2853[label="yv1670",fontsize=16,color="green",shape="box"];2854[label="yv1630",fontsize=16,color="green",shape="box"];2855[label="yv1670",fontsize=16,color="green",shape="box"];2856[label="yv1630",fontsize=16,color="green",shape="box"];2857[label="yv1670",fontsize=16,color="green",shape="box"];2858[label="yv1630",fontsize=16,color="green",shape="box"];2859[label="yv1670",fontsize=16,color="green",shape="box"];2860[label="yv1630",fontsize=16,color="green",shape="box"];2861[label="yv1670",fontsize=16,color="green",shape="box"];2862[label="yv1630",fontsize=16,color="green",shape="box"];2863[label="yv1670",fontsize=16,color="green",shape="box"];2864[label="yv1630",fontsize=16,color="green",shape="box"];2865[label="yv1670",fontsize=16,color="green",shape="box"];2866[label="yv1630",fontsize=16,color="green",shape="box"];2867[label="yv1670",fontsize=16,color="green",shape="box"];2868[label="yv1630",fontsize=16,color="green",shape="box"];2869[label="yv1670",fontsize=16,color="green",shape="box"];2870[label="yv1630",fontsize=16,color="green",shape="box"];2871[label="yv1670",fontsize=16,color="green",shape="box"];2872[label="yv1630",fontsize=16,color="green",shape="box"];2873 -> 2521[label="",style="dashed", color="red", weight=0]; 2873[label="yv1630 == yv1670",fontsize=16,color="magenta"];2873 -> 3000[label="",style="dashed", color="magenta", weight=3]; 2873 -> 3001[label="",style="dashed", color="magenta", weight=3]; 2874 -> 2523[label="",style="dashed", color="red", weight=0]; 2874[label="yv1630 == yv1670",fontsize=16,color="magenta"];2874 -> 3002[label="",style="dashed", color="magenta", weight=3]; 2874 -> 3003[label="",style="dashed", color="magenta", weight=3]; 2875 -> 2521[label="",style="dashed", color="red", weight=0]; 2875[label="yv1631 == yv1671",fontsize=16,color="magenta"];2875 -> 3004[label="",style="dashed", color="magenta", weight=3]; 2875 -> 3005[label="",style="dashed", color="magenta", weight=3]; 2876 -> 2523[label="",style="dashed", color="red", weight=0]; 2876[label="yv1631 == yv1671",fontsize=16,color="magenta"];2876 -> 3006[label="",style="dashed", color="magenta", weight=3]; 2876 -> 3007[label="",style="dashed", color="magenta", weight=3]; 2877[label="primEqInt (Pos (Succ yv16300)) (Pos (Succ yv16700))",fontsize=16,color="black",shape="box"];2877 -> 3008[label="",style="solid", color="black", weight=3]; 2878[label="primEqInt (Pos (Succ yv16300)) (Pos Zero)",fontsize=16,color="black",shape="box"];2878 -> 3009[label="",style="solid", color="black", weight=3]; 2879[label="False",fontsize=16,color="green",shape="box"];2880[label="primEqInt (Pos Zero) (Pos (Succ yv16700))",fontsize=16,color="black",shape="box"];2880 -> 3010[label="",style="solid", color="black", weight=3]; 2881[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2881 -> 3011[label="",style="solid", color="black", weight=3]; 2882[label="primEqInt (Pos Zero) (Neg (Succ yv16700))",fontsize=16,color="black",shape="box"];2882 -> 3012[label="",style="solid", color="black", weight=3]; 2883[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2883 -> 3013[label="",style="solid", color="black", weight=3]; 2884[label="False",fontsize=16,color="green",shape="box"];2885[label="primEqInt (Neg (Succ yv16300)) (Neg (Succ yv16700))",fontsize=16,color="black",shape="box"];2885 -> 3014[label="",style="solid", color="black", weight=3]; 2886[label="primEqInt (Neg (Succ yv16300)) (Neg Zero)",fontsize=16,color="black",shape="box"];2886 -> 3015[label="",style="solid", color="black", weight=3]; 2887[label="primEqInt (Neg Zero) (Pos (Succ yv16700))",fontsize=16,color="black",shape="box"];2887 -> 3016[label="",style="solid", color="black", weight=3]; 2888[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2888 -> 3017[label="",style="solid", color="black", weight=3]; 2889[label="primEqInt (Neg Zero) (Neg (Succ yv16700))",fontsize=16,color="black",shape="box"];2889 -> 3018[label="",style="solid", color="black", weight=3]; 2890[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2890 -> 3019[label="",style="solid", color="black", weight=3]; 2891[label="primEqNat (Succ yv16300) yv1670",fontsize=16,color="burlywood",shape="box"];3415[label="yv1670/Succ yv16700",fontsize=10,color="white",style="solid",shape="box"];2891 -> 3415[label="",style="solid", color="burlywood", weight=9]; 3415 -> 3020[label="",style="solid", color="burlywood", weight=3]; 3416[label="yv1670/Zero",fontsize=10,color="white",style="solid",shape="box"];2891 -> 3416[label="",style="solid", color="burlywood", weight=9]; 3416 -> 3021[label="",style="solid", color="burlywood", weight=3]; 2892[label="primEqNat Zero yv1670",fontsize=16,color="burlywood",shape="box"];3417[label="yv1670/Succ yv16700",fontsize=10,color="white",style="solid",shape="box"];2892 -> 3417[label="",style="solid", color="burlywood", weight=9]; 3417 -> 3022[label="",style="solid", color="burlywood", weight=3]; 3418[label="yv1670/Zero",fontsize=10,color="white",style="solid",shape="box"];2892 -> 3418[label="",style="solid", color="burlywood", weight=9]; 3418 -> 3023[label="",style="solid", color="burlywood", weight=3]; 2893[label="yv1631 * yv1670",fontsize=16,color="black",shape="triangle"];2893 -> 3024[label="",style="solid", color="black", weight=3]; 2894 -> 2893[label="",style="dashed", color="red", weight=0]; 2894[label="yv1630 * yv1671",fontsize=16,color="magenta"];2894 -> 3025[label="",style="dashed", color="magenta", weight=3]; 2894 -> 3026[label="",style="dashed", color="magenta", weight=3]; 2895 -> 2893[label="",style="dashed", color="red", weight=0]; 2895[label="yv1631 * yv1670",fontsize=16,color="magenta"];2895 -> 3027[label="",style="dashed", color="magenta", weight=3]; 2895 -> 3028[label="",style="dashed", color="magenta", weight=3]; 2896 -> 2893[label="",style="dashed", color="red", weight=0]; 2896[label="yv1630 * yv1671",fontsize=16,color="magenta"];2896 -> 3029[label="",style="dashed", color="magenta", weight=3]; 2896 -> 3030[label="",style="dashed", color="magenta", weight=3]; 2897 -> 2515[label="",style="dashed", color="red", weight=0]; 2897[label="yv1630 == yv1670",fontsize=16,color="magenta"];2897 -> 3031[label="",style="dashed", color="magenta", weight=3]; 2897 -> 3032[label="",style="dashed", color="magenta", weight=3]; 2898 -> 2516[label="",style="dashed", color="red", weight=0]; 2898[label="yv1630 == yv1670",fontsize=16,color="magenta"];2898 -> 3033[label="",style="dashed", color="magenta", weight=3]; 2898 -> 3034[label="",style="dashed", color="magenta", weight=3]; 2899 -> 2517[label="",style="dashed", color="red", weight=0]; 2899[label="yv1630 == yv1670",fontsize=16,color="magenta"];2899 -> 3035[label="",style="dashed", color="magenta", weight=3]; 2899 -> 3036[label="",style="dashed", color="magenta", weight=3]; 2900 -> 2518[label="",style="dashed", color="red", weight=0]; 2900[label="yv1630 == yv1670",fontsize=16,color="magenta"];2900 -> 3037[label="",style="dashed", color="magenta", weight=3]; 2900 -> 3038[label="",style="dashed", color="magenta", weight=3]; 2901 -> 2519[label="",style="dashed", color="red", weight=0]; 2901[label="yv1630 == yv1670",fontsize=16,color="magenta"];2901 -> 3039[label="",style="dashed", color="magenta", weight=3]; 2901 -> 3040[label="",style="dashed", color="magenta", weight=3]; 2902 -> 2520[label="",style="dashed", color="red", weight=0]; 2902[label="yv1630 == yv1670",fontsize=16,color="magenta"];2902 -> 3041[label="",style="dashed", color="magenta", weight=3]; 2902 -> 3042[label="",style="dashed", color="magenta", weight=3]; 2903 -> 2521[label="",style="dashed", color="red", weight=0]; 2903[label="yv1630 == yv1670",fontsize=16,color="magenta"];2903 -> 3043[label="",style="dashed", color="magenta", weight=3]; 2903 -> 3044[label="",style="dashed", color="magenta", weight=3]; 2904 -> 2522[label="",style="dashed", color="red", weight=0]; 2904[label="yv1630 == yv1670",fontsize=16,color="magenta"];2904 -> 3045[label="",style="dashed", color="magenta", weight=3]; 2904 -> 3046[label="",style="dashed", color="magenta", weight=3]; 2905 -> 2523[label="",style="dashed", color="red", weight=0]; 2905[label="yv1630 == yv1670",fontsize=16,color="magenta"];2905 -> 3047[label="",style="dashed", color="magenta", weight=3]; 2905 -> 3048[label="",style="dashed", color="magenta", weight=3]; 2906 -> 2524[label="",style="dashed", color="red", weight=0]; 2906[label="yv1630 == yv1670",fontsize=16,color="magenta"];2906 -> 3049[label="",style="dashed", color="magenta", weight=3]; 2906 -> 3050[label="",style="dashed", color="magenta", weight=3]; 2907 -> 2525[label="",style="dashed", color="red", weight=0]; 2907[label="yv1630 == yv1670",fontsize=16,color="magenta"];2907 -> 3051[label="",style="dashed", color="magenta", weight=3]; 2907 -> 3052[label="",style="dashed", color="magenta", weight=3]; 2908 -> 2526[label="",style="dashed", color="red", weight=0]; 2908[label="yv1630 == yv1670",fontsize=16,color="magenta"];2908 -> 3053[label="",style="dashed", color="magenta", weight=3]; 2908 -> 3054[label="",style="dashed", color="magenta", weight=3]; 2909 -> 2527[label="",style="dashed", color="red", weight=0]; 2909[label="yv1630 == yv1670",fontsize=16,color="magenta"];2909 -> 3055[label="",style="dashed", color="magenta", weight=3]; 2909 -> 3056[label="",style="dashed", color="magenta", weight=3]; 2910 -> 2528[label="",style="dashed", color="red", weight=0]; 2910[label="yv1630 == yv1670",fontsize=16,color="magenta"];2910 -> 3057[label="",style="dashed", color="magenta", weight=3]; 2910 -> 3058[label="",style="dashed", color="magenta", weight=3]; 2911[label="yv1631 == yv1671",fontsize=16,color="blue",shape="box"];3419[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2911 -> 3419[label="",style="solid", color="blue", weight=9]; 3419 -> 3059[label="",style="solid", color="blue", weight=3]; 3420[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2911 -> 3420[label="",style="solid", color="blue", weight=9]; 3420 -> 3060[label="",style="solid", color="blue", weight=3]; 3421[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2911 -> 3421[label="",style="solid", color="blue", weight=9]; 3421 -> 3061[label="",style="solid", color="blue", weight=3]; 3422[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2911 -> 3422[label="",style="solid", color="blue", weight=9]; 3422 -> 3062[label="",style="solid", color="blue", weight=3]; 3423[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2911 -> 3423[label="",style="solid", color="blue", weight=9]; 3423 -> 3063[label="",style="solid", color="blue", weight=3]; 3424[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2911 -> 3424[label="",style="solid", color="blue", weight=9]; 3424 -> 3064[label="",style="solid", color="blue", weight=3]; 3425[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2911 -> 3425[label="",style="solid", color="blue", weight=9]; 3425 -> 3065[label="",style="solid", color="blue", weight=3]; 3426[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2911 -> 3426[label="",style="solid", color="blue", weight=9]; 3426 -> 3066[label="",style="solid", color="blue", weight=3]; 3427[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2911 -> 3427[label="",style="solid", color="blue", weight=9]; 3427 -> 3067[label="",style="solid", color="blue", weight=3]; 3428[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2911 -> 3428[label="",style="solid", color="blue", weight=9]; 3428 -> 3068[label="",style="solid", color="blue", weight=3]; 3429[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2911 -> 3429[label="",style="solid", color="blue", weight=9]; 3429 -> 3069[label="",style="solid", color="blue", weight=3]; 3430[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2911 -> 3430[label="",style="solid", color="blue", weight=9]; 3430 -> 3070[label="",style="solid", color="blue", weight=3]; 3431[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2911 -> 3431[label="",style="solid", color="blue", weight=9]; 3431 -> 3071[label="",style="solid", color="blue", weight=3]; 3432[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2911 -> 3432[label="",style="solid", color="blue", weight=9]; 3432 -> 3072[label="",style="solid", color="blue", weight=3]; 2912[label="yv1632 == yv1672",fontsize=16,color="blue",shape="box"];3433[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2912 -> 3433[label="",style="solid", color="blue", weight=9]; 3433 -> 3073[label="",style="solid", color="blue", weight=3]; 3434[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2912 -> 3434[label="",style="solid", color="blue", weight=9]; 3434 -> 3074[label="",style="solid", color="blue", weight=3]; 3435[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2912 -> 3435[label="",style="solid", color="blue", weight=9]; 3435 -> 3075[label="",style="solid", color="blue", weight=3]; 3436[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2912 -> 3436[label="",style="solid", color="blue", weight=9]; 3436 -> 3076[label="",style="solid", color="blue", weight=3]; 3437[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2912 -> 3437[label="",style="solid", color="blue", weight=9]; 3437 -> 3077[label="",style="solid", color="blue", weight=3]; 3438[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2912 -> 3438[label="",style="solid", color="blue", weight=9]; 3438 -> 3078[label="",style="solid", color="blue", weight=3]; 3439[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2912 -> 3439[label="",style="solid", color="blue", weight=9]; 3439 -> 3079[label="",style="solid", color="blue", weight=3]; 3440[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2912 -> 3440[label="",style="solid", color="blue", weight=9]; 3440 -> 3080[label="",style="solid", color="blue", weight=3]; 3441[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2912 -> 3441[label="",style="solid", color="blue", weight=9]; 3441 -> 3081[label="",style="solid", color="blue", weight=3]; 3442[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2912 -> 3442[label="",style="solid", color="blue", weight=9]; 3442 -> 3082[label="",style="solid", color="blue", weight=3]; 3443[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2912 -> 3443[label="",style="solid", color="blue", weight=9]; 3443 -> 3083[label="",style="solid", color="blue", weight=3]; 3444[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2912 -> 3444[label="",style="solid", color="blue", weight=9]; 3444 -> 3084[label="",style="solid", color="blue", weight=3]; 3445[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2912 -> 3445[label="",style="solid", color="blue", weight=9]; 3445 -> 3085[label="",style="solid", color="blue", weight=3]; 3446[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2912 -> 3446[label="",style="solid", color="blue", weight=9]; 3446 -> 3086[label="",style="solid", color="blue", weight=3]; 2913[label="List.nubNub'0 yv176 yv177 (yv178 : yv179) otherwise",fontsize=16,color="black",shape="box"];2913 -> 3087[label="",style="solid", color="black", weight=3]; 2914[label="yv1670",fontsize=16,color="green",shape="box"];2915[label="yv1630",fontsize=16,color="green",shape="box"];2916[label="yv1670",fontsize=16,color="green",shape="box"];2917[label="yv1630",fontsize=16,color="green",shape="box"];2918[label="yv1670",fontsize=16,color="green",shape="box"];2919[label="yv1630",fontsize=16,color="green",shape="box"];2920[label="yv1670",fontsize=16,color="green",shape="box"];2921[label="yv1630",fontsize=16,color="green",shape="box"];2922[label="yv1670",fontsize=16,color="green",shape="box"];2923[label="yv1630",fontsize=16,color="green",shape="box"];2924[label="yv1670",fontsize=16,color="green",shape="box"];2925[label="yv1630",fontsize=16,color="green",shape="box"];2926[label="yv1670",fontsize=16,color="green",shape="box"];2927[label="yv1630",fontsize=16,color="green",shape="box"];2928[label="yv1670",fontsize=16,color="green",shape="box"];2929[label="yv1630",fontsize=16,color="green",shape="box"];2930[label="yv1670",fontsize=16,color="green",shape="box"];2931[label="yv1630",fontsize=16,color="green",shape="box"];2932[label="yv1670",fontsize=16,color="green",shape="box"];2933[label="yv1630",fontsize=16,color="green",shape="box"];2934[label="yv1670",fontsize=16,color="green",shape="box"];2935[label="yv1630",fontsize=16,color="green",shape="box"];2936[label="yv1670",fontsize=16,color="green",shape="box"];2937[label="yv1630",fontsize=16,color="green",shape="box"];2938[label="yv1670",fontsize=16,color="green",shape="box"];2939[label="yv1630",fontsize=16,color="green",shape="box"];2940[label="yv1670",fontsize=16,color="green",shape="box"];2941[label="yv1630",fontsize=16,color="green",shape="box"];2942[label="yv1671",fontsize=16,color="green",shape="box"];2943[label="yv1631",fontsize=16,color="green",shape="box"];2944[label="yv1671",fontsize=16,color="green",shape="box"];2945[label="yv1631",fontsize=16,color="green",shape="box"];2946[label="yv1671",fontsize=16,color="green",shape="box"];2947[label="yv1631",fontsize=16,color="green",shape="box"];2948[label="yv1671",fontsize=16,color="green",shape="box"];2949[label="yv1631",fontsize=16,color="green",shape="box"];2950[label="yv1671",fontsize=16,color="green",shape="box"];2951[label="yv1631",fontsize=16,color="green",shape="box"];2952[label="yv1671",fontsize=16,color="green",shape="box"];2953[label="yv1631",fontsize=16,color="green",shape="box"];2954[label="yv1671",fontsize=16,color="green",shape="box"];2955[label="yv1631",fontsize=16,color="green",shape="box"];2956[label="yv1671",fontsize=16,color="green",shape="box"];2957[label="yv1631",fontsize=16,color="green",shape="box"];2958[label="yv1671",fontsize=16,color="green",shape="box"];2959[label="yv1631",fontsize=16,color="green",shape="box"];2960[label="yv1671",fontsize=16,color="green",shape="box"];2961[label="yv1631",fontsize=16,color="green",shape="box"];2962[label="yv1671",fontsize=16,color="green",shape="box"];2963[label="yv1631",fontsize=16,color="green",shape="box"];2964[label="yv1671",fontsize=16,color="green",shape="box"];2965[label="yv1631",fontsize=16,color="green",shape="box"];2966[label="yv1671",fontsize=16,color="green",shape="box"];2967[label="yv1631",fontsize=16,color="green",shape="box"];2968[label="yv1671",fontsize=16,color="green",shape="box"];2969[label="yv1631",fontsize=16,color="green",shape="box"];2970[label="False",fontsize=16,color="green",shape="box"];2971[label="yv194",fontsize=16,color="green",shape="box"];2972[label="yv1670",fontsize=16,color="green",shape="box"];2973[label="yv1630",fontsize=16,color="green",shape="box"];2974[label="yv1670",fontsize=16,color="green",shape="box"];2975[label="yv1630",fontsize=16,color="green",shape="box"];2976[label="yv1670",fontsize=16,color="green",shape="box"];2977[label="yv1630",fontsize=16,color="green",shape="box"];2978[label="yv1670",fontsize=16,color="green",shape="box"];2979[label="yv1630",fontsize=16,color="green",shape="box"];2980[label="yv1670",fontsize=16,color="green",shape="box"];2981[label="yv1630",fontsize=16,color="green",shape="box"];2982[label="yv1670",fontsize=16,color="green",shape="box"];2983[label="yv1630",fontsize=16,color="green",shape="box"];2984[label="yv1670",fontsize=16,color="green",shape="box"];2985[label="yv1630",fontsize=16,color="green",shape="box"];2986[label="yv1670",fontsize=16,color="green",shape="box"];2987[label="yv1630",fontsize=16,color="green",shape="box"];2988[label="yv1670",fontsize=16,color="green",shape="box"];2989[label="yv1630",fontsize=16,color="green",shape="box"];2990[label="yv1670",fontsize=16,color="green",shape="box"];2991[label="yv1630",fontsize=16,color="green",shape="box"];2992[label="yv1670",fontsize=16,color="green",shape="box"];2993[label="yv1630",fontsize=16,color="green",shape="box"];2994[label="yv1670",fontsize=16,color="green",shape="box"];2995[label="yv1630",fontsize=16,color="green",shape="box"];2996[label="yv1670",fontsize=16,color="green",shape="box"];2997[label="yv1630",fontsize=16,color="green",shape="box"];2998[label="yv1670",fontsize=16,color="green",shape="box"];2999[label="yv1630",fontsize=16,color="green",shape="box"];3000[label="yv1670",fontsize=16,color="green",shape="box"];3001[label="yv1630",fontsize=16,color="green",shape="box"];3002[label="yv1670",fontsize=16,color="green",shape="box"];3003[label="yv1630",fontsize=16,color="green",shape="box"];3004[label="yv1671",fontsize=16,color="green",shape="box"];3005[label="yv1631",fontsize=16,color="green",shape="box"];3006[label="yv1671",fontsize=16,color="green",shape="box"];3007[label="yv1631",fontsize=16,color="green",shape="box"];3008 -> 2695[label="",style="dashed", color="red", weight=0]; 3008[label="primEqNat yv16300 yv16700",fontsize=16,color="magenta"];3008 -> 3088[label="",style="dashed", color="magenta", weight=3]; 3008 -> 3089[label="",style="dashed", color="magenta", weight=3]; 3009[label="False",fontsize=16,color="green",shape="box"];3010[label="False",fontsize=16,color="green",shape="box"];3011[label="True",fontsize=16,color="green",shape="box"];3012[label="False",fontsize=16,color="green",shape="box"];3013[label="True",fontsize=16,color="green",shape="box"];3014 -> 2695[label="",style="dashed", color="red", weight=0]; 3014[label="primEqNat yv16300 yv16700",fontsize=16,color="magenta"];3014 -> 3090[label="",style="dashed", color="magenta", weight=3]; 3014 -> 3091[label="",style="dashed", color="magenta", weight=3]; 3015[label="False",fontsize=16,color="green",shape="box"];3016[label="False",fontsize=16,color="green",shape="box"];3017[label="True",fontsize=16,color="green",shape="box"];3018[label="False",fontsize=16,color="green",shape="box"];3019[label="True",fontsize=16,color="green",shape="box"];3020[label="primEqNat (Succ yv16300) (Succ yv16700)",fontsize=16,color="black",shape="box"];3020 -> 3092[label="",style="solid", color="black", weight=3]; 3021[label="primEqNat (Succ yv16300) Zero",fontsize=16,color="black",shape="box"];3021 -> 3093[label="",style="solid", color="black", weight=3]; 3022[label="primEqNat Zero (Succ yv16700)",fontsize=16,color="black",shape="box"];3022 -> 3094[label="",style="solid", color="black", weight=3]; 3023[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];3023 -> 3095[label="",style="solid", color="black", weight=3]; 3024[label="primMulInt yv1631 yv1670",fontsize=16,color="burlywood",shape="box"];3447[label="yv1631/Pos yv16310",fontsize=10,color="white",style="solid",shape="box"];3024 -> 3447[label="",style="solid", color="burlywood", weight=9]; 3447 -> 3096[label="",style="solid", color="burlywood", weight=3]; 3448[label="yv1631/Neg yv16310",fontsize=10,color="white",style="solid",shape="box"];3024 -> 3448[label="",style="solid", color="burlywood", weight=9]; 3448 -> 3097[label="",style="solid", color="burlywood", weight=3]; 3025[label="yv1671",fontsize=16,color="green",shape="box"];3026[label="yv1630",fontsize=16,color="green",shape="box"];3027[label="yv1670",fontsize=16,color="green",shape="box"];3028[label="yv1631",fontsize=16,color="green",shape="box"];3029[label="yv1671",fontsize=16,color="green",shape="box"];3030[label="yv1630",fontsize=16,color="green",shape="box"];3031[label="yv1670",fontsize=16,color="green",shape="box"];3032[label="yv1630",fontsize=16,color="green",shape="box"];3033[label="yv1670",fontsize=16,color="green",shape="box"];3034[label="yv1630",fontsize=16,color="green",shape="box"];3035[label="yv1670",fontsize=16,color="green",shape="box"];3036[label="yv1630",fontsize=16,color="green",shape="box"];3037[label="yv1670",fontsize=16,color="green",shape="box"];3038[label="yv1630",fontsize=16,color="green",shape="box"];3039[label="yv1670",fontsize=16,color="green",shape="box"];3040[label="yv1630",fontsize=16,color="green",shape="box"];3041[label="yv1670",fontsize=16,color="green",shape="box"];3042[label="yv1630",fontsize=16,color="green",shape="box"];3043[label="yv1670",fontsize=16,color="green",shape="box"];3044[label="yv1630",fontsize=16,color="green",shape="box"];3045[label="yv1670",fontsize=16,color="green",shape="box"];3046[label="yv1630",fontsize=16,color="green",shape="box"];3047[label="yv1670",fontsize=16,color="green",shape="box"];3048[label="yv1630",fontsize=16,color="green",shape="box"];3049[label="yv1670",fontsize=16,color="green",shape="box"];3050[label="yv1630",fontsize=16,color="green",shape="box"];3051[label="yv1670",fontsize=16,color="green",shape="box"];3052[label="yv1630",fontsize=16,color="green",shape="box"];3053[label="yv1670",fontsize=16,color="green",shape="box"];3054[label="yv1630",fontsize=16,color="green",shape="box"];3055[label="yv1670",fontsize=16,color="green",shape="box"];3056[label="yv1630",fontsize=16,color="green",shape="box"];3057[label="yv1670",fontsize=16,color="green",shape="box"];3058[label="yv1630",fontsize=16,color="green",shape="box"];3059 -> 2515[label="",style="dashed", color="red", weight=0]; 3059[label="yv1631 == yv1671",fontsize=16,color="magenta"];3059 -> 3098[label="",style="dashed", color="magenta", weight=3]; 3059 -> 3099[label="",style="dashed", color="magenta", weight=3]; 3060 -> 2516[label="",style="dashed", color="red", weight=0]; 3060[label="yv1631 == yv1671",fontsize=16,color="magenta"];3060 -> 3100[label="",style="dashed", color="magenta", weight=3]; 3060 -> 3101[label="",style="dashed", color="magenta", weight=3]; 3061 -> 2517[label="",style="dashed", color="red", weight=0]; 3061[label="yv1631 == yv1671",fontsize=16,color="magenta"];3061 -> 3102[label="",style="dashed", color="magenta", weight=3]; 3061 -> 3103[label="",style="dashed", color="magenta", weight=3]; 3062 -> 2518[label="",style="dashed", color="red", weight=0]; 3062[label="yv1631 == yv1671",fontsize=16,color="magenta"];3062 -> 3104[label="",style="dashed", color="magenta", weight=3]; 3062 -> 3105[label="",style="dashed", color="magenta", weight=3]; 3063 -> 2519[label="",style="dashed", color="red", weight=0]; 3063[label="yv1631 == yv1671",fontsize=16,color="magenta"];3063 -> 3106[label="",style="dashed", color="magenta", weight=3]; 3063 -> 3107[label="",style="dashed", color="magenta", weight=3]; 3064 -> 2520[label="",style="dashed", color="red", weight=0]; 3064[label="yv1631 == yv1671",fontsize=16,color="magenta"];3064 -> 3108[label="",style="dashed", color="magenta", weight=3]; 3064 -> 3109[label="",style="dashed", color="magenta", weight=3]; 3065 -> 2521[label="",style="dashed", color="red", weight=0]; 3065[label="yv1631 == yv1671",fontsize=16,color="magenta"];3065 -> 3110[label="",style="dashed", color="magenta", weight=3]; 3065 -> 3111[label="",style="dashed", color="magenta", weight=3]; 3066 -> 2522[label="",style="dashed", color="red", weight=0]; 3066[label="yv1631 == yv1671",fontsize=16,color="magenta"];3066 -> 3112[label="",style="dashed", color="magenta", weight=3]; 3066 -> 3113[label="",style="dashed", color="magenta", weight=3]; 3067 -> 2523[label="",style="dashed", color="red", weight=0]; 3067[label="yv1631 == yv1671",fontsize=16,color="magenta"];3067 -> 3114[label="",style="dashed", color="magenta", weight=3]; 3067 -> 3115[label="",style="dashed", color="magenta", weight=3]; 3068 -> 2524[label="",style="dashed", color="red", weight=0]; 3068[label="yv1631 == yv1671",fontsize=16,color="magenta"];3068 -> 3116[label="",style="dashed", color="magenta", weight=3]; 3068 -> 3117[label="",style="dashed", color="magenta", weight=3]; 3069 -> 2525[label="",style="dashed", color="red", weight=0]; 3069[label="yv1631 == yv1671",fontsize=16,color="magenta"];3069 -> 3118[label="",style="dashed", color="magenta", weight=3]; 3069 -> 3119[label="",style="dashed", color="magenta", weight=3]; 3070 -> 2526[label="",style="dashed", color="red", weight=0]; 3070[label="yv1631 == yv1671",fontsize=16,color="magenta"];3070 -> 3120[label="",style="dashed", color="magenta", weight=3]; 3070 -> 3121[label="",style="dashed", color="magenta", weight=3]; 3071 -> 2527[label="",style="dashed", color="red", weight=0]; 3071[label="yv1631 == yv1671",fontsize=16,color="magenta"];3071 -> 3122[label="",style="dashed", color="magenta", weight=3]; 3071 -> 3123[label="",style="dashed", color="magenta", weight=3]; 3072 -> 2528[label="",style="dashed", color="red", weight=0]; 3072[label="yv1631 == yv1671",fontsize=16,color="magenta"];3072 -> 3124[label="",style="dashed", color="magenta", weight=3]; 3072 -> 3125[label="",style="dashed", color="magenta", weight=3]; 3073 -> 2515[label="",style="dashed", color="red", weight=0]; 3073[label="yv1632 == yv1672",fontsize=16,color="magenta"];3073 -> 3126[label="",style="dashed", color="magenta", weight=3]; 3073 -> 3127[label="",style="dashed", color="magenta", weight=3]; 3074 -> 2516[label="",style="dashed", color="red", weight=0]; 3074[label="yv1632 == yv1672",fontsize=16,color="magenta"];3074 -> 3128[label="",style="dashed", color="magenta", weight=3]; 3074 -> 3129[label="",style="dashed", color="magenta", weight=3]; 3075 -> 2517[label="",style="dashed", color="red", weight=0]; 3075[label="yv1632 == yv1672",fontsize=16,color="magenta"];3075 -> 3130[label="",style="dashed", color="magenta", weight=3]; 3075 -> 3131[label="",style="dashed", color="magenta", weight=3]; 3076 -> 2518[label="",style="dashed", color="red", weight=0]; 3076[label="yv1632 == yv1672",fontsize=16,color="magenta"];3076 -> 3132[label="",style="dashed", color="magenta", weight=3]; 3076 -> 3133[label="",style="dashed", color="magenta", weight=3]; 3077 -> 2519[label="",style="dashed", color="red", weight=0]; 3077[label="yv1632 == yv1672",fontsize=16,color="magenta"];3077 -> 3134[label="",style="dashed", color="magenta", weight=3]; 3077 -> 3135[label="",style="dashed", color="magenta", weight=3]; 3078 -> 2520[label="",style="dashed", color="red", weight=0]; 3078[label="yv1632 == yv1672",fontsize=16,color="magenta"];3078 -> 3136[label="",style="dashed", color="magenta", weight=3]; 3078 -> 3137[label="",style="dashed", color="magenta", weight=3]; 3079 -> 2521[label="",style="dashed", color="red", weight=0]; 3079[label="yv1632 == yv1672",fontsize=16,color="magenta"];3079 -> 3138[label="",style="dashed", color="magenta", weight=3]; 3079 -> 3139[label="",style="dashed", color="magenta", weight=3]; 3080 -> 2522[label="",style="dashed", color="red", weight=0]; 3080[label="yv1632 == yv1672",fontsize=16,color="magenta"];3080 -> 3140[label="",style="dashed", color="magenta", weight=3]; 3080 -> 3141[label="",style="dashed", color="magenta", weight=3]; 3081 -> 2523[label="",style="dashed", color="red", weight=0]; 3081[label="yv1632 == yv1672",fontsize=16,color="magenta"];3081 -> 3142[label="",style="dashed", color="magenta", weight=3]; 3081 -> 3143[label="",style="dashed", color="magenta", weight=3]; 3082 -> 2524[label="",style="dashed", color="red", weight=0]; 3082[label="yv1632 == yv1672",fontsize=16,color="magenta"];3082 -> 3144[label="",style="dashed", color="magenta", weight=3]; 3082 -> 3145[label="",style="dashed", color="magenta", weight=3]; 3083 -> 2525[label="",style="dashed", color="red", weight=0]; 3083[label="yv1632 == yv1672",fontsize=16,color="magenta"];3083 -> 3146[label="",style="dashed", color="magenta", weight=3]; 3083 -> 3147[label="",style="dashed", color="magenta", weight=3]; 3084 -> 2526[label="",style="dashed", color="red", weight=0]; 3084[label="yv1632 == yv1672",fontsize=16,color="magenta"];3084 -> 3148[label="",style="dashed", color="magenta", weight=3]; 3084 -> 3149[label="",style="dashed", color="magenta", weight=3]; 3085 -> 2527[label="",style="dashed", color="red", weight=0]; 3085[label="yv1632 == yv1672",fontsize=16,color="magenta"];3085 -> 3150[label="",style="dashed", color="magenta", weight=3]; 3085 -> 3151[label="",style="dashed", color="magenta", weight=3]; 3086 -> 2528[label="",style="dashed", color="red", weight=0]; 3086[label="yv1632 == yv1672",fontsize=16,color="magenta"];3086 -> 3152[label="",style="dashed", color="magenta", weight=3]; 3086 -> 3153[label="",style="dashed", color="magenta", weight=3]; 3087[label="List.nubNub'0 yv176 yv177 (yv178 : yv179) True",fontsize=16,color="black",shape="box"];3087 -> 3154[label="",style="solid", color="black", weight=3]; 3088[label="yv16300",fontsize=16,color="green",shape="box"];3089[label="yv16700",fontsize=16,color="green",shape="box"];3090[label="yv16300",fontsize=16,color="green",shape="box"];3091[label="yv16700",fontsize=16,color="green",shape="box"];3092 -> 2695[label="",style="dashed", color="red", weight=0]; 3092[label="primEqNat yv16300 yv16700",fontsize=16,color="magenta"];3092 -> 3155[label="",style="dashed", color="magenta", weight=3]; 3092 -> 3156[label="",style="dashed", color="magenta", weight=3]; 3093[label="False",fontsize=16,color="green",shape="box"];3094[label="False",fontsize=16,color="green",shape="box"];3095[label="True",fontsize=16,color="green",shape="box"];3096[label="primMulInt (Pos yv16310) yv1670",fontsize=16,color="burlywood",shape="box"];3449[label="yv1670/Pos yv16700",fontsize=10,color="white",style="solid",shape="box"];3096 -> 3449[label="",style="solid", color="burlywood", weight=9]; 3449 -> 3157[label="",style="solid", color="burlywood", weight=3]; 3450[label="yv1670/Neg yv16700",fontsize=10,color="white",style="solid",shape="box"];3096 -> 3450[label="",style="solid", color="burlywood", weight=9]; 3450 -> 3158[label="",style="solid", color="burlywood", weight=3]; 3097[label="primMulInt (Neg yv16310) yv1670",fontsize=16,color="burlywood",shape="box"];3451[label="yv1670/Pos yv16700",fontsize=10,color="white",style="solid",shape="box"];3097 -> 3451[label="",style="solid", color="burlywood", weight=9]; 3451 -> 3159[label="",style="solid", color="burlywood", weight=3]; 3452[label="yv1670/Neg yv16700",fontsize=10,color="white",style="solid",shape="box"];3097 -> 3452[label="",style="solid", color="burlywood", weight=9]; 3452 -> 3160[label="",style="solid", color="burlywood", weight=3]; 3098[label="yv1671",fontsize=16,color="green",shape="box"];3099[label="yv1631",fontsize=16,color="green",shape="box"];3100[label="yv1671",fontsize=16,color="green",shape="box"];3101[label="yv1631",fontsize=16,color="green",shape="box"];3102[label="yv1671",fontsize=16,color="green",shape="box"];3103[label="yv1631",fontsize=16,color="green",shape="box"];3104[label="yv1671",fontsize=16,color="green",shape="box"];3105[label="yv1631",fontsize=16,color="green",shape="box"];3106[label="yv1671",fontsize=16,color="green",shape="box"];3107[label="yv1631",fontsize=16,color="green",shape="box"];3108[label="yv1671",fontsize=16,color="green",shape="box"];3109[label="yv1631",fontsize=16,color="green",shape="box"];3110[label="yv1671",fontsize=16,color="green",shape="box"];3111[label="yv1631",fontsize=16,color="green",shape="box"];3112[label="yv1671",fontsize=16,color="green",shape="box"];3113[label="yv1631",fontsize=16,color="green",shape="box"];3114[label="yv1671",fontsize=16,color="green",shape="box"];3115[label="yv1631",fontsize=16,color="green",shape="box"];3116[label="yv1671",fontsize=16,color="green",shape="box"];3117[label="yv1631",fontsize=16,color="green",shape="box"];3118[label="yv1671",fontsize=16,color="green",shape="box"];3119[label="yv1631",fontsize=16,color="green",shape="box"];3120[label="yv1671",fontsize=16,color="green",shape="box"];3121[label="yv1631",fontsize=16,color="green",shape="box"];3122[label="yv1671",fontsize=16,color="green",shape="box"];3123[label="yv1631",fontsize=16,color="green",shape="box"];3124[label="yv1671",fontsize=16,color="green",shape="box"];3125[label="yv1631",fontsize=16,color="green",shape="box"];3126[label="yv1672",fontsize=16,color="green",shape="box"];3127[label="yv1632",fontsize=16,color="green",shape="box"];3128[label="yv1672",fontsize=16,color="green",shape="box"];3129[label="yv1632",fontsize=16,color="green",shape="box"];3130[label="yv1672",fontsize=16,color="green",shape="box"];3131[label="yv1632",fontsize=16,color="green",shape="box"];3132[label="yv1672",fontsize=16,color="green",shape="box"];3133[label="yv1632",fontsize=16,color="green",shape="box"];3134[label="yv1672",fontsize=16,color="green",shape="box"];3135[label="yv1632",fontsize=16,color="green",shape="box"];3136[label="yv1672",fontsize=16,color="green",shape="box"];3137[label="yv1632",fontsize=16,color="green",shape="box"];3138[label="yv1672",fontsize=16,color="green",shape="box"];3139[label="yv1632",fontsize=16,color="green",shape="box"];3140[label="yv1672",fontsize=16,color="green",shape="box"];3141[label="yv1632",fontsize=16,color="green",shape="box"];3142[label="yv1672",fontsize=16,color="green",shape="box"];3143[label="yv1632",fontsize=16,color="green",shape="box"];3144[label="yv1672",fontsize=16,color="green",shape="box"];3145[label="yv1632",fontsize=16,color="green",shape="box"];3146[label="yv1672",fontsize=16,color="green",shape="box"];3147[label="yv1632",fontsize=16,color="green",shape="box"];3148[label="yv1672",fontsize=16,color="green",shape="box"];3149[label="yv1632",fontsize=16,color="green",shape="box"];3150[label="yv1672",fontsize=16,color="green",shape="box"];3151[label="yv1632",fontsize=16,color="green",shape="box"];3152[label="yv1672",fontsize=16,color="green",shape="box"];3153[label="yv1632",fontsize=16,color="green",shape="box"];3154[label="yv176 : List.nubNub' yv177 (yv176 : yv178 : yv179)",fontsize=16,color="green",shape="box"];3154 -> 3161[label="",style="dashed", color="green", weight=3]; 3155[label="yv16300",fontsize=16,color="green",shape="box"];3156[label="yv16700",fontsize=16,color="green",shape="box"];3157[label="primMulInt (Pos yv16310) (Pos yv16700)",fontsize=16,color="black",shape="box"];3157 -> 3162[label="",style="solid", color="black", weight=3]; 3158[label="primMulInt (Pos yv16310) (Neg yv16700)",fontsize=16,color="black",shape="box"];3158 -> 3163[label="",style="solid", color="black", weight=3]; 3159[label="primMulInt (Neg yv16310) (Pos yv16700)",fontsize=16,color="black",shape="box"];3159 -> 3164[label="",style="solid", color="black", weight=3]; 3160[label="primMulInt (Neg yv16310) (Neg yv16700)",fontsize=16,color="black",shape="box"];3160 -> 3165[label="",style="solid", color="black", weight=3]; 3161 -> 1397[label="",style="dashed", color="red", weight=0]; 3161[label="List.nubNub' yv177 (yv176 : yv178 : yv179)",fontsize=16,color="magenta"];3161 -> 3166[label="",style="dashed", color="magenta", weight=3]; 3161 -> 3167[label="",style="dashed", color="magenta", weight=3]; 3161 -> 3168[label="",style="dashed", color="magenta", weight=3]; 3162[label="Pos (primMulNat yv16310 yv16700)",fontsize=16,color="green",shape="box"];3162 -> 3169[label="",style="dashed", color="green", weight=3]; 3163[label="Neg (primMulNat yv16310 yv16700)",fontsize=16,color="green",shape="box"];3163 -> 3170[label="",style="dashed", color="green", weight=3]; 3164[label="Neg (primMulNat yv16310 yv16700)",fontsize=16,color="green",shape="box"];3164 -> 3171[label="",style="dashed", color="green", weight=3]; 3165[label="Pos (primMulNat yv16310 yv16700)",fontsize=16,color="green",shape="box"];3165 -> 3172[label="",style="dashed", color="green", weight=3]; 3166[label="yv177",fontsize=16,color="green",shape="box"];3167[label="yv178 : yv179",fontsize=16,color="green",shape="box"];3168[label="yv176",fontsize=16,color="green",shape="box"];3169[label="primMulNat yv16310 yv16700",fontsize=16,color="burlywood",shape="triangle"];3453[label="yv16310/Succ yv163100",fontsize=10,color="white",style="solid",shape="box"];3169 -> 3453[label="",style="solid", color="burlywood", weight=9]; 3453 -> 3173[label="",style="solid", color="burlywood", weight=3]; 3454[label="yv16310/Zero",fontsize=10,color="white",style="solid",shape="box"];3169 -> 3454[label="",style="solid", color="burlywood", weight=9]; 3454 -> 3174[label="",style="solid", color="burlywood", weight=3]; 3170 -> 3169[label="",style="dashed", color="red", weight=0]; 3170[label="primMulNat yv16310 yv16700",fontsize=16,color="magenta"];3170 -> 3175[label="",style="dashed", color="magenta", weight=3]; 3171 -> 3169[label="",style="dashed", color="red", weight=0]; 3171[label="primMulNat yv16310 yv16700",fontsize=16,color="magenta"];3171 -> 3176[label="",style="dashed", color="magenta", weight=3]; 3172 -> 3169[label="",style="dashed", color="red", weight=0]; 3172[label="primMulNat yv16310 yv16700",fontsize=16,color="magenta"];3172 -> 3177[label="",style="dashed", color="magenta", weight=3]; 3172 -> 3178[label="",style="dashed", color="magenta", weight=3]; 3173[label="primMulNat (Succ yv163100) yv16700",fontsize=16,color="burlywood",shape="box"];3455[label="yv16700/Succ yv167000",fontsize=10,color="white",style="solid",shape="box"];3173 -> 3455[label="",style="solid", color="burlywood", weight=9]; 3455 -> 3179[label="",style="solid", color="burlywood", weight=3]; 3456[label="yv16700/Zero",fontsize=10,color="white",style="solid",shape="box"];3173 -> 3456[label="",style="solid", color="burlywood", weight=9]; 3456 -> 3180[label="",style="solid", color="burlywood", weight=3]; 3174[label="primMulNat Zero yv16700",fontsize=16,color="burlywood",shape="box"];3457[label="yv16700/Succ yv167000",fontsize=10,color="white",style="solid",shape="box"];3174 -> 3457[label="",style="solid", color="burlywood", weight=9]; 3457 -> 3181[label="",style="solid", color="burlywood", weight=3]; 3458[label="yv16700/Zero",fontsize=10,color="white",style="solid",shape="box"];3174 -> 3458[label="",style="solid", color="burlywood", weight=9]; 3458 -> 3182[label="",style="solid", color="burlywood", weight=3]; 3175[label="yv16700",fontsize=16,color="green",shape="box"];3176[label="yv16310",fontsize=16,color="green",shape="box"];3177[label="yv16310",fontsize=16,color="green",shape="box"];3178[label="yv16700",fontsize=16,color="green",shape="box"];3179[label="primMulNat (Succ yv163100) (Succ yv167000)",fontsize=16,color="black",shape="box"];3179 -> 3183[label="",style="solid", color="black", weight=3]; 3180[label="primMulNat (Succ yv163100) Zero",fontsize=16,color="black",shape="box"];3180 -> 3184[label="",style="solid", color="black", weight=3]; 3181[label="primMulNat Zero (Succ yv167000)",fontsize=16,color="black",shape="box"];3181 -> 3185[label="",style="solid", color="black", weight=3]; 3182[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];3182 -> 3186[label="",style="solid", color="black", weight=3]; 3183 -> 3187[label="",style="dashed", color="red", weight=0]; 3183[label="primPlusNat (primMulNat yv163100 (Succ yv167000)) (Succ yv167000)",fontsize=16,color="magenta"];3183 -> 3188[label="",style="dashed", color="magenta", weight=3]; 3184[label="Zero",fontsize=16,color="green",shape="box"];3185[label="Zero",fontsize=16,color="green",shape="box"];3186[label="Zero",fontsize=16,color="green",shape="box"];3188 -> 3169[label="",style="dashed", color="red", weight=0]; 3188[label="primMulNat yv163100 (Succ yv167000)",fontsize=16,color="magenta"];3188 -> 3189[label="",style="dashed", color="magenta", weight=3]; 3188 -> 3190[label="",style="dashed", color="magenta", weight=3]; 3187[label="primPlusNat yv195 (Succ yv167000)",fontsize=16,color="burlywood",shape="triangle"];3459[label="yv195/Succ yv1950",fontsize=10,color="white",style="solid",shape="box"];3187 -> 3459[label="",style="solid", color="burlywood", weight=9]; 3459 -> 3191[label="",style="solid", color="burlywood", weight=3]; 3460[label="yv195/Zero",fontsize=10,color="white",style="solid",shape="box"];3187 -> 3460[label="",style="solid", color="burlywood", weight=9]; 3460 -> 3192[label="",style="solid", color="burlywood", weight=3]; 3189[label="yv163100",fontsize=16,color="green",shape="box"];3190[label="Succ yv167000",fontsize=16,color="green",shape="box"];3191[label="primPlusNat (Succ yv1950) (Succ yv167000)",fontsize=16,color="black",shape="box"];3191 -> 3193[label="",style="solid", color="black", weight=3]; 3192[label="primPlusNat Zero (Succ yv167000)",fontsize=16,color="black",shape="box"];3192 -> 3194[label="",style="solid", color="black", weight=3]; 3193[label="Succ (Succ (primPlusNat yv1950 yv167000))",fontsize=16,color="green",shape="box"];3193 -> 3195[label="",style="dashed", color="green", weight=3]; 3194[label="Succ yv167000",fontsize=16,color="green",shape="box"];3195[label="primPlusNat yv1950 yv167000",fontsize=16,color="burlywood",shape="triangle"];3461[label="yv1950/Succ yv19500",fontsize=10,color="white",style="solid",shape="box"];3195 -> 3461[label="",style="solid", color="burlywood", weight=9]; 3461 -> 3196[label="",style="solid", color="burlywood", weight=3]; 3462[label="yv1950/Zero",fontsize=10,color="white",style="solid",shape="box"];3195 -> 3462[label="",style="solid", color="burlywood", weight=9]; 3462 -> 3197[label="",style="solid", color="burlywood", weight=3]; 3196[label="primPlusNat (Succ yv19500) yv167000",fontsize=16,color="burlywood",shape="box"];3463[label="yv167000/Succ yv1670000",fontsize=10,color="white",style="solid",shape="box"];3196 -> 3463[label="",style="solid", color="burlywood", weight=9]; 3463 -> 3198[label="",style="solid", color="burlywood", weight=3]; 3464[label="yv167000/Zero",fontsize=10,color="white",style="solid",shape="box"];3196 -> 3464[label="",style="solid", color="burlywood", weight=9]; 3464 -> 3199[label="",style="solid", color="burlywood", weight=3]; 3197[label="primPlusNat Zero yv167000",fontsize=16,color="burlywood",shape="box"];3465[label="yv167000/Succ yv1670000",fontsize=10,color="white",style="solid",shape="box"];3197 -> 3465[label="",style="solid", color="burlywood", weight=9]; 3465 -> 3200[label="",style="solid", color="burlywood", weight=3]; 3466[label="yv167000/Zero",fontsize=10,color="white",style="solid",shape="box"];3197 -> 3466[label="",style="solid", color="burlywood", weight=9]; 3466 -> 3201[label="",style="solid", color="burlywood", weight=3]; 3198[label="primPlusNat (Succ yv19500) (Succ yv1670000)",fontsize=16,color="black",shape="box"];3198 -> 3202[label="",style="solid", color="black", weight=3]; 3199[label="primPlusNat (Succ yv19500) Zero",fontsize=16,color="black",shape="box"];3199 -> 3203[label="",style="solid", color="black", weight=3]; 3200[label="primPlusNat Zero (Succ yv1670000)",fontsize=16,color="black",shape="box"];3200 -> 3204[label="",style="solid", color="black", weight=3]; 3201[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];3201 -> 3205[label="",style="solid", color="black", weight=3]; 3202[label="Succ (Succ (primPlusNat yv19500 yv1670000))",fontsize=16,color="green",shape="box"];3202 -> 3206[label="",style="dashed", color="green", weight=3]; 3203[label="Succ yv19500",fontsize=16,color="green",shape="box"];3204[label="Succ yv1670000",fontsize=16,color="green",shape="box"];3205[label="Zero",fontsize=16,color="green",shape="box"];3206 -> 3195[label="",style="dashed", color="red", weight=0]; 3206[label="primPlusNat yv19500 yv1670000",fontsize=16,color="magenta"];3206 -> 3207[label="",style="dashed", color="magenta", weight=3]; 3206 -> 3208[label="",style="dashed", color="magenta", weight=3]; 3207[label="yv1670000",fontsize=16,color="green",shape="box"];3208[label="yv19500",fontsize=16,color="green",shape="box"];} ---------------------------------------- (8) Complex Obligation (AND) ---------------------------------------- (9) Obligation: Q DP problem: The TRS P consists of the following rules: new_esEs2(Just(yv1630), Just(yv1670), app(ty_[], baa)) -> new_esEs1(yv1630, yv1670, baa) new_esEs1(:(yv1630, yv1631), :(yv1670, yv1671), app(ty_Maybe, gh)) -> new_esEs2(yv1630, yv1670, gh) new_esEs(Right(yv1630), Right(yv1670), cc, app(app(ty_@2, cf), cg)) -> new_esEs0(yv1630, yv1670, cf, cg) new_esEs0(@2(yv1630, yv1631), @2(yv1670, yv1671), eh, app(ty_Maybe, fg)) -> new_esEs2(yv1631, yv1671, fg) new_esEs(Left(yv1630), Left(yv1670), app(ty_Maybe, bg), bc) -> new_esEs2(yv1630, yv1670, bg) new_esEs0(@2(yv1630, yv1631), @2(yv1670, yv1671), eh, app(app(ty_Either, fa), fb)) -> new_esEs(yv1631, yv1671, fa, fb) new_esEs2(Just(yv1630), Just(yv1670), app(app(app(ty_@3, bac), bad), bae)) -> new_esEs3(yv1630, yv1670, bac, bad, bae) new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), app(app(app(ty_@3, bbf), bbg), bbh), bah, bba) -> new_esEs3(yv1630, yv1670, bbf, bbg, bbh) new_esEs(Right(yv1630), Right(yv1670), cc, app(app(app(ty_@3, dc), dd), de)) -> new_esEs3(yv1630, yv1670, dc, dd, de) new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), bca, bah, app(app(ty_Either, bdc), bdd)) -> new_esEs(yv1632, yv1672, bdc, bdd) new_esEs0(@2(yv1630, yv1631), @2(yv1670, yv1671), eh, app(app(ty_@2, fc), fd)) -> new_esEs0(yv1631, yv1671, fc, fd) new_esEs2(Just(yv1630), Just(yv1670), app(app(ty_@2, hg), hh)) -> new_esEs0(yv1630, yv1670, hg, hh) new_esEs2(Just(yv1630), Just(yv1670), app(ty_Maybe, bab)) -> new_esEs2(yv1630, yv1670, bab) new_esEs0(@2(yv1630, yv1631), @2(yv1670, yv1671), app(ty_[], ec), dh) -> new_esEs1(yv1630, yv1670, ec) new_esEs1(:(yv1630, yv1631), :(yv1670, yv1671), app(app(app(ty_@3, ha), hb), hc)) -> new_esEs3(yv1630, yv1670, ha, hb, hc) new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), bca, bah, app(app(app(ty_@3, bea), beb), bec)) -> new_esEs3(yv1632, yv1672, bea, beb, bec) new_esEs(Left(yv1630), Left(yv1670), app(ty_[], bf), bc) -> new_esEs1(yv1630, yv1670, bf) new_esEs0(@2(yv1630, yv1631), @2(yv1670, yv1671), app(app(app(ty_@3, ee), ef), eg), dh) -> new_esEs3(yv1630, yv1670, ee, ef, eg) new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), app(ty_[], bbd), bah, bba) -> new_esEs1(yv1630, yv1670, bbd) new_esEs0(@2(yv1630, yv1631), @2(yv1670, yv1671), eh, app(app(app(ty_@3, fh), ga), gb)) -> new_esEs3(yv1631, yv1671, fh, ga, gb) new_esEs0(@2(yv1630, yv1631), @2(yv1670, yv1671), app(app(ty_Either, df), dg), dh) -> new_esEs(yv1630, yv1670, df, dg) new_esEs(Right(yv1630), Right(yv1670), cc, app(app(ty_Either, cd), ce)) -> new_esEs(yv1630, yv1670, cd, ce) new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), bca, app(ty_[], bcf), bba) -> new_esEs1(yv1631, yv1671, bcf) new_esEs0(@2(yv1630, yv1631), @2(yv1670, yv1671), eh, app(ty_[], ff)) -> new_esEs1(yv1631, yv1671, ff) new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), bca, app(app(ty_@2, bcd), bce), bba) -> new_esEs0(yv1631, yv1671, bcd, bce) new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), bca, bah, app(ty_[], bdg)) -> new_esEs1(yv1632, yv1672, bdg) new_esEs1(:(yv1630, yv1631), :(yv1670, yv1671), app(app(ty_@2, ge), gf)) -> new_esEs0(yv1630, yv1670, ge, gf) new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), app(app(ty_@2, bbb), bbc), bah, bba) -> new_esEs0(yv1630, yv1670, bbb, bbc) new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), bca, app(app(app(ty_@3, bch), bda), bdb), bba) -> new_esEs3(yv1631, yv1671, bch, bda, bdb) new_esEs1(:(yv1630, yv1631), :(yv1670, yv1671), hd) -> new_esEs1(yv1631, yv1671, hd) new_esEs(Left(yv1630), Left(yv1670), app(app(ty_Either, ba), bb), bc) -> new_esEs(yv1630, yv1670, ba, bb) new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), bca, bah, app(app(ty_@2, bde), bdf)) -> new_esEs0(yv1632, yv1672, bde, bdf) new_esEs(Right(yv1630), Right(yv1670), cc, app(ty_[], da)) -> new_esEs1(yv1630, yv1670, da) new_esEs1(:(yv1630, yv1631), :(yv1670, yv1671), app(ty_[], gg)) -> new_esEs1(yv1630, yv1670, gg) new_esEs(Right(yv1630), Right(yv1670), cc, app(ty_Maybe, db)) -> new_esEs2(yv1630, yv1670, db) new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), bca, bah, app(ty_Maybe, bdh)) -> new_esEs2(yv1632, yv1672, bdh) new_esEs(Left(yv1630), Left(yv1670), app(app(app(ty_@3, bh), ca), cb), bc) -> new_esEs3(yv1630, yv1670, bh, ca, cb) new_esEs(Left(yv1630), Left(yv1670), app(app(ty_@2, bd), be), bc) -> new_esEs0(yv1630, yv1670, bd, be) new_esEs2(Just(yv1630), Just(yv1670), app(app(ty_Either, he), hf)) -> new_esEs(yv1630, yv1670, he, hf) new_esEs1(:(yv1630, yv1631), :(yv1670, yv1671), app(app(ty_Either, gc), gd)) -> new_esEs(yv1630, yv1670, gc, gd) new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), app(app(ty_Either, baf), bag), bah, bba) -> new_esEs(yv1630, yv1670, baf, bag) new_esEs0(@2(yv1630, yv1631), @2(yv1670, yv1671), app(app(ty_@2, ea), eb), dh) -> new_esEs0(yv1630, yv1670, ea, eb) new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), app(ty_Maybe, bbe), bah, bba) -> new_esEs2(yv1630, yv1670, bbe) new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), bca, app(app(ty_Either, bcb), bcc), bba) -> new_esEs(yv1631, yv1671, bcb, bcc) new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), bca, app(ty_Maybe, bcg), bba) -> new_esEs2(yv1631, yv1671, bcg) new_esEs0(@2(yv1630, yv1631), @2(yv1670, yv1671), app(ty_Maybe, ed), dh) -> new_esEs2(yv1630, yv1670, ed) R is empty. Q is empty. 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_esEs1(:(yv1630, yv1631), :(yv1670, yv1671), app(ty_Maybe, gh)) -> new_esEs2(yv1630, yv1670, gh) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs2(Just(yv1630), Just(yv1670), app(ty_Maybe, bab)) -> new_esEs2(yv1630, yv1670, bab) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs2(Just(yv1630), Just(yv1670), app(ty_[], baa)) -> new_esEs1(yv1630, yv1670, baa) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs1(:(yv1630, yv1631), :(yv1670, yv1671), app(app(ty_Either, gc), gd)) -> new_esEs(yv1630, yv1670, gc, gd) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs2(Just(yv1630), Just(yv1670), app(app(ty_Either, he), hf)) -> new_esEs(yv1630, yv1670, he, hf) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs1(:(yv1630, yv1631), :(yv1670, yv1671), app(app(ty_@2, ge), gf)) -> new_esEs0(yv1630, yv1670, ge, gf) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs1(:(yv1630, yv1631), :(yv1670, yv1671), app(app(app(ty_@3, ha), hb), hc)) -> new_esEs3(yv1630, yv1670, ha, hb, hc) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs2(Just(yv1630), Just(yv1670), app(app(ty_@2, hg), hh)) -> new_esEs0(yv1630, yv1670, hg, hh) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs2(Just(yv1630), Just(yv1670), app(app(app(ty_@3, bac), bad), bae)) -> new_esEs3(yv1630, yv1670, bac, bad, bae) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs1(:(yv1630, yv1631), :(yv1670, yv1671), hd) -> new_esEs1(yv1631, yv1671, hd) The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 *new_esEs1(:(yv1630, yv1631), :(yv1670, yv1671), app(ty_[], gg)) -> new_esEs1(yv1630, yv1670, gg) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs0(@2(yv1630, yv1631), @2(yv1670, yv1671), eh, app(ty_Maybe, fg)) -> new_esEs2(yv1631, yv1671, fg) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs0(@2(yv1630, yv1631), @2(yv1670, yv1671), app(ty_Maybe, ed), dh) -> new_esEs2(yv1630, yv1670, ed) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs(Left(yv1630), Left(yv1670), app(ty_Maybe, bg), bc) -> new_esEs2(yv1630, yv1670, bg) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs(Right(yv1630), Right(yv1670), cc, app(ty_Maybe, db)) -> new_esEs2(yv1630, yv1670, db) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), bca, bah, app(ty_Maybe, bdh)) -> new_esEs2(yv1632, yv1672, bdh) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 *new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), app(ty_Maybe, bbe), bah, bba) -> new_esEs2(yv1630, yv1670, bbe) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), bca, app(ty_Maybe, bcg), bba) -> new_esEs2(yv1631, yv1671, bcg) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs0(@2(yv1630, yv1631), @2(yv1670, yv1671), app(ty_[], ec), dh) -> new_esEs1(yv1630, yv1670, ec) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs0(@2(yv1630, yv1631), @2(yv1670, yv1671), eh, app(ty_[], ff)) -> new_esEs1(yv1631, yv1671, ff) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs(Left(yv1630), Left(yv1670), app(ty_[], bf), bc) -> new_esEs1(yv1630, yv1670, bf) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs(Right(yv1630), Right(yv1670), cc, app(ty_[], da)) -> new_esEs1(yv1630, yv1670, da) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), app(ty_[], bbd), bah, bba) -> new_esEs1(yv1630, yv1670, bbd) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), bca, app(ty_[], bcf), bba) -> new_esEs1(yv1631, yv1671, bcf) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), bca, bah, app(ty_[], bdg)) -> new_esEs1(yv1632, yv1672, bdg) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 *new_esEs0(@2(yv1630, yv1631), @2(yv1670, yv1671), eh, app(app(ty_Either, fa), fb)) -> new_esEs(yv1631, yv1671, fa, fb) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs0(@2(yv1630, yv1631), @2(yv1670, yv1671), app(app(ty_Either, df), dg), dh) -> new_esEs(yv1630, yv1670, df, dg) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs0(@2(yv1630, yv1631), @2(yv1670, yv1671), eh, app(app(ty_@2, fc), fd)) -> new_esEs0(yv1631, yv1671, fc, fd) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs0(@2(yv1630, yv1631), @2(yv1670, yv1671), app(app(ty_@2, ea), eb), dh) -> new_esEs0(yv1630, yv1670, ea, eb) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs0(@2(yv1630, yv1631), @2(yv1670, yv1671), app(app(app(ty_@3, ee), ef), eg), dh) -> new_esEs3(yv1630, yv1670, ee, ef, eg) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs0(@2(yv1630, yv1631), @2(yv1670, yv1671), eh, app(app(app(ty_@3, fh), ga), gb)) -> new_esEs3(yv1631, yv1671, fh, ga, gb) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 *new_esEs(Right(yv1630), Right(yv1670), cc, app(app(ty_Either, cd), ce)) -> new_esEs(yv1630, yv1670, cd, ce) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs(Left(yv1630), Left(yv1670), app(app(ty_Either, ba), bb), bc) -> new_esEs(yv1630, yv1670, ba, bb) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), bca, bah, app(app(ty_Either, bdc), bdd)) -> new_esEs(yv1632, yv1672, bdc, bdd) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 *new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), app(app(ty_Either, baf), bag), bah, bba) -> new_esEs(yv1630, yv1670, baf, bag) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), bca, app(app(ty_Either, bcb), bcc), bba) -> new_esEs(yv1631, yv1671, bcb, bcc) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs(Right(yv1630), Right(yv1670), cc, app(app(ty_@2, cf), cg)) -> new_esEs0(yv1630, yv1670, cf, cg) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs(Left(yv1630), Left(yv1670), app(app(ty_@2, bd), be), bc) -> new_esEs0(yv1630, yv1670, bd, be) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), bca, app(app(ty_@2, bcd), bce), bba) -> new_esEs0(yv1631, yv1671, bcd, bce) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), app(app(ty_@2, bbb), bbc), bah, bba) -> new_esEs0(yv1630, yv1670, bbb, bbc) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), bca, bah, app(app(ty_@2, bde), bdf)) -> new_esEs0(yv1632, yv1672, bde, bdf) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 *new_esEs(Right(yv1630), Right(yv1670), cc, app(app(app(ty_@3, dc), dd), de)) -> new_esEs3(yv1630, yv1670, dc, dd, de) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 *new_esEs(Left(yv1630), Left(yv1670), app(app(app(ty_@3, bh), ca), cb), bc) -> new_esEs3(yv1630, yv1670, bh, ca, cb) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), app(app(app(ty_@3, bbf), bbg), bbh), bah, bba) -> new_esEs3(yv1630, yv1670, bbf, bbg, bbh) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), bca, bah, app(app(app(ty_@3, bea), beb), bec)) -> new_esEs3(yv1632, yv1672, bea, beb, bec) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 *new_esEs3(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), bca, app(app(app(ty_@3, bch), bda), bdb), bba) -> new_esEs3(yv1631, yv1671, bch, bda, bdb) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 ---------------------------------------- (11) YES ---------------------------------------- (12) Obligation: Q DP problem: The TRS P consists of the following rules: new_primMulNat(Succ(yv163100), Succ(yv167000)) -> new_primMulNat(yv163100, Succ(yv167000)) 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_primMulNat(Succ(yv163100), Succ(yv167000)) -> new_primMulNat(yv163100, Succ(yv167000)) The graph contains the following edges 1 > 1, 2 >= 2 ---------------------------------------- (14) YES ---------------------------------------- (15) Obligation: Q DP problem: The TRS P consists of the following rules: new_nubNub'(:(yv700, yv701), yv71, yv72, bc) -> new_nubNub'1(yv700, yv701, yv71, yv72, yv71, yv72, bc) new_nubNub'10(yv176, yv177, yv178, yv179, False, [], bb) -> new_nubNub'(yv177, yv176, :(yv178, yv179), bb) new_nubNub'1(yv163, yv164, yv165, yv166, yv167, yv168, ba) -> new_nubNub'10(yv163, yv164, yv165, yv166, new_esEs4(yv163, yv167, ba), yv168, ba) new_nubNub'10(yv176, yv177, yv178, yv179, False, :(yv1810, yv1811), bb) -> new_nubNub'1(yv176, yv177, yv178, yv179, yv1810, yv1811, bb) new_nubNub'10(yv176, yv177, yv178, yv179, True, yv181, bb) -> new_nubNub'(yv177, yv178, yv179, bb) The TRS R consists of the following rules: new_esEs11(Left(yv1630), Left(yv1670), ty_Bool, bg) -> new_esEs5(yv1630, yv1670) new_esEs14(GT, GT) -> True new_primEqInt(Pos(Zero), Pos(Zero)) -> True new_esEs11(Right(yv1630), Right(yv1670), da, app(app(ty_Either, db), dc)) -> new_esEs11(yv1630, yv1670, db, dc) new_esEs11(Left(yv1630), Left(yv1670), app(ty_Maybe, cc), bg) -> new_esEs16(yv1630, yv1670, cc) new_esEs16(Just(yv1630), Just(yv1670), app(app(ty_Either, bbb), bbc)) -> new_esEs11(yv1630, yv1670, bbb, bbc) new_esEs24(yv1630, yv1670, app(ty_[], bch)) -> new_esEs15(yv1630, yv1670, bch) new_esEs23(yv1630, yv1670, ty_Char) -> new_esEs17(yv1630, yv1670) new_esEs4(yv163, yv167, ty_Integer) -> new_esEs9(yv163, yv167) new_esEs26(yv1632, yv1672, ty_Bool) -> new_esEs5(yv1632, yv1672) new_esEs21(yv1630, yv1670, app(app(app(ty_@3, ff), fg), fh)) -> new_esEs20(yv1630, yv1670, ff, fg, fh) new_esEs5(True, True) -> True new_esEs23(yv1630, yv1670, ty_Integer) -> new_esEs9(yv1630, yv1670) new_esEs22(yv1631, yv1671, app(app(ty_Either, ga), gb)) -> new_esEs11(yv1631, yv1671, ga, gb) new_esEs25(yv1631, yv1671, ty_Double) -> new_esEs19(yv1631, yv1671) new_esEs11(Right(yv1630), Right(yv1670), da, app(ty_Maybe, dg)) -> new_esEs16(yv1630, yv1670, dg) new_esEs23(yv1630, yv1670, ty_@0) -> new_esEs13(yv1630, yv1670) new_esEs14(EQ, EQ) -> True new_esEs18(Float(yv1630, yv1631), Float(yv1670, yv1671)) -> new_esEs10(new_sr(yv1630, yv1671), new_sr(yv1631, yv1670)) new_esEs14(EQ, GT) -> False new_esEs14(GT, EQ) -> False new_esEs11(Right(yv1630), Right(yv1670), da, ty_Int) -> new_esEs10(yv1630, yv1670) new_esEs21(yv1630, yv1670, ty_Integer) -> new_esEs9(yv1630, yv1670) new_esEs25(yv1631, yv1671, ty_Float) -> new_esEs18(yv1631, yv1671) new_esEs26(yv1632, yv1672, app(ty_[], bfd)) -> new_esEs15(yv1632, yv1672, bfd) new_esEs22(yv1631, yv1671, app(ty_Maybe, gf)) -> new_esEs16(yv1631, yv1671, gf) new_esEs25(yv1631, yv1671, ty_Char) -> new_esEs17(yv1631, yv1671) new_asAs(True, yv194) -> yv194 new_esEs11(Right(yv1630), Right(yv1670), da, app(ty_[], df)) -> new_esEs15(yv1630, yv1670, df) new_esEs26(yv1632, yv1672, app(app(ty_Either, beh), bfa)) -> new_esEs11(yv1632, yv1672, beh, bfa) new_esEs16(Just(yv1630), Just(yv1670), app(app(ty_@2, bbd), bbe)) -> new_esEs12(yv1630, yv1670, bbd, bbe) new_primEqInt(Pos(Succ(yv16300)), Pos(Zero)) -> False new_primEqInt(Pos(Zero), Pos(Succ(yv16700))) -> False new_esEs20(@3(yv1630, yv1631, yv1632), @3(yv1670, yv1671, yv1672), he, hf, hg) -> new_asAs(new_esEs24(yv1630, yv1670, he), new_asAs(new_esEs25(yv1631, yv1671, hf), new_esEs26(yv1632, yv1672, hg))) new_esEs19(Double(yv1630, yv1631), Double(yv1670, yv1671)) -> new_esEs10(new_sr(yv1630, yv1671), new_sr(yv1631, yv1670)) new_esEs16(Just(yv1630), Just(yv1670), app(ty_[], bbf)) -> new_esEs15(yv1630, yv1670, bbf) new_esEs23(yv1630, yv1670, app(app(app(ty_@3, bag), bah), bba)) -> new_esEs20(yv1630, yv1670, bag, bah, bba) new_esEs4(yv163, yv167, ty_Char) -> new_esEs17(yv163, yv167) new_esEs4(yv163, yv167, ty_Float) -> new_esEs18(yv163, yv167) new_esEs11(Left(yv1630), Left(yv1670), app(ty_[], cb), bg) -> new_esEs15(yv1630, yv1670, cb) new_esEs21(yv1630, yv1670, ty_@0) -> new_esEs13(yv1630, yv1670) new_esEs24(yv1630, yv1670, app(app(ty_Either, bcd), bce)) -> new_esEs11(yv1630, yv1670, bcd, bce) new_esEs23(yv1630, yv1670, ty_Double) -> new_esEs19(yv1630, yv1670) new_primEqNat0(Succ(yv16300), Succ(yv16700)) -> new_primEqNat0(yv16300, yv16700) new_esEs22(yv1631, yv1671, ty_Float) -> new_esEs18(yv1631, yv1671) new_esEs21(yv1630, yv1670, ty_Int) -> new_esEs10(yv1630, yv1670) new_esEs11(Right(yv1630), Right(yv1670), da, app(app(ty_@2, dd), de)) -> new_esEs12(yv1630, yv1670, dd, de) new_esEs21(yv1630, yv1670, app(ty_Ratio, fd)) -> new_esEs6(yv1630, yv1670, fd) new_esEs11(Right(yv1630), Right(yv1670), da, ty_@0) -> new_esEs13(yv1630, yv1670) new_esEs17(Char(yv1630), Char(yv1670)) -> new_primEqNat0(yv1630, yv1670) new_primMulNat0(Zero, Zero) -> Zero new_esEs11(Left(yv1630), Right(yv1670), da, bg) -> False new_esEs11(Right(yv1630), Left(yv1670), da, bg) -> False new_esEs24(yv1630, yv1670, app(app(ty_@2, bcf), bcg)) -> new_esEs12(yv1630, yv1670, bcf, bcg) new_esEs16(Just(yv1630), Just(yv1670), ty_Float) -> new_esEs18(yv1630, yv1670) new_esEs11(Right(yv1630), Right(yv1670), da, ty_Integer) -> new_esEs9(yv1630, yv1670) new_esEs16(Nothing, Just(yv1670), hd) -> False new_esEs16(Just(yv1630), Nothing, hd) -> False new_esEs4(yv163, yv167, ty_Ordering) -> new_esEs14(yv163, yv167) new_esEs15(:(yv1630, yv1631), [], hc) -> False new_esEs15([], :(yv1670, yv1671), hc) -> False new_esEs25(yv1631, yv1671, app(ty_Maybe, bec)) -> new_esEs16(yv1631, yv1671, bec) new_esEs26(yv1632, yv1672, ty_@0) -> new_esEs13(yv1632, yv1672) new_esEs26(yv1632, yv1672, ty_Char) -> new_esEs17(yv1632, yv1672) new_primEqNat0(Succ(yv16300), Zero) -> False new_primEqNat0(Zero, Succ(yv16700)) -> False new_esEs9(Integer(yv1630), Integer(yv1670)) -> new_primEqInt(yv1630, yv1670) new_esEs24(yv1630, yv1670, ty_Ordering) -> new_esEs14(yv1630, yv1670) new_esEs23(yv1630, yv1670, ty_Bool) -> new_esEs5(yv1630, yv1670) new_esEs11(Left(yv1630), Left(yv1670), ty_Int, bg) -> new_esEs10(yv1630, yv1670) new_esEs11(Left(yv1630), Left(yv1670), ty_Integer, bg) -> new_esEs9(yv1630, yv1670) new_esEs24(yv1630, yv1670, ty_Double) -> new_esEs19(yv1630, yv1670) new_esEs23(yv1630, yv1670, ty_Int) -> new_esEs10(yv1630, yv1670) new_esEs24(yv1630, yv1670, ty_Bool) -> new_esEs5(yv1630, yv1670) new_primEqInt(Neg(Succ(yv16300)), Neg(Zero)) -> False new_primEqInt(Neg(Zero), Neg(Succ(yv16700))) -> False new_esEs11(Right(yv1630), Right(yv1670), da, ty_Ordering) -> new_esEs14(yv1630, yv1670) new_esEs21(yv1630, yv1670, ty_Float) -> new_esEs18(yv1630, yv1670) new_esEs21(yv1630, yv1670, app(ty_Maybe, fc)) -> new_esEs16(yv1630, yv1670, fc) new_primEqInt(Pos(Succ(yv16300)), Pos(Succ(yv16700))) -> new_primEqNat0(yv16300, yv16700) new_esEs25(yv1631, yv1671, app(app(app(ty_@3, bee), bef), beg)) -> new_esEs20(yv1631, yv1671, bee, bef, beg) new_esEs22(yv1631, yv1671, ty_Int) -> new_esEs10(yv1631, yv1671) new_esEs23(yv1630, yv1670, ty_Ordering) -> new_esEs14(yv1630, yv1670) new_esEs11(Left(yv1630), Left(yv1670), ty_Ordering, bg) -> new_esEs14(yv1630, yv1670) new_sr(Pos(yv16310), Neg(yv16700)) -> Neg(new_primMulNat0(yv16310, yv16700)) new_sr(Neg(yv16310), Pos(yv16700)) -> Neg(new_primMulNat0(yv16310, yv16700)) new_esEs11(Left(yv1630), Left(yv1670), app(app(ty_Either, be), bf), bg) -> new_esEs11(yv1630, yv1670, be, bf) new_esEs21(yv1630, yv1670, ty_Char) -> new_esEs17(yv1630, yv1670) new_primPlusNat1(Succ(yv19500), Succ(yv1670000)) -> Succ(Succ(new_primPlusNat1(yv19500, yv1670000))) new_primEqInt(Pos(Succ(yv16300)), Neg(yv1670)) -> False new_primEqInt(Neg(Succ(yv16300)), Pos(yv1670)) -> False new_esEs16(Nothing, Nothing, hd) -> True new_esEs25(yv1631, yv1671, app(app(ty_@2, bdh), bea)) -> new_esEs12(yv1631, yv1671, bdh, bea) new_esEs26(yv1632, yv1672, ty_Float) -> new_esEs18(yv1632, yv1672) new_esEs26(yv1632, yv1672, app(ty_Maybe, bfe)) -> new_esEs16(yv1632, yv1672, bfe) new_esEs11(Right(yv1630), Right(yv1670), da, ty_Bool) -> new_esEs5(yv1630, yv1670) new_esEs25(yv1631, yv1671, app(ty_Ratio, bed)) -> new_esEs6(yv1631, yv1671, bed) new_esEs4(yv163, yv167, app(app(ty_Either, da), bg)) -> new_esEs11(yv163, yv167, da, bg) new_esEs4(yv163, yv167, ty_Int) -> new_esEs10(yv163, yv167) new_esEs16(Just(yv1630), Just(yv1670), app(ty_Maybe, bbg)) -> new_esEs16(yv1630, yv1670, bbg) new_esEs25(yv1631, yv1671, ty_@0) -> new_esEs13(yv1631, yv1671) new_esEs12(@2(yv1630, yv1631), @2(yv1670, yv1671), ed, ee) -> new_asAs(new_esEs21(yv1630, yv1670, ed), new_esEs22(yv1631, yv1671, ee)) new_esEs23(yv1630, yv1670, app(app(ty_Either, hh), baa)) -> new_esEs11(yv1630, yv1670, hh, baa) new_esEs26(yv1632, yv1672, ty_Double) -> new_esEs19(yv1632, yv1672) new_esEs4(yv163, yv167, app(ty_[], hc)) -> new_esEs15(yv163, yv167, hc) new_esEs11(Left(yv1630), Left(yv1670), ty_Double, bg) -> new_esEs19(yv1630, yv1670) new_esEs11(Right(yv1630), Right(yv1670), da, ty_Float) -> new_esEs18(yv1630, yv1670) new_esEs26(yv1632, yv1672, app(ty_Ratio, bff)) -> new_esEs6(yv1632, yv1672, bff) new_esEs22(yv1631, yv1671, ty_@0) -> new_esEs13(yv1631, yv1671) new_sr(Neg(yv16310), Neg(yv16700)) -> Pos(new_primMulNat0(yv16310, yv16700)) new_esEs16(Just(yv1630), Just(yv1670), ty_@0) -> new_esEs13(yv1630, yv1670) new_esEs16(Just(yv1630), Just(yv1670), ty_Integer) -> new_esEs9(yv1630, yv1670) new_esEs25(yv1631, yv1671, app(ty_[], beb)) -> new_esEs15(yv1631, yv1671, beb) new_esEs11(Right(yv1630), Right(yv1670), da, ty_Double) -> new_esEs19(yv1630, yv1670) new_esEs22(yv1631, yv1671, ty_Char) -> new_esEs17(yv1631, yv1671) new_primEqInt(Pos(Zero), Neg(Succ(yv16700))) -> False new_primEqInt(Neg(Zero), Pos(Succ(yv16700))) -> False new_esEs15(:(yv1630, yv1631), :(yv1670, yv1671), hc) -> new_asAs(new_esEs23(yv1630, yv1670, hc), new_esEs15(yv1631, yv1671, hc)) new_esEs16(Just(yv1630), Just(yv1670), ty_Char) -> new_esEs17(yv1630, yv1670) new_esEs22(yv1631, yv1671, ty_Integer) -> new_esEs9(yv1631, yv1671) new_esEs24(yv1630, yv1670, app(app(app(ty_@3, bdc), bdd), bde)) -> new_esEs20(yv1630, yv1670, bdc, bdd, bde) new_esEs5(False, True) -> False new_esEs5(True, False) -> False new_esEs8(yv1631, yv1671, ty_Int) -> new_esEs10(yv1631, yv1671) new_esEs16(Just(yv1630), Just(yv1670), ty_Int) -> new_esEs10(yv1630, yv1670) new_primEqInt(Neg(Succ(yv16300)), Neg(Succ(yv16700))) -> new_primEqNat0(yv16300, yv16700) new_esEs26(yv1632, yv1672, app(app(ty_@2, bfb), bfc)) -> new_esEs12(yv1632, yv1672, bfb, bfc) new_esEs24(yv1630, yv1670, ty_@0) -> new_esEs13(yv1630, yv1670) new_primPlusNat0(Succ(yv1950), yv167000) -> Succ(Succ(new_primPlusNat1(yv1950, yv167000))) new_esEs16(Just(yv1630), Just(yv1670), app(ty_Ratio, bbh)) -> new_esEs6(yv1630, yv1670, bbh) new_esEs24(yv1630, yv1670, app(ty_Ratio, bdb)) -> new_esEs6(yv1630, yv1670, bdb) new_esEs24(yv1630, yv1670, ty_Int) -> new_esEs10(yv1630, yv1670) new_esEs10(yv163, yv167) -> new_primEqInt(yv163, yv167) new_esEs15([], [], hc) -> True new_esEs14(LT, GT) -> False new_esEs14(GT, LT) -> False new_esEs21(yv1630, yv1670, app(app(ty_@2, eh), fa)) -> new_esEs12(yv1630, yv1670, eh, fa) new_primPlusNat1(Zero, Zero) -> Zero new_primMulNat0(Succ(yv163100), Zero) -> Zero new_primMulNat0(Zero, Succ(yv167000)) -> Zero new_sr(Pos(yv16310), Pos(yv16700)) -> Pos(new_primMulNat0(yv16310, yv16700)) new_primPlusNat0(Zero, yv167000) -> Succ(yv167000) new_esEs24(yv1630, yv1670, ty_Integer) -> new_esEs9(yv1630, yv1670) new_esEs6(:%(yv1630, yv1631), :%(yv1670, yv1671), bd) -> new_asAs(new_esEs7(yv1630, yv1670, bd), new_esEs8(yv1631, yv1671, bd)) new_esEs13(@0, @0) -> True new_esEs16(Just(yv1630), Just(yv1670), app(app(app(ty_@3, bca), bcb), bcc)) -> new_esEs20(yv1630, yv1670, bca, bcb, bcc) new_esEs23(yv1630, yv1670, app(ty_[], bad)) -> new_esEs15(yv1630, yv1670, bad) new_esEs21(yv1630, yv1670, app(app(ty_Either, ef), eg)) -> new_esEs11(yv1630, yv1670, ef, eg) new_esEs14(LT, LT) -> True new_esEs4(yv163, yv167, ty_Bool) -> new_esEs5(yv163, yv167) new_esEs16(Just(yv1630), Just(yv1670), ty_Double) -> new_esEs19(yv1630, yv1670) new_esEs26(yv1632, yv1672, app(app(app(ty_@3, bfg), bfh), bga)) -> new_esEs20(yv1632, yv1672, bfg, bfh, bga) new_esEs25(yv1631, yv1671, ty_Bool) -> new_esEs5(yv1631, yv1671) new_esEs22(yv1631, yv1671, ty_Ordering) -> new_esEs14(yv1631, yv1671) new_esEs14(LT, EQ) -> False new_esEs14(EQ, LT) -> False new_esEs21(yv1630, yv1670, ty_Bool) -> new_esEs5(yv1630, yv1670) new_esEs11(Right(yv1630), Right(yv1670), da, app(ty_Ratio, dh)) -> new_esEs6(yv1630, yv1670, dh) new_esEs25(yv1631, yv1671, ty_Int) -> new_esEs10(yv1631, yv1671) new_primEqInt(Neg(Zero), Neg(Zero)) -> True new_esEs11(Left(yv1630), Left(yv1670), app(app(ty_@2, bh), ca), bg) -> new_esEs12(yv1630, yv1670, bh, ca) new_primMulNat0(Succ(yv163100), Succ(yv167000)) -> new_primPlusNat0(new_primMulNat0(yv163100, Succ(yv167000)), yv167000) new_esEs25(yv1631, yv1671, ty_Ordering) -> new_esEs14(yv1631, yv1671) new_esEs21(yv1630, yv1670, ty_Double) -> new_esEs19(yv1630, yv1670) new_esEs4(yv163, yv167, app(app(ty_@2, ed), ee)) -> new_esEs12(yv163, yv167, ed, ee) new_esEs4(yv163, yv167, app(ty_Maybe, hd)) -> new_esEs16(yv163, yv167, hd) new_esEs23(yv1630, yv1670, ty_Float) -> new_esEs18(yv1630, yv1670) new_esEs8(yv1631, yv1671, ty_Integer) -> new_esEs9(yv1631, yv1671) new_esEs11(Right(yv1630), Right(yv1670), da, ty_Char) -> new_esEs17(yv1630, yv1670) new_esEs22(yv1631, yv1671, ty_Bool) -> new_esEs5(yv1631, yv1671) new_esEs22(yv1631, yv1671, app(ty_Ratio, gg)) -> new_esEs6(yv1631, yv1671, gg) new_esEs11(Left(yv1630), Left(yv1670), ty_@0, bg) -> new_esEs13(yv1630, yv1670) new_esEs11(Right(yv1630), Right(yv1670), da, app(app(app(ty_@3, ea), eb), ec)) -> new_esEs20(yv1630, yv1670, ea, eb, ec) new_esEs23(yv1630, yv1670, app(app(ty_@2, bab), bac)) -> new_esEs12(yv1630, yv1670, bab, bac) new_esEs16(Just(yv1630), Just(yv1670), ty_Bool) -> new_esEs5(yv1630, yv1670) new_primPlusNat1(Succ(yv19500), Zero) -> Succ(yv19500) new_primPlusNat1(Zero, Succ(yv1670000)) -> Succ(yv1670000) new_esEs11(Left(yv1630), Left(yv1670), ty_Char, bg) -> new_esEs17(yv1630, yv1670) new_esEs26(yv1632, yv1672, ty_Int) -> new_esEs10(yv1632, yv1672) new_esEs24(yv1630, yv1670, ty_Float) -> new_esEs18(yv1630, yv1670) new_esEs11(Left(yv1630), Left(yv1670), app(ty_Ratio, cd), bg) -> new_esEs6(yv1630, yv1670, cd) new_esEs5(False, False) -> True new_primEqInt(Pos(Zero), Neg(Zero)) -> True new_primEqInt(Neg(Zero), Pos(Zero)) -> True new_esEs24(yv1630, yv1670, app(ty_Maybe, bda)) -> new_esEs16(yv1630, yv1670, bda) new_esEs26(yv1632, yv1672, ty_Integer) -> new_esEs9(yv1632, yv1672) new_esEs23(yv1630, yv1670, app(ty_Ratio, baf)) -> new_esEs6(yv1630, yv1670, baf) new_esEs22(yv1631, yv1671, app(app(ty_@2, gc), gd)) -> new_esEs12(yv1631, yv1671, gc, gd) new_esEs4(yv163, yv167, ty_Double) -> new_esEs19(yv163, yv167) new_primEqNat0(Zero, Zero) -> True new_esEs21(yv1630, yv1670, app(ty_[], fb)) -> new_esEs15(yv1630, yv1670, fb) new_esEs22(yv1631, yv1671, app(ty_[], ge)) -> new_esEs15(yv1631, yv1671, ge) new_esEs11(Left(yv1630), Left(yv1670), ty_Float, bg) -> new_esEs18(yv1630, yv1670) new_esEs11(Left(yv1630), Left(yv1670), app(app(app(ty_@3, ce), cf), cg), bg) -> new_esEs20(yv1630, yv1670, ce, cf, cg) new_asAs(False, yv194) -> False new_esEs25(yv1631, yv1671, ty_Integer) -> new_esEs9(yv1631, yv1671) new_esEs21(yv1630, yv1670, ty_Ordering) -> new_esEs14(yv1630, yv1670) new_esEs4(yv163, yv167, app(app(app(ty_@3, he), hf), hg)) -> new_esEs20(yv163, yv167, he, hf, hg) new_esEs23(yv1630, yv1670, app(ty_Maybe, bae)) -> new_esEs16(yv1630, yv1670, bae) new_esEs7(yv1630, yv1670, ty_Int) -> new_esEs10(yv1630, yv1670) new_esEs4(yv163, yv167, app(ty_Ratio, bd)) -> new_esEs6(yv163, yv167, bd) new_esEs22(yv1631, yv1671, ty_Double) -> new_esEs19(yv1631, yv1671) new_esEs26(yv1632, yv1672, ty_Ordering) -> new_esEs14(yv1632, yv1672) new_esEs25(yv1631, yv1671, app(app(ty_Either, bdf), bdg)) -> new_esEs11(yv1631, yv1671, bdf, bdg) new_esEs16(Just(yv1630), Just(yv1670), ty_Ordering) -> new_esEs14(yv1630, yv1670) new_esEs24(yv1630, yv1670, ty_Char) -> new_esEs17(yv1630, yv1670) new_esEs22(yv1631, yv1671, app(app(app(ty_@3, gh), ha), hb)) -> new_esEs20(yv1631, yv1671, gh, ha, hb) new_esEs7(yv1630, yv1670, ty_Integer) -> new_esEs9(yv1630, yv1670) new_esEs4(yv163, yv167, ty_@0) -> new_esEs13(yv163, yv167) The set Q consists of the following terms: new_esEs24(x0, x1, ty_@0) new_esEs14(EQ, EQ) new_esEs26(x0, x1, app(ty_Ratio, x2)) new_esEs11(Right(x0), Right(x1), x2, app(ty_[], x3)) new_esEs21(x0, x1, app(ty_Ratio, x2)) new_esEs16(Nothing, Nothing, x0) new_esEs11(Left(x0), Left(x1), ty_Bool, x2) new_esEs23(x0, x1, ty_@0) new_esEs22(x0, x1, ty_Integer) new_esEs21(x0, x1, ty_Bool) new_esEs16(Just(x0), Just(x1), app(ty_Maybe, x2)) new_esEs16(Just(x0), Just(x1), ty_Float) new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_primMulNat0(Zero, Zero) new_esEs25(x0, x1, ty_Integer) new_esEs25(x0, x1, app(ty_Ratio, x2)) new_sr(Pos(x0), Neg(x1)) new_sr(Neg(x0), Pos(x1)) new_primPlusNat1(Zero, Zero) new_esEs24(x0, x1, ty_Bool) new_esEs4(x0, x1, ty_Bool) new_esEs11(Right(x0), Right(x1), x2, ty_Bool) new_esEs23(x0, x1, app(ty_[], x2)) new_esEs4(x0, x1, ty_@0) new_primEqInt(Pos(Succ(x0)), Neg(x1)) new_primEqInt(Neg(Succ(x0)), Pos(x1)) new_sr(Pos(x0), Pos(x1)) new_primEqInt(Pos(Succ(x0)), Pos(Zero)) new_esEs11(Right(x0), Right(x1), x2, ty_Integer) new_primPlusNat1(Succ(x0), Zero) new_esEs16(Just(x0), Just(x1), ty_Ordering) new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) new_esEs11(Left(x0), Left(x1), ty_@0, x2) new_esEs11(Left(x0), Right(x1), x2, x3) new_esEs11(Right(x0), Left(x1), x2, x3) new_esEs21(x0, x1, ty_Integer) new_esEs11(Right(x0), Right(x1), x2, ty_@0) new_primEqInt(Pos(Zero), Pos(Zero)) new_esEs24(x0, x1, app(ty_Ratio, x2)) new_esEs25(x0, x1, ty_@0) new_esEs26(x0, x1, ty_Integer) new_esEs11(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) new_esEs16(Just(x0), Just(x1), ty_Int) new_esEs21(x0, x1, ty_@0) new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) new_esEs11(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) new_sr(Neg(x0), Neg(x1)) new_primEqInt(Neg(Zero), Neg(Zero)) new_esEs17(Char(x0), Char(x1)) new_esEs22(x0, x1, ty_@0) new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) new_primMulNat0(Succ(x0), Succ(x1)) new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs22(x0, x1, app(ty_Ratio, x2)) new_primMulNat0(Succ(x0), Zero) new_primEqInt(Neg(Succ(x0)), Neg(Zero)) new_esEs23(x0, x1, ty_Bool) new_esEs16(Just(x0), Just(x1), ty_Double) new_esEs8(x0, x1, ty_Int) new_esEs26(x0, x1, ty_Float) new_esEs4(x0, x1, ty_Integer) new_esEs16(Just(x0), Just(x1), ty_Integer) new_esEs16(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) new_esEs5(False, True) new_esEs5(True, False) new_esEs23(x0, x1, app(ty_Ratio, x2)) new_esEs14(EQ, GT) new_esEs14(GT, EQ) new_esEs9(Integer(x0), Integer(x1)) new_esEs11(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) new_esEs5(True, True) new_esEs25(x0, x1, app(ty_[], x2)) new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) new_esEs24(x0, x1, app(ty_Maybe, x2)) new_esEs21(x0, x1, app(ty_[], x2)) new_esEs22(x0, x1, ty_Double) new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) new_primEqInt(Pos(Zero), Neg(Zero)) new_primEqInt(Neg(Zero), Pos(Zero)) new_esEs11(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) new_esEs12(@2(x0, x1), @2(x2, x3), x4, x5) new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) new_esEs25(x0, x1, ty_Bool) new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) new_primMulNat0(Zero, Succ(x0)) new_esEs23(x0, x1, ty_Ordering) new_esEs22(x0, x1, ty_Bool) new_esEs23(x0, x1, ty_Integer) new_esEs11(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) new_esEs11(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) new_primEqNat0(Zero, Succ(x0)) new_esEs4(x0, x1, app(ty_Maybe, x2)) new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) new_asAs(False, x0) new_esEs16(Just(x0), Just(x1), ty_@0) new_esEs21(x0, x1, ty_Ordering) new_esEs23(x0, x1, ty_Double) new_primPlusNat1(Zero, Succ(x0)) new_esEs23(x0, x1, ty_Float) new_esEs21(x0, x1, ty_Float) new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) new_esEs4(x0, x1, app(ty_Ratio, x2)) new_esEs11(Left(x0), Left(x1), ty_Float, x2) new_esEs22(x0, x1, ty_Int) new_esEs24(x0, x1, ty_Double) new_esEs16(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs7(x0, x1, ty_Integer) new_esEs26(x0, x1, app(ty_Maybe, x2)) new_primEqNat0(Succ(x0), Zero) new_esEs21(x0, x1, ty_Double) new_esEs11(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) new_esEs15([], :(x0, x1), x2) new_esEs16(Just(x0), Just(x1), ty_Bool) new_esEs11(Left(x0), Left(x1), ty_Int, x2) new_esEs26(x0, x1, ty_Char) new_esEs11(Right(x0), Right(x1), x2, ty_Float) new_esEs22(x0, x1, ty_Char) new_primPlusNat0(Succ(x0), x1) new_esEs4(x0, x1, ty_Ordering) new_esEs11(Left(x0), Left(x1), app(ty_[], x2), x3) new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs11(Left(x0), Left(x1), ty_Ordering, x2) new_esEs24(x0, x1, ty_Float) new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) new_esEs26(x0, x1, ty_Int) new_esEs25(x0, x1, ty_Double) new_esEs19(Double(x0, x1), Double(x2, x3)) new_esEs14(LT, EQ) new_esEs14(EQ, LT) new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) new_esEs25(x0, x1, ty_Float) new_esEs22(x0, x1, app(ty_Maybe, x2)) new_primEqInt(Neg(Zero), Neg(Succ(x0))) new_esEs21(x0, x1, ty_Int) new_esEs22(x0, x1, app(ty_[], x2)) new_esEs25(x0, x1, ty_Char) new_esEs11(Right(x0), Right(x1), x2, ty_Double) new_primPlusNat0(Zero, x0) new_esEs11(Right(x0), Right(x1), x2, ty_Char) new_esEs14(GT, GT) new_esEs4(x0, x1, ty_Float) new_esEs22(x0, x1, ty_Float) new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) new_esEs11(Left(x0), Left(x1), ty_Double, x2) new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) new_esEs24(x0, x1, ty_Ordering) new_esEs26(x0, x1, ty_@0) new_esEs11(Right(x0), Right(x1), x2, ty_Ordering) new_esEs11(Left(x0), Left(x1), ty_Char, x2) new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) new_asAs(True, x0) new_esEs16(Just(x0), Just(x1), app(ty_Ratio, x2)) new_esEs11(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) new_esEs25(x0, x1, ty_Ordering) new_esEs24(x0, x1, app(ty_[], x2)) new_primEqInt(Pos(Zero), Pos(Succ(x0))) new_esEs14(LT, GT) new_esEs14(GT, LT) new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs26(x0, x1, ty_Ordering) new_primPlusNat1(Succ(x0), Succ(x1)) new_esEs16(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) new_esEs24(x0, x1, ty_Int) new_esEs22(x0, x1, ty_Ordering) new_esEs23(x0, x1, app(ty_Maybe, x2)) new_esEs11(Right(x0), Right(x1), x2, ty_Int) new_esEs25(x0, x1, ty_Int) new_esEs15(:(x0, x1), [], x2) new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) new_esEs24(x0, x1, ty_Char) new_primEqNat0(Zero, Zero) new_esEs4(x0, x1, app(ty_[], x2)) new_esEs16(Just(x0), Just(x1), ty_Char) new_esEs15([], [], x0) new_esEs20(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) new_esEs23(x0, x1, ty_Char) new_esEs15(:(x0, x1), :(x2, x3), x4) new_esEs4(x0, x1, ty_Int) new_esEs26(x0, x1, ty_Bool) new_esEs18(Float(x0, x1), Float(x2, x3)) new_esEs16(Nothing, Just(x0), x1) new_esEs16(Just(x0), Just(x1), app(ty_[], x2)) new_esEs21(x0, x1, ty_Char) new_esEs6(:%(x0, x1), :%(x2, x3), x4) new_esEs8(x0, x1, ty_Integer) new_esEs11(Left(x0), Left(x1), app(ty_Ratio, x2), x3) new_esEs26(x0, x1, ty_Double) new_esEs14(LT, LT) new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) new_esEs24(x0, x1, ty_Integer) new_primEqInt(Pos(Zero), Neg(Succ(x0))) new_primEqInt(Neg(Zero), Pos(Succ(x0))) new_esEs25(x0, x1, app(ty_Maybe, x2)) new_esEs11(Left(x0), Left(x1), ty_Integer, x2) new_esEs23(x0, x1, ty_Int) new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs10(x0, x1) new_esEs7(x0, x1, ty_Int) new_esEs16(Just(x0), Nothing, x1) new_esEs26(x0, x1, app(ty_[], x2)) new_primEqNat0(Succ(x0), Succ(x1)) new_esEs13(@0, @0) new_esEs4(x0, x1, ty_Char) new_esEs5(False, False) new_esEs11(Left(x0), Left(x1), app(ty_Maybe, x2), x3) new_esEs21(x0, x1, app(ty_Maybe, x2)) new_esEs4(x0, x1, ty_Double) 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_nubNub'1(yv163, yv164, yv165, yv166, yv167, yv168, ba) -> new_nubNub'10(yv163, yv164, yv165, yv166, new_esEs4(yv163, yv167, ba), yv168, ba) The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4, 6 >= 6, 7 >= 7 *new_nubNub'(:(yv700, yv701), yv71, yv72, bc) -> new_nubNub'1(yv700, yv701, yv71, yv72, yv71, yv72, bc) The graph contains the following edges 1 > 1, 1 > 2, 2 >= 3, 3 >= 4, 2 >= 5, 3 >= 6, 4 >= 7 *new_nubNub'10(yv176, yv177, yv178, yv179, False, :(yv1810, yv1811), bb) -> new_nubNub'1(yv176, yv177, yv178, yv179, yv1810, yv1811, bb) The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4, 6 > 5, 6 > 6, 7 >= 7 *new_nubNub'10(yv176, yv177, yv178, yv179, False, [], bb) -> new_nubNub'(yv177, yv176, :(yv178, yv179), bb) The graph contains the following edges 2 >= 1, 1 >= 2, 7 >= 4 *new_nubNub'10(yv176, yv177, yv178, yv179, True, yv181, bb) -> new_nubNub'(yv177, yv178, yv179, bb) The graph contains the following edges 2 >= 1, 3 >= 2, 4 >= 3, 7 >= 4 ---------------------------------------- (17) YES ---------------------------------------- (18) Obligation: Q DP problem: The TRS P consists of the following rules: new_primPlusNat(Succ(yv19500), Succ(yv1670000)) -> new_primPlusNat(yv19500, yv1670000) 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(yv19500), Succ(yv1670000)) -> new_primPlusNat(yv19500, yv1670000) 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(yv16300), Succ(yv16700)) -> new_primEqNat(yv16300, yv16700) 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(yv16300), Succ(yv16700)) -> new_primEqNat(yv16300, yv16700) The graph contains the following edges 1 > 1, 2 > 2 ---------------------------------------- (23) YES