/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, 13 ms] (4) HASKELL (5) LetRed [EQUIVALENT, 0 ms] (6) HASKELL (7) Narrow [SOUND, 0 ms] (8) AND (9) QDP (10) QDPSizeChangeProof [EQUIVALENT, 0 ms] (11) YES (12) QDP (13) QDPSizeChangeProof [EQUIVALENT, 5 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'1 x xs ls True = nub' xs ls; nub'1 x xs ls False = nub'0 x xs ls otherwise; " "nub'0 x xs ls True = x : nub' xs (x : ls); " "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'3 [] xw = []; nubNub'3 xz yu = nubNub'2 xz yu; " "nubNub'2 (x : xs) ls = nubNub'1 x xs ls (x `elem` ls); " "nubNub'0 x xs ls True = x : nubNub' xs (x : ls); " ---------------------------------------- (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"];2995[label="yv3/yv30 : yv31",fontsize=10,color="white",style="solid",shape="box"];4 -> 2995[label="",style="solid", color="burlywood", weight=9]; 2995 -> 5[label="",style="solid", color="burlywood", weight=3]; 2996[label="yv3/[]",fontsize=10,color="white",style="solid",shape="box"];4 -> 2996[label="",style="solid", color="burlywood", weight=9]; 2996 -> 6[label="",style="solid", color="burlywood", weight=3]; 5[label="List.nubNub' (yv30 : yv31) []",fontsize=16,color="black",shape="box"];5 -> 7[label="",style="solid", color="black", weight=3]; 6[label="List.nubNub' [] []",fontsize=16,color="black",shape="box"];6 -> 8[label="",style="solid", color="black", weight=3]; 7[label="List.nubNub'2 (yv30 : yv31) []",fontsize=16,color="black",shape="box"];7 -> 9[label="",style="solid", color="black", weight=3]; 8[label="List.nubNub'3 [] []",fontsize=16,color="black",shape="box"];8 -> 10[label="",style="solid", color="black", weight=3]; 9[label="List.nubNub'1 yv30 yv31 [] (yv30 `elem` [])",fontsize=16,color="black",shape="box"];9 -> 11[label="",style="solid", color="black", weight=3]; 10[label="[]",fontsize=16,color="green",shape="box"];11[label="List.nubNub'1 yv30 yv31 [] (any . (==))",fontsize=16,color="black",shape="box"];11 -> 12[label="",style="solid", color="black", weight=3]; 12[label="List.nubNub'1 yv30 yv31 [] (any ((==) yv30) [])",fontsize=16,color="black",shape="box"];12 -> 13[label="",style="solid", color="black", weight=3]; 13[label="List.nubNub'1 yv30 yv31 [] (or . map ((==) yv30))",fontsize=16,color="black",shape="box"];13 -> 14[label="",style="solid", color="black", weight=3]; 14[label="List.nubNub'1 yv30 yv31 [] (or (map ((==) yv30) []))",fontsize=16,color="black",shape="box"];14 -> 15[label="",style="solid", color="black", weight=3]; 15[label="List.nubNub'1 yv30 yv31 [] (foldr (||) False (map ((==) yv30) []))",fontsize=16,color="black",shape="box"];15 -> 16[label="",style="solid", color="black", weight=3]; 16[label="List.nubNub'1 yv30 yv31 [] (foldr (||) False [])",fontsize=16,color="black",shape="box"];16 -> 17[label="",style="solid", color="black", weight=3]; 17[label="List.nubNub'1 yv30 yv31 [] False",fontsize=16,color="black",shape="box"];17 -> 18[label="",style="solid", color="black", weight=3]; 18[label="List.nubNub'0 yv30 yv31 [] otherwise",fontsize=16,color="black",shape="box"];18 -> 19[label="",style="solid", color="black", weight=3]; 19[label="List.nubNub'0 yv30 yv31 [] True",fontsize=16,color="black",shape="box"];19 -> 20[label="",style="solid", color="black", weight=3]; 20[label="yv30 : List.nubNub' yv31 (yv30 : [])",fontsize=16,color="green",shape="box"];20 -> 21[label="",style="dashed", color="green", weight=3]; 21[label="List.nubNub' yv31 (yv30 : [])",fontsize=16,color="burlywood",shape="triangle"];2997[label="yv31/yv310 : yv311",fontsize=10,color="white",style="solid",shape="box"];21 -> 2997[label="",style="solid", color="burlywood", weight=9]; 2997 -> 22[label="",style="solid", color="burlywood", weight=3]; 2998[label="yv31/[]",fontsize=10,color="white",style="solid",shape="box"];21 -> 2998[label="",style="solid", color="burlywood", weight=9]; 2998 -> 23[label="",style="solid", color="burlywood", weight=3]; 22[label="List.nubNub' (yv310 : yv311) (yv30 : [])",fontsize=16,color="black",shape="box"];22 -> 24[label="",style="solid", color="black", weight=3]; 23[label="List.nubNub' [] (yv30 : [])",fontsize=16,color="black",shape="box"];23 -> 25[label="",style="solid", color="black", weight=3]; 24[label="List.nubNub'2 (yv310 : yv311) (yv30 : [])",fontsize=16,color="black",shape="box"];24 -> 26[label="",style="solid", color="black", weight=3]; 25[label="List.nubNub'3 [] (yv30 : [])",fontsize=16,color="black",shape="box"];25 -> 27[label="",style="solid", color="black", weight=3]; 26[label="List.nubNub'1 yv310 yv311 (yv30 : []) (yv310 `elem` yv30 : [])",fontsize=16,color="black",shape="box"];26 -> 28[label="",style="solid", color="black", weight=3]; 27[label="[]",fontsize=16,color="green",shape="box"];28 -> 1269[label="",style="dashed", color="red", weight=0]; 28[label="List.nubNub'1 yv310 yv311 (yv30 : []) (any . (==))",fontsize=16,color="magenta"];28 -> 1270[label="",style="dashed", color="magenta", weight=3]; 28 -> 1271[label="",style="dashed", color="magenta", weight=3]; 28 -> 1272[label="",style="dashed", color="magenta", weight=3]; 28 -> 1273[label="",style="dashed", color="magenta", weight=3]; 1270[label="[]",fontsize=16,color="green",shape="box"];1271[label="yv311",fontsize=16,color="green",shape="box"];1272[label="yv310",fontsize=16,color="green",shape="box"];1273[label="yv30",fontsize=16,color="green",shape="box"];1269[label="List.nubNub'1 yv59 yv60 (yv61 : yv62) (any . (==))",fontsize=16,color="black",shape="triangle"];1269 -> 1294[label="",style="solid", color="black", weight=3]; 1294[label="List.nubNub'1 yv59 yv60 (yv61 : yv62) (any ((==) yv59) (yv61 : yv62))",fontsize=16,color="black",shape="box"];1294 -> 1295[label="",style="solid", color="black", weight=3]; 1295[label="List.nubNub'1 yv59 yv60 (yv61 : yv62) (or . map ((==) yv59))",fontsize=16,color="black",shape="box"];1295 -> 1296[label="",style="solid", color="black", weight=3]; 1296[label="List.nubNub'1 yv59 yv60 (yv61 : yv62) (or (map ((==) yv59) (yv61 : yv62)))",fontsize=16,color="black",shape="box"];1296 -> 1297[label="",style="solid", color="black", weight=3]; 1297[label="List.nubNub'1 yv59 yv60 (yv61 : yv62) (foldr (||) False (map ((==) yv59) (yv61 : yv62)))",fontsize=16,color="black",shape="box"];1297 -> 1298[label="",style="solid", color="black", weight=3]; 1298 -> 2264[label="",style="dashed", color="red", weight=0]; 1298[label="List.nubNub'1 yv59 yv60 (yv61 : yv62) (foldr (||) False (((==) yv59 yv61) : map ((==) yv59) yv62))",fontsize=16,color="magenta"];1298 -> 2265[label="",style="dashed", color="magenta", weight=3]; 1298 -> 2266[label="",style="dashed", color="magenta", weight=3]; 1298 -> 2267[label="",style="dashed", color="magenta", weight=3]; 1298 -> 2268[label="",style="dashed", color="magenta", weight=3]; 1298 -> 2269[label="",style="dashed", color="magenta", weight=3]; 1298 -> 2270[label="",style="dashed", color="magenta", weight=3]; 2265[label="yv60",fontsize=16,color="green",shape="box"];2266[label="yv62",fontsize=16,color="green",shape="box"];2267[label="yv61",fontsize=16,color="green",shape="box"];2268[label="yv59",fontsize=16,color="green",shape="box"];2269[label="yv61",fontsize=16,color="green",shape="box"];2270[label="yv62",fontsize=16,color="green",shape="box"];2264[label="List.nubNub'1 yv157 yv158 (yv159 : yv160) (foldr (||) False (((==) yv157 yv161) : map ((==) yv157) yv162))",fontsize=16,color="black",shape="triangle"];2264 -> 2301[label="",style="solid", color="black", weight=3]; 2301 -> 2302[label="",style="dashed", color="red", weight=0]; 2301[label="List.nubNub'1 yv157 yv158 (yv159 : yv160) ((||) (==) yv157 yv161 foldr (||) False (map ((==) yv157) yv162))",fontsize=16,color="magenta"];2301 -> 2303[label="",style="dashed", color="magenta", weight=3]; 2301 -> 2304[label="",style="dashed", color="magenta", weight=3]; 2301 -> 2305[label="",style="dashed", color="magenta", weight=3]; 2301 -> 2306[label="",style="dashed", color="magenta", weight=3]; 2301 -> 2307[label="",style="dashed", color="magenta", weight=3]; 2301 -> 2308[label="",style="dashed", color="magenta", weight=3]; 2303[label="yv160",fontsize=16,color="green",shape="box"];2304[label="yv159",fontsize=16,color="green",shape="box"];2305[label="yv162",fontsize=16,color="green",shape="box"];2306[label="(==) yv157 yv161",fontsize=16,color="blue",shape="box"];2999[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2306 -> 2999[label="",style="solid", color="blue", weight=9]; 2999 -> 2309[label="",style="solid", color="blue", weight=3]; 3000[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2306 -> 3000[label="",style="solid", color="blue", weight=9]; 3000 -> 2310[label="",style="solid", color="blue", weight=3]; 3001[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2306 -> 3001[label="",style="solid", color="blue", weight=9]; 3001 -> 2311[label="",style="solid", color="blue", weight=3]; 3002[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2306 -> 3002[label="",style="solid", color="blue", weight=9]; 3002 -> 2312[label="",style="solid", color="blue", weight=3]; 3003[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2306 -> 3003[label="",style="solid", color="blue", weight=9]; 3003 -> 2313[label="",style="solid", color="blue", weight=3]; 3004[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2306 -> 3004[label="",style="solid", color="blue", weight=9]; 3004 -> 2314[label="",style="solid", color="blue", weight=3]; 3005[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2306 -> 3005[label="",style="solid", color="blue", weight=9]; 3005 -> 2315[label="",style="solid", color="blue", weight=3]; 3006[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2306 -> 3006[label="",style="solid", color="blue", weight=9]; 3006 -> 2316[label="",style="solid", color="blue", weight=3]; 3007[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2306 -> 3007[label="",style="solid", color="blue", weight=9]; 3007 -> 2317[label="",style="solid", color="blue", weight=3]; 3008[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2306 -> 3008[label="",style="solid", color="blue", weight=9]; 3008 -> 2318[label="",style="solid", color="blue", weight=3]; 3009[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2306 -> 3009[label="",style="solid", color="blue", weight=9]; 3009 -> 2319[label="",style="solid", color="blue", weight=3]; 3010[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2306 -> 3010[label="",style="solid", color="blue", weight=9]; 3010 -> 2320[label="",style="solid", color="blue", weight=3]; 3011[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2306 -> 3011[label="",style="solid", color="blue", weight=9]; 3011 -> 2321[label="",style="solid", color="blue", weight=3]; 3012[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2306 -> 3012[label="",style="solid", color="blue", weight=9]; 3012 -> 2322[label="",style="solid", color="blue", weight=3]; 2307[label="yv158",fontsize=16,color="green",shape="box"];2308[label="yv157",fontsize=16,color="green",shape="box"];2302[label="List.nubNub'1 yv170 yv171 (yv172 : yv173) ((||) yv174 foldr (||) False (map ((==) yv170) yv175))",fontsize=16,color="burlywood",shape="triangle"];3013[label="yv174/False",fontsize=10,color="white",style="solid",shape="box"];2302 -> 3013[label="",style="solid", color="burlywood", weight=9]; 3013 -> 2323[label="",style="solid", color="burlywood", weight=3]; 3014[label="yv174/True",fontsize=10,color="white",style="solid",shape="box"];2302 -> 3014[label="",style="solid", color="burlywood", weight=9]; 3014 -> 2324[label="",style="solid", color="burlywood", weight=3]; 2309[label="(==) yv157 yv161",fontsize=16,color="black",shape="triangle"];2309 -> 2325[label="",style="solid", color="black", weight=3]; 2310[label="(==) yv157 yv161",fontsize=16,color="burlywood",shape="triangle"];3015[label="yv157/()",fontsize=10,color="white",style="solid",shape="box"];2310 -> 3015[label="",style="solid", color="burlywood", weight=9]; 3015 -> 2326[label="",style="solid", color="burlywood", weight=3]; 2311[label="(==) yv157 yv161",fontsize=16,color="burlywood",shape="triangle"];3016[label="yv157/Left yv1570",fontsize=10,color="white",style="solid",shape="box"];2311 -> 3016[label="",style="solid", color="burlywood", weight=9]; 3016 -> 2327[label="",style="solid", color="burlywood", weight=3]; 3017[label="yv157/Right yv1570",fontsize=10,color="white",style="solid",shape="box"];2311 -> 3017[label="",style="solid", color="burlywood", weight=9]; 3017 -> 2328[label="",style="solid", color="burlywood", weight=3]; 2312[label="(==) yv157 yv161",fontsize=16,color="black",shape="triangle"];2312 -> 2329[label="",style="solid", color="black", weight=3]; 2313[label="(==) yv157 yv161",fontsize=16,color="burlywood",shape="triangle"];3018[label="yv157/(yv1570,yv1571,yv1572)",fontsize=10,color="white",style="solid",shape="box"];2313 -> 3018[label="",style="solid", color="burlywood", weight=9]; 3018 -> 2330[label="",style="solid", color="burlywood", weight=3]; 2314[label="(==) yv157 yv161",fontsize=16,color="black",shape="triangle"];2314 -> 2331[label="",style="solid", color="black", weight=3]; 2315[label="(==) yv157 yv161",fontsize=16,color="burlywood",shape="triangle"];3019[label="yv157/LT",fontsize=10,color="white",style="solid",shape="box"];2315 -> 3019[label="",style="solid", color="burlywood", weight=9]; 3019 -> 2332[label="",style="solid", color="burlywood", weight=3]; 3020[label="yv157/EQ",fontsize=10,color="white",style="solid",shape="box"];2315 -> 3020[label="",style="solid", color="burlywood", weight=9]; 3020 -> 2333[label="",style="solid", color="burlywood", weight=3]; 3021[label="yv157/GT",fontsize=10,color="white",style="solid",shape="box"];2315 -> 3021[label="",style="solid", color="burlywood", weight=9]; 3021 -> 2334[label="",style="solid", color="burlywood", weight=3]; 2316[label="(==) yv157 yv161",fontsize=16,color="black",shape="triangle"];2316 -> 2335[label="",style="solid", color="black", weight=3]; 2317[label="(==) yv157 yv161",fontsize=16,color="burlywood",shape="triangle"];3022[label="yv157/Nothing",fontsize=10,color="white",style="solid",shape="box"];2317 -> 3022[label="",style="solid", color="burlywood", weight=9]; 3022 -> 2336[label="",style="solid", color="burlywood", weight=3]; 3023[label="yv157/Just yv1570",fontsize=10,color="white",style="solid",shape="box"];2317 -> 3023[label="",style="solid", color="burlywood", weight=9]; 3023 -> 2337[label="",style="solid", color="burlywood", weight=3]; 2318[label="(==) yv157 yv161",fontsize=16,color="burlywood",shape="triangle"];3024[label="yv157/False",fontsize=10,color="white",style="solid",shape="box"];2318 -> 3024[label="",style="solid", color="burlywood", weight=9]; 3024 -> 2338[label="",style="solid", color="burlywood", weight=3]; 3025[label="yv157/True",fontsize=10,color="white",style="solid",shape="box"];2318 -> 3025[label="",style="solid", color="burlywood", weight=9]; 3025 -> 2339[label="",style="solid", color="burlywood", weight=3]; 2319[label="(==) yv157 yv161",fontsize=16,color="burlywood",shape="triangle"];3026[label="yv157/yv1570 : yv1571",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3026[label="",style="solid", color="burlywood", weight=9]; 3026 -> 2340[label="",style="solid", color="burlywood", weight=3]; 3027[label="yv157/[]",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3027[label="",style="solid", color="burlywood", weight=9]; 3027 -> 2341[label="",style="solid", color="burlywood", weight=3]; 2320[label="(==) yv157 yv161",fontsize=16,color="burlywood",shape="triangle"];3028[label="yv157/Integer yv1570",fontsize=10,color="white",style="solid",shape="box"];2320 -> 3028[label="",style="solid", color="burlywood", weight=9]; 3028 -> 2342[label="",style="solid", color="burlywood", weight=3]; 2321[label="(==) yv157 yv161",fontsize=16,color="burlywood",shape="triangle"];3029[label="yv157/(yv1570,yv1571)",fontsize=10,color="white",style="solid",shape="box"];2321 -> 3029[label="",style="solid", color="burlywood", weight=9]; 3029 -> 2343[label="",style="solid", color="burlywood", weight=3]; 2322[label="(==) yv157 yv161",fontsize=16,color="burlywood",shape="triangle"];3030[label="yv157/yv1570 :% yv1571",fontsize=10,color="white",style="solid",shape="box"];2322 -> 3030[label="",style="solid", color="burlywood", weight=9]; 3030 -> 2344[label="",style="solid", color="burlywood", weight=3]; 2323[label="List.nubNub'1 yv170 yv171 (yv172 : yv173) ((||) False foldr (||) False (map ((==) yv170) yv175))",fontsize=16,color="black",shape="box"];2323 -> 2345[label="",style="solid", color="black", weight=3]; 2324[label="List.nubNub'1 yv170 yv171 (yv172 : yv173) ((||) True foldr (||) False (map ((==) yv170) yv175))",fontsize=16,color="black",shape="box"];2324 -> 2346[label="",style="solid", color="black", weight=3]; 2325[label="primEqFloat yv157 yv161",fontsize=16,color="burlywood",shape="box"];3031[label="yv157/Float yv1570 yv1571",fontsize=10,color="white",style="solid",shape="box"];2325 -> 3031[label="",style="solid", color="burlywood", weight=9]; 3031 -> 2347[label="",style="solid", color="burlywood", weight=3]; 2326[label="(==) () yv161",fontsize=16,color="burlywood",shape="box"];3032[label="yv161/()",fontsize=10,color="white",style="solid",shape="box"];2326 -> 3032[label="",style="solid", color="burlywood", weight=9]; 3032 -> 2348[label="",style="solid", color="burlywood", weight=3]; 2327[label="(==) Left yv1570 yv161",fontsize=16,color="burlywood",shape="box"];3033[label="yv161/Left yv1610",fontsize=10,color="white",style="solid",shape="box"];2327 -> 3033[label="",style="solid", color="burlywood", weight=9]; 3033 -> 2349[label="",style="solid", color="burlywood", weight=3]; 3034[label="yv161/Right yv1610",fontsize=10,color="white",style="solid",shape="box"];2327 -> 3034[label="",style="solid", color="burlywood", weight=9]; 3034 -> 2350[label="",style="solid", color="burlywood", weight=3]; 2328[label="(==) Right yv1570 yv161",fontsize=16,color="burlywood",shape="box"];3035[label="yv161/Left yv1610",fontsize=10,color="white",style="solid",shape="box"];2328 -> 3035[label="",style="solid", color="burlywood", weight=9]; 3035 -> 2351[label="",style="solid", color="burlywood", weight=3]; 3036[label="yv161/Right yv1610",fontsize=10,color="white",style="solid",shape="box"];2328 -> 3036[label="",style="solid", color="burlywood", weight=9]; 3036 -> 2352[label="",style="solid", color="burlywood", weight=3]; 2329[label="primEqDouble yv157 yv161",fontsize=16,color="burlywood",shape="box"];3037[label="yv157/Double yv1570 yv1571",fontsize=10,color="white",style="solid",shape="box"];2329 -> 3037[label="",style="solid", color="burlywood", weight=9]; 3037 -> 2353[label="",style="solid", color="burlywood", weight=3]; 2330[label="(==) (yv1570,yv1571,yv1572) yv161",fontsize=16,color="burlywood",shape="box"];3038[label="yv161/(yv1610,yv1611,yv1612)",fontsize=10,color="white",style="solid",shape="box"];2330 -> 3038[label="",style="solid", color="burlywood", weight=9]; 3038 -> 2354[label="",style="solid", color="burlywood", weight=3]; 2331[label="primEqChar yv157 yv161",fontsize=16,color="burlywood",shape="box"];3039[label="yv157/Char yv1570",fontsize=10,color="white",style="solid",shape="box"];2331 -> 3039[label="",style="solid", color="burlywood", weight=9]; 3039 -> 2355[label="",style="solid", color="burlywood", weight=3]; 2332[label="(==) LT yv161",fontsize=16,color="burlywood",shape="box"];3040[label="yv161/LT",fontsize=10,color="white",style="solid",shape="box"];2332 -> 3040[label="",style="solid", color="burlywood", weight=9]; 3040 -> 2356[label="",style="solid", color="burlywood", weight=3]; 3041[label="yv161/EQ",fontsize=10,color="white",style="solid",shape="box"];2332 -> 3041[label="",style="solid", color="burlywood", weight=9]; 3041 -> 2357[label="",style="solid", color="burlywood", weight=3]; 3042[label="yv161/GT",fontsize=10,color="white",style="solid",shape="box"];2332 -> 3042[label="",style="solid", color="burlywood", weight=9]; 3042 -> 2358[label="",style="solid", color="burlywood", weight=3]; 2333[label="(==) EQ yv161",fontsize=16,color="burlywood",shape="box"];3043[label="yv161/LT",fontsize=10,color="white",style="solid",shape="box"];2333 -> 3043[label="",style="solid", color="burlywood", weight=9]; 3043 -> 2359[label="",style="solid", color="burlywood", weight=3]; 3044[label="yv161/EQ",fontsize=10,color="white",style="solid",shape="box"];2333 -> 3044[label="",style="solid", color="burlywood", weight=9]; 3044 -> 2360[label="",style="solid", color="burlywood", weight=3]; 3045[label="yv161/GT",fontsize=10,color="white",style="solid",shape="box"];2333 -> 3045[label="",style="solid", color="burlywood", weight=9]; 3045 -> 2361[label="",style="solid", color="burlywood", weight=3]; 2334[label="(==) GT yv161",fontsize=16,color="burlywood",shape="box"];3046[label="yv161/LT",fontsize=10,color="white",style="solid",shape="box"];2334 -> 3046[label="",style="solid", color="burlywood", weight=9]; 3046 -> 2362[label="",style="solid", color="burlywood", weight=3]; 3047[label="yv161/EQ",fontsize=10,color="white",style="solid",shape="box"];2334 -> 3047[label="",style="solid", color="burlywood", weight=9]; 3047 -> 2363[label="",style="solid", color="burlywood", weight=3]; 3048[label="yv161/GT",fontsize=10,color="white",style="solid",shape="box"];2334 -> 3048[label="",style="solid", color="burlywood", weight=9]; 3048 -> 2364[label="",style="solid", color="burlywood", weight=3]; 2335[label="primEqInt yv157 yv161",fontsize=16,color="burlywood",shape="triangle"];3049[label="yv157/Pos yv1570",fontsize=10,color="white",style="solid",shape="box"];2335 -> 3049[label="",style="solid", color="burlywood", weight=9]; 3049 -> 2365[label="",style="solid", color="burlywood", weight=3]; 3050[label="yv157/Neg yv1570",fontsize=10,color="white",style="solid",shape="box"];2335 -> 3050[label="",style="solid", color="burlywood", weight=9]; 3050 -> 2366[label="",style="solid", color="burlywood", weight=3]; 2336[label="(==) Nothing yv161",fontsize=16,color="burlywood",shape="box"];3051[label="yv161/Nothing",fontsize=10,color="white",style="solid",shape="box"];2336 -> 3051[label="",style="solid", color="burlywood", weight=9]; 3051 -> 2367[label="",style="solid", color="burlywood", weight=3]; 3052[label="yv161/Just yv1610",fontsize=10,color="white",style="solid",shape="box"];2336 -> 3052[label="",style="solid", color="burlywood", weight=9]; 3052 -> 2368[label="",style="solid", color="burlywood", weight=3]; 2337[label="(==) Just yv1570 yv161",fontsize=16,color="burlywood",shape="box"];3053[label="yv161/Nothing",fontsize=10,color="white",style="solid",shape="box"];2337 -> 3053[label="",style="solid", color="burlywood", weight=9]; 3053 -> 2369[label="",style="solid", color="burlywood", weight=3]; 3054[label="yv161/Just yv1610",fontsize=10,color="white",style="solid",shape="box"];2337 -> 3054[label="",style="solid", color="burlywood", weight=9]; 3054 -> 2370[label="",style="solid", color="burlywood", weight=3]; 2338[label="(==) False yv161",fontsize=16,color="burlywood",shape="box"];3055[label="yv161/False",fontsize=10,color="white",style="solid",shape="box"];2338 -> 3055[label="",style="solid", color="burlywood", weight=9]; 3055 -> 2371[label="",style="solid", color="burlywood", weight=3]; 3056[label="yv161/True",fontsize=10,color="white",style="solid",shape="box"];2338 -> 3056[label="",style="solid", color="burlywood", weight=9]; 3056 -> 2372[label="",style="solid", color="burlywood", weight=3]; 2339[label="(==) True yv161",fontsize=16,color="burlywood",shape="box"];3057[label="yv161/False",fontsize=10,color="white",style="solid",shape="box"];2339 -> 3057[label="",style="solid", color="burlywood", weight=9]; 3057 -> 2373[label="",style="solid", color="burlywood", weight=3]; 3058[label="yv161/True",fontsize=10,color="white",style="solid",shape="box"];2339 -> 3058[label="",style="solid", color="burlywood", weight=9]; 3058 -> 2374[label="",style="solid", color="burlywood", weight=3]; 2340[label="(==) yv1570 : yv1571 yv161",fontsize=16,color="burlywood",shape="box"];3059[label="yv161/yv1610 : yv1611",fontsize=10,color="white",style="solid",shape="box"];2340 -> 3059[label="",style="solid", color="burlywood", weight=9]; 3059 -> 2375[label="",style="solid", color="burlywood", weight=3]; 3060[label="yv161/[]",fontsize=10,color="white",style="solid",shape="box"];2340 -> 3060[label="",style="solid", color="burlywood", weight=9]; 3060 -> 2376[label="",style="solid", color="burlywood", weight=3]; 2341[label="(==) [] yv161",fontsize=16,color="burlywood",shape="box"];3061[label="yv161/yv1610 : yv1611",fontsize=10,color="white",style="solid",shape="box"];2341 -> 3061[label="",style="solid", color="burlywood", weight=9]; 3061 -> 2377[label="",style="solid", color="burlywood", weight=3]; 3062[label="yv161/[]",fontsize=10,color="white",style="solid",shape="box"];2341 -> 3062[label="",style="solid", color="burlywood", weight=9]; 3062 -> 2378[label="",style="solid", color="burlywood", weight=3]; 2342[label="(==) Integer yv1570 yv161",fontsize=16,color="burlywood",shape="box"];3063[label="yv161/Integer yv1610",fontsize=10,color="white",style="solid",shape="box"];2342 -> 3063[label="",style="solid", color="burlywood", weight=9]; 3063 -> 2379[label="",style="solid", color="burlywood", weight=3]; 2343[label="(==) (yv1570,yv1571) yv161",fontsize=16,color="burlywood",shape="box"];3064[label="yv161/(yv1610,yv1611)",fontsize=10,color="white",style="solid",shape="box"];2343 -> 3064[label="",style="solid", color="burlywood", weight=9]; 3064 -> 2380[label="",style="solid", color="burlywood", weight=3]; 2344[label="(==) yv1570 :% yv1571 yv161",fontsize=16,color="burlywood",shape="box"];3065[label="yv161/yv1610 :% yv1611",fontsize=10,color="white",style="solid",shape="box"];2344 -> 3065[label="",style="solid", color="burlywood", weight=9]; 3065 -> 2381[label="",style="solid", color="burlywood", weight=3]; 2345[label="List.nubNub'1 yv170 yv171 (yv172 : yv173) (foldr (||) False (map ((==) yv170) yv175))",fontsize=16,color="burlywood",shape="box"];3066[label="yv175/yv1750 : yv1751",fontsize=10,color="white",style="solid",shape="box"];2345 -> 3066[label="",style="solid", color="burlywood", weight=9]; 3066 -> 2382[label="",style="solid", color="burlywood", weight=3]; 3067[label="yv175/[]",fontsize=10,color="white",style="solid",shape="box"];2345 -> 3067[label="",style="solid", color="burlywood", weight=9]; 3067 -> 2383[label="",style="solid", color="burlywood", weight=3]; 2346[label="List.nubNub'1 yv170 yv171 (yv172 : yv173) True",fontsize=16,color="black",shape="box"];2346 -> 2384[label="",style="solid", color="black", weight=3]; 2347[label="primEqFloat (Float yv1570 yv1571) yv161",fontsize=16,color="burlywood",shape="box"];3068[label="yv161/Float yv1610 yv1611",fontsize=10,color="white",style="solid",shape="box"];2347 -> 3068[label="",style="solid", color="burlywood", weight=9]; 3068 -> 2385[label="",style="solid", color="burlywood", weight=3]; 2348[label="(==) () ()",fontsize=16,color="black",shape="box"];2348 -> 2386[label="",style="solid", color="black", weight=3]; 2349[label="(==) Left yv1570 Left yv1610",fontsize=16,color="black",shape="box"];2349 -> 2387[label="",style="solid", color="black", weight=3]; 2350[label="(==) Left yv1570 Right yv1610",fontsize=16,color="black",shape="box"];2350 -> 2388[label="",style="solid", color="black", weight=3]; 2351[label="(==) Right yv1570 Left yv1610",fontsize=16,color="black",shape="box"];2351 -> 2389[label="",style="solid", color="black", weight=3]; 2352[label="(==) Right yv1570 Right yv1610",fontsize=16,color="black",shape="box"];2352 -> 2390[label="",style="solid", color="black", weight=3]; 2353[label="primEqDouble (Double yv1570 yv1571) yv161",fontsize=16,color="burlywood",shape="box"];3069[label="yv161/Double yv1610 yv1611",fontsize=10,color="white",style="solid",shape="box"];2353 -> 3069[label="",style="solid", color="burlywood", weight=9]; 3069 -> 2391[label="",style="solid", color="burlywood", weight=3]; 2354[label="(==) (yv1570,yv1571,yv1572) (yv1610,yv1611,yv1612)",fontsize=16,color="black",shape="box"];2354 -> 2392[label="",style="solid", color="black", weight=3]; 2355[label="primEqChar (Char yv1570) yv161",fontsize=16,color="burlywood",shape="box"];3070[label="yv161/Char yv1610",fontsize=10,color="white",style="solid",shape="box"];2355 -> 3070[label="",style="solid", color="burlywood", weight=9]; 3070 -> 2393[label="",style="solid", color="burlywood", weight=3]; 2356[label="(==) LT LT",fontsize=16,color="black",shape="box"];2356 -> 2394[label="",style="solid", color="black", weight=3]; 2357[label="(==) LT EQ",fontsize=16,color="black",shape="box"];2357 -> 2395[label="",style="solid", color="black", weight=3]; 2358[label="(==) LT GT",fontsize=16,color="black",shape="box"];2358 -> 2396[label="",style="solid", color="black", weight=3]; 2359[label="(==) EQ LT",fontsize=16,color="black",shape="box"];2359 -> 2397[label="",style="solid", color="black", weight=3]; 2360[label="(==) EQ EQ",fontsize=16,color="black",shape="box"];2360 -> 2398[label="",style="solid", color="black", weight=3]; 2361[label="(==) EQ GT",fontsize=16,color="black",shape="box"];2361 -> 2399[label="",style="solid", color="black", weight=3]; 2362[label="(==) GT LT",fontsize=16,color="black",shape="box"];2362 -> 2400[label="",style="solid", color="black", weight=3]; 2363[label="(==) GT EQ",fontsize=16,color="black",shape="box"];2363 -> 2401[label="",style="solid", color="black", weight=3]; 2364[label="(==) GT GT",fontsize=16,color="black",shape="box"];2364 -> 2402[label="",style="solid", color="black", weight=3]; 2365[label="primEqInt (Pos yv1570) yv161",fontsize=16,color="burlywood",shape="box"];3071[label="yv1570/Succ yv15700",fontsize=10,color="white",style="solid",shape="box"];2365 -> 3071[label="",style="solid", color="burlywood", weight=9]; 3071 -> 2403[label="",style="solid", color="burlywood", weight=3]; 3072[label="yv1570/Zero",fontsize=10,color="white",style="solid",shape="box"];2365 -> 3072[label="",style="solid", color="burlywood", weight=9]; 3072 -> 2404[label="",style="solid", color="burlywood", weight=3]; 2366[label="primEqInt (Neg yv1570) yv161",fontsize=16,color="burlywood",shape="box"];3073[label="yv1570/Succ yv15700",fontsize=10,color="white",style="solid",shape="box"];2366 -> 3073[label="",style="solid", color="burlywood", weight=9]; 3073 -> 2405[label="",style="solid", color="burlywood", weight=3]; 3074[label="yv1570/Zero",fontsize=10,color="white",style="solid",shape="box"];2366 -> 3074[label="",style="solid", color="burlywood", weight=9]; 3074 -> 2406[label="",style="solid", color="burlywood", weight=3]; 2367[label="(==) Nothing Nothing",fontsize=16,color="black",shape="box"];2367 -> 2407[label="",style="solid", color="black", weight=3]; 2368[label="(==) Nothing Just yv1610",fontsize=16,color="black",shape="box"];2368 -> 2408[label="",style="solid", color="black", weight=3]; 2369[label="(==) Just yv1570 Nothing",fontsize=16,color="black",shape="box"];2369 -> 2409[label="",style="solid", color="black", weight=3]; 2370[label="(==) Just yv1570 Just yv1610",fontsize=16,color="black",shape="box"];2370 -> 2410[label="",style="solid", color="black", weight=3]; 2371[label="(==) False False",fontsize=16,color="black",shape="box"];2371 -> 2411[label="",style="solid", color="black", weight=3]; 2372[label="(==) False True",fontsize=16,color="black",shape="box"];2372 -> 2412[label="",style="solid", color="black", weight=3]; 2373[label="(==) True False",fontsize=16,color="black",shape="box"];2373 -> 2413[label="",style="solid", color="black", weight=3]; 2374[label="(==) True True",fontsize=16,color="black",shape="box"];2374 -> 2414[label="",style="solid", color="black", weight=3]; 2375[label="(==) yv1570 : yv1571 yv1610 : yv1611",fontsize=16,color="black",shape="box"];2375 -> 2415[label="",style="solid", color="black", weight=3]; 2376[label="(==) yv1570 : yv1571 []",fontsize=16,color="black",shape="box"];2376 -> 2416[label="",style="solid", color="black", weight=3]; 2377[label="(==) [] yv1610 : yv1611",fontsize=16,color="black",shape="box"];2377 -> 2417[label="",style="solid", color="black", weight=3]; 2378[label="(==) [] []",fontsize=16,color="black",shape="box"];2378 -> 2418[label="",style="solid", color="black", weight=3]; 2379[label="(==) Integer yv1570 Integer yv1610",fontsize=16,color="black",shape="box"];2379 -> 2419[label="",style="solid", color="black", weight=3]; 2380[label="(==) (yv1570,yv1571) (yv1610,yv1611)",fontsize=16,color="black",shape="box"];2380 -> 2420[label="",style="solid", color="black", weight=3]; 2381[label="(==) yv1570 :% yv1571 yv1610 :% yv1611",fontsize=16,color="black",shape="box"];2381 -> 2421[label="",style="solid", color="black", weight=3]; 2382[label="List.nubNub'1 yv170 yv171 (yv172 : yv173) (foldr (||) False (map ((==) yv170) (yv1750 : yv1751)))",fontsize=16,color="black",shape="box"];2382 -> 2422[label="",style="solid", color="black", weight=3]; 2383[label="List.nubNub'1 yv170 yv171 (yv172 : yv173) (foldr (||) False (map ((==) yv170) []))",fontsize=16,color="black",shape="box"];2383 -> 2423[label="",style="solid", color="black", weight=3]; 2384[label="List.nubNub' yv171 (yv172 : yv173)",fontsize=16,color="burlywood",shape="triangle"];3075[label="yv171/yv1710 : yv1711",fontsize=10,color="white",style="solid",shape="box"];2384 -> 3075[label="",style="solid", color="burlywood", weight=9]; 3075 -> 2424[label="",style="solid", color="burlywood", weight=3]; 3076[label="yv171/[]",fontsize=10,color="white",style="solid",shape="box"];2384 -> 3076[label="",style="solid", color="burlywood", weight=9]; 3076 -> 2425[label="",style="solid", color="burlywood", weight=3]; 2385[label="primEqFloat (Float yv1570 yv1571) (Float yv1610 yv1611)",fontsize=16,color="black",shape="box"];2385 -> 2426[label="",style="solid", color="black", weight=3]; 2386[label="True",fontsize=16,color="green",shape="box"];2387[label="yv1570 == yv1610",fontsize=16,color="blue",shape="box"];3077[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2387 -> 3077[label="",style="solid", color="blue", weight=9]; 3077 -> 2427[label="",style="solid", color="blue", weight=3]; 3078[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2387 -> 3078[label="",style="solid", color="blue", weight=9]; 3078 -> 2428[label="",style="solid", color="blue", weight=3]; 3079[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2387 -> 3079[label="",style="solid", color="blue", weight=9]; 3079 -> 2429[label="",style="solid", color="blue", weight=3]; 3080[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2387 -> 3080[label="",style="solid", color="blue", weight=9]; 3080 -> 2430[label="",style="solid", color="blue", weight=3]; 3081[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2387 -> 3081[label="",style="solid", color="blue", weight=9]; 3081 -> 2431[label="",style="solid", color="blue", weight=3]; 3082[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2387 -> 3082[label="",style="solid", color="blue", weight=9]; 3082 -> 2432[label="",style="solid", color="blue", weight=3]; 3083[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2387 -> 3083[label="",style="solid", color="blue", weight=9]; 3083 -> 2433[label="",style="solid", color="blue", weight=3]; 3084[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2387 -> 3084[label="",style="solid", color="blue", weight=9]; 3084 -> 2434[label="",style="solid", color="blue", weight=3]; 3085[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2387 -> 3085[label="",style="solid", color="blue", weight=9]; 3085 -> 2435[label="",style="solid", color="blue", weight=3]; 3086[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2387 -> 3086[label="",style="solid", color="blue", weight=9]; 3086 -> 2436[label="",style="solid", color="blue", weight=3]; 3087[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2387 -> 3087[label="",style="solid", color="blue", weight=9]; 3087 -> 2437[label="",style="solid", color="blue", weight=3]; 3088[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2387 -> 3088[label="",style="solid", color="blue", weight=9]; 3088 -> 2438[label="",style="solid", color="blue", weight=3]; 3089[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2387 -> 3089[label="",style="solid", color="blue", weight=9]; 3089 -> 2439[label="",style="solid", color="blue", weight=3]; 3090[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2387 -> 3090[label="",style="solid", color="blue", weight=9]; 3090 -> 2440[label="",style="solid", color="blue", weight=3]; 2388[label="False",fontsize=16,color="green",shape="box"];2389[label="False",fontsize=16,color="green",shape="box"];2390[label="yv1570 == yv1610",fontsize=16,color="blue",shape="box"];3091[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2390 -> 3091[label="",style="solid", color="blue", weight=9]; 3091 -> 2441[label="",style="solid", color="blue", weight=3]; 3092[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2390 -> 3092[label="",style="solid", color="blue", weight=9]; 3092 -> 2442[label="",style="solid", color="blue", weight=3]; 3093[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2390 -> 3093[label="",style="solid", color="blue", weight=9]; 3093 -> 2443[label="",style="solid", color="blue", weight=3]; 3094[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2390 -> 3094[label="",style="solid", color="blue", weight=9]; 3094 -> 2444[label="",style="solid", color="blue", weight=3]; 3095[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2390 -> 3095[label="",style="solid", color="blue", weight=9]; 3095 -> 2445[label="",style="solid", color="blue", weight=3]; 3096[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2390 -> 3096[label="",style="solid", color="blue", weight=9]; 3096 -> 2446[label="",style="solid", color="blue", weight=3]; 3097[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2390 -> 3097[label="",style="solid", color="blue", weight=9]; 3097 -> 2447[label="",style="solid", color="blue", weight=3]; 3098[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2390 -> 3098[label="",style="solid", color="blue", weight=9]; 3098 -> 2448[label="",style="solid", color="blue", weight=3]; 3099[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2390 -> 3099[label="",style="solid", color="blue", weight=9]; 3099 -> 2449[label="",style="solid", color="blue", weight=3]; 3100[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2390 -> 3100[label="",style="solid", color="blue", weight=9]; 3100 -> 2450[label="",style="solid", color="blue", weight=3]; 3101[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2390 -> 3101[label="",style="solid", color="blue", weight=9]; 3101 -> 2451[label="",style="solid", color="blue", weight=3]; 3102[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2390 -> 3102[label="",style="solid", color="blue", weight=9]; 3102 -> 2452[label="",style="solid", color="blue", weight=3]; 3103[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2390 -> 3103[label="",style="solid", color="blue", weight=9]; 3103 -> 2453[label="",style="solid", color="blue", weight=3]; 3104[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2390 -> 3104[label="",style="solid", color="blue", weight=9]; 3104 -> 2454[label="",style="solid", color="blue", weight=3]; 2391[label="primEqDouble (Double yv1570 yv1571) (Double yv1610 yv1611)",fontsize=16,color="black",shape="box"];2391 -> 2455[label="",style="solid", color="black", weight=3]; 2392 -> 2570[label="",style="dashed", color="red", weight=0]; 2392[label="yv1570 == yv1610 && yv1571 == yv1611 && yv1572 == yv1612",fontsize=16,color="magenta"];2392 -> 2571[label="",style="dashed", color="magenta", weight=3]; 2392 -> 2572[label="",style="dashed", color="magenta", weight=3]; 2393[label="primEqChar (Char yv1570) (Char yv1610)",fontsize=16,color="black",shape="box"];2393 -> 2462[label="",style="solid", color="black", weight=3]; 2394[label="True",fontsize=16,color="green",shape="box"];2395[label="False",fontsize=16,color="green",shape="box"];2396[label="False",fontsize=16,color="green",shape="box"];2397[label="False",fontsize=16,color="green",shape="box"];2398[label="True",fontsize=16,color="green",shape="box"];2399[label="False",fontsize=16,color="green",shape="box"];2400[label="False",fontsize=16,color="green",shape="box"];2401[label="False",fontsize=16,color="green",shape="box"];2402[label="True",fontsize=16,color="green",shape="box"];2403[label="primEqInt (Pos (Succ yv15700)) yv161",fontsize=16,color="burlywood",shape="box"];3105[label="yv161/Pos yv1610",fontsize=10,color="white",style="solid",shape="box"];2403 -> 3105[label="",style="solid", color="burlywood", weight=9]; 3105 -> 2463[label="",style="solid", color="burlywood", weight=3]; 3106[label="yv161/Neg yv1610",fontsize=10,color="white",style="solid",shape="box"];2403 -> 3106[label="",style="solid", color="burlywood", weight=9]; 3106 -> 2464[label="",style="solid", color="burlywood", weight=3]; 2404[label="primEqInt (Pos Zero) yv161",fontsize=16,color="burlywood",shape="box"];3107[label="yv161/Pos yv1610",fontsize=10,color="white",style="solid",shape="box"];2404 -> 3107[label="",style="solid", color="burlywood", weight=9]; 3107 -> 2465[label="",style="solid", color="burlywood", weight=3]; 3108[label="yv161/Neg yv1610",fontsize=10,color="white",style="solid",shape="box"];2404 -> 3108[label="",style="solid", color="burlywood", weight=9]; 3108 -> 2466[label="",style="solid", color="burlywood", weight=3]; 2405[label="primEqInt (Neg (Succ yv15700)) yv161",fontsize=16,color="burlywood",shape="box"];3109[label="yv161/Pos yv1610",fontsize=10,color="white",style="solid",shape="box"];2405 -> 3109[label="",style="solid", color="burlywood", weight=9]; 3109 -> 2467[label="",style="solid", color="burlywood", weight=3]; 3110[label="yv161/Neg yv1610",fontsize=10,color="white",style="solid",shape="box"];2405 -> 3110[label="",style="solid", color="burlywood", weight=9]; 3110 -> 2468[label="",style="solid", color="burlywood", weight=3]; 2406[label="primEqInt (Neg Zero) yv161",fontsize=16,color="burlywood",shape="box"];3111[label="yv161/Pos yv1610",fontsize=10,color="white",style="solid",shape="box"];2406 -> 3111[label="",style="solid", color="burlywood", weight=9]; 3111 -> 2469[label="",style="solid", color="burlywood", weight=3]; 3112[label="yv161/Neg yv1610",fontsize=10,color="white",style="solid",shape="box"];2406 -> 3112[label="",style="solid", color="burlywood", weight=9]; 3112 -> 2470[label="",style="solid", color="burlywood", weight=3]; 2407[label="True",fontsize=16,color="green",shape="box"];2408[label="False",fontsize=16,color="green",shape="box"];2409[label="False",fontsize=16,color="green",shape="box"];2410[label="yv1570 == yv1610",fontsize=16,color="blue",shape="box"];3113[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2410 -> 3113[label="",style="solid", color="blue", weight=9]; 3113 -> 2471[label="",style="solid", color="blue", weight=3]; 3114[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2410 -> 3114[label="",style="solid", color="blue", weight=9]; 3114 -> 2472[label="",style="solid", color="blue", weight=3]; 3115[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2410 -> 3115[label="",style="solid", color="blue", weight=9]; 3115 -> 2473[label="",style="solid", color="blue", weight=3]; 3116[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2410 -> 3116[label="",style="solid", color="blue", weight=9]; 3116 -> 2474[label="",style="solid", color="blue", weight=3]; 3117[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2410 -> 3117[label="",style="solid", color="blue", weight=9]; 3117 -> 2475[label="",style="solid", color="blue", weight=3]; 3118[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2410 -> 3118[label="",style="solid", color="blue", weight=9]; 3118 -> 2476[label="",style="solid", color="blue", weight=3]; 3119[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2410 -> 3119[label="",style="solid", color="blue", weight=9]; 3119 -> 2477[label="",style="solid", color="blue", weight=3]; 3120[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2410 -> 3120[label="",style="solid", color="blue", weight=9]; 3120 -> 2478[label="",style="solid", color="blue", weight=3]; 3121[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2410 -> 3121[label="",style="solid", color="blue", weight=9]; 3121 -> 2479[label="",style="solid", color="blue", weight=3]; 3122[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2410 -> 3122[label="",style="solid", color="blue", weight=9]; 3122 -> 2480[label="",style="solid", color="blue", weight=3]; 3123[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2410 -> 3123[label="",style="solid", color="blue", weight=9]; 3123 -> 2481[label="",style="solid", color="blue", weight=3]; 3124[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2410 -> 3124[label="",style="solid", color="blue", weight=9]; 3124 -> 2482[label="",style="solid", color="blue", weight=3]; 3125[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2410 -> 3125[label="",style="solid", color="blue", weight=9]; 3125 -> 2483[label="",style="solid", color="blue", weight=3]; 3126[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2410 -> 3126[label="",style="solid", color="blue", weight=9]; 3126 -> 2484[label="",style="solid", color="blue", weight=3]; 2411[label="True",fontsize=16,color="green",shape="box"];2412[label="False",fontsize=16,color="green",shape="box"];2413[label="False",fontsize=16,color="green",shape="box"];2414[label="True",fontsize=16,color="green",shape="box"];2415 -> 2570[label="",style="dashed", color="red", weight=0]; 2415[label="yv1570 == yv1610 && yv1571 == yv1611",fontsize=16,color="magenta"];2415 -> 2573[label="",style="dashed", color="magenta", weight=3]; 2415 -> 2574[label="",style="dashed", color="magenta", weight=3]; 2416[label="False",fontsize=16,color="green",shape="box"];2417[label="False",fontsize=16,color="green",shape="box"];2418[label="True",fontsize=16,color="green",shape="box"];2419 -> 2335[label="",style="dashed", color="red", weight=0]; 2419[label="primEqInt yv1570 yv1610",fontsize=16,color="magenta"];2419 -> 2496[label="",style="dashed", color="magenta", weight=3]; 2419 -> 2497[label="",style="dashed", color="magenta", weight=3]; 2420 -> 2570[label="",style="dashed", color="red", weight=0]; 2420[label="yv1570 == yv1610 && yv1571 == yv1611",fontsize=16,color="magenta"];2420 -> 2575[label="",style="dashed", color="magenta", weight=3]; 2420 -> 2576[label="",style="dashed", color="magenta", weight=3]; 2421 -> 2570[label="",style="dashed", color="red", weight=0]; 2421[label="yv1570 == yv1610 && yv1571 == yv1611",fontsize=16,color="magenta"];2421 -> 2577[label="",style="dashed", color="magenta", weight=3]; 2421 -> 2578[label="",style="dashed", color="magenta", weight=3]; 2422 -> 2264[label="",style="dashed", color="red", weight=0]; 2422[label="List.nubNub'1 yv170 yv171 (yv172 : yv173) (foldr (||) False (((==) yv170 yv1750) : map ((==) yv170) yv1751))",fontsize=16,color="magenta"];2422 -> 2498[label="",style="dashed", color="magenta", weight=3]; 2422 -> 2499[label="",style="dashed", color="magenta", weight=3]; 2422 -> 2500[label="",style="dashed", color="magenta", weight=3]; 2422 -> 2501[label="",style="dashed", color="magenta", weight=3]; 2422 -> 2502[label="",style="dashed", color="magenta", weight=3]; 2422 -> 2503[label="",style="dashed", color="magenta", weight=3]; 2423[label="List.nubNub'1 yv170 yv171 (yv172 : yv173) (foldr (||) False [])",fontsize=16,color="black",shape="box"];2423 -> 2504[label="",style="solid", color="black", weight=3]; 2424[label="List.nubNub' (yv1710 : yv1711) (yv172 : yv173)",fontsize=16,color="black",shape="box"];2424 -> 2505[label="",style="solid", color="black", weight=3]; 2425[label="List.nubNub' [] (yv172 : yv173)",fontsize=16,color="black",shape="box"];2425 -> 2506[label="",style="solid", color="black", weight=3]; 2426 -> 2316[label="",style="dashed", color="red", weight=0]; 2426[label="yv1570 * yv1611 == yv1571 * yv1610",fontsize=16,color="magenta"];2426 -> 2507[label="",style="dashed", color="magenta", weight=3]; 2426 -> 2508[label="",style="dashed", color="magenta", weight=3]; 2427 -> 2309[label="",style="dashed", color="red", weight=0]; 2427[label="yv1570 == yv1610",fontsize=16,color="magenta"];2427 -> 2509[label="",style="dashed", color="magenta", weight=3]; 2427 -> 2510[label="",style="dashed", color="magenta", weight=3]; 2428 -> 2310[label="",style="dashed", color="red", weight=0]; 2428[label="yv1570 == yv1610",fontsize=16,color="magenta"];2428 -> 2511[label="",style="dashed", color="magenta", weight=3]; 2428 -> 2512[label="",style="dashed", color="magenta", weight=3]; 2429 -> 2311[label="",style="dashed", color="red", weight=0]; 2429[label="yv1570 == yv1610",fontsize=16,color="magenta"];2429 -> 2513[label="",style="dashed", color="magenta", weight=3]; 2429 -> 2514[label="",style="dashed", color="magenta", weight=3]; 2430 -> 2312[label="",style="dashed", color="red", weight=0]; 2430[label="yv1570 == yv1610",fontsize=16,color="magenta"];2430 -> 2515[label="",style="dashed", color="magenta", weight=3]; 2430 -> 2516[label="",style="dashed", color="magenta", weight=3]; 2431 -> 2313[label="",style="dashed", color="red", weight=0]; 2431[label="yv1570 == yv1610",fontsize=16,color="magenta"];2431 -> 2517[label="",style="dashed", color="magenta", weight=3]; 2431 -> 2518[label="",style="dashed", color="magenta", weight=3]; 2432 -> 2314[label="",style="dashed", color="red", weight=0]; 2432[label="yv1570 == yv1610",fontsize=16,color="magenta"];2432 -> 2519[label="",style="dashed", color="magenta", weight=3]; 2432 -> 2520[label="",style="dashed", color="magenta", weight=3]; 2433 -> 2315[label="",style="dashed", color="red", weight=0]; 2433[label="yv1570 == yv1610",fontsize=16,color="magenta"];2433 -> 2521[label="",style="dashed", color="magenta", weight=3]; 2433 -> 2522[label="",style="dashed", color="magenta", weight=3]; 2434 -> 2316[label="",style="dashed", color="red", weight=0]; 2434[label="yv1570 == yv1610",fontsize=16,color="magenta"];2434 -> 2523[label="",style="dashed", color="magenta", weight=3]; 2434 -> 2524[label="",style="dashed", color="magenta", weight=3]; 2435 -> 2317[label="",style="dashed", color="red", weight=0]; 2435[label="yv1570 == yv1610",fontsize=16,color="magenta"];2435 -> 2525[label="",style="dashed", color="magenta", weight=3]; 2435 -> 2526[label="",style="dashed", color="magenta", weight=3]; 2436 -> 2318[label="",style="dashed", color="red", weight=0]; 2436[label="yv1570 == yv1610",fontsize=16,color="magenta"];2436 -> 2527[label="",style="dashed", color="magenta", weight=3]; 2436 -> 2528[label="",style="dashed", color="magenta", weight=3]; 2437 -> 2319[label="",style="dashed", color="red", weight=0]; 2437[label="yv1570 == yv1610",fontsize=16,color="magenta"];2437 -> 2529[label="",style="dashed", color="magenta", weight=3]; 2437 -> 2530[label="",style="dashed", color="magenta", weight=3]; 2438 -> 2320[label="",style="dashed", color="red", weight=0]; 2438[label="yv1570 == yv1610",fontsize=16,color="magenta"];2438 -> 2531[label="",style="dashed", color="magenta", weight=3]; 2438 -> 2532[label="",style="dashed", color="magenta", weight=3]; 2439 -> 2321[label="",style="dashed", color="red", weight=0]; 2439[label="yv1570 == yv1610",fontsize=16,color="magenta"];2439 -> 2533[label="",style="dashed", color="magenta", weight=3]; 2439 -> 2534[label="",style="dashed", color="magenta", weight=3]; 2440 -> 2322[label="",style="dashed", color="red", weight=0]; 2440[label="yv1570 == yv1610",fontsize=16,color="magenta"];2440 -> 2535[label="",style="dashed", color="magenta", weight=3]; 2440 -> 2536[label="",style="dashed", color="magenta", weight=3]; 2441 -> 2309[label="",style="dashed", color="red", weight=0]; 2441[label="yv1570 == yv1610",fontsize=16,color="magenta"];2441 -> 2537[label="",style="dashed", color="magenta", weight=3]; 2441 -> 2538[label="",style="dashed", color="magenta", weight=3]; 2442 -> 2310[label="",style="dashed", color="red", weight=0]; 2442[label="yv1570 == yv1610",fontsize=16,color="magenta"];2442 -> 2539[label="",style="dashed", color="magenta", weight=3]; 2442 -> 2540[label="",style="dashed", color="magenta", weight=3]; 2443 -> 2311[label="",style="dashed", color="red", weight=0]; 2443[label="yv1570 == yv1610",fontsize=16,color="magenta"];2443 -> 2541[label="",style="dashed", color="magenta", weight=3]; 2443 -> 2542[label="",style="dashed", color="magenta", weight=3]; 2444 -> 2312[label="",style="dashed", color="red", weight=0]; 2444[label="yv1570 == yv1610",fontsize=16,color="magenta"];2444 -> 2543[label="",style="dashed", color="magenta", weight=3]; 2444 -> 2544[label="",style="dashed", color="magenta", weight=3]; 2445 -> 2313[label="",style="dashed", color="red", weight=0]; 2445[label="yv1570 == yv1610",fontsize=16,color="magenta"];2445 -> 2545[label="",style="dashed", color="magenta", weight=3]; 2445 -> 2546[label="",style="dashed", color="magenta", weight=3]; 2446 -> 2314[label="",style="dashed", color="red", weight=0]; 2446[label="yv1570 == yv1610",fontsize=16,color="magenta"];2446 -> 2547[label="",style="dashed", color="magenta", weight=3]; 2446 -> 2548[label="",style="dashed", color="magenta", weight=3]; 2447 -> 2315[label="",style="dashed", color="red", weight=0]; 2447[label="yv1570 == yv1610",fontsize=16,color="magenta"];2447 -> 2549[label="",style="dashed", color="magenta", weight=3]; 2447 -> 2550[label="",style="dashed", color="magenta", weight=3]; 2448 -> 2316[label="",style="dashed", color="red", weight=0]; 2448[label="yv1570 == yv1610",fontsize=16,color="magenta"];2448 -> 2551[label="",style="dashed", color="magenta", weight=3]; 2448 -> 2552[label="",style="dashed", color="magenta", weight=3]; 2449 -> 2317[label="",style="dashed", color="red", weight=0]; 2449[label="yv1570 == yv1610",fontsize=16,color="magenta"];2449 -> 2553[label="",style="dashed", color="magenta", weight=3]; 2449 -> 2554[label="",style="dashed", color="magenta", weight=3]; 2450 -> 2318[label="",style="dashed", color="red", weight=0]; 2450[label="yv1570 == yv1610",fontsize=16,color="magenta"];2450 -> 2555[label="",style="dashed", color="magenta", weight=3]; 2450 -> 2556[label="",style="dashed", color="magenta", weight=3]; 2451 -> 2319[label="",style="dashed", color="red", weight=0]; 2451[label="yv1570 == yv1610",fontsize=16,color="magenta"];2451 -> 2557[label="",style="dashed", color="magenta", weight=3]; 2451 -> 2558[label="",style="dashed", color="magenta", weight=3]; 2452 -> 2320[label="",style="dashed", color="red", weight=0]; 2452[label="yv1570 == yv1610",fontsize=16,color="magenta"];2452 -> 2559[label="",style="dashed", color="magenta", weight=3]; 2452 -> 2560[label="",style="dashed", color="magenta", weight=3]; 2453 -> 2321[label="",style="dashed", color="red", weight=0]; 2453[label="yv1570 == yv1610",fontsize=16,color="magenta"];2453 -> 2561[label="",style="dashed", color="magenta", weight=3]; 2453 -> 2562[label="",style="dashed", color="magenta", weight=3]; 2454 -> 2322[label="",style="dashed", color="red", weight=0]; 2454[label="yv1570 == yv1610",fontsize=16,color="magenta"];2454 -> 2563[label="",style="dashed", color="magenta", weight=3]; 2454 -> 2564[label="",style="dashed", color="magenta", weight=3]; 2455 -> 2316[label="",style="dashed", color="red", weight=0]; 2455[label="yv1570 * yv1611 == yv1571 * yv1610",fontsize=16,color="magenta"];2455 -> 2565[label="",style="dashed", color="magenta", weight=3]; 2455 -> 2566[label="",style="dashed", color="magenta", weight=3]; 2571[label="yv1570 == yv1610",fontsize=16,color="blue",shape="box"];3127[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2571 -> 3127[label="",style="solid", color="blue", weight=9]; 3127 -> 2583[label="",style="solid", color="blue", weight=3]; 3128[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2571 -> 3128[label="",style="solid", color="blue", weight=9]; 3128 -> 2584[label="",style="solid", color="blue", weight=3]; 3129[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2571 -> 3129[label="",style="solid", color="blue", weight=9]; 3129 -> 2585[label="",style="solid", color="blue", weight=3]; 3130[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2571 -> 3130[label="",style="solid", color="blue", weight=9]; 3130 -> 2586[label="",style="solid", color="blue", weight=3]; 3131[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2571 -> 3131[label="",style="solid", color="blue", weight=9]; 3131 -> 2587[label="",style="solid", color="blue", weight=3]; 3132[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2571 -> 3132[label="",style="solid", color="blue", weight=9]; 3132 -> 2588[label="",style="solid", color="blue", weight=3]; 3133[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2571 -> 3133[label="",style="solid", color="blue", weight=9]; 3133 -> 2589[label="",style="solid", color="blue", weight=3]; 3134[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2571 -> 3134[label="",style="solid", color="blue", weight=9]; 3134 -> 2590[label="",style="solid", color="blue", weight=3]; 3135[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2571 -> 3135[label="",style="solid", color="blue", weight=9]; 3135 -> 2591[label="",style="solid", color="blue", weight=3]; 3136[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2571 -> 3136[label="",style="solid", color="blue", weight=9]; 3136 -> 2592[label="",style="solid", color="blue", weight=3]; 3137[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2571 -> 3137[label="",style="solid", color="blue", weight=9]; 3137 -> 2593[label="",style="solid", color="blue", weight=3]; 3138[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2571 -> 3138[label="",style="solid", color="blue", weight=9]; 3138 -> 2594[label="",style="solid", color="blue", weight=3]; 3139[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2571 -> 3139[label="",style="solid", color="blue", weight=9]; 3139 -> 2595[label="",style="solid", color="blue", weight=3]; 3140[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2571 -> 3140[label="",style="solid", color="blue", weight=9]; 3140 -> 2596[label="",style="solid", color="blue", weight=3]; 2572 -> 2570[label="",style="dashed", color="red", weight=0]; 2572[label="yv1571 == yv1611 && yv1572 == yv1612",fontsize=16,color="magenta"];2572 -> 2597[label="",style="dashed", color="magenta", weight=3]; 2572 -> 2598[label="",style="dashed", color="magenta", weight=3]; 2570[label="yv191 && yv192",fontsize=16,color="burlywood",shape="triangle"];3141[label="yv191/False",fontsize=10,color="white",style="solid",shape="box"];2570 -> 3141[label="",style="solid", color="burlywood", weight=9]; 3141 -> 2599[label="",style="solid", color="burlywood", weight=3]; 3142[label="yv191/True",fontsize=10,color="white",style="solid",shape="box"];2570 -> 3142[label="",style="solid", color="burlywood", weight=9]; 3142 -> 2600[label="",style="solid", color="burlywood", weight=3]; 2462[label="primEqNat yv1570 yv1610",fontsize=16,color="burlywood",shape="triangle"];3143[label="yv1570/Succ yv15700",fontsize=10,color="white",style="solid",shape="box"];2462 -> 3143[label="",style="solid", color="burlywood", weight=9]; 3143 -> 2601[label="",style="solid", color="burlywood", weight=3]; 3144[label="yv1570/Zero",fontsize=10,color="white",style="solid",shape="box"];2462 -> 3144[label="",style="solid", color="burlywood", weight=9]; 3144 -> 2602[label="",style="solid", color="burlywood", weight=3]; 2463[label="primEqInt (Pos (Succ yv15700)) (Pos yv1610)",fontsize=16,color="burlywood",shape="box"];3145[label="yv1610/Succ yv16100",fontsize=10,color="white",style="solid",shape="box"];2463 -> 3145[label="",style="solid", color="burlywood", weight=9]; 3145 -> 2603[label="",style="solid", color="burlywood", weight=3]; 3146[label="yv1610/Zero",fontsize=10,color="white",style="solid",shape="box"];2463 -> 3146[label="",style="solid", color="burlywood", weight=9]; 3146 -> 2604[label="",style="solid", color="burlywood", weight=3]; 2464[label="primEqInt (Pos (Succ yv15700)) (Neg yv1610)",fontsize=16,color="black",shape="box"];2464 -> 2605[label="",style="solid", color="black", weight=3]; 2465[label="primEqInt (Pos Zero) (Pos yv1610)",fontsize=16,color="burlywood",shape="box"];3147[label="yv1610/Succ yv16100",fontsize=10,color="white",style="solid",shape="box"];2465 -> 3147[label="",style="solid", color="burlywood", weight=9]; 3147 -> 2606[label="",style="solid", color="burlywood", weight=3]; 3148[label="yv1610/Zero",fontsize=10,color="white",style="solid",shape="box"];2465 -> 3148[label="",style="solid", color="burlywood", weight=9]; 3148 -> 2607[label="",style="solid", color="burlywood", weight=3]; 2466[label="primEqInt (Pos Zero) (Neg yv1610)",fontsize=16,color="burlywood",shape="box"];3149[label="yv1610/Succ yv16100",fontsize=10,color="white",style="solid",shape="box"];2466 -> 3149[label="",style="solid", color="burlywood", weight=9]; 3149 -> 2608[label="",style="solid", color="burlywood", weight=3]; 3150[label="yv1610/Zero",fontsize=10,color="white",style="solid",shape="box"];2466 -> 3150[label="",style="solid", color="burlywood", weight=9]; 3150 -> 2609[label="",style="solid", color="burlywood", weight=3]; 2467[label="primEqInt (Neg (Succ yv15700)) (Pos yv1610)",fontsize=16,color="black",shape="box"];2467 -> 2610[label="",style="solid", color="black", weight=3]; 2468[label="primEqInt (Neg (Succ yv15700)) (Neg yv1610)",fontsize=16,color="burlywood",shape="box"];3151[label="yv1610/Succ yv16100",fontsize=10,color="white",style="solid",shape="box"];2468 -> 3151[label="",style="solid", color="burlywood", weight=9]; 3151 -> 2611[label="",style="solid", color="burlywood", weight=3]; 3152[label="yv1610/Zero",fontsize=10,color="white",style="solid",shape="box"];2468 -> 3152[label="",style="solid", color="burlywood", weight=9]; 3152 -> 2612[label="",style="solid", color="burlywood", weight=3]; 2469[label="primEqInt (Neg Zero) (Pos yv1610)",fontsize=16,color="burlywood",shape="box"];3153[label="yv1610/Succ yv16100",fontsize=10,color="white",style="solid",shape="box"];2469 -> 3153[label="",style="solid", color="burlywood", weight=9]; 3153 -> 2613[label="",style="solid", color="burlywood", weight=3]; 3154[label="yv1610/Zero",fontsize=10,color="white",style="solid",shape="box"];2469 -> 3154[label="",style="solid", color="burlywood", weight=9]; 3154 -> 2614[label="",style="solid", color="burlywood", weight=3]; 2470[label="primEqInt (Neg Zero) (Neg yv1610)",fontsize=16,color="burlywood",shape="box"];3155[label="yv1610/Succ yv16100",fontsize=10,color="white",style="solid",shape="box"];2470 -> 3155[label="",style="solid", color="burlywood", weight=9]; 3155 -> 2615[label="",style="solid", color="burlywood", weight=3]; 3156[label="yv1610/Zero",fontsize=10,color="white",style="solid",shape="box"];2470 -> 3156[label="",style="solid", color="burlywood", weight=9]; 3156 -> 2616[label="",style="solid", color="burlywood", weight=3]; 2471 -> 2309[label="",style="dashed", color="red", weight=0]; 2471[label="yv1570 == yv1610",fontsize=16,color="magenta"];2471 -> 2617[label="",style="dashed", color="magenta", weight=3]; 2471 -> 2618[label="",style="dashed", color="magenta", weight=3]; 2472 -> 2310[label="",style="dashed", color="red", weight=0]; 2472[label="yv1570 == yv1610",fontsize=16,color="magenta"];2472 -> 2619[label="",style="dashed", color="magenta", weight=3]; 2472 -> 2620[label="",style="dashed", color="magenta", weight=3]; 2473 -> 2311[label="",style="dashed", color="red", weight=0]; 2473[label="yv1570 == yv1610",fontsize=16,color="magenta"];2473 -> 2621[label="",style="dashed", color="magenta", weight=3]; 2473 -> 2622[label="",style="dashed", color="magenta", weight=3]; 2474 -> 2312[label="",style="dashed", color="red", weight=0]; 2474[label="yv1570 == yv1610",fontsize=16,color="magenta"];2474 -> 2623[label="",style="dashed", color="magenta", weight=3]; 2474 -> 2624[label="",style="dashed", color="magenta", weight=3]; 2475 -> 2313[label="",style="dashed", color="red", weight=0]; 2475[label="yv1570 == yv1610",fontsize=16,color="magenta"];2475 -> 2625[label="",style="dashed", color="magenta", weight=3]; 2475 -> 2626[label="",style="dashed", color="magenta", weight=3]; 2476 -> 2314[label="",style="dashed", color="red", weight=0]; 2476[label="yv1570 == yv1610",fontsize=16,color="magenta"];2476 -> 2627[label="",style="dashed", color="magenta", weight=3]; 2476 -> 2628[label="",style="dashed", color="magenta", weight=3]; 2477 -> 2315[label="",style="dashed", color="red", weight=0]; 2477[label="yv1570 == yv1610",fontsize=16,color="magenta"];2477 -> 2629[label="",style="dashed", color="magenta", weight=3]; 2477 -> 2630[label="",style="dashed", color="magenta", weight=3]; 2478 -> 2316[label="",style="dashed", color="red", weight=0]; 2478[label="yv1570 == yv1610",fontsize=16,color="magenta"];2478 -> 2631[label="",style="dashed", color="magenta", weight=3]; 2478 -> 2632[label="",style="dashed", color="magenta", weight=3]; 2479 -> 2317[label="",style="dashed", color="red", weight=0]; 2479[label="yv1570 == yv1610",fontsize=16,color="magenta"];2479 -> 2633[label="",style="dashed", color="magenta", weight=3]; 2479 -> 2634[label="",style="dashed", color="magenta", weight=3]; 2480 -> 2318[label="",style="dashed", color="red", weight=0]; 2480[label="yv1570 == yv1610",fontsize=16,color="magenta"];2480 -> 2635[label="",style="dashed", color="magenta", weight=3]; 2480 -> 2636[label="",style="dashed", color="magenta", weight=3]; 2481 -> 2319[label="",style="dashed", color="red", weight=0]; 2481[label="yv1570 == yv1610",fontsize=16,color="magenta"];2481 -> 2637[label="",style="dashed", color="magenta", weight=3]; 2481 -> 2638[label="",style="dashed", color="magenta", weight=3]; 2482 -> 2320[label="",style="dashed", color="red", weight=0]; 2482[label="yv1570 == yv1610",fontsize=16,color="magenta"];2482 -> 2639[label="",style="dashed", color="magenta", weight=3]; 2482 -> 2640[label="",style="dashed", color="magenta", weight=3]; 2483 -> 2321[label="",style="dashed", color="red", weight=0]; 2483[label="yv1570 == yv1610",fontsize=16,color="magenta"];2483 -> 2641[label="",style="dashed", color="magenta", weight=3]; 2483 -> 2642[label="",style="dashed", color="magenta", weight=3]; 2484 -> 2322[label="",style="dashed", color="red", weight=0]; 2484[label="yv1570 == yv1610",fontsize=16,color="magenta"];2484 -> 2643[label="",style="dashed", color="magenta", weight=3]; 2484 -> 2644[label="",style="dashed", color="magenta", weight=3]; 2573[label="yv1570 == yv1610",fontsize=16,color="blue",shape="box"];3157[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 3157[label="",style="solid", color="blue", weight=9]; 3157 -> 2645[label="",style="solid", color="blue", weight=3]; 3158[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 3158[label="",style="solid", color="blue", weight=9]; 3158 -> 2646[label="",style="solid", color="blue", weight=3]; 3159[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 3159[label="",style="solid", color="blue", weight=9]; 3159 -> 2647[label="",style="solid", color="blue", weight=3]; 3160[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 3160[label="",style="solid", color="blue", weight=9]; 3160 -> 2648[label="",style="solid", color="blue", weight=3]; 3161[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 3161[label="",style="solid", color="blue", weight=9]; 3161 -> 2649[label="",style="solid", color="blue", weight=3]; 3162[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 3162[label="",style="solid", color="blue", weight=9]; 3162 -> 2650[label="",style="solid", color="blue", weight=3]; 3163[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 3163[label="",style="solid", color="blue", weight=9]; 3163 -> 2651[label="",style="solid", color="blue", weight=3]; 3164[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 3164[label="",style="solid", color="blue", weight=9]; 3164 -> 2652[label="",style="solid", color="blue", weight=3]; 3165[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 3165[label="",style="solid", color="blue", weight=9]; 3165 -> 2653[label="",style="solid", color="blue", weight=3]; 3166[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 3166[label="",style="solid", color="blue", weight=9]; 3166 -> 2654[label="",style="solid", color="blue", weight=3]; 3167[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 3167[label="",style="solid", color="blue", weight=9]; 3167 -> 2655[label="",style="solid", color="blue", weight=3]; 3168[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 3168[label="",style="solid", color="blue", weight=9]; 3168 -> 2656[label="",style="solid", color="blue", weight=3]; 3169[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 3169[label="",style="solid", color="blue", weight=9]; 3169 -> 2657[label="",style="solid", color="blue", weight=3]; 3170[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2573 -> 3170[label="",style="solid", color="blue", weight=9]; 3170 -> 2658[label="",style="solid", color="blue", weight=3]; 2574 -> 2319[label="",style="dashed", color="red", weight=0]; 2574[label="yv1571 == yv1611",fontsize=16,color="magenta"];2574 -> 2659[label="",style="dashed", color="magenta", weight=3]; 2574 -> 2660[label="",style="dashed", color="magenta", weight=3]; 2496[label="yv1570",fontsize=16,color="green",shape="box"];2497[label="yv1610",fontsize=16,color="green",shape="box"];2575[label="yv1570 == yv1610",fontsize=16,color="blue",shape="box"];3171[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2575 -> 3171[label="",style="solid", color="blue", weight=9]; 3171 -> 2661[label="",style="solid", color="blue", weight=3]; 3172[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2575 -> 3172[label="",style="solid", color="blue", weight=9]; 3172 -> 2662[label="",style="solid", color="blue", weight=3]; 3173[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2575 -> 3173[label="",style="solid", color="blue", weight=9]; 3173 -> 2663[label="",style="solid", color="blue", weight=3]; 3174[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2575 -> 3174[label="",style="solid", color="blue", weight=9]; 3174 -> 2664[label="",style="solid", color="blue", weight=3]; 3175[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2575 -> 3175[label="",style="solid", color="blue", weight=9]; 3175 -> 2665[label="",style="solid", color="blue", weight=3]; 3176[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2575 -> 3176[label="",style="solid", color="blue", weight=9]; 3176 -> 2666[label="",style="solid", color="blue", weight=3]; 3177[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2575 -> 3177[label="",style="solid", color="blue", weight=9]; 3177 -> 2667[label="",style="solid", color="blue", weight=3]; 3178[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2575 -> 3178[label="",style="solid", color="blue", weight=9]; 3178 -> 2668[label="",style="solid", color="blue", weight=3]; 3179[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2575 -> 3179[label="",style="solid", color="blue", weight=9]; 3179 -> 2669[label="",style="solid", color="blue", weight=3]; 3180[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2575 -> 3180[label="",style="solid", color="blue", weight=9]; 3180 -> 2670[label="",style="solid", color="blue", weight=3]; 3181[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2575 -> 3181[label="",style="solid", color="blue", weight=9]; 3181 -> 2671[label="",style="solid", color="blue", weight=3]; 3182[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2575 -> 3182[label="",style="solid", color="blue", weight=9]; 3182 -> 2672[label="",style="solid", color="blue", weight=3]; 3183[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2575 -> 3183[label="",style="solid", color="blue", weight=9]; 3183 -> 2673[label="",style="solid", color="blue", weight=3]; 3184[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2575 -> 3184[label="",style="solid", color="blue", weight=9]; 3184 -> 2674[label="",style="solid", color="blue", weight=3]; 2576[label="yv1571 == yv1611",fontsize=16,color="blue",shape="box"];3185[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2576 -> 3185[label="",style="solid", color="blue", weight=9]; 3185 -> 2675[label="",style="solid", color="blue", weight=3]; 3186[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2576 -> 3186[label="",style="solid", color="blue", weight=9]; 3186 -> 2676[label="",style="solid", color="blue", weight=3]; 3187[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2576 -> 3187[label="",style="solid", color="blue", weight=9]; 3187 -> 2677[label="",style="solid", color="blue", weight=3]; 3188[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2576 -> 3188[label="",style="solid", color="blue", weight=9]; 3188 -> 2678[label="",style="solid", color="blue", weight=3]; 3189[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2576 -> 3189[label="",style="solid", color="blue", weight=9]; 3189 -> 2679[label="",style="solid", color="blue", weight=3]; 3190[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2576 -> 3190[label="",style="solid", color="blue", weight=9]; 3190 -> 2680[label="",style="solid", color="blue", weight=3]; 3191[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2576 -> 3191[label="",style="solid", color="blue", weight=9]; 3191 -> 2681[label="",style="solid", color="blue", weight=3]; 3192[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2576 -> 3192[label="",style="solid", color="blue", weight=9]; 3192 -> 2682[label="",style="solid", color="blue", weight=3]; 3193[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2576 -> 3193[label="",style="solid", color="blue", weight=9]; 3193 -> 2683[label="",style="solid", color="blue", weight=3]; 3194[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2576 -> 3194[label="",style="solid", color="blue", weight=9]; 3194 -> 2684[label="",style="solid", color="blue", weight=3]; 3195[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2576 -> 3195[label="",style="solid", color="blue", weight=9]; 3195 -> 2685[label="",style="solid", color="blue", weight=3]; 3196[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2576 -> 3196[label="",style="solid", color="blue", weight=9]; 3196 -> 2686[label="",style="solid", color="blue", weight=3]; 3197[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2576 -> 3197[label="",style="solid", color="blue", weight=9]; 3197 -> 2687[label="",style="solid", color="blue", weight=3]; 3198[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2576 -> 3198[label="",style="solid", color="blue", weight=9]; 3198 -> 2688[label="",style="solid", color="blue", weight=3]; 2577[label="yv1570 == yv1610",fontsize=16,color="blue",shape="box"];3199[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2577 -> 3199[label="",style="solid", color="blue", weight=9]; 3199 -> 2689[label="",style="solid", color="blue", weight=3]; 3200[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2577 -> 3200[label="",style="solid", color="blue", weight=9]; 3200 -> 2690[label="",style="solid", color="blue", weight=3]; 2578[label="yv1571 == yv1611",fontsize=16,color="blue",shape="box"];3201[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2578 -> 3201[label="",style="solid", color="blue", weight=9]; 3201 -> 2691[label="",style="solid", color="blue", weight=3]; 3202[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2578 -> 3202[label="",style="solid", color="blue", weight=9]; 3202 -> 2692[label="",style="solid", color="blue", weight=3]; 2498[label="yv171",fontsize=16,color="green",shape="box"];2499[label="yv1751",fontsize=16,color="green",shape="box"];2500[label="yv172",fontsize=16,color="green",shape="box"];2501[label="yv170",fontsize=16,color="green",shape="box"];2502[label="yv1750",fontsize=16,color="green",shape="box"];2503[label="yv173",fontsize=16,color="green",shape="box"];2504[label="List.nubNub'1 yv170 yv171 (yv172 : yv173) False",fontsize=16,color="black",shape="box"];2504 -> 2693[label="",style="solid", color="black", weight=3]; 2505[label="List.nubNub'2 (yv1710 : yv1711) (yv172 : yv173)",fontsize=16,color="black",shape="box"];2505 -> 2694[label="",style="solid", color="black", weight=3]; 2506[label="List.nubNub'3 [] (yv172 : yv173)",fontsize=16,color="black",shape="box"];2506 -> 2695[label="",style="solid", color="black", weight=3]; 2507[label="yv1570 * yv1611",fontsize=16,color="black",shape="triangle"];2507 -> 2696[label="",style="solid", color="black", weight=3]; 2508 -> 2507[label="",style="dashed", color="red", weight=0]; 2508[label="yv1571 * yv1610",fontsize=16,color="magenta"];2508 -> 2697[label="",style="dashed", color="magenta", weight=3]; 2508 -> 2698[label="",style="dashed", color="magenta", weight=3]; 2509[label="yv1570",fontsize=16,color="green",shape="box"];2510[label="yv1610",fontsize=16,color="green",shape="box"];2511[label="yv1570",fontsize=16,color="green",shape="box"];2512[label="yv1610",fontsize=16,color="green",shape="box"];2513[label="yv1570",fontsize=16,color="green",shape="box"];2514[label="yv1610",fontsize=16,color="green",shape="box"];2515[label="yv1570",fontsize=16,color="green",shape="box"];2516[label="yv1610",fontsize=16,color="green",shape="box"];2517[label="yv1570",fontsize=16,color="green",shape="box"];2518[label="yv1610",fontsize=16,color="green",shape="box"];2519[label="yv1570",fontsize=16,color="green",shape="box"];2520[label="yv1610",fontsize=16,color="green",shape="box"];2521[label="yv1570",fontsize=16,color="green",shape="box"];2522[label="yv1610",fontsize=16,color="green",shape="box"];2523[label="yv1570",fontsize=16,color="green",shape="box"];2524[label="yv1610",fontsize=16,color="green",shape="box"];2525[label="yv1570",fontsize=16,color="green",shape="box"];2526[label="yv1610",fontsize=16,color="green",shape="box"];2527[label="yv1570",fontsize=16,color="green",shape="box"];2528[label="yv1610",fontsize=16,color="green",shape="box"];2529[label="yv1570",fontsize=16,color="green",shape="box"];2530[label="yv1610",fontsize=16,color="green",shape="box"];2531[label="yv1570",fontsize=16,color="green",shape="box"];2532[label="yv1610",fontsize=16,color="green",shape="box"];2533[label="yv1570",fontsize=16,color="green",shape="box"];2534[label="yv1610",fontsize=16,color="green",shape="box"];2535[label="yv1570",fontsize=16,color="green",shape="box"];2536[label="yv1610",fontsize=16,color="green",shape="box"];2537[label="yv1570",fontsize=16,color="green",shape="box"];2538[label="yv1610",fontsize=16,color="green",shape="box"];2539[label="yv1570",fontsize=16,color="green",shape="box"];2540[label="yv1610",fontsize=16,color="green",shape="box"];2541[label="yv1570",fontsize=16,color="green",shape="box"];2542[label="yv1610",fontsize=16,color="green",shape="box"];2543[label="yv1570",fontsize=16,color="green",shape="box"];2544[label="yv1610",fontsize=16,color="green",shape="box"];2545[label="yv1570",fontsize=16,color="green",shape="box"];2546[label="yv1610",fontsize=16,color="green",shape="box"];2547[label="yv1570",fontsize=16,color="green",shape="box"];2548[label="yv1610",fontsize=16,color="green",shape="box"];2549[label="yv1570",fontsize=16,color="green",shape="box"];2550[label="yv1610",fontsize=16,color="green",shape="box"];2551[label="yv1570",fontsize=16,color="green",shape="box"];2552[label="yv1610",fontsize=16,color="green",shape="box"];2553[label="yv1570",fontsize=16,color="green",shape="box"];2554[label="yv1610",fontsize=16,color="green",shape="box"];2555[label="yv1570",fontsize=16,color="green",shape="box"];2556[label="yv1610",fontsize=16,color="green",shape="box"];2557[label="yv1570",fontsize=16,color="green",shape="box"];2558[label="yv1610",fontsize=16,color="green",shape="box"];2559[label="yv1570",fontsize=16,color="green",shape="box"];2560[label="yv1610",fontsize=16,color="green",shape="box"];2561[label="yv1570",fontsize=16,color="green",shape="box"];2562[label="yv1610",fontsize=16,color="green",shape="box"];2563[label="yv1570",fontsize=16,color="green",shape="box"];2564[label="yv1610",fontsize=16,color="green",shape="box"];2565 -> 2507[label="",style="dashed", color="red", weight=0]; 2565[label="yv1570 * yv1611",fontsize=16,color="magenta"];2565 -> 2699[label="",style="dashed", color="magenta", weight=3]; 2565 -> 2700[label="",style="dashed", color="magenta", weight=3]; 2566 -> 2507[label="",style="dashed", color="red", weight=0]; 2566[label="yv1571 * yv1610",fontsize=16,color="magenta"];2566 -> 2701[label="",style="dashed", color="magenta", weight=3]; 2566 -> 2702[label="",style="dashed", color="magenta", weight=3]; 2583 -> 2309[label="",style="dashed", color="red", weight=0]; 2583[label="yv1570 == yv1610",fontsize=16,color="magenta"];2583 -> 2703[label="",style="dashed", color="magenta", weight=3]; 2583 -> 2704[label="",style="dashed", color="magenta", weight=3]; 2584 -> 2310[label="",style="dashed", color="red", weight=0]; 2584[label="yv1570 == yv1610",fontsize=16,color="magenta"];2584 -> 2705[label="",style="dashed", color="magenta", weight=3]; 2584 -> 2706[label="",style="dashed", color="magenta", weight=3]; 2585 -> 2311[label="",style="dashed", color="red", weight=0]; 2585[label="yv1570 == yv1610",fontsize=16,color="magenta"];2585 -> 2707[label="",style="dashed", color="magenta", weight=3]; 2585 -> 2708[label="",style="dashed", color="magenta", weight=3]; 2586 -> 2312[label="",style="dashed", color="red", weight=0]; 2586[label="yv1570 == yv1610",fontsize=16,color="magenta"];2586 -> 2709[label="",style="dashed", color="magenta", weight=3]; 2586 -> 2710[label="",style="dashed", color="magenta", weight=3]; 2587 -> 2313[label="",style="dashed", color="red", weight=0]; 2587[label="yv1570 == yv1610",fontsize=16,color="magenta"];2587 -> 2711[label="",style="dashed", color="magenta", weight=3]; 2587 -> 2712[label="",style="dashed", color="magenta", weight=3]; 2588 -> 2314[label="",style="dashed", color="red", weight=0]; 2588[label="yv1570 == yv1610",fontsize=16,color="magenta"];2588 -> 2713[label="",style="dashed", color="magenta", weight=3]; 2588 -> 2714[label="",style="dashed", color="magenta", weight=3]; 2589 -> 2315[label="",style="dashed", color="red", weight=0]; 2589[label="yv1570 == yv1610",fontsize=16,color="magenta"];2589 -> 2715[label="",style="dashed", color="magenta", weight=3]; 2589 -> 2716[label="",style="dashed", color="magenta", weight=3]; 2590 -> 2316[label="",style="dashed", color="red", weight=0]; 2590[label="yv1570 == yv1610",fontsize=16,color="magenta"];2590 -> 2717[label="",style="dashed", color="magenta", weight=3]; 2590 -> 2718[label="",style="dashed", color="magenta", weight=3]; 2591 -> 2317[label="",style="dashed", color="red", weight=0]; 2591[label="yv1570 == yv1610",fontsize=16,color="magenta"];2591 -> 2719[label="",style="dashed", color="magenta", weight=3]; 2591 -> 2720[label="",style="dashed", color="magenta", weight=3]; 2592 -> 2318[label="",style="dashed", color="red", weight=0]; 2592[label="yv1570 == yv1610",fontsize=16,color="magenta"];2592 -> 2721[label="",style="dashed", color="magenta", weight=3]; 2592 -> 2722[label="",style="dashed", color="magenta", weight=3]; 2593 -> 2319[label="",style="dashed", color="red", weight=0]; 2593[label="yv1570 == yv1610",fontsize=16,color="magenta"];2593 -> 2723[label="",style="dashed", color="magenta", weight=3]; 2593 -> 2724[label="",style="dashed", color="magenta", weight=3]; 2594 -> 2320[label="",style="dashed", color="red", weight=0]; 2594[label="yv1570 == yv1610",fontsize=16,color="magenta"];2594 -> 2725[label="",style="dashed", color="magenta", weight=3]; 2594 -> 2726[label="",style="dashed", color="magenta", weight=3]; 2595 -> 2321[label="",style="dashed", color="red", weight=0]; 2595[label="yv1570 == yv1610",fontsize=16,color="magenta"];2595 -> 2727[label="",style="dashed", color="magenta", weight=3]; 2595 -> 2728[label="",style="dashed", color="magenta", weight=3]; 2596 -> 2322[label="",style="dashed", color="red", weight=0]; 2596[label="yv1570 == yv1610",fontsize=16,color="magenta"];2596 -> 2729[label="",style="dashed", color="magenta", weight=3]; 2596 -> 2730[label="",style="dashed", color="magenta", weight=3]; 2597[label="yv1571 == yv1611",fontsize=16,color="blue",shape="box"];3203[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2597 -> 3203[label="",style="solid", color="blue", weight=9]; 3203 -> 2731[label="",style="solid", color="blue", weight=3]; 3204[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2597 -> 3204[label="",style="solid", color="blue", weight=9]; 3204 -> 2732[label="",style="solid", color="blue", weight=3]; 3205[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2597 -> 3205[label="",style="solid", color="blue", weight=9]; 3205 -> 2733[label="",style="solid", color="blue", weight=3]; 3206[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2597 -> 3206[label="",style="solid", color="blue", weight=9]; 3206 -> 2734[label="",style="solid", color="blue", weight=3]; 3207[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2597 -> 3207[label="",style="solid", color="blue", weight=9]; 3207 -> 2735[label="",style="solid", color="blue", weight=3]; 3208[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2597 -> 3208[label="",style="solid", color="blue", weight=9]; 3208 -> 2736[label="",style="solid", color="blue", weight=3]; 3209[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2597 -> 3209[label="",style="solid", color="blue", weight=9]; 3209 -> 2737[label="",style="solid", color="blue", weight=3]; 3210[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2597 -> 3210[label="",style="solid", color="blue", weight=9]; 3210 -> 2738[label="",style="solid", color="blue", weight=3]; 3211[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2597 -> 3211[label="",style="solid", color="blue", weight=9]; 3211 -> 2739[label="",style="solid", color="blue", weight=3]; 3212[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2597 -> 3212[label="",style="solid", color="blue", weight=9]; 3212 -> 2740[label="",style="solid", color="blue", weight=3]; 3213[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2597 -> 3213[label="",style="solid", color="blue", weight=9]; 3213 -> 2741[label="",style="solid", color="blue", weight=3]; 3214[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2597 -> 3214[label="",style="solid", color="blue", weight=9]; 3214 -> 2742[label="",style="solid", color="blue", weight=3]; 3215[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2597 -> 3215[label="",style="solid", color="blue", weight=9]; 3215 -> 2743[label="",style="solid", color="blue", weight=3]; 3216[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2597 -> 3216[label="",style="solid", color="blue", weight=9]; 3216 -> 2744[label="",style="solid", color="blue", weight=3]; 2598[label="yv1572 == yv1612",fontsize=16,color="blue",shape="box"];3217[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3217[label="",style="solid", color="blue", weight=9]; 3217 -> 2745[label="",style="solid", color="blue", weight=3]; 3218[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3218[label="",style="solid", color="blue", weight=9]; 3218 -> 2746[label="",style="solid", color="blue", weight=3]; 3219[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3219[label="",style="solid", color="blue", weight=9]; 3219 -> 2747[label="",style="solid", color="blue", weight=3]; 3220[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3220[label="",style="solid", color="blue", weight=9]; 3220 -> 2748[label="",style="solid", color="blue", weight=3]; 3221[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3221[label="",style="solid", color="blue", weight=9]; 3221 -> 2749[label="",style="solid", color="blue", weight=3]; 3222[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3222[label="",style="solid", color="blue", weight=9]; 3222 -> 2750[label="",style="solid", color="blue", weight=3]; 3223[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3223[label="",style="solid", color="blue", weight=9]; 3223 -> 2751[label="",style="solid", color="blue", weight=3]; 3224[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3224[label="",style="solid", color="blue", weight=9]; 3224 -> 2752[label="",style="solid", color="blue", weight=3]; 3225[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3225[label="",style="solid", color="blue", weight=9]; 3225 -> 2753[label="",style="solid", color="blue", weight=3]; 3226[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3226[label="",style="solid", color="blue", weight=9]; 3226 -> 2754[label="",style="solid", color="blue", weight=3]; 3227[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3227[label="",style="solid", color="blue", weight=9]; 3227 -> 2755[label="",style="solid", color="blue", weight=3]; 3228[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3228[label="",style="solid", color="blue", weight=9]; 3228 -> 2756[label="",style="solid", color="blue", weight=3]; 3229[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3229[label="",style="solid", color="blue", weight=9]; 3229 -> 2757[label="",style="solid", color="blue", weight=3]; 3230[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3230[label="",style="solid", color="blue", weight=9]; 3230 -> 2758[label="",style="solid", color="blue", weight=3]; 2599[label="False && yv192",fontsize=16,color="black",shape="box"];2599 -> 2759[label="",style="solid", color="black", weight=3]; 2600[label="True && yv192",fontsize=16,color="black",shape="box"];2600 -> 2760[label="",style="solid", color="black", weight=3]; 2601[label="primEqNat (Succ yv15700) yv1610",fontsize=16,color="burlywood",shape="box"];3231[label="yv1610/Succ yv16100",fontsize=10,color="white",style="solid",shape="box"];2601 -> 3231[label="",style="solid", color="burlywood", weight=9]; 3231 -> 2761[label="",style="solid", color="burlywood", weight=3]; 3232[label="yv1610/Zero",fontsize=10,color="white",style="solid",shape="box"];2601 -> 3232[label="",style="solid", color="burlywood", weight=9]; 3232 -> 2762[label="",style="solid", color="burlywood", weight=3]; 2602[label="primEqNat Zero yv1610",fontsize=16,color="burlywood",shape="box"];3233[label="yv1610/Succ yv16100",fontsize=10,color="white",style="solid",shape="box"];2602 -> 3233[label="",style="solid", color="burlywood", weight=9]; 3233 -> 2763[label="",style="solid", color="burlywood", weight=3]; 3234[label="yv1610/Zero",fontsize=10,color="white",style="solid",shape="box"];2602 -> 3234[label="",style="solid", color="burlywood", weight=9]; 3234 -> 2764[label="",style="solid", color="burlywood", weight=3]; 2603[label="primEqInt (Pos (Succ yv15700)) (Pos (Succ yv16100))",fontsize=16,color="black",shape="box"];2603 -> 2765[label="",style="solid", color="black", weight=3]; 2604[label="primEqInt (Pos (Succ yv15700)) (Pos Zero)",fontsize=16,color="black",shape="box"];2604 -> 2766[label="",style="solid", color="black", weight=3]; 2605[label="False",fontsize=16,color="green",shape="box"];2606[label="primEqInt (Pos Zero) (Pos (Succ yv16100))",fontsize=16,color="black",shape="box"];2606 -> 2767[label="",style="solid", color="black", weight=3]; 2607[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2607 -> 2768[label="",style="solid", color="black", weight=3]; 2608[label="primEqInt (Pos Zero) (Neg (Succ yv16100))",fontsize=16,color="black",shape="box"];2608 -> 2769[label="",style="solid", color="black", weight=3]; 2609[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2609 -> 2770[label="",style="solid", color="black", weight=3]; 2610[label="False",fontsize=16,color="green",shape="box"];2611[label="primEqInt (Neg (Succ yv15700)) (Neg (Succ yv16100))",fontsize=16,color="black",shape="box"];2611 -> 2771[label="",style="solid", color="black", weight=3]; 2612[label="primEqInt (Neg (Succ yv15700)) (Neg Zero)",fontsize=16,color="black",shape="box"];2612 -> 2772[label="",style="solid", color="black", weight=3]; 2613[label="primEqInt (Neg Zero) (Pos (Succ yv16100))",fontsize=16,color="black",shape="box"];2613 -> 2773[label="",style="solid", color="black", weight=3]; 2614[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2614 -> 2774[label="",style="solid", color="black", weight=3]; 2615[label="primEqInt (Neg Zero) (Neg (Succ yv16100))",fontsize=16,color="black",shape="box"];2615 -> 2775[label="",style="solid", color="black", weight=3]; 2616[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2616 -> 2776[label="",style="solid", color="black", weight=3]; 2617[label="yv1570",fontsize=16,color="green",shape="box"];2618[label="yv1610",fontsize=16,color="green",shape="box"];2619[label="yv1570",fontsize=16,color="green",shape="box"];2620[label="yv1610",fontsize=16,color="green",shape="box"];2621[label="yv1570",fontsize=16,color="green",shape="box"];2622[label="yv1610",fontsize=16,color="green",shape="box"];2623[label="yv1570",fontsize=16,color="green",shape="box"];2624[label="yv1610",fontsize=16,color="green",shape="box"];2625[label="yv1570",fontsize=16,color="green",shape="box"];2626[label="yv1610",fontsize=16,color="green",shape="box"];2627[label="yv1570",fontsize=16,color="green",shape="box"];2628[label="yv1610",fontsize=16,color="green",shape="box"];2629[label="yv1570",fontsize=16,color="green",shape="box"];2630[label="yv1610",fontsize=16,color="green",shape="box"];2631[label="yv1570",fontsize=16,color="green",shape="box"];2632[label="yv1610",fontsize=16,color="green",shape="box"];2633[label="yv1570",fontsize=16,color="green",shape="box"];2634[label="yv1610",fontsize=16,color="green",shape="box"];2635[label="yv1570",fontsize=16,color="green",shape="box"];2636[label="yv1610",fontsize=16,color="green",shape="box"];2637[label="yv1570",fontsize=16,color="green",shape="box"];2638[label="yv1610",fontsize=16,color="green",shape="box"];2639[label="yv1570",fontsize=16,color="green",shape="box"];2640[label="yv1610",fontsize=16,color="green",shape="box"];2641[label="yv1570",fontsize=16,color="green",shape="box"];2642[label="yv1610",fontsize=16,color="green",shape="box"];2643[label="yv1570",fontsize=16,color="green",shape="box"];2644[label="yv1610",fontsize=16,color="green",shape="box"];2645 -> 2309[label="",style="dashed", color="red", weight=0]; 2645[label="yv1570 == yv1610",fontsize=16,color="magenta"];2645 -> 2777[label="",style="dashed", color="magenta", weight=3]; 2645 -> 2778[label="",style="dashed", color="magenta", weight=3]; 2646 -> 2310[label="",style="dashed", color="red", weight=0]; 2646[label="yv1570 == yv1610",fontsize=16,color="magenta"];2646 -> 2779[label="",style="dashed", color="magenta", weight=3]; 2646 -> 2780[label="",style="dashed", color="magenta", weight=3]; 2647 -> 2311[label="",style="dashed", color="red", weight=0]; 2647[label="yv1570 == yv1610",fontsize=16,color="magenta"];2647 -> 2781[label="",style="dashed", color="magenta", weight=3]; 2647 -> 2782[label="",style="dashed", color="magenta", weight=3]; 2648 -> 2312[label="",style="dashed", color="red", weight=0]; 2648[label="yv1570 == yv1610",fontsize=16,color="magenta"];2648 -> 2783[label="",style="dashed", color="magenta", weight=3]; 2648 -> 2784[label="",style="dashed", color="magenta", weight=3]; 2649 -> 2313[label="",style="dashed", color="red", weight=0]; 2649[label="yv1570 == yv1610",fontsize=16,color="magenta"];2649 -> 2785[label="",style="dashed", color="magenta", weight=3]; 2649 -> 2786[label="",style="dashed", color="magenta", weight=3]; 2650 -> 2314[label="",style="dashed", color="red", weight=0]; 2650[label="yv1570 == yv1610",fontsize=16,color="magenta"];2650 -> 2787[label="",style="dashed", color="magenta", weight=3]; 2650 -> 2788[label="",style="dashed", color="magenta", weight=3]; 2651 -> 2315[label="",style="dashed", color="red", weight=0]; 2651[label="yv1570 == yv1610",fontsize=16,color="magenta"];2651 -> 2789[label="",style="dashed", color="magenta", weight=3]; 2651 -> 2790[label="",style="dashed", color="magenta", weight=3]; 2652 -> 2316[label="",style="dashed", color="red", weight=0]; 2652[label="yv1570 == yv1610",fontsize=16,color="magenta"];2652 -> 2791[label="",style="dashed", color="magenta", weight=3]; 2652 -> 2792[label="",style="dashed", color="magenta", weight=3]; 2653 -> 2317[label="",style="dashed", color="red", weight=0]; 2653[label="yv1570 == yv1610",fontsize=16,color="magenta"];2653 -> 2793[label="",style="dashed", color="magenta", weight=3]; 2653 -> 2794[label="",style="dashed", color="magenta", weight=3]; 2654 -> 2318[label="",style="dashed", color="red", weight=0]; 2654[label="yv1570 == yv1610",fontsize=16,color="magenta"];2654 -> 2795[label="",style="dashed", color="magenta", weight=3]; 2654 -> 2796[label="",style="dashed", color="magenta", weight=3]; 2655 -> 2319[label="",style="dashed", color="red", weight=0]; 2655[label="yv1570 == yv1610",fontsize=16,color="magenta"];2655 -> 2797[label="",style="dashed", color="magenta", weight=3]; 2655 -> 2798[label="",style="dashed", color="magenta", weight=3]; 2656 -> 2320[label="",style="dashed", color="red", weight=0]; 2656[label="yv1570 == yv1610",fontsize=16,color="magenta"];2656 -> 2799[label="",style="dashed", color="magenta", weight=3]; 2656 -> 2800[label="",style="dashed", color="magenta", weight=3]; 2657 -> 2321[label="",style="dashed", color="red", weight=0]; 2657[label="yv1570 == yv1610",fontsize=16,color="magenta"];2657 -> 2801[label="",style="dashed", color="magenta", weight=3]; 2657 -> 2802[label="",style="dashed", color="magenta", weight=3]; 2658 -> 2322[label="",style="dashed", color="red", weight=0]; 2658[label="yv1570 == yv1610",fontsize=16,color="magenta"];2658 -> 2803[label="",style="dashed", color="magenta", weight=3]; 2658 -> 2804[label="",style="dashed", color="magenta", weight=3]; 2659[label="yv1571",fontsize=16,color="green",shape="box"];2660[label="yv1611",fontsize=16,color="green",shape="box"];2661 -> 2309[label="",style="dashed", color="red", weight=0]; 2661[label="yv1570 == yv1610",fontsize=16,color="magenta"];2661 -> 2805[label="",style="dashed", color="magenta", weight=3]; 2661 -> 2806[label="",style="dashed", color="magenta", weight=3]; 2662 -> 2310[label="",style="dashed", color="red", weight=0]; 2662[label="yv1570 == yv1610",fontsize=16,color="magenta"];2662 -> 2807[label="",style="dashed", color="magenta", weight=3]; 2662 -> 2808[label="",style="dashed", color="magenta", weight=3]; 2663 -> 2311[label="",style="dashed", color="red", weight=0]; 2663[label="yv1570 == yv1610",fontsize=16,color="magenta"];2663 -> 2809[label="",style="dashed", color="magenta", weight=3]; 2663 -> 2810[label="",style="dashed", color="magenta", weight=3]; 2664 -> 2312[label="",style="dashed", color="red", weight=0]; 2664[label="yv1570 == yv1610",fontsize=16,color="magenta"];2664 -> 2811[label="",style="dashed", color="magenta", weight=3]; 2664 -> 2812[label="",style="dashed", color="magenta", weight=3]; 2665 -> 2313[label="",style="dashed", color="red", weight=0]; 2665[label="yv1570 == yv1610",fontsize=16,color="magenta"];2665 -> 2813[label="",style="dashed", color="magenta", weight=3]; 2665 -> 2814[label="",style="dashed", color="magenta", weight=3]; 2666 -> 2314[label="",style="dashed", color="red", weight=0]; 2666[label="yv1570 == yv1610",fontsize=16,color="magenta"];2666 -> 2815[label="",style="dashed", color="magenta", weight=3]; 2666 -> 2816[label="",style="dashed", color="magenta", weight=3]; 2667 -> 2315[label="",style="dashed", color="red", weight=0]; 2667[label="yv1570 == yv1610",fontsize=16,color="magenta"];2667 -> 2817[label="",style="dashed", color="magenta", weight=3]; 2667 -> 2818[label="",style="dashed", color="magenta", weight=3]; 2668 -> 2316[label="",style="dashed", color="red", weight=0]; 2668[label="yv1570 == yv1610",fontsize=16,color="magenta"];2668 -> 2819[label="",style="dashed", color="magenta", weight=3]; 2668 -> 2820[label="",style="dashed", color="magenta", weight=3]; 2669 -> 2317[label="",style="dashed", color="red", weight=0]; 2669[label="yv1570 == yv1610",fontsize=16,color="magenta"];2669 -> 2821[label="",style="dashed", color="magenta", weight=3]; 2669 -> 2822[label="",style="dashed", color="magenta", weight=3]; 2670 -> 2318[label="",style="dashed", color="red", weight=0]; 2670[label="yv1570 == yv1610",fontsize=16,color="magenta"];2670 -> 2823[label="",style="dashed", color="magenta", weight=3]; 2670 -> 2824[label="",style="dashed", color="magenta", weight=3]; 2671 -> 2319[label="",style="dashed", color="red", weight=0]; 2671[label="yv1570 == yv1610",fontsize=16,color="magenta"];2671 -> 2825[label="",style="dashed", color="magenta", weight=3]; 2671 -> 2826[label="",style="dashed", color="magenta", weight=3]; 2672 -> 2320[label="",style="dashed", color="red", weight=0]; 2672[label="yv1570 == yv1610",fontsize=16,color="magenta"];2672 -> 2827[label="",style="dashed", color="magenta", weight=3]; 2672 -> 2828[label="",style="dashed", color="magenta", weight=3]; 2673 -> 2321[label="",style="dashed", color="red", weight=0]; 2673[label="yv1570 == yv1610",fontsize=16,color="magenta"];2673 -> 2829[label="",style="dashed", color="magenta", weight=3]; 2673 -> 2830[label="",style="dashed", color="magenta", weight=3]; 2674 -> 2322[label="",style="dashed", color="red", weight=0]; 2674[label="yv1570 == yv1610",fontsize=16,color="magenta"];2674 -> 2831[label="",style="dashed", color="magenta", weight=3]; 2674 -> 2832[label="",style="dashed", color="magenta", weight=3]; 2675 -> 2309[label="",style="dashed", color="red", weight=0]; 2675[label="yv1571 == yv1611",fontsize=16,color="magenta"];2675 -> 2833[label="",style="dashed", color="magenta", weight=3]; 2675 -> 2834[label="",style="dashed", color="magenta", weight=3]; 2676 -> 2310[label="",style="dashed", color="red", weight=0]; 2676[label="yv1571 == yv1611",fontsize=16,color="magenta"];2676 -> 2835[label="",style="dashed", color="magenta", weight=3]; 2676 -> 2836[label="",style="dashed", color="magenta", weight=3]; 2677 -> 2311[label="",style="dashed", color="red", weight=0]; 2677[label="yv1571 == yv1611",fontsize=16,color="magenta"];2677 -> 2837[label="",style="dashed", color="magenta", weight=3]; 2677 -> 2838[label="",style="dashed", color="magenta", weight=3]; 2678 -> 2312[label="",style="dashed", color="red", weight=0]; 2678[label="yv1571 == yv1611",fontsize=16,color="magenta"];2678 -> 2839[label="",style="dashed", color="magenta", weight=3]; 2678 -> 2840[label="",style="dashed", color="magenta", weight=3]; 2679 -> 2313[label="",style="dashed", color="red", weight=0]; 2679[label="yv1571 == yv1611",fontsize=16,color="magenta"];2679 -> 2841[label="",style="dashed", color="magenta", weight=3]; 2679 -> 2842[label="",style="dashed", color="magenta", weight=3]; 2680 -> 2314[label="",style="dashed", color="red", weight=0]; 2680[label="yv1571 == yv1611",fontsize=16,color="magenta"];2680 -> 2843[label="",style="dashed", color="magenta", weight=3]; 2680 -> 2844[label="",style="dashed", color="magenta", weight=3]; 2681 -> 2315[label="",style="dashed", color="red", weight=0]; 2681[label="yv1571 == yv1611",fontsize=16,color="magenta"];2681 -> 2845[label="",style="dashed", color="magenta", weight=3]; 2681 -> 2846[label="",style="dashed", color="magenta", weight=3]; 2682 -> 2316[label="",style="dashed", color="red", weight=0]; 2682[label="yv1571 == yv1611",fontsize=16,color="magenta"];2682 -> 2847[label="",style="dashed", color="magenta", weight=3]; 2682 -> 2848[label="",style="dashed", color="magenta", weight=3]; 2683 -> 2317[label="",style="dashed", color="red", weight=0]; 2683[label="yv1571 == yv1611",fontsize=16,color="magenta"];2683 -> 2849[label="",style="dashed", color="magenta", weight=3]; 2683 -> 2850[label="",style="dashed", color="magenta", weight=3]; 2684 -> 2318[label="",style="dashed", color="red", weight=0]; 2684[label="yv1571 == yv1611",fontsize=16,color="magenta"];2684 -> 2851[label="",style="dashed", color="magenta", weight=3]; 2684 -> 2852[label="",style="dashed", color="magenta", weight=3]; 2685 -> 2319[label="",style="dashed", color="red", weight=0]; 2685[label="yv1571 == yv1611",fontsize=16,color="magenta"];2685 -> 2853[label="",style="dashed", color="magenta", weight=3]; 2685 -> 2854[label="",style="dashed", color="magenta", weight=3]; 2686 -> 2320[label="",style="dashed", color="red", weight=0]; 2686[label="yv1571 == yv1611",fontsize=16,color="magenta"];2686 -> 2855[label="",style="dashed", color="magenta", weight=3]; 2686 -> 2856[label="",style="dashed", color="magenta", weight=3]; 2687 -> 2321[label="",style="dashed", color="red", weight=0]; 2687[label="yv1571 == yv1611",fontsize=16,color="magenta"];2687 -> 2857[label="",style="dashed", color="magenta", weight=3]; 2687 -> 2858[label="",style="dashed", color="magenta", weight=3]; 2688 -> 2322[label="",style="dashed", color="red", weight=0]; 2688[label="yv1571 == yv1611",fontsize=16,color="magenta"];2688 -> 2859[label="",style="dashed", color="magenta", weight=3]; 2688 -> 2860[label="",style="dashed", color="magenta", weight=3]; 2689 -> 2316[label="",style="dashed", color="red", weight=0]; 2689[label="yv1570 == yv1610",fontsize=16,color="magenta"];2689 -> 2861[label="",style="dashed", color="magenta", weight=3]; 2689 -> 2862[label="",style="dashed", color="magenta", weight=3]; 2690 -> 2320[label="",style="dashed", color="red", weight=0]; 2690[label="yv1570 == yv1610",fontsize=16,color="magenta"];2690 -> 2863[label="",style="dashed", color="magenta", weight=3]; 2690 -> 2864[label="",style="dashed", color="magenta", weight=3]; 2691 -> 2316[label="",style="dashed", color="red", weight=0]; 2691[label="yv1571 == yv1611",fontsize=16,color="magenta"];2691 -> 2865[label="",style="dashed", color="magenta", weight=3]; 2691 -> 2866[label="",style="dashed", color="magenta", weight=3]; 2692 -> 2320[label="",style="dashed", color="red", weight=0]; 2692[label="yv1571 == yv1611",fontsize=16,color="magenta"];2692 -> 2867[label="",style="dashed", color="magenta", weight=3]; 2692 -> 2868[label="",style="dashed", color="magenta", weight=3]; 2693[label="List.nubNub'0 yv170 yv171 (yv172 : yv173) otherwise",fontsize=16,color="black",shape="box"];2693 -> 2869[label="",style="solid", color="black", weight=3]; 2694[label="List.nubNub'1 yv1710 yv1711 (yv172 : yv173) (yv1710 `elem` yv172 : yv173)",fontsize=16,color="black",shape="box"];2694 -> 2870[label="",style="solid", color="black", weight=3]; 2695[label="[]",fontsize=16,color="green",shape="box"];2696[label="primMulInt yv1570 yv1611",fontsize=16,color="burlywood",shape="box"];3235[label="yv1570/Pos yv15700",fontsize=10,color="white",style="solid",shape="box"];2696 -> 3235[label="",style="solid", color="burlywood", weight=9]; 3235 -> 2871[label="",style="solid", color="burlywood", weight=3]; 3236[label="yv1570/Neg yv15700",fontsize=10,color="white",style="solid",shape="box"];2696 -> 3236[label="",style="solid", color="burlywood", weight=9]; 3236 -> 2872[label="",style="solid", color="burlywood", weight=3]; 2697[label="yv1610",fontsize=16,color="green",shape="box"];2698[label="yv1571",fontsize=16,color="green",shape="box"];2699[label="yv1611",fontsize=16,color="green",shape="box"];2700[label="yv1570",fontsize=16,color="green",shape="box"];2701[label="yv1610",fontsize=16,color="green",shape="box"];2702[label="yv1571",fontsize=16,color="green",shape="box"];2703[label="yv1570",fontsize=16,color="green",shape="box"];2704[label="yv1610",fontsize=16,color="green",shape="box"];2705[label="yv1570",fontsize=16,color="green",shape="box"];2706[label="yv1610",fontsize=16,color="green",shape="box"];2707[label="yv1570",fontsize=16,color="green",shape="box"];2708[label="yv1610",fontsize=16,color="green",shape="box"];2709[label="yv1570",fontsize=16,color="green",shape="box"];2710[label="yv1610",fontsize=16,color="green",shape="box"];2711[label="yv1570",fontsize=16,color="green",shape="box"];2712[label="yv1610",fontsize=16,color="green",shape="box"];2713[label="yv1570",fontsize=16,color="green",shape="box"];2714[label="yv1610",fontsize=16,color="green",shape="box"];2715[label="yv1570",fontsize=16,color="green",shape="box"];2716[label="yv1610",fontsize=16,color="green",shape="box"];2717[label="yv1570",fontsize=16,color="green",shape="box"];2718[label="yv1610",fontsize=16,color="green",shape="box"];2719[label="yv1570",fontsize=16,color="green",shape="box"];2720[label="yv1610",fontsize=16,color="green",shape="box"];2721[label="yv1570",fontsize=16,color="green",shape="box"];2722[label="yv1610",fontsize=16,color="green",shape="box"];2723[label="yv1570",fontsize=16,color="green",shape="box"];2724[label="yv1610",fontsize=16,color="green",shape="box"];2725[label="yv1570",fontsize=16,color="green",shape="box"];2726[label="yv1610",fontsize=16,color="green",shape="box"];2727[label="yv1570",fontsize=16,color="green",shape="box"];2728[label="yv1610",fontsize=16,color="green",shape="box"];2729[label="yv1570",fontsize=16,color="green",shape="box"];2730[label="yv1610",fontsize=16,color="green",shape="box"];2731 -> 2309[label="",style="dashed", color="red", weight=0]; 2731[label="yv1571 == yv1611",fontsize=16,color="magenta"];2731 -> 2873[label="",style="dashed", color="magenta", weight=3]; 2731 -> 2874[label="",style="dashed", color="magenta", weight=3]; 2732 -> 2310[label="",style="dashed", color="red", weight=0]; 2732[label="yv1571 == yv1611",fontsize=16,color="magenta"];2732 -> 2875[label="",style="dashed", color="magenta", weight=3]; 2732 -> 2876[label="",style="dashed", color="magenta", weight=3]; 2733 -> 2311[label="",style="dashed", color="red", weight=0]; 2733[label="yv1571 == yv1611",fontsize=16,color="magenta"];2733 -> 2877[label="",style="dashed", color="magenta", weight=3]; 2733 -> 2878[label="",style="dashed", color="magenta", weight=3]; 2734 -> 2312[label="",style="dashed", color="red", weight=0]; 2734[label="yv1571 == yv1611",fontsize=16,color="magenta"];2734 -> 2879[label="",style="dashed", color="magenta", weight=3]; 2734 -> 2880[label="",style="dashed", color="magenta", weight=3]; 2735 -> 2313[label="",style="dashed", color="red", weight=0]; 2735[label="yv1571 == yv1611",fontsize=16,color="magenta"];2735 -> 2881[label="",style="dashed", color="magenta", weight=3]; 2735 -> 2882[label="",style="dashed", color="magenta", weight=3]; 2736 -> 2314[label="",style="dashed", color="red", weight=0]; 2736[label="yv1571 == yv1611",fontsize=16,color="magenta"];2736 -> 2883[label="",style="dashed", color="magenta", weight=3]; 2736 -> 2884[label="",style="dashed", color="magenta", weight=3]; 2737 -> 2315[label="",style="dashed", color="red", weight=0]; 2737[label="yv1571 == yv1611",fontsize=16,color="magenta"];2737 -> 2885[label="",style="dashed", color="magenta", weight=3]; 2737 -> 2886[label="",style="dashed", color="magenta", weight=3]; 2738 -> 2316[label="",style="dashed", color="red", weight=0]; 2738[label="yv1571 == yv1611",fontsize=16,color="magenta"];2738 -> 2887[label="",style="dashed", color="magenta", weight=3]; 2738 -> 2888[label="",style="dashed", color="magenta", weight=3]; 2739 -> 2317[label="",style="dashed", color="red", weight=0]; 2739[label="yv1571 == yv1611",fontsize=16,color="magenta"];2739 -> 2889[label="",style="dashed", color="magenta", weight=3]; 2739 -> 2890[label="",style="dashed", color="magenta", weight=3]; 2740 -> 2318[label="",style="dashed", color="red", weight=0]; 2740[label="yv1571 == yv1611",fontsize=16,color="magenta"];2740 -> 2891[label="",style="dashed", color="magenta", weight=3]; 2740 -> 2892[label="",style="dashed", color="magenta", weight=3]; 2741 -> 2319[label="",style="dashed", color="red", weight=0]; 2741[label="yv1571 == yv1611",fontsize=16,color="magenta"];2741 -> 2893[label="",style="dashed", color="magenta", weight=3]; 2741 -> 2894[label="",style="dashed", color="magenta", weight=3]; 2742 -> 2320[label="",style="dashed", color="red", weight=0]; 2742[label="yv1571 == yv1611",fontsize=16,color="magenta"];2742 -> 2895[label="",style="dashed", color="magenta", weight=3]; 2742 -> 2896[label="",style="dashed", color="magenta", weight=3]; 2743 -> 2321[label="",style="dashed", color="red", weight=0]; 2743[label="yv1571 == yv1611",fontsize=16,color="magenta"];2743 -> 2897[label="",style="dashed", color="magenta", weight=3]; 2743 -> 2898[label="",style="dashed", color="magenta", weight=3]; 2744 -> 2322[label="",style="dashed", color="red", weight=0]; 2744[label="yv1571 == yv1611",fontsize=16,color="magenta"];2744 -> 2899[label="",style="dashed", color="magenta", weight=3]; 2744 -> 2900[label="",style="dashed", color="magenta", weight=3]; 2745 -> 2309[label="",style="dashed", color="red", weight=0]; 2745[label="yv1572 == yv1612",fontsize=16,color="magenta"];2745 -> 2901[label="",style="dashed", color="magenta", weight=3]; 2745 -> 2902[label="",style="dashed", color="magenta", weight=3]; 2746 -> 2310[label="",style="dashed", color="red", weight=0]; 2746[label="yv1572 == yv1612",fontsize=16,color="magenta"];2746 -> 2903[label="",style="dashed", color="magenta", weight=3]; 2746 -> 2904[label="",style="dashed", color="magenta", weight=3]; 2747 -> 2311[label="",style="dashed", color="red", weight=0]; 2747[label="yv1572 == yv1612",fontsize=16,color="magenta"];2747 -> 2905[label="",style="dashed", color="magenta", weight=3]; 2747 -> 2906[label="",style="dashed", color="magenta", weight=3]; 2748 -> 2312[label="",style="dashed", color="red", weight=0]; 2748[label="yv1572 == yv1612",fontsize=16,color="magenta"];2748 -> 2907[label="",style="dashed", color="magenta", weight=3]; 2748 -> 2908[label="",style="dashed", color="magenta", weight=3]; 2749 -> 2313[label="",style="dashed", color="red", weight=0]; 2749[label="yv1572 == yv1612",fontsize=16,color="magenta"];2749 -> 2909[label="",style="dashed", color="magenta", weight=3]; 2749 -> 2910[label="",style="dashed", color="magenta", weight=3]; 2750 -> 2314[label="",style="dashed", color="red", weight=0]; 2750[label="yv1572 == yv1612",fontsize=16,color="magenta"];2750 -> 2911[label="",style="dashed", color="magenta", weight=3]; 2750 -> 2912[label="",style="dashed", color="magenta", weight=3]; 2751 -> 2315[label="",style="dashed", color="red", weight=0]; 2751[label="yv1572 == yv1612",fontsize=16,color="magenta"];2751 -> 2913[label="",style="dashed", color="magenta", weight=3]; 2751 -> 2914[label="",style="dashed", color="magenta", weight=3]; 2752 -> 2316[label="",style="dashed", color="red", weight=0]; 2752[label="yv1572 == yv1612",fontsize=16,color="magenta"];2752 -> 2915[label="",style="dashed", color="magenta", weight=3]; 2752 -> 2916[label="",style="dashed", color="magenta", weight=3]; 2753 -> 2317[label="",style="dashed", color="red", weight=0]; 2753[label="yv1572 == yv1612",fontsize=16,color="magenta"];2753 -> 2917[label="",style="dashed", color="magenta", weight=3]; 2753 -> 2918[label="",style="dashed", color="magenta", weight=3]; 2754 -> 2318[label="",style="dashed", color="red", weight=0]; 2754[label="yv1572 == yv1612",fontsize=16,color="magenta"];2754 -> 2919[label="",style="dashed", color="magenta", weight=3]; 2754 -> 2920[label="",style="dashed", color="magenta", weight=3]; 2755 -> 2319[label="",style="dashed", color="red", weight=0]; 2755[label="yv1572 == yv1612",fontsize=16,color="magenta"];2755 -> 2921[label="",style="dashed", color="magenta", weight=3]; 2755 -> 2922[label="",style="dashed", color="magenta", weight=3]; 2756 -> 2320[label="",style="dashed", color="red", weight=0]; 2756[label="yv1572 == yv1612",fontsize=16,color="magenta"];2756 -> 2923[label="",style="dashed", color="magenta", weight=3]; 2756 -> 2924[label="",style="dashed", color="magenta", weight=3]; 2757 -> 2321[label="",style="dashed", color="red", weight=0]; 2757[label="yv1572 == yv1612",fontsize=16,color="magenta"];2757 -> 2925[label="",style="dashed", color="magenta", weight=3]; 2757 -> 2926[label="",style="dashed", color="magenta", weight=3]; 2758 -> 2322[label="",style="dashed", color="red", weight=0]; 2758[label="yv1572 == yv1612",fontsize=16,color="magenta"];2758 -> 2927[label="",style="dashed", color="magenta", weight=3]; 2758 -> 2928[label="",style="dashed", color="magenta", weight=3]; 2759[label="False",fontsize=16,color="green",shape="box"];2760[label="yv192",fontsize=16,color="green",shape="box"];2761[label="primEqNat (Succ yv15700) (Succ yv16100)",fontsize=16,color="black",shape="box"];2761 -> 2929[label="",style="solid", color="black", weight=3]; 2762[label="primEqNat (Succ yv15700) Zero",fontsize=16,color="black",shape="box"];2762 -> 2930[label="",style="solid", color="black", weight=3]; 2763[label="primEqNat Zero (Succ yv16100)",fontsize=16,color="black",shape="box"];2763 -> 2931[label="",style="solid", color="black", weight=3]; 2764[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];2764 -> 2932[label="",style="solid", color="black", weight=3]; 2765 -> 2462[label="",style="dashed", color="red", weight=0]; 2765[label="primEqNat yv15700 yv16100",fontsize=16,color="magenta"];2765 -> 2933[label="",style="dashed", color="magenta", weight=3]; 2765 -> 2934[label="",style="dashed", color="magenta", weight=3]; 2766[label="False",fontsize=16,color="green",shape="box"];2767[label="False",fontsize=16,color="green",shape="box"];2768[label="True",fontsize=16,color="green",shape="box"];2769[label="False",fontsize=16,color="green",shape="box"];2770[label="True",fontsize=16,color="green",shape="box"];2771 -> 2462[label="",style="dashed", color="red", weight=0]; 2771[label="primEqNat yv15700 yv16100",fontsize=16,color="magenta"];2771 -> 2935[label="",style="dashed", color="magenta", weight=3]; 2771 -> 2936[label="",style="dashed", color="magenta", weight=3]; 2772[label="False",fontsize=16,color="green",shape="box"];2773[label="False",fontsize=16,color="green",shape="box"];2774[label="True",fontsize=16,color="green",shape="box"];2775[label="False",fontsize=16,color="green",shape="box"];2776[label="True",fontsize=16,color="green",shape="box"];2777[label="yv1570",fontsize=16,color="green",shape="box"];2778[label="yv1610",fontsize=16,color="green",shape="box"];2779[label="yv1570",fontsize=16,color="green",shape="box"];2780[label="yv1610",fontsize=16,color="green",shape="box"];2781[label="yv1570",fontsize=16,color="green",shape="box"];2782[label="yv1610",fontsize=16,color="green",shape="box"];2783[label="yv1570",fontsize=16,color="green",shape="box"];2784[label="yv1610",fontsize=16,color="green",shape="box"];2785[label="yv1570",fontsize=16,color="green",shape="box"];2786[label="yv1610",fontsize=16,color="green",shape="box"];2787[label="yv1570",fontsize=16,color="green",shape="box"];2788[label="yv1610",fontsize=16,color="green",shape="box"];2789[label="yv1570",fontsize=16,color="green",shape="box"];2790[label="yv1610",fontsize=16,color="green",shape="box"];2791[label="yv1570",fontsize=16,color="green",shape="box"];2792[label="yv1610",fontsize=16,color="green",shape="box"];2793[label="yv1570",fontsize=16,color="green",shape="box"];2794[label="yv1610",fontsize=16,color="green",shape="box"];2795[label="yv1570",fontsize=16,color="green",shape="box"];2796[label="yv1610",fontsize=16,color="green",shape="box"];2797[label="yv1570",fontsize=16,color="green",shape="box"];2798[label="yv1610",fontsize=16,color="green",shape="box"];2799[label="yv1570",fontsize=16,color="green",shape="box"];2800[label="yv1610",fontsize=16,color="green",shape="box"];2801[label="yv1570",fontsize=16,color="green",shape="box"];2802[label="yv1610",fontsize=16,color="green",shape="box"];2803[label="yv1570",fontsize=16,color="green",shape="box"];2804[label="yv1610",fontsize=16,color="green",shape="box"];2805[label="yv1570",fontsize=16,color="green",shape="box"];2806[label="yv1610",fontsize=16,color="green",shape="box"];2807[label="yv1570",fontsize=16,color="green",shape="box"];2808[label="yv1610",fontsize=16,color="green",shape="box"];2809[label="yv1570",fontsize=16,color="green",shape="box"];2810[label="yv1610",fontsize=16,color="green",shape="box"];2811[label="yv1570",fontsize=16,color="green",shape="box"];2812[label="yv1610",fontsize=16,color="green",shape="box"];2813[label="yv1570",fontsize=16,color="green",shape="box"];2814[label="yv1610",fontsize=16,color="green",shape="box"];2815[label="yv1570",fontsize=16,color="green",shape="box"];2816[label="yv1610",fontsize=16,color="green",shape="box"];2817[label="yv1570",fontsize=16,color="green",shape="box"];2818[label="yv1610",fontsize=16,color="green",shape="box"];2819[label="yv1570",fontsize=16,color="green",shape="box"];2820[label="yv1610",fontsize=16,color="green",shape="box"];2821[label="yv1570",fontsize=16,color="green",shape="box"];2822[label="yv1610",fontsize=16,color="green",shape="box"];2823[label="yv1570",fontsize=16,color="green",shape="box"];2824[label="yv1610",fontsize=16,color="green",shape="box"];2825[label="yv1570",fontsize=16,color="green",shape="box"];2826[label="yv1610",fontsize=16,color="green",shape="box"];2827[label="yv1570",fontsize=16,color="green",shape="box"];2828[label="yv1610",fontsize=16,color="green",shape="box"];2829[label="yv1570",fontsize=16,color="green",shape="box"];2830[label="yv1610",fontsize=16,color="green",shape="box"];2831[label="yv1570",fontsize=16,color="green",shape="box"];2832[label="yv1610",fontsize=16,color="green",shape="box"];2833[label="yv1571",fontsize=16,color="green",shape="box"];2834[label="yv1611",fontsize=16,color="green",shape="box"];2835[label="yv1571",fontsize=16,color="green",shape="box"];2836[label="yv1611",fontsize=16,color="green",shape="box"];2837[label="yv1571",fontsize=16,color="green",shape="box"];2838[label="yv1611",fontsize=16,color="green",shape="box"];2839[label="yv1571",fontsize=16,color="green",shape="box"];2840[label="yv1611",fontsize=16,color="green",shape="box"];2841[label="yv1571",fontsize=16,color="green",shape="box"];2842[label="yv1611",fontsize=16,color="green",shape="box"];2843[label="yv1571",fontsize=16,color="green",shape="box"];2844[label="yv1611",fontsize=16,color="green",shape="box"];2845[label="yv1571",fontsize=16,color="green",shape="box"];2846[label="yv1611",fontsize=16,color="green",shape="box"];2847[label="yv1571",fontsize=16,color="green",shape="box"];2848[label="yv1611",fontsize=16,color="green",shape="box"];2849[label="yv1571",fontsize=16,color="green",shape="box"];2850[label="yv1611",fontsize=16,color="green",shape="box"];2851[label="yv1571",fontsize=16,color="green",shape="box"];2852[label="yv1611",fontsize=16,color="green",shape="box"];2853[label="yv1571",fontsize=16,color="green",shape="box"];2854[label="yv1611",fontsize=16,color="green",shape="box"];2855[label="yv1571",fontsize=16,color="green",shape="box"];2856[label="yv1611",fontsize=16,color="green",shape="box"];2857[label="yv1571",fontsize=16,color="green",shape="box"];2858[label="yv1611",fontsize=16,color="green",shape="box"];2859[label="yv1571",fontsize=16,color="green",shape="box"];2860[label="yv1611",fontsize=16,color="green",shape="box"];2861[label="yv1570",fontsize=16,color="green",shape="box"];2862[label="yv1610",fontsize=16,color="green",shape="box"];2863[label="yv1570",fontsize=16,color="green",shape="box"];2864[label="yv1610",fontsize=16,color="green",shape="box"];2865[label="yv1571",fontsize=16,color="green",shape="box"];2866[label="yv1611",fontsize=16,color="green",shape="box"];2867[label="yv1571",fontsize=16,color="green",shape="box"];2868[label="yv1611",fontsize=16,color="green",shape="box"];2869[label="List.nubNub'0 yv170 yv171 (yv172 : yv173) True",fontsize=16,color="black",shape="box"];2869 -> 2937[label="",style="solid", color="black", weight=3]; 2870 -> 1269[label="",style="dashed", color="red", weight=0]; 2870[label="List.nubNub'1 yv1710 yv1711 (yv172 : yv173) (any . (==))",fontsize=16,color="magenta"];2870 -> 2938[label="",style="dashed", color="magenta", weight=3]; 2870 -> 2939[label="",style="dashed", color="magenta", weight=3]; 2870 -> 2940[label="",style="dashed", color="magenta", weight=3]; 2870 -> 2941[label="",style="dashed", color="magenta", weight=3]; 2871[label="primMulInt (Pos yv15700) yv1611",fontsize=16,color="burlywood",shape="box"];3237[label="yv1611/Pos yv16110",fontsize=10,color="white",style="solid",shape="box"];2871 -> 3237[label="",style="solid", color="burlywood", weight=9]; 3237 -> 2942[label="",style="solid", color="burlywood", weight=3]; 3238[label="yv1611/Neg yv16110",fontsize=10,color="white",style="solid",shape="box"];2871 -> 3238[label="",style="solid", color="burlywood", weight=9]; 3238 -> 2943[label="",style="solid", color="burlywood", weight=3]; 2872[label="primMulInt (Neg yv15700) yv1611",fontsize=16,color="burlywood",shape="box"];3239[label="yv1611/Pos yv16110",fontsize=10,color="white",style="solid",shape="box"];2872 -> 3239[label="",style="solid", color="burlywood", weight=9]; 3239 -> 2944[label="",style="solid", color="burlywood", weight=3]; 3240[label="yv1611/Neg yv16110",fontsize=10,color="white",style="solid",shape="box"];2872 -> 3240[label="",style="solid", color="burlywood", weight=9]; 3240 -> 2945[label="",style="solid", color="burlywood", weight=3]; 2873[label="yv1571",fontsize=16,color="green",shape="box"];2874[label="yv1611",fontsize=16,color="green",shape="box"];2875[label="yv1571",fontsize=16,color="green",shape="box"];2876[label="yv1611",fontsize=16,color="green",shape="box"];2877[label="yv1571",fontsize=16,color="green",shape="box"];2878[label="yv1611",fontsize=16,color="green",shape="box"];2879[label="yv1571",fontsize=16,color="green",shape="box"];2880[label="yv1611",fontsize=16,color="green",shape="box"];2881[label="yv1571",fontsize=16,color="green",shape="box"];2882[label="yv1611",fontsize=16,color="green",shape="box"];2883[label="yv1571",fontsize=16,color="green",shape="box"];2884[label="yv1611",fontsize=16,color="green",shape="box"];2885[label="yv1571",fontsize=16,color="green",shape="box"];2886[label="yv1611",fontsize=16,color="green",shape="box"];2887[label="yv1571",fontsize=16,color="green",shape="box"];2888[label="yv1611",fontsize=16,color="green",shape="box"];2889[label="yv1571",fontsize=16,color="green",shape="box"];2890[label="yv1611",fontsize=16,color="green",shape="box"];2891[label="yv1571",fontsize=16,color="green",shape="box"];2892[label="yv1611",fontsize=16,color="green",shape="box"];2893[label="yv1571",fontsize=16,color="green",shape="box"];2894[label="yv1611",fontsize=16,color="green",shape="box"];2895[label="yv1571",fontsize=16,color="green",shape="box"];2896[label="yv1611",fontsize=16,color="green",shape="box"];2897[label="yv1571",fontsize=16,color="green",shape="box"];2898[label="yv1611",fontsize=16,color="green",shape="box"];2899[label="yv1571",fontsize=16,color="green",shape="box"];2900[label="yv1611",fontsize=16,color="green",shape="box"];2901[label="yv1572",fontsize=16,color="green",shape="box"];2902[label="yv1612",fontsize=16,color="green",shape="box"];2903[label="yv1572",fontsize=16,color="green",shape="box"];2904[label="yv1612",fontsize=16,color="green",shape="box"];2905[label="yv1572",fontsize=16,color="green",shape="box"];2906[label="yv1612",fontsize=16,color="green",shape="box"];2907[label="yv1572",fontsize=16,color="green",shape="box"];2908[label="yv1612",fontsize=16,color="green",shape="box"];2909[label="yv1572",fontsize=16,color="green",shape="box"];2910[label="yv1612",fontsize=16,color="green",shape="box"];2911[label="yv1572",fontsize=16,color="green",shape="box"];2912[label="yv1612",fontsize=16,color="green",shape="box"];2913[label="yv1572",fontsize=16,color="green",shape="box"];2914[label="yv1612",fontsize=16,color="green",shape="box"];2915[label="yv1572",fontsize=16,color="green",shape="box"];2916[label="yv1612",fontsize=16,color="green",shape="box"];2917[label="yv1572",fontsize=16,color="green",shape="box"];2918[label="yv1612",fontsize=16,color="green",shape="box"];2919[label="yv1572",fontsize=16,color="green",shape="box"];2920[label="yv1612",fontsize=16,color="green",shape="box"];2921[label="yv1572",fontsize=16,color="green",shape="box"];2922[label="yv1612",fontsize=16,color="green",shape="box"];2923[label="yv1572",fontsize=16,color="green",shape="box"];2924[label="yv1612",fontsize=16,color="green",shape="box"];2925[label="yv1572",fontsize=16,color="green",shape="box"];2926[label="yv1612",fontsize=16,color="green",shape="box"];2927[label="yv1572",fontsize=16,color="green",shape="box"];2928[label="yv1612",fontsize=16,color="green",shape="box"];2929 -> 2462[label="",style="dashed", color="red", weight=0]; 2929[label="primEqNat yv15700 yv16100",fontsize=16,color="magenta"];2929 -> 2946[label="",style="dashed", color="magenta", weight=3]; 2929 -> 2947[label="",style="dashed", color="magenta", weight=3]; 2930[label="False",fontsize=16,color="green",shape="box"];2931[label="False",fontsize=16,color="green",shape="box"];2932[label="True",fontsize=16,color="green",shape="box"];2933[label="yv16100",fontsize=16,color="green",shape="box"];2934[label="yv15700",fontsize=16,color="green",shape="box"];2935[label="yv16100",fontsize=16,color="green",shape="box"];2936[label="yv15700",fontsize=16,color="green",shape="box"];2937[label="yv170 : List.nubNub' yv171 (yv170 : yv172 : yv173)",fontsize=16,color="green",shape="box"];2937 -> 2948[label="",style="dashed", color="green", weight=3]; 2938[label="yv173",fontsize=16,color="green",shape="box"];2939[label="yv1711",fontsize=16,color="green",shape="box"];2940[label="yv1710",fontsize=16,color="green",shape="box"];2941[label="yv172",fontsize=16,color="green",shape="box"];2942[label="primMulInt (Pos yv15700) (Pos yv16110)",fontsize=16,color="black",shape="box"];2942 -> 2949[label="",style="solid", color="black", weight=3]; 2943[label="primMulInt (Pos yv15700) (Neg yv16110)",fontsize=16,color="black",shape="box"];2943 -> 2950[label="",style="solid", color="black", weight=3]; 2944[label="primMulInt (Neg yv15700) (Pos yv16110)",fontsize=16,color="black",shape="box"];2944 -> 2951[label="",style="solid", color="black", weight=3]; 2945[label="primMulInt (Neg yv15700) (Neg yv16110)",fontsize=16,color="black",shape="box"];2945 -> 2952[label="",style="solid", color="black", weight=3]; 2946[label="yv16100",fontsize=16,color="green",shape="box"];2947[label="yv15700",fontsize=16,color="green",shape="box"];2948 -> 2384[label="",style="dashed", color="red", weight=0]; 2948[label="List.nubNub' yv171 (yv170 : yv172 : yv173)",fontsize=16,color="magenta"];2948 -> 2953[label="",style="dashed", color="magenta", weight=3]; 2948 -> 2954[label="",style="dashed", color="magenta", weight=3]; 2949[label="Pos (primMulNat yv15700 yv16110)",fontsize=16,color="green",shape="box"];2949 -> 2955[label="",style="dashed", color="green", weight=3]; 2950[label="Neg (primMulNat yv15700 yv16110)",fontsize=16,color="green",shape="box"];2950 -> 2956[label="",style="dashed", color="green", weight=3]; 2951[label="Neg (primMulNat yv15700 yv16110)",fontsize=16,color="green",shape="box"];2951 -> 2957[label="",style="dashed", color="green", weight=3]; 2952[label="Pos (primMulNat yv15700 yv16110)",fontsize=16,color="green",shape="box"];2952 -> 2958[label="",style="dashed", color="green", weight=3]; 2953[label="yv172 : yv173",fontsize=16,color="green",shape="box"];2954[label="yv170",fontsize=16,color="green",shape="box"];2955[label="primMulNat yv15700 yv16110",fontsize=16,color="burlywood",shape="triangle"];3241[label="yv15700/Succ yv157000",fontsize=10,color="white",style="solid",shape="box"];2955 -> 3241[label="",style="solid", color="burlywood", weight=9]; 3241 -> 2959[label="",style="solid", color="burlywood", weight=3]; 3242[label="yv15700/Zero",fontsize=10,color="white",style="solid",shape="box"];2955 -> 3242[label="",style="solid", color="burlywood", weight=9]; 3242 -> 2960[label="",style="solid", color="burlywood", weight=3]; 2956 -> 2955[label="",style="dashed", color="red", weight=0]; 2956[label="primMulNat yv15700 yv16110",fontsize=16,color="magenta"];2956 -> 2961[label="",style="dashed", color="magenta", weight=3]; 2957 -> 2955[label="",style="dashed", color="red", weight=0]; 2957[label="primMulNat yv15700 yv16110",fontsize=16,color="magenta"];2957 -> 2962[label="",style="dashed", color="magenta", weight=3]; 2958 -> 2955[label="",style="dashed", color="red", weight=0]; 2958[label="primMulNat yv15700 yv16110",fontsize=16,color="magenta"];2958 -> 2963[label="",style="dashed", color="magenta", weight=3]; 2958 -> 2964[label="",style="dashed", color="magenta", weight=3]; 2959[label="primMulNat (Succ yv157000) yv16110",fontsize=16,color="burlywood",shape="box"];3243[label="yv16110/Succ yv161100",fontsize=10,color="white",style="solid",shape="box"];2959 -> 3243[label="",style="solid", color="burlywood", weight=9]; 3243 -> 2965[label="",style="solid", color="burlywood", weight=3]; 3244[label="yv16110/Zero",fontsize=10,color="white",style="solid",shape="box"];2959 -> 3244[label="",style="solid", color="burlywood", weight=9]; 3244 -> 2966[label="",style="solid", color="burlywood", weight=3]; 2960[label="primMulNat Zero yv16110",fontsize=16,color="burlywood",shape="box"];3245[label="yv16110/Succ yv161100",fontsize=10,color="white",style="solid",shape="box"];2960 -> 3245[label="",style="solid", color="burlywood", weight=9]; 3245 -> 2967[label="",style="solid", color="burlywood", weight=3]; 3246[label="yv16110/Zero",fontsize=10,color="white",style="solid",shape="box"];2960 -> 3246[label="",style="solid", color="burlywood", weight=9]; 3246 -> 2968[label="",style="solid", color="burlywood", weight=3]; 2961[label="yv16110",fontsize=16,color="green",shape="box"];2962[label="yv15700",fontsize=16,color="green",shape="box"];2963[label="yv16110",fontsize=16,color="green",shape="box"];2964[label="yv15700",fontsize=16,color="green",shape="box"];2965[label="primMulNat (Succ yv157000) (Succ yv161100)",fontsize=16,color="black",shape="box"];2965 -> 2969[label="",style="solid", color="black", weight=3]; 2966[label="primMulNat (Succ yv157000) Zero",fontsize=16,color="black",shape="box"];2966 -> 2970[label="",style="solid", color="black", weight=3]; 2967[label="primMulNat Zero (Succ yv161100)",fontsize=16,color="black",shape="box"];2967 -> 2971[label="",style="solid", color="black", weight=3]; 2968[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];2968 -> 2972[label="",style="solid", color="black", weight=3]; 2969 -> 2973[label="",style="dashed", color="red", weight=0]; 2969[label="primPlusNat (primMulNat yv157000 (Succ yv161100)) (Succ yv161100)",fontsize=16,color="magenta"];2969 -> 2974[label="",style="dashed", color="magenta", weight=3]; 2970[label="Zero",fontsize=16,color="green",shape="box"];2971[label="Zero",fontsize=16,color="green",shape="box"];2972[label="Zero",fontsize=16,color="green",shape="box"];2974 -> 2955[label="",style="dashed", color="red", weight=0]; 2974[label="primMulNat yv157000 (Succ yv161100)",fontsize=16,color="magenta"];2974 -> 2975[label="",style="dashed", color="magenta", weight=3]; 2974 -> 2976[label="",style="dashed", color="magenta", weight=3]; 2973[label="primPlusNat yv193 (Succ yv161100)",fontsize=16,color="burlywood",shape="triangle"];3247[label="yv193/Succ yv1930",fontsize=10,color="white",style="solid",shape="box"];2973 -> 3247[label="",style="solid", color="burlywood", weight=9]; 3247 -> 2977[label="",style="solid", color="burlywood", weight=3]; 3248[label="yv193/Zero",fontsize=10,color="white",style="solid",shape="box"];2973 -> 3248[label="",style="solid", color="burlywood", weight=9]; 3248 -> 2978[label="",style="solid", color="burlywood", weight=3]; 2975[label="Succ yv161100",fontsize=16,color="green",shape="box"];2976[label="yv157000",fontsize=16,color="green",shape="box"];2977[label="primPlusNat (Succ yv1930) (Succ yv161100)",fontsize=16,color="black",shape="box"];2977 -> 2979[label="",style="solid", color="black", weight=3]; 2978[label="primPlusNat Zero (Succ yv161100)",fontsize=16,color="black",shape="box"];2978 -> 2980[label="",style="solid", color="black", weight=3]; 2979[label="Succ (Succ (primPlusNat yv1930 yv161100))",fontsize=16,color="green",shape="box"];2979 -> 2981[label="",style="dashed", color="green", weight=3]; 2980[label="Succ yv161100",fontsize=16,color="green",shape="box"];2981[label="primPlusNat yv1930 yv161100",fontsize=16,color="burlywood",shape="triangle"];3249[label="yv1930/Succ yv19300",fontsize=10,color="white",style="solid",shape="box"];2981 -> 3249[label="",style="solid", color="burlywood", weight=9]; 3249 -> 2982[label="",style="solid", color="burlywood", weight=3]; 3250[label="yv1930/Zero",fontsize=10,color="white",style="solid",shape="box"];2981 -> 3250[label="",style="solid", color="burlywood", weight=9]; 3250 -> 2983[label="",style="solid", color="burlywood", weight=3]; 2982[label="primPlusNat (Succ yv19300) yv161100",fontsize=16,color="burlywood",shape="box"];3251[label="yv161100/Succ yv1611000",fontsize=10,color="white",style="solid",shape="box"];2982 -> 3251[label="",style="solid", color="burlywood", weight=9]; 3251 -> 2984[label="",style="solid", color="burlywood", weight=3]; 3252[label="yv161100/Zero",fontsize=10,color="white",style="solid",shape="box"];2982 -> 3252[label="",style="solid", color="burlywood", weight=9]; 3252 -> 2985[label="",style="solid", color="burlywood", weight=3]; 2983[label="primPlusNat Zero yv161100",fontsize=16,color="burlywood",shape="box"];3253[label="yv161100/Succ yv1611000",fontsize=10,color="white",style="solid",shape="box"];2983 -> 3253[label="",style="solid", color="burlywood", weight=9]; 3253 -> 2986[label="",style="solid", color="burlywood", weight=3]; 3254[label="yv161100/Zero",fontsize=10,color="white",style="solid",shape="box"];2983 -> 3254[label="",style="solid", color="burlywood", weight=9]; 3254 -> 2987[label="",style="solid", color="burlywood", weight=3]; 2984[label="primPlusNat (Succ yv19300) (Succ yv1611000)",fontsize=16,color="black",shape="box"];2984 -> 2988[label="",style="solid", color="black", weight=3]; 2985[label="primPlusNat (Succ yv19300) Zero",fontsize=16,color="black",shape="box"];2985 -> 2989[label="",style="solid", color="black", weight=3]; 2986[label="primPlusNat Zero (Succ yv1611000)",fontsize=16,color="black",shape="box"];2986 -> 2990[label="",style="solid", color="black", weight=3]; 2987[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];2987 -> 2991[label="",style="solid", color="black", weight=3]; 2988[label="Succ (Succ (primPlusNat yv19300 yv1611000))",fontsize=16,color="green",shape="box"];2988 -> 2992[label="",style="dashed", color="green", weight=3]; 2989[label="Succ yv19300",fontsize=16,color="green",shape="box"];2990[label="Succ yv1611000",fontsize=16,color="green",shape="box"];2991[label="Zero",fontsize=16,color="green",shape="box"];2992 -> 2981[label="",style="dashed", color="red", weight=0]; 2992[label="primPlusNat yv19300 yv1611000",fontsize=16,color="magenta"];2992 -> 2993[label="",style="dashed", color="magenta", weight=3]; 2992 -> 2994[label="",style="dashed", color="magenta", weight=3]; 2993[label="yv1611000",fontsize=16,color="green",shape="box"];2994[label="yv19300",fontsize=16,color="green",shape="box"];} ---------------------------------------- (8) Complex Obligation (AND) ---------------------------------------- (9) Obligation: Q DP problem: The TRS P consists of the following rules: new_nubNub'(:(yv1710, yv1711), yv172, yv173, bb) -> new_nubNub'11(yv1710, yv1711, yv172, yv173, bb) new_nubNub'10(yv170, yv171, yv172, yv173, False, [], bb) -> new_nubNub'(yv171, yv170, :(yv172, yv173), bb) new_nubNub'1(yv157, yv158, yv159, yv160, yv161, yv162, ba) -> new_nubNub'10(yv157, yv158, yv159, yv160, new_esEs4(yv157, yv161, ba), yv162, ba) new_nubNub'10(yv170, :(yv1710, yv1711), yv172, yv173, True, yv175, bb) -> new_nubNub'11(yv1710, yv1711, yv172, yv173, bb) new_nubNub'10(yv170, yv171, yv172, yv173, False, :(yv1750, yv1751), bb) -> new_nubNub'1(yv170, yv171, yv172, yv173, yv1750, yv1751, bb) new_nubNub'11(yv59, yv60, yv61, yv62, bc) -> new_nubNub'1(yv59, yv60, yv61, yv62, yv61, yv62, bc) The TRS R consists of the following rules: new_esEs26(yv1570, yv1610, ty_Float) -> new_esEs9(yv1570, yv1610) new_esEs23(yv1572, yv1612, ty_Double) -> new_esEs12(yv1572, yv1612) new_primEqInt(Pos(Zero), Pos(Zero)) -> True new_esEs11(Left(yv1570), Left(yv1610), ty_Float, ed) -> new_esEs9(yv1570, yv1610) new_esEs11(Right(yv1570), Right(yv1610), ec, ty_@0) -> new_esEs10(yv1570, yv1610) new_esEs4(yv157, yv161, app(ty_Maybe, eh)) -> new_esEs17(yv157, yv161, eh) new_esEs11(Right(yv1570), Right(yv1610), ec, ty_Char) -> new_esEs14(yv1570, yv1610) new_esEs11(Right(yv1570), Right(yv1610), ec, app(app(app(ty_@3, bcf), bcg), bch)) -> new_esEs13(yv1570, yv1610, bcf, bcg, bch) new_esEs23(yv1572, yv1612, app(app(ty_@2, bag), bah)) -> new_esEs6(yv1572, yv1612, bag, bah) new_esEs11(Right(yv1570), Right(yv1610), ec, app(app(ty_Either, bcd), bce)) -> new_esEs11(yv1570, yv1610, bcd, bce) new_esEs4(yv157, yv161, ty_Integer) -> new_esEs5(yv157, yv161) new_esEs15(LT, LT) -> True new_esEs18(True, True) -> True new_esEs8(yv1571, yv1611, ty_Int) -> new_esEs16(yv1571, yv1611) new_esEs17(Just(yv1570), Just(yv1610), app(app(ty_@2, bfg), bfh)) -> new_esEs6(yv1570, yv1610, bfg, bfh) new_esEs23(yv1572, yv1612, ty_Integer) -> new_esEs5(yv1572, yv1612) new_esEs22(yv1571, yv1611, app(app(ty_Either, gf), gg)) -> new_esEs11(yv1571, yv1611, gf, gg) new_esEs4(yv157, yv161, app(app(ty_@2, bd), be)) -> new_esEs6(yv157, yv161, bd, be) new_esEs19(:(yv1570, yv1571), [], fa) -> False new_esEs19([], :(yv1610, yv1611), fa) -> False new_esEs21(yv1570, yv1610, app(ty_Ratio, ge)) -> new_esEs20(yv1570, yv1610, ge) new_esEs21(yv1570, yv1610, app(app(ty_@2, gc), gd)) -> new_esEs6(yv1570, yv1610, gc, gd) new_esEs17(Just(yv1570), Just(yv1610), ty_Integer) -> new_esEs5(yv1570, yv1610) new_esEs7(yv1570, yv1610, ty_Float) -> new_esEs9(yv1570, yv1610) new_esEs19(:(yv1570, yv1571), :(yv1610, yv1611), fa) -> new_asAs(new_esEs26(yv1570, yv1610, fa), new_esEs19(yv1571, yv1611, fa)) new_esEs14(Char(yv1570), Char(yv1610)) -> new_primEqNat0(yv1570, yv1610) new_esEs11(Left(yv1570), Left(yv1610), ty_@0, ed) -> new_esEs10(yv1570, yv1610) new_esEs11(Left(yv1570), Left(yv1610), app(app(ty_@2, bca), bcb), ed) -> new_esEs6(yv1570, yv1610, bca, bcb) new_esEs21(yv1570, yv1610, ty_Double) -> new_esEs12(yv1570, yv1610) new_esEs26(yv1570, yv1610, ty_@0) -> new_esEs10(yv1570, yv1610) new_esEs8(yv1571, yv1611, ty_Bool) -> new_esEs18(yv1571, yv1611) new_esEs4(yv157, yv161, ty_Double) -> new_esEs12(yv157, yv161) new_esEs11(Left(yv1570), Left(yv1610), ty_Char, ed) -> new_esEs14(yv1570, yv1610) new_asAs(True, yv192) -> yv192 new_esEs4(yv157, yv161, ty_Bool) -> new_esEs18(yv157, yv161) new_esEs7(yv1570, yv1610, ty_Ordering) -> new_esEs15(yv1570, yv1610) new_esEs21(yv1570, yv1610, ty_@0) -> new_esEs10(yv1570, yv1610) new_esEs26(yv1570, yv1610, app(app(ty_Either, bdf), bdg)) -> new_esEs11(yv1570, yv1610, bdf, bdg) new_esEs26(yv1570, yv1610, ty_Ordering) -> new_esEs15(yv1570, yv1610) new_esEs26(yv1570, yv1610, ty_Char) -> new_esEs14(yv1570, yv1610) new_esEs21(yv1570, yv1610, ty_Integer) -> new_esEs5(yv1570, yv1610) new_esEs11(Left(yv1570), Left(yv1610), ty_Ordering, ed) -> new_esEs15(yv1570, yv1610) new_primEqInt(Pos(Succ(yv15700)), Pos(Zero)) -> False new_primEqInt(Pos(Zero), Pos(Succ(yv16100))) -> False new_esEs23(yv1572, yv1612, app(ty_Ratio, bba)) -> new_esEs20(yv1572, yv1612, bba) new_esEs8(yv1571, yv1611, ty_Integer) -> new_esEs5(yv1571, yv1611) new_esEs7(yv1570, yv1610, ty_Char) -> new_esEs14(yv1570, yv1610) new_esEs23(yv1572, yv1612, app(ty_Maybe, bae)) -> new_esEs17(yv1572, yv1612, bae) new_esEs23(yv1572, yv1612, ty_Bool) -> new_esEs18(yv1572, yv1612) new_esEs18(False, False) -> True new_primEqNat0(Succ(yv15700), Succ(yv16100)) -> new_primEqNat0(yv15700, yv16100) new_esEs4(yv157, yv161, app(app(app(ty_@3, ee), ef), eg)) -> new_esEs13(yv157, yv161, ee, ef, eg) new_esEs26(yv1570, yv1610, app(ty_[], bed)) -> new_esEs19(yv1570, yv1610, bed) new_esEs17(Nothing, Nothing, eh) -> True new_esEs6(@2(yv1570, yv1571), @2(yv1610, yv1611), bd, be) -> new_asAs(new_esEs7(yv1570, yv1610, bd), new_esEs8(yv1571, yv1611, be)) new_esEs22(yv1571, yv1611, ty_Float) -> new_esEs9(yv1571, yv1611) new_esEs17(Nothing, Just(yv1610), eh) -> False new_esEs17(Just(yv1570), Nothing, eh) -> False new_esEs13(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), ee, ef, eg) -> new_asAs(new_esEs21(yv1570, yv1610, ee), new_asAs(new_esEs22(yv1571, yv1611, ef), new_esEs23(yv1572, yv1612, eg))) new_esEs11(Right(yv1570), Right(yv1610), ec, ty_Double) -> new_esEs12(yv1570, yv1610) new_esEs21(yv1570, yv1610, ty_Float) -> new_esEs9(yv1570, yv1610) new_primMulNat0(Zero, Zero) -> Zero new_esEs4(yv157, yv161, ty_Int) -> new_esEs16(yv157, yv161) new_esEs11(Left(yv1570), Right(yv1610), ec, ed) -> False new_esEs11(Right(yv1570), Left(yv1610), ec, ed) -> False new_esEs23(yv1572, yv1612, ty_@0) -> new_esEs10(yv1572, yv1612) new_esEs8(yv1571, yv1611, app(ty_[], dg)) -> new_esEs19(yv1571, yv1611, dg) new_esEs22(yv1571, yv1611, ty_Bool) -> new_esEs18(yv1571, yv1611) new_esEs21(yv1570, yv1610, ty_Bool) -> new_esEs18(yv1570, yv1610) new_esEs23(yv1572, yv1612, ty_Char) -> new_esEs14(yv1572, yv1612) new_esEs23(yv1572, yv1612, app(app(app(ty_@3, bab), bac), bad)) -> new_esEs13(yv1572, yv1612, bab, bac, bad) new_esEs17(Just(yv1570), Just(yv1610), ty_Int) -> new_esEs16(yv1570, yv1610) new_esEs8(yv1571, yv1611, app(app(ty_@2, dh), ea)) -> new_esEs6(yv1571, yv1611, dh, ea) new_esEs17(Just(yv1570), Just(yv1610), ty_@0) -> new_esEs10(yv1570, yv1610) new_esEs7(yv1570, yv1610, ty_Double) -> new_esEs12(yv1570, yv1610) new_esEs9(Float(yv1570, yv1571), Float(yv1610, yv1611)) -> new_esEs16(new_sr(yv1570, yv1611), new_sr(yv1571, yv1610)) new_esEs15(LT, EQ) -> False new_esEs15(EQ, LT) -> False new_esEs20(:%(yv1570, yv1571), :%(yv1610, yv1611), fb) -> new_asAs(new_esEs24(yv1570, yv1610, fb), new_esEs25(yv1571, yv1611, fb)) new_primEqNat0(Succ(yv15700), Zero) -> False new_primEqNat0(Zero, Succ(yv16100)) -> False new_esEs11(Right(yv1570), Right(yv1610), ec, ty_Ordering) -> new_esEs15(yv1570, yv1610) new_esEs22(yv1571, yv1611, ty_@0) -> new_esEs10(yv1571, yv1611) new_esEs8(yv1571, yv1611, app(ty_Maybe, df)) -> new_esEs17(yv1571, yv1611, df) new_esEs7(yv1570, yv1610, app(ty_Ratio, cg)) -> new_esEs20(yv1570, yv1610, cg) new_esEs11(Left(yv1570), Left(yv1610), app(ty_[], bbh), ed) -> new_esEs19(yv1570, yv1610, bbh) new_esEs22(yv1571, yv1611, ty_Int) -> new_esEs16(yv1571, yv1611) new_esEs7(yv1570, yv1610, ty_Integer) -> new_esEs5(yv1570, yv1610) new_primEqInt(Neg(Succ(yv15700)), Neg(Zero)) -> False new_primEqInt(Neg(Zero), Neg(Succ(yv16100))) -> False new_esEs11(Right(yv1570), Right(yv1610), ec, app(ty_[], bdb)) -> new_esEs19(yv1570, yv1610, bdb) new_esEs21(yv1570, yv1610, app(ty_Maybe, ga)) -> new_esEs17(yv1570, yv1610, ga) new_primEqInt(Pos(Succ(yv15700)), Pos(Succ(yv16100))) -> new_primEqNat0(yv15700, yv16100) new_sr(Pos(yv15700), Neg(yv16110)) -> Neg(new_primMulNat0(yv15700, yv16110)) new_sr(Neg(yv15700), Pos(yv16110)) -> Neg(new_primMulNat0(yv15700, yv16110)) new_esEs4(yv157, yv161, ty_@0) -> new_esEs10(yv157, yv161) new_esEs22(yv1571, yv1611, app(ty_[], hd)) -> new_esEs19(yv1571, yv1611, hd) new_esEs4(yv157, yv161, app(ty_[], fa)) -> new_esEs19(yv157, yv161, fa) new_esEs25(yv1571, yv1611, ty_Integer) -> new_esEs5(yv1571, yv1611) new_esEs11(Left(yv1570), Left(yv1610), app(app(ty_Either, bbb), bbc), ed) -> new_esEs11(yv1570, yv1610, bbb, bbc) new_primPlusNat1(Succ(yv19300), Succ(yv1611000)) -> Succ(Succ(new_primPlusNat1(yv19300, yv1611000))) new_primEqInt(Pos(Succ(yv15700)), Neg(yv1610)) -> False new_primEqInt(Neg(Succ(yv15700)), Pos(yv1610)) -> False new_esEs17(Just(yv1570), Just(yv1610), app(ty_Maybe, bfe)) -> new_esEs17(yv1570, yv1610, bfe) new_esEs17(Just(yv1570), Just(yv1610), ty_Bool) -> new_esEs18(yv1570, yv1610) new_esEs8(yv1571, yv1611, ty_Float) -> new_esEs9(yv1571, yv1611) new_esEs4(yv157, yv161, app(app(ty_Either, ec), ed)) -> new_esEs11(yv157, yv161, ec, ed) new_esEs23(yv1572, yv1612, app(app(ty_Either, hh), baa)) -> new_esEs11(yv1572, yv1612, hh, baa) new_esEs8(yv1571, yv1611, ty_@0) -> new_esEs10(yv1571, yv1611) new_esEs8(yv1571, yv1611, ty_Char) -> new_esEs14(yv1571, yv1611) new_esEs22(yv1571, yv1611, app(ty_Ratio, hg)) -> new_esEs20(yv1571, yv1611, hg) new_esEs26(yv1570, yv1610, ty_Bool) -> new_esEs18(yv1570, yv1610) new_esEs17(Just(yv1570), Just(yv1610), app(app(ty_Either, beh), bfa)) -> new_esEs11(yv1570, yv1610, beh, bfa) new_esEs22(yv1571, yv1611, app(app(ty_@2, he), hf)) -> new_esEs6(yv1571, yv1611, he, hf) new_esEs23(yv1572, yv1612, app(ty_[], baf)) -> new_esEs19(yv1572, yv1612, baf) new_esEs11(Right(yv1570), Right(yv1610), ec, app(app(ty_@2, bdc), bdd)) -> new_esEs6(yv1570, yv1610, bdc, bdd) new_esEs24(yv1570, yv1610, ty_Integer) -> new_esEs5(yv1570, yv1610) new_esEs7(yv1570, yv1610, app(app(app(ty_@3, bh), ca), cb)) -> new_esEs13(yv1570, yv1610, bh, ca, cb) new_esEs4(yv157, yv161, ty_Ordering) -> new_esEs15(yv157, yv161) new_esEs19([], [], fa) -> True new_esEs15(EQ, EQ) -> True new_esEs11(Left(yv1570), Left(yv1610), ty_Bool, ed) -> new_esEs18(yv1570, yv1610) new_esEs11(Left(yv1570), Left(yv1610), app(app(app(ty_@3, bbd), bbe), bbf), ed) -> new_esEs13(yv1570, yv1610, bbd, bbe, bbf) new_esEs7(yv1570, yv1610, ty_Bool) -> new_esEs18(yv1570, yv1610) new_esEs22(yv1571, yv1611, ty_Double) -> new_esEs12(yv1571, yv1611) new_esEs15(GT, GT) -> True new_sr(Neg(yv15700), Neg(yv16110)) -> Pos(new_primMulNat0(yv15700, yv16110)) new_esEs15(EQ, GT) -> False new_esEs15(GT, EQ) -> False new_esEs11(Right(yv1570), Right(yv1610), ec, ty_Int) -> new_esEs16(yv1570, yv1610) new_esEs11(Right(yv1570), Right(yv1610), ec, ty_Bool) -> new_esEs18(yv1570, yv1610) new_esEs11(Right(yv1570), Right(yv1610), ec, app(ty_Ratio, bde)) -> new_esEs20(yv1570, yv1610, bde) new_primEqInt(Pos(Zero), Neg(Succ(yv16100))) -> False new_primEqInt(Neg(Zero), Pos(Succ(yv16100))) -> False new_esEs17(Just(yv1570), Just(yv1610), app(ty_[], bff)) -> new_esEs19(yv1570, yv1610, bff) new_esEs18(False, True) -> False new_esEs18(True, False) -> False new_esEs22(yv1571, yv1611, app(ty_Maybe, hc)) -> new_esEs17(yv1571, yv1611, hc) new_esEs7(yv1570, yv1610, ty_Int) -> new_esEs16(yv1570, yv1610) new_esEs5(Integer(yv1570), Integer(yv1610)) -> new_primEqInt(yv1570, yv1610) new_esEs4(yv157, yv161, ty_Float) -> new_esEs9(yv157, yv161) new_esEs10(@0, @0) -> True new_esEs7(yv1570, yv1610, app(ty_Maybe, cc)) -> new_esEs17(yv1570, yv1610, cc) new_esEs17(Just(yv1570), Just(yv1610), ty_Float) -> new_esEs9(yv1570, yv1610) new_esEs26(yv1570, yv1610, app(ty_Maybe, bec)) -> new_esEs17(yv1570, yv1610, bec) new_primEqInt(Neg(Succ(yv15700)), Neg(Succ(yv16100))) -> new_primEqNat0(yv15700, yv16100) new_esEs26(yv1570, yv1610, ty_Integer) -> new_esEs5(yv1570, yv1610) new_esEs21(yv1570, yv1610, ty_Int) -> new_esEs16(yv1570, yv1610) new_esEs11(Left(yv1570), Left(yv1610), ty_Integer, ed) -> new_esEs5(yv1570, yv1610) new_esEs11(Left(yv1570), Left(yv1610), app(ty_Ratio, bcc), ed) -> new_esEs20(yv1570, yv1610, bcc) new_esEs21(yv1570, yv1610, app(ty_[], gb)) -> new_esEs19(yv1570, yv1610, gb) new_primPlusNat0(Succ(yv1930), yv161100) -> Succ(Succ(new_primPlusNat1(yv1930, yv161100))) new_esEs26(yv1570, yv1610, ty_Double) -> new_esEs12(yv1570, yv1610) new_esEs11(Right(yv1570), Right(yv1610), ec, app(ty_Maybe, bda)) -> new_esEs17(yv1570, yv1610, bda) new_esEs23(yv1572, yv1612, ty_Ordering) -> new_esEs15(yv1572, yv1612) new_esEs23(yv1572, yv1612, ty_Int) -> new_esEs16(yv1572, yv1612) new_esEs26(yv1570, yv1610, app(app(ty_@2, bee), bef)) -> new_esEs6(yv1570, yv1610, bee, bef) new_primPlusNat1(Zero, Zero) -> Zero new_primMulNat0(Succ(yv157000), Zero) -> Zero new_primMulNat0(Zero, Succ(yv161100)) -> Zero new_esEs11(Right(yv1570), Right(yv1610), ec, ty_Integer) -> new_esEs5(yv1570, yv1610) new_sr(Pos(yv15700), Pos(yv16110)) -> Pos(new_primMulNat0(yv15700, yv16110)) new_primPlusNat0(Zero, yv161100) -> Succ(yv161100) new_esEs11(Left(yv1570), Left(yv1610), ty_Int, ed) -> new_esEs16(yv1570, yv1610) new_esEs11(Left(yv1570), Left(yv1610), ty_Double, ed) -> new_esEs12(yv1570, yv1610) new_esEs26(yv1570, yv1610, app(ty_Ratio, beg)) -> new_esEs20(yv1570, yv1610, beg) new_esEs11(Left(yv1570), Left(yv1610), app(ty_Maybe, bbg), ed) -> new_esEs17(yv1570, yv1610, bbg) new_esEs21(yv1570, yv1610, app(app(ty_Either, fc), fd)) -> new_esEs11(yv1570, yv1610, fc, fd) new_esEs26(yv1570, yv1610, ty_Int) -> new_esEs16(yv1570, yv1610) new_esEs24(yv1570, yv1610, ty_Int) -> new_esEs16(yv1570, yv1610) new_esEs15(LT, GT) -> False new_esEs15(GT, LT) -> False new_esEs8(yv1571, yv1611, app(app(ty_Either, da), db)) -> new_esEs11(yv1571, yv1611, da, db) new_esEs16(yv157, yv161) -> new_primEqInt(yv157, yv161) new_esEs17(Just(yv1570), Just(yv1610), ty_Char) -> new_esEs14(yv1570, yv1610) new_primEqInt(Neg(Zero), Neg(Zero)) -> True new_esEs12(Double(yv1570, yv1571), Double(yv1610, yv1611)) -> new_esEs16(new_sr(yv1570, yv1611), new_sr(yv1571, yv1610)) new_esEs22(yv1571, yv1611, app(app(app(ty_@3, gh), ha), hb)) -> new_esEs13(yv1571, yv1611, gh, ha, hb) new_primMulNat0(Succ(yv157000), Succ(yv161100)) -> new_primPlusNat0(new_primMulNat0(yv157000, Succ(yv161100)), yv161100) new_esEs8(yv1571, yv1611, app(ty_Ratio, eb)) -> new_esEs20(yv1571, yv1611, eb) new_esEs8(yv1571, yv1611, ty_Ordering) -> new_esEs15(yv1571, yv1611) new_primPlusNat1(Succ(yv19300), Zero) -> Succ(yv19300) new_primPlusNat1(Zero, Succ(yv1611000)) -> Succ(yv1611000) new_esEs25(yv1571, yv1611, ty_Int) -> new_esEs16(yv1571, yv1611) new_esEs21(yv1570, yv1610, ty_Ordering) -> new_esEs15(yv1570, yv1610) new_esEs7(yv1570, yv1610, app(ty_[], cd)) -> new_esEs19(yv1570, yv1610, cd) new_esEs17(Just(yv1570), Just(yv1610), app(app(app(ty_@3, bfb), bfc), bfd)) -> new_esEs13(yv1570, yv1610, bfb, bfc, bfd) new_esEs22(yv1571, yv1611, ty_Char) -> new_esEs14(yv1571, yv1611) new_esEs4(yv157, yv161, ty_Char) -> new_esEs14(yv157, yv161) new_primEqInt(Pos(Zero), Neg(Zero)) -> True new_primEqInt(Neg(Zero), Pos(Zero)) -> True new_esEs7(yv1570, yv1610, app(app(ty_@2, ce), cf)) -> new_esEs6(yv1570, yv1610, ce, cf) new_esEs8(yv1571, yv1611, ty_Double) -> new_esEs12(yv1571, yv1611) new_esEs22(yv1571, yv1611, ty_Ordering) -> new_esEs15(yv1571, yv1611) new_esEs22(yv1571, yv1611, ty_Integer) -> new_esEs5(yv1571, yv1611) new_primEqNat0(Zero, Zero) -> True new_esEs21(yv1570, yv1610, ty_Char) -> new_esEs14(yv1570, yv1610) new_esEs23(yv1572, yv1612, ty_Float) -> new_esEs9(yv1572, yv1612) new_esEs4(yv157, yv161, app(ty_Ratio, fb)) -> new_esEs20(yv157, yv161, fb) new_asAs(False, yv192) -> False new_esEs17(Just(yv1570), Just(yv1610), app(ty_Ratio, bga)) -> new_esEs20(yv1570, yv1610, bga) new_esEs7(yv1570, yv1610, app(app(ty_Either, bf), bg)) -> new_esEs11(yv1570, yv1610, bf, bg) new_esEs11(Right(yv1570), Right(yv1610), ec, ty_Float) -> new_esEs9(yv1570, yv1610) new_esEs21(yv1570, yv1610, app(app(app(ty_@3, ff), fg), fh)) -> new_esEs13(yv1570, yv1610, ff, fg, fh) new_esEs17(Just(yv1570), Just(yv1610), ty_Ordering) -> new_esEs15(yv1570, yv1610) new_esEs26(yv1570, yv1610, app(app(app(ty_@3, bdh), bea), beb)) -> new_esEs13(yv1570, yv1610, bdh, bea, beb) new_esEs8(yv1571, yv1611, app(app(app(ty_@3, dc), dd), de)) -> new_esEs13(yv1571, yv1611, dc, dd, de) new_esEs7(yv1570, yv1610, ty_@0) -> new_esEs10(yv1570, yv1610) new_esEs17(Just(yv1570), Just(yv1610), ty_Double) -> new_esEs12(yv1570, yv1610) The set Q consists of the following terms: new_esEs26(x0, x1, ty_Int) new_esEs21(x0, x1, ty_Char) new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs23(x0, x1, ty_Bool) new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs26(x0, x1, app(ty_[], x2)) new_esEs24(x0, x1, ty_Int) new_esEs11(Left(x0), Left(x1), ty_Integer, x2) new_esEs19(:(x0, x1), :(x2, x3), x4) new_esEs4(x0, x1, ty_Ordering) new_esEs7(x0, x1, ty_Float) new_primMulNat0(Zero, Zero) new_esEs22(x0, x1, ty_@0) new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) new_esEs11(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) new_primPlusNat1(Zero, Zero) new_esEs7(x0, x1, ty_Double) new_primPlusNat1(Succ(x0), Succ(x1)) new_esEs17(Just(x0), Just(x1), ty_@0) new_esEs23(x0, x1, ty_@0) new_esEs15(EQ, EQ) new_esEs4(x0, x1, ty_Int) new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs8(x0, x1, ty_Double) new_esEs4(x0, x1, app(ty_Ratio, x2)) new_esEs11(Right(x0), Right(x1), x2, ty_@0) new_esEs18(True, True) new_esEs4(x0, x1, ty_Double) new_primEqInt(Pos(Zero), Pos(Zero)) new_esEs23(x0, x1, ty_Integer) new_primPlusNat1(Zero, Succ(x0)) new_esEs21(x0, x1, ty_Int) new_asAs(True, x0) new_esEs17(Nothing, Nothing, x0) new_esEs17(Just(x0), Just(x1), app(ty_Maybe, x2)) new_esEs26(x0, x1, ty_Char) new_primEqInt(Neg(Succ(x0)), Neg(Zero)) new_esEs4(x0, x1, ty_Char) new_esEs26(x0, x1, ty_Double) new_esEs26(x0, x1, app(ty_Ratio, x2)) new_primEqNat0(Succ(x0), Zero) new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) new_esEs11(Left(x0), Left(x1), ty_Bool, x2) new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) new_esEs17(Just(x0), Just(x1), ty_Char) new_primEqInt(Neg(Zero), Neg(Zero)) new_esEs15(EQ, GT) new_esEs15(GT, EQ) new_primEqNat0(Zero, Succ(x0)) new_esEs15(LT, LT) new_esEs11(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) new_esEs4(x0, x1, app(ty_Maybe, x2)) new_primPlusNat1(Succ(x0), Zero) new_esEs7(x0, x1, ty_Char) new_esEs11(Right(x0), Right(x1), x2, ty_Int) new_esEs21(x0, x1, app(ty_Maybe, x2)) new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) new_esEs21(x0, x1, ty_Double) new_esEs21(x0, x1, ty_@0) new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) new_esEs6(@2(x0, x1), @2(x2, x3), x4, x5) new_esEs19([], [], x0) new_esEs17(Just(x0), Just(x1), ty_Integer) new_asAs(False, x0) new_esEs5(Integer(x0), Integer(x1)) new_esEs17(Just(x0), Just(x1), ty_Bool) new_esEs26(x0, x1, app(ty_Maybe, x2)) new_esEs18(False, False) new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) new_primEqInt(Pos(Zero), Neg(Zero)) new_primEqInt(Neg(Zero), Pos(Zero)) new_esEs21(x0, x1, app(ty_[], x2)) new_esEs11(Left(x0), Right(x1), x2, x3) new_esEs11(Right(x0), Left(x1), x2, x3) new_esEs4(x0, x1, ty_@0) new_esEs11(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) new_esEs11(Right(x0), Right(x1), x2, ty_Bool) new_esEs23(x0, x1, ty_Char) new_esEs26(x0, x1, ty_@0) new_esEs17(Nothing, Just(x0), x1) new_esEs23(x0, x1, ty_Double) new_primPlusNat0(Zero, x0) new_esEs19([], :(x0, x1), x2) new_esEs7(x0, x1, ty_Int) new_esEs23(x0, x1, app(ty_Maybe, x2)) new_esEs11(Left(x0), Left(x1), app(ty_Ratio, x2), x3) new_esEs4(x0, x1, ty_Float) new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) new_esEs11(Right(x0), Right(x1), x2, app(ty_[], x3)) new_esEs8(x0, x1, app(ty_Ratio, x2)) new_esEs11(Left(x0), Left(x1), ty_Ordering, x2) new_esEs21(x0, x1, ty_Bool) new_esEs8(x0, x1, ty_Ordering) new_esEs11(Right(x0), Right(x1), x2, ty_Char) new_esEs26(x0, x1, ty_Float) new_esEs11(Right(x0), Right(x1), x2, ty_Double) new_sr(Neg(x0), Neg(x1)) new_esEs17(Just(x0), Just(x1), app(ty_Ratio, x2)) new_primEqInt(Neg(Zero), Neg(Succ(x0))) new_esEs17(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) new_esEs23(x0, x1, ty_Ordering) new_esEs7(x0, x1, ty_@0) new_esEs24(x0, x1, ty_Integer) new_primMulNat0(Succ(x0), Succ(x1)) new_esEs11(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) new_esEs16(x0, x1) new_esEs4(x0, x1, app(ty_[], x2)) new_esEs11(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) new_esEs15(LT, GT) new_esEs15(GT, LT) new_esEs22(x0, x1, app(ty_[], x2)) new_esEs7(x0, x1, ty_Bool) new_sr(Pos(x0), Pos(x1)) new_esEs8(x0, x1, ty_Integer) new_primEqInt(Pos(Succ(x0)), Neg(x1)) new_primEqInt(Neg(Succ(x0)), Pos(x1)) new_primEqInt(Pos(Zero), Pos(Succ(x0))) new_esEs23(x0, x1, ty_Int) new_primEqInt(Pos(Zero), Neg(Succ(x0))) new_primEqInt(Neg(Zero), Pos(Succ(x0))) new_esEs11(Left(x0), Left(x1), ty_Char, x2) new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) new_esEs7(x0, x1, app(ty_Ratio, x2)) new_esEs26(x0, x1, ty_Bool) new_esEs18(False, True) new_esEs18(True, False) new_esEs22(x0, x1, ty_Ordering) new_esEs17(Just(x0), Just(x1), ty_Double) new_esEs8(x0, x1, app(ty_[], x2)) new_esEs15(GT, GT) new_primMulNat0(Zero, Succ(x0)) new_esEs20(:%(x0, x1), :%(x2, x3), x4) new_esEs22(x0, x1, app(ty_Maybe, x2)) new_esEs17(Just(x0), Just(x1), ty_Ordering) new_esEs14(Char(x0), Char(x1)) new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs15(LT, EQ) new_esEs15(EQ, LT) new_esEs8(x0, x1, ty_Bool) new_sr(Pos(x0), Neg(x1)) new_sr(Neg(x0), Pos(x1)) new_esEs17(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) new_esEs11(Right(x0), Right(x1), x2, ty_Float) new_primEqNat0(Succ(x0), Succ(x1)) new_esEs21(x0, x1, app(ty_Ratio, x2)) new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) new_esEs23(x0, x1, ty_Float) new_esEs25(x0, x1, ty_Integer) new_esEs4(x0, x1, ty_Bool) new_esEs22(x0, x1, ty_Float) new_esEs11(Left(x0), Left(x1), app(ty_[], x2), x3) new_esEs23(x0, x1, app(ty_[], x2)) new_esEs11(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) new_esEs21(x0, x1, ty_Integer) new_esEs22(x0, x1, ty_Integer) new_esEs17(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) new_esEs13(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) new_esEs11(Left(x0), Left(x1), app(ty_Maybe, x2), x3) new_esEs11(Left(x0), Left(x1), ty_@0, x2) new_primEqNat0(Zero, Zero) new_esEs17(Just(x0), Just(x1), ty_Int) new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs21(x0, x1, ty_Float) new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs17(Just(x0), Nothing, x1) new_esEs21(x0, x1, ty_Ordering) new_esEs9(Float(x0, x1), Float(x2, x3)) new_esEs11(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) new_esEs11(Right(x0), Right(x1), x2, ty_Integer) new_esEs11(Left(x0), Left(x1), ty_Float, x2) new_esEs11(Right(x0), Right(x1), x2, ty_Ordering) new_esEs25(x0, x1, ty_Int) new_esEs11(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) new_esEs7(x0, x1, app(ty_Maybe, x2)) new_esEs11(Left(x0), Left(x1), ty_Double, x2) new_esEs7(x0, x1, ty_Integer) new_primPlusNat0(Succ(x0), x1) new_esEs22(x0, x1, ty_Int) new_esEs19(:(x0, x1), [], x2) new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) new_esEs8(x0, x1, ty_@0) new_esEs17(Just(x0), Just(x1), ty_Float) new_esEs8(x0, x1, ty_Char) new_esEs22(x0, x1, app(ty_Ratio, x2)) new_esEs23(x0, x1, app(ty_Ratio, x2)) new_esEs7(x0, x1, ty_Ordering) new_esEs22(x0, x1, ty_Bool) new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) new_esEs12(Double(x0, x1), Double(x2, x3)) new_esEs26(x0, x1, ty_Ordering) new_primEqInt(Pos(Succ(x0)), Pos(Zero)) new_esEs8(x0, x1, ty_Float) new_esEs10(@0, @0) new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) new_primMulNat0(Succ(x0), Zero) new_esEs22(x0, x1, ty_Double) new_esEs22(x0, x1, ty_Char) new_esEs4(x0, x1, ty_Integer) new_esEs8(x0, x1, app(ty_Maybe, x2)) new_esEs11(Left(x0), Left(x1), ty_Int, x2) new_esEs7(x0, x1, app(ty_[], x2)) new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) new_esEs8(x0, x1, ty_Int) new_esEs26(x0, x1, ty_Integer) new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) new_esEs17(Just(x0), Just(x1), app(ty_[], x2)) We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (10) QDPSizeChangeProof (EQUIVALENT) By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. From the DPs we obtained the following set of size-change graphs: *new_nubNub'11(yv59, yv60, yv61, yv62, bc) -> new_nubNub'1(yv59, yv60, yv61, yv62, yv61, yv62, bc) The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4, 3 >= 5, 4 >= 6, 5 >= 7 *new_nubNub'10(yv170, yv171, yv172, yv173, False, [], bb) -> new_nubNub'(yv171, yv170, :(yv172, yv173), bb) The graph contains the following edges 2 >= 1, 1 >= 2, 7 >= 4 *new_nubNub'(:(yv1710, yv1711), yv172, yv173, bb) -> new_nubNub'11(yv1710, yv1711, yv172, yv173, bb) The graph contains the following edges 1 > 1, 1 > 2, 2 >= 3, 3 >= 4, 4 >= 5 *new_nubNub'1(yv157, yv158, yv159, yv160, yv161, yv162, ba) -> new_nubNub'10(yv157, yv158, yv159, yv160, new_esEs4(yv157, yv161, ba), yv162, ba) The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4, 6 >= 6, 7 >= 7 *new_nubNub'10(yv170, yv171, yv172, yv173, False, :(yv1750, yv1751), bb) -> new_nubNub'1(yv170, yv171, yv172, yv173, yv1750, yv1751, bb) The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4, 6 > 5, 6 > 6, 7 >= 7 *new_nubNub'10(yv170, :(yv1710, yv1711), yv172, yv173, True, yv175, bb) -> new_nubNub'11(yv1710, yv1711, yv172, yv173, bb) The graph contains the following edges 2 > 1, 2 > 2, 3 >= 3, 4 >= 4, 7 >= 5 ---------------------------------------- (11) YES ---------------------------------------- (12) Obligation: Q DP problem: The TRS P consists of the following rules: new_esEs(Left(yv1570), Left(yv1610), app(app(app(ty_@3, bd), be), bf), bc) -> new_esEs0(yv1570, yv1610, bd, be, bf) new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), app(ty_Maybe, ee), dh, ea) -> new_esEs1(yv1570, yv1610, ee) new_esEs(Right(yv1570), Right(yv1610), cc, app(app(app(ty_@3, cf), cg), da)) -> new_esEs0(yv1570, yv1610, cf, cg, da) new_esEs2(:(yv1570, yv1571), :(yv1610, yv1611), bbg) -> new_esEs2(yv1571, yv1611, bbg) new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), app(app(ty_Either, df), dg), dh, ea) -> new_esEs(yv1570, yv1610, df, dg) new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), fa, app(app(app(ty_@3, fd), ff), fg), ea) -> new_esEs0(yv1571, yv1611, fd, ff, fg) new_esEs3(@2(yv1570, yv1571), @2(yv1610, yv1611), app(app(app(ty_@3, bcc), bcd), bce), bcb) -> new_esEs0(yv1570, yv1610, bcc, bcd, bce) new_esEs3(@2(yv1570, yv1571), @2(yv1610, yv1611), bdb, app(app(ty_Either, bdc), bdd)) -> new_esEs(yv1571, yv1611, bdc, bdd) new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), fa, dh, app(ty_Maybe, ha)) -> new_esEs1(yv1572, yv1612, ha) new_esEs(Left(yv1570), Left(yv1610), app(app(ty_@2, ca), cb), bc) -> new_esEs3(yv1570, yv1610, ca, cb) new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), fa, app(ty_Maybe, fh), ea) -> new_esEs1(yv1571, yv1611, fh) new_esEs2(:(yv1570, yv1571), :(yv1610, yv1611), app(app(app(ty_@3, bah), bba), bbb)) -> new_esEs0(yv1570, yv1610, bah, bba, bbb) new_esEs1(Just(yv1570), Just(yv1610), app(app(ty_Either, he), hf)) -> new_esEs(yv1570, yv1610, he, hf) new_esEs(Right(yv1570), Right(yv1610), cc, app(app(ty_@2, dd), de)) -> new_esEs3(yv1570, yv1610, dd, de) new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), fa, dh, app(app(ty_Either, gd), ge)) -> new_esEs(yv1572, yv1612, gd, ge) new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), fa, app(app(ty_@2, gb), gc), ea) -> new_esEs3(yv1571, yv1611, gb, gc) new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), app(app(ty_@2, eg), eh), dh, ea) -> new_esEs3(yv1570, yv1610, eg, eh) new_esEs2(:(yv1570, yv1571), :(yv1610, yv1611), app(app(ty_Either, baf), bag)) -> new_esEs(yv1570, yv1610, baf, bag) new_esEs1(Just(yv1570), Just(yv1610), app(app(ty_@2, bad), bae)) -> new_esEs3(yv1570, yv1610, bad, bae) new_esEs3(@2(yv1570, yv1571), @2(yv1610, yv1611), app(ty_Maybe, bcf), bcb) -> new_esEs1(yv1570, yv1610, bcf) new_esEs2(:(yv1570, yv1571), :(yv1610, yv1611), app(app(ty_@2, bbe), bbf)) -> new_esEs3(yv1570, yv1610, bbe, bbf) new_esEs(Right(yv1570), Right(yv1610), cc, app(ty_Maybe, db)) -> new_esEs1(yv1570, yv1610, db) new_esEs3(@2(yv1570, yv1571), @2(yv1610, yv1611), bdb, app(app(ty_@2, beb), bec)) -> new_esEs3(yv1571, yv1611, beb, bec) new_esEs3(@2(yv1570, yv1571), @2(yv1610, yv1611), bdb, app(ty_Maybe, bdh)) -> new_esEs1(yv1571, yv1611, bdh) new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), fa, dh, app(app(app(ty_@3, gf), gg), gh)) -> new_esEs0(yv1572, yv1612, gf, gg, gh) new_esEs1(Just(yv1570), Just(yv1610), app(app(app(ty_@3, hg), hh), baa)) -> new_esEs0(yv1570, yv1610, hg, hh, baa) new_esEs(Right(yv1570), Right(yv1610), cc, app(app(ty_Either, cd), ce)) -> new_esEs(yv1570, yv1610, cd, ce) new_esEs3(@2(yv1570, yv1571), @2(yv1610, yv1611), bdb, app(app(app(ty_@3, bde), bdf), bdg)) -> new_esEs0(yv1571, yv1611, bde, bdf, bdg) new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), fa, app(app(ty_Either, fb), fc), ea) -> new_esEs(yv1571, yv1611, fb, fc) new_esEs(Right(yv1570), Right(yv1610), cc, app(ty_[], dc)) -> new_esEs2(yv1570, yv1610, dc) new_esEs3(@2(yv1570, yv1571), @2(yv1610, yv1611), app(ty_[], bcg), bcb) -> new_esEs2(yv1570, yv1610, bcg) new_esEs3(@2(yv1570, yv1571), @2(yv1610, yv1611), app(app(ty_@2, bch), bda), bcb) -> new_esEs3(yv1570, yv1610, bch, bda) new_esEs(Left(yv1570), Left(yv1610), app(app(ty_Either, ba), bb), bc) -> new_esEs(yv1570, yv1610, ba, bb) new_esEs3(@2(yv1570, yv1571), @2(yv1610, yv1611), bdb, app(ty_[], bea)) -> new_esEs2(yv1571, yv1611, bea) new_esEs1(Just(yv1570), Just(yv1610), app(ty_[], bac)) -> new_esEs2(yv1570, yv1610, bac) new_esEs2(:(yv1570, yv1571), :(yv1610, yv1611), app(ty_[], bbd)) -> new_esEs2(yv1570, yv1610, bbd) new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), fa, dh, app(app(ty_@2, hc), hd)) -> new_esEs3(yv1572, yv1612, hc, hd) new_esEs(Left(yv1570), Left(yv1610), app(ty_[], bh), bc) -> new_esEs2(yv1570, yv1610, bh) new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), fa, dh, app(ty_[], hb)) -> new_esEs2(yv1572, yv1612, hb) new_esEs(Left(yv1570), Left(yv1610), app(ty_Maybe, bg), bc) -> new_esEs1(yv1570, yv1610, bg) new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), fa, app(ty_[], ga), ea) -> new_esEs2(yv1571, yv1611, ga) new_esEs1(Just(yv1570), Just(yv1610), app(ty_Maybe, bab)) -> new_esEs1(yv1570, yv1610, bab) new_esEs3(@2(yv1570, yv1571), @2(yv1610, yv1611), app(app(ty_Either, bbh), bca), bcb) -> new_esEs(yv1570, yv1610, bbh, bca) new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), app(ty_[], ef), dh, ea) -> new_esEs2(yv1570, yv1610, ef) new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), app(app(app(ty_@3, eb), ec), ed), dh, ea) -> new_esEs0(yv1570, yv1610, eb, ec, ed) new_esEs2(:(yv1570, yv1571), :(yv1610, yv1611), app(ty_Maybe, bbc)) -> new_esEs1(yv1570, yv1610, bbc) R is empty. Q is empty. We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (13) QDPSizeChangeProof (EQUIVALENT) By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. From the DPs we obtained the following set of size-change graphs: *new_esEs1(Just(yv1570), Just(yv1610), app(app(ty_Either, he), hf)) -> new_esEs(yv1570, yv1610, he, hf) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs1(Just(yv1570), Just(yv1610), app(app(app(ty_@3, hg), hh), baa)) -> new_esEs0(yv1570, yv1610, hg, hh, baa) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs2(:(yv1570, yv1571), :(yv1610, yv1611), app(app(ty_Either, baf), bag)) -> new_esEs(yv1570, yv1610, baf, bag) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs1(Just(yv1570), Just(yv1610), app(ty_[], bac)) -> new_esEs2(yv1570, yv1610, bac) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs2(:(yv1570, yv1571), :(yv1610, yv1611), app(app(app(ty_@3, bah), bba), bbb)) -> new_esEs0(yv1570, yv1610, bah, bba, bbb) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs1(Just(yv1570), Just(yv1610), app(app(ty_@2, bad), bae)) -> new_esEs3(yv1570, yv1610, bad, bae) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs1(Just(yv1570), Just(yv1610), app(ty_Maybe, bab)) -> new_esEs1(yv1570, yv1610, bab) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs2(:(yv1570, yv1571), :(yv1610, yv1611), app(app(ty_@2, bbe), bbf)) -> new_esEs3(yv1570, yv1610, bbe, bbf) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs2(:(yv1570, yv1571), :(yv1610, yv1611), app(ty_Maybe, bbc)) -> new_esEs1(yv1570, yv1610, bbc) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), app(app(ty_Either, df), dg), dh, ea) -> new_esEs(yv1570, yv1610, df, dg) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), fa, dh, app(app(ty_Either, gd), ge)) -> new_esEs(yv1572, yv1612, gd, ge) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 *new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), fa, app(app(ty_Either, fb), fc), ea) -> new_esEs(yv1571, yv1611, fb, fc) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), fa, app(app(app(ty_@3, fd), ff), fg), ea) -> new_esEs0(yv1571, yv1611, fd, ff, fg) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 *new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), fa, dh, app(app(app(ty_@3, gf), gg), gh)) -> new_esEs0(yv1572, yv1612, gf, gg, gh) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 *new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), app(app(app(ty_@3, eb), ec), ed), dh, ea) -> new_esEs0(yv1570, yv1610, eb, ec, ed) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), fa, dh, app(ty_[], hb)) -> new_esEs2(yv1572, yv1612, hb) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 *new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), fa, app(ty_[], ga), ea) -> new_esEs2(yv1571, yv1611, ga) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), app(ty_[], ef), dh, ea) -> new_esEs2(yv1570, yv1610, ef) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), fa, app(app(ty_@2, gb), gc), ea) -> new_esEs3(yv1571, yv1611, gb, gc) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), app(app(ty_@2, eg), eh), dh, ea) -> new_esEs3(yv1570, yv1610, eg, eh) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), fa, dh, app(app(ty_@2, hc), hd)) -> new_esEs3(yv1572, yv1612, hc, hd) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 *new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), app(ty_Maybe, ee), dh, ea) -> new_esEs1(yv1570, yv1610, ee) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), fa, dh, app(ty_Maybe, ha)) -> new_esEs1(yv1572, yv1612, ha) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 *new_esEs0(@3(yv1570, yv1571, yv1572), @3(yv1610, yv1611, yv1612), fa, app(ty_Maybe, fh), ea) -> new_esEs1(yv1571, yv1611, fh) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs(Right(yv1570), Right(yv1610), cc, app(app(ty_Either, cd), ce)) -> new_esEs(yv1570, yv1610, cd, ce) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs(Left(yv1570), Left(yv1610), app(app(ty_Either, ba), bb), bc) -> new_esEs(yv1570, yv1610, ba, bb) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs3(@2(yv1570, yv1571), @2(yv1610, yv1611), bdb, app(app(ty_Either, bdc), bdd)) -> new_esEs(yv1571, yv1611, bdc, bdd) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs3(@2(yv1570, yv1571), @2(yv1610, yv1611), app(app(ty_Either, bbh), bca), bcb) -> new_esEs(yv1570, yv1610, bbh, bca) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs(Left(yv1570), Left(yv1610), app(app(app(ty_@3, bd), be), bf), bc) -> new_esEs0(yv1570, yv1610, bd, be, bf) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs(Right(yv1570), Right(yv1610), cc, app(app(app(ty_@3, cf), cg), da)) -> new_esEs0(yv1570, yv1610, cf, cg, da) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 *new_esEs3(@2(yv1570, yv1571), @2(yv1610, yv1611), app(app(app(ty_@3, bcc), bcd), bce), bcb) -> new_esEs0(yv1570, yv1610, bcc, bcd, bce) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs3(@2(yv1570, yv1571), @2(yv1610, yv1611), bdb, app(app(app(ty_@3, bde), bdf), bdg)) -> new_esEs0(yv1571, yv1611, bde, bdf, bdg) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 *new_esEs2(:(yv1570, yv1571), :(yv1610, yv1611), bbg) -> new_esEs2(yv1571, yv1611, bbg) The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 *new_esEs2(:(yv1570, yv1571), :(yv1610, yv1611), app(ty_[], bbd)) -> new_esEs2(yv1570, yv1610, bbd) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs(Right(yv1570), Right(yv1610), cc, app(ty_[], dc)) -> new_esEs2(yv1570, yv1610, dc) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs(Left(yv1570), Left(yv1610), app(ty_[], bh), bc) -> new_esEs2(yv1570, yv1610, bh) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs3(@2(yv1570, yv1571), @2(yv1610, yv1611), app(ty_[], bcg), bcb) -> new_esEs2(yv1570, yv1610, bcg) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs3(@2(yv1570, yv1571), @2(yv1610, yv1611), bdb, app(ty_[], bea)) -> new_esEs2(yv1571, yv1611, bea) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs(Left(yv1570), Left(yv1610), app(app(ty_@2, ca), cb), bc) -> new_esEs3(yv1570, yv1610, ca, cb) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs(Right(yv1570), Right(yv1610), cc, app(app(ty_@2, dd), de)) -> new_esEs3(yv1570, yv1610, dd, de) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs(Right(yv1570), Right(yv1610), cc, app(ty_Maybe, db)) -> new_esEs1(yv1570, yv1610, db) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs(Left(yv1570), Left(yv1610), app(ty_Maybe, bg), bc) -> new_esEs1(yv1570, yv1610, bg) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs3(@2(yv1570, yv1571), @2(yv1610, yv1611), bdb, app(app(ty_@2, beb), bec)) -> new_esEs3(yv1571, yv1611, beb, bec) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs3(@2(yv1570, yv1571), @2(yv1610, yv1611), app(app(ty_@2, bch), bda), bcb) -> new_esEs3(yv1570, yv1610, bch, bda) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs3(@2(yv1570, yv1571), @2(yv1610, yv1611), app(ty_Maybe, bcf), bcb) -> new_esEs1(yv1570, yv1610, bcf) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs3(@2(yv1570, yv1571), @2(yv1610, yv1611), bdb, app(ty_Maybe, bdh)) -> new_esEs1(yv1571, yv1611, bdh) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 ---------------------------------------- (14) YES ---------------------------------------- (15) Obligation: Q DP problem: The TRS P consists of the following rules: new_primMulNat(Succ(yv157000), Succ(yv161100)) -> new_primMulNat(yv157000, Succ(yv161100)) R is empty. Q is empty. We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (16) QDPSizeChangeProof (EQUIVALENT) By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. From the DPs we obtained the following set of size-change graphs: *new_primMulNat(Succ(yv157000), Succ(yv161100)) -> new_primMulNat(yv157000, Succ(yv161100)) The graph contains the following edges 1 > 1, 2 >= 2 ---------------------------------------- (17) YES ---------------------------------------- (18) Obligation: Q DP problem: The TRS P consists of the following rules: new_primPlusNat(Succ(yv19300), Succ(yv1611000)) -> new_primPlusNat(yv19300, yv1611000) 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(yv19300), Succ(yv1611000)) -> new_primPlusNat(yv19300, yv1611000) 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(yv15700), Succ(yv16100)) -> new_primEqNat(yv15700, yv16100) 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(yv15700), Succ(yv16100)) -> new_primEqNat(yv15700, yv16100) The graph contains the following edges 1 > 1, 2 > 2 ---------------------------------------- (23) YES