/export/starexec/sandbox2/solver/bin/starexec_run_standard /export/starexec/sandbox2/benchmark/theBenchmark.hs /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES proof of /export/starexec/sandbox2/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, 20 ms] (4) HASKELL (5) LetRed [EQUIVALENT, 0 ms] (6) HASKELL (7) Narrow [SOUND, 0 ms] (8) AND (9) QDP (10) QDPSizeChangeProof [EQUIVALENT, 13 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"];3079[label="yv3/yv30 : yv31",fontsize=10,color="white",style="solid",shape="box"];4 -> 3079[label="",style="solid", color="burlywood", weight=9]; 3079 -> 5[label="",style="solid", color="burlywood", weight=3]; 3080[label="yv3/[]",fontsize=10,color="white",style="solid",shape="box"];4 -> 3080[label="",style="solid", color="burlywood", weight=9]; 3080 -> 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 -> 1303[label="",style="dashed", color="red", weight=0]; 21[label="List.nubNub' yv31 (yv30 : [])",fontsize=16,color="magenta"];21 -> 1304[label="",style="dashed", color="magenta", weight=3]; 21 -> 1305[label="",style="dashed", color="magenta", weight=3]; 21 -> 1306[label="",style="dashed", color="magenta", weight=3]; 1304[label="[]",fontsize=16,color="green",shape="box"];1305[label="yv30",fontsize=16,color="green",shape="box"];1306[label="yv31",fontsize=16,color="green",shape="box"];1303[label="List.nubNub' yv48 (yv49 : yv50)",fontsize=16,color="burlywood",shape="triangle"];3081[label="yv48/yv480 : yv481",fontsize=10,color="white",style="solid",shape="box"];1303 -> 3081[label="",style="solid", color="burlywood", weight=9]; 3081 -> 1355[label="",style="solid", color="burlywood", weight=3]; 3082[label="yv48/[]",fontsize=10,color="white",style="solid",shape="box"];1303 -> 3082[label="",style="solid", color="burlywood", weight=9]; 3082 -> 1356[label="",style="solid", color="burlywood", weight=3]; 1355[label="List.nubNub' (yv480 : yv481) (yv49 : yv50)",fontsize=16,color="black",shape="box"];1355 -> 1357[label="",style="solid", color="black", weight=3]; 1356[label="List.nubNub' [] (yv49 : yv50)",fontsize=16,color="black",shape="box"];1356 -> 1358[label="",style="solid", color="black", weight=3]; 1357[label="List.nubNub'2 (yv480 : yv481) (yv49 : yv50)",fontsize=16,color="black",shape="box"];1357 -> 1359[label="",style="solid", color="black", weight=3]; 1358[label="List.nubNub'3 [] (yv49 : yv50)",fontsize=16,color="black",shape="box"];1358 -> 1360[label="",style="solid", color="black", weight=3]; 1359[label="List.nubNub'1 yv480 yv481 (yv49 : yv50) (yv480 `elem` yv49 : yv50)",fontsize=16,color="black",shape="box"];1359 -> 1361[label="",style="solid", color="black", weight=3]; 1360[label="[]",fontsize=16,color="green",shape="box"];1361[label="List.nubNub'1 yv480 yv481 (yv49 : yv50) (any . (==))",fontsize=16,color="black",shape="box"];1361 -> 1362[label="",style="solid", color="black", weight=3]; 1362[label="List.nubNub'1 yv480 yv481 (yv49 : yv50) (any ((==) yv480) (yv49 : yv50))",fontsize=16,color="black",shape="box"];1362 -> 1363[label="",style="solid", color="black", weight=3]; 1363[label="List.nubNub'1 yv480 yv481 (yv49 : yv50) (or . map ((==) yv480))",fontsize=16,color="black",shape="box"];1363 -> 1364[label="",style="solid", color="black", weight=3]; 1364[label="List.nubNub'1 yv480 yv481 (yv49 : yv50) (or (map ((==) yv480) (yv49 : yv50)))",fontsize=16,color="black",shape="box"];1364 -> 1365[label="",style="solid", color="black", weight=3]; 1365[label="List.nubNub'1 yv480 yv481 (yv49 : yv50) (foldr (||) False (map ((==) yv480) (yv49 : yv50)))",fontsize=16,color="black",shape="box"];1365 -> 1366[label="",style="solid", color="black", weight=3]; 1366 -> 2340[label="",style="dashed", color="red", weight=0]; 1366[label="List.nubNub'1 yv480 yv481 (yv49 : yv50) (foldr (||) False (((==) yv480 yv49) : map ((==) yv480) yv50))",fontsize=16,color="magenta"];1366 -> 2341[label="",style="dashed", color="magenta", weight=3]; 1366 -> 2342[label="",style="dashed", color="magenta", weight=3]; 1366 -> 2343[label="",style="dashed", color="magenta", weight=3]; 1366 -> 2344[label="",style="dashed", color="magenta", weight=3]; 1366 -> 2345[label="",style="dashed", color="magenta", weight=3]; 1366 -> 2346[label="",style="dashed", color="magenta", weight=3]; 2341[label="yv481",fontsize=16,color="green",shape="box"];2342[label="yv480",fontsize=16,color="green",shape="box"];2343[label="yv50",fontsize=16,color="green",shape="box"];2344[label="yv49",fontsize=16,color="green",shape="box"];2345[label="yv50",fontsize=16,color="green",shape="box"];2346[label="yv49",fontsize=16,color="green",shape="box"];2340[label="List.nubNub'1 yv141 yv142 (yv143 : yv144) (foldr (||) False (((==) yv141 yv145) : map ((==) yv141) yv146))",fontsize=16,color="black",shape="triangle"];2340 -> 2377[label="",style="solid", color="black", weight=3]; 2377 -> 2378[label="",style="dashed", color="red", weight=0]; 2377[label="List.nubNub'1 yv141 yv142 (yv143 : yv144) ((||) (==) yv141 yv145 foldr (||) False (map ((==) yv141) yv146))",fontsize=16,color="magenta"];2377 -> 2379[label="",style="dashed", color="magenta", weight=3]; 2377 -> 2380[label="",style="dashed", color="magenta", weight=3]; 2377 -> 2381[label="",style="dashed", color="magenta", weight=3]; 2377 -> 2382[label="",style="dashed", color="magenta", weight=3]; 2377 -> 2383[label="",style="dashed", color="magenta", weight=3]; 2377 -> 2384[label="",style="dashed", color="magenta", weight=3]; 2379[label="yv142",fontsize=16,color="green",shape="box"];2380[label="(==) yv141 yv145",fontsize=16,color="blue",shape="box"];3083[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2380 -> 3083[label="",style="solid", color="blue", weight=9]; 3083 -> 2385[label="",style="solid", color="blue", weight=3]; 3084[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2380 -> 3084[label="",style="solid", color="blue", weight=9]; 3084 -> 2386[label="",style="solid", color="blue", weight=3]; 3085[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2380 -> 3085[label="",style="solid", color="blue", weight=9]; 3085 -> 2387[label="",style="solid", color="blue", weight=3]; 3086[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2380 -> 3086[label="",style="solid", color="blue", weight=9]; 3086 -> 2388[label="",style="solid", color="blue", weight=3]; 3087[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2380 -> 3087[label="",style="solid", color="blue", weight=9]; 3087 -> 2389[label="",style="solid", color="blue", weight=3]; 3088[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2380 -> 3088[label="",style="solid", color="blue", weight=9]; 3088 -> 2390[label="",style="solid", color="blue", weight=3]; 3089[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2380 -> 3089[label="",style="solid", color="blue", weight=9]; 3089 -> 2391[label="",style="solid", color="blue", weight=3]; 3090[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2380 -> 3090[label="",style="solid", color="blue", weight=9]; 3090 -> 2392[label="",style="solid", color="blue", weight=3]; 3091[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2380 -> 3091[label="",style="solid", color="blue", weight=9]; 3091 -> 2393[label="",style="solid", color="blue", weight=3]; 3092[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2380 -> 3092[label="",style="solid", color="blue", weight=9]; 3092 -> 2394[label="",style="solid", color="blue", weight=3]; 3093[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2380 -> 3093[label="",style="solid", color="blue", weight=9]; 3093 -> 2395[label="",style="solid", color="blue", weight=3]; 3094[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2380 -> 3094[label="",style="solid", color="blue", weight=9]; 3094 -> 2396[label="",style="solid", color="blue", weight=3]; 3095[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2380 -> 3095[label="",style="solid", color="blue", weight=9]; 3095 -> 2397[label="",style="solid", color="blue", weight=3]; 3096[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2380 -> 3096[label="",style="solid", color="blue", weight=9]; 3096 -> 2398[label="",style="solid", color="blue", weight=3]; 2381[label="yv144",fontsize=16,color="green",shape="box"];2382[label="yv141",fontsize=16,color="green",shape="box"];2383[label="yv146",fontsize=16,color="green",shape="box"];2384[label="yv143",fontsize=16,color="green",shape="box"];2378[label="List.nubNub'1 yv154 yv155 (yv156 : yv157) ((||) yv158 foldr (||) False (map ((==) yv154) yv159))",fontsize=16,color="burlywood",shape="triangle"];3097[label="yv158/False",fontsize=10,color="white",style="solid",shape="box"];2378 -> 3097[label="",style="solid", color="burlywood", weight=9]; 3097 -> 2399[label="",style="solid", color="burlywood", weight=3]; 3098[label="yv158/True",fontsize=10,color="white",style="solid",shape="box"];2378 -> 3098[label="",style="solid", color="burlywood", weight=9]; 3098 -> 2400[label="",style="solid", color="burlywood", weight=3]; 2385[label="(==) yv141 yv145",fontsize=16,color="burlywood",shape="triangle"];3099[label="yv141/Left yv1410",fontsize=10,color="white",style="solid",shape="box"];2385 -> 3099[label="",style="solid", color="burlywood", weight=9]; 3099 -> 2401[label="",style="solid", color="burlywood", weight=3]; 3100[label="yv141/Right yv1410",fontsize=10,color="white",style="solid",shape="box"];2385 -> 3100[label="",style="solid", color="burlywood", weight=9]; 3100 -> 2402[label="",style="solid", color="burlywood", weight=3]; 2386[label="(==) yv141 yv145",fontsize=16,color="burlywood",shape="triangle"];3101[label="yv141/(yv1410,yv1411)",fontsize=10,color="white",style="solid",shape="box"];2386 -> 3101[label="",style="solid", color="burlywood", weight=9]; 3101 -> 2403[label="",style="solid", color="burlywood", weight=3]; 2387[label="(==) yv141 yv145",fontsize=16,color="burlywood",shape="triangle"];3102[label="yv141/()",fontsize=10,color="white",style="solid",shape="box"];2387 -> 3102[label="",style="solid", color="burlywood", weight=9]; 3102 -> 2404[label="",style="solid", color="burlywood", weight=3]; 2388[label="(==) yv141 yv145",fontsize=16,color="burlywood",shape="triangle"];3103[label="yv141/LT",fontsize=10,color="white",style="solid",shape="box"];2388 -> 3103[label="",style="solid", color="burlywood", weight=9]; 3103 -> 2405[label="",style="solid", color="burlywood", weight=3]; 3104[label="yv141/EQ",fontsize=10,color="white",style="solid",shape="box"];2388 -> 3104[label="",style="solid", color="burlywood", weight=9]; 3104 -> 2406[label="",style="solid", color="burlywood", weight=3]; 3105[label="yv141/GT",fontsize=10,color="white",style="solid",shape="box"];2388 -> 3105[label="",style="solid", color="burlywood", weight=9]; 3105 -> 2407[label="",style="solid", color="burlywood", weight=3]; 2389[label="(==) yv141 yv145",fontsize=16,color="burlywood",shape="triangle"];3106[label="yv141/yv1410 : yv1411",fontsize=10,color="white",style="solid",shape="box"];2389 -> 3106[label="",style="solid", color="burlywood", weight=9]; 3106 -> 2408[label="",style="solid", color="burlywood", weight=3]; 3107[label="yv141/[]",fontsize=10,color="white",style="solid",shape="box"];2389 -> 3107[label="",style="solid", color="burlywood", weight=9]; 3107 -> 2409[label="",style="solid", color="burlywood", weight=3]; 2390[label="(==) yv141 yv145",fontsize=16,color="burlywood",shape="triangle"];3108[label="yv141/Nothing",fontsize=10,color="white",style="solid",shape="box"];2390 -> 3108[label="",style="solid", color="burlywood", weight=9]; 3108 -> 2410[label="",style="solid", color="burlywood", weight=3]; 3109[label="yv141/Just yv1410",fontsize=10,color="white",style="solid",shape="box"];2390 -> 3109[label="",style="solid", color="burlywood", weight=9]; 3109 -> 2411[label="",style="solid", color="burlywood", weight=3]; 2391[label="(==) yv141 yv145",fontsize=16,color="burlywood",shape="triangle"];3110[label="yv141/Integer yv1410",fontsize=10,color="white",style="solid",shape="box"];2391 -> 3110[label="",style="solid", color="burlywood", weight=9]; 3110 -> 2412[label="",style="solid", color="burlywood", weight=3]; 2392[label="(==) yv141 yv145",fontsize=16,color="burlywood",shape="triangle"];3111[label="yv141/yv1410 :% yv1411",fontsize=10,color="white",style="solid",shape="box"];2392 -> 3111[label="",style="solid", color="burlywood", weight=9]; 3111 -> 2413[label="",style="solid", color="burlywood", weight=3]; 2393[label="(==) yv141 yv145",fontsize=16,color="black",shape="triangle"];2393 -> 2414[label="",style="solid", color="black", weight=3]; 2394[label="(==) yv141 yv145",fontsize=16,color="black",shape="triangle"];2394 -> 2415[label="",style="solid", color="black", weight=3]; 2395[label="(==) yv141 yv145",fontsize=16,color="burlywood",shape="triangle"];3112[label="yv141/False",fontsize=10,color="white",style="solid",shape="box"];2395 -> 3112[label="",style="solid", color="burlywood", weight=9]; 3112 -> 2416[label="",style="solid", color="burlywood", weight=3]; 3113[label="yv141/True",fontsize=10,color="white",style="solid",shape="box"];2395 -> 3113[label="",style="solid", color="burlywood", weight=9]; 3113 -> 2417[label="",style="solid", color="burlywood", weight=3]; 2396[label="(==) yv141 yv145",fontsize=16,color="black",shape="triangle"];2396 -> 2418[label="",style="solid", color="black", weight=3]; 2397[label="(==) yv141 yv145",fontsize=16,color="black",shape="triangle"];2397 -> 2419[label="",style="solid", color="black", weight=3]; 2398[label="(==) yv141 yv145",fontsize=16,color="burlywood",shape="triangle"];3114[label="yv141/(yv1410,yv1411,yv1412)",fontsize=10,color="white",style="solid",shape="box"];2398 -> 3114[label="",style="solid", color="burlywood", weight=9]; 3114 -> 2420[label="",style="solid", color="burlywood", weight=3]; 2399[label="List.nubNub'1 yv154 yv155 (yv156 : yv157) ((||) False foldr (||) False (map ((==) yv154) yv159))",fontsize=16,color="black",shape="box"];2399 -> 2421[label="",style="solid", color="black", weight=3]; 2400[label="List.nubNub'1 yv154 yv155 (yv156 : yv157) ((||) True foldr (||) False (map ((==) yv154) yv159))",fontsize=16,color="black",shape="box"];2400 -> 2422[label="",style="solid", color="black", weight=3]; 2401[label="(==) Left yv1410 yv145",fontsize=16,color="burlywood",shape="box"];3115[label="yv145/Left yv1450",fontsize=10,color="white",style="solid",shape="box"];2401 -> 3115[label="",style="solid", color="burlywood", weight=9]; 3115 -> 2423[label="",style="solid", color="burlywood", weight=3]; 3116[label="yv145/Right yv1450",fontsize=10,color="white",style="solid",shape="box"];2401 -> 3116[label="",style="solid", color="burlywood", weight=9]; 3116 -> 2424[label="",style="solid", color="burlywood", weight=3]; 2402[label="(==) Right yv1410 yv145",fontsize=16,color="burlywood",shape="box"];3117[label="yv145/Left yv1450",fontsize=10,color="white",style="solid",shape="box"];2402 -> 3117[label="",style="solid", color="burlywood", weight=9]; 3117 -> 2425[label="",style="solid", color="burlywood", weight=3]; 3118[label="yv145/Right yv1450",fontsize=10,color="white",style="solid",shape="box"];2402 -> 3118[label="",style="solid", color="burlywood", weight=9]; 3118 -> 2426[label="",style="solid", color="burlywood", weight=3]; 2403[label="(==) (yv1410,yv1411) yv145",fontsize=16,color="burlywood",shape="box"];3119[label="yv145/(yv1450,yv1451)",fontsize=10,color="white",style="solid",shape="box"];2403 -> 3119[label="",style="solid", color="burlywood", weight=9]; 3119 -> 2427[label="",style="solid", color="burlywood", weight=3]; 2404[label="(==) () yv145",fontsize=16,color="burlywood",shape="box"];3120[label="yv145/()",fontsize=10,color="white",style="solid",shape="box"];2404 -> 3120[label="",style="solid", color="burlywood", weight=9]; 3120 -> 2428[label="",style="solid", color="burlywood", weight=3]; 2405[label="(==) LT yv145",fontsize=16,color="burlywood",shape="box"];3121[label="yv145/LT",fontsize=10,color="white",style="solid",shape="box"];2405 -> 3121[label="",style="solid", color="burlywood", weight=9]; 3121 -> 2429[label="",style="solid", color="burlywood", weight=3]; 3122[label="yv145/EQ",fontsize=10,color="white",style="solid",shape="box"];2405 -> 3122[label="",style="solid", color="burlywood", weight=9]; 3122 -> 2430[label="",style="solid", color="burlywood", weight=3]; 3123[label="yv145/GT",fontsize=10,color="white",style="solid",shape="box"];2405 -> 3123[label="",style="solid", color="burlywood", weight=9]; 3123 -> 2431[label="",style="solid", color="burlywood", weight=3]; 2406[label="(==) EQ yv145",fontsize=16,color="burlywood",shape="box"];3124[label="yv145/LT",fontsize=10,color="white",style="solid",shape="box"];2406 -> 3124[label="",style="solid", color="burlywood", weight=9]; 3124 -> 2432[label="",style="solid", color="burlywood", weight=3]; 3125[label="yv145/EQ",fontsize=10,color="white",style="solid",shape="box"];2406 -> 3125[label="",style="solid", color="burlywood", weight=9]; 3125 -> 2433[label="",style="solid", color="burlywood", weight=3]; 3126[label="yv145/GT",fontsize=10,color="white",style="solid",shape="box"];2406 -> 3126[label="",style="solid", color="burlywood", weight=9]; 3126 -> 2434[label="",style="solid", color="burlywood", weight=3]; 2407[label="(==) GT yv145",fontsize=16,color="burlywood",shape="box"];3127[label="yv145/LT",fontsize=10,color="white",style="solid",shape="box"];2407 -> 3127[label="",style="solid", color="burlywood", weight=9]; 3127 -> 2435[label="",style="solid", color="burlywood", weight=3]; 3128[label="yv145/EQ",fontsize=10,color="white",style="solid",shape="box"];2407 -> 3128[label="",style="solid", color="burlywood", weight=9]; 3128 -> 2436[label="",style="solid", color="burlywood", weight=3]; 3129[label="yv145/GT",fontsize=10,color="white",style="solid",shape="box"];2407 -> 3129[label="",style="solid", color="burlywood", weight=9]; 3129 -> 2437[label="",style="solid", color="burlywood", weight=3]; 2408[label="(==) yv1410 : yv1411 yv145",fontsize=16,color="burlywood",shape="box"];3130[label="yv145/yv1450 : yv1451",fontsize=10,color="white",style="solid",shape="box"];2408 -> 3130[label="",style="solid", color="burlywood", weight=9]; 3130 -> 2438[label="",style="solid", color="burlywood", weight=3]; 3131[label="yv145/[]",fontsize=10,color="white",style="solid",shape="box"];2408 -> 3131[label="",style="solid", color="burlywood", weight=9]; 3131 -> 2439[label="",style="solid", color="burlywood", weight=3]; 2409[label="(==) [] yv145",fontsize=16,color="burlywood",shape="box"];3132[label="yv145/yv1450 : yv1451",fontsize=10,color="white",style="solid",shape="box"];2409 -> 3132[label="",style="solid", color="burlywood", weight=9]; 3132 -> 2440[label="",style="solid", color="burlywood", weight=3]; 3133[label="yv145/[]",fontsize=10,color="white",style="solid",shape="box"];2409 -> 3133[label="",style="solid", color="burlywood", weight=9]; 3133 -> 2441[label="",style="solid", color="burlywood", weight=3]; 2410[label="(==) Nothing yv145",fontsize=16,color="burlywood",shape="box"];3134[label="yv145/Nothing",fontsize=10,color="white",style="solid",shape="box"];2410 -> 3134[label="",style="solid", color="burlywood", weight=9]; 3134 -> 2442[label="",style="solid", color="burlywood", weight=3]; 3135[label="yv145/Just yv1450",fontsize=10,color="white",style="solid",shape="box"];2410 -> 3135[label="",style="solid", color="burlywood", weight=9]; 3135 -> 2443[label="",style="solid", color="burlywood", weight=3]; 2411[label="(==) Just yv1410 yv145",fontsize=16,color="burlywood",shape="box"];3136[label="yv145/Nothing",fontsize=10,color="white",style="solid",shape="box"];2411 -> 3136[label="",style="solid", color="burlywood", weight=9]; 3136 -> 2444[label="",style="solid", color="burlywood", weight=3]; 3137[label="yv145/Just yv1450",fontsize=10,color="white",style="solid",shape="box"];2411 -> 3137[label="",style="solid", color="burlywood", weight=9]; 3137 -> 2445[label="",style="solid", color="burlywood", weight=3]; 2412[label="(==) Integer yv1410 yv145",fontsize=16,color="burlywood",shape="box"];3138[label="yv145/Integer yv1450",fontsize=10,color="white",style="solid",shape="box"];2412 -> 3138[label="",style="solid", color="burlywood", weight=9]; 3138 -> 2446[label="",style="solid", color="burlywood", weight=3]; 2413[label="(==) yv1410 :% yv1411 yv145",fontsize=16,color="burlywood",shape="box"];3139[label="yv145/yv1450 :% yv1451",fontsize=10,color="white",style="solid",shape="box"];2413 -> 3139[label="",style="solid", color="burlywood", weight=9]; 3139 -> 2447[label="",style="solid", color="burlywood", weight=3]; 2414[label="primEqInt yv141 yv145",fontsize=16,color="burlywood",shape="triangle"];3140[label="yv141/Pos yv1410",fontsize=10,color="white",style="solid",shape="box"];2414 -> 3140[label="",style="solid", color="burlywood", weight=9]; 3140 -> 2448[label="",style="solid", color="burlywood", weight=3]; 3141[label="yv141/Neg yv1410",fontsize=10,color="white",style="solid",shape="box"];2414 -> 3141[label="",style="solid", color="burlywood", weight=9]; 3141 -> 2449[label="",style="solid", color="burlywood", weight=3]; 2415[label="primEqChar yv141 yv145",fontsize=16,color="burlywood",shape="box"];3142[label="yv141/Char yv1410",fontsize=10,color="white",style="solid",shape="box"];2415 -> 3142[label="",style="solid", color="burlywood", weight=9]; 3142 -> 2450[label="",style="solid", color="burlywood", weight=3]; 2416[label="(==) False yv145",fontsize=16,color="burlywood",shape="box"];3143[label="yv145/False",fontsize=10,color="white",style="solid",shape="box"];2416 -> 3143[label="",style="solid", color="burlywood", weight=9]; 3143 -> 2451[label="",style="solid", color="burlywood", weight=3]; 3144[label="yv145/True",fontsize=10,color="white",style="solid",shape="box"];2416 -> 3144[label="",style="solid", color="burlywood", weight=9]; 3144 -> 2452[label="",style="solid", color="burlywood", weight=3]; 2417[label="(==) True yv145",fontsize=16,color="burlywood",shape="box"];3145[label="yv145/False",fontsize=10,color="white",style="solid",shape="box"];2417 -> 3145[label="",style="solid", color="burlywood", weight=9]; 3145 -> 2453[label="",style="solid", color="burlywood", weight=3]; 3146[label="yv145/True",fontsize=10,color="white",style="solid",shape="box"];2417 -> 3146[label="",style="solid", color="burlywood", weight=9]; 3146 -> 2454[label="",style="solid", color="burlywood", weight=3]; 2418[label="primEqFloat yv141 yv145",fontsize=16,color="burlywood",shape="box"];3147[label="yv141/Float yv1410 yv1411",fontsize=10,color="white",style="solid",shape="box"];2418 -> 3147[label="",style="solid", color="burlywood", weight=9]; 3147 -> 2455[label="",style="solid", color="burlywood", weight=3]; 2419[label="primEqDouble yv141 yv145",fontsize=16,color="burlywood",shape="box"];3148[label="yv141/Double yv1410 yv1411",fontsize=10,color="white",style="solid",shape="box"];2419 -> 3148[label="",style="solid", color="burlywood", weight=9]; 3148 -> 2456[label="",style="solid", color="burlywood", weight=3]; 2420[label="(==) (yv1410,yv1411,yv1412) yv145",fontsize=16,color="burlywood",shape="box"];3149[label="yv145/(yv1450,yv1451,yv1452)",fontsize=10,color="white",style="solid",shape="box"];2420 -> 3149[label="",style="solid", color="burlywood", weight=9]; 3149 -> 2457[label="",style="solid", color="burlywood", weight=3]; 2421[label="List.nubNub'1 yv154 yv155 (yv156 : yv157) (foldr (||) False (map ((==) yv154) yv159))",fontsize=16,color="burlywood",shape="box"];3150[label="yv159/yv1590 : yv1591",fontsize=10,color="white",style="solid",shape="box"];2421 -> 3150[label="",style="solid", color="burlywood", weight=9]; 3150 -> 2458[label="",style="solid", color="burlywood", weight=3]; 3151[label="yv159/[]",fontsize=10,color="white",style="solid",shape="box"];2421 -> 3151[label="",style="solid", color="burlywood", weight=9]; 3151 -> 2459[label="",style="solid", color="burlywood", weight=3]; 2422[label="List.nubNub'1 yv154 yv155 (yv156 : yv157) True",fontsize=16,color="black",shape="box"];2422 -> 2460[label="",style="solid", color="black", weight=3]; 2423[label="(==) Left yv1410 Left yv1450",fontsize=16,color="black",shape="box"];2423 -> 2461[label="",style="solid", color="black", weight=3]; 2424[label="(==) Left yv1410 Right yv1450",fontsize=16,color="black",shape="box"];2424 -> 2462[label="",style="solid", color="black", weight=3]; 2425[label="(==) Right yv1410 Left yv1450",fontsize=16,color="black",shape="box"];2425 -> 2463[label="",style="solid", color="black", weight=3]; 2426[label="(==) Right yv1410 Right yv1450",fontsize=16,color="black",shape="box"];2426 -> 2464[label="",style="solid", color="black", weight=3]; 2427[label="(==) (yv1410,yv1411) (yv1450,yv1451)",fontsize=16,color="black",shape="box"];2427 -> 2465[label="",style="solid", color="black", weight=3]; 2428[label="(==) () ()",fontsize=16,color="black",shape="box"];2428 -> 2466[label="",style="solid", color="black", weight=3]; 2429[label="(==) LT LT",fontsize=16,color="black",shape="box"];2429 -> 2467[label="",style="solid", color="black", weight=3]; 2430[label="(==) LT EQ",fontsize=16,color="black",shape="box"];2430 -> 2468[label="",style="solid", color="black", weight=3]; 2431[label="(==) LT GT",fontsize=16,color="black",shape="box"];2431 -> 2469[label="",style="solid", color="black", weight=3]; 2432[label="(==) EQ LT",fontsize=16,color="black",shape="box"];2432 -> 2470[label="",style="solid", color="black", weight=3]; 2433[label="(==) EQ EQ",fontsize=16,color="black",shape="box"];2433 -> 2471[label="",style="solid", color="black", weight=3]; 2434[label="(==) EQ GT",fontsize=16,color="black",shape="box"];2434 -> 2472[label="",style="solid", color="black", weight=3]; 2435[label="(==) GT LT",fontsize=16,color="black",shape="box"];2435 -> 2473[label="",style="solid", color="black", weight=3]; 2436[label="(==) GT EQ",fontsize=16,color="black",shape="box"];2436 -> 2474[label="",style="solid", color="black", weight=3]; 2437[label="(==) GT GT",fontsize=16,color="black",shape="box"];2437 -> 2475[label="",style="solid", color="black", weight=3]; 2438[label="(==) yv1410 : yv1411 yv1450 : yv1451",fontsize=16,color="black",shape="box"];2438 -> 2476[label="",style="solid", color="black", weight=3]; 2439[label="(==) yv1410 : yv1411 []",fontsize=16,color="black",shape="box"];2439 -> 2477[label="",style="solid", color="black", weight=3]; 2440[label="(==) [] yv1450 : yv1451",fontsize=16,color="black",shape="box"];2440 -> 2478[label="",style="solid", color="black", weight=3]; 2441[label="(==) [] []",fontsize=16,color="black",shape="box"];2441 -> 2479[label="",style="solid", color="black", weight=3]; 2442[label="(==) Nothing Nothing",fontsize=16,color="black",shape="box"];2442 -> 2480[label="",style="solid", color="black", weight=3]; 2443[label="(==) Nothing Just yv1450",fontsize=16,color="black",shape="box"];2443 -> 2481[label="",style="solid", color="black", weight=3]; 2444[label="(==) Just yv1410 Nothing",fontsize=16,color="black",shape="box"];2444 -> 2482[label="",style="solid", color="black", weight=3]; 2445[label="(==) Just yv1410 Just yv1450",fontsize=16,color="black",shape="box"];2445 -> 2483[label="",style="solid", color="black", weight=3]; 2446[label="(==) Integer yv1410 Integer yv1450",fontsize=16,color="black",shape="box"];2446 -> 2484[label="",style="solid", color="black", weight=3]; 2447[label="(==) yv1410 :% yv1411 yv1450 :% yv1451",fontsize=16,color="black",shape="box"];2447 -> 2485[label="",style="solid", color="black", weight=3]; 2448[label="primEqInt (Pos yv1410) yv145",fontsize=16,color="burlywood",shape="box"];3152[label="yv1410/Succ yv14100",fontsize=10,color="white",style="solid",shape="box"];2448 -> 3152[label="",style="solid", color="burlywood", weight=9]; 3152 -> 2486[label="",style="solid", color="burlywood", weight=3]; 3153[label="yv1410/Zero",fontsize=10,color="white",style="solid",shape="box"];2448 -> 3153[label="",style="solid", color="burlywood", weight=9]; 3153 -> 2487[label="",style="solid", color="burlywood", weight=3]; 2449[label="primEqInt (Neg yv1410) yv145",fontsize=16,color="burlywood",shape="box"];3154[label="yv1410/Succ yv14100",fontsize=10,color="white",style="solid",shape="box"];2449 -> 3154[label="",style="solid", color="burlywood", weight=9]; 3154 -> 2488[label="",style="solid", color="burlywood", weight=3]; 3155[label="yv1410/Zero",fontsize=10,color="white",style="solid",shape="box"];2449 -> 3155[label="",style="solid", color="burlywood", weight=9]; 3155 -> 2489[label="",style="solid", color="burlywood", weight=3]; 2450[label="primEqChar (Char yv1410) yv145",fontsize=16,color="burlywood",shape="box"];3156[label="yv145/Char yv1450",fontsize=10,color="white",style="solid",shape="box"];2450 -> 3156[label="",style="solid", color="burlywood", weight=9]; 3156 -> 2490[label="",style="solid", color="burlywood", weight=3]; 2451[label="(==) False False",fontsize=16,color="black",shape="box"];2451 -> 2491[label="",style="solid", color="black", weight=3]; 2452[label="(==) False True",fontsize=16,color="black",shape="box"];2452 -> 2492[label="",style="solid", color="black", weight=3]; 2453[label="(==) True False",fontsize=16,color="black",shape="box"];2453 -> 2493[label="",style="solid", color="black", weight=3]; 2454[label="(==) True True",fontsize=16,color="black",shape="box"];2454 -> 2494[label="",style="solid", color="black", weight=3]; 2455[label="primEqFloat (Float yv1410 yv1411) yv145",fontsize=16,color="burlywood",shape="box"];3157[label="yv145/Float yv1450 yv1451",fontsize=10,color="white",style="solid",shape="box"];2455 -> 3157[label="",style="solid", color="burlywood", weight=9]; 3157 -> 2495[label="",style="solid", color="burlywood", weight=3]; 2456[label="primEqDouble (Double yv1410 yv1411) yv145",fontsize=16,color="burlywood",shape="box"];3158[label="yv145/Double yv1450 yv1451",fontsize=10,color="white",style="solid",shape="box"];2456 -> 3158[label="",style="solid", color="burlywood", weight=9]; 3158 -> 2496[label="",style="solid", color="burlywood", weight=3]; 2457[label="(==) (yv1410,yv1411,yv1412) (yv1450,yv1451,yv1452)",fontsize=16,color="black",shape="box"];2457 -> 2497[label="",style="solid", color="black", weight=3]; 2458[label="List.nubNub'1 yv154 yv155 (yv156 : yv157) (foldr (||) False (map ((==) yv154) (yv1590 : yv1591)))",fontsize=16,color="black",shape="box"];2458 -> 2498[label="",style="solid", color="black", weight=3]; 2459[label="List.nubNub'1 yv154 yv155 (yv156 : yv157) (foldr (||) False (map ((==) yv154) []))",fontsize=16,color="black",shape="box"];2459 -> 2499[label="",style="solid", color="black", weight=3]; 2460 -> 1303[label="",style="dashed", color="red", weight=0]; 2460[label="List.nubNub' yv155 (yv156 : yv157)",fontsize=16,color="magenta"];2460 -> 2500[label="",style="dashed", color="magenta", weight=3]; 2460 -> 2501[label="",style="dashed", color="magenta", weight=3]; 2460 -> 2502[label="",style="dashed", color="magenta", weight=3]; 2461[label="yv1410 == yv1450",fontsize=16,color="blue",shape="box"];3159[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2461 -> 3159[label="",style="solid", color="blue", weight=9]; 3159 -> 2503[label="",style="solid", color="blue", weight=3]; 3160[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2461 -> 3160[label="",style="solid", color="blue", weight=9]; 3160 -> 2504[label="",style="solid", color="blue", weight=3]; 3161[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2461 -> 3161[label="",style="solid", color="blue", weight=9]; 3161 -> 2505[label="",style="solid", color="blue", weight=3]; 3162[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2461 -> 3162[label="",style="solid", color="blue", weight=9]; 3162 -> 2506[label="",style="solid", color="blue", weight=3]; 3163[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2461 -> 3163[label="",style="solid", color="blue", weight=9]; 3163 -> 2507[label="",style="solid", color="blue", weight=3]; 3164[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2461 -> 3164[label="",style="solid", color="blue", weight=9]; 3164 -> 2508[label="",style="solid", color="blue", weight=3]; 3165[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2461 -> 3165[label="",style="solid", color="blue", weight=9]; 3165 -> 2509[label="",style="solid", color="blue", weight=3]; 3166[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2461 -> 3166[label="",style="solid", color="blue", weight=9]; 3166 -> 2510[label="",style="solid", color="blue", weight=3]; 3167[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2461 -> 3167[label="",style="solid", color="blue", weight=9]; 3167 -> 2511[label="",style="solid", color="blue", weight=3]; 3168[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2461 -> 3168[label="",style="solid", color="blue", weight=9]; 3168 -> 2512[label="",style="solid", color="blue", weight=3]; 3169[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2461 -> 3169[label="",style="solid", color="blue", weight=9]; 3169 -> 2513[label="",style="solid", color="blue", weight=3]; 3170[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2461 -> 3170[label="",style="solid", color="blue", weight=9]; 3170 -> 2514[label="",style="solid", color="blue", weight=3]; 3171[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2461 -> 3171[label="",style="solid", color="blue", weight=9]; 3171 -> 2515[label="",style="solid", color="blue", weight=3]; 3172[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2461 -> 3172[label="",style="solid", color="blue", weight=9]; 3172 -> 2516[label="",style="solid", color="blue", weight=3]; 2462[label="False",fontsize=16,color="green",shape="box"];2463[label="False",fontsize=16,color="green",shape="box"];2464[label="yv1410 == yv1450",fontsize=16,color="blue",shape="box"];3173[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2464 -> 3173[label="",style="solid", color="blue", weight=9]; 3173 -> 2517[label="",style="solid", color="blue", weight=3]; 3174[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2464 -> 3174[label="",style="solid", color="blue", weight=9]; 3174 -> 2518[label="",style="solid", color="blue", weight=3]; 3175[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2464 -> 3175[label="",style="solid", color="blue", weight=9]; 3175 -> 2519[label="",style="solid", color="blue", weight=3]; 3176[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2464 -> 3176[label="",style="solid", color="blue", weight=9]; 3176 -> 2520[label="",style="solid", color="blue", weight=3]; 3177[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2464 -> 3177[label="",style="solid", color="blue", weight=9]; 3177 -> 2521[label="",style="solid", color="blue", weight=3]; 3178[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2464 -> 3178[label="",style="solid", color="blue", weight=9]; 3178 -> 2522[label="",style="solid", color="blue", weight=3]; 3179[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2464 -> 3179[label="",style="solid", color="blue", weight=9]; 3179 -> 2523[label="",style="solid", color="blue", weight=3]; 3180[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2464 -> 3180[label="",style="solid", color="blue", weight=9]; 3180 -> 2524[label="",style="solid", color="blue", weight=3]; 3181[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2464 -> 3181[label="",style="solid", color="blue", weight=9]; 3181 -> 2525[label="",style="solid", color="blue", weight=3]; 3182[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2464 -> 3182[label="",style="solid", color="blue", weight=9]; 3182 -> 2526[label="",style="solid", color="blue", weight=3]; 3183[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2464 -> 3183[label="",style="solid", color="blue", weight=9]; 3183 -> 2527[label="",style="solid", color="blue", weight=3]; 3184[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2464 -> 3184[label="",style="solid", color="blue", weight=9]; 3184 -> 2528[label="",style="solid", color="blue", weight=3]; 3185[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2464 -> 3185[label="",style="solid", color="blue", weight=9]; 3185 -> 2529[label="",style="solid", color="blue", weight=3]; 3186[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2464 -> 3186[label="",style="solid", color="blue", weight=9]; 3186 -> 2530[label="",style="solid", color="blue", weight=3]; 2465 -> 2656[label="",style="dashed", color="red", weight=0]; 2465[label="yv1410 == yv1450 && yv1411 == yv1451",fontsize=16,color="magenta"];2465 -> 2657[label="",style="dashed", color="magenta", weight=3]; 2465 -> 2658[label="",style="dashed", color="magenta", weight=3]; 2466[label="True",fontsize=16,color="green",shape="box"];2467[label="True",fontsize=16,color="green",shape="box"];2468[label="False",fontsize=16,color="green",shape="box"];2469[label="False",fontsize=16,color="green",shape="box"];2470[label="False",fontsize=16,color="green",shape="box"];2471[label="True",fontsize=16,color="green",shape="box"];2472[label="False",fontsize=16,color="green",shape="box"];2473[label="False",fontsize=16,color="green",shape="box"];2474[label="False",fontsize=16,color="green",shape="box"];2475[label="True",fontsize=16,color="green",shape="box"];2476 -> 2656[label="",style="dashed", color="red", weight=0]; 2476[label="yv1410 == yv1450 && yv1411 == yv1451",fontsize=16,color="magenta"];2476 -> 2659[label="",style="dashed", color="magenta", weight=3]; 2476 -> 2660[label="",style="dashed", color="magenta", weight=3]; 2477[label="False",fontsize=16,color="green",shape="box"];2478[label="False",fontsize=16,color="green",shape="box"];2479[label="True",fontsize=16,color="green",shape="box"];2480[label="True",fontsize=16,color="green",shape="box"];2481[label="False",fontsize=16,color="green",shape="box"];2482[label="False",fontsize=16,color="green",shape="box"];2483[label="yv1410 == yv1450",fontsize=16,color="blue",shape="box"];3187[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3187[label="",style="solid", color="blue", weight=9]; 3187 -> 2541[label="",style="solid", color="blue", weight=3]; 3188[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3188[label="",style="solid", color="blue", weight=9]; 3188 -> 2542[label="",style="solid", color="blue", weight=3]; 3189[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3189[label="",style="solid", color="blue", weight=9]; 3189 -> 2543[label="",style="solid", color="blue", weight=3]; 3190[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3190[label="",style="solid", color="blue", weight=9]; 3190 -> 2544[label="",style="solid", color="blue", weight=3]; 3191[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3191[label="",style="solid", color="blue", weight=9]; 3191 -> 2545[label="",style="solid", color="blue", weight=3]; 3192[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3192[label="",style="solid", color="blue", weight=9]; 3192 -> 2546[label="",style="solid", color="blue", weight=3]; 3193[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3193[label="",style="solid", color="blue", weight=9]; 3193 -> 2547[label="",style="solid", color="blue", weight=3]; 3194[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3194[label="",style="solid", color="blue", weight=9]; 3194 -> 2548[label="",style="solid", color="blue", weight=3]; 3195[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3195[label="",style="solid", color="blue", weight=9]; 3195 -> 2549[label="",style="solid", color="blue", weight=3]; 3196[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3196[label="",style="solid", color="blue", weight=9]; 3196 -> 2550[label="",style="solid", color="blue", weight=3]; 3197[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3197[label="",style="solid", color="blue", weight=9]; 3197 -> 2551[label="",style="solid", color="blue", weight=3]; 3198[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3198[label="",style="solid", color="blue", weight=9]; 3198 -> 2552[label="",style="solid", color="blue", weight=3]; 3199[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3199[label="",style="solid", color="blue", weight=9]; 3199 -> 2553[label="",style="solid", color="blue", weight=3]; 3200[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3200[label="",style="solid", color="blue", weight=9]; 3200 -> 2554[label="",style="solid", color="blue", weight=3]; 2484 -> 2414[label="",style="dashed", color="red", weight=0]; 2484[label="primEqInt yv1410 yv1450",fontsize=16,color="magenta"];2484 -> 2555[label="",style="dashed", color="magenta", weight=3]; 2484 -> 2556[label="",style="dashed", color="magenta", weight=3]; 2485 -> 2656[label="",style="dashed", color="red", weight=0]; 2485[label="yv1410 == yv1450 && yv1411 == yv1451",fontsize=16,color="magenta"];2485 -> 2661[label="",style="dashed", color="magenta", weight=3]; 2485 -> 2662[label="",style="dashed", color="magenta", weight=3]; 2486[label="primEqInt (Pos (Succ yv14100)) yv145",fontsize=16,color="burlywood",shape="box"];3201[label="yv145/Pos yv1450",fontsize=10,color="white",style="solid",shape="box"];2486 -> 3201[label="",style="solid", color="burlywood", weight=9]; 3201 -> 2557[label="",style="solid", color="burlywood", weight=3]; 3202[label="yv145/Neg yv1450",fontsize=10,color="white",style="solid",shape="box"];2486 -> 3202[label="",style="solid", color="burlywood", weight=9]; 3202 -> 2558[label="",style="solid", color="burlywood", weight=3]; 2487[label="primEqInt (Pos Zero) yv145",fontsize=16,color="burlywood",shape="box"];3203[label="yv145/Pos yv1450",fontsize=10,color="white",style="solid",shape="box"];2487 -> 3203[label="",style="solid", color="burlywood", weight=9]; 3203 -> 2559[label="",style="solid", color="burlywood", weight=3]; 3204[label="yv145/Neg yv1450",fontsize=10,color="white",style="solid",shape="box"];2487 -> 3204[label="",style="solid", color="burlywood", weight=9]; 3204 -> 2560[label="",style="solid", color="burlywood", weight=3]; 2488[label="primEqInt (Neg (Succ yv14100)) yv145",fontsize=16,color="burlywood",shape="box"];3205[label="yv145/Pos yv1450",fontsize=10,color="white",style="solid",shape="box"];2488 -> 3205[label="",style="solid", color="burlywood", weight=9]; 3205 -> 2561[label="",style="solid", color="burlywood", weight=3]; 3206[label="yv145/Neg yv1450",fontsize=10,color="white",style="solid",shape="box"];2488 -> 3206[label="",style="solid", color="burlywood", weight=9]; 3206 -> 2562[label="",style="solid", color="burlywood", weight=3]; 2489[label="primEqInt (Neg Zero) yv145",fontsize=16,color="burlywood",shape="box"];3207[label="yv145/Pos yv1450",fontsize=10,color="white",style="solid",shape="box"];2489 -> 3207[label="",style="solid", color="burlywood", weight=9]; 3207 -> 2563[label="",style="solid", color="burlywood", weight=3]; 3208[label="yv145/Neg yv1450",fontsize=10,color="white",style="solid",shape="box"];2489 -> 3208[label="",style="solid", color="burlywood", weight=9]; 3208 -> 2564[label="",style="solid", color="burlywood", weight=3]; 2490[label="primEqChar (Char yv1410) (Char yv1450)",fontsize=16,color="black",shape="box"];2490 -> 2565[label="",style="solid", color="black", weight=3]; 2491[label="True",fontsize=16,color="green",shape="box"];2492[label="False",fontsize=16,color="green",shape="box"];2493[label="False",fontsize=16,color="green",shape="box"];2494[label="True",fontsize=16,color="green",shape="box"];2495[label="primEqFloat (Float yv1410 yv1411) (Float yv1450 yv1451)",fontsize=16,color="black",shape="box"];2495 -> 2566[label="",style="solid", color="black", weight=3]; 2496[label="primEqDouble (Double yv1410 yv1411) (Double yv1450 yv1451)",fontsize=16,color="black",shape="box"];2496 -> 2567[label="",style="solid", color="black", weight=3]; 2497 -> 2656[label="",style="dashed", color="red", weight=0]; 2497[label="yv1410 == yv1450 && yv1411 == yv1451 && yv1412 == yv1452",fontsize=16,color="magenta"];2497 -> 2663[label="",style="dashed", color="magenta", weight=3]; 2497 -> 2664[label="",style="dashed", color="magenta", weight=3]; 2498 -> 2340[label="",style="dashed", color="red", weight=0]; 2498[label="List.nubNub'1 yv154 yv155 (yv156 : yv157) (foldr (||) False (((==) yv154 yv1590) : map ((==) yv154) yv1591))",fontsize=16,color="magenta"];2498 -> 2579[label="",style="dashed", color="magenta", weight=3]; 2498 -> 2580[label="",style="dashed", color="magenta", weight=3]; 2498 -> 2581[label="",style="dashed", color="magenta", weight=3]; 2498 -> 2582[label="",style="dashed", color="magenta", weight=3]; 2498 -> 2583[label="",style="dashed", color="magenta", weight=3]; 2498 -> 2584[label="",style="dashed", color="magenta", weight=3]; 2499[label="List.nubNub'1 yv154 yv155 (yv156 : yv157) (foldr (||) False [])",fontsize=16,color="black",shape="box"];2499 -> 2585[label="",style="solid", color="black", weight=3]; 2500[label="yv157",fontsize=16,color="green",shape="box"];2501[label="yv156",fontsize=16,color="green",shape="box"];2502[label="yv155",fontsize=16,color="green",shape="box"];2503 -> 2385[label="",style="dashed", color="red", weight=0]; 2503[label="yv1410 == yv1450",fontsize=16,color="magenta"];2503 -> 2586[label="",style="dashed", color="magenta", weight=3]; 2503 -> 2587[label="",style="dashed", color="magenta", weight=3]; 2504 -> 2386[label="",style="dashed", color="red", weight=0]; 2504[label="yv1410 == yv1450",fontsize=16,color="magenta"];2504 -> 2588[label="",style="dashed", color="magenta", weight=3]; 2504 -> 2589[label="",style="dashed", color="magenta", weight=3]; 2505 -> 2387[label="",style="dashed", color="red", weight=0]; 2505[label="yv1410 == yv1450",fontsize=16,color="magenta"];2505 -> 2590[label="",style="dashed", color="magenta", weight=3]; 2505 -> 2591[label="",style="dashed", color="magenta", weight=3]; 2506 -> 2388[label="",style="dashed", color="red", weight=0]; 2506[label="yv1410 == yv1450",fontsize=16,color="magenta"];2506 -> 2592[label="",style="dashed", color="magenta", weight=3]; 2506 -> 2593[label="",style="dashed", color="magenta", weight=3]; 2507 -> 2389[label="",style="dashed", color="red", weight=0]; 2507[label="yv1410 == yv1450",fontsize=16,color="magenta"];2507 -> 2594[label="",style="dashed", color="magenta", weight=3]; 2507 -> 2595[label="",style="dashed", color="magenta", weight=3]; 2508 -> 2390[label="",style="dashed", color="red", weight=0]; 2508[label="yv1410 == yv1450",fontsize=16,color="magenta"];2508 -> 2596[label="",style="dashed", color="magenta", weight=3]; 2508 -> 2597[label="",style="dashed", color="magenta", weight=3]; 2509 -> 2391[label="",style="dashed", color="red", weight=0]; 2509[label="yv1410 == yv1450",fontsize=16,color="magenta"];2509 -> 2598[label="",style="dashed", color="magenta", weight=3]; 2509 -> 2599[label="",style="dashed", color="magenta", weight=3]; 2510 -> 2392[label="",style="dashed", color="red", weight=0]; 2510[label="yv1410 == yv1450",fontsize=16,color="magenta"];2510 -> 2600[label="",style="dashed", color="magenta", weight=3]; 2510 -> 2601[label="",style="dashed", color="magenta", weight=3]; 2511 -> 2393[label="",style="dashed", color="red", weight=0]; 2511[label="yv1410 == yv1450",fontsize=16,color="magenta"];2511 -> 2602[label="",style="dashed", color="magenta", weight=3]; 2511 -> 2603[label="",style="dashed", color="magenta", weight=3]; 2512 -> 2394[label="",style="dashed", color="red", weight=0]; 2512[label="yv1410 == yv1450",fontsize=16,color="magenta"];2512 -> 2604[label="",style="dashed", color="magenta", weight=3]; 2512 -> 2605[label="",style="dashed", color="magenta", weight=3]; 2513 -> 2395[label="",style="dashed", color="red", weight=0]; 2513[label="yv1410 == yv1450",fontsize=16,color="magenta"];2513 -> 2606[label="",style="dashed", color="magenta", weight=3]; 2513 -> 2607[label="",style="dashed", color="magenta", weight=3]; 2514 -> 2396[label="",style="dashed", color="red", weight=0]; 2514[label="yv1410 == yv1450",fontsize=16,color="magenta"];2514 -> 2608[label="",style="dashed", color="magenta", weight=3]; 2514 -> 2609[label="",style="dashed", color="magenta", weight=3]; 2515 -> 2397[label="",style="dashed", color="red", weight=0]; 2515[label="yv1410 == yv1450",fontsize=16,color="magenta"];2515 -> 2610[label="",style="dashed", color="magenta", weight=3]; 2515 -> 2611[label="",style="dashed", color="magenta", weight=3]; 2516 -> 2398[label="",style="dashed", color="red", weight=0]; 2516[label="yv1410 == yv1450",fontsize=16,color="magenta"];2516 -> 2612[label="",style="dashed", color="magenta", weight=3]; 2516 -> 2613[label="",style="dashed", color="magenta", weight=3]; 2517 -> 2385[label="",style="dashed", color="red", weight=0]; 2517[label="yv1410 == yv1450",fontsize=16,color="magenta"];2517 -> 2614[label="",style="dashed", color="magenta", weight=3]; 2517 -> 2615[label="",style="dashed", color="magenta", weight=3]; 2518 -> 2386[label="",style="dashed", color="red", weight=0]; 2518[label="yv1410 == yv1450",fontsize=16,color="magenta"];2518 -> 2616[label="",style="dashed", color="magenta", weight=3]; 2518 -> 2617[label="",style="dashed", color="magenta", weight=3]; 2519 -> 2387[label="",style="dashed", color="red", weight=0]; 2519[label="yv1410 == yv1450",fontsize=16,color="magenta"];2519 -> 2618[label="",style="dashed", color="magenta", weight=3]; 2519 -> 2619[label="",style="dashed", color="magenta", weight=3]; 2520 -> 2388[label="",style="dashed", color="red", weight=0]; 2520[label="yv1410 == yv1450",fontsize=16,color="magenta"];2520 -> 2620[label="",style="dashed", color="magenta", weight=3]; 2520 -> 2621[label="",style="dashed", color="magenta", weight=3]; 2521 -> 2389[label="",style="dashed", color="red", weight=0]; 2521[label="yv1410 == yv1450",fontsize=16,color="magenta"];2521 -> 2622[label="",style="dashed", color="magenta", weight=3]; 2521 -> 2623[label="",style="dashed", color="magenta", weight=3]; 2522 -> 2390[label="",style="dashed", color="red", weight=0]; 2522[label="yv1410 == yv1450",fontsize=16,color="magenta"];2522 -> 2624[label="",style="dashed", color="magenta", weight=3]; 2522 -> 2625[label="",style="dashed", color="magenta", weight=3]; 2523 -> 2391[label="",style="dashed", color="red", weight=0]; 2523[label="yv1410 == yv1450",fontsize=16,color="magenta"];2523 -> 2626[label="",style="dashed", color="magenta", weight=3]; 2523 -> 2627[label="",style="dashed", color="magenta", weight=3]; 2524 -> 2392[label="",style="dashed", color="red", weight=0]; 2524[label="yv1410 == yv1450",fontsize=16,color="magenta"];2524 -> 2628[label="",style="dashed", color="magenta", weight=3]; 2524 -> 2629[label="",style="dashed", color="magenta", weight=3]; 2525 -> 2393[label="",style="dashed", color="red", weight=0]; 2525[label="yv1410 == yv1450",fontsize=16,color="magenta"];2525 -> 2630[label="",style="dashed", color="magenta", weight=3]; 2525 -> 2631[label="",style="dashed", color="magenta", weight=3]; 2526 -> 2394[label="",style="dashed", color="red", weight=0]; 2526[label="yv1410 == yv1450",fontsize=16,color="magenta"];2526 -> 2632[label="",style="dashed", color="magenta", weight=3]; 2526 -> 2633[label="",style="dashed", color="magenta", weight=3]; 2527 -> 2395[label="",style="dashed", color="red", weight=0]; 2527[label="yv1410 == yv1450",fontsize=16,color="magenta"];2527 -> 2634[label="",style="dashed", color="magenta", weight=3]; 2527 -> 2635[label="",style="dashed", color="magenta", weight=3]; 2528 -> 2396[label="",style="dashed", color="red", weight=0]; 2528[label="yv1410 == yv1450",fontsize=16,color="magenta"];2528 -> 2636[label="",style="dashed", color="magenta", weight=3]; 2528 -> 2637[label="",style="dashed", color="magenta", weight=3]; 2529 -> 2397[label="",style="dashed", color="red", weight=0]; 2529[label="yv1410 == yv1450",fontsize=16,color="magenta"];2529 -> 2638[label="",style="dashed", color="magenta", weight=3]; 2529 -> 2639[label="",style="dashed", color="magenta", weight=3]; 2530 -> 2398[label="",style="dashed", color="red", weight=0]; 2530[label="yv1410 == yv1450",fontsize=16,color="magenta"];2530 -> 2640[label="",style="dashed", color="magenta", weight=3]; 2530 -> 2641[label="",style="dashed", color="magenta", weight=3]; 2657[label="yv1411 == yv1451",fontsize=16,color="blue",shape="box"];3209[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 3209[label="",style="solid", color="blue", weight=9]; 3209 -> 2669[label="",style="solid", color="blue", weight=3]; 3210[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 3210[label="",style="solid", color="blue", weight=9]; 3210 -> 2670[label="",style="solid", color="blue", weight=3]; 3211[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 3211[label="",style="solid", color="blue", weight=9]; 3211 -> 2671[label="",style="solid", color="blue", weight=3]; 3212[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 3212[label="",style="solid", color="blue", weight=9]; 3212 -> 2672[label="",style="solid", color="blue", weight=3]; 3213[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 3213[label="",style="solid", color="blue", weight=9]; 3213 -> 2673[label="",style="solid", color="blue", weight=3]; 3214[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 3214[label="",style="solid", color="blue", weight=9]; 3214 -> 2674[label="",style="solid", color="blue", weight=3]; 3215[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 3215[label="",style="solid", color="blue", weight=9]; 3215 -> 2675[label="",style="solid", color="blue", weight=3]; 3216[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 3216[label="",style="solid", color="blue", weight=9]; 3216 -> 2676[label="",style="solid", color="blue", weight=3]; 3217[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 3217[label="",style="solid", color="blue", weight=9]; 3217 -> 2677[label="",style="solid", color="blue", weight=3]; 3218[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 3218[label="",style="solid", color="blue", weight=9]; 3218 -> 2678[label="",style="solid", color="blue", weight=3]; 3219[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 3219[label="",style="solid", color="blue", weight=9]; 3219 -> 2679[label="",style="solid", color="blue", weight=3]; 3220[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 3220[label="",style="solid", color="blue", weight=9]; 3220 -> 2680[label="",style="solid", color="blue", weight=3]; 3221[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 3221[label="",style="solid", color="blue", weight=9]; 3221 -> 2681[label="",style="solid", color="blue", weight=3]; 3222[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 3222[label="",style="solid", color="blue", weight=9]; 3222 -> 2682[label="",style="solid", color="blue", weight=3]; 2658[label="yv1410 == yv1450",fontsize=16,color="blue",shape="box"];3223[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2658 -> 3223[label="",style="solid", color="blue", weight=9]; 3223 -> 2683[label="",style="solid", color="blue", weight=3]; 3224[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2658 -> 3224[label="",style="solid", color="blue", weight=9]; 3224 -> 2684[label="",style="solid", color="blue", weight=3]; 3225[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2658 -> 3225[label="",style="solid", color="blue", weight=9]; 3225 -> 2685[label="",style="solid", color="blue", weight=3]; 3226[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2658 -> 3226[label="",style="solid", color="blue", weight=9]; 3226 -> 2686[label="",style="solid", color="blue", weight=3]; 3227[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2658 -> 3227[label="",style="solid", color="blue", weight=9]; 3227 -> 2687[label="",style="solid", color="blue", weight=3]; 3228[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2658 -> 3228[label="",style="solid", color="blue", weight=9]; 3228 -> 2688[label="",style="solid", color="blue", weight=3]; 3229[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2658 -> 3229[label="",style="solid", color="blue", weight=9]; 3229 -> 2689[label="",style="solid", color="blue", weight=3]; 3230[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2658 -> 3230[label="",style="solid", color="blue", weight=9]; 3230 -> 2690[label="",style="solid", color="blue", weight=3]; 3231[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2658 -> 3231[label="",style="solid", color="blue", weight=9]; 3231 -> 2691[label="",style="solid", color="blue", weight=3]; 3232[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2658 -> 3232[label="",style="solid", color="blue", weight=9]; 3232 -> 2692[label="",style="solid", color="blue", weight=3]; 3233[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2658 -> 3233[label="",style="solid", color="blue", weight=9]; 3233 -> 2693[label="",style="solid", color="blue", weight=3]; 3234[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2658 -> 3234[label="",style="solid", color="blue", weight=9]; 3234 -> 2694[label="",style="solid", color="blue", weight=3]; 3235[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2658 -> 3235[label="",style="solid", color="blue", weight=9]; 3235 -> 2695[label="",style="solid", color="blue", weight=3]; 3236[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2658 -> 3236[label="",style="solid", color="blue", weight=9]; 3236 -> 2696[label="",style="solid", color="blue", weight=3]; 2656[label="yv171 && yv172",fontsize=16,color="burlywood",shape="triangle"];3237[label="yv171/False",fontsize=10,color="white",style="solid",shape="box"];2656 -> 3237[label="",style="solid", color="burlywood", weight=9]; 3237 -> 2697[label="",style="solid", color="burlywood", weight=3]; 3238[label="yv171/True",fontsize=10,color="white",style="solid",shape="box"];2656 -> 3238[label="",style="solid", color="burlywood", weight=9]; 3238 -> 2698[label="",style="solid", color="burlywood", weight=3]; 2659 -> 2389[label="",style="dashed", color="red", weight=0]; 2659[label="yv1411 == yv1451",fontsize=16,color="magenta"];2659 -> 2699[label="",style="dashed", color="magenta", weight=3]; 2659 -> 2700[label="",style="dashed", color="magenta", weight=3]; 2660[label="yv1410 == yv1450",fontsize=16,color="blue",shape="box"];3239[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2660 -> 3239[label="",style="solid", color="blue", weight=9]; 3239 -> 2701[label="",style="solid", color="blue", weight=3]; 3240[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2660 -> 3240[label="",style="solid", color="blue", weight=9]; 3240 -> 2702[label="",style="solid", color="blue", weight=3]; 3241[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2660 -> 3241[label="",style="solid", color="blue", weight=9]; 3241 -> 2703[label="",style="solid", color="blue", weight=3]; 3242[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2660 -> 3242[label="",style="solid", color="blue", weight=9]; 3242 -> 2704[label="",style="solid", color="blue", weight=3]; 3243[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2660 -> 3243[label="",style="solid", color="blue", weight=9]; 3243 -> 2705[label="",style="solid", color="blue", weight=3]; 3244[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2660 -> 3244[label="",style="solid", color="blue", weight=9]; 3244 -> 2706[label="",style="solid", color="blue", weight=3]; 3245[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2660 -> 3245[label="",style="solid", color="blue", weight=9]; 3245 -> 2707[label="",style="solid", color="blue", weight=3]; 3246[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2660 -> 3246[label="",style="solid", color="blue", weight=9]; 3246 -> 2708[label="",style="solid", color="blue", weight=3]; 3247[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2660 -> 3247[label="",style="solid", color="blue", weight=9]; 3247 -> 2709[label="",style="solid", color="blue", weight=3]; 3248[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2660 -> 3248[label="",style="solid", color="blue", weight=9]; 3248 -> 2710[label="",style="solid", color="blue", weight=3]; 3249[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2660 -> 3249[label="",style="solid", color="blue", weight=9]; 3249 -> 2711[label="",style="solid", color="blue", weight=3]; 3250[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2660 -> 3250[label="",style="solid", color="blue", weight=9]; 3250 -> 2712[label="",style="solid", color="blue", weight=3]; 3251[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2660 -> 3251[label="",style="solid", color="blue", weight=9]; 3251 -> 2713[label="",style="solid", color="blue", weight=3]; 3252[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2660 -> 3252[label="",style="solid", color="blue", weight=9]; 3252 -> 2714[label="",style="solid", color="blue", weight=3]; 2541 -> 2385[label="",style="dashed", color="red", weight=0]; 2541[label="yv1410 == yv1450",fontsize=16,color="magenta"];2541 -> 2715[label="",style="dashed", color="magenta", weight=3]; 2541 -> 2716[label="",style="dashed", color="magenta", weight=3]; 2542 -> 2386[label="",style="dashed", color="red", weight=0]; 2542[label="yv1410 == yv1450",fontsize=16,color="magenta"];2542 -> 2717[label="",style="dashed", color="magenta", weight=3]; 2542 -> 2718[label="",style="dashed", color="magenta", weight=3]; 2543 -> 2387[label="",style="dashed", color="red", weight=0]; 2543[label="yv1410 == yv1450",fontsize=16,color="magenta"];2543 -> 2719[label="",style="dashed", color="magenta", weight=3]; 2543 -> 2720[label="",style="dashed", color="magenta", weight=3]; 2544 -> 2388[label="",style="dashed", color="red", weight=0]; 2544[label="yv1410 == yv1450",fontsize=16,color="magenta"];2544 -> 2721[label="",style="dashed", color="magenta", weight=3]; 2544 -> 2722[label="",style="dashed", color="magenta", weight=3]; 2545 -> 2389[label="",style="dashed", color="red", weight=0]; 2545[label="yv1410 == yv1450",fontsize=16,color="magenta"];2545 -> 2723[label="",style="dashed", color="magenta", weight=3]; 2545 -> 2724[label="",style="dashed", color="magenta", weight=3]; 2546 -> 2390[label="",style="dashed", color="red", weight=0]; 2546[label="yv1410 == yv1450",fontsize=16,color="magenta"];2546 -> 2725[label="",style="dashed", color="magenta", weight=3]; 2546 -> 2726[label="",style="dashed", color="magenta", weight=3]; 2547 -> 2391[label="",style="dashed", color="red", weight=0]; 2547[label="yv1410 == yv1450",fontsize=16,color="magenta"];2547 -> 2727[label="",style="dashed", color="magenta", weight=3]; 2547 -> 2728[label="",style="dashed", color="magenta", weight=3]; 2548 -> 2392[label="",style="dashed", color="red", weight=0]; 2548[label="yv1410 == yv1450",fontsize=16,color="magenta"];2548 -> 2729[label="",style="dashed", color="magenta", weight=3]; 2548 -> 2730[label="",style="dashed", color="magenta", weight=3]; 2549 -> 2393[label="",style="dashed", color="red", weight=0]; 2549[label="yv1410 == yv1450",fontsize=16,color="magenta"];2549 -> 2731[label="",style="dashed", color="magenta", weight=3]; 2549 -> 2732[label="",style="dashed", color="magenta", weight=3]; 2550 -> 2394[label="",style="dashed", color="red", weight=0]; 2550[label="yv1410 == yv1450",fontsize=16,color="magenta"];2550 -> 2733[label="",style="dashed", color="magenta", weight=3]; 2550 -> 2734[label="",style="dashed", color="magenta", weight=3]; 2551 -> 2395[label="",style="dashed", color="red", weight=0]; 2551[label="yv1410 == yv1450",fontsize=16,color="magenta"];2551 -> 2735[label="",style="dashed", color="magenta", weight=3]; 2551 -> 2736[label="",style="dashed", color="magenta", weight=3]; 2552 -> 2396[label="",style="dashed", color="red", weight=0]; 2552[label="yv1410 == yv1450",fontsize=16,color="magenta"];2552 -> 2737[label="",style="dashed", color="magenta", weight=3]; 2552 -> 2738[label="",style="dashed", color="magenta", weight=3]; 2553 -> 2397[label="",style="dashed", color="red", weight=0]; 2553[label="yv1410 == yv1450",fontsize=16,color="magenta"];2553 -> 2739[label="",style="dashed", color="magenta", weight=3]; 2553 -> 2740[label="",style="dashed", color="magenta", weight=3]; 2554 -> 2398[label="",style="dashed", color="red", weight=0]; 2554[label="yv1410 == yv1450",fontsize=16,color="magenta"];2554 -> 2741[label="",style="dashed", color="magenta", weight=3]; 2554 -> 2742[label="",style="dashed", color="magenta", weight=3]; 2555[label="yv1410",fontsize=16,color="green",shape="box"];2556[label="yv1450",fontsize=16,color="green",shape="box"];2661[label="yv1411 == yv1451",fontsize=16,color="blue",shape="box"];3253[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2661 -> 3253[label="",style="solid", color="blue", weight=9]; 3253 -> 2743[label="",style="solid", color="blue", weight=3]; 3254[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2661 -> 3254[label="",style="solid", color="blue", weight=9]; 3254 -> 2744[label="",style="solid", color="blue", weight=3]; 2662[label="yv1410 == yv1450",fontsize=16,color="blue",shape="box"];3255[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2662 -> 3255[label="",style="solid", color="blue", weight=9]; 3255 -> 2745[label="",style="solid", color="blue", weight=3]; 3256[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2662 -> 3256[label="",style="solid", color="blue", weight=9]; 3256 -> 2746[label="",style="solid", color="blue", weight=3]; 2557[label="primEqInt (Pos (Succ yv14100)) (Pos yv1450)",fontsize=16,color="burlywood",shape="box"];3257[label="yv1450/Succ yv14500",fontsize=10,color="white",style="solid",shape="box"];2557 -> 3257[label="",style="solid", color="burlywood", weight=9]; 3257 -> 2747[label="",style="solid", color="burlywood", weight=3]; 3258[label="yv1450/Zero",fontsize=10,color="white",style="solid",shape="box"];2557 -> 3258[label="",style="solid", color="burlywood", weight=9]; 3258 -> 2748[label="",style="solid", color="burlywood", weight=3]; 2558[label="primEqInt (Pos (Succ yv14100)) (Neg yv1450)",fontsize=16,color="black",shape="box"];2558 -> 2749[label="",style="solid", color="black", weight=3]; 2559[label="primEqInt (Pos Zero) (Pos yv1450)",fontsize=16,color="burlywood",shape="box"];3259[label="yv1450/Succ yv14500",fontsize=10,color="white",style="solid",shape="box"];2559 -> 3259[label="",style="solid", color="burlywood", weight=9]; 3259 -> 2750[label="",style="solid", color="burlywood", weight=3]; 3260[label="yv1450/Zero",fontsize=10,color="white",style="solid",shape="box"];2559 -> 3260[label="",style="solid", color="burlywood", weight=9]; 3260 -> 2751[label="",style="solid", color="burlywood", weight=3]; 2560[label="primEqInt (Pos Zero) (Neg yv1450)",fontsize=16,color="burlywood",shape="box"];3261[label="yv1450/Succ yv14500",fontsize=10,color="white",style="solid",shape="box"];2560 -> 3261[label="",style="solid", color="burlywood", weight=9]; 3261 -> 2752[label="",style="solid", color="burlywood", weight=3]; 3262[label="yv1450/Zero",fontsize=10,color="white",style="solid",shape="box"];2560 -> 3262[label="",style="solid", color="burlywood", weight=9]; 3262 -> 2753[label="",style="solid", color="burlywood", weight=3]; 2561[label="primEqInt (Neg (Succ yv14100)) (Pos yv1450)",fontsize=16,color="black",shape="box"];2561 -> 2754[label="",style="solid", color="black", weight=3]; 2562[label="primEqInt (Neg (Succ yv14100)) (Neg yv1450)",fontsize=16,color="burlywood",shape="box"];3263[label="yv1450/Succ yv14500",fontsize=10,color="white",style="solid",shape="box"];2562 -> 3263[label="",style="solid", color="burlywood", weight=9]; 3263 -> 2755[label="",style="solid", color="burlywood", weight=3]; 3264[label="yv1450/Zero",fontsize=10,color="white",style="solid",shape="box"];2562 -> 3264[label="",style="solid", color="burlywood", weight=9]; 3264 -> 2756[label="",style="solid", color="burlywood", weight=3]; 2563[label="primEqInt (Neg Zero) (Pos yv1450)",fontsize=16,color="burlywood",shape="box"];3265[label="yv1450/Succ yv14500",fontsize=10,color="white",style="solid",shape="box"];2563 -> 3265[label="",style="solid", color="burlywood", weight=9]; 3265 -> 2757[label="",style="solid", color="burlywood", weight=3]; 3266[label="yv1450/Zero",fontsize=10,color="white",style="solid",shape="box"];2563 -> 3266[label="",style="solid", color="burlywood", weight=9]; 3266 -> 2758[label="",style="solid", color="burlywood", weight=3]; 2564[label="primEqInt (Neg Zero) (Neg yv1450)",fontsize=16,color="burlywood",shape="box"];3267[label="yv1450/Succ yv14500",fontsize=10,color="white",style="solid",shape="box"];2564 -> 3267[label="",style="solid", color="burlywood", weight=9]; 3267 -> 2759[label="",style="solid", color="burlywood", weight=3]; 3268[label="yv1450/Zero",fontsize=10,color="white",style="solid",shape="box"];2564 -> 3268[label="",style="solid", color="burlywood", weight=9]; 3268 -> 2760[label="",style="solid", color="burlywood", weight=3]; 2565[label="primEqNat yv1410 yv1450",fontsize=16,color="burlywood",shape="triangle"];3269[label="yv1410/Succ yv14100",fontsize=10,color="white",style="solid",shape="box"];2565 -> 3269[label="",style="solid", color="burlywood", weight=9]; 3269 -> 2761[label="",style="solid", color="burlywood", weight=3]; 3270[label="yv1410/Zero",fontsize=10,color="white",style="solid",shape="box"];2565 -> 3270[label="",style="solid", color="burlywood", weight=9]; 3270 -> 2762[label="",style="solid", color="burlywood", weight=3]; 2566 -> 2393[label="",style="dashed", color="red", weight=0]; 2566[label="yv1410 * yv1451 == yv1411 * yv1450",fontsize=16,color="magenta"];2566 -> 2763[label="",style="dashed", color="magenta", weight=3]; 2566 -> 2764[label="",style="dashed", color="magenta", weight=3]; 2567 -> 2393[label="",style="dashed", color="red", weight=0]; 2567[label="yv1410 * yv1451 == yv1411 * yv1450",fontsize=16,color="magenta"];2567 -> 2765[label="",style="dashed", color="magenta", weight=3]; 2567 -> 2766[label="",style="dashed", color="magenta", weight=3]; 2663 -> 2656[label="",style="dashed", color="red", weight=0]; 2663[label="yv1411 == yv1451 && yv1412 == yv1452",fontsize=16,color="magenta"];2663 -> 2767[label="",style="dashed", color="magenta", weight=3]; 2663 -> 2768[label="",style="dashed", color="magenta", weight=3]; 2664[label="yv1410 == yv1450",fontsize=16,color="blue",shape="box"];3271[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2664 -> 3271[label="",style="solid", color="blue", weight=9]; 3271 -> 2769[label="",style="solid", color="blue", weight=3]; 3272[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2664 -> 3272[label="",style="solid", color="blue", weight=9]; 3272 -> 2770[label="",style="solid", color="blue", weight=3]; 3273[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2664 -> 3273[label="",style="solid", color="blue", weight=9]; 3273 -> 2771[label="",style="solid", color="blue", weight=3]; 3274[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2664 -> 3274[label="",style="solid", color="blue", weight=9]; 3274 -> 2772[label="",style="solid", color="blue", weight=3]; 3275[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2664 -> 3275[label="",style="solid", color="blue", weight=9]; 3275 -> 2773[label="",style="solid", color="blue", weight=3]; 3276[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2664 -> 3276[label="",style="solid", color="blue", weight=9]; 3276 -> 2774[label="",style="solid", color="blue", weight=3]; 3277[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2664 -> 3277[label="",style="solid", color="blue", weight=9]; 3277 -> 2775[label="",style="solid", color="blue", weight=3]; 3278[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2664 -> 3278[label="",style="solid", color="blue", weight=9]; 3278 -> 2776[label="",style="solid", color="blue", weight=3]; 3279[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2664 -> 3279[label="",style="solid", color="blue", weight=9]; 3279 -> 2777[label="",style="solid", color="blue", weight=3]; 3280[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2664 -> 3280[label="",style="solid", color="blue", weight=9]; 3280 -> 2778[label="",style="solid", color="blue", weight=3]; 3281[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2664 -> 3281[label="",style="solid", color="blue", weight=9]; 3281 -> 2779[label="",style="solid", color="blue", weight=3]; 3282[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2664 -> 3282[label="",style="solid", color="blue", weight=9]; 3282 -> 2780[label="",style="solid", color="blue", weight=3]; 3283[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2664 -> 3283[label="",style="solid", color="blue", weight=9]; 3283 -> 2781[label="",style="solid", color="blue", weight=3]; 3284[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2664 -> 3284[label="",style="solid", color="blue", weight=9]; 3284 -> 2782[label="",style="solid", color="blue", weight=3]; 2579[label="yv155",fontsize=16,color="green",shape="box"];2580[label="yv154",fontsize=16,color="green",shape="box"];2581[label="yv157",fontsize=16,color="green",shape="box"];2582[label="yv1590",fontsize=16,color="green",shape="box"];2583[label="yv1591",fontsize=16,color="green",shape="box"];2584[label="yv156",fontsize=16,color="green",shape="box"];2585[label="List.nubNub'1 yv154 yv155 (yv156 : yv157) False",fontsize=16,color="black",shape="box"];2585 -> 2783[label="",style="solid", color="black", weight=3]; 2586[label="yv1410",fontsize=16,color="green",shape="box"];2587[label="yv1450",fontsize=16,color="green",shape="box"];2588[label="yv1410",fontsize=16,color="green",shape="box"];2589[label="yv1450",fontsize=16,color="green",shape="box"];2590[label="yv1410",fontsize=16,color="green",shape="box"];2591[label="yv1450",fontsize=16,color="green",shape="box"];2592[label="yv1410",fontsize=16,color="green",shape="box"];2593[label="yv1450",fontsize=16,color="green",shape="box"];2594[label="yv1410",fontsize=16,color="green",shape="box"];2595[label="yv1450",fontsize=16,color="green",shape="box"];2596[label="yv1410",fontsize=16,color="green",shape="box"];2597[label="yv1450",fontsize=16,color="green",shape="box"];2598[label="yv1410",fontsize=16,color="green",shape="box"];2599[label="yv1450",fontsize=16,color="green",shape="box"];2600[label="yv1410",fontsize=16,color="green",shape="box"];2601[label="yv1450",fontsize=16,color="green",shape="box"];2602[label="yv1410",fontsize=16,color="green",shape="box"];2603[label="yv1450",fontsize=16,color="green",shape="box"];2604[label="yv1410",fontsize=16,color="green",shape="box"];2605[label="yv1450",fontsize=16,color="green",shape="box"];2606[label="yv1410",fontsize=16,color="green",shape="box"];2607[label="yv1450",fontsize=16,color="green",shape="box"];2608[label="yv1410",fontsize=16,color="green",shape="box"];2609[label="yv1450",fontsize=16,color="green",shape="box"];2610[label="yv1410",fontsize=16,color="green",shape="box"];2611[label="yv1450",fontsize=16,color="green",shape="box"];2612[label="yv1410",fontsize=16,color="green",shape="box"];2613[label="yv1450",fontsize=16,color="green",shape="box"];2614[label="yv1410",fontsize=16,color="green",shape="box"];2615[label="yv1450",fontsize=16,color="green",shape="box"];2616[label="yv1410",fontsize=16,color="green",shape="box"];2617[label="yv1450",fontsize=16,color="green",shape="box"];2618[label="yv1410",fontsize=16,color="green",shape="box"];2619[label="yv1450",fontsize=16,color="green",shape="box"];2620[label="yv1410",fontsize=16,color="green",shape="box"];2621[label="yv1450",fontsize=16,color="green",shape="box"];2622[label="yv1410",fontsize=16,color="green",shape="box"];2623[label="yv1450",fontsize=16,color="green",shape="box"];2624[label="yv1410",fontsize=16,color="green",shape="box"];2625[label="yv1450",fontsize=16,color="green",shape="box"];2626[label="yv1410",fontsize=16,color="green",shape="box"];2627[label="yv1450",fontsize=16,color="green",shape="box"];2628[label="yv1410",fontsize=16,color="green",shape="box"];2629[label="yv1450",fontsize=16,color="green",shape="box"];2630[label="yv1410",fontsize=16,color="green",shape="box"];2631[label="yv1450",fontsize=16,color="green",shape="box"];2632[label="yv1410",fontsize=16,color="green",shape="box"];2633[label="yv1450",fontsize=16,color="green",shape="box"];2634[label="yv1410",fontsize=16,color="green",shape="box"];2635[label="yv1450",fontsize=16,color="green",shape="box"];2636[label="yv1410",fontsize=16,color="green",shape="box"];2637[label="yv1450",fontsize=16,color="green",shape="box"];2638[label="yv1410",fontsize=16,color="green",shape="box"];2639[label="yv1450",fontsize=16,color="green",shape="box"];2640[label="yv1410",fontsize=16,color="green",shape="box"];2641[label="yv1450",fontsize=16,color="green",shape="box"];2669 -> 2385[label="",style="dashed", color="red", weight=0]; 2669[label="yv1411 == yv1451",fontsize=16,color="magenta"];2669 -> 2784[label="",style="dashed", color="magenta", weight=3]; 2669 -> 2785[label="",style="dashed", color="magenta", weight=3]; 2670 -> 2386[label="",style="dashed", color="red", weight=0]; 2670[label="yv1411 == yv1451",fontsize=16,color="magenta"];2670 -> 2786[label="",style="dashed", color="magenta", weight=3]; 2670 -> 2787[label="",style="dashed", color="magenta", weight=3]; 2671 -> 2387[label="",style="dashed", color="red", weight=0]; 2671[label="yv1411 == yv1451",fontsize=16,color="magenta"];2671 -> 2788[label="",style="dashed", color="magenta", weight=3]; 2671 -> 2789[label="",style="dashed", color="magenta", weight=3]; 2672 -> 2388[label="",style="dashed", color="red", weight=0]; 2672[label="yv1411 == yv1451",fontsize=16,color="magenta"];2672 -> 2790[label="",style="dashed", color="magenta", weight=3]; 2672 -> 2791[label="",style="dashed", color="magenta", weight=3]; 2673 -> 2389[label="",style="dashed", color="red", weight=0]; 2673[label="yv1411 == yv1451",fontsize=16,color="magenta"];2673 -> 2792[label="",style="dashed", color="magenta", weight=3]; 2673 -> 2793[label="",style="dashed", color="magenta", weight=3]; 2674 -> 2390[label="",style="dashed", color="red", weight=0]; 2674[label="yv1411 == yv1451",fontsize=16,color="magenta"];2674 -> 2794[label="",style="dashed", color="magenta", weight=3]; 2674 -> 2795[label="",style="dashed", color="magenta", weight=3]; 2675 -> 2391[label="",style="dashed", color="red", weight=0]; 2675[label="yv1411 == yv1451",fontsize=16,color="magenta"];2675 -> 2796[label="",style="dashed", color="magenta", weight=3]; 2675 -> 2797[label="",style="dashed", color="magenta", weight=3]; 2676 -> 2392[label="",style="dashed", color="red", weight=0]; 2676[label="yv1411 == yv1451",fontsize=16,color="magenta"];2676 -> 2798[label="",style="dashed", color="magenta", weight=3]; 2676 -> 2799[label="",style="dashed", color="magenta", weight=3]; 2677 -> 2393[label="",style="dashed", color="red", weight=0]; 2677[label="yv1411 == yv1451",fontsize=16,color="magenta"];2677 -> 2800[label="",style="dashed", color="magenta", weight=3]; 2677 -> 2801[label="",style="dashed", color="magenta", weight=3]; 2678 -> 2394[label="",style="dashed", color="red", weight=0]; 2678[label="yv1411 == yv1451",fontsize=16,color="magenta"];2678 -> 2802[label="",style="dashed", color="magenta", weight=3]; 2678 -> 2803[label="",style="dashed", color="magenta", weight=3]; 2679 -> 2395[label="",style="dashed", color="red", weight=0]; 2679[label="yv1411 == yv1451",fontsize=16,color="magenta"];2679 -> 2804[label="",style="dashed", color="magenta", weight=3]; 2679 -> 2805[label="",style="dashed", color="magenta", weight=3]; 2680 -> 2396[label="",style="dashed", color="red", weight=0]; 2680[label="yv1411 == yv1451",fontsize=16,color="magenta"];2680 -> 2806[label="",style="dashed", color="magenta", weight=3]; 2680 -> 2807[label="",style="dashed", color="magenta", weight=3]; 2681 -> 2397[label="",style="dashed", color="red", weight=0]; 2681[label="yv1411 == yv1451",fontsize=16,color="magenta"];2681 -> 2808[label="",style="dashed", color="magenta", weight=3]; 2681 -> 2809[label="",style="dashed", color="magenta", weight=3]; 2682 -> 2398[label="",style="dashed", color="red", weight=0]; 2682[label="yv1411 == yv1451",fontsize=16,color="magenta"];2682 -> 2810[label="",style="dashed", color="magenta", weight=3]; 2682 -> 2811[label="",style="dashed", color="magenta", weight=3]; 2683 -> 2385[label="",style="dashed", color="red", weight=0]; 2683[label="yv1410 == yv1450",fontsize=16,color="magenta"];2683 -> 2812[label="",style="dashed", color="magenta", weight=3]; 2683 -> 2813[label="",style="dashed", color="magenta", weight=3]; 2684 -> 2386[label="",style="dashed", color="red", weight=0]; 2684[label="yv1410 == yv1450",fontsize=16,color="magenta"];2684 -> 2814[label="",style="dashed", color="magenta", weight=3]; 2684 -> 2815[label="",style="dashed", color="magenta", weight=3]; 2685 -> 2387[label="",style="dashed", color="red", weight=0]; 2685[label="yv1410 == yv1450",fontsize=16,color="magenta"];2685 -> 2816[label="",style="dashed", color="magenta", weight=3]; 2685 -> 2817[label="",style="dashed", color="magenta", weight=3]; 2686 -> 2388[label="",style="dashed", color="red", weight=0]; 2686[label="yv1410 == yv1450",fontsize=16,color="magenta"];2686 -> 2818[label="",style="dashed", color="magenta", weight=3]; 2686 -> 2819[label="",style="dashed", color="magenta", weight=3]; 2687 -> 2389[label="",style="dashed", color="red", weight=0]; 2687[label="yv1410 == yv1450",fontsize=16,color="magenta"];2687 -> 2820[label="",style="dashed", color="magenta", weight=3]; 2687 -> 2821[label="",style="dashed", color="magenta", weight=3]; 2688 -> 2390[label="",style="dashed", color="red", weight=0]; 2688[label="yv1410 == yv1450",fontsize=16,color="magenta"];2688 -> 2822[label="",style="dashed", color="magenta", weight=3]; 2688 -> 2823[label="",style="dashed", color="magenta", weight=3]; 2689 -> 2391[label="",style="dashed", color="red", weight=0]; 2689[label="yv1410 == yv1450",fontsize=16,color="magenta"];2689 -> 2824[label="",style="dashed", color="magenta", weight=3]; 2689 -> 2825[label="",style="dashed", color="magenta", weight=3]; 2690 -> 2392[label="",style="dashed", color="red", weight=0]; 2690[label="yv1410 == yv1450",fontsize=16,color="magenta"];2690 -> 2826[label="",style="dashed", color="magenta", weight=3]; 2690 -> 2827[label="",style="dashed", color="magenta", weight=3]; 2691 -> 2393[label="",style="dashed", color="red", weight=0]; 2691[label="yv1410 == yv1450",fontsize=16,color="magenta"];2691 -> 2828[label="",style="dashed", color="magenta", weight=3]; 2691 -> 2829[label="",style="dashed", color="magenta", weight=3]; 2692 -> 2394[label="",style="dashed", color="red", weight=0]; 2692[label="yv1410 == yv1450",fontsize=16,color="magenta"];2692 -> 2830[label="",style="dashed", color="magenta", weight=3]; 2692 -> 2831[label="",style="dashed", color="magenta", weight=3]; 2693 -> 2395[label="",style="dashed", color="red", weight=0]; 2693[label="yv1410 == yv1450",fontsize=16,color="magenta"];2693 -> 2832[label="",style="dashed", color="magenta", weight=3]; 2693 -> 2833[label="",style="dashed", color="magenta", weight=3]; 2694 -> 2396[label="",style="dashed", color="red", weight=0]; 2694[label="yv1410 == yv1450",fontsize=16,color="magenta"];2694 -> 2834[label="",style="dashed", color="magenta", weight=3]; 2694 -> 2835[label="",style="dashed", color="magenta", weight=3]; 2695 -> 2397[label="",style="dashed", color="red", weight=0]; 2695[label="yv1410 == yv1450",fontsize=16,color="magenta"];2695 -> 2836[label="",style="dashed", color="magenta", weight=3]; 2695 -> 2837[label="",style="dashed", color="magenta", weight=3]; 2696 -> 2398[label="",style="dashed", color="red", weight=0]; 2696[label="yv1410 == yv1450",fontsize=16,color="magenta"];2696 -> 2838[label="",style="dashed", color="magenta", weight=3]; 2696 -> 2839[label="",style="dashed", color="magenta", weight=3]; 2697[label="False && yv172",fontsize=16,color="black",shape="box"];2697 -> 2840[label="",style="solid", color="black", weight=3]; 2698[label="True && yv172",fontsize=16,color="black",shape="box"];2698 -> 2841[label="",style="solid", color="black", weight=3]; 2699[label="yv1411",fontsize=16,color="green",shape="box"];2700[label="yv1451",fontsize=16,color="green",shape="box"];2701 -> 2385[label="",style="dashed", color="red", weight=0]; 2701[label="yv1410 == yv1450",fontsize=16,color="magenta"];2701 -> 2842[label="",style="dashed", color="magenta", weight=3]; 2701 -> 2843[label="",style="dashed", color="magenta", weight=3]; 2702 -> 2386[label="",style="dashed", color="red", weight=0]; 2702[label="yv1410 == yv1450",fontsize=16,color="magenta"];2702 -> 2844[label="",style="dashed", color="magenta", weight=3]; 2702 -> 2845[label="",style="dashed", color="magenta", weight=3]; 2703 -> 2387[label="",style="dashed", color="red", weight=0]; 2703[label="yv1410 == yv1450",fontsize=16,color="magenta"];2703 -> 2846[label="",style="dashed", color="magenta", weight=3]; 2703 -> 2847[label="",style="dashed", color="magenta", weight=3]; 2704 -> 2388[label="",style="dashed", color="red", weight=0]; 2704[label="yv1410 == yv1450",fontsize=16,color="magenta"];2704 -> 2848[label="",style="dashed", color="magenta", weight=3]; 2704 -> 2849[label="",style="dashed", color="magenta", weight=3]; 2705 -> 2389[label="",style="dashed", color="red", weight=0]; 2705[label="yv1410 == yv1450",fontsize=16,color="magenta"];2705 -> 2850[label="",style="dashed", color="magenta", weight=3]; 2705 -> 2851[label="",style="dashed", color="magenta", weight=3]; 2706 -> 2390[label="",style="dashed", color="red", weight=0]; 2706[label="yv1410 == yv1450",fontsize=16,color="magenta"];2706 -> 2852[label="",style="dashed", color="magenta", weight=3]; 2706 -> 2853[label="",style="dashed", color="magenta", weight=3]; 2707 -> 2391[label="",style="dashed", color="red", weight=0]; 2707[label="yv1410 == yv1450",fontsize=16,color="magenta"];2707 -> 2854[label="",style="dashed", color="magenta", weight=3]; 2707 -> 2855[label="",style="dashed", color="magenta", weight=3]; 2708 -> 2392[label="",style="dashed", color="red", weight=0]; 2708[label="yv1410 == yv1450",fontsize=16,color="magenta"];2708 -> 2856[label="",style="dashed", color="magenta", weight=3]; 2708 -> 2857[label="",style="dashed", color="magenta", weight=3]; 2709 -> 2393[label="",style="dashed", color="red", weight=0]; 2709[label="yv1410 == yv1450",fontsize=16,color="magenta"];2709 -> 2858[label="",style="dashed", color="magenta", weight=3]; 2709 -> 2859[label="",style="dashed", color="magenta", weight=3]; 2710 -> 2394[label="",style="dashed", color="red", weight=0]; 2710[label="yv1410 == yv1450",fontsize=16,color="magenta"];2710 -> 2860[label="",style="dashed", color="magenta", weight=3]; 2710 -> 2861[label="",style="dashed", color="magenta", weight=3]; 2711 -> 2395[label="",style="dashed", color="red", weight=0]; 2711[label="yv1410 == yv1450",fontsize=16,color="magenta"];2711 -> 2862[label="",style="dashed", color="magenta", weight=3]; 2711 -> 2863[label="",style="dashed", color="magenta", weight=3]; 2712 -> 2396[label="",style="dashed", color="red", weight=0]; 2712[label="yv1410 == yv1450",fontsize=16,color="magenta"];2712 -> 2864[label="",style="dashed", color="magenta", weight=3]; 2712 -> 2865[label="",style="dashed", color="magenta", weight=3]; 2713 -> 2397[label="",style="dashed", color="red", weight=0]; 2713[label="yv1410 == yv1450",fontsize=16,color="magenta"];2713 -> 2866[label="",style="dashed", color="magenta", weight=3]; 2713 -> 2867[label="",style="dashed", color="magenta", weight=3]; 2714 -> 2398[label="",style="dashed", color="red", weight=0]; 2714[label="yv1410 == yv1450",fontsize=16,color="magenta"];2714 -> 2868[label="",style="dashed", color="magenta", weight=3]; 2714 -> 2869[label="",style="dashed", color="magenta", weight=3]; 2715[label="yv1410",fontsize=16,color="green",shape="box"];2716[label="yv1450",fontsize=16,color="green",shape="box"];2717[label="yv1410",fontsize=16,color="green",shape="box"];2718[label="yv1450",fontsize=16,color="green",shape="box"];2719[label="yv1410",fontsize=16,color="green",shape="box"];2720[label="yv1450",fontsize=16,color="green",shape="box"];2721[label="yv1410",fontsize=16,color="green",shape="box"];2722[label="yv1450",fontsize=16,color="green",shape="box"];2723[label="yv1410",fontsize=16,color="green",shape="box"];2724[label="yv1450",fontsize=16,color="green",shape="box"];2725[label="yv1410",fontsize=16,color="green",shape="box"];2726[label="yv1450",fontsize=16,color="green",shape="box"];2727[label="yv1410",fontsize=16,color="green",shape="box"];2728[label="yv1450",fontsize=16,color="green",shape="box"];2729[label="yv1410",fontsize=16,color="green",shape="box"];2730[label="yv1450",fontsize=16,color="green",shape="box"];2731[label="yv1410",fontsize=16,color="green",shape="box"];2732[label="yv1450",fontsize=16,color="green",shape="box"];2733[label="yv1410",fontsize=16,color="green",shape="box"];2734[label="yv1450",fontsize=16,color="green",shape="box"];2735[label="yv1410",fontsize=16,color="green",shape="box"];2736[label="yv1450",fontsize=16,color="green",shape="box"];2737[label="yv1410",fontsize=16,color="green",shape="box"];2738[label="yv1450",fontsize=16,color="green",shape="box"];2739[label="yv1410",fontsize=16,color="green",shape="box"];2740[label="yv1450",fontsize=16,color="green",shape="box"];2741[label="yv1410",fontsize=16,color="green",shape="box"];2742[label="yv1450",fontsize=16,color="green",shape="box"];2743 -> 2391[label="",style="dashed", color="red", weight=0]; 2743[label="yv1411 == yv1451",fontsize=16,color="magenta"];2743 -> 2870[label="",style="dashed", color="magenta", weight=3]; 2743 -> 2871[label="",style="dashed", color="magenta", weight=3]; 2744 -> 2393[label="",style="dashed", color="red", weight=0]; 2744[label="yv1411 == yv1451",fontsize=16,color="magenta"];2744 -> 2872[label="",style="dashed", color="magenta", weight=3]; 2744 -> 2873[label="",style="dashed", color="magenta", weight=3]; 2745 -> 2391[label="",style="dashed", color="red", weight=0]; 2745[label="yv1410 == yv1450",fontsize=16,color="magenta"];2745 -> 2874[label="",style="dashed", color="magenta", weight=3]; 2745 -> 2875[label="",style="dashed", color="magenta", weight=3]; 2746 -> 2393[label="",style="dashed", color="red", weight=0]; 2746[label="yv1410 == yv1450",fontsize=16,color="magenta"];2746 -> 2876[label="",style="dashed", color="magenta", weight=3]; 2746 -> 2877[label="",style="dashed", color="magenta", weight=3]; 2747[label="primEqInt (Pos (Succ yv14100)) (Pos (Succ yv14500))",fontsize=16,color="black",shape="box"];2747 -> 2878[label="",style="solid", color="black", weight=3]; 2748[label="primEqInt (Pos (Succ yv14100)) (Pos Zero)",fontsize=16,color="black",shape="box"];2748 -> 2879[label="",style="solid", color="black", weight=3]; 2749[label="False",fontsize=16,color="green",shape="box"];2750[label="primEqInt (Pos Zero) (Pos (Succ yv14500))",fontsize=16,color="black",shape="box"];2750 -> 2880[label="",style="solid", color="black", weight=3]; 2751[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2751 -> 2881[label="",style="solid", color="black", weight=3]; 2752[label="primEqInt (Pos Zero) (Neg (Succ yv14500))",fontsize=16,color="black",shape="box"];2752 -> 2882[label="",style="solid", color="black", weight=3]; 2753[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2753 -> 2883[label="",style="solid", color="black", weight=3]; 2754[label="False",fontsize=16,color="green",shape="box"];2755[label="primEqInt (Neg (Succ yv14100)) (Neg (Succ yv14500))",fontsize=16,color="black",shape="box"];2755 -> 2884[label="",style="solid", color="black", weight=3]; 2756[label="primEqInt (Neg (Succ yv14100)) (Neg Zero)",fontsize=16,color="black",shape="box"];2756 -> 2885[label="",style="solid", color="black", weight=3]; 2757[label="primEqInt (Neg Zero) (Pos (Succ yv14500))",fontsize=16,color="black",shape="box"];2757 -> 2886[label="",style="solid", color="black", weight=3]; 2758[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2758 -> 2887[label="",style="solid", color="black", weight=3]; 2759[label="primEqInt (Neg Zero) (Neg (Succ yv14500))",fontsize=16,color="black",shape="box"];2759 -> 2888[label="",style="solid", color="black", weight=3]; 2760[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2760 -> 2889[label="",style="solid", color="black", weight=3]; 2761[label="primEqNat (Succ yv14100) yv1450",fontsize=16,color="burlywood",shape="box"];3285[label="yv1450/Succ yv14500",fontsize=10,color="white",style="solid",shape="box"];2761 -> 3285[label="",style="solid", color="burlywood", weight=9]; 3285 -> 2890[label="",style="solid", color="burlywood", weight=3]; 3286[label="yv1450/Zero",fontsize=10,color="white",style="solid",shape="box"];2761 -> 3286[label="",style="solid", color="burlywood", weight=9]; 3286 -> 2891[label="",style="solid", color="burlywood", weight=3]; 2762[label="primEqNat Zero yv1450",fontsize=16,color="burlywood",shape="box"];3287[label="yv1450/Succ yv14500",fontsize=10,color="white",style="solid",shape="box"];2762 -> 3287[label="",style="solid", color="burlywood", weight=9]; 3287 -> 2892[label="",style="solid", color="burlywood", weight=3]; 3288[label="yv1450/Zero",fontsize=10,color="white",style="solid",shape="box"];2762 -> 3288[label="",style="solid", color="burlywood", weight=9]; 3288 -> 2893[label="",style="solid", color="burlywood", weight=3]; 2763[label="yv1410 * yv1451",fontsize=16,color="black",shape="triangle"];2763 -> 2894[label="",style="solid", color="black", weight=3]; 2764 -> 2763[label="",style="dashed", color="red", weight=0]; 2764[label="yv1411 * yv1450",fontsize=16,color="magenta"];2764 -> 2895[label="",style="dashed", color="magenta", weight=3]; 2764 -> 2896[label="",style="dashed", color="magenta", weight=3]; 2765 -> 2763[label="",style="dashed", color="red", weight=0]; 2765[label="yv1410 * yv1451",fontsize=16,color="magenta"];2765 -> 2897[label="",style="dashed", color="magenta", weight=3]; 2765 -> 2898[label="",style="dashed", color="magenta", weight=3]; 2766 -> 2763[label="",style="dashed", color="red", weight=0]; 2766[label="yv1411 * yv1450",fontsize=16,color="magenta"];2766 -> 2899[label="",style="dashed", color="magenta", weight=3]; 2766 -> 2900[label="",style="dashed", color="magenta", weight=3]; 2767[label="yv1412 == yv1452",fontsize=16,color="blue",shape="box"];3289[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2767 -> 3289[label="",style="solid", color="blue", weight=9]; 3289 -> 2901[label="",style="solid", color="blue", weight=3]; 3290[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2767 -> 3290[label="",style="solid", color="blue", weight=9]; 3290 -> 2902[label="",style="solid", color="blue", weight=3]; 3291[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2767 -> 3291[label="",style="solid", color="blue", weight=9]; 3291 -> 2903[label="",style="solid", color="blue", weight=3]; 3292[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2767 -> 3292[label="",style="solid", color="blue", weight=9]; 3292 -> 2904[label="",style="solid", color="blue", weight=3]; 3293[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2767 -> 3293[label="",style="solid", color="blue", weight=9]; 3293 -> 2905[label="",style="solid", color="blue", weight=3]; 3294[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2767 -> 3294[label="",style="solid", color="blue", weight=9]; 3294 -> 2906[label="",style="solid", color="blue", weight=3]; 3295[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2767 -> 3295[label="",style="solid", color="blue", weight=9]; 3295 -> 2907[label="",style="solid", color="blue", weight=3]; 3296[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2767 -> 3296[label="",style="solid", color="blue", weight=9]; 3296 -> 2908[label="",style="solid", color="blue", weight=3]; 3297[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2767 -> 3297[label="",style="solid", color="blue", weight=9]; 3297 -> 2909[label="",style="solid", color="blue", weight=3]; 3298[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2767 -> 3298[label="",style="solid", color="blue", weight=9]; 3298 -> 2910[label="",style="solid", color="blue", weight=3]; 3299[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2767 -> 3299[label="",style="solid", color="blue", weight=9]; 3299 -> 2911[label="",style="solid", color="blue", weight=3]; 3300[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2767 -> 3300[label="",style="solid", color="blue", weight=9]; 3300 -> 2912[label="",style="solid", color="blue", weight=3]; 3301[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2767 -> 3301[label="",style="solid", color="blue", weight=9]; 3301 -> 2913[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"];2767 -> 3302[label="",style="solid", color="blue", weight=9]; 3302 -> 2914[label="",style="solid", color="blue", weight=3]; 2768[label="yv1411 == yv1451",fontsize=16,color="blue",shape="box"];3303[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2768 -> 3303[label="",style="solid", color="blue", weight=9]; 3303 -> 2915[label="",style="solid", color="blue", weight=3]; 3304[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2768 -> 3304[label="",style="solid", color="blue", weight=9]; 3304 -> 2916[label="",style="solid", color="blue", weight=3]; 3305[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2768 -> 3305[label="",style="solid", color="blue", weight=9]; 3305 -> 2917[label="",style="solid", color="blue", weight=3]; 3306[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2768 -> 3306[label="",style="solid", color="blue", weight=9]; 3306 -> 2918[label="",style="solid", color="blue", weight=3]; 3307[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2768 -> 3307[label="",style="solid", color="blue", weight=9]; 3307 -> 2919[label="",style="solid", color="blue", weight=3]; 3308[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2768 -> 3308[label="",style="solid", color="blue", weight=9]; 3308 -> 2920[label="",style="solid", color="blue", weight=3]; 3309[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2768 -> 3309[label="",style="solid", color="blue", weight=9]; 3309 -> 2921[label="",style="solid", color="blue", weight=3]; 3310[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2768 -> 3310[label="",style="solid", color="blue", weight=9]; 3310 -> 2922[label="",style="solid", color="blue", weight=3]; 3311[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2768 -> 3311[label="",style="solid", color="blue", weight=9]; 3311 -> 2923[label="",style="solid", color="blue", weight=3]; 3312[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2768 -> 3312[label="",style="solid", color="blue", weight=9]; 3312 -> 2924[label="",style="solid", color="blue", weight=3]; 3313[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2768 -> 3313[label="",style="solid", color="blue", weight=9]; 3313 -> 2925[label="",style="solid", color="blue", weight=3]; 3314[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2768 -> 3314[label="",style="solid", color="blue", weight=9]; 3314 -> 2926[label="",style="solid", color="blue", weight=3]; 3315[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2768 -> 3315[label="",style="solid", color="blue", weight=9]; 3315 -> 2927[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"];2768 -> 3316[label="",style="solid", color="blue", weight=9]; 3316 -> 2928[label="",style="solid", color="blue", weight=3]; 2769 -> 2385[label="",style="dashed", color="red", weight=0]; 2769[label="yv1410 == yv1450",fontsize=16,color="magenta"];2769 -> 2929[label="",style="dashed", color="magenta", weight=3]; 2769 -> 2930[label="",style="dashed", color="magenta", weight=3]; 2770 -> 2386[label="",style="dashed", color="red", weight=0]; 2770[label="yv1410 == yv1450",fontsize=16,color="magenta"];2770 -> 2931[label="",style="dashed", color="magenta", weight=3]; 2770 -> 2932[label="",style="dashed", color="magenta", weight=3]; 2771 -> 2387[label="",style="dashed", color="red", weight=0]; 2771[label="yv1410 == yv1450",fontsize=16,color="magenta"];2771 -> 2933[label="",style="dashed", color="magenta", weight=3]; 2771 -> 2934[label="",style="dashed", color="magenta", weight=3]; 2772 -> 2388[label="",style="dashed", color="red", weight=0]; 2772[label="yv1410 == yv1450",fontsize=16,color="magenta"];2772 -> 2935[label="",style="dashed", color="magenta", weight=3]; 2772 -> 2936[label="",style="dashed", color="magenta", weight=3]; 2773 -> 2389[label="",style="dashed", color="red", weight=0]; 2773[label="yv1410 == yv1450",fontsize=16,color="magenta"];2773 -> 2937[label="",style="dashed", color="magenta", weight=3]; 2773 -> 2938[label="",style="dashed", color="magenta", weight=3]; 2774 -> 2390[label="",style="dashed", color="red", weight=0]; 2774[label="yv1410 == yv1450",fontsize=16,color="magenta"];2774 -> 2939[label="",style="dashed", color="magenta", weight=3]; 2774 -> 2940[label="",style="dashed", color="magenta", weight=3]; 2775 -> 2391[label="",style="dashed", color="red", weight=0]; 2775[label="yv1410 == yv1450",fontsize=16,color="magenta"];2775 -> 2941[label="",style="dashed", color="magenta", weight=3]; 2775 -> 2942[label="",style="dashed", color="magenta", weight=3]; 2776 -> 2392[label="",style="dashed", color="red", weight=0]; 2776[label="yv1410 == yv1450",fontsize=16,color="magenta"];2776 -> 2943[label="",style="dashed", color="magenta", weight=3]; 2776 -> 2944[label="",style="dashed", color="magenta", weight=3]; 2777 -> 2393[label="",style="dashed", color="red", weight=0]; 2777[label="yv1410 == yv1450",fontsize=16,color="magenta"];2777 -> 2945[label="",style="dashed", color="magenta", weight=3]; 2777 -> 2946[label="",style="dashed", color="magenta", weight=3]; 2778 -> 2394[label="",style="dashed", color="red", weight=0]; 2778[label="yv1410 == yv1450",fontsize=16,color="magenta"];2778 -> 2947[label="",style="dashed", color="magenta", weight=3]; 2778 -> 2948[label="",style="dashed", color="magenta", weight=3]; 2779 -> 2395[label="",style="dashed", color="red", weight=0]; 2779[label="yv1410 == yv1450",fontsize=16,color="magenta"];2779 -> 2949[label="",style="dashed", color="magenta", weight=3]; 2779 -> 2950[label="",style="dashed", color="magenta", weight=3]; 2780 -> 2396[label="",style="dashed", color="red", weight=0]; 2780[label="yv1410 == yv1450",fontsize=16,color="magenta"];2780 -> 2951[label="",style="dashed", color="magenta", weight=3]; 2780 -> 2952[label="",style="dashed", color="magenta", weight=3]; 2781 -> 2397[label="",style="dashed", color="red", weight=0]; 2781[label="yv1410 == yv1450",fontsize=16,color="magenta"];2781 -> 2953[label="",style="dashed", color="magenta", weight=3]; 2781 -> 2954[label="",style="dashed", color="magenta", weight=3]; 2782 -> 2398[label="",style="dashed", color="red", weight=0]; 2782[label="yv1410 == yv1450",fontsize=16,color="magenta"];2782 -> 2955[label="",style="dashed", color="magenta", weight=3]; 2782 -> 2956[label="",style="dashed", color="magenta", weight=3]; 2783[label="List.nubNub'0 yv154 yv155 (yv156 : yv157) otherwise",fontsize=16,color="black",shape="box"];2783 -> 2957[label="",style="solid", color="black", weight=3]; 2784[label="yv1411",fontsize=16,color="green",shape="box"];2785[label="yv1451",fontsize=16,color="green",shape="box"];2786[label="yv1411",fontsize=16,color="green",shape="box"];2787[label="yv1451",fontsize=16,color="green",shape="box"];2788[label="yv1411",fontsize=16,color="green",shape="box"];2789[label="yv1451",fontsize=16,color="green",shape="box"];2790[label="yv1411",fontsize=16,color="green",shape="box"];2791[label="yv1451",fontsize=16,color="green",shape="box"];2792[label="yv1411",fontsize=16,color="green",shape="box"];2793[label="yv1451",fontsize=16,color="green",shape="box"];2794[label="yv1411",fontsize=16,color="green",shape="box"];2795[label="yv1451",fontsize=16,color="green",shape="box"];2796[label="yv1411",fontsize=16,color="green",shape="box"];2797[label="yv1451",fontsize=16,color="green",shape="box"];2798[label="yv1411",fontsize=16,color="green",shape="box"];2799[label="yv1451",fontsize=16,color="green",shape="box"];2800[label="yv1411",fontsize=16,color="green",shape="box"];2801[label="yv1451",fontsize=16,color="green",shape="box"];2802[label="yv1411",fontsize=16,color="green",shape="box"];2803[label="yv1451",fontsize=16,color="green",shape="box"];2804[label="yv1411",fontsize=16,color="green",shape="box"];2805[label="yv1451",fontsize=16,color="green",shape="box"];2806[label="yv1411",fontsize=16,color="green",shape="box"];2807[label="yv1451",fontsize=16,color="green",shape="box"];2808[label="yv1411",fontsize=16,color="green",shape="box"];2809[label="yv1451",fontsize=16,color="green",shape="box"];2810[label="yv1411",fontsize=16,color="green",shape="box"];2811[label="yv1451",fontsize=16,color="green",shape="box"];2812[label="yv1410",fontsize=16,color="green",shape="box"];2813[label="yv1450",fontsize=16,color="green",shape="box"];2814[label="yv1410",fontsize=16,color="green",shape="box"];2815[label="yv1450",fontsize=16,color="green",shape="box"];2816[label="yv1410",fontsize=16,color="green",shape="box"];2817[label="yv1450",fontsize=16,color="green",shape="box"];2818[label="yv1410",fontsize=16,color="green",shape="box"];2819[label="yv1450",fontsize=16,color="green",shape="box"];2820[label="yv1410",fontsize=16,color="green",shape="box"];2821[label="yv1450",fontsize=16,color="green",shape="box"];2822[label="yv1410",fontsize=16,color="green",shape="box"];2823[label="yv1450",fontsize=16,color="green",shape="box"];2824[label="yv1410",fontsize=16,color="green",shape="box"];2825[label="yv1450",fontsize=16,color="green",shape="box"];2826[label="yv1410",fontsize=16,color="green",shape="box"];2827[label="yv1450",fontsize=16,color="green",shape="box"];2828[label="yv1410",fontsize=16,color="green",shape="box"];2829[label="yv1450",fontsize=16,color="green",shape="box"];2830[label="yv1410",fontsize=16,color="green",shape="box"];2831[label="yv1450",fontsize=16,color="green",shape="box"];2832[label="yv1410",fontsize=16,color="green",shape="box"];2833[label="yv1450",fontsize=16,color="green",shape="box"];2834[label="yv1410",fontsize=16,color="green",shape="box"];2835[label="yv1450",fontsize=16,color="green",shape="box"];2836[label="yv1410",fontsize=16,color="green",shape="box"];2837[label="yv1450",fontsize=16,color="green",shape="box"];2838[label="yv1410",fontsize=16,color="green",shape="box"];2839[label="yv1450",fontsize=16,color="green",shape="box"];2840[label="False",fontsize=16,color="green",shape="box"];2841[label="yv172",fontsize=16,color="green",shape="box"];2842[label="yv1410",fontsize=16,color="green",shape="box"];2843[label="yv1450",fontsize=16,color="green",shape="box"];2844[label="yv1410",fontsize=16,color="green",shape="box"];2845[label="yv1450",fontsize=16,color="green",shape="box"];2846[label="yv1410",fontsize=16,color="green",shape="box"];2847[label="yv1450",fontsize=16,color="green",shape="box"];2848[label="yv1410",fontsize=16,color="green",shape="box"];2849[label="yv1450",fontsize=16,color="green",shape="box"];2850[label="yv1410",fontsize=16,color="green",shape="box"];2851[label="yv1450",fontsize=16,color="green",shape="box"];2852[label="yv1410",fontsize=16,color="green",shape="box"];2853[label="yv1450",fontsize=16,color="green",shape="box"];2854[label="yv1410",fontsize=16,color="green",shape="box"];2855[label="yv1450",fontsize=16,color="green",shape="box"];2856[label="yv1410",fontsize=16,color="green",shape="box"];2857[label="yv1450",fontsize=16,color="green",shape="box"];2858[label="yv1410",fontsize=16,color="green",shape="box"];2859[label="yv1450",fontsize=16,color="green",shape="box"];2860[label="yv1410",fontsize=16,color="green",shape="box"];2861[label="yv1450",fontsize=16,color="green",shape="box"];2862[label="yv1410",fontsize=16,color="green",shape="box"];2863[label="yv1450",fontsize=16,color="green",shape="box"];2864[label="yv1410",fontsize=16,color="green",shape="box"];2865[label="yv1450",fontsize=16,color="green",shape="box"];2866[label="yv1410",fontsize=16,color="green",shape="box"];2867[label="yv1450",fontsize=16,color="green",shape="box"];2868[label="yv1410",fontsize=16,color="green",shape="box"];2869[label="yv1450",fontsize=16,color="green",shape="box"];2870[label="yv1411",fontsize=16,color="green",shape="box"];2871[label="yv1451",fontsize=16,color="green",shape="box"];2872[label="yv1411",fontsize=16,color="green",shape="box"];2873[label="yv1451",fontsize=16,color="green",shape="box"];2874[label="yv1410",fontsize=16,color="green",shape="box"];2875[label="yv1450",fontsize=16,color="green",shape="box"];2876[label="yv1410",fontsize=16,color="green",shape="box"];2877[label="yv1450",fontsize=16,color="green",shape="box"];2878 -> 2565[label="",style="dashed", color="red", weight=0]; 2878[label="primEqNat yv14100 yv14500",fontsize=16,color="magenta"];2878 -> 2958[label="",style="dashed", color="magenta", weight=3]; 2878 -> 2959[label="",style="dashed", color="magenta", weight=3]; 2879[label="False",fontsize=16,color="green",shape="box"];2880[label="False",fontsize=16,color="green",shape="box"];2881[label="True",fontsize=16,color="green",shape="box"];2882[label="False",fontsize=16,color="green",shape="box"];2883[label="True",fontsize=16,color="green",shape="box"];2884 -> 2565[label="",style="dashed", color="red", weight=0]; 2884[label="primEqNat yv14100 yv14500",fontsize=16,color="magenta"];2884 -> 2960[label="",style="dashed", color="magenta", weight=3]; 2884 -> 2961[label="",style="dashed", color="magenta", weight=3]; 2885[label="False",fontsize=16,color="green",shape="box"];2886[label="False",fontsize=16,color="green",shape="box"];2887[label="True",fontsize=16,color="green",shape="box"];2888[label="False",fontsize=16,color="green",shape="box"];2889[label="True",fontsize=16,color="green",shape="box"];2890[label="primEqNat (Succ yv14100) (Succ yv14500)",fontsize=16,color="black",shape="box"];2890 -> 2962[label="",style="solid", color="black", weight=3]; 2891[label="primEqNat (Succ yv14100) Zero",fontsize=16,color="black",shape="box"];2891 -> 2963[label="",style="solid", color="black", weight=3]; 2892[label="primEqNat Zero (Succ yv14500)",fontsize=16,color="black",shape="box"];2892 -> 2964[label="",style="solid", color="black", weight=3]; 2893[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];2893 -> 2965[label="",style="solid", color="black", weight=3]; 2894[label="primMulInt yv1410 yv1451",fontsize=16,color="burlywood",shape="box"];3317[label="yv1410/Pos yv14100",fontsize=10,color="white",style="solid",shape="box"];2894 -> 3317[label="",style="solid", color="burlywood", weight=9]; 3317 -> 2966[label="",style="solid", color="burlywood", weight=3]; 3318[label="yv1410/Neg yv14100",fontsize=10,color="white",style="solid",shape="box"];2894 -> 3318[label="",style="solid", color="burlywood", weight=9]; 3318 -> 2967[label="",style="solid", color="burlywood", weight=3]; 2895[label="yv1411",fontsize=16,color="green",shape="box"];2896[label="yv1450",fontsize=16,color="green",shape="box"];2897[label="yv1410",fontsize=16,color="green",shape="box"];2898[label="yv1451",fontsize=16,color="green",shape="box"];2899[label="yv1411",fontsize=16,color="green",shape="box"];2900[label="yv1450",fontsize=16,color="green",shape="box"];2901 -> 2385[label="",style="dashed", color="red", weight=0]; 2901[label="yv1412 == yv1452",fontsize=16,color="magenta"];2901 -> 2968[label="",style="dashed", color="magenta", weight=3]; 2901 -> 2969[label="",style="dashed", color="magenta", weight=3]; 2902 -> 2386[label="",style="dashed", color="red", weight=0]; 2902[label="yv1412 == yv1452",fontsize=16,color="magenta"];2902 -> 2970[label="",style="dashed", color="magenta", weight=3]; 2902 -> 2971[label="",style="dashed", color="magenta", weight=3]; 2903 -> 2387[label="",style="dashed", color="red", weight=0]; 2903[label="yv1412 == yv1452",fontsize=16,color="magenta"];2903 -> 2972[label="",style="dashed", color="magenta", weight=3]; 2903 -> 2973[label="",style="dashed", color="magenta", weight=3]; 2904 -> 2388[label="",style="dashed", color="red", weight=0]; 2904[label="yv1412 == yv1452",fontsize=16,color="magenta"];2904 -> 2974[label="",style="dashed", color="magenta", weight=3]; 2904 -> 2975[label="",style="dashed", color="magenta", weight=3]; 2905 -> 2389[label="",style="dashed", color="red", weight=0]; 2905[label="yv1412 == yv1452",fontsize=16,color="magenta"];2905 -> 2976[label="",style="dashed", color="magenta", weight=3]; 2905 -> 2977[label="",style="dashed", color="magenta", weight=3]; 2906 -> 2390[label="",style="dashed", color="red", weight=0]; 2906[label="yv1412 == yv1452",fontsize=16,color="magenta"];2906 -> 2978[label="",style="dashed", color="magenta", weight=3]; 2906 -> 2979[label="",style="dashed", color="magenta", weight=3]; 2907 -> 2391[label="",style="dashed", color="red", weight=0]; 2907[label="yv1412 == yv1452",fontsize=16,color="magenta"];2907 -> 2980[label="",style="dashed", color="magenta", weight=3]; 2907 -> 2981[label="",style="dashed", color="magenta", weight=3]; 2908 -> 2392[label="",style="dashed", color="red", weight=0]; 2908[label="yv1412 == yv1452",fontsize=16,color="magenta"];2908 -> 2982[label="",style="dashed", color="magenta", weight=3]; 2908 -> 2983[label="",style="dashed", color="magenta", weight=3]; 2909 -> 2393[label="",style="dashed", color="red", weight=0]; 2909[label="yv1412 == yv1452",fontsize=16,color="magenta"];2909 -> 2984[label="",style="dashed", color="magenta", weight=3]; 2909 -> 2985[label="",style="dashed", color="magenta", weight=3]; 2910 -> 2394[label="",style="dashed", color="red", weight=0]; 2910[label="yv1412 == yv1452",fontsize=16,color="magenta"];2910 -> 2986[label="",style="dashed", color="magenta", weight=3]; 2910 -> 2987[label="",style="dashed", color="magenta", weight=3]; 2911 -> 2395[label="",style="dashed", color="red", weight=0]; 2911[label="yv1412 == yv1452",fontsize=16,color="magenta"];2911 -> 2988[label="",style="dashed", color="magenta", weight=3]; 2911 -> 2989[label="",style="dashed", color="magenta", weight=3]; 2912 -> 2396[label="",style="dashed", color="red", weight=0]; 2912[label="yv1412 == yv1452",fontsize=16,color="magenta"];2912 -> 2990[label="",style="dashed", color="magenta", weight=3]; 2912 -> 2991[label="",style="dashed", color="magenta", weight=3]; 2913 -> 2397[label="",style="dashed", color="red", weight=0]; 2913[label="yv1412 == yv1452",fontsize=16,color="magenta"];2913 -> 2992[label="",style="dashed", color="magenta", weight=3]; 2913 -> 2993[label="",style="dashed", color="magenta", weight=3]; 2914 -> 2398[label="",style="dashed", color="red", weight=0]; 2914[label="yv1412 == yv1452",fontsize=16,color="magenta"];2914 -> 2994[label="",style="dashed", color="magenta", weight=3]; 2914 -> 2995[label="",style="dashed", color="magenta", weight=3]; 2915 -> 2385[label="",style="dashed", color="red", weight=0]; 2915[label="yv1411 == yv1451",fontsize=16,color="magenta"];2915 -> 2996[label="",style="dashed", color="magenta", weight=3]; 2915 -> 2997[label="",style="dashed", color="magenta", weight=3]; 2916 -> 2386[label="",style="dashed", color="red", weight=0]; 2916[label="yv1411 == yv1451",fontsize=16,color="magenta"];2916 -> 2998[label="",style="dashed", color="magenta", weight=3]; 2916 -> 2999[label="",style="dashed", color="magenta", weight=3]; 2917 -> 2387[label="",style="dashed", color="red", weight=0]; 2917[label="yv1411 == yv1451",fontsize=16,color="magenta"];2917 -> 3000[label="",style="dashed", color="magenta", weight=3]; 2917 -> 3001[label="",style="dashed", color="magenta", weight=3]; 2918 -> 2388[label="",style="dashed", color="red", weight=0]; 2918[label="yv1411 == yv1451",fontsize=16,color="magenta"];2918 -> 3002[label="",style="dashed", color="magenta", weight=3]; 2918 -> 3003[label="",style="dashed", color="magenta", weight=3]; 2919 -> 2389[label="",style="dashed", color="red", weight=0]; 2919[label="yv1411 == yv1451",fontsize=16,color="magenta"];2919 -> 3004[label="",style="dashed", color="magenta", weight=3]; 2919 -> 3005[label="",style="dashed", color="magenta", weight=3]; 2920 -> 2390[label="",style="dashed", color="red", weight=0]; 2920[label="yv1411 == yv1451",fontsize=16,color="magenta"];2920 -> 3006[label="",style="dashed", color="magenta", weight=3]; 2920 -> 3007[label="",style="dashed", color="magenta", weight=3]; 2921 -> 2391[label="",style="dashed", color="red", weight=0]; 2921[label="yv1411 == yv1451",fontsize=16,color="magenta"];2921 -> 3008[label="",style="dashed", color="magenta", weight=3]; 2921 -> 3009[label="",style="dashed", color="magenta", weight=3]; 2922 -> 2392[label="",style="dashed", color="red", weight=0]; 2922[label="yv1411 == yv1451",fontsize=16,color="magenta"];2922 -> 3010[label="",style="dashed", color="magenta", weight=3]; 2922 -> 3011[label="",style="dashed", color="magenta", weight=3]; 2923 -> 2393[label="",style="dashed", color="red", weight=0]; 2923[label="yv1411 == yv1451",fontsize=16,color="magenta"];2923 -> 3012[label="",style="dashed", color="magenta", weight=3]; 2923 -> 3013[label="",style="dashed", color="magenta", weight=3]; 2924 -> 2394[label="",style="dashed", color="red", weight=0]; 2924[label="yv1411 == yv1451",fontsize=16,color="magenta"];2924 -> 3014[label="",style="dashed", color="magenta", weight=3]; 2924 -> 3015[label="",style="dashed", color="magenta", weight=3]; 2925 -> 2395[label="",style="dashed", color="red", weight=0]; 2925[label="yv1411 == yv1451",fontsize=16,color="magenta"];2925 -> 3016[label="",style="dashed", color="magenta", weight=3]; 2925 -> 3017[label="",style="dashed", color="magenta", weight=3]; 2926 -> 2396[label="",style="dashed", color="red", weight=0]; 2926[label="yv1411 == yv1451",fontsize=16,color="magenta"];2926 -> 3018[label="",style="dashed", color="magenta", weight=3]; 2926 -> 3019[label="",style="dashed", color="magenta", weight=3]; 2927 -> 2397[label="",style="dashed", color="red", weight=0]; 2927[label="yv1411 == yv1451",fontsize=16,color="magenta"];2927 -> 3020[label="",style="dashed", color="magenta", weight=3]; 2927 -> 3021[label="",style="dashed", color="magenta", weight=3]; 2928 -> 2398[label="",style="dashed", color="red", weight=0]; 2928[label="yv1411 == yv1451",fontsize=16,color="magenta"];2928 -> 3022[label="",style="dashed", color="magenta", weight=3]; 2928 -> 3023[label="",style="dashed", color="magenta", weight=3]; 2929[label="yv1410",fontsize=16,color="green",shape="box"];2930[label="yv1450",fontsize=16,color="green",shape="box"];2931[label="yv1410",fontsize=16,color="green",shape="box"];2932[label="yv1450",fontsize=16,color="green",shape="box"];2933[label="yv1410",fontsize=16,color="green",shape="box"];2934[label="yv1450",fontsize=16,color="green",shape="box"];2935[label="yv1410",fontsize=16,color="green",shape="box"];2936[label="yv1450",fontsize=16,color="green",shape="box"];2937[label="yv1410",fontsize=16,color="green",shape="box"];2938[label="yv1450",fontsize=16,color="green",shape="box"];2939[label="yv1410",fontsize=16,color="green",shape="box"];2940[label="yv1450",fontsize=16,color="green",shape="box"];2941[label="yv1410",fontsize=16,color="green",shape="box"];2942[label="yv1450",fontsize=16,color="green",shape="box"];2943[label="yv1410",fontsize=16,color="green",shape="box"];2944[label="yv1450",fontsize=16,color="green",shape="box"];2945[label="yv1410",fontsize=16,color="green",shape="box"];2946[label="yv1450",fontsize=16,color="green",shape="box"];2947[label="yv1410",fontsize=16,color="green",shape="box"];2948[label="yv1450",fontsize=16,color="green",shape="box"];2949[label="yv1410",fontsize=16,color="green",shape="box"];2950[label="yv1450",fontsize=16,color="green",shape="box"];2951[label="yv1410",fontsize=16,color="green",shape="box"];2952[label="yv1450",fontsize=16,color="green",shape="box"];2953[label="yv1410",fontsize=16,color="green",shape="box"];2954[label="yv1450",fontsize=16,color="green",shape="box"];2955[label="yv1410",fontsize=16,color="green",shape="box"];2956[label="yv1450",fontsize=16,color="green",shape="box"];2957[label="List.nubNub'0 yv154 yv155 (yv156 : yv157) True",fontsize=16,color="black",shape="box"];2957 -> 3024[label="",style="solid", color="black", weight=3]; 2958[label="yv14100",fontsize=16,color="green",shape="box"];2959[label="yv14500",fontsize=16,color="green",shape="box"];2960[label="yv14100",fontsize=16,color="green",shape="box"];2961[label="yv14500",fontsize=16,color="green",shape="box"];2962 -> 2565[label="",style="dashed", color="red", weight=0]; 2962[label="primEqNat yv14100 yv14500",fontsize=16,color="magenta"];2962 -> 3025[label="",style="dashed", color="magenta", weight=3]; 2962 -> 3026[label="",style="dashed", color="magenta", weight=3]; 2963[label="False",fontsize=16,color="green",shape="box"];2964[label="False",fontsize=16,color="green",shape="box"];2965[label="True",fontsize=16,color="green",shape="box"];2966[label="primMulInt (Pos yv14100) yv1451",fontsize=16,color="burlywood",shape="box"];3319[label="yv1451/Pos yv14510",fontsize=10,color="white",style="solid",shape="box"];2966 -> 3319[label="",style="solid", color="burlywood", weight=9]; 3319 -> 3027[label="",style="solid", color="burlywood", weight=3]; 3320[label="yv1451/Neg yv14510",fontsize=10,color="white",style="solid",shape="box"];2966 -> 3320[label="",style="solid", color="burlywood", weight=9]; 3320 -> 3028[label="",style="solid", color="burlywood", weight=3]; 2967[label="primMulInt (Neg yv14100) yv1451",fontsize=16,color="burlywood",shape="box"];3321[label="yv1451/Pos yv14510",fontsize=10,color="white",style="solid",shape="box"];2967 -> 3321[label="",style="solid", color="burlywood", weight=9]; 3321 -> 3029[label="",style="solid", color="burlywood", weight=3]; 3322[label="yv1451/Neg yv14510",fontsize=10,color="white",style="solid",shape="box"];2967 -> 3322[label="",style="solid", color="burlywood", weight=9]; 3322 -> 3030[label="",style="solid", color="burlywood", weight=3]; 2968[label="yv1412",fontsize=16,color="green",shape="box"];2969[label="yv1452",fontsize=16,color="green",shape="box"];2970[label="yv1412",fontsize=16,color="green",shape="box"];2971[label="yv1452",fontsize=16,color="green",shape="box"];2972[label="yv1412",fontsize=16,color="green",shape="box"];2973[label="yv1452",fontsize=16,color="green",shape="box"];2974[label="yv1412",fontsize=16,color="green",shape="box"];2975[label="yv1452",fontsize=16,color="green",shape="box"];2976[label="yv1412",fontsize=16,color="green",shape="box"];2977[label="yv1452",fontsize=16,color="green",shape="box"];2978[label="yv1412",fontsize=16,color="green",shape="box"];2979[label="yv1452",fontsize=16,color="green",shape="box"];2980[label="yv1412",fontsize=16,color="green",shape="box"];2981[label="yv1452",fontsize=16,color="green",shape="box"];2982[label="yv1412",fontsize=16,color="green",shape="box"];2983[label="yv1452",fontsize=16,color="green",shape="box"];2984[label="yv1412",fontsize=16,color="green",shape="box"];2985[label="yv1452",fontsize=16,color="green",shape="box"];2986[label="yv1412",fontsize=16,color="green",shape="box"];2987[label="yv1452",fontsize=16,color="green",shape="box"];2988[label="yv1412",fontsize=16,color="green",shape="box"];2989[label="yv1452",fontsize=16,color="green",shape="box"];2990[label="yv1412",fontsize=16,color="green",shape="box"];2991[label="yv1452",fontsize=16,color="green",shape="box"];2992[label="yv1412",fontsize=16,color="green",shape="box"];2993[label="yv1452",fontsize=16,color="green",shape="box"];2994[label="yv1412",fontsize=16,color="green",shape="box"];2995[label="yv1452",fontsize=16,color="green",shape="box"];2996[label="yv1411",fontsize=16,color="green",shape="box"];2997[label="yv1451",fontsize=16,color="green",shape="box"];2998[label="yv1411",fontsize=16,color="green",shape="box"];2999[label="yv1451",fontsize=16,color="green",shape="box"];3000[label="yv1411",fontsize=16,color="green",shape="box"];3001[label="yv1451",fontsize=16,color="green",shape="box"];3002[label="yv1411",fontsize=16,color="green",shape="box"];3003[label="yv1451",fontsize=16,color="green",shape="box"];3004[label="yv1411",fontsize=16,color="green",shape="box"];3005[label="yv1451",fontsize=16,color="green",shape="box"];3006[label="yv1411",fontsize=16,color="green",shape="box"];3007[label="yv1451",fontsize=16,color="green",shape="box"];3008[label="yv1411",fontsize=16,color="green",shape="box"];3009[label="yv1451",fontsize=16,color="green",shape="box"];3010[label="yv1411",fontsize=16,color="green",shape="box"];3011[label="yv1451",fontsize=16,color="green",shape="box"];3012[label="yv1411",fontsize=16,color="green",shape="box"];3013[label="yv1451",fontsize=16,color="green",shape="box"];3014[label="yv1411",fontsize=16,color="green",shape="box"];3015[label="yv1451",fontsize=16,color="green",shape="box"];3016[label="yv1411",fontsize=16,color="green",shape="box"];3017[label="yv1451",fontsize=16,color="green",shape="box"];3018[label="yv1411",fontsize=16,color="green",shape="box"];3019[label="yv1451",fontsize=16,color="green",shape="box"];3020[label="yv1411",fontsize=16,color="green",shape="box"];3021[label="yv1451",fontsize=16,color="green",shape="box"];3022[label="yv1411",fontsize=16,color="green",shape="box"];3023[label="yv1451",fontsize=16,color="green",shape="box"];3024[label="yv154 : List.nubNub' yv155 (yv154 : yv156 : yv157)",fontsize=16,color="green",shape="box"];3024 -> 3031[label="",style="dashed", color="green", weight=3]; 3025[label="yv14100",fontsize=16,color="green",shape="box"];3026[label="yv14500",fontsize=16,color="green",shape="box"];3027[label="primMulInt (Pos yv14100) (Pos yv14510)",fontsize=16,color="black",shape="box"];3027 -> 3032[label="",style="solid", color="black", weight=3]; 3028[label="primMulInt (Pos yv14100) (Neg yv14510)",fontsize=16,color="black",shape="box"];3028 -> 3033[label="",style="solid", color="black", weight=3]; 3029[label="primMulInt (Neg yv14100) (Pos yv14510)",fontsize=16,color="black",shape="box"];3029 -> 3034[label="",style="solid", color="black", weight=3]; 3030[label="primMulInt (Neg yv14100) (Neg yv14510)",fontsize=16,color="black",shape="box"];3030 -> 3035[label="",style="solid", color="black", weight=3]; 3031 -> 1303[label="",style="dashed", color="red", weight=0]; 3031[label="List.nubNub' yv155 (yv154 : yv156 : yv157)",fontsize=16,color="magenta"];3031 -> 3036[label="",style="dashed", color="magenta", weight=3]; 3031 -> 3037[label="",style="dashed", color="magenta", weight=3]; 3031 -> 3038[label="",style="dashed", color="magenta", weight=3]; 3032[label="Pos (primMulNat yv14100 yv14510)",fontsize=16,color="green",shape="box"];3032 -> 3039[label="",style="dashed", color="green", weight=3]; 3033[label="Neg (primMulNat yv14100 yv14510)",fontsize=16,color="green",shape="box"];3033 -> 3040[label="",style="dashed", color="green", weight=3]; 3034[label="Neg (primMulNat yv14100 yv14510)",fontsize=16,color="green",shape="box"];3034 -> 3041[label="",style="dashed", color="green", weight=3]; 3035[label="Pos (primMulNat yv14100 yv14510)",fontsize=16,color="green",shape="box"];3035 -> 3042[label="",style="dashed", color="green", weight=3]; 3036[label="yv156 : yv157",fontsize=16,color="green",shape="box"];3037[label="yv154",fontsize=16,color="green",shape="box"];3038[label="yv155",fontsize=16,color="green",shape="box"];3039[label="primMulNat yv14100 yv14510",fontsize=16,color="burlywood",shape="triangle"];3323[label="yv14100/Succ yv141000",fontsize=10,color="white",style="solid",shape="box"];3039 -> 3323[label="",style="solid", color="burlywood", weight=9]; 3323 -> 3043[label="",style="solid", color="burlywood", weight=3]; 3324[label="yv14100/Zero",fontsize=10,color="white",style="solid",shape="box"];3039 -> 3324[label="",style="solid", color="burlywood", weight=9]; 3324 -> 3044[label="",style="solid", color="burlywood", weight=3]; 3040 -> 3039[label="",style="dashed", color="red", weight=0]; 3040[label="primMulNat yv14100 yv14510",fontsize=16,color="magenta"];3040 -> 3045[label="",style="dashed", color="magenta", weight=3]; 3041 -> 3039[label="",style="dashed", color="red", weight=0]; 3041[label="primMulNat yv14100 yv14510",fontsize=16,color="magenta"];3041 -> 3046[label="",style="dashed", color="magenta", weight=3]; 3042 -> 3039[label="",style="dashed", color="red", weight=0]; 3042[label="primMulNat yv14100 yv14510",fontsize=16,color="magenta"];3042 -> 3047[label="",style="dashed", color="magenta", weight=3]; 3042 -> 3048[label="",style="dashed", color="magenta", weight=3]; 3043[label="primMulNat (Succ yv141000) yv14510",fontsize=16,color="burlywood",shape="box"];3325[label="yv14510/Succ yv145100",fontsize=10,color="white",style="solid",shape="box"];3043 -> 3325[label="",style="solid", color="burlywood", weight=9]; 3325 -> 3049[label="",style="solid", color="burlywood", weight=3]; 3326[label="yv14510/Zero",fontsize=10,color="white",style="solid",shape="box"];3043 -> 3326[label="",style="solid", color="burlywood", weight=9]; 3326 -> 3050[label="",style="solid", color="burlywood", weight=3]; 3044[label="primMulNat Zero yv14510",fontsize=16,color="burlywood",shape="box"];3327[label="yv14510/Succ yv145100",fontsize=10,color="white",style="solid",shape="box"];3044 -> 3327[label="",style="solid", color="burlywood", weight=9]; 3327 -> 3051[label="",style="solid", color="burlywood", weight=3]; 3328[label="yv14510/Zero",fontsize=10,color="white",style="solid",shape="box"];3044 -> 3328[label="",style="solid", color="burlywood", weight=9]; 3328 -> 3052[label="",style="solid", color="burlywood", weight=3]; 3045[label="yv14510",fontsize=16,color="green",shape="box"];3046[label="yv14100",fontsize=16,color="green",shape="box"];3047[label="yv14100",fontsize=16,color="green",shape="box"];3048[label="yv14510",fontsize=16,color="green",shape="box"];3049[label="primMulNat (Succ yv141000) (Succ yv145100)",fontsize=16,color="black",shape="box"];3049 -> 3053[label="",style="solid", color="black", weight=3]; 3050[label="primMulNat (Succ yv141000) Zero",fontsize=16,color="black",shape="box"];3050 -> 3054[label="",style="solid", color="black", weight=3]; 3051[label="primMulNat Zero (Succ yv145100)",fontsize=16,color="black",shape="box"];3051 -> 3055[label="",style="solid", color="black", weight=3]; 3052[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];3052 -> 3056[label="",style="solid", color="black", weight=3]; 3053 -> 3057[label="",style="dashed", color="red", weight=0]; 3053[label="primPlusNat (primMulNat yv141000 (Succ yv145100)) (Succ yv145100)",fontsize=16,color="magenta"];3053 -> 3058[label="",style="dashed", color="magenta", weight=3]; 3054[label="Zero",fontsize=16,color="green",shape="box"];3055[label="Zero",fontsize=16,color="green",shape="box"];3056[label="Zero",fontsize=16,color="green",shape="box"];3058 -> 3039[label="",style="dashed", color="red", weight=0]; 3058[label="primMulNat yv141000 (Succ yv145100)",fontsize=16,color="magenta"];3058 -> 3059[label="",style="dashed", color="magenta", weight=3]; 3058 -> 3060[label="",style="dashed", color="magenta", weight=3]; 3057[label="primPlusNat yv173 (Succ yv145100)",fontsize=16,color="burlywood",shape="triangle"];3329[label="yv173/Succ yv1730",fontsize=10,color="white",style="solid",shape="box"];3057 -> 3329[label="",style="solid", color="burlywood", weight=9]; 3329 -> 3061[label="",style="solid", color="burlywood", weight=3]; 3330[label="yv173/Zero",fontsize=10,color="white",style="solid",shape="box"];3057 -> 3330[label="",style="solid", color="burlywood", weight=9]; 3330 -> 3062[label="",style="solid", color="burlywood", weight=3]; 3059[label="yv141000",fontsize=16,color="green",shape="box"];3060[label="Succ yv145100",fontsize=16,color="green",shape="box"];3061[label="primPlusNat (Succ yv1730) (Succ yv145100)",fontsize=16,color="black",shape="box"];3061 -> 3063[label="",style="solid", color="black", weight=3]; 3062[label="primPlusNat Zero (Succ yv145100)",fontsize=16,color="black",shape="box"];3062 -> 3064[label="",style="solid", color="black", weight=3]; 3063[label="Succ (Succ (primPlusNat yv1730 yv145100))",fontsize=16,color="green",shape="box"];3063 -> 3065[label="",style="dashed", color="green", weight=3]; 3064[label="Succ yv145100",fontsize=16,color="green",shape="box"];3065[label="primPlusNat yv1730 yv145100",fontsize=16,color="burlywood",shape="triangle"];3331[label="yv1730/Succ yv17300",fontsize=10,color="white",style="solid",shape="box"];3065 -> 3331[label="",style="solid", color="burlywood", weight=9]; 3331 -> 3066[label="",style="solid", color="burlywood", weight=3]; 3332[label="yv1730/Zero",fontsize=10,color="white",style="solid",shape="box"];3065 -> 3332[label="",style="solid", color="burlywood", weight=9]; 3332 -> 3067[label="",style="solid", color="burlywood", weight=3]; 3066[label="primPlusNat (Succ yv17300) yv145100",fontsize=16,color="burlywood",shape="box"];3333[label="yv145100/Succ yv1451000",fontsize=10,color="white",style="solid",shape="box"];3066 -> 3333[label="",style="solid", color="burlywood", weight=9]; 3333 -> 3068[label="",style="solid", color="burlywood", weight=3]; 3334[label="yv145100/Zero",fontsize=10,color="white",style="solid",shape="box"];3066 -> 3334[label="",style="solid", color="burlywood", weight=9]; 3334 -> 3069[label="",style="solid", color="burlywood", weight=3]; 3067[label="primPlusNat Zero yv145100",fontsize=16,color="burlywood",shape="box"];3335[label="yv145100/Succ yv1451000",fontsize=10,color="white",style="solid",shape="box"];3067 -> 3335[label="",style="solid", color="burlywood", weight=9]; 3335 -> 3070[label="",style="solid", color="burlywood", weight=3]; 3336[label="yv145100/Zero",fontsize=10,color="white",style="solid",shape="box"];3067 -> 3336[label="",style="solid", color="burlywood", weight=9]; 3336 -> 3071[label="",style="solid", color="burlywood", weight=3]; 3068[label="primPlusNat (Succ yv17300) (Succ yv1451000)",fontsize=16,color="black",shape="box"];3068 -> 3072[label="",style="solid", color="black", weight=3]; 3069[label="primPlusNat (Succ yv17300) Zero",fontsize=16,color="black",shape="box"];3069 -> 3073[label="",style="solid", color="black", weight=3]; 3070[label="primPlusNat Zero (Succ yv1451000)",fontsize=16,color="black",shape="box"];3070 -> 3074[label="",style="solid", color="black", weight=3]; 3071[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];3071 -> 3075[label="",style="solid", color="black", weight=3]; 3072[label="Succ (Succ (primPlusNat yv17300 yv1451000))",fontsize=16,color="green",shape="box"];3072 -> 3076[label="",style="dashed", color="green", weight=3]; 3073[label="Succ yv17300",fontsize=16,color="green",shape="box"];3074[label="Succ yv1451000",fontsize=16,color="green",shape="box"];3075[label="Zero",fontsize=16,color="green",shape="box"];3076 -> 3065[label="",style="dashed", color="red", weight=0]; 3076[label="primPlusNat yv17300 yv1451000",fontsize=16,color="magenta"];3076 -> 3077[label="",style="dashed", color="magenta", weight=3]; 3076 -> 3078[label="",style="dashed", color="magenta", weight=3]; 3077[label="yv17300",fontsize=16,color="green",shape="box"];3078[label="yv1451000",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(yv1410), Just(yv1450), app(ty_[], baa)) -> new_esEs1(yv1410, yv1450, baa) new_esEs1(:(yv1410, yv1411), :(yv1450, yv1451), app(ty_Maybe, ha)) -> new_esEs2(yv1410, yv1450, ha) new_esEs(Right(yv1410), Right(yv1450), cc, app(app(ty_@2, cf), cg)) -> new_esEs0(yv1410, yv1450, cf, cg) new_esEs0(@2(yv1410, yv1411), @2(yv1450, yv1451), df, app(ty_Maybe, ed)) -> new_esEs2(yv1411, yv1451, ed) new_esEs(Left(yv1410), Left(yv1450), app(ty_Maybe, bg), bc) -> new_esEs2(yv1410, yv1450, bg) new_esEs0(@2(yv1410, yv1411), @2(yv1450, yv1451), df, app(app(ty_Either, dg), dh)) -> new_esEs(yv1411, yv1451, dg, dh) new_esEs2(Just(yv1410), Just(yv1450), app(app(app(ty_@3, bac), bad), bae)) -> new_esEs3(yv1410, yv1450, bac, bad, bae) new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), app(app(app(ty_@3, bea), beb), bec), bag, bcc) -> new_esEs3(yv1410, yv1450, bea, beb, bec) new_esEs(Right(yv1410), Right(yv1450), cc, app(app(app(ty_@3, dc), dd), de)) -> new_esEs3(yv1410, yv1450, dc, dd, de) new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), baf, bag, app(app(ty_Either, bah), bba)) -> new_esEs(yv1412, yv1452, bah, bba) new_esEs0(@2(yv1410, yv1411), @2(yv1450, yv1451), df, app(app(ty_@2, ea), eb)) -> new_esEs0(yv1411, yv1451, ea, eb) new_esEs2(Just(yv1410), Just(yv1450), app(app(ty_@2, hg), hh)) -> new_esEs0(yv1410, yv1450, hg, hh) new_esEs2(Just(yv1410), Just(yv1450), app(ty_Maybe, bab)) -> new_esEs2(yv1410, yv1450, bab) new_esEs0(@2(yv1410, yv1411), @2(yv1450, yv1451), app(ty_[], ff), fb) -> new_esEs1(yv1410, yv1450, ff) new_esEs1(:(yv1410, yv1411), :(yv1450, yv1451), app(app(app(ty_@3, hb), hc), hd)) -> new_esEs3(yv1410, yv1450, hb, hc, hd) new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), baf, bag, app(app(app(ty_@3, bbf), bbg), bbh)) -> new_esEs3(yv1412, yv1452, bbf, bbg, bbh) new_esEs(Left(yv1410), Left(yv1450), app(ty_[], bf), bc) -> new_esEs1(yv1410, yv1450, bf) new_esEs0(@2(yv1410, yv1411), @2(yv1450, yv1451), app(app(app(ty_@3, fh), ga), gb), fb) -> new_esEs3(yv1410, yv1450, fh, ga, gb) new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), app(ty_[], bdg), bag, bcc) -> new_esEs1(yv1410, yv1450, bdg) new_esEs0(@2(yv1410, yv1411), @2(yv1450, yv1451), df, app(app(app(ty_@3, ee), ef), eg)) -> new_esEs3(yv1411, yv1451, ee, ef, eg) new_esEs0(@2(yv1410, yv1411), @2(yv1450, yv1451), app(app(ty_Either, eh), fa), fb) -> new_esEs(yv1410, yv1450, eh, fa) new_esEs(Right(yv1410), Right(yv1450), cc, app(app(ty_Either, cd), ce)) -> new_esEs(yv1410, yv1450, cd, ce) new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), baf, app(ty_[], bcf), bcc) -> new_esEs1(yv1411, yv1451, bcf) new_esEs0(@2(yv1410, yv1411), @2(yv1450, yv1451), df, app(ty_[], ec)) -> new_esEs1(yv1411, yv1451, ec) new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), baf, app(app(ty_@2, bcd), bce), bcc) -> new_esEs0(yv1411, yv1451, bcd, bce) new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), baf, bag, app(ty_[], bbd)) -> new_esEs1(yv1412, yv1452, bbd) new_esEs1(:(yv1410, yv1411), :(yv1450, yv1451), app(app(ty_@2, gf), gg)) -> new_esEs0(yv1410, yv1450, gf, gg) new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), app(app(ty_@2, bde), bdf), bag, bcc) -> new_esEs0(yv1410, yv1450, bde, bdf) new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), baf, app(app(app(ty_@3, bch), bda), bdb), bcc) -> new_esEs3(yv1411, yv1451, bch, bda, bdb) new_esEs1(:(yv1410, yv1411), :(yv1450, yv1451), gc) -> new_esEs1(yv1411, yv1451, gc) new_esEs(Left(yv1410), Left(yv1450), app(app(ty_Either, ba), bb), bc) -> new_esEs(yv1410, yv1450, ba, bb) new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), baf, bag, app(app(ty_@2, bbb), bbc)) -> new_esEs0(yv1412, yv1452, bbb, bbc) new_esEs(Right(yv1410), Right(yv1450), cc, app(ty_[], da)) -> new_esEs1(yv1410, yv1450, da) new_esEs1(:(yv1410, yv1411), :(yv1450, yv1451), app(ty_[], gh)) -> new_esEs1(yv1410, yv1450, gh) new_esEs(Right(yv1410), Right(yv1450), cc, app(ty_Maybe, db)) -> new_esEs2(yv1410, yv1450, db) new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), baf, bag, app(ty_Maybe, bbe)) -> new_esEs2(yv1412, yv1452, bbe) new_esEs(Left(yv1410), Left(yv1450), app(app(app(ty_@3, bh), ca), cb), bc) -> new_esEs3(yv1410, yv1450, bh, ca, cb) new_esEs(Left(yv1410), Left(yv1450), app(app(ty_@2, bd), be), bc) -> new_esEs0(yv1410, yv1450, bd, be) new_esEs2(Just(yv1410), Just(yv1450), app(app(ty_Either, he), hf)) -> new_esEs(yv1410, yv1450, he, hf) new_esEs1(:(yv1410, yv1411), :(yv1450, yv1451), app(app(ty_Either, gd), ge)) -> new_esEs(yv1410, yv1450, gd, ge) new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), app(app(ty_Either, bdc), bdd), bag, bcc) -> new_esEs(yv1410, yv1450, bdc, bdd) new_esEs0(@2(yv1410, yv1411), @2(yv1450, yv1451), app(app(ty_@2, fc), fd), fb) -> new_esEs0(yv1410, yv1450, fc, fd) new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), app(ty_Maybe, bdh), bag, bcc) -> new_esEs2(yv1410, yv1450, bdh) new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), baf, app(app(ty_Either, bca), bcb), bcc) -> new_esEs(yv1411, yv1451, bca, bcb) new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), baf, app(ty_Maybe, bcg), bcc) -> new_esEs2(yv1411, yv1451, bcg) new_esEs0(@2(yv1410, yv1411), @2(yv1450, yv1451), app(ty_Maybe, fg), fb) -> new_esEs2(yv1410, yv1450, fg) 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(:(yv1410, yv1411), :(yv1450, yv1451), app(ty_Maybe, ha)) -> new_esEs2(yv1410, yv1450, ha) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs2(Just(yv1410), Just(yv1450), app(ty_Maybe, bab)) -> new_esEs2(yv1410, yv1450, bab) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs2(Just(yv1410), Just(yv1450), app(ty_[], baa)) -> new_esEs1(yv1410, yv1450, baa) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs1(:(yv1410, yv1411), :(yv1450, yv1451), app(app(ty_Either, gd), ge)) -> new_esEs(yv1410, yv1450, gd, ge) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs2(Just(yv1410), Just(yv1450), app(app(ty_Either, he), hf)) -> new_esEs(yv1410, yv1450, he, hf) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs1(:(yv1410, yv1411), :(yv1450, yv1451), app(app(ty_@2, gf), gg)) -> new_esEs0(yv1410, yv1450, gf, gg) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs1(:(yv1410, yv1411), :(yv1450, yv1451), app(app(app(ty_@3, hb), hc), hd)) -> new_esEs3(yv1410, yv1450, hb, hc, hd) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs2(Just(yv1410), Just(yv1450), app(app(ty_@2, hg), hh)) -> new_esEs0(yv1410, yv1450, hg, hh) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs2(Just(yv1410), Just(yv1450), app(app(app(ty_@3, bac), bad), bae)) -> new_esEs3(yv1410, yv1450, bac, bad, bae) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs1(:(yv1410, yv1411), :(yv1450, yv1451), gc) -> new_esEs1(yv1411, yv1451, gc) The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 *new_esEs1(:(yv1410, yv1411), :(yv1450, yv1451), app(ty_[], gh)) -> new_esEs1(yv1410, yv1450, gh) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs0(@2(yv1410, yv1411), @2(yv1450, yv1451), df, app(ty_Maybe, ed)) -> new_esEs2(yv1411, yv1451, ed) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs0(@2(yv1410, yv1411), @2(yv1450, yv1451), app(ty_Maybe, fg), fb) -> new_esEs2(yv1410, yv1450, fg) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs(Left(yv1410), Left(yv1450), app(ty_Maybe, bg), bc) -> new_esEs2(yv1410, yv1450, bg) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs(Right(yv1410), Right(yv1450), cc, app(ty_Maybe, db)) -> new_esEs2(yv1410, yv1450, db) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), baf, bag, app(ty_Maybe, bbe)) -> new_esEs2(yv1412, yv1452, bbe) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 *new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), app(ty_Maybe, bdh), bag, bcc) -> new_esEs2(yv1410, yv1450, bdh) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), baf, app(ty_Maybe, bcg), bcc) -> new_esEs2(yv1411, yv1451, bcg) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs0(@2(yv1410, yv1411), @2(yv1450, yv1451), app(ty_[], ff), fb) -> new_esEs1(yv1410, yv1450, ff) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs0(@2(yv1410, yv1411), @2(yv1450, yv1451), df, app(ty_[], ec)) -> new_esEs1(yv1411, yv1451, ec) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs(Left(yv1410), Left(yv1450), app(ty_[], bf), bc) -> new_esEs1(yv1410, yv1450, bf) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs(Right(yv1410), Right(yv1450), cc, app(ty_[], da)) -> new_esEs1(yv1410, yv1450, da) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), app(ty_[], bdg), bag, bcc) -> new_esEs1(yv1410, yv1450, bdg) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), baf, app(ty_[], bcf), bcc) -> new_esEs1(yv1411, yv1451, bcf) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), baf, bag, app(ty_[], bbd)) -> new_esEs1(yv1412, yv1452, bbd) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 *new_esEs0(@2(yv1410, yv1411), @2(yv1450, yv1451), df, app(app(ty_Either, dg), dh)) -> new_esEs(yv1411, yv1451, dg, dh) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs0(@2(yv1410, yv1411), @2(yv1450, yv1451), app(app(ty_Either, eh), fa), fb) -> new_esEs(yv1410, yv1450, eh, fa) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs0(@2(yv1410, yv1411), @2(yv1450, yv1451), df, app(app(ty_@2, ea), eb)) -> new_esEs0(yv1411, yv1451, ea, eb) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs0(@2(yv1410, yv1411), @2(yv1450, yv1451), app(app(ty_@2, fc), fd), fb) -> new_esEs0(yv1410, yv1450, fc, fd) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs0(@2(yv1410, yv1411), @2(yv1450, yv1451), app(app(app(ty_@3, fh), ga), gb), fb) -> new_esEs3(yv1410, yv1450, fh, ga, gb) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs0(@2(yv1410, yv1411), @2(yv1450, yv1451), df, app(app(app(ty_@3, ee), ef), eg)) -> new_esEs3(yv1411, yv1451, ee, ef, eg) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 *new_esEs(Right(yv1410), Right(yv1450), cc, app(app(ty_Either, cd), ce)) -> new_esEs(yv1410, yv1450, cd, ce) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs(Left(yv1410), Left(yv1450), app(app(ty_Either, ba), bb), bc) -> new_esEs(yv1410, yv1450, ba, bb) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), baf, bag, app(app(ty_Either, bah), bba)) -> new_esEs(yv1412, yv1452, bah, bba) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 *new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), app(app(ty_Either, bdc), bdd), bag, bcc) -> new_esEs(yv1410, yv1450, bdc, bdd) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), baf, app(app(ty_Either, bca), bcb), bcc) -> new_esEs(yv1411, yv1451, bca, bcb) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs(Right(yv1410), Right(yv1450), cc, app(app(ty_@2, cf), cg)) -> new_esEs0(yv1410, yv1450, cf, cg) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs(Left(yv1410), Left(yv1450), app(app(ty_@2, bd), be), bc) -> new_esEs0(yv1410, yv1450, bd, be) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), baf, app(app(ty_@2, bcd), bce), bcc) -> new_esEs0(yv1411, yv1451, bcd, bce) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), app(app(ty_@2, bde), bdf), bag, bcc) -> new_esEs0(yv1410, yv1450, bde, bdf) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), baf, bag, app(app(ty_@2, bbb), bbc)) -> new_esEs0(yv1412, yv1452, bbb, bbc) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 *new_esEs(Right(yv1410), Right(yv1450), cc, app(app(app(ty_@3, dc), dd), de)) -> new_esEs3(yv1410, yv1450, dc, dd, de) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 *new_esEs(Left(yv1410), Left(yv1450), app(app(app(ty_@3, bh), ca), cb), bc) -> new_esEs3(yv1410, yv1450, bh, ca, cb) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), app(app(app(ty_@3, bea), beb), bec), bag, bcc) -> new_esEs3(yv1410, yv1450, bea, beb, bec) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), baf, bag, app(app(app(ty_@3, bbf), bbg), bbh)) -> new_esEs3(yv1412, yv1452, bbf, bbg, bbh) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 *new_esEs3(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), baf, app(app(app(ty_@3, bch), bda), bdb), bcc) -> new_esEs3(yv1411, yv1451, 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(yv141000), Succ(yv145100)) -> new_primMulNat(yv141000, Succ(yv145100)) 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(yv141000), Succ(yv145100)) -> new_primMulNat(yv141000, Succ(yv145100)) 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'(:(yv480, yv481), yv49, yv50, bc) -> new_nubNub'1(yv480, yv481, yv49, yv50, yv49, yv50, bc) new_nubNub'10(yv154, yv155, yv156, yv157, False, [], bb) -> new_nubNub'(yv155, yv154, :(yv156, yv157), bb) new_nubNub'1(yv141, yv142, yv143, yv144, yv145, yv146, ba) -> new_nubNub'10(yv141, yv142, yv143, yv144, new_esEs4(yv141, yv145, ba), yv146, ba) new_nubNub'10(yv154, yv155, yv156, yv157, False, :(yv1590, yv1591), bb) -> new_nubNub'1(yv154, yv155, yv156, yv157, yv1590, yv1591, bb) new_nubNub'10(yv154, yv155, yv156, yv157, True, yv159, bb) -> new_nubNub'(yv155, yv156, yv157, bb) The TRS R consists of the following rules: new_esEs21(yv1410, yv1450, app(app(ty_Either, fh), ga)) -> new_esEs6(yv1410, yv1450, fh, ga) new_esEs7(@2(yv1410, yv1411), @2(yv1450, yv1451), bdc, bdd) -> new_asAs(new_esEs24(yv1410, yv1450, bdc), new_esEs23(yv1411, yv1451, bdd)) new_primEqInt(Pos(Zero), Pos(Zero)) -> True new_esEs21(yv1410, yv1450, app(app(app(ty_@3, gg), gh), ha)) -> new_esEs18(yv1410, yv1450, gg, gh, ha) new_esEs20(yv1411, yv1451, ty_@0) -> new_esEs8(yv1411, yv1451) new_esEs25(yv1411, yv1451, ty_Int) -> new_esEs13(yv1411, yv1451) new_esEs6(Right(yv1410), Right(yv1450), bae, app(app(ty_Either, baf), bag)) -> new_esEs6(yv1410, yv1450, baf, bag) new_esEs22(yv1410, yv1450, ty_Integer) -> new_esEs11(yv1410, yv1450) new_esEs21(yv1410, yv1450, app(ty_[], gd)) -> new_esEs10(yv1410, yv1450, gd) new_esEs5(Just(yv1410), Just(yv1450), app(ty_Ratio, cc)) -> new_esEs12(yv1410, yv1450, cc) new_esEs21(yv1410, yv1450, ty_Bool) -> new_esEs15(yv1410, yv1450) new_esEs6(Left(yv1410), Left(yv1450), app(ty_[], hg), hd) -> new_esEs10(yv1410, yv1450, hg) new_esEs4(yv141, yv145, ty_Bool) -> new_esEs15(yv141, yv145) new_esEs23(yv1411, yv1451, ty_Int) -> new_esEs13(yv1411, yv1451) new_esEs14(Char(yv1410), Char(yv1450)) -> new_primEqNat0(yv1410, yv1450) new_esEs9(LT, EQ) -> False new_esEs9(EQ, LT) -> False new_esEs23(yv1411, yv1451, app(app(app(ty_@3, bee), bef), beg)) -> new_esEs18(yv1411, yv1451, bee, bef, beg) new_esEs22(yv1410, yv1450, app(ty_Ratio, bcg)) -> new_esEs12(yv1410, yv1450, bcg) new_esEs13(yv141, yv145) -> new_primEqInt(yv141, yv145) new_esEs19(yv1412, yv1452, app(ty_Maybe, dh)) -> new_esEs5(yv1412, yv1452, dh) new_esEs6(Right(yv1410), Right(yv1450), bae, ty_Int) -> new_esEs13(yv1410, yv1450) new_esEs20(yv1411, yv1451, ty_Ordering) -> new_esEs9(yv1411, yv1451) new_esEs5(Just(yv1410), Just(yv1450), ty_Double) -> new_esEs17(yv1410, yv1450) new_asAs(True, yv172) -> yv172 new_esEs21(yv1410, yv1450, ty_Float) -> new_esEs16(yv1410, yv1450) new_esEs15(False, False) -> True new_esEs5(Just(yv1410), Just(yv1450), app(app(ty_@2, bg), bh)) -> new_esEs7(yv1410, yv1450, bg, bh) new_esEs22(yv1410, yv1450, ty_@0) -> new_esEs8(yv1410, yv1450) new_primEqInt(Pos(Succ(yv14100)), Pos(Zero)) -> False new_primEqInt(Pos(Zero), Pos(Succ(yv14500))) -> False new_esEs24(yv1410, yv1450, ty_Integer) -> new_esEs11(yv1410, yv1450) new_esEs24(yv1410, yv1450, ty_Double) -> new_esEs17(yv1410, yv1450) new_esEs6(Left(yv1410), Left(yv1450), ty_Ordering, hd) -> new_esEs9(yv1410, yv1450) new_esEs6(Left(yv1410), Right(yv1450), bae, hd) -> False new_esEs6(Right(yv1410), Left(yv1450), bae, hd) -> False new_esEs20(yv1411, yv1451, app(ty_Maybe, fb)) -> new_esEs5(yv1411, yv1451, fb) new_esEs21(yv1410, yv1450, ty_Int) -> new_esEs13(yv1410, yv1450) new_esEs4(yv141, yv145, ty_Ordering) -> new_esEs9(yv141, yv145) new_esEs24(yv1410, yv1450, app(ty_Ratio, bff)) -> new_esEs12(yv1410, yv1450, bff) new_esEs19(yv1412, yv1452, ty_Ordering) -> new_esEs9(yv1412, yv1452) new_esEs23(yv1411, yv1451, ty_Bool) -> new_esEs15(yv1411, yv1451) new_esEs24(yv1410, yv1450, ty_@0) -> new_esEs8(yv1410, yv1450) new_esEs6(Right(yv1410), Right(yv1450), bae, ty_Ordering) -> new_esEs9(yv1410, yv1450) new_primEqNat0(Succ(yv14100), Succ(yv14500)) -> new_primEqNat0(yv14100, yv14500) new_esEs24(yv1410, yv1450, app(app(ty_@2, bfb), bfc)) -> new_esEs7(yv1410, yv1450, bfb, bfc) new_esEs10(:(yv1410, yv1411), [], bbh) -> False new_esEs10([], :(yv1450, yv1451), bbh) -> False new_esEs6(Right(yv1410), Right(yv1450), bae, app(ty_[], bbb)) -> new_esEs10(yv1410, yv1450, bbb) new_esEs17(Double(yv1410, yv1411), Double(yv1450, yv1451)) -> new_esEs13(new_sr(yv1410, yv1451), new_sr(yv1411, yv1450)) new_esEs20(yv1411, yv1451, ty_Int) -> new_esEs13(yv1411, yv1451) new_esEs22(yv1410, yv1450, ty_Double) -> new_esEs17(yv1410, yv1450) new_primMulNat0(Zero, Zero) -> Zero new_esEs6(Right(yv1410), Right(yv1450), bae, app(app(app(ty_@3, bbe), bbf), bbg)) -> new_esEs18(yv1410, yv1450, bbe, bbf, bbg) new_esEs23(yv1411, yv1451, ty_Char) -> new_esEs14(yv1411, yv1451) new_esEs24(yv1410, yv1450, app(ty_Maybe, bfe)) -> new_esEs5(yv1410, yv1450, bfe) new_esEs5(Just(yv1410), Just(yv1450), ty_@0) -> new_esEs8(yv1410, yv1450) new_esEs23(yv1411, yv1451, app(app(ty_@2, bdh), bea)) -> new_esEs7(yv1411, yv1451, bdh, bea) new_esEs12(:%(yv1410, yv1411), :%(yv1450, yv1451), bde) -> new_asAs(new_esEs26(yv1410, yv1450, bde), new_esEs25(yv1411, yv1451, bde)) new_esEs6(Right(yv1410), Right(yv1450), bae, ty_Bool) -> new_esEs15(yv1410, yv1450) new_esEs4(yv141, yv145, ty_@0) -> new_esEs8(yv141, yv145) new_esEs6(Left(yv1410), Left(yv1450), ty_Float, hd) -> new_esEs16(yv1410, yv1450) new_esEs8(@0, @0) -> True new_esEs10(:(yv1410, yv1411), :(yv1450, yv1451), bbh) -> new_asAs(new_esEs22(yv1410, yv1450, bbh), new_esEs10(yv1411, yv1451, bbh)) new_primEqNat0(Succ(yv14100), Zero) -> False new_primEqNat0(Zero, Succ(yv14500)) -> False new_esEs19(yv1412, yv1452, app(ty_[], dg)) -> new_esEs10(yv1412, yv1452, dg) new_esEs24(yv1410, yv1450, ty_Float) -> new_esEs16(yv1410, yv1450) new_esEs4(yv141, yv145, ty_Double) -> new_esEs17(yv141, yv145) new_esEs5(Just(yv1410), Just(yv1450), ty_Ordering) -> new_esEs9(yv1410, yv1450) new_esEs19(yv1412, yv1452, ty_Bool) -> new_esEs15(yv1412, yv1452) new_esEs22(yv1410, yv1450, ty_Ordering) -> new_esEs9(yv1410, yv1450) new_esEs6(Left(yv1410), Left(yv1450), ty_Char, hd) -> new_esEs14(yv1410, yv1450) new_esEs19(yv1412, yv1452, app(app(ty_Either, dc), dd)) -> new_esEs6(yv1412, yv1452, dc, dd) new_esEs22(yv1410, yv1450, app(app(ty_@2, bcc), bcd)) -> new_esEs7(yv1410, yv1450, bcc, bcd) new_esEs4(yv141, yv145, ty_Integer) -> new_esEs11(yv141, yv145) new_esEs9(EQ, EQ) -> True new_esEs5(Just(yv1410), Just(yv1450), ty_Integer) -> new_esEs11(yv1410, yv1450) new_esEs23(yv1411, yv1451, ty_@0) -> new_esEs8(yv1411, yv1451) new_esEs24(yv1410, yv1450, ty_Bool) -> new_esEs15(yv1410, yv1450) new_esEs4(yv141, yv145, app(app(app(ty_@3, cg), da), db)) -> new_esEs18(yv141, yv145, cg, da, db) new_primEqInt(Neg(Succ(yv14100)), Neg(Zero)) -> False new_primEqInt(Neg(Zero), Neg(Succ(yv14500))) -> False new_esEs6(Left(yv1410), Left(yv1450), ty_Bool, hd) -> new_esEs15(yv1410, yv1450) new_esEs11(Integer(yv1410), Integer(yv1450)) -> new_primEqInt(yv1410, yv1450) new_primEqInt(Pos(Succ(yv14100)), Pos(Succ(yv14500))) -> new_primEqNat0(yv14100, yv14500) new_esEs4(yv141, yv145, app(app(ty_@2, bdc), bdd)) -> new_esEs7(yv141, yv145, bdc, bdd) new_esEs5(Just(yv1410), Just(yv1450), app(app(app(ty_@3, cd), ce), cf)) -> new_esEs18(yv1410, yv1450, cd, ce, cf) new_esEs23(yv1411, yv1451, ty_Double) -> new_esEs17(yv1411, yv1451) new_esEs20(yv1411, yv1451, app(app(ty_Either, ee), ef)) -> new_esEs6(yv1411, yv1451, ee, ef) new_esEs21(yv1410, yv1450, ty_Ordering) -> new_esEs9(yv1410, yv1450) new_esEs4(yv141, yv145, app(ty_Ratio, bde)) -> new_esEs12(yv141, yv145, bde) new_sr(Pos(yv14100), Neg(yv14510)) -> Neg(new_primMulNat0(yv14100, yv14510)) new_sr(Neg(yv14100), Pos(yv14510)) -> Neg(new_primMulNat0(yv14100, yv14510)) new_esEs24(yv1410, yv1450, ty_Char) -> new_esEs14(yv1410, yv1450) new_primPlusNat1(Succ(yv17300), Succ(yv1451000)) -> Succ(Succ(new_primPlusNat1(yv17300, yv1451000))) new_esEs19(yv1412, yv1452, ty_Int) -> new_esEs13(yv1412, yv1452) new_primEqInt(Pos(Succ(yv14100)), Neg(yv1450)) -> False new_primEqInt(Neg(Succ(yv14100)), Pos(yv1450)) -> False new_esEs6(Left(yv1410), Left(yv1450), ty_Int, hd) -> new_esEs13(yv1410, yv1450) new_esEs22(yv1410, yv1450, app(app(app(ty_@3, bch), bda), bdb)) -> new_esEs18(yv1410, yv1450, bch, bda, bdb) new_esEs6(Right(yv1410), Right(yv1450), bae, app(ty_Maybe, bbc)) -> new_esEs5(yv1410, yv1450, bbc) new_esEs22(yv1410, yv1450, ty_Bool) -> new_esEs15(yv1410, yv1450) new_esEs23(yv1411, yv1451, app(ty_Ratio, bed)) -> new_esEs12(yv1411, yv1451, bed) new_esEs20(yv1411, yv1451, app(ty_[], fa)) -> new_esEs10(yv1411, yv1451, fa) new_esEs5(Just(yv1410), Just(yv1450), ty_Int) -> new_esEs13(yv1410, yv1450) new_esEs6(Left(yv1410), Left(yv1450), app(ty_Maybe, hh), hd) -> new_esEs5(yv1410, yv1450, hh) new_esEs22(yv1410, yv1450, app(app(ty_Either, bca), bcb)) -> new_esEs6(yv1410, yv1450, bca, bcb) new_sr(Neg(yv14100), Neg(yv14510)) -> Pos(new_primMulNat0(yv14100, yv14510)) new_esEs19(yv1412, yv1452, app(app(ty_@2, de), df)) -> new_esEs7(yv1412, yv1452, de, df) new_esEs18(@3(yv1410, yv1411, yv1412), @3(yv1450, yv1451, yv1452), cg, da, db) -> new_asAs(new_esEs21(yv1410, yv1450, cg), new_asAs(new_esEs20(yv1411, yv1451, da), new_esEs19(yv1412, yv1452, db))) new_esEs20(yv1411, yv1451, app(app(app(ty_@3, fd), ff), fg)) -> new_esEs18(yv1411, yv1451, fd, ff, fg) new_esEs19(yv1412, yv1452, ty_Char) -> new_esEs14(yv1412, yv1452) new_esEs19(yv1412, yv1452, ty_Float) -> new_esEs16(yv1412, yv1452) new_esEs21(yv1410, yv1450, ty_@0) -> new_esEs8(yv1410, yv1450) new_esEs24(yv1410, yv1450, ty_Int) -> new_esEs13(yv1410, yv1450) new_primEqInt(Pos(Zero), Neg(Succ(yv14500))) -> False new_primEqInt(Neg(Zero), Pos(Succ(yv14500))) -> False new_esEs9(GT, GT) -> True new_esEs19(yv1412, yv1452, ty_Double) -> new_esEs17(yv1412, yv1452) new_esEs23(yv1411, yv1451, ty_Integer) -> new_esEs11(yv1411, yv1451) new_esEs21(yv1410, yv1450, app(ty_Maybe, ge)) -> new_esEs5(yv1410, yv1450, ge) new_esEs5(Nothing, Nothing, bd) -> True new_esEs16(Float(yv1410, yv1411), Float(yv1450, yv1451)) -> new_esEs13(new_sr(yv1410, yv1451), new_sr(yv1411, yv1450)) new_esEs20(yv1411, yv1451, ty_Bool) -> new_esEs15(yv1411, yv1451) new_esEs15(True, True) -> True new_esEs22(yv1410, yv1450, app(ty_[], bce)) -> new_esEs10(yv1410, yv1450, bce) new_primEqInt(Neg(Succ(yv14100)), Neg(Succ(yv14500))) -> new_primEqNat0(yv14100, yv14500) new_esEs24(yv1410, yv1450, app(app(app(ty_@3, bfg), bfh), bga)) -> new_esEs18(yv1410, yv1450, bfg, bfh, bga) new_esEs5(Nothing, Just(yv1450), bd) -> False new_esEs5(Just(yv1410), Nothing, bd) -> False new_esEs9(EQ, GT) -> False new_esEs9(GT, EQ) -> False new_esEs21(yv1410, yv1450, app(ty_Ratio, gf)) -> new_esEs12(yv1410, yv1450, gf) new_esEs5(Just(yv1410), Just(yv1450), app(app(ty_Either, be), bf)) -> new_esEs6(yv1410, yv1450, be, bf) new_esEs20(yv1411, yv1451, ty_Float) -> new_esEs16(yv1411, yv1451) new_primPlusNat0(Succ(yv1730), yv145100) -> Succ(Succ(new_primPlusNat1(yv1730, yv145100))) new_esEs6(Right(yv1410), Right(yv1450), bae, ty_Float) -> new_esEs16(yv1410, yv1450) new_esEs24(yv1410, yv1450, app(app(ty_Either, beh), bfa)) -> new_esEs6(yv1410, yv1450, beh, bfa) new_esEs6(Right(yv1410), Right(yv1450), bae, app(ty_Ratio, bbd)) -> new_esEs12(yv1410, yv1450, bbd) new_esEs6(Left(yv1410), Left(yv1450), app(app(ty_Either, hb), hc), hd) -> new_esEs6(yv1410, yv1450, hb, hc) new_esEs26(yv1410, yv1450, ty_Int) -> new_esEs13(yv1410, yv1450) new_primPlusNat1(Zero, Zero) -> Zero new_esEs20(yv1411, yv1451, ty_Char) -> new_esEs14(yv1411, yv1451) new_primMulNat0(Succ(yv141000), Zero) -> Zero new_primMulNat0(Zero, Succ(yv145100)) -> Zero new_esEs10([], [], bbh) -> True new_sr(Pos(yv14100), Pos(yv14510)) -> Pos(new_primMulNat0(yv14100, yv14510)) new_primPlusNat0(Zero, yv145100) -> Succ(yv145100) new_esEs21(yv1410, yv1450, ty_Integer) -> new_esEs11(yv1410, yv1450) new_esEs6(Right(yv1410), Right(yv1450), bae, ty_Char) -> new_esEs14(yv1410, yv1450) new_esEs23(yv1411, yv1451, app(ty_Maybe, bec)) -> new_esEs5(yv1411, yv1451, bec) new_esEs26(yv1410, yv1450, ty_Integer) -> new_esEs11(yv1410, yv1450) new_esEs19(yv1412, yv1452, app(app(app(ty_@3, eb), ec), ed)) -> new_esEs18(yv1412, yv1452, eb, ec, ed) new_esEs6(Left(yv1410), Left(yv1450), app(app(app(ty_@3, bab), bac), bad), hd) -> new_esEs18(yv1410, yv1450, bab, bac, bad) new_esEs15(False, True) -> False new_esEs15(True, False) -> False new_esEs6(Left(yv1410), Left(yv1450), app(app(ty_@2, he), hf), hd) -> new_esEs7(yv1410, yv1450, he, hf) new_primEqInt(Neg(Zero), Neg(Zero)) -> True new_esEs6(Right(yv1410), Right(yv1450), bae, ty_Integer) -> new_esEs11(yv1410, yv1450) new_esEs23(yv1411, yv1451, ty_Float) -> new_esEs16(yv1411, yv1451) new_primMulNat0(Succ(yv141000), Succ(yv145100)) -> new_primPlusNat0(new_primMulNat0(yv141000, Succ(yv145100)), yv145100) new_esEs24(yv1410, yv1450, app(ty_[], bfd)) -> new_esEs10(yv1410, yv1450, bfd) new_esEs5(Just(yv1410), Just(yv1450), app(ty_[], ca)) -> new_esEs10(yv1410, yv1450, ca) new_esEs23(yv1411, yv1451, ty_Ordering) -> new_esEs9(yv1411, yv1451) new_esEs5(Just(yv1410), Just(yv1450), ty_Char) -> new_esEs14(yv1410, yv1450) new_esEs21(yv1410, yv1450, app(app(ty_@2, gb), gc)) -> new_esEs7(yv1410, yv1450, gb, gc) new_esEs19(yv1412, yv1452, ty_@0) -> new_esEs8(yv1412, yv1452) new_primPlusNat1(Succ(yv17300), Zero) -> Succ(yv17300) new_primPlusNat1(Zero, Succ(yv1451000)) -> Succ(yv1451000) new_esEs21(yv1410, yv1450, ty_Double) -> new_esEs17(yv1410, yv1450) new_esEs9(LT, LT) -> True new_esEs4(yv141, yv145, app(ty_[], bbh)) -> new_esEs10(yv141, yv145, bbh) new_esEs4(yv141, yv145, ty_Float) -> new_esEs16(yv141, yv145) new_esEs22(yv1410, yv1450, ty_Char) -> new_esEs14(yv1410, yv1450) new_esEs4(yv141, yv145, ty_Char) -> new_esEs14(yv141, yv145) new_esEs6(Left(yv1410), Left(yv1450), app(ty_Ratio, baa), hd) -> new_esEs12(yv1410, yv1450, baa) new_primEqInt(Pos(Zero), Neg(Zero)) -> True new_primEqInt(Neg(Zero), Pos(Zero)) -> True new_esEs4(yv141, yv145, app(app(ty_Either, bae), hd)) -> new_esEs6(yv141, yv145, bae, hd) new_esEs4(yv141, yv145, app(ty_Maybe, bd)) -> new_esEs5(yv141, yv145, bd) new_esEs6(Left(yv1410), Left(yv1450), ty_@0, hd) -> new_esEs8(yv1410, yv1450) new_esEs6(Left(yv1410), Left(yv1450), ty_Double, hd) -> new_esEs17(yv1410, yv1450) new_primEqNat0(Zero, Zero) -> True new_esEs6(Left(yv1410), Left(yv1450), ty_Integer, hd) -> new_esEs11(yv1410, yv1450) new_esEs20(yv1411, yv1451, app(ty_Ratio, fc)) -> new_esEs12(yv1411, yv1451, fc) new_esEs21(yv1410, yv1450, ty_Char) -> new_esEs14(yv1410, yv1450) new_esEs22(yv1410, yv1450, ty_Int) -> new_esEs13(yv1410, yv1450) new_esEs20(yv1411, yv1451, ty_Double) -> new_esEs17(yv1411, yv1451) new_esEs9(LT, GT) -> False new_esEs9(GT, LT) -> False new_asAs(False, yv172) -> False new_esEs20(yv1411, yv1451, ty_Integer) -> new_esEs11(yv1411, yv1451) new_esEs22(yv1410, yv1450, app(ty_Maybe, bcf)) -> new_esEs5(yv1410, yv1450, bcf) new_esEs19(yv1412, yv1452, app(ty_Ratio, ea)) -> new_esEs12(yv1412, yv1452, ea) new_esEs6(Right(yv1410), Right(yv1450), bae, ty_Double) -> new_esEs17(yv1410, yv1450) new_esEs4(yv141, yv145, ty_Int) -> new_esEs13(yv141, yv145) new_esEs6(Right(yv1410), Right(yv1450), bae, app(app(ty_@2, bah), bba)) -> new_esEs7(yv1410, yv1450, bah, bba) new_esEs22(yv1410, yv1450, ty_Float) -> new_esEs16(yv1410, yv1450) new_esEs5(Just(yv1410), Just(yv1450), app(ty_Maybe, cb)) -> new_esEs5(yv1410, yv1450, cb) new_esEs23(yv1411, yv1451, app(ty_[], beb)) -> new_esEs10(yv1411, yv1451, beb) new_esEs5(Just(yv1410), Just(yv1450), ty_Bool) -> new_esEs15(yv1410, yv1450) new_esEs24(yv1410, yv1450, ty_Ordering) -> new_esEs9(yv1410, yv1450) new_esEs6(Right(yv1410), Right(yv1450), bae, ty_@0) -> new_esEs8(yv1410, yv1450) new_esEs23(yv1411, yv1451, app(app(ty_Either, bdf), bdg)) -> new_esEs6(yv1411, yv1451, bdf, bdg) new_esEs25(yv1411, yv1451, ty_Integer) -> new_esEs11(yv1411, yv1451) new_esEs5(Just(yv1410), Just(yv1450), ty_Float) -> new_esEs16(yv1410, yv1450) new_esEs19(yv1412, yv1452, ty_Integer) -> new_esEs11(yv1412, yv1452) new_esEs20(yv1411, yv1451, app(app(ty_@2, eg), eh)) -> new_esEs7(yv1411, yv1451, eg, eh) The set Q consists of the following terms: new_esEs25(x0, x1, ty_Int) new_esEs24(x0, x1, ty_Double) new_esEs24(x0, x1, ty_Float) new_esEs6(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) new_esEs4(x0, x1, ty_@0) new_esEs17(Double(x0, x1), Double(x2, x3)) new_esEs22(x0, x1, ty_Ordering) new_esEs19(x0, x1, app(app(ty_@2, x2), x3)) new_esEs9(EQ, EQ) new_esEs18(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) new_esEs20(x0, x1, ty_Char) new_esEs22(x0, x1, ty_Float) new_esEs19(x0, x1, app(ty_Maybe, x2)) new_esEs23(x0, x1, ty_Char) new_esEs21(x0, x1, ty_Float) new_primEqInt(Pos(Succ(x0)), Neg(x1)) new_primEqInt(Neg(Succ(x0)), Pos(x1)) new_esEs4(x0, x1, ty_Bool) new_esEs19(x0, x1, ty_Float) new_esEs19(x0, x1, ty_Double) new_primMulNat0(Zero, Zero) new_primPlusNat1(Zero, Zero) new_esEs12(:%(x0, x1), :%(x2, x3), x4) new_primEqInt(Neg(Succ(x0)), Neg(Zero)) new_esEs6(Right(x0), Right(x1), x2, ty_Integer) new_esEs21(x0, x1, app(ty_Maybe, x2)) new_esEs10(:(x0, x1), [], x2) new_esEs21(x0, x1, ty_Double) new_esEs6(Left(x0), Left(x1), ty_Ordering, x2) new_esEs5(Just(x0), Just(x1), ty_Int) new_primEqInt(Pos(Zero), Pos(Zero)) new_primMulNat0(Succ(x0), Zero) new_esEs4(x0, x1, app(ty_Maybe, x2)) new_esEs21(x0, x1, ty_Int) new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) new_primPlusNat1(Zero, Succ(x0)) new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs10([], :(x0, x1), x2) new_esEs19(x0, x1, app(ty_[], x2)) new_esEs23(x0, x1, app(ty_Maybe, x2)) new_esEs6(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) new_esEs6(Left(x0), Left(x1), ty_Float, x2) new_esEs24(x0, x1, ty_Ordering) new_primEqInt(Neg(Zero), Neg(Zero)) new_esEs24(x0, x1, ty_Int) new_esEs21(x0, x1, ty_Ordering) new_esEs5(Just(x0), Just(x1), app(ty_Maybe, x2)) new_esEs5(Just(x0), Just(x1), ty_Char) new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs9(LT, LT) new_primEqInt(Pos(Zero), Neg(Succ(x0))) new_primEqInt(Neg(Zero), Pos(Succ(x0))) new_esEs19(x0, x1, app(app(ty_Either, x2), x3)) new_primEqInt(Neg(Zero), Neg(Succ(x0))) new_esEs26(x0, x1, ty_Integer) new_esEs6(Right(x0), Right(x1), x2, ty_Double) new_esEs5(Just(x0), Just(x1), ty_Float) new_esEs10(:(x0, x1), :(x2, x3), x4) new_esEs9(EQ, GT) new_esEs9(GT, EQ) new_esEs6(Left(x0), Right(x1), x2, x3) new_esEs6(Right(x0), Left(x1), x2, x3) new_esEs6(Right(x0), Right(x1), x2, ty_Bool) new_esEs19(x0, x1, ty_Char) new_esEs6(Left(x0), Left(x1), ty_Int, x2) new_esEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs5(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) new_primMulNat0(Succ(x0), Succ(x1)) new_esEs5(Just(x0), Just(x1), ty_@0) new_esEs24(x0, x1, app(ty_Maybe, x2)) new_esEs13(x0, x1) new_esEs6(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) new_esEs20(x0, x1, app(ty_Ratio, x2)) new_primEqInt(Pos(Zero), Neg(Zero)) new_primEqInt(Neg(Zero), Pos(Zero)) new_esEs9(LT, EQ) new_esEs9(EQ, LT) new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) new_esEs22(x0, x1, ty_Int) new_esEs9(GT, GT) new_esEs23(x0, x1, ty_Ordering) new_esEs5(Just(x0), Nothing, x1) new_esEs5(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) new_esEs6(Left(x0), Left(x1), ty_Bool, x2) new_esEs22(x0, x1, ty_Char) new_esEs4(x0, x1, ty_Int) new_esEs6(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) new_esEs15(False, False) new_esEs20(x0, x1, app(ty_Maybe, x2)) new_esEs19(x0, x1, ty_Int) new_esEs6(Left(x0), Left(x1), ty_Double, x2) new_esEs20(x0, x1, ty_Ordering) new_esEs6(Left(x0), Left(x1), ty_Char, x2) new_asAs(True, x0) new_esEs24(x0, x1, app(ty_Ratio, x2)) new_esEs22(x0, x1, ty_Double) new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) new_primPlusNat1(Succ(x0), Succ(x1)) new_primPlusNat0(Zero, x0) new_esEs4(x0, x1, ty_Double) new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) new_esEs19(x0, x1, ty_@0) new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) new_esEs9(LT, GT) new_esEs9(GT, LT) new_esEs21(x0, x1, app(ty_[], x2)) new_esEs4(x0, x1, ty_Char) new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) new_primEqInt(Pos(Succ(x0)), Pos(Zero)) new_esEs5(Nothing, Just(x0), x1) new_esEs6(Right(x0), Right(x1), x2, ty_Char) new_esEs23(x0, x1, ty_Integer) new_esEs24(x0, x1, ty_@0) new_esEs24(x0, x1, ty_Bool) new_esEs25(x0, x1, ty_Integer) new_esEs22(x0, x1, app(ty_[], x2)) new_esEs11(Integer(x0), Integer(x1)) new_esEs7(@2(x0, x1), @2(x2, x3), x4, x5) new_esEs4(x0, x1, ty_Float) new_esEs6(Left(x0), Left(x1), ty_@0, x2) new_esEs5(Just(x0), Just(x1), app(ty_Ratio, x2)) new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs20(x0, x1, ty_Integer) new_esEs22(x0, x1, ty_@0) new_esEs4(x0, x1, ty_Ordering) new_sr(Pos(x0), Neg(x1)) new_sr(Neg(x0), Pos(x1)) new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs23(x0, x1, app(ty_[], x2)) new_sr(Pos(x0), Pos(x1)) new_esEs4(x0, x1, app(ty_[], x2)) new_esEs6(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) new_esEs22(x0, x1, ty_Bool) new_esEs6(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) new_esEs6(Left(x0), Left(x1), app(ty_Maybe, x2), x3) new_primPlusNat0(Succ(x0), x1) new_esEs23(x0, x1, app(ty_Ratio, x2)) new_esEs5(Just(x0), Just(x1), app(ty_[], x2)) new_esEs22(x0, x1, ty_Integer) new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) new_esEs4(x0, x1, app(ty_Ratio, x2)) new_primMulNat0(Zero, Succ(x0)) new_esEs19(x0, x1, ty_Bool) new_esEs21(x0, x1, ty_Integer) new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) new_esEs10([], [], x0) new_esEs6(Right(x0), Right(x1), x2, ty_Ordering) new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) new_sr(Neg(x0), Neg(x1)) new_esEs15(False, True) new_esEs15(True, False) new_asAs(False, x0) new_esEs21(x0, x1, ty_@0) new_esEs6(Left(x0), Left(x1), app(ty_Ratio, x2), x3) new_esEs6(Left(x0), Left(x1), app(ty_[], x2), x3) new_esEs8(@0, @0) new_esEs6(Right(x0), Right(x1), x2, app(ty_[], x3)) new_esEs6(Right(x0), Right(x1), x2, ty_Int) new_esEs5(Just(x0), Just(x1), ty_Double) new_esEs20(x0, x1, ty_Float) new_esEs6(Left(x0), Left(x1), ty_Integer, x2) new_esEs5(Just(x0), Just(x1), ty_Bool) new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) new_primEqNat0(Zero, Zero) new_esEs6(Right(x0), Right(x1), x2, ty_@0) new_esEs19(x0, x1, ty_Integer) new_primEqInt(Pos(Zero), Pos(Succ(x0))) new_esEs6(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) new_esEs20(x0, x1, ty_Double) new_esEs22(x0, x1, app(ty_Ratio, x2)) new_esEs23(x0, x1, ty_@0) new_esEs4(x0, x1, ty_Integer) new_esEs19(x0, x1, app(ty_Ratio, x2)) new_esEs24(x0, x1, ty_Char) new_esEs20(x0, x1, ty_Bool) new_esEs26(x0, x1, ty_Int) new_esEs5(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) new_esEs24(x0, x1, ty_Integer) new_esEs20(x0, x1, app(ty_[], x2)) new_esEs15(True, True) new_esEs23(x0, x1, ty_Float) new_primEqNat0(Succ(x0), Zero) new_esEs6(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) new_esEs6(Right(x0), Right(x1), x2, ty_Float) new_esEs23(x0, x1, ty_Bool) new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_primPlusNat1(Succ(x0), Zero) new_esEs5(Just(x0), Just(x1), ty_Ordering) new_esEs21(x0, x1, ty_Char) new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs20(x0, x1, ty_Int) new_esEs5(Nothing, Nothing, x0) new_esEs5(Just(x0), Just(x1), ty_Integer) new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) new_esEs23(x0, x1, ty_Double) new_esEs23(x0, x1, ty_Int) new_esEs21(x0, x1, app(ty_Ratio, x2)) new_esEs21(x0, x1, ty_Bool) new_esEs20(x0, x1, ty_@0) new_primEqNat0(Zero, Succ(x0)) new_esEs22(x0, x1, app(ty_Maybe, x2)) new_esEs16(Float(x0, x1), Float(x2, x3)) new_esEs19(x0, x1, ty_Ordering) new_esEs14(Char(x0), Char(x1)) new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) new_primEqNat0(Succ(x0), Succ(x1)) new_esEs24(x0, x1, app(ty_[], x2)) 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(yv141, yv142, yv143, yv144, yv145, yv146, ba) -> new_nubNub'10(yv141, yv142, yv143, yv144, new_esEs4(yv141, yv145, ba), yv146, ba) The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4, 6 >= 6, 7 >= 7 *new_nubNub'(:(yv480, yv481), yv49, yv50, bc) -> new_nubNub'1(yv480, yv481, yv49, yv50, yv49, yv50, bc) The graph contains the following edges 1 > 1, 1 > 2, 2 >= 3, 3 >= 4, 2 >= 5, 3 >= 6, 4 >= 7 *new_nubNub'10(yv154, yv155, yv156, yv157, False, :(yv1590, yv1591), bb) -> new_nubNub'1(yv154, yv155, yv156, yv157, yv1590, yv1591, bb) The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4, 6 > 5, 6 > 6, 7 >= 7 *new_nubNub'10(yv154, yv155, yv156, yv157, False, [], bb) -> new_nubNub'(yv155, yv154, :(yv156, yv157), bb) The graph contains the following edges 2 >= 1, 1 >= 2, 7 >= 4 *new_nubNub'10(yv154, yv155, yv156, yv157, True, yv159, bb) -> new_nubNub'(yv155, yv156, yv157, 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(yv17300), Succ(yv1451000)) -> new_primPlusNat(yv17300, yv1451000) 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(yv17300), Succ(yv1451000)) -> new_primPlusNat(yv17300, yv1451000) 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(yv14100), Succ(yv14500)) -> new_primEqNat(yv14100, yv14500) 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(yv14100), Succ(yv14500)) -> new_primEqNat(yv14100, yv14500) The graph contains the following edges 1 > 1, 2 > 2 ---------------------------------------- (23) YES