/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, 9 ms] (4) HASKELL (5) Narrow [SOUND, 0 ms] (6) AND (7) QDP (8) QDPSizeChangeProof [EQUIVALENT, 0 ms] (9) YES (10) QDP (11) TransformationProof [EQUIVALENT, 0 ms] (12) QDP (13) UsableRulesProof [EQUIVALENT, 0 ms] (14) QDP (15) QReductionProof [EQUIVALENT, 0 ms] (16) QDP (17) QDPSizeChangeProof [EQUIVALENT, 0 ms] (18) YES (19) QDP (20) TransformationProof [EQUIVALENT, 0 ms] (21) QDP (22) UsableRulesProof [EQUIVALENT, 0 ms] (23) QDP (24) QReductionProof [EQUIVALENT, 0 ms] (25) QDP (26) QDPSizeChangeProof [EQUIVALENT, 0 ms] (27) YES (28) QDP (29) QDPSizeChangeProof [EQUIVALENT, 0 ms] (30) YES (31) QDP (32) QDPSizeChangeProof [EQUIVALENT, 0 ms] (33) YES (34) QDP (35) QDPSizeChangeProof [EQUIVALENT, 0 ms] (36) YES (37) QDP (38) QDPSizeChangeProof [EQUIVALENT, 0 ms] (39) 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; isPrefixOf :: Eq a => [a] -> [a] -> Bool; isPrefixOf [] _ = True; isPrefixOf _ [] = False; isPrefixOf (x : xs) (y : ys) = x == y && isPrefixOf xs ys; isSuffixOf :: Eq a => [a] -> [a] -> Bool; isSuffixOf x y = reverse x `isPrefixOf` reverse y; } 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; isPrefixOf :: Eq a => [a] -> [a] -> Bool; isPrefixOf [] xw = True; isPrefixOf xx [] = False; isPrefixOf (x : xs) (y : ys) = x == y && isPrefixOf xs ys; isSuffixOf :: Eq a => [a] -> [a] -> Bool; isSuffixOf x y = reverse x `isPrefixOf` reverse y; } 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; " ---------------------------------------- (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; isPrefixOf :: Eq a => [a] -> [a] -> Bool; isPrefixOf [] xw = True; isPrefixOf xx [] = False; isPrefixOf (x : xs) (y : ys) = x == y && isPrefixOf xs ys; isSuffixOf :: Eq a => [a] -> [a] -> Bool; isSuffixOf x y = reverse x `isPrefixOf` reverse y; } module Main where { import qualified List; import qualified Maybe; import qualified Prelude; } ---------------------------------------- (5) Narrow (SOUND) Haskell To QDPs digraph dp_graph { node [outthreshold=100, inthreshold=100];1[label="List.isSuffixOf",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 3[label="List.isSuffixOf xy3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 4[label="List.isSuffixOf xy3 xy4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 5[label="List.isPrefixOf (reverse xy3) (reverse xy4)",fontsize=16,color="black",shape="box"];5 -> 6[label="",style="solid", color="black", weight=3]; 6[label="List.isPrefixOf (foldl (flip (:)) [] xy3) (reverse xy4)",fontsize=16,color="burlywood",shape="box"];1271[label="xy3/xy30 : xy31",fontsize=10,color="white",style="solid",shape="box"];6 -> 1271[label="",style="solid", color="burlywood", weight=9]; 1271 -> 7[label="",style="solid", color="burlywood", weight=3]; 1272[label="xy3/[]",fontsize=10,color="white",style="solid",shape="box"];6 -> 1272[label="",style="solid", color="burlywood", weight=9]; 1272 -> 8[label="",style="solid", color="burlywood", weight=3]; 7[label="List.isPrefixOf (foldl (flip (:)) [] (xy30 : xy31)) (reverse xy4)",fontsize=16,color="black",shape="box"];7 -> 9[label="",style="solid", color="black", weight=3]; 8[label="List.isPrefixOf (foldl (flip (:)) [] []) (reverse xy4)",fontsize=16,color="black",shape="box"];8 -> 10[label="",style="solid", color="black", weight=3]; 9 -> 340[label="",style="dashed", color="red", weight=0]; 9[label="List.isPrefixOf (foldl (flip (:)) (flip (:) [] xy30) xy31) (reverse xy4)",fontsize=16,color="magenta"];9 -> 341[label="",style="dashed", color="magenta", weight=3]; 9 -> 342[label="",style="dashed", color="magenta", weight=3]; 9 -> 343[label="",style="dashed", color="magenta", weight=3]; 9 -> 344[label="",style="dashed", color="magenta", weight=3]; 10[label="List.isPrefixOf [] (reverse xy4)",fontsize=16,color="black",shape="box"];10 -> 13[label="",style="solid", color="black", weight=3]; 341[label="xy30",fontsize=16,color="green",shape="box"];342[label="xy31",fontsize=16,color="green",shape="box"];343[label="xy4",fontsize=16,color="green",shape="box"];344[label="[]",fontsize=16,color="green",shape="box"];340[label="List.isPrefixOf (foldl (flip (:)) (flip (:) xy22 xy23) xy24) (reverse xy25)",fontsize=16,color="burlywood",shape="triangle"];1273[label="xy24/xy240 : xy241",fontsize=10,color="white",style="solid",shape="box"];340 -> 1273[label="",style="solid", color="burlywood", weight=9]; 1273 -> 377[label="",style="solid", color="burlywood", weight=3]; 1274[label="xy24/[]",fontsize=10,color="white",style="solid",shape="box"];340 -> 1274[label="",style="solid", color="burlywood", weight=9]; 1274 -> 378[label="",style="solid", color="burlywood", weight=3]; 13[label="True",fontsize=16,color="green",shape="box"];377[label="List.isPrefixOf (foldl (flip (:)) (flip (:) xy22 xy23) (xy240 : xy241)) (reverse xy25)",fontsize=16,color="black",shape="box"];377 -> 379[label="",style="solid", color="black", weight=3]; 378[label="List.isPrefixOf (foldl (flip (:)) (flip (:) xy22 xy23) []) (reverse xy25)",fontsize=16,color="black",shape="box"];378 -> 380[label="",style="solid", color="black", weight=3]; 379 -> 340[label="",style="dashed", color="red", weight=0]; 379[label="List.isPrefixOf (foldl (flip (:)) (flip (:) (flip (:) xy22 xy23) xy240) xy241) (reverse xy25)",fontsize=16,color="magenta"];379 -> 381[label="",style="dashed", color="magenta", weight=3]; 379 -> 382[label="",style="dashed", color="magenta", weight=3]; 379 -> 383[label="",style="dashed", color="magenta", weight=3]; 380[label="List.isPrefixOf (flip (:) xy22 xy23) (reverse xy25)",fontsize=16,color="black",shape="box"];380 -> 384[label="",style="solid", color="black", weight=3]; 381[label="xy240",fontsize=16,color="green",shape="box"];382[label="xy241",fontsize=16,color="green",shape="box"];383[label="flip (:) xy22 xy23",fontsize=16,color="black",shape="triangle"];383 -> 385[label="",style="solid", color="black", weight=3]; 384[label="List.isPrefixOf ((:) xy23 xy22) (reverse xy25)",fontsize=16,color="black",shape="box"];384 -> 386[label="",style="solid", color="black", weight=3]; 385[label="(:) xy23 xy22",fontsize=16,color="green",shape="box"];386 -> 391[label="",style="dashed", color="red", weight=0]; 386[label="List.isPrefixOf ((:) xy23 xy22) (foldl (flip (:)) [] xy25)",fontsize=16,color="magenta"];386 -> 392[label="",style="dashed", color="magenta", weight=3]; 386 -> 393[label="",style="dashed", color="magenta", weight=3]; 392[label="[]",fontsize=16,color="green",shape="box"];393[label="xy25",fontsize=16,color="green",shape="box"];391[label="List.isPrefixOf ((:) xy23 xy22) (foldl (flip (:)) xy26 xy251)",fontsize=16,color="burlywood",shape="triangle"];1275[label="xy251/xy2510 : xy2511",fontsize=10,color="white",style="solid",shape="box"];391 -> 1275[label="",style="solid", color="burlywood", weight=9]; 1275 -> 395[label="",style="solid", color="burlywood", weight=3]; 1276[label="xy251/[]",fontsize=10,color="white",style="solid",shape="box"];391 -> 1276[label="",style="solid", color="burlywood", weight=9]; 1276 -> 396[label="",style="solid", color="burlywood", weight=3]; 395[label="List.isPrefixOf ((:) xy23 xy22) (foldl (flip (:)) xy26 (xy2510 : xy2511))",fontsize=16,color="black",shape="box"];395 -> 397[label="",style="solid", color="black", weight=3]; 396[label="List.isPrefixOf ((:) xy23 xy22) (foldl (flip (:)) xy26 [])",fontsize=16,color="black",shape="box"];396 -> 398[label="",style="solid", color="black", weight=3]; 397 -> 391[label="",style="dashed", color="red", weight=0]; 397[label="List.isPrefixOf ((:) xy23 xy22) (foldl (flip (:)) (flip (:) xy26 xy2510) xy2511)",fontsize=16,color="magenta"];397 -> 399[label="",style="dashed", color="magenta", weight=3]; 397 -> 400[label="",style="dashed", color="magenta", weight=3]; 398[label="List.isPrefixOf ((:) xy23 xy22) xy26",fontsize=16,color="burlywood",shape="box"];1277[label="xy26/xy260 : xy261",fontsize=10,color="white",style="solid",shape="box"];398 -> 1277[label="",style="solid", color="burlywood", weight=9]; 1277 -> 401[label="",style="solid", color="burlywood", weight=3]; 1278[label="xy26/[]",fontsize=10,color="white",style="solid",shape="box"];398 -> 1278[label="",style="solid", color="burlywood", weight=9]; 1278 -> 402[label="",style="solid", color="burlywood", weight=3]; 399 -> 383[label="",style="dashed", color="red", weight=0]; 399[label="flip (:) xy26 xy2510",fontsize=16,color="magenta"];399 -> 403[label="",style="dashed", color="magenta", weight=3]; 399 -> 404[label="",style="dashed", color="magenta", weight=3]; 400[label="xy2511",fontsize=16,color="green",shape="box"];401[label="List.isPrefixOf ((:) xy23 xy22) (xy260 : xy261)",fontsize=16,color="black",shape="box"];401 -> 405[label="",style="solid", color="black", weight=3]; 402[label="List.isPrefixOf ((:) xy23 xy22) []",fontsize=16,color="black",shape="box"];402 -> 406[label="",style="solid", color="black", weight=3]; 403[label="xy2510",fontsize=16,color="green",shape="box"];404[label="xy26",fontsize=16,color="green",shape="box"];405 -> 585[label="",style="dashed", color="red", weight=0]; 405[label="xy23 == xy260 && List.isPrefixOf xy22 xy261",fontsize=16,color="magenta"];405 -> 586[label="",style="dashed", color="magenta", weight=3]; 405 -> 587[label="",style="dashed", color="magenta", weight=3]; 406[label="False",fontsize=16,color="green",shape="box"];586[label="List.isPrefixOf xy22 xy261",fontsize=16,color="burlywood",shape="triangle"];1279[label="xy22/xy220 : xy221",fontsize=10,color="white",style="solid",shape="box"];586 -> 1279[label="",style="solid", color="burlywood", weight=9]; 1279 -> 590[label="",style="solid", color="burlywood", weight=3]; 1280[label="xy22/[]",fontsize=10,color="white",style="solid",shape="box"];586 -> 1280[label="",style="solid", color="burlywood", weight=9]; 1280 -> 591[label="",style="solid", color="burlywood", weight=3]; 587[label="xy23 == xy260",fontsize=16,color="blue",shape="box"];1281[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];587 -> 1281[label="",style="solid", color="blue", weight=9]; 1281 -> 592[label="",style="solid", color="blue", weight=3]; 1282[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];587 -> 1282[label="",style="solid", color="blue", weight=9]; 1282 -> 593[label="",style="solid", color="blue", weight=3]; 1283[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];587 -> 1283[label="",style="solid", color="blue", weight=9]; 1283 -> 594[label="",style="solid", color="blue", weight=3]; 1284[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];587 -> 1284[label="",style="solid", color="blue", weight=9]; 1284 -> 595[label="",style="solid", color="blue", weight=3]; 1285[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];587 -> 1285[label="",style="solid", color="blue", weight=9]; 1285 -> 596[label="",style="solid", color="blue", weight=3]; 1286[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];587 -> 1286[label="",style="solid", color="blue", weight=9]; 1286 -> 597[label="",style="solid", color="blue", weight=3]; 1287[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];587 -> 1287[label="",style="solid", color="blue", weight=9]; 1287 -> 598[label="",style="solid", color="blue", weight=3]; 1288[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];587 -> 1288[label="",style="solid", color="blue", weight=9]; 1288 -> 599[label="",style="solid", color="blue", weight=3]; 1289[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];587 -> 1289[label="",style="solid", color="blue", weight=9]; 1289 -> 600[label="",style="solid", color="blue", weight=3]; 1290[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];587 -> 1290[label="",style="solid", color="blue", weight=9]; 1290 -> 601[label="",style="solid", color="blue", weight=3]; 1291[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];587 -> 1291[label="",style="solid", color="blue", weight=9]; 1291 -> 602[label="",style="solid", color="blue", weight=3]; 1292[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];587 -> 1292[label="",style="solid", color="blue", weight=9]; 1292 -> 603[label="",style="solid", color="blue", weight=3]; 1293[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];587 -> 1293[label="",style="solid", color="blue", weight=9]; 1293 -> 604[label="",style="solid", color="blue", weight=3]; 1294[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];587 -> 1294[label="",style="solid", color="blue", weight=9]; 1294 -> 605[label="",style="solid", color="blue", weight=3]; 585[label="xy45 && xy46",fontsize=16,color="burlywood",shape="triangle"];1295[label="xy45/False",fontsize=10,color="white",style="solid",shape="box"];585 -> 1295[label="",style="solid", color="burlywood", weight=9]; 1295 -> 606[label="",style="solid", color="burlywood", weight=3]; 1296[label="xy45/True",fontsize=10,color="white",style="solid",shape="box"];585 -> 1296[label="",style="solid", color="burlywood", weight=9]; 1296 -> 607[label="",style="solid", color="burlywood", weight=3]; 590[label="List.isPrefixOf (xy220 : xy221) xy261",fontsize=16,color="burlywood",shape="box"];1297[label="xy261/xy2610 : xy2611",fontsize=10,color="white",style="solid",shape="box"];590 -> 1297[label="",style="solid", color="burlywood", weight=9]; 1297 -> 608[label="",style="solid", color="burlywood", weight=3]; 1298[label="xy261/[]",fontsize=10,color="white",style="solid",shape="box"];590 -> 1298[label="",style="solid", color="burlywood", weight=9]; 1298 -> 609[label="",style="solid", color="burlywood", weight=3]; 591[label="List.isPrefixOf [] xy261",fontsize=16,color="black",shape="box"];591 -> 610[label="",style="solid", color="black", weight=3]; 592[label="xy23 == xy260",fontsize=16,color="burlywood",shape="triangle"];1299[label="xy23/()",fontsize=10,color="white",style="solid",shape="box"];592 -> 1299[label="",style="solid", color="burlywood", weight=9]; 1299 -> 611[label="",style="solid", color="burlywood", weight=3]; 593[label="xy23 == xy260",fontsize=16,color="black",shape="triangle"];593 -> 612[label="",style="solid", color="black", weight=3]; 594[label="xy23 == xy260",fontsize=16,color="burlywood",shape="triangle"];1300[label="xy23/LT",fontsize=10,color="white",style="solid",shape="box"];594 -> 1300[label="",style="solid", color="burlywood", weight=9]; 1300 -> 613[label="",style="solid", color="burlywood", weight=3]; 1301[label="xy23/EQ",fontsize=10,color="white",style="solid",shape="box"];594 -> 1301[label="",style="solid", color="burlywood", weight=9]; 1301 -> 614[label="",style="solid", color="burlywood", weight=3]; 1302[label="xy23/GT",fontsize=10,color="white",style="solid",shape="box"];594 -> 1302[label="",style="solid", color="burlywood", weight=9]; 1302 -> 615[label="",style="solid", color="burlywood", weight=3]; 595[label="xy23 == xy260",fontsize=16,color="black",shape="triangle"];595 -> 616[label="",style="solid", color="black", weight=3]; 596[label="xy23 == xy260",fontsize=16,color="burlywood",shape="triangle"];1303[label="xy23/Left xy230",fontsize=10,color="white",style="solid",shape="box"];596 -> 1303[label="",style="solid", color="burlywood", weight=9]; 1303 -> 617[label="",style="solid", color="burlywood", weight=3]; 1304[label="xy23/Right xy230",fontsize=10,color="white",style="solid",shape="box"];596 -> 1304[label="",style="solid", color="burlywood", weight=9]; 1304 -> 618[label="",style="solid", color="burlywood", weight=3]; 597[label="xy23 == xy260",fontsize=16,color="burlywood",shape="triangle"];1305[label="xy23/False",fontsize=10,color="white",style="solid",shape="box"];597 -> 1305[label="",style="solid", color="burlywood", weight=9]; 1305 -> 619[label="",style="solid", color="burlywood", weight=3]; 1306[label="xy23/True",fontsize=10,color="white",style="solid",shape="box"];597 -> 1306[label="",style="solid", color="burlywood", weight=9]; 1306 -> 620[label="",style="solid", color="burlywood", weight=3]; 598[label="xy23 == xy260",fontsize=16,color="burlywood",shape="triangle"];1307[label="xy23/(xy230,xy231)",fontsize=10,color="white",style="solid",shape="box"];598 -> 1307[label="",style="solid", color="burlywood", weight=9]; 1307 -> 621[label="",style="solid", color="burlywood", weight=3]; 599[label="xy23 == xy260",fontsize=16,color="black",shape="triangle"];599 -> 622[label="",style="solid", color="black", weight=3]; 600[label="xy23 == xy260",fontsize=16,color="burlywood",shape="triangle"];1308[label="xy23/xy230 : xy231",fontsize=10,color="white",style="solid",shape="box"];600 -> 1308[label="",style="solid", color="burlywood", weight=9]; 1308 -> 623[label="",style="solid", color="burlywood", weight=3]; 1309[label="xy23/[]",fontsize=10,color="white",style="solid",shape="box"];600 -> 1309[label="",style="solid", color="burlywood", weight=9]; 1309 -> 624[label="",style="solid", color="burlywood", weight=3]; 601[label="xy23 == xy260",fontsize=16,color="burlywood",shape="triangle"];1310[label="xy23/Integer xy230",fontsize=10,color="white",style="solid",shape="box"];601 -> 1310[label="",style="solid", color="burlywood", weight=9]; 1310 -> 625[label="",style="solid", color="burlywood", weight=3]; 602[label="xy23 == xy260",fontsize=16,color="burlywood",shape="triangle"];1311[label="xy23/(xy230,xy231,xy232)",fontsize=10,color="white",style="solid",shape="box"];602 -> 1311[label="",style="solid", color="burlywood", weight=9]; 1311 -> 626[label="",style="solid", color="burlywood", weight=3]; 603[label="xy23 == xy260",fontsize=16,color="burlywood",shape="triangle"];1312[label="xy23/Nothing",fontsize=10,color="white",style="solid",shape="box"];603 -> 1312[label="",style="solid", color="burlywood", weight=9]; 1312 -> 627[label="",style="solid", color="burlywood", weight=3]; 1313[label="xy23/Just xy230",fontsize=10,color="white",style="solid",shape="box"];603 -> 1313[label="",style="solid", color="burlywood", weight=9]; 1313 -> 628[label="",style="solid", color="burlywood", weight=3]; 604[label="xy23 == xy260",fontsize=16,color="burlywood",shape="triangle"];1314[label="xy23/xy230 :% xy231",fontsize=10,color="white",style="solid",shape="box"];604 -> 1314[label="",style="solid", color="burlywood", weight=9]; 1314 -> 629[label="",style="solid", color="burlywood", weight=3]; 605[label="xy23 == xy260",fontsize=16,color="black",shape="triangle"];605 -> 630[label="",style="solid", color="black", weight=3]; 606[label="False && xy46",fontsize=16,color="black",shape="box"];606 -> 631[label="",style="solid", color="black", weight=3]; 607[label="True && xy46",fontsize=16,color="black",shape="box"];607 -> 632[label="",style="solid", color="black", weight=3]; 608[label="List.isPrefixOf (xy220 : xy221) (xy2610 : xy2611)",fontsize=16,color="black",shape="box"];608 -> 633[label="",style="solid", color="black", weight=3]; 609[label="List.isPrefixOf (xy220 : xy221) []",fontsize=16,color="black",shape="box"];609 -> 634[label="",style="solid", color="black", weight=3]; 610[label="True",fontsize=16,color="green",shape="box"];611[label="() == xy260",fontsize=16,color="burlywood",shape="box"];1315[label="xy260/()",fontsize=10,color="white",style="solid",shape="box"];611 -> 1315[label="",style="solid", color="burlywood", weight=9]; 1315 -> 635[label="",style="solid", color="burlywood", weight=3]; 612[label="primEqDouble xy23 xy260",fontsize=16,color="burlywood",shape="box"];1316[label="xy23/Double xy230 xy231",fontsize=10,color="white",style="solid",shape="box"];612 -> 1316[label="",style="solid", color="burlywood", weight=9]; 1316 -> 636[label="",style="solid", color="burlywood", weight=3]; 613[label="LT == xy260",fontsize=16,color="burlywood",shape="box"];1317[label="xy260/LT",fontsize=10,color="white",style="solid",shape="box"];613 -> 1317[label="",style="solid", color="burlywood", weight=9]; 1317 -> 637[label="",style="solid", color="burlywood", weight=3]; 1318[label="xy260/EQ",fontsize=10,color="white",style="solid",shape="box"];613 -> 1318[label="",style="solid", color="burlywood", weight=9]; 1318 -> 638[label="",style="solid", color="burlywood", weight=3]; 1319[label="xy260/GT",fontsize=10,color="white",style="solid",shape="box"];613 -> 1319[label="",style="solid", color="burlywood", weight=9]; 1319 -> 639[label="",style="solid", color="burlywood", weight=3]; 614[label="EQ == xy260",fontsize=16,color="burlywood",shape="box"];1320[label="xy260/LT",fontsize=10,color="white",style="solid",shape="box"];614 -> 1320[label="",style="solid", color="burlywood", weight=9]; 1320 -> 640[label="",style="solid", color="burlywood", weight=3]; 1321[label="xy260/EQ",fontsize=10,color="white",style="solid",shape="box"];614 -> 1321[label="",style="solid", color="burlywood", weight=9]; 1321 -> 641[label="",style="solid", color="burlywood", weight=3]; 1322[label="xy260/GT",fontsize=10,color="white",style="solid",shape="box"];614 -> 1322[label="",style="solid", color="burlywood", weight=9]; 1322 -> 642[label="",style="solid", color="burlywood", weight=3]; 615[label="GT == xy260",fontsize=16,color="burlywood",shape="box"];1323[label="xy260/LT",fontsize=10,color="white",style="solid",shape="box"];615 -> 1323[label="",style="solid", color="burlywood", weight=9]; 1323 -> 643[label="",style="solid", color="burlywood", weight=3]; 1324[label="xy260/EQ",fontsize=10,color="white",style="solid",shape="box"];615 -> 1324[label="",style="solid", color="burlywood", weight=9]; 1324 -> 644[label="",style="solid", color="burlywood", weight=3]; 1325[label="xy260/GT",fontsize=10,color="white",style="solid",shape="box"];615 -> 1325[label="",style="solid", color="burlywood", weight=9]; 1325 -> 645[label="",style="solid", color="burlywood", weight=3]; 616[label="primEqChar xy23 xy260",fontsize=16,color="burlywood",shape="box"];1326[label="xy23/Char xy230",fontsize=10,color="white",style="solid",shape="box"];616 -> 1326[label="",style="solid", color="burlywood", weight=9]; 1326 -> 646[label="",style="solid", color="burlywood", weight=3]; 617[label="Left xy230 == xy260",fontsize=16,color="burlywood",shape="box"];1327[label="xy260/Left xy2600",fontsize=10,color="white",style="solid",shape="box"];617 -> 1327[label="",style="solid", color="burlywood", weight=9]; 1327 -> 647[label="",style="solid", color="burlywood", weight=3]; 1328[label="xy260/Right xy2600",fontsize=10,color="white",style="solid",shape="box"];617 -> 1328[label="",style="solid", color="burlywood", weight=9]; 1328 -> 648[label="",style="solid", color="burlywood", weight=3]; 618[label="Right xy230 == xy260",fontsize=16,color="burlywood",shape="box"];1329[label="xy260/Left xy2600",fontsize=10,color="white",style="solid",shape="box"];618 -> 1329[label="",style="solid", color="burlywood", weight=9]; 1329 -> 649[label="",style="solid", color="burlywood", weight=3]; 1330[label="xy260/Right xy2600",fontsize=10,color="white",style="solid",shape="box"];618 -> 1330[label="",style="solid", color="burlywood", weight=9]; 1330 -> 650[label="",style="solid", color="burlywood", weight=3]; 619[label="False == xy260",fontsize=16,color="burlywood",shape="box"];1331[label="xy260/False",fontsize=10,color="white",style="solid",shape="box"];619 -> 1331[label="",style="solid", color="burlywood", weight=9]; 1331 -> 651[label="",style="solid", color="burlywood", weight=3]; 1332[label="xy260/True",fontsize=10,color="white",style="solid",shape="box"];619 -> 1332[label="",style="solid", color="burlywood", weight=9]; 1332 -> 652[label="",style="solid", color="burlywood", weight=3]; 620[label="True == xy260",fontsize=16,color="burlywood",shape="box"];1333[label="xy260/False",fontsize=10,color="white",style="solid",shape="box"];620 -> 1333[label="",style="solid", color="burlywood", weight=9]; 1333 -> 653[label="",style="solid", color="burlywood", weight=3]; 1334[label="xy260/True",fontsize=10,color="white",style="solid",shape="box"];620 -> 1334[label="",style="solid", color="burlywood", weight=9]; 1334 -> 654[label="",style="solid", color="burlywood", weight=3]; 621[label="(xy230,xy231) == xy260",fontsize=16,color="burlywood",shape="box"];1335[label="xy260/(xy2600,xy2601)",fontsize=10,color="white",style="solid",shape="box"];621 -> 1335[label="",style="solid", color="burlywood", weight=9]; 1335 -> 655[label="",style="solid", color="burlywood", weight=3]; 622[label="primEqFloat xy23 xy260",fontsize=16,color="burlywood",shape="box"];1336[label="xy23/Float xy230 xy231",fontsize=10,color="white",style="solid",shape="box"];622 -> 1336[label="",style="solid", color="burlywood", weight=9]; 1336 -> 656[label="",style="solid", color="burlywood", weight=3]; 623[label="xy230 : xy231 == xy260",fontsize=16,color="burlywood",shape="box"];1337[label="xy260/xy2600 : xy2601",fontsize=10,color="white",style="solid",shape="box"];623 -> 1337[label="",style="solid", color="burlywood", weight=9]; 1337 -> 657[label="",style="solid", color="burlywood", weight=3]; 1338[label="xy260/[]",fontsize=10,color="white",style="solid",shape="box"];623 -> 1338[label="",style="solid", color="burlywood", weight=9]; 1338 -> 658[label="",style="solid", color="burlywood", weight=3]; 624[label="[] == xy260",fontsize=16,color="burlywood",shape="box"];1339[label="xy260/xy2600 : xy2601",fontsize=10,color="white",style="solid",shape="box"];624 -> 1339[label="",style="solid", color="burlywood", weight=9]; 1339 -> 659[label="",style="solid", color="burlywood", weight=3]; 1340[label="xy260/[]",fontsize=10,color="white",style="solid",shape="box"];624 -> 1340[label="",style="solid", color="burlywood", weight=9]; 1340 -> 660[label="",style="solid", color="burlywood", weight=3]; 625[label="Integer xy230 == xy260",fontsize=16,color="burlywood",shape="box"];1341[label="xy260/Integer xy2600",fontsize=10,color="white",style="solid",shape="box"];625 -> 1341[label="",style="solid", color="burlywood", weight=9]; 1341 -> 661[label="",style="solid", color="burlywood", weight=3]; 626[label="(xy230,xy231,xy232) == xy260",fontsize=16,color="burlywood",shape="box"];1342[label="xy260/(xy2600,xy2601,xy2602)",fontsize=10,color="white",style="solid",shape="box"];626 -> 1342[label="",style="solid", color="burlywood", weight=9]; 1342 -> 662[label="",style="solid", color="burlywood", weight=3]; 627[label="Nothing == xy260",fontsize=16,color="burlywood",shape="box"];1343[label="xy260/Nothing",fontsize=10,color="white",style="solid",shape="box"];627 -> 1343[label="",style="solid", color="burlywood", weight=9]; 1343 -> 663[label="",style="solid", color="burlywood", weight=3]; 1344[label="xy260/Just xy2600",fontsize=10,color="white",style="solid",shape="box"];627 -> 1344[label="",style="solid", color="burlywood", weight=9]; 1344 -> 664[label="",style="solid", color="burlywood", weight=3]; 628[label="Just xy230 == xy260",fontsize=16,color="burlywood",shape="box"];1345[label="xy260/Nothing",fontsize=10,color="white",style="solid",shape="box"];628 -> 1345[label="",style="solid", color="burlywood", weight=9]; 1345 -> 665[label="",style="solid", color="burlywood", weight=3]; 1346[label="xy260/Just xy2600",fontsize=10,color="white",style="solid",shape="box"];628 -> 1346[label="",style="solid", color="burlywood", weight=9]; 1346 -> 666[label="",style="solid", color="burlywood", weight=3]; 629[label="xy230 :% xy231 == xy260",fontsize=16,color="burlywood",shape="box"];1347[label="xy260/xy2600 :% xy2601",fontsize=10,color="white",style="solid",shape="box"];629 -> 1347[label="",style="solid", color="burlywood", weight=9]; 1347 -> 667[label="",style="solid", color="burlywood", weight=3]; 630[label="primEqInt xy23 xy260",fontsize=16,color="burlywood",shape="triangle"];1348[label="xy23/Pos xy230",fontsize=10,color="white",style="solid",shape="box"];630 -> 1348[label="",style="solid", color="burlywood", weight=9]; 1348 -> 668[label="",style="solid", color="burlywood", weight=3]; 1349[label="xy23/Neg xy230",fontsize=10,color="white",style="solid",shape="box"];630 -> 1349[label="",style="solid", color="burlywood", weight=9]; 1349 -> 669[label="",style="solid", color="burlywood", weight=3]; 631[label="False",fontsize=16,color="green",shape="box"];632[label="xy46",fontsize=16,color="green",shape="box"];633 -> 585[label="",style="dashed", color="red", weight=0]; 633[label="xy220 == xy2610 && List.isPrefixOf xy221 xy2611",fontsize=16,color="magenta"];633 -> 670[label="",style="dashed", color="magenta", weight=3]; 633 -> 671[label="",style="dashed", color="magenta", weight=3]; 634[label="False",fontsize=16,color="green",shape="box"];635[label="() == ()",fontsize=16,color="black",shape="box"];635 -> 672[label="",style="solid", color="black", weight=3]; 636[label="primEqDouble (Double xy230 xy231) xy260",fontsize=16,color="burlywood",shape="box"];1350[label="xy260/Double xy2600 xy2601",fontsize=10,color="white",style="solid",shape="box"];636 -> 1350[label="",style="solid", color="burlywood", weight=9]; 1350 -> 673[label="",style="solid", color="burlywood", weight=3]; 637[label="LT == LT",fontsize=16,color="black",shape="box"];637 -> 674[label="",style="solid", color="black", weight=3]; 638[label="LT == EQ",fontsize=16,color="black",shape="box"];638 -> 675[label="",style="solid", color="black", weight=3]; 639[label="LT == GT",fontsize=16,color="black",shape="box"];639 -> 676[label="",style="solid", color="black", weight=3]; 640[label="EQ == LT",fontsize=16,color="black",shape="box"];640 -> 677[label="",style="solid", color="black", weight=3]; 641[label="EQ == EQ",fontsize=16,color="black",shape="box"];641 -> 678[label="",style="solid", color="black", weight=3]; 642[label="EQ == GT",fontsize=16,color="black",shape="box"];642 -> 679[label="",style="solid", color="black", weight=3]; 643[label="GT == LT",fontsize=16,color="black",shape="box"];643 -> 680[label="",style="solid", color="black", weight=3]; 644[label="GT == EQ",fontsize=16,color="black",shape="box"];644 -> 681[label="",style="solid", color="black", weight=3]; 645[label="GT == GT",fontsize=16,color="black",shape="box"];645 -> 682[label="",style="solid", color="black", weight=3]; 646[label="primEqChar (Char xy230) xy260",fontsize=16,color="burlywood",shape="box"];1351[label="xy260/Char xy2600",fontsize=10,color="white",style="solid",shape="box"];646 -> 1351[label="",style="solid", color="burlywood", weight=9]; 1351 -> 683[label="",style="solid", color="burlywood", weight=3]; 647[label="Left xy230 == Left xy2600",fontsize=16,color="black",shape="box"];647 -> 684[label="",style="solid", color="black", weight=3]; 648[label="Left xy230 == Right xy2600",fontsize=16,color="black",shape="box"];648 -> 685[label="",style="solid", color="black", weight=3]; 649[label="Right xy230 == Left xy2600",fontsize=16,color="black",shape="box"];649 -> 686[label="",style="solid", color="black", weight=3]; 650[label="Right xy230 == Right xy2600",fontsize=16,color="black",shape="box"];650 -> 687[label="",style="solid", color="black", weight=3]; 651[label="False == False",fontsize=16,color="black",shape="box"];651 -> 688[label="",style="solid", color="black", weight=3]; 652[label="False == True",fontsize=16,color="black",shape="box"];652 -> 689[label="",style="solid", color="black", weight=3]; 653[label="True == False",fontsize=16,color="black",shape="box"];653 -> 690[label="",style="solid", color="black", weight=3]; 654[label="True == True",fontsize=16,color="black",shape="box"];654 -> 691[label="",style="solid", color="black", weight=3]; 655[label="(xy230,xy231) == (xy2600,xy2601)",fontsize=16,color="black",shape="box"];655 -> 692[label="",style="solid", color="black", weight=3]; 656[label="primEqFloat (Float xy230 xy231) xy260",fontsize=16,color="burlywood",shape="box"];1352[label="xy260/Float xy2600 xy2601",fontsize=10,color="white",style="solid",shape="box"];656 -> 1352[label="",style="solid", color="burlywood", weight=9]; 1352 -> 693[label="",style="solid", color="burlywood", weight=3]; 657[label="xy230 : xy231 == xy2600 : xy2601",fontsize=16,color="black",shape="box"];657 -> 694[label="",style="solid", color="black", weight=3]; 658[label="xy230 : xy231 == []",fontsize=16,color="black",shape="box"];658 -> 695[label="",style="solid", color="black", weight=3]; 659[label="[] == xy2600 : xy2601",fontsize=16,color="black",shape="box"];659 -> 696[label="",style="solid", color="black", weight=3]; 660[label="[] == []",fontsize=16,color="black",shape="box"];660 -> 697[label="",style="solid", color="black", weight=3]; 661[label="Integer xy230 == Integer xy2600",fontsize=16,color="black",shape="box"];661 -> 698[label="",style="solid", color="black", weight=3]; 662[label="(xy230,xy231,xy232) == (xy2600,xy2601,xy2602)",fontsize=16,color="black",shape="box"];662 -> 699[label="",style="solid", color="black", weight=3]; 663[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];663 -> 700[label="",style="solid", color="black", weight=3]; 664[label="Nothing == Just xy2600",fontsize=16,color="black",shape="box"];664 -> 701[label="",style="solid", color="black", weight=3]; 665[label="Just xy230 == Nothing",fontsize=16,color="black",shape="box"];665 -> 702[label="",style="solid", color="black", weight=3]; 666[label="Just xy230 == Just xy2600",fontsize=16,color="black",shape="box"];666 -> 703[label="",style="solid", color="black", weight=3]; 667[label="xy230 :% xy231 == xy2600 :% xy2601",fontsize=16,color="black",shape="box"];667 -> 704[label="",style="solid", color="black", weight=3]; 668[label="primEqInt (Pos xy230) xy260",fontsize=16,color="burlywood",shape="box"];1353[label="xy230/Succ xy2300",fontsize=10,color="white",style="solid",shape="box"];668 -> 1353[label="",style="solid", color="burlywood", weight=9]; 1353 -> 705[label="",style="solid", color="burlywood", weight=3]; 1354[label="xy230/Zero",fontsize=10,color="white",style="solid",shape="box"];668 -> 1354[label="",style="solid", color="burlywood", weight=9]; 1354 -> 706[label="",style="solid", color="burlywood", weight=3]; 669[label="primEqInt (Neg xy230) xy260",fontsize=16,color="burlywood",shape="box"];1355[label="xy230/Succ xy2300",fontsize=10,color="white",style="solid",shape="box"];669 -> 1355[label="",style="solid", color="burlywood", weight=9]; 1355 -> 707[label="",style="solid", color="burlywood", weight=3]; 1356[label="xy230/Zero",fontsize=10,color="white",style="solid",shape="box"];669 -> 1356[label="",style="solid", color="burlywood", weight=9]; 1356 -> 708[label="",style="solid", color="burlywood", weight=3]; 670 -> 586[label="",style="dashed", color="red", weight=0]; 670[label="List.isPrefixOf xy221 xy2611",fontsize=16,color="magenta"];670 -> 709[label="",style="dashed", color="magenta", weight=3]; 670 -> 710[label="",style="dashed", color="magenta", weight=3]; 671[label="xy220 == xy2610",fontsize=16,color="blue",shape="box"];1357[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];671 -> 1357[label="",style="solid", color="blue", weight=9]; 1357 -> 711[label="",style="solid", color="blue", weight=3]; 1358[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];671 -> 1358[label="",style="solid", color="blue", weight=9]; 1358 -> 712[label="",style="solid", color="blue", weight=3]; 1359[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];671 -> 1359[label="",style="solid", color="blue", weight=9]; 1359 -> 713[label="",style="solid", color="blue", weight=3]; 1360[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];671 -> 1360[label="",style="solid", color="blue", weight=9]; 1360 -> 714[label="",style="solid", color="blue", weight=3]; 1361[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];671 -> 1361[label="",style="solid", color="blue", weight=9]; 1361 -> 715[label="",style="solid", color="blue", weight=3]; 1362[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];671 -> 1362[label="",style="solid", color="blue", weight=9]; 1362 -> 716[label="",style="solid", color="blue", weight=3]; 1363[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];671 -> 1363[label="",style="solid", color="blue", weight=9]; 1363 -> 717[label="",style="solid", color="blue", weight=3]; 1364[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];671 -> 1364[label="",style="solid", color="blue", weight=9]; 1364 -> 718[label="",style="solid", color="blue", weight=3]; 1365[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];671 -> 1365[label="",style="solid", color="blue", weight=9]; 1365 -> 719[label="",style="solid", color="blue", weight=3]; 1366[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];671 -> 1366[label="",style="solid", color="blue", weight=9]; 1366 -> 720[label="",style="solid", color="blue", weight=3]; 1367[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];671 -> 1367[label="",style="solid", color="blue", weight=9]; 1367 -> 721[label="",style="solid", color="blue", weight=3]; 1368[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];671 -> 1368[label="",style="solid", color="blue", weight=9]; 1368 -> 722[label="",style="solid", color="blue", weight=3]; 1369[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];671 -> 1369[label="",style="solid", color="blue", weight=9]; 1369 -> 723[label="",style="solid", color="blue", weight=3]; 1370[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];671 -> 1370[label="",style="solid", color="blue", weight=9]; 1370 -> 724[label="",style="solid", color="blue", weight=3]; 672[label="True",fontsize=16,color="green",shape="box"];673[label="primEqDouble (Double xy230 xy231) (Double xy2600 xy2601)",fontsize=16,color="black",shape="box"];673 -> 725[label="",style="solid", color="black", weight=3]; 674[label="True",fontsize=16,color="green",shape="box"];675[label="False",fontsize=16,color="green",shape="box"];676[label="False",fontsize=16,color="green",shape="box"];677[label="False",fontsize=16,color="green",shape="box"];678[label="True",fontsize=16,color="green",shape="box"];679[label="False",fontsize=16,color="green",shape="box"];680[label="False",fontsize=16,color="green",shape="box"];681[label="False",fontsize=16,color="green",shape="box"];682[label="True",fontsize=16,color="green",shape="box"];683[label="primEqChar (Char xy230) (Char xy2600)",fontsize=16,color="black",shape="box"];683 -> 726[label="",style="solid", color="black", weight=3]; 684[label="xy230 == xy2600",fontsize=16,color="blue",shape="box"];1371[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];684 -> 1371[label="",style="solid", color="blue", weight=9]; 1371 -> 727[label="",style="solid", color="blue", weight=3]; 1372[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];684 -> 1372[label="",style="solid", color="blue", weight=9]; 1372 -> 728[label="",style="solid", color="blue", weight=3]; 1373[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];684 -> 1373[label="",style="solid", color="blue", weight=9]; 1373 -> 729[label="",style="solid", color="blue", weight=3]; 1374[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];684 -> 1374[label="",style="solid", color="blue", weight=9]; 1374 -> 730[label="",style="solid", color="blue", weight=3]; 1375[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];684 -> 1375[label="",style="solid", color="blue", weight=9]; 1375 -> 731[label="",style="solid", color="blue", weight=3]; 1376[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];684 -> 1376[label="",style="solid", color="blue", weight=9]; 1376 -> 732[label="",style="solid", color="blue", weight=3]; 1377[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];684 -> 1377[label="",style="solid", color="blue", weight=9]; 1377 -> 733[label="",style="solid", color="blue", weight=3]; 1378[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];684 -> 1378[label="",style="solid", color="blue", weight=9]; 1378 -> 734[label="",style="solid", color="blue", weight=3]; 1379[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];684 -> 1379[label="",style="solid", color="blue", weight=9]; 1379 -> 735[label="",style="solid", color="blue", weight=3]; 1380[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];684 -> 1380[label="",style="solid", color="blue", weight=9]; 1380 -> 736[label="",style="solid", color="blue", weight=3]; 1381[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];684 -> 1381[label="",style="solid", color="blue", weight=9]; 1381 -> 737[label="",style="solid", color="blue", weight=3]; 1382[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];684 -> 1382[label="",style="solid", color="blue", weight=9]; 1382 -> 738[label="",style="solid", color="blue", weight=3]; 1383[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];684 -> 1383[label="",style="solid", color="blue", weight=9]; 1383 -> 739[label="",style="solid", color="blue", weight=3]; 1384[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];684 -> 1384[label="",style="solid", color="blue", weight=9]; 1384 -> 740[label="",style="solid", color="blue", weight=3]; 685[label="False",fontsize=16,color="green",shape="box"];686[label="False",fontsize=16,color="green",shape="box"];687[label="xy230 == xy2600",fontsize=16,color="blue",shape="box"];1385[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];687 -> 1385[label="",style="solid", color="blue", weight=9]; 1385 -> 741[label="",style="solid", color="blue", weight=3]; 1386[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];687 -> 1386[label="",style="solid", color="blue", weight=9]; 1386 -> 742[label="",style="solid", color="blue", weight=3]; 1387[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];687 -> 1387[label="",style="solid", color="blue", weight=9]; 1387 -> 743[label="",style="solid", color="blue", weight=3]; 1388[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];687 -> 1388[label="",style="solid", color="blue", weight=9]; 1388 -> 744[label="",style="solid", color="blue", weight=3]; 1389[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];687 -> 1389[label="",style="solid", color="blue", weight=9]; 1389 -> 745[label="",style="solid", color="blue", weight=3]; 1390[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];687 -> 1390[label="",style="solid", color="blue", weight=9]; 1390 -> 746[label="",style="solid", color="blue", weight=3]; 1391[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];687 -> 1391[label="",style="solid", color="blue", weight=9]; 1391 -> 747[label="",style="solid", color="blue", weight=3]; 1392[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];687 -> 1392[label="",style="solid", color="blue", weight=9]; 1392 -> 748[label="",style="solid", color="blue", weight=3]; 1393[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];687 -> 1393[label="",style="solid", color="blue", weight=9]; 1393 -> 749[label="",style="solid", color="blue", weight=3]; 1394[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];687 -> 1394[label="",style="solid", color="blue", weight=9]; 1394 -> 750[label="",style="solid", color="blue", weight=3]; 1395[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];687 -> 1395[label="",style="solid", color="blue", weight=9]; 1395 -> 751[label="",style="solid", color="blue", weight=3]; 1396[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];687 -> 1396[label="",style="solid", color="blue", weight=9]; 1396 -> 752[label="",style="solid", color="blue", weight=3]; 1397[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];687 -> 1397[label="",style="solid", color="blue", weight=9]; 1397 -> 753[label="",style="solid", color="blue", weight=3]; 1398[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];687 -> 1398[label="",style="solid", color="blue", weight=9]; 1398 -> 754[label="",style="solid", color="blue", weight=3]; 688[label="True",fontsize=16,color="green",shape="box"];689[label="False",fontsize=16,color="green",shape="box"];690[label="False",fontsize=16,color="green",shape="box"];691[label="True",fontsize=16,color="green",shape="box"];692 -> 585[label="",style="dashed", color="red", weight=0]; 692[label="xy230 == xy2600 && xy231 == xy2601",fontsize=16,color="magenta"];692 -> 755[label="",style="dashed", color="magenta", weight=3]; 692 -> 756[label="",style="dashed", color="magenta", weight=3]; 693[label="primEqFloat (Float xy230 xy231) (Float xy2600 xy2601)",fontsize=16,color="black",shape="box"];693 -> 757[label="",style="solid", color="black", weight=3]; 694 -> 585[label="",style="dashed", color="red", weight=0]; 694[label="xy230 == xy2600 && xy231 == xy2601",fontsize=16,color="magenta"];694 -> 758[label="",style="dashed", color="magenta", weight=3]; 694 -> 759[label="",style="dashed", color="magenta", weight=3]; 695[label="False",fontsize=16,color="green",shape="box"];696[label="False",fontsize=16,color="green",shape="box"];697[label="True",fontsize=16,color="green",shape="box"];698 -> 630[label="",style="dashed", color="red", weight=0]; 698[label="primEqInt xy230 xy2600",fontsize=16,color="magenta"];698 -> 760[label="",style="dashed", color="magenta", weight=3]; 698 -> 761[label="",style="dashed", color="magenta", weight=3]; 699 -> 585[label="",style="dashed", color="red", weight=0]; 699[label="xy230 == xy2600 && xy231 == xy2601 && xy232 == xy2602",fontsize=16,color="magenta"];699 -> 762[label="",style="dashed", color="magenta", weight=3]; 699 -> 763[label="",style="dashed", color="magenta", weight=3]; 700[label="True",fontsize=16,color="green",shape="box"];701[label="False",fontsize=16,color="green",shape="box"];702[label="False",fontsize=16,color="green",shape="box"];703[label="xy230 == xy2600",fontsize=16,color="blue",shape="box"];1399[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];703 -> 1399[label="",style="solid", color="blue", weight=9]; 1399 -> 764[label="",style="solid", color="blue", weight=3]; 1400[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];703 -> 1400[label="",style="solid", color="blue", weight=9]; 1400 -> 765[label="",style="solid", color="blue", weight=3]; 1401[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];703 -> 1401[label="",style="solid", color="blue", weight=9]; 1401 -> 766[label="",style="solid", color="blue", weight=3]; 1402[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];703 -> 1402[label="",style="solid", color="blue", weight=9]; 1402 -> 767[label="",style="solid", color="blue", weight=3]; 1403[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];703 -> 1403[label="",style="solid", color="blue", weight=9]; 1403 -> 768[label="",style="solid", color="blue", weight=3]; 1404[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];703 -> 1404[label="",style="solid", color="blue", weight=9]; 1404 -> 769[label="",style="solid", color="blue", weight=3]; 1405[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];703 -> 1405[label="",style="solid", color="blue", weight=9]; 1405 -> 770[label="",style="solid", color="blue", weight=3]; 1406[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];703 -> 1406[label="",style="solid", color="blue", weight=9]; 1406 -> 771[label="",style="solid", color="blue", weight=3]; 1407[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];703 -> 1407[label="",style="solid", color="blue", weight=9]; 1407 -> 772[label="",style="solid", color="blue", weight=3]; 1408[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];703 -> 1408[label="",style="solid", color="blue", weight=9]; 1408 -> 773[label="",style="solid", color="blue", weight=3]; 1409[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];703 -> 1409[label="",style="solid", color="blue", weight=9]; 1409 -> 774[label="",style="solid", color="blue", weight=3]; 1410[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];703 -> 1410[label="",style="solid", color="blue", weight=9]; 1410 -> 775[label="",style="solid", color="blue", weight=3]; 1411[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];703 -> 1411[label="",style="solid", color="blue", weight=9]; 1411 -> 776[label="",style="solid", color="blue", weight=3]; 1412[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];703 -> 1412[label="",style="solid", color="blue", weight=9]; 1412 -> 777[label="",style="solid", color="blue", weight=3]; 704 -> 585[label="",style="dashed", color="red", weight=0]; 704[label="xy230 == xy2600 && xy231 == xy2601",fontsize=16,color="magenta"];704 -> 778[label="",style="dashed", color="magenta", weight=3]; 704 -> 779[label="",style="dashed", color="magenta", weight=3]; 705[label="primEqInt (Pos (Succ xy2300)) xy260",fontsize=16,color="burlywood",shape="box"];1413[label="xy260/Pos xy2600",fontsize=10,color="white",style="solid",shape="box"];705 -> 1413[label="",style="solid", color="burlywood", weight=9]; 1413 -> 780[label="",style="solid", color="burlywood", weight=3]; 1414[label="xy260/Neg xy2600",fontsize=10,color="white",style="solid",shape="box"];705 -> 1414[label="",style="solid", color="burlywood", weight=9]; 1414 -> 781[label="",style="solid", color="burlywood", weight=3]; 706[label="primEqInt (Pos Zero) xy260",fontsize=16,color="burlywood",shape="box"];1415[label="xy260/Pos xy2600",fontsize=10,color="white",style="solid",shape="box"];706 -> 1415[label="",style="solid", color="burlywood", weight=9]; 1415 -> 782[label="",style="solid", color="burlywood", weight=3]; 1416[label="xy260/Neg xy2600",fontsize=10,color="white",style="solid",shape="box"];706 -> 1416[label="",style="solid", color="burlywood", weight=9]; 1416 -> 783[label="",style="solid", color="burlywood", weight=3]; 707[label="primEqInt (Neg (Succ xy2300)) xy260",fontsize=16,color="burlywood",shape="box"];1417[label="xy260/Pos xy2600",fontsize=10,color="white",style="solid",shape="box"];707 -> 1417[label="",style="solid", color="burlywood", weight=9]; 1417 -> 784[label="",style="solid", color="burlywood", weight=3]; 1418[label="xy260/Neg xy2600",fontsize=10,color="white",style="solid",shape="box"];707 -> 1418[label="",style="solid", color="burlywood", weight=9]; 1418 -> 785[label="",style="solid", color="burlywood", weight=3]; 708[label="primEqInt (Neg Zero) xy260",fontsize=16,color="burlywood",shape="box"];1419[label="xy260/Pos xy2600",fontsize=10,color="white",style="solid",shape="box"];708 -> 1419[label="",style="solid", color="burlywood", weight=9]; 1419 -> 786[label="",style="solid", color="burlywood", weight=3]; 1420[label="xy260/Neg xy2600",fontsize=10,color="white",style="solid",shape="box"];708 -> 1420[label="",style="solid", color="burlywood", weight=9]; 1420 -> 787[label="",style="solid", color="burlywood", weight=3]; 709[label="xy2611",fontsize=16,color="green",shape="box"];710[label="xy221",fontsize=16,color="green",shape="box"];711 -> 592[label="",style="dashed", color="red", weight=0]; 711[label="xy220 == xy2610",fontsize=16,color="magenta"];711 -> 788[label="",style="dashed", color="magenta", weight=3]; 711 -> 789[label="",style="dashed", color="magenta", weight=3]; 712 -> 593[label="",style="dashed", color="red", weight=0]; 712[label="xy220 == xy2610",fontsize=16,color="magenta"];712 -> 790[label="",style="dashed", color="magenta", weight=3]; 712 -> 791[label="",style="dashed", color="magenta", weight=3]; 713 -> 594[label="",style="dashed", color="red", weight=0]; 713[label="xy220 == xy2610",fontsize=16,color="magenta"];713 -> 792[label="",style="dashed", color="magenta", weight=3]; 713 -> 793[label="",style="dashed", color="magenta", weight=3]; 714 -> 595[label="",style="dashed", color="red", weight=0]; 714[label="xy220 == xy2610",fontsize=16,color="magenta"];714 -> 794[label="",style="dashed", color="magenta", weight=3]; 714 -> 795[label="",style="dashed", color="magenta", weight=3]; 715 -> 596[label="",style="dashed", color="red", weight=0]; 715[label="xy220 == xy2610",fontsize=16,color="magenta"];715 -> 796[label="",style="dashed", color="magenta", weight=3]; 715 -> 797[label="",style="dashed", color="magenta", weight=3]; 716 -> 597[label="",style="dashed", color="red", weight=0]; 716[label="xy220 == xy2610",fontsize=16,color="magenta"];716 -> 798[label="",style="dashed", color="magenta", weight=3]; 716 -> 799[label="",style="dashed", color="magenta", weight=3]; 717 -> 598[label="",style="dashed", color="red", weight=0]; 717[label="xy220 == xy2610",fontsize=16,color="magenta"];717 -> 800[label="",style="dashed", color="magenta", weight=3]; 717 -> 801[label="",style="dashed", color="magenta", weight=3]; 718 -> 599[label="",style="dashed", color="red", weight=0]; 718[label="xy220 == xy2610",fontsize=16,color="magenta"];718 -> 802[label="",style="dashed", color="magenta", weight=3]; 718 -> 803[label="",style="dashed", color="magenta", weight=3]; 719 -> 600[label="",style="dashed", color="red", weight=0]; 719[label="xy220 == xy2610",fontsize=16,color="magenta"];719 -> 804[label="",style="dashed", color="magenta", weight=3]; 719 -> 805[label="",style="dashed", color="magenta", weight=3]; 720 -> 601[label="",style="dashed", color="red", weight=0]; 720[label="xy220 == xy2610",fontsize=16,color="magenta"];720 -> 806[label="",style="dashed", color="magenta", weight=3]; 720 -> 807[label="",style="dashed", color="magenta", weight=3]; 721 -> 602[label="",style="dashed", color="red", weight=0]; 721[label="xy220 == xy2610",fontsize=16,color="magenta"];721 -> 808[label="",style="dashed", color="magenta", weight=3]; 721 -> 809[label="",style="dashed", color="magenta", weight=3]; 722 -> 603[label="",style="dashed", color="red", weight=0]; 722[label="xy220 == xy2610",fontsize=16,color="magenta"];722 -> 810[label="",style="dashed", color="magenta", weight=3]; 722 -> 811[label="",style="dashed", color="magenta", weight=3]; 723 -> 604[label="",style="dashed", color="red", weight=0]; 723[label="xy220 == xy2610",fontsize=16,color="magenta"];723 -> 812[label="",style="dashed", color="magenta", weight=3]; 723 -> 813[label="",style="dashed", color="magenta", weight=3]; 724 -> 605[label="",style="dashed", color="red", weight=0]; 724[label="xy220 == xy2610",fontsize=16,color="magenta"];724 -> 814[label="",style="dashed", color="magenta", weight=3]; 724 -> 815[label="",style="dashed", color="magenta", weight=3]; 725 -> 605[label="",style="dashed", color="red", weight=0]; 725[label="xy230 * xy2601 == xy231 * xy2600",fontsize=16,color="magenta"];725 -> 816[label="",style="dashed", color="magenta", weight=3]; 725 -> 817[label="",style="dashed", color="magenta", weight=3]; 726[label="primEqNat xy230 xy2600",fontsize=16,color="burlywood",shape="triangle"];1421[label="xy230/Succ xy2300",fontsize=10,color="white",style="solid",shape="box"];726 -> 1421[label="",style="solid", color="burlywood", weight=9]; 1421 -> 818[label="",style="solid", color="burlywood", weight=3]; 1422[label="xy230/Zero",fontsize=10,color="white",style="solid",shape="box"];726 -> 1422[label="",style="solid", color="burlywood", weight=9]; 1422 -> 819[label="",style="solid", color="burlywood", weight=3]; 727 -> 592[label="",style="dashed", color="red", weight=0]; 727[label="xy230 == xy2600",fontsize=16,color="magenta"];727 -> 820[label="",style="dashed", color="magenta", weight=3]; 727 -> 821[label="",style="dashed", color="magenta", weight=3]; 728 -> 593[label="",style="dashed", color="red", weight=0]; 728[label="xy230 == xy2600",fontsize=16,color="magenta"];728 -> 822[label="",style="dashed", color="magenta", weight=3]; 728 -> 823[label="",style="dashed", color="magenta", weight=3]; 729 -> 594[label="",style="dashed", color="red", weight=0]; 729[label="xy230 == xy2600",fontsize=16,color="magenta"];729 -> 824[label="",style="dashed", color="magenta", weight=3]; 729 -> 825[label="",style="dashed", color="magenta", weight=3]; 730 -> 595[label="",style="dashed", color="red", weight=0]; 730[label="xy230 == xy2600",fontsize=16,color="magenta"];730 -> 826[label="",style="dashed", color="magenta", weight=3]; 730 -> 827[label="",style="dashed", color="magenta", weight=3]; 731 -> 596[label="",style="dashed", color="red", weight=0]; 731[label="xy230 == xy2600",fontsize=16,color="magenta"];731 -> 828[label="",style="dashed", color="magenta", weight=3]; 731 -> 829[label="",style="dashed", color="magenta", weight=3]; 732 -> 597[label="",style="dashed", color="red", weight=0]; 732[label="xy230 == xy2600",fontsize=16,color="magenta"];732 -> 830[label="",style="dashed", color="magenta", weight=3]; 732 -> 831[label="",style="dashed", color="magenta", weight=3]; 733 -> 598[label="",style="dashed", color="red", weight=0]; 733[label="xy230 == xy2600",fontsize=16,color="magenta"];733 -> 832[label="",style="dashed", color="magenta", weight=3]; 733 -> 833[label="",style="dashed", color="magenta", weight=3]; 734 -> 599[label="",style="dashed", color="red", weight=0]; 734[label="xy230 == xy2600",fontsize=16,color="magenta"];734 -> 834[label="",style="dashed", color="magenta", weight=3]; 734 -> 835[label="",style="dashed", color="magenta", weight=3]; 735 -> 600[label="",style="dashed", color="red", weight=0]; 735[label="xy230 == xy2600",fontsize=16,color="magenta"];735 -> 836[label="",style="dashed", color="magenta", weight=3]; 735 -> 837[label="",style="dashed", color="magenta", weight=3]; 736 -> 601[label="",style="dashed", color="red", weight=0]; 736[label="xy230 == xy2600",fontsize=16,color="magenta"];736 -> 838[label="",style="dashed", color="magenta", weight=3]; 736 -> 839[label="",style="dashed", color="magenta", weight=3]; 737 -> 602[label="",style="dashed", color="red", weight=0]; 737[label="xy230 == xy2600",fontsize=16,color="magenta"];737 -> 840[label="",style="dashed", color="magenta", weight=3]; 737 -> 841[label="",style="dashed", color="magenta", weight=3]; 738 -> 603[label="",style="dashed", color="red", weight=0]; 738[label="xy230 == xy2600",fontsize=16,color="magenta"];738 -> 842[label="",style="dashed", color="magenta", weight=3]; 738 -> 843[label="",style="dashed", color="magenta", weight=3]; 739 -> 604[label="",style="dashed", color="red", weight=0]; 739[label="xy230 == xy2600",fontsize=16,color="magenta"];739 -> 844[label="",style="dashed", color="magenta", weight=3]; 739 -> 845[label="",style="dashed", color="magenta", weight=3]; 740 -> 605[label="",style="dashed", color="red", weight=0]; 740[label="xy230 == xy2600",fontsize=16,color="magenta"];740 -> 846[label="",style="dashed", color="magenta", weight=3]; 740 -> 847[label="",style="dashed", color="magenta", weight=3]; 741 -> 592[label="",style="dashed", color="red", weight=0]; 741[label="xy230 == xy2600",fontsize=16,color="magenta"];741 -> 848[label="",style="dashed", color="magenta", weight=3]; 741 -> 849[label="",style="dashed", color="magenta", weight=3]; 742 -> 593[label="",style="dashed", color="red", weight=0]; 742[label="xy230 == xy2600",fontsize=16,color="magenta"];742 -> 850[label="",style="dashed", color="magenta", weight=3]; 742 -> 851[label="",style="dashed", color="magenta", weight=3]; 743 -> 594[label="",style="dashed", color="red", weight=0]; 743[label="xy230 == xy2600",fontsize=16,color="magenta"];743 -> 852[label="",style="dashed", color="magenta", weight=3]; 743 -> 853[label="",style="dashed", color="magenta", weight=3]; 744 -> 595[label="",style="dashed", color="red", weight=0]; 744[label="xy230 == xy2600",fontsize=16,color="magenta"];744 -> 854[label="",style="dashed", color="magenta", weight=3]; 744 -> 855[label="",style="dashed", color="magenta", weight=3]; 745 -> 596[label="",style="dashed", color="red", weight=0]; 745[label="xy230 == xy2600",fontsize=16,color="magenta"];745 -> 856[label="",style="dashed", color="magenta", weight=3]; 745 -> 857[label="",style="dashed", color="magenta", weight=3]; 746 -> 597[label="",style="dashed", color="red", weight=0]; 746[label="xy230 == xy2600",fontsize=16,color="magenta"];746 -> 858[label="",style="dashed", color="magenta", weight=3]; 746 -> 859[label="",style="dashed", color="magenta", weight=3]; 747 -> 598[label="",style="dashed", color="red", weight=0]; 747[label="xy230 == xy2600",fontsize=16,color="magenta"];747 -> 860[label="",style="dashed", color="magenta", weight=3]; 747 -> 861[label="",style="dashed", color="magenta", weight=3]; 748 -> 599[label="",style="dashed", color="red", weight=0]; 748[label="xy230 == xy2600",fontsize=16,color="magenta"];748 -> 862[label="",style="dashed", color="magenta", weight=3]; 748 -> 863[label="",style="dashed", color="magenta", weight=3]; 749 -> 600[label="",style="dashed", color="red", weight=0]; 749[label="xy230 == xy2600",fontsize=16,color="magenta"];749 -> 864[label="",style="dashed", color="magenta", weight=3]; 749 -> 865[label="",style="dashed", color="magenta", weight=3]; 750 -> 601[label="",style="dashed", color="red", weight=0]; 750[label="xy230 == xy2600",fontsize=16,color="magenta"];750 -> 866[label="",style="dashed", color="magenta", weight=3]; 750 -> 867[label="",style="dashed", color="magenta", weight=3]; 751 -> 602[label="",style="dashed", color="red", weight=0]; 751[label="xy230 == xy2600",fontsize=16,color="magenta"];751 -> 868[label="",style="dashed", color="magenta", weight=3]; 751 -> 869[label="",style="dashed", color="magenta", weight=3]; 752 -> 603[label="",style="dashed", color="red", weight=0]; 752[label="xy230 == xy2600",fontsize=16,color="magenta"];752 -> 870[label="",style="dashed", color="magenta", weight=3]; 752 -> 871[label="",style="dashed", color="magenta", weight=3]; 753 -> 604[label="",style="dashed", color="red", weight=0]; 753[label="xy230 == xy2600",fontsize=16,color="magenta"];753 -> 872[label="",style="dashed", color="magenta", weight=3]; 753 -> 873[label="",style="dashed", color="magenta", weight=3]; 754 -> 605[label="",style="dashed", color="red", weight=0]; 754[label="xy230 == xy2600",fontsize=16,color="magenta"];754 -> 874[label="",style="dashed", color="magenta", weight=3]; 754 -> 875[label="",style="dashed", color="magenta", weight=3]; 755[label="xy231 == xy2601",fontsize=16,color="blue",shape="box"];1423[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 1423[label="",style="solid", color="blue", weight=9]; 1423 -> 876[label="",style="solid", color="blue", weight=3]; 1424[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 1424[label="",style="solid", color="blue", weight=9]; 1424 -> 877[label="",style="solid", color="blue", weight=3]; 1425[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 1425[label="",style="solid", color="blue", weight=9]; 1425 -> 878[label="",style="solid", color="blue", weight=3]; 1426[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 1426[label="",style="solid", color="blue", weight=9]; 1426 -> 879[label="",style="solid", color="blue", weight=3]; 1427[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 1427[label="",style="solid", color="blue", weight=9]; 1427 -> 880[label="",style="solid", color="blue", weight=3]; 1428[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 1428[label="",style="solid", color="blue", weight=9]; 1428 -> 881[label="",style="solid", color="blue", weight=3]; 1429[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 1429[label="",style="solid", color="blue", weight=9]; 1429 -> 882[label="",style="solid", color="blue", weight=3]; 1430[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 1430[label="",style="solid", color="blue", weight=9]; 1430 -> 883[label="",style="solid", color="blue", weight=3]; 1431[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 1431[label="",style="solid", color="blue", weight=9]; 1431 -> 884[label="",style="solid", color="blue", weight=3]; 1432[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 1432[label="",style="solid", color="blue", weight=9]; 1432 -> 885[label="",style="solid", color="blue", weight=3]; 1433[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 1433[label="",style="solid", color="blue", weight=9]; 1433 -> 886[label="",style="solid", color="blue", weight=3]; 1434[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 1434[label="",style="solid", color="blue", weight=9]; 1434 -> 887[label="",style="solid", color="blue", weight=3]; 1435[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 1435[label="",style="solid", color="blue", weight=9]; 1435 -> 888[label="",style="solid", color="blue", weight=3]; 1436[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 1436[label="",style="solid", color="blue", weight=9]; 1436 -> 889[label="",style="solid", color="blue", weight=3]; 756[label="xy230 == xy2600",fontsize=16,color="blue",shape="box"];1437[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];756 -> 1437[label="",style="solid", color="blue", weight=9]; 1437 -> 890[label="",style="solid", color="blue", weight=3]; 1438[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];756 -> 1438[label="",style="solid", color="blue", weight=9]; 1438 -> 891[label="",style="solid", color="blue", weight=3]; 1439[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];756 -> 1439[label="",style="solid", color="blue", weight=9]; 1439 -> 892[label="",style="solid", color="blue", weight=3]; 1440[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];756 -> 1440[label="",style="solid", color="blue", weight=9]; 1440 -> 893[label="",style="solid", color="blue", weight=3]; 1441[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];756 -> 1441[label="",style="solid", color="blue", weight=9]; 1441 -> 894[label="",style="solid", color="blue", weight=3]; 1442[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];756 -> 1442[label="",style="solid", color="blue", weight=9]; 1442 -> 895[label="",style="solid", color="blue", weight=3]; 1443[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];756 -> 1443[label="",style="solid", color="blue", weight=9]; 1443 -> 896[label="",style="solid", color="blue", weight=3]; 1444[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];756 -> 1444[label="",style="solid", color="blue", weight=9]; 1444 -> 897[label="",style="solid", color="blue", weight=3]; 1445[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];756 -> 1445[label="",style="solid", color="blue", weight=9]; 1445 -> 898[label="",style="solid", color="blue", weight=3]; 1446[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];756 -> 1446[label="",style="solid", color="blue", weight=9]; 1446 -> 899[label="",style="solid", color="blue", weight=3]; 1447[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];756 -> 1447[label="",style="solid", color="blue", weight=9]; 1447 -> 900[label="",style="solid", color="blue", weight=3]; 1448[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];756 -> 1448[label="",style="solid", color="blue", weight=9]; 1448 -> 901[label="",style="solid", color="blue", weight=3]; 1449[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];756 -> 1449[label="",style="solid", color="blue", weight=9]; 1449 -> 902[label="",style="solid", color="blue", weight=3]; 1450[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];756 -> 1450[label="",style="solid", color="blue", weight=9]; 1450 -> 903[label="",style="solid", color="blue", weight=3]; 757 -> 605[label="",style="dashed", color="red", weight=0]; 757[label="xy230 * xy2601 == xy231 * xy2600",fontsize=16,color="magenta"];757 -> 904[label="",style="dashed", color="magenta", weight=3]; 757 -> 905[label="",style="dashed", color="magenta", weight=3]; 758 -> 600[label="",style="dashed", color="red", weight=0]; 758[label="xy231 == xy2601",fontsize=16,color="magenta"];758 -> 906[label="",style="dashed", color="magenta", weight=3]; 758 -> 907[label="",style="dashed", color="magenta", weight=3]; 759[label="xy230 == xy2600",fontsize=16,color="blue",shape="box"];1451[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];759 -> 1451[label="",style="solid", color="blue", weight=9]; 1451 -> 908[label="",style="solid", color="blue", weight=3]; 1452[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];759 -> 1452[label="",style="solid", color="blue", weight=9]; 1452 -> 909[label="",style="solid", color="blue", weight=3]; 1453[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];759 -> 1453[label="",style="solid", color="blue", weight=9]; 1453 -> 910[label="",style="solid", color="blue", weight=3]; 1454[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];759 -> 1454[label="",style="solid", color="blue", weight=9]; 1454 -> 911[label="",style="solid", color="blue", weight=3]; 1455[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];759 -> 1455[label="",style="solid", color="blue", weight=9]; 1455 -> 912[label="",style="solid", color="blue", weight=3]; 1456[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];759 -> 1456[label="",style="solid", color="blue", weight=9]; 1456 -> 913[label="",style="solid", color="blue", weight=3]; 1457[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];759 -> 1457[label="",style="solid", color="blue", weight=9]; 1457 -> 914[label="",style="solid", color="blue", weight=3]; 1458[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];759 -> 1458[label="",style="solid", color="blue", weight=9]; 1458 -> 915[label="",style="solid", color="blue", weight=3]; 1459[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];759 -> 1459[label="",style="solid", color="blue", weight=9]; 1459 -> 916[label="",style="solid", color="blue", weight=3]; 1460[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];759 -> 1460[label="",style="solid", color="blue", weight=9]; 1460 -> 917[label="",style="solid", color="blue", weight=3]; 1461[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];759 -> 1461[label="",style="solid", color="blue", weight=9]; 1461 -> 918[label="",style="solid", color="blue", weight=3]; 1462[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];759 -> 1462[label="",style="solid", color="blue", weight=9]; 1462 -> 919[label="",style="solid", color="blue", weight=3]; 1463[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];759 -> 1463[label="",style="solid", color="blue", weight=9]; 1463 -> 920[label="",style="solid", color="blue", weight=3]; 1464[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];759 -> 1464[label="",style="solid", color="blue", weight=9]; 1464 -> 921[label="",style="solid", color="blue", weight=3]; 760[label="xy230",fontsize=16,color="green",shape="box"];761[label="xy2600",fontsize=16,color="green",shape="box"];762 -> 585[label="",style="dashed", color="red", weight=0]; 762[label="xy231 == xy2601 && xy232 == xy2602",fontsize=16,color="magenta"];762 -> 922[label="",style="dashed", color="magenta", weight=3]; 762 -> 923[label="",style="dashed", color="magenta", weight=3]; 763[label="xy230 == xy2600",fontsize=16,color="blue",shape="box"];1465[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];763 -> 1465[label="",style="solid", color="blue", weight=9]; 1465 -> 924[label="",style="solid", color="blue", weight=3]; 1466[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];763 -> 1466[label="",style="solid", color="blue", weight=9]; 1466 -> 925[label="",style="solid", color="blue", weight=3]; 1467[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];763 -> 1467[label="",style="solid", color="blue", weight=9]; 1467 -> 926[label="",style="solid", color="blue", weight=3]; 1468[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];763 -> 1468[label="",style="solid", color="blue", weight=9]; 1468 -> 927[label="",style="solid", color="blue", weight=3]; 1469[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];763 -> 1469[label="",style="solid", color="blue", weight=9]; 1469 -> 928[label="",style="solid", color="blue", weight=3]; 1470[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];763 -> 1470[label="",style="solid", color="blue", weight=9]; 1470 -> 929[label="",style="solid", color="blue", weight=3]; 1471[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];763 -> 1471[label="",style="solid", color="blue", weight=9]; 1471 -> 930[label="",style="solid", color="blue", weight=3]; 1472[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];763 -> 1472[label="",style="solid", color="blue", weight=9]; 1472 -> 931[label="",style="solid", color="blue", weight=3]; 1473[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];763 -> 1473[label="",style="solid", color="blue", weight=9]; 1473 -> 932[label="",style="solid", color="blue", weight=3]; 1474[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];763 -> 1474[label="",style="solid", color="blue", weight=9]; 1474 -> 933[label="",style="solid", color="blue", weight=3]; 1475[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];763 -> 1475[label="",style="solid", color="blue", weight=9]; 1475 -> 934[label="",style="solid", color="blue", weight=3]; 1476[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];763 -> 1476[label="",style="solid", color="blue", weight=9]; 1476 -> 935[label="",style="solid", color="blue", weight=3]; 1477[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];763 -> 1477[label="",style="solid", color="blue", weight=9]; 1477 -> 936[label="",style="solid", color="blue", weight=3]; 1478[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];763 -> 1478[label="",style="solid", color="blue", weight=9]; 1478 -> 937[label="",style="solid", color="blue", weight=3]; 764 -> 592[label="",style="dashed", color="red", weight=0]; 764[label="xy230 == xy2600",fontsize=16,color="magenta"];764 -> 938[label="",style="dashed", color="magenta", weight=3]; 764 -> 939[label="",style="dashed", color="magenta", weight=3]; 765 -> 593[label="",style="dashed", color="red", weight=0]; 765[label="xy230 == xy2600",fontsize=16,color="magenta"];765 -> 940[label="",style="dashed", color="magenta", weight=3]; 765 -> 941[label="",style="dashed", color="magenta", weight=3]; 766 -> 594[label="",style="dashed", color="red", weight=0]; 766[label="xy230 == xy2600",fontsize=16,color="magenta"];766 -> 942[label="",style="dashed", color="magenta", weight=3]; 766 -> 943[label="",style="dashed", color="magenta", weight=3]; 767 -> 595[label="",style="dashed", color="red", weight=0]; 767[label="xy230 == xy2600",fontsize=16,color="magenta"];767 -> 944[label="",style="dashed", color="magenta", weight=3]; 767 -> 945[label="",style="dashed", color="magenta", weight=3]; 768 -> 596[label="",style="dashed", color="red", weight=0]; 768[label="xy230 == xy2600",fontsize=16,color="magenta"];768 -> 946[label="",style="dashed", color="magenta", weight=3]; 768 -> 947[label="",style="dashed", color="magenta", weight=3]; 769 -> 597[label="",style="dashed", color="red", weight=0]; 769[label="xy230 == xy2600",fontsize=16,color="magenta"];769 -> 948[label="",style="dashed", color="magenta", weight=3]; 769 -> 949[label="",style="dashed", color="magenta", weight=3]; 770 -> 598[label="",style="dashed", color="red", weight=0]; 770[label="xy230 == xy2600",fontsize=16,color="magenta"];770 -> 950[label="",style="dashed", color="magenta", weight=3]; 770 -> 951[label="",style="dashed", color="magenta", weight=3]; 771 -> 599[label="",style="dashed", color="red", weight=0]; 771[label="xy230 == xy2600",fontsize=16,color="magenta"];771 -> 952[label="",style="dashed", color="magenta", weight=3]; 771 -> 953[label="",style="dashed", color="magenta", weight=3]; 772 -> 600[label="",style="dashed", color="red", weight=0]; 772[label="xy230 == xy2600",fontsize=16,color="magenta"];772 -> 954[label="",style="dashed", color="magenta", weight=3]; 772 -> 955[label="",style="dashed", color="magenta", weight=3]; 773 -> 601[label="",style="dashed", color="red", weight=0]; 773[label="xy230 == xy2600",fontsize=16,color="magenta"];773 -> 956[label="",style="dashed", color="magenta", weight=3]; 773 -> 957[label="",style="dashed", color="magenta", weight=3]; 774 -> 602[label="",style="dashed", color="red", weight=0]; 774[label="xy230 == xy2600",fontsize=16,color="magenta"];774 -> 958[label="",style="dashed", color="magenta", weight=3]; 774 -> 959[label="",style="dashed", color="magenta", weight=3]; 775 -> 603[label="",style="dashed", color="red", weight=0]; 775[label="xy230 == xy2600",fontsize=16,color="magenta"];775 -> 960[label="",style="dashed", color="magenta", weight=3]; 775 -> 961[label="",style="dashed", color="magenta", weight=3]; 776 -> 604[label="",style="dashed", color="red", weight=0]; 776[label="xy230 == xy2600",fontsize=16,color="magenta"];776 -> 962[label="",style="dashed", color="magenta", weight=3]; 776 -> 963[label="",style="dashed", color="magenta", weight=3]; 777 -> 605[label="",style="dashed", color="red", weight=0]; 777[label="xy230 == xy2600",fontsize=16,color="magenta"];777 -> 964[label="",style="dashed", color="magenta", weight=3]; 777 -> 965[label="",style="dashed", color="magenta", weight=3]; 778[label="xy231 == xy2601",fontsize=16,color="blue",shape="box"];1479[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];778 -> 1479[label="",style="solid", color="blue", weight=9]; 1479 -> 966[label="",style="solid", color="blue", weight=3]; 1480[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];778 -> 1480[label="",style="solid", color="blue", weight=9]; 1480 -> 967[label="",style="solid", color="blue", weight=3]; 779[label="xy230 == xy2600",fontsize=16,color="blue",shape="box"];1481[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];779 -> 1481[label="",style="solid", color="blue", weight=9]; 1481 -> 968[label="",style="solid", color="blue", weight=3]; 1482[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];779 -> 1482[label="",style="solid", color="blue", weight=9]; 1482 -> 969[label="",style="solid", color="blue", weight=3]; 780[label="primEqInt (Pos (Succ xy2300)) (Pos xy2600)",fontsize=16,color="burlywood",shape="box"];1483[label="xy2600/Succ xy26000",fontsize=10,color="white",style="solid",shape="box"];780 -> 1483[label="",style="solid", color="burlywood", weight=9]; 1483 -> 970[label="",style="solid", color="burlywood", weight=3]; 1484[label="xy2600/Zero",fontsize=10,color="white",style="solid",shape="box"];780 -> 1484[label="",style="solid", color="burlywood", weight=9]; 1484 -> 971[label="",style="solid", color="burlywood", weight=3]; 781[label="primEqInt (Pos (Succ xy2300)) (Neg xy2600)",fontsize=16,color="black",shape="box"];781 -> 972[label="",style="solid", color="black", weight=3]; 782[label="primEqInt (Pos Zero) (Pos xy2600)",fontsize=16,color="burlywood",shape="box"];1485[label="xy2600/Succ xy26000",fontsize=10,color="white",style="solid",shape="box"];782 -> 1485[label="",style="solid", color="burlywood", weight=9]; 1485 -> 973[label="",style="solid", color="burlywood", weight=3]; 1486[label="xy2600/Zero",fontsize=10,color="white",style="solid",shape="box"];782 -> 1486[label="",style="solid", color="burlywood", weight=9]; 1486 -> 974[label="",style="solid", color="burlywood", weight=3]; 783[label="primEqInt (Pos Zero) (Neg xy2600)",fontsize=16,color="burlywood",shape="box"];1487[label="xy2600/Succ xy26000",fontsize=10,color="white",style="solid",shape="box"];783 -> 1487[label="",style="solid", color="burlywood", weight=9]; 1487 -> 975[label="",style="solid", color="burlywood", weight=3]; 1488[label="xy2600/Zero",fontsize=10,color="white",style="solid",shape="box"];783 -> 1488[label="",style="solid", color="burlywood", weight=9]; 1488 -> 976[label="",style="solid", color="burlywood", weight=3]; 784[label="primEqInt (Neg (Succ xy2300)) (Pos xy2600)",fontsize=16,color="black",shape="box"];784 -> 977[label="",style="solid", color="black", weight=3]; 785[label="primEqInt (Neg (Succ xy2300)) (Neg xy2600)",fontsize=16,color="burlywood",shape="box"];1489[label="xy2600/Succ xy26000",fontsize=10,color="white",style="solid",shape="box"];785 -> 1489[label="",style="solid", color="burlywood", weight=9]; 1489 -> 978[label="",style="solid", color="burlywood", weight=3]; 1490[label="xy2600/Zero",fontsize=10,color="white",style="solid",shape="box"];785 -> 1490[label="",style="solid", color="burlywood", weight=9]; 1490 -> 979[label="",style="solid", color="burlywood", weight=3]; 786[label="primEqInt (Neg Zero) (Pos xy2600)",fontsize=16,color="burlywood",shape="box"];1491[label="xy2600/Succ xy26000",fontsize=10,color="white",style="solid",shape="box"];786 -> 1491[label="",style="solid", color="burlywood", weight=9]; 1491 -> 980[label="",style="solid", color="burlywood", weight=3]; 1492[label="xy2600/Zero",fontsize=10,color="white",style="solid",shape="box"];786 -> 1492[label="",style="solid", color="burlywood", weight=9]; 1492 -> 981[label="",style="solid", color="burlywood", weight=3]; 787[label="primEqInt (Neg Zero) (Neg xy2600)",fontsize=16,color="burlywood",shape="box"];1493[label="xy2600/Succ xy26000",fontsize=10,color="white",style="solid",shape="box"];787 -> 1493[label="",style="solid", color="burlywood", weight=9]; 1493 -> 982[label="",style="solid", color="burlywood", weight=3]; 1494[label="xy2600/Zero",fontsize=10,color="white",style="solid",shape="box"];787 -> 1494[label="",style="solid", color="burlywood", weight=9]; 1494 -> 983[label="",style="solid", color="burlywood", weight=3]; 788[label="xy220",fontsize=16,color="green",shape="box"];789[label="xy2610",fontsize=16,color="green",shape="box"];790[label="xy220",fontsize=16,color="green",shape="box"];791[label="xy2610",fontsize=16,color="green",shape="box"];792[label="xy220",fontsize=16,color="green",shape="box"];793[label="xy2610",fontsize=16,color="green",shape="box"];794[label="xy220",fontsize=16,color="green",shape="box"];795[label="xy2610",fontsize=16,color="green",shape="box"];796[label="xy220",fontsize=16,color="green",shape="box"];797[label="xy2610",fontsize=16,color="green",shape="box"];798[label="xy220",fontsize=16,color="green",shape="box"];799[label="xy2610",fontsize=16,color="green",shape="box"];800[label="xy220",fontsize=16,color="green",shape="box"];801[label="xy2610",fontsize=16,color="green",shape="box"];802[label="xy220",fontsize=16,color="green",shape="box"];803[label="xy2610",fontsize=16,color="green",shape="box"];804[label="xy220",fontsize=16,color="green",shape="box"];805[label="xy2610",fontsize=16,color="green",shape="box"];806[label="xy220",fontsize=16,color="green",shape="box"];807[label="xy2610",fontsize=16,color="green",shape="box"];808[label="xy220",fontsize=16,color="green",shape="box"];809[label="xy2610",fontsize=16,color="green",shape="box"];810[label="xy220",fontsize=16,color="green",shape="box"];811[label="xy2610",fontsize=16,color="green",shape="box"];812[label="xy220",fontsize=16,color="green",shape="box"];813[label="xy2610",fontsize=16,color="green",shape="box"];814[label="xy220",fontsize=16,color="green",shape="box"];815[label="xy2610",fontsize=16,color="green",shape="box"];816[label="xy230 * xy2601",fontsize=16,color="black",shape="triangle"];816 -> 984[label="",style="solid", color="black", weight=3]; 817 -> 816[label="",style="dashed", color="red", weight=0]; 817[label="xy231 * xy2600",fontsize=16,color="magenta"];817 -> 985[label="",style="dashed", color="magenta", weight=3]; 817 -> 986[label="",style="dashed", color="magenta", weight=3]; 818[label="primEqNat (Succ xy2300) xy2600",fontsize=16,color="burlywood",shape="box"];1495[label="xy2600/Succ xy26000",fontsize=10,color="white",style="solid",shape="box"];818 -> 1495[label="",style="solid", color="burlywood", weight=9]; 1495 -> 987[label="",style="solid", color="burlywood", weight=3]; 1496[label="xy2600/Zero",fontsize=10,color="white",style="solid",shape="box"];818 -> 1496[label="",style="solid", color="burlywood", weight=9]; 1496 -> 988[label="",style="solid", color="burlywood", weight=3]; 819[label="primEqNat Zero xy2600",fontsize=16,color="burlywood",shape="box"];1497[label="xy2600/Succ xy26000",fontsize=10,color="white",style="solid",shape="box"];819 -> 1497[label="",style="solid", color="burlywood", weight=9]; 1497 -> 989[label="",style="solid", color="burlywood", weight=3]; 1498[label="xy2600/Zero",fontsize=10,color="white",style="solid",shape="box"];819 -> 1498[label="",style="solid", color="burlywood", weight=9]; 1498 -> 990[label="",style="solid", color="burlywood", weight=3]; 820[label="xy230",fontsize=16,color="green",shape="box"];821[label="xy2600",fontsize=16,color="green",shape="box"];822[label="xy230",fontsize=16,color="green",shape="box"];823[label="xy2600",fontsize=16,color="green",shape="box"];824[label="xy230",fontsize=16,color="green",shape="box"];825[label="xy2600",fontsize=16,color="green",shape="box"];826[label="xy230",fontsize=16,color="green",shape="box"];827[label="xy2600",fontsize=16,color="green",shape="box"];828[label="xy230",fontsize=16,color="green",shape="box"];829[label="xy2600",fontsize=16,color="green",shape="box"];830[label="xy230",fontsize=16,color="green",shape="box"];831[label="xy2600",fontsize=16,color="green",shape="box"];832[label="xy230",fontsize=16,color="green",shape="box"];833[label="xy2600",fontsize=16,color="green",shape="box"];834[label="xy230",fontsize=16,color="green",shape="box"];835[label="xy2600",fontsize=16,color="green",shape="box"];836[label="xy230",fontsize=16,color="green",shape="box"];837[label="xy2600",fontsize=16,color="green",shape="box"];838[label="xy230",fontsize=16,color="green",shape="box"];839[label="xy2600",fontsize=16,color="green",shape="box"];840[label="xy230",fontsize=16,color="green",shape="box"];841[label="xy2600",fontsize=16,color="green",shape="box"];842[label="xy230",fontsize=16,color="green",shape="box"];843[label="xy2600",fontsize=16,color="green",shape="box"];844[label="xy230",fontsize=16,color="green",shape="box"];845[label="xy2600",fontsize=16,color="green",shape="box"];846[label="xy230",fontsize=16,color="green",shape="box"];847[label="xy2600",fontsize=16,color="green",shape="box"];848[label="xy230",fontsize=16,color="green",shape="box"];849[label="xy2600",fontsize=16,color="green",shape="box"];850[label="xy230",fontsize=16,color="green",shape="box"];851[label="xy2600",fontsize=16,color="green",shape="box"];852[label="xy230",fontsize=16,color="green",shape="box"];853[label="xy2600",fontsize=16,color="green",shape="box"];854[label="xy230",fontsize=16,color="green",shape="box"];855[label="xy2600",fontsize=16,color="green",shape="box"];856[label="xy230",fontsize=16,color="green",shape="box"];857[label="xy2600",fontsize=16,color="green",shape="box"];858[label="xy230",fontsize=16,color="green",shape="box"];859[label="xy2600",fontsize=16,color="green",shape="box"];860[label="xy230",fontsize=16,color="green",shape="box"];861[label="xy2600",fontsize=16,color="green",shape="box"];862[label="xy230",fontsize=16,color="green",shape="box"];863[label="xy2600",fontsize=16,color="green",shape="box"];864[label="xy230",fontsize=16,color="green",shape="box"];865[label="xy2600",fontsize=16,color="green",shape="box"];866[label="xy230",fontsize=16,color="green",shape="box"];867[label="xy2600",fontsize=16,color="green",shape="box"];868[label="xy230",fontsize=16,color="green",shape="box"];869[label="xy2600",fontsize=16,color="green",shape="box"];870[label="xy230",fontsize=16,color="green",shape="box"];871[label="xy2600",fontsize=16,color="green",shape="box"];872[label="xy230",fontsize=16,color="green",shape="box"];873[label="xy2600",fontsize=16,color="green",shape="box"];874[label="xy230",fontsize=16,color="green",shape="box"];875[label="xy2600",fontsize=16,color="green",shape="box"];876 -> 592[label="",style="dashed", color="red", weight=0]; 876[label="xy231 == xy2601",fontsize=16,color="magenta"];876 -> 991[label="",style="dashed", color="magenta", weight=3]; 876 -> 992[label="",style="dashed", color="magenta", weight=3]; 877 -> 593[label="",style="dashed", color="red", weight=0]; 877[label="xy231 == xy2601",fontsize=16,color="magenta"];877 -> 993[label="",style="dashed", color="magenta", weight=3]; 877 -> 994[label="",style="dashed", color="magenta", weight=3]; 878 -> 594[label="",style="dashed", color="red", weight=0]; 878[label="xy231 == xy2601",fontsize=16,color="magenta"];878 -> 995[label="",style="dashed", color="magenta", weight=3]; 878 -> 996[label="",style="dashed", color="magenta", weight=3]; 879 -> 595[label="",style="dashed", color="red", weight=0]; 879[label="xy231 == xy2601",fontsize=16,color="magenta"];879 -> 997[label="",style="dashed", color="magenta", weight=3]; 879 -> 998[label="",style="dashed", color="magenta", weight=3]; 880 -> 596[label="",style="dashed", color="red", weight=0]; 880[label="xy231 == xy2601",fontsize=16,color="magenta"];880 -> 999[label="",style="dashed", color="magenta", weight=3]; 880 -> 1000[label="",style="dashed", color="magenta", weight=3]; 881 -> 597[label="",style="dashed", color="red", weight=0]; 881[label="xy231 == xy2601",fontsize=16,color="magenta"];881 -> 1001[label="",style="dashed", color="magenta", weight=3]; 881 -> 1002[label="",style="dashed", color="magenta", weight=3]; 882 -> 598[label="",style="dashed", color="red", weight=0]; 882[label="xy231 == xy2601",fontsize=16,color="magenta"];882 -> 1003[label="",style="dashed", color="magenta", weight=3]; 882 -> 1004[label="",style="dashed", color="magenta", weight=3]; 883 -> 599[label="",style="dashed", color="red", weight=0]; 883[label="xy231 == xy2601",fontsize=16,color="magenta"];883 -> 1005[label="",style="dashed", color="magenta", weight=3]; 883 -> 1006[label="",style="dashed", color="magenta", weight=3]; 884 -> 600[label="",style="dashed", color="red", weight=0]; 884[label="xy231 == xy2601",fontsize=16,color="magenta"];884 -> 1007[label="",style="dashed", color="magenta", weight=3]; 884 -> 1008[label="",style="dashed", color="magenta", weight=3]; 885 -> 601[label="",style="dashed", color="red", weight=0]; 885[label="xy231 == xy2601",fontsize=16,color="magenta"];885 -> 1009[label="",style="dashed", color="magenta", weight=3]; 885 -> 1010[label="",style="dashed", color="magenta", weight=3]; 886 -> 602[label="",style="dashed", color="red", weight=0]; 886[label="xy231 == xy2601",fontsize=16,color="magenta"];886 -> 1011[label="",style="dashed", color="magenta", weight=3]; 886 -> 1012[label="",style="dashed", color="magenta", weight=3]; 887 -> 603[label="",style="dashed", color="red", weight=0]; 887[label="xy231 == xy2601",fontsize=16,color="magenta"];887 -> 1013[label="",style="dashed", color="magenta", weight=3]; 887 -> 1014[label="",style="dashed", color="magenta", weight=3]; 888 -> 604[label="",style="dashed", color="red", weight=0]; 888[label="xy231 == xy2601",fontsize=16,color="magenta"];888 -> 1015[label="",style="dashed", color="magenta", weight=3]; 888 -> 1016[label="",style="dashed", color="magenta", weight=3]; 889 -> 605[label="",style="dashed", color="red", weight=0]; 889[label="xy231 == xy2601",fontsize=16,color="magenta"];889 -> 1017[label="",style="dashed", color="magenta", weight=3]; 889 -> 1018[label="",style="dashed", color="magenta", weight=3]; 890 -> 592[label="",style="dashed", color="red", weight=0]; 890[label="xy230 == xy2600",fontsize=16,color="magenta"];890 -> 1019[label="",style="dashed", color="magenta", weight=3]; 890 -> 1020[label="",style="dashed", color="magenta", weight=3]; 891 -> 593[label="",style="dashed", color="red", weight=0]; 891[label="xy230 == xy2600",fontsize=16,color="magenta"];891 -> 1021[label="",style="dashed", color="magenta", weight=3]; 891 -> 1022[label="",style="dashed", color="magenta", weight=3]; 892 -> 594[label="",style="dashed", color="red", weight=0]; 892[label="xy230 == xy2600",fontsize=16,color="magenta"];892 -> 1023[label="",style="dashed", color="magenta", weight=3]; 892 -> 1024[label="",style="dashed", color="magenta", weight=3]; 893 -> 595[label="",style="dashed", color="red", weight=0]; 893[label="xy230 == xy2600",fontsize=16,color="magenta"];893 -> 1025[label="",style="dashed", color="magenta", weight=3]; 893 -> 1026[label="",style="dashed", color="magenta", weight=3]; 894 -> 596[label="",style="dashed", color="red", weight=0]; 894[label="xy230 == xy2600",fontsize=16,color="magenta"];894 -> 1027[label="",style="dashed", color="magenta", weight=3]; 894 -> 1028[label="",style="dashed", color="magenta", weight=3]; 895 -> 597[label="",style="dashed", color="red", weight=0]; 895[label="xy230 == xy2600",fontsize=16,color="magenta"];895 -> 1029[label="",style="dashed", color="magenta", weight=3]; 895 -> 1030[label="",style="dashed", color="magenta", weight=3]; 896 -> 598[label="",style="dashed", color="red", weight=0]; 896[label="xy230 == xy2600",fontsize=16,color="magenta"];896 -> 1031[label="",style="dashed", color="magenta", weight=3]; 896 -> 1032[label="",style="dashed", color="magenta", weight=3]; 897 -> 599[label="",style="dashed", color="red", weight=0]; 897[label="xy230 == xy2600",fontsize=16,color="magenta"];897 -> 1033[label="",style="dashed", color="magenta", weight=3]; 897 -> 1034[label="",style="dashed", color="magenta", weight=3]; 898 -> 600[label="",style="dashed", color="red", weight=0]; 898[label="xy230 == xy2600",fontsize=16,color="magenta"];898 -> 1035[label="",style="dashed", color="magenta", weight=3]; 898 -> 1036[label="",style="dashed", color="magenta", weight=3]; 899 -> 601[label="",style="dashed", color="red", weight=0]; 899[label="xy230 == xy2600",fontsize=16,color="magenta"];899 -> 1037[label="",style="dashed", color="magenta", weight=3]; 899 -> 1038[label="",style="dashed", color="magenta", weight=3]; 900 -> 602[label="",style="dashed", color="red", weight=0]; 900[label="xy230 == xy2600",fontsize=16,color="magenta"];900 -> 1039[label="",style="dashed", color="magenta", weight=3]; 900 -> 1040[label="",style="dashed", color="magenta", weight=3]; 901 -> 603[label="",style="dashed", color="red", weight=0]; 901[label="xy230 == xy2600",fontsize=16,color="magenta"];901 -> 1041[label="",style="dashed", color="magenta", weight=3]; 901 -> 1042[label="",style="dashed", color="magenta", weight=3]; 902 -> 604[label="",style="dashed", color="red", weight=0]; 902[label="xy230 == xy2600",fontsize=16,color="magenta"];902 -> 1043[label="",style="dashed", color="magenta", weight=3]; 902 -> 1044[label="",style="dashed", color="magenta", weight=3]; 903 -> 605[label="",style="dashed", color="red", weight=0]; 903[label="xy230 == xy2600",fontsize=16,color="magenta"];903 -> 1045[label="",style="dashed", color="magenta", weight=3]; 903 -> 1046[label="",style="dashed", color="magenta", weight=3]; 904 -> 816[label="",style="dashed", color="red", weight=0]; 904[label="xy230 * xy2601",fontsize=16,color="magenta"];904 -> 1047[label="",style="dashed", color="magenta", weight=3]; 904 -> 1048[label="",style="dashed", color="magenta", weight=3]; 905 -> 816[label="",style="dashed", color="red", weight=0]; 905[label="xy231 * xy2600",fontsize=16,color="magenta"];905 -> 1049[label="",style="dashed", color="magenta", weight=3]; 905 -> 1050[label="",style="dashed", color="magenta", weight=3]; 906[label="xy231",fontsize=16,color="green",shape="box"];907[label="xy2601",fontsize=16,color="green",shape="box"];908 -> 592[label="",style="dashed", color="red", weight=0]; 908[label="xy230 == xy2600",fontsize=16,color="magenta"];908 -> 1051[label="",style="dashed", color="magenta", weight=3]; 908 -> 1052[label="",style="dashed", color="magenta", weight=3]; 909 -> 593[label="",style="dashed", color="red", weight=0]; 909[label="xy230 == xy2600",fontsize=16,color="magenta"];909 -> 1053[label="",style="dashed", color="magenta", weight=3]; 909 -> 1054[label="",style="dashed", color="magenta", weight=3]; 910 -> 594[label="",style="dashed", color="red", weight=0]; 910[label="xy230 == xy2600",fontsize=16,color="magenta"];910 -> 1055[label="",style="dashed", color="magenta", weight=3]; 910 -> 1056[label="",style="dashed", color="magenta", weight=3]; 911 -> 595[label="",style="dashed", color="red", weight=0]; 911[label="xy230 == xy2600",fontsize=16,color="magenta"];911 -> 1057[label="",style="dashed", color="magenta", weight=3]; 911 -> 1058[label="",style="dashed", color="magenta", weight=3]; 912 -> 596[label="",style="dashed", color="red", weight=0]; 912[label="xy230 == xy2600",fontsize=16,color="magenta"];912 -> 1059[label="",style="dashed", color="magenta", weight=3]; 912 -> 1060[label="",style="dashed", color="magenta", weight=3]; 913 -> 597[label="",style="dashed", color="red", weight=0]; 913[label="xy230 == xy2600",fontsize=16,color="magenta"];913 -> 1061[label="",style="dashed", color="magenta", weight=3]; 913 -> 1062[label="",style="dashed", color="magenta", weight=3]; 914 -> 598[label="",style="dashed", color="red", weight=0]; 914[label="xy230 == xy2600",fontsize=16,color="magenta"];914 -> 1063[label="",style="dashed", color="magenta", weight=3]; 914 -> 1064[label="",style="dashed", color="magenta", weight=3]; 915 -> 599[label="",style="dashed", color="red", weight=0]; 915[label="xy230 == xy2600",fontsize=16,color="magenta"];915 -> 1065[label="",style="dashed", color="magenta", weight=3]; 915 -> 1066[label="",style="dashed", color="magenta", weight=3]; 916 -> 600[label="",style="dashed", color="red", weight=0]; 916[label="xy230 == xy2600",fontsize=16,color="magenta"];916 -> 1067[label="",style="dashed", color="magenta", weight=3]; 916 -> 1068[label="",style="dashed", color="magenta", weight=3]; 917 -> 601[label="",style="dashed", color="red", weight=0]; 917[label="xy230 == xy2600",fontsize=16,color="magenta"];917 -> 1069[label="",style="dashed", color="magenta", weight=3]; 917 -> 1070[label="",style="dashed", color="magenta", weight=3]; 918 -> 602[label="",style="dashed", color="red", weight=0]; 918[label="xy230 == xy2600",fontsize=16,color="magenta"];918 -> 1071[label="",style="dashed", color="magenta", weight=3]; 918 -> 1072[label="",style="dashed", color="magenta", weight=3]; 919 -> 603[label="",style="dashed", color="red", weight=0]; 919[label="xy230 == xy2600",fontsize=16,color="magenta"];919 -> 1073[label="",style="dashed", color="magenta", weight=3]; 919 -> 1074[label="",style="dashed", color="magenta", weight=3]; 920 -> 604[label="",style="dashed", color="red", weight=0]; 920[label="xy230 == xy2600",fontsize=16,color="magenta"];920 -> 1075[label="",style="dashed", color="magenta", weight=3]; 920 -> 1076[label="",style="dashed", color="magenta", weight=3]; 921 -> 605[label="",style="dashed", color="red", weight=0]; 921[label="xy230 == xy2600",fontsize=16,color="magenta"];921 -> 1077[label="",style="dashed", color="magenta", weight=3]; 921 -> 1078[label="",style="dashed", color="magenta", weight=3]; 922[label="xy232 == xy2602",fontsize=16,color="blue",shape="box"];1499[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];922 -> 1499[label="",style="solid", color="blue", weight=9]; 1499 -> 1079[label="",style="solid", color="blue", weight=3]; 1500[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];922 -> 1500[label="",style="solid", color="blue", weight=9]; 1500 -> 1080[label="",style="solid", color="blue", weight=3]; 1501[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];922 -> 1501[label="",style="solid", color="blue", weight=9]; 1501 -> 1081[label="",style="solid", color="blue", weight=3]; 1502[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];922 -> 1502[label="",style="solid", color="blue", weight=9]; 1502 -> 1082[label="",style="solid", color="blue", weight=3]; 1503[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];922 -> 1503[label="",style="solid", color="blue", weight=9]; 1503 -> 1083[label="",style="solid", color="blue", weight=3]; 1504[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];922 -> 1504[label="",style="solid", color="blue", weight=9]; 1504 -> 1084[label="",style="solid", color="blue", weight=3]; 1505[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];922 -> 1505[label="",style="solid", color="blue", weight=9]; 1505 -> 1085[label="",style="solid", color="blue", weight=3]; 1506[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];922 -> 1506[label="",style="solid", color="blue", weight=9]; 1506 -> 1086[label="",style="solid", color="blue", weight=3]; 1507[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];922 -> 1507[label="",style="solid", color="blue", weight=9]; 1507 -> 1087[label="",style="solid", color="blue", weight=3]; 1508[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];922 -> 1508[label="",style="solid", color="blue", weight=9]; 1508 -> 1088[label="",style="solid", color="blue", weight=3]; 1509[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];922 -> 1509[label="",style="solid", color="blue", weight=9]; 1509 -> 1089[label="",style="solid", color="blue", weight=3]; 1510[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];922 -> 1510[label="",style="solid", color="blue", weight=9]; 1510 -> 1090[label="",style="solid", color="blue", weight=3]; 1511[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];922 -> 1511[label="",style="solid", color="blue", weight=9]; 1511 -> 1091[label="",style="solid", color="blue", weight=3]; 1512[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];922 -> 1512[label="",style="solid", color="blue", weight=9]; 1512 -> 1092[label="",style="solid", color="blue", weight=3]; 923[label="xy231 == xy2601",fontsize=16,color="blue",shape="box"];1513[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 1513[label="",style="solid", color="blue", weight=9]; 1513 -> 1093[label="",style="solid", color="blue", weight=3]; 1514[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 1514[label="",style="solid", color="blue", weight=9]; 1514 -> 1094[label="",style="solid", color="blue", weight=3]; 1515[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 1515[label="",style="solid", color="blue", weight=9]; 1515 -> 1095[label="",style="solid", color="blue", weight=3]; 1516[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 1516[label="",style="solid", color="blue", weight=9]; 1516 -> 1096[label="",style="solid", color="blue", weight=3]; 1517[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 1517[label="",style="solid", color="blue", weight=9]; 1517 -> 1097[label="",style="solid", color="blue", weight=3]; 1518[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 1518[label="",style="solid", color="blue", weight=9]; 1518 -> 1098[label="",style="solid", color="blue", weight=3]; 1519[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 1519[label="",style="solid", color="blue", weight=9]; 1519 -> 1099[label="",style="solid", color="blue", weight=3]; 1520[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 1520[label="",style="solid", color="blue", weight=9]; 1520 -> 1100[label="",style="solid", color="blue", weight=3]; 1521[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 1521[label="",style="solid", color="blue", weight=9]; 1521 -> 1101[label="",style="solid", color="blue", weight=3]; 1522[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 1522[label="",style="solid", color="blue", weight=9]; 1522 -> 1102[label="",style="solid", color="blue", weight=3]; 1523[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 1523[label="",style="solid", color="blue", weight=9]; 1523 -> 1103[label="",style="solid", color="blue", weight=3]; 1524[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 1524[label="",style="solid", color="blue", weight=9]; 1524 -> 1104[label="",style="solid", color="blue", weight=3]; 1525[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 1525[label="",style="solid", color="blue", weight=9]; 1525 -> 1105[label="",style="solid", color="blue", weight=3]; 1526[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 1526[label="",style="solid", color="blue", weight=9]; 1526 -> 1106[label="",style="solid", color="blue", weight=3]; 924 -> 592[label="",style="dashed", color="red", weight=0]; 924[label="xy230 == xy2600",fontsize=16,color="magenta"];924 -> 1107[label="",style="dashed", color="magenta", weight=3]; 924 -> 1108[label="",style="dashed", color="magenta", weight=3]; 925 -> 593[label="",style="dashed", color="red", weight=0]; 925[label="xy230 == xy2600",fontsize=16,color="magenta"];925 -> 1109[label="",style="dashed", color="magenta", weight=3]; 925 -> 1110[label="",style="dashed", color="magenta", weight=3]; 926 -> 594[label="",style="dashed", color="red", weight=0]; 926[label="xy230 == xy2600",fontsize=16,color="magenta"];926 -> 1111[label="",style="dashed", color="magenta", weight=3]; 926 -> 1112[label="",style="dashed", color="magenta", weight=3]; 927 -> 595[label="",style="dashed", color="red", weight=0]; 927[label="xy230 == xy2600",fontsize=16,color="magenta"];927 -> 1113[label="",style="dashed", color="magenta", weight=3]; 927 -> 1114[label="",style="dashed", color="magenta", weight=3]; 928 -> 596[label="",style="dashed", color="red", weight=0]; 928[label="xy230 == xy2600",fontsize=16,color="magenta"];928 -> 1115[label="",style="dashed", color="magenta", weight=3]; 928 -> 1116[label="",style="dashed", color="magenta", weight=3]; 929 -> 597[label="",style="dashed", color="red", weight=0]; 929[label="xy230 == xy2600",fontsize=16,color="magenta"];929 -> 1117[label="",style="dashed", color="magenta", weight=3]; 929 -> 1118[label="",style="dashed", color="magenta", weight=3]; 930 -> 598[label="",style="dashed", color="red", weight=0]; 930[label="xy230 == xy2600",fontsize=16,color="magenta"];930 -> 1119[label="",style="dashed", color="magenta", weight=3]; 930 -> 1120[label="",style="dashed", color="magenta", weight=3]; 931 -> 599[label="",style="dashed", color="red", weight=0]; 931[label="xy230 == xy2600",fontsize=16,color="magenta"];931 -> 1121[label="",style="dashed", color="magenta", weight=3]; 931 -> 1122[label="",style="dashed", color="magenta", weight=3]; 932 -> 600[label="",style="dashed", color="red", weight=0]; 932[label="xy230 == xy2600",fontsize=16,color="magenta"];932 -> 1123[label="",style="dashed", color="magenta", weight=3]; 932 -> 1124[label="",style="dashed", color="magenta", weight=3]; 933 -> 601[label="",style="dashed", color="red", weight=0]; 933[label="xy230 == xy2600",fontsize=16,color="magenta"];933 -> 1125[label="",style="dashed", color="magenta", weight=3]; 933 -> 1126[label="",style="dashed", color="magenta", weight=3]; 934 -> 602[label="",style="dashed", color="red", weight=0]; 934[label="xy230 == xy2600",fontsize=16,color="magenta"];934 -> 1127[label="",style="dashed", color="magenta", weight=3]; 934 -> 1128[label="",style="dashed", color="magenta", weight=3]; 935 -> 603[label="",style="dashed", color="red", weight=0]; 935[label="xy230 == xy2600",fontsize=16,color="magenta"];935 -> 1129[label="",style="dashed", color="magenta", weight=3]; 935 -> 1130[label="",style="dashed", color="magenta", weight=3]; 936 -> 604[label="",style="dashed", color="red", weight=0]; 936[label="xy230 == xy2600",fontsize=16,color="magenta"];936 -> 1131[label="",style="dashed", color="magenta", weight=3]; 936 -> 1132[label="",style="dashed", color="magenta", weight=3]; 937 -> 605[label="",style="dashed", color="red", weight=0]; 937[label="xy230 == xy2600",fontsize=16,color="magenta"];937 -> 1133[label="",style="dashed", color="magenta", weight=3]; 937 -> 1134[label="",style="dashed", color="magenta", weight=3]; 938[label="xy230",fontsize=16,color="green",shape="box"];939[label="xy2600",fontsize=16,color="green",shape="box"];940[label="xy230",fontsize=16,color="green",shape="box"];941[label="xy2600",fontsize=16,color="green",shape="box"];942[label="xy230",fontsize=16,color="green",shape="box"];943[label="xy2600",fontsize=16,color="green",shape="box"];944[label="xy230",fontsize=16,color="green",shape="box"];945[label="xy2600",fontsize=16,color="green",shape="box"];946[label="xy230",fontsize=16,color="green",shape="box"];947[label="xy2600",fontsize=16,color="green",shape="box"];948[label="xy230",fontsize=16,color="green",shape="box"];949[label="xy2600",fontsize=16,color="green",shape="box"];950[label="xy230",fontsize=16,color="green",shape="box"];951[label="xy2600",fontsize=16,color="green",shape="box"];952[label="xy230",fontsize=16,color="green",shape="box"];953[label="xy2600",fontsize=16,color="green",shape="box"];954[label="xy230",fontsize=16,color="green",shape="box"];955[label="xy2600",fontsize=16,color="green",shape="box"];956[label="xy230",fontsize=16,color="green",shape="box"];957[label="xy2600",fontsize=16,color="green",shape="box"];958[label="xy230",fontsize=16,color="green",shape="box"];959[label="xy2600",fontsize=16,color="green",shape="box"];960[label="xy230",fontsize=16,color="green",shape="box"];961[label="xy2600",fontsize=16,color="green",shape="box"];962[label="xy230",fontsize=16,color="green",shape="box"];963[label="xy2600",fontsize=16,color="green",shape="box"];964[label="xy230",fontsize=16,color="green",shape="box"];965[label="xy2600",fontsize=16,color="green",shape="box"];966 -> 601[label="",style="dashed", color="red", weight=0]; 966[label="xy231 == xy2601",fontsize=16,color="magenta"];966 -> 1135[label="",style="dashed", color="magenta", weight=3]; 966 -> 1136[label="",style="dashed", color="magenta", weight=3]; 967 -> 605[label="",style="dashed", color="red", weight=0]; 967[label="xy231 == xy2601",fontsize=16,color="magenta"];967 -> 1137[label="",style="dashed", color="magenta", weight=3]; 967 -> 1138[label="",style="dashed", color="magenta", weight=3]; 968 -> 601[label="",style="dashed", color="red", weight=0]; 968[label="xy230 == xy2600",fontsize=16,color="magenta"];968 -> 1139[label="",style="dashed", color="magenta", weight=3]; 968 -> 1140[label="",style="dashed", color="magenta", weight=3]; 969 -> 605[label="",style="dashed", color="red", weight=0]; 969[label="xy230 == xy2600",fontsize=16,color="magenta"];969 -> 1141[label="",style="dashed", color="magenta", weight=3]; 969 -> 1142[label="",style="dashed", color="magenta", weight=3]; 970[label="primEqInt (Pos (Succ xy2300)) (Pos (Succ xy26000))",fontsize=16,color="black",shape="box"];970 -> 1143[label="",style="solid", color="black", weight=3]; 971[label="primEqInt (Pos (Succ xy2300)) (Pos Zero)",fontsize=16,color="black",shape="box"];971 -> 1144[label="",style="solid", color="black", weight=3]; 972[label="False",fontsize=16,color="green",shape="box"];973[label="primEqInt (Pos Zero) (Pos (Succ xy26000))",fontsize=16,color="black",shape="box"];973 -> 1145[label="",style="solid", color="black", weight=3]; 974[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];974 -> 1146[label="",style="solid", color="black", weight=3]; 975[label="primEqInt (Pos Zero) (Neg (Succ xy26000))",fontsize=16,color="black",shape="box"];975 -> 1147[label="",style="solid", color="black", weight=3]; 976[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];976 -> 1148[label="",style="solid", color="black", weight=3]; 977[label="False",fontsize=16,color="green",shape="box"];978[label="primEqInt (Neg (Succ xy2300)) (Neg (Succ xy26000))",fontsize=16,color="black",shape="box"];978 -> 1149[label="",style="solid", color="black", weight=3]; 979[label="primEqInt (Neg (Succ xy2300)) (Neg Zero)",fontsize=16,color="black",shape="box"];979 -> 1150[label="",style="solid", color="black", weight=3]; 980[label="primEqInt (Neg Zero) (Pos (Succ xy26000))",fontsize=16,color="black",shape="box"];980 -> 1151[label="",style="solid", color="black", weight=3]; 981[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];981 -> 1152[label="",style="solid", color="black", weight=3]; 982[label="primEqInt (Neg Zero) (Neg (Succ xy26000))",fontsize=16,color="black",shape="box"];982 -> 1153[label="",style="solid", color="black", weight=3]; 983[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];983 -> 1154[label="",style="solid", color="black", weight=3]; 984[label="primMulInt xy230 xy2601",fontsize=16,color="burlywood",shape="box"];1527[label="xy230/Pos xy2300",fontsize=10,color="white",style="solid",shape="box"];984 -> 1527[label="",style="solid", color="burlywood", weight=9]; 1527 -> 1155[label="",style="solid", color="burlywood", weight=3]; 1528[label="xy230/Neg xy2300",fontsize=10,color="white",style="solid",shape="box"];984 -> 1528[label="",style="solid", color="burlywood", weight=9]; 1528 -> 1156[label="",style="solid", color="burlywood", weight=3]; 985[label="xy2600",fontsize=16,color="green",shape="box"];986[label="xy231",fontsize=16,color="green",shape="box"];987[label="primEqNat (Succ xy2300) (Succ xy26000)",fontsize=16,color="black",shape="box"];987 -> 1157[label="",style="solid", color="black", weight=3]; 988[label="primEqNat (Succ xy2300) Zero",fontsize=16,color="black",shape="box"];988 -> 1158[label="",style="solid", color="black", weight=3]; 989[label="primEqNat Zero (Succ xy26000)",fontsize=16,color="black",shape="box"];989 -> 1159[label="",style="solid", color="black", weight=3]; 990[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];990 -> 1160[label="",style="solid", color="black", weight=3]; 991[label="xy231",fontsize=16,color="green",shape="box"];992[label="xy2601",fontsize=16,color="green",shape="box"];993[label="xy231",fontsize=16,color="green",shape="box"];994[label="xy2601",fontsize=16,color="green",shape="box"];995[label="xy231",fontsize=16,color="green",shape="box"];996[label="xy2601",fontsize=16,color="green",shape="box"];997[label="xy231",fontsize=16,color="green",shape="box"];998[label="xy2601",fontsize=16,color="green",shape="box"];999[label="xy231",fontsize=16,color="green",shape="box"];1000[label="xy2601",fontsize=16,color="green",shape="box"];1001[label="xy231",fontsize=16,color="green",shape="box"];1002[label="xy2601",fontsize=16,color="green",shape="box"];1003[label="xy231",fontsize=16,color="green",shape="box"];1004[label="xy2601",fontsize=16,color="green",shape="box"];1005[label="xy231",fontsize=16,color="green",shape="box"];1006[label="xy2601",fontsize=16,color="green",shape="box"];1007[label="xy231",fontsize=16,color="green",shape="box"];1008[label="xy2601",fontsize=16,color="green",shape="box"];1009[label="xy231",fontsize=16,color="green",shape="box"];1010[label="xy2601",fontsize=16,color="green",shape="box"];1011[label="xy231",fontsize=16,color="green",shape="box"];1012[label="xy2601",fontsize=16,color="green",shape="box"];1013[label="xy231",fontsize=16,color="green",shape="box"];1014[label="xy2601",fontsize=16,color="green",shape="box"];1015[label="xy231",fontsize=16,color="green",shape="box"];1016[label="xy2601",fontsize=16,color="green",shape="box"];1017[label="xy231",fontsize=16,color="green",shape="box"];1018[label="xy2601",fontsize=16,color="green",shape="box"];1019[label="xy230",fontsize=16,color="green",shape="box"];1020[label="xy2600",fontsize=16,color="green",shape="box"];1021[label="xy230",fontsize=16,color="green",shape="box"];1022[label="xy2600",fontsize=16,color="green",shape="box"];1023[label="xy230",fontsize=16,color="green",shape="box"];1024[label="xy2600",fontsize=16,color="green",shape="box"];1025[label="xy230",fontsize=16,color="green",shape="box"];1026[label="xy2600",fontsize=16,color="green",shape="box"];1027[label="xy230",fontsize=16,color="green",shape="box"];1028[label="xy2600",fontsize=16,color="green",shape="box"];1029[label="xy230",fontsize=16,color="green",shape="box"];1030[label="xy2600",fontsize=16,color="green",shape="box"];1031[label="xy230",fontsize=16,color="green",shape="box"];1032[label="xy2600",fontsize=16,color="green",shape="box"];1033[label="xy230",fontsize=16,color="green",shape="box"];1034[label="xy2600",fontsize=16,color="green",shape="box"];1035[label="xy230",fontsize=16,color="green",shape="box"];1036[label="xy2600",fontsize=16,color="green",shape="box"];1037[label="xy230",fontsize=16,color="green",shape="box"];1038[label="xy2600",fontsize=16,color="green",shape="box"];1039[label="xy230",fontsize=16,color="green",shape="box"];1040[label="xy2600",fontsize=16,color="green",shape="box"];1041[label="xy230",fontsize=16,color="green",shape="box"];1042[label="xy2600",fontsize=16,color="green",shape="box"];1043[label="xy230",fontsize=16,color="green",shape="box"];1044[label="xy2600",fontsize=16,color="green",shape="box"];1045[label="xy230",fontsize=16,color="green",shape="box"];1046[label="xy2600",fontsize=16,color="green",shape="box"];1047[label="xy2601",fontsize=16,color="green",shape="box"];1048[label="xy230",fontsize=16,color="green",shape="box"];1049[label="xy2600",fontsize=16,color="green",shape="box"];1050[label="xy231",fontsize=16,color="green",shape="box"];1051[label="xy230",fontsize=16,color="green",shape="box"];1052[label="xy2600",fontsize=16,color="green",shape="box"];1053[label="xy230",fontsize=16,color="green",shape="box"];1054[label="xy2600",fontsize=16,color="green",shape="box"];1055[label="xy230",fontsize=16,color="green",shape="box"];1056[label="xy2600",fontsize=16,color="green",shape="box"];1057[label="xy230",fontsize=16,color="green",shape="box"];1058[label="xy2600",fontsize=16,color="green",shape="box"];1059[label="xy230",fontsize=16,color="green",shape="box"];1060[label="xy2600",fontsize=16,color="green",shape="box"];1061[label="xy230",fontsize=16,color="green",shape="box"];1062[label="xy2600",fontsize=16,color="green",shape="box"];1063[label="xy230",fontsize=16,color="green",shape="box"];1064[label="xy2600",fontsize=16,color="green",shape="box"];1065[label="xy230",fontsize=16,color="green",shape="box"];1066[label="xy2600",fontsize=16,color="green",shape="box"];1067[label="xy230",fontsize=16,color="green",shape="box"];1068[label="xy2600",fontsize=16,color="green",shape="box"];1069[label="xy230",fontsize=16,color="green",shape="box"];1070[label="xy2600",fontsize=16,color="green",shape="box"];1071[label="xy230",fontsize=16,color="green",shape="box"];1072[label="xy2600",fontsize=16,color="green",shape="box"];1073[label="xy230",fontsize=16,color="green",shape="box"];1074[label="xy2600",fontsize=16,color="green",shape="box"];1075[label="xy230",fontsize=16,color="green",shape="box"];1076[label="xy2600",fontsize=16,color="green",shape="box"];1077[label="xy230",fontsize=16,color="green",shape="box"];1078[label="xy2600",fontsize=16,color="green",shape="box"];1079 -> 592[label="",style="dashed", color="red", weight=0]; 1079[label="xy232 == xy2602",fontsize=16,color="magenta"];1079 -> 1161[label="",style="dashed", color="magenta", weight=3]; 1079 -> 1162[label="",style="dashed", color="magenta", weight=3]; 1080 -> 593[label="",style="dashed", color="red", weight=0]; 1080[label="xy232 == xy2602",fontsize=16,color="magenta"];1080 -> 1163[label="",style="dashed", color="magenta", weight=3]; 1080 -> 1164[label="",style="dashed", color="magenta", weight=3]; 1081 -> 594[label="",style="dashed", color="red", weight=0]; 1081[label="xy232 == xy2602",fontsize=16,color="magenta"];1081 -> 1165[label="",style="dashed", color="magenta", weight=3]; 1081 -> 1166[label="",style="dashed", color="magenta", weight=3]; 1082 -> 595[label="",style="dashed", color="red", weight=0]; 1082[label="xy232 == xy2602",fontsize=16,color="magenta"];1082 -> 1167[label="",style="dashed", color="magenta", weight=3]; 1082 -> 1168[label="",style="dashed", color="magenta", weight=3]; 1083 -> 596[label="",style="dashed", color="red", weight=0]; 1083[label="xy232 == xy2602",fontsize=16,color="magenta"];1083 -> 1169[label="",style="dashed", color="magenta", weight=3]; 1083 -> 1170[label="",style="dashed", color="magenta", weight=3]; 1084 -> 597[label="",style="dashed", color="red", weight=0]; 1084[label="xy232 == xy2602",fontsize=16,color="magenta"];1084 -> 1171[label="",style="dashed", color="magenta", weight=3]; 1084 -> 1172[label="",style="dashed", color="magenta", weight=3]; 1085 -> 598[label="",style="dashed", color="red", weight=0]; 1085[label="xy232 == xy2602",fontsize=16,color="magenta"];1085 -> 1173[label="",style="dashed", color="magenta", weight=3]; 1085 -> 1174[label="",style="dashed", color="magenta", weight=3]; 1086 -> 599[label="",style="dashed", color="red", weight=0]; 1086[label="xy232 == xy2602",fontsize=16,color="magenta"];1086 -> 1175[label="",style="dashed", color="magenta", weight=3]; 1086 -> 1176[label="",style="dashed", color="magenta", weight=3]; 1087 -> 600[label="",style="dashed", color="red", weight=0]; 1087[label="xy232 == xy2602",fontsize=16,color="magenta"];1087 -> 1177[label="",style="dashed", color="magenta", weight=3]; 1087 -> 1178[label="",style="dashed", color="magenta", weight=3]; 1088 -> 601[label="",style="dashed", color="red", weight=0]; 1088[label="xy232 == xy2602",fontsize=16,color="magenta"];1088 -> 1179[label="",style="dashed", color="magenta", weight=3]; 1088 -> 1180[label="",style="dashed", color="magenta", weight=3]; 1089 -> 602[label="",style="dashed", color="red", weight=0]; 1089[label="xy232 == xy2602",fontsize=16,color="magenta"];1089 -> 1181[label="",style="dashed", color="magenta", weight=3]; 1089 -> 1182[label="",style="dashed", color="magenta", weight=3]; 1090 -> 603[label="",style="dashed", color="red", weight=0]; 1090[label="xy232 == xy2602",fontsize=16,color="magenta"];1090 -> 1183[label="",style="dashed", color="magenta", weight=3]; 1090 -> 1184[label="",style="dashed", color="magenta", weight=3]; 1091 -> 604[label="",style="dashed", color="red", weight=0]; 1091[label="xy232 == xy2602",fontsize=16,color="magenta"];1091 -> 1185[label="",style="dashed", color="magenta", weight=3]; 1091 -> 1186[label="",style="dashed", color="magenta", weight=3]; 1092 -> 605[label="",style="dashed", color="red", weight=0]; 1092[label="xy232 == xy2602",fontsize=16,color="magenta"];1092 -> 1187[label="",style="dashed", color="magenta", weight=3]; 1092 -> 1188[label="",style="dashed", color="magenta", weight=3]; 1093 -> 592[label="",style="dashed", color="red", weight=0]; 1093[label="xy231 == xy2601",fontsize=16,color="magenta"];1093 -> 1189[label="",style="dashed", color="magenta", weight=3]; 1093 -> 1190[label="",style="dashed", color="magenta", weight=3]; 1094 -> 593[label="",style="dashed", color="red", weight=0]; 1094[label="xy231 == xy2601",fontsize=16,color="magenta"];1094 -> 1191[label="",style="dashed", color="magenta", weight=3]; 1094 -> 1192[label="",style="dashed", color="magenta", weight=3]; 1095 -> 594[label="",style="dashed", color="red", weight=0]; 1095[label="xy231 == xy2601",fontsize=16,color="magenta"];1095 -> 1193[label="",style="dashed", color="magenta", weight=3]; 1095 -> 1194[label="",style="dashed", color="magenta", weight=3]; 1096 -> 595[label="",style="dashed", color="red", weight=0]; 1096[label="xy231 == xy2601",fontsize=16,color="magenta"];1096 -> 1195[label="",style="dashed", color="magenta", weight=3]; 1096 -> 1196[label="",style="dashed", color="magenta", weight=3]; 1097 -> 596[label="",style="dashed", color="red", weight=0]; 1097[label="xy231 == xy2601",fontsize=16,color="magenta"];1097 -> 1197[label="",style="dashed", color="magenta", weight=3]; 1097 -> 1198[label="",style="dashed", color="magenta", weight=3]; 1098 -> 597[label="",style="dashed", color="red", weight=0]; 1098[label="xy231 == xy2601",fontsize=16,color="magenta"];1098 -> 1199[label="",style="dashed", color="magenta", weight=3]; 1098 -> 1200[label="",style="dashed", color="magenta", weight=3]; 1099 -> 598[label="",style="dashed", color="red", weight=0]; 1099[label="xy231 == xy2601",fontsize=16,color="magenta"];1099 -> 1201[label="",style="dashed", color="magenta", weight=3]; 1099 -> 1202[label="",style="dashed", color="magenta", weight=3]; 1100 -> 599[label="",style="dashed", color="red", weight=0]; 1100[label="xy231 == xy2601",fontsize=16,color="magenta"];1100 -> 1203[label="",style="dashed", color="magenta", weight=3]; 1100 -> 1204[label="",style="dashed", color="magenta", weight=3]; 1101 -> 600[label="",style="dashed", color="red", weight=0]; 1101[label="xy231 == xy2601",fontsize=16,color="magenta"];1101 -> 1205[label="",style="dashed", color="magenta", weight=3]; 1101 -> 1206[label="",style="dashed", color="magenta", weight=3]; 1102 -> 601[label="",style="dashed", color="red", weight=0]; 1102[label="xy231 == xy2601",fontsize=16,color="magenta"];1102 -> 1207[label="",style="dashed", color="magenta", weight=3]; 1102 -> 1208[label="",style="dashed", color="magenta", weight=3]; 1103 -> 602[label="",style="dashed", color="red", weight=0]; 1103[label="xy231 == xy2601",fontsize=16,color="magenta"];1103 -> 1209[label="",style="dashed", color="magenta", weight=3]; 1103 -> 1210[label="",style="dashed", color="magenta", weight=3]; 1104 -> 603[label="",style="dashed", color="red", weight=0]; 1104[label="xy231 == xy2601",fontsize=16,color="magenta"];1104 -> 1211[label="",style="dashed", color="magenta", weight=3]; 1104 -> 1212[label="",style="dashed", color="magenta", weight=3]; 1105 -> 604[label="",style="dashed", color="red", weight=0]; 1105[label="xy231 == xy2601",fontsize=16,color="magenta"];1105 -> 1213[label="",style="dashed", color="magenta", weight=3]; 1105 -> 1214[label="",style="dashed", color="magenta", weight=3]; 1106 -> 605[label="",style="dashed", color="red", weight=0]; 1106[label="xy231 == xy2601",fontsize=16,color="magenta"];1106 -> 1215[label="",style="dashed", color="magenta", weight=3]; 1106 -> 1216[label="",style="dashed", color="magenta", weight=3]; 1107[label="xy230",fontsize=16,color="green",shape="box"];1108[label="xy2600",fontsize=16,color="green",shape="box"];1109[label="xy230",fontsize=16,color="green",shape="box"];1110[label="xy2600",fontsize=16,color="green",shape="box"];1111[label="xy230",fontsize=16,color="green",shape="box"];1112[label="xy2600",fontsize=16,color="green",shape="box"];1113[label="xy230",fontsize=16,color="green",shape="box"];1114[label="xy2600",fontsize=16,color="green",shape="box"];1115[label="xy230",fontsize=16,color="green",shape="box"];1116[label="xy2600",fontsize=16,color="green",shape="box"];1117[label="xy230",fontsize=16,color="green",shape="box"];1118[label="xy2600",fontsize=16,color="green",shape="box"];1119[label="xy230",fontsize=16,color="green",shape="box"];1120[label="xy2600",fontsize=16,color="green",shape="box"];1121[label="xy230",fontsize=16,color="green",shape="box"];1122[label="xy2600",fontsize=16,color="green",shape="box"];1123[label="xy230",fontsize=16,color="green",shape="box"];1124[label="xy2600",fontsize=16,color="green",shape="box"];1125[label="xy230",fontsize=16,color="green",shape="box"];1126[label="xy2600",fontsize=16,color="green",shape="box"];1127[label="xy230",fontsize=16,color="green",shape="box"];1128[label="xy2600",fontsize=16,color="green",shape="box"];1129[label="xy230",fontsize=16,color="green",shape="box"];1130[label="xy2600",fontsize=16,color="green",shape="box"];1131[label="xy230",fontsize=16,color="green",shape="box"];1132[label="xy2600",fontsize=16,color="green",shape="box"];1133[label="xy230",fontsize=16,color="green",shape="box"];1134[label="xy2600",fontsize=16,color="green",shape="box"];1135[label="xy231",fontsize=16,color="green",shape="box"];1136[label="xy2601",fontsize=16,color="green",shape="box"];1137[label="xy231",fontsize=16,color="green",shape="box"];1138[label="xy2601",fontsize=16,color="green",shape="box"];1139[label="xy230",fontsize=16,color="green",shape="box"];1140[label="xy2600",fontsize=16,color="green",shape="box"];1141[label="xy230",fontsize=16,color="green",shape="box"];1142[label="xy2600",fontsize=16,color="green",shape="box"];1143 -> 726[label="",style="dashed", color="red", weight=0]; 1143[label="primEqNat xy2300 xy26000",fontsize=16,color="magenta"];1143 -> 1217[label="",style="dashed", color="magenta", weight=3]; 1143 -> 1218[label="",style="dashed", color="magenta", weight=3]; 1144[label="False",fontsize=16,color="green",shape="box"];1145[label="False",fontsize=16,color="green",shape="box"];1146[label="True",fontsize=16,color="green",shape="box"];1147[label="False",fontsize=16,color="green",shape="box"];1148[label="True",fontsize=16,color="green",shape="box"];1149 -> 726[label="",style="dashed", color="red", weight=0]; 1149[label="primEqNat xy2300 xy26000",fontsize=16,color="magenta"];1149 -> 1219[label="",style="dashed", color="magenta", weight=3]; 1149 -> 1220[label="",style="dashed", color="magenta", weight=3]; 1150[label="False",fontsize=16,color="green",shape="box"];1151[label="False",fontsize=16,color="green",shape="box"];1152[label="True",fontsize=16,color="green",shape="box"];1153[label="False",fontsize=16,color="green",shape="box"];1154[label="True",fontsize=16,color="green",shape="box"];1155[label="primMulInt (Pos xy2300) xy2601",fontsize=16,color="burlywood",shape="box"];1529[label="xy2601/Pos xy26010",fontsize=10,color="white",style="solid",shape="box"];1155 -> 1529[label="",style="solid", color="burlywood", weight=9]; 1529 -> 1221[label="",style="solid", color="burlywood", weight=3]; 1530[label="xy2601/Neg xy26010",fontsize=10,color="white",style="solid",shape="box"];1155 -> 1530[label="",style="solid", color="burlywood", weight=9]; 1530 -> 1222[label="",style="solid", color="burlywood", weight=3]; 1156[label="primMulInt (Neg xy2300) xy2601",fontsize=16,color="burlywood",shape="box"];1531[label="xy2601/Pos xy26010",fontsize=10,color="white",style="solid",shape="box"];1156 -> 1531[label="",style="solid", color="burlywood", weight=9]; 1531 -> 1223[label="",style="solid", color="burlywood", weight=3]; 1532[label="xy2601/Neg xy26010",fontsize=10,color="white",style="solid",shape="box"];1156 -> 1532[label="",style="solid", color="burlywood", weight=9]; 1532 -> 1224[label="",style="solid", color="burlywood", weight=3]; 1157 -> 726[label="",style="dashed", color="red", weight=0]; 1157[label="primEqNat xy2300 xy26000",fontsize=16,color="magenta"];1157 -> 1225[label="",style="dashed", color="magenta", weight=3]; 1157 -> 1226[label="",style="dashed", color="magenta", weight=3]; 1158[label="False",fontsize=16,color="green",shape="box"];1159[label="False",fontsize=16,color="green",shape="box"];1160[label="True",fontsize=16,color="green",shape="box"];1161[label="xy232",fontsize=16,color="green",shape="box"];1162[label="xy2602",fontsize=16,color="green",shape="box"];1163[label="xy232",fontsize=16,color="green",shape="box"];1164[label="xy2602",fontsize=16,color="green",shape="box"];1165[label="xy232",fontsize=16,color="green",shape="box"];1166[label="xy2602",fontsize=16,color="green",shape="box"];1167[label="xy232",fontsize=16,color="green",shape="box"];1168[label="xy2602",fontsize=16,color="green",shape="box"];1169[label="xy232",fontsize=16,color="green",shape="box"];1170[label="xy2602",fontsize=16,color="green",shape="box"];1171[label="xy232",fontsize=16,color="green",shape="box"];1172[label="xy2602",fontsize=16,color="green",shape="box"];1173[label="xy232",fontsize=16,color="green",shape="box"];1174[label="xy2602",fontsize=16,color="green",shape="box"];1175[label="xy232",fontsize=16,color="green",shape="box"];1176[label="xy2602",fontsize=16,color="green",shape="box"];1177[label="xy232",fontsize=16,color="green",shape="box"];1178[label="xy2602",fontsize=16,color="green",shape="box"];1179[label="xy232",fontsize=16,color="green",shape="box"];1180[label="xy2602",fontsize=16,color="green",shape="box"];1181[label="xy232",fontsize=16,color="green",shape="box"];1182[label="xy2602",fontsize=16,color="green",shape="box"];1183[label="xy232",fontsize=16,color="green",shape="box"];1184[label="xy2602",fontsize=16,color="green",shape="box"];1185[label="xy232",fontsize=16,color="green",shape="box"];1186[label="xy2602",fontsize=16,color="green",shape="box"];1187[label="xy232",fontsize=16,color="green",shape="box"];1188[label="xy2602",fontsize=16,color="green",shape="box"];1189[label="xy231",fontsize=16,color="green",shape="box"];1190[label="xy2601",fontsize=16,color="green",shape="box"];1191[label="xy231",fontsize=16,color="green",shape="box"];1192[label="xy2601",fontsize=16,color="green",shape="box"];1193[label="xy231",fontsize=16,color="green",shape="box"];1194[label="xy2601",fontsize=16,color="green",shape="box"];1195[label="xy231",fontsize=16,color="green",shape="box"];1196[label="xy2601",fontsize=16,color="green",shape="box"];1197[label="xy231",fontsize=16,color="green",shape="box"];1198[label="xy2601",fontsize=16,color="green",shape="box"];1199[label="xy231",fontsize=16,color="green",shape="box"];1200[label="xy2601",fontsize=16,color="green",shape="box"];1201[label="xy231",fontsize=16,color="green",shape="box"];1202[label="xy2601",fontsize=16,color="green",shape="box"];1203[label="xy231",fontsize=16,color="green",shape="box"];1204[label="xy2601",fontsize=16,color="green",shape="box"];1205[label="xy231",fontsize=16,color="green",shape="box"];1206[label="xy2601",fontsize=16,color="green",shape="box"];1207[label="xy231",fontsize=16,color="green",shape="box"];1208[label="xy2601",fontsize=16,color="green",shape="box"];1209[label="xy231",fontsize=16,color="green",shape="box"];1210[label="xy2601",fontsize=16,color="green",shape="box"];1211[label="xy231",fontsize=16,color="green",shape="box"];1212[label="xy2601",fontsize=16,color="green",shape="box"];1213[label="xy231",fontsize=16,color="green",shape="box"];1214[label="xy2601",fontsize=16,color="green",shape="box"];1215[label="xy231",fontsize=16,color="green",shape="box"];1216[label="xy2601",fontsize=16,color="green",shape="box"];1217[label="xy26000",fontsize=16,color="green",shape="box"];1218[label="xy2300",fontsize=16,color="green",shape="box"];1219[label="xy26000",fontsize=16,color="green",shape="box"];1220[label="xy2300",fontsize=16,color="green",shape="box"];1221[label="primMulInt (Pos xy2300) (Pos xy26010)",fontsize=16,color="black",shape="box"];1221 -> 1227[label="",style="solid", color="black", weight=3]; 1222[label="primMulInt (Pos xy2300) (Neg xy26010)",fontsize=16,color="black",shape="box"];1222 -> 1228[label="",style="solid", color="black", weight=3]; 1223[label="primMulInt (Neg xy2300) (Pos xy26010)",fontsize=16,color="black",shape="box"];1223 -> 1229[label="",style="solid", color="black", weight=3]; 1224[label="primMulInt (Neg xy2300) (Neg xy26010)",fontsize=16,color="black",shape="box"];1224 -> 1230[label="",style="solid", color="black", weight=3]; 1225[label="xy26000",fontsize=16,color="green",shape="box"];1226[label="xy2300",fontsize=16,color="green",shape="box"];1227[label="Pos (primMulNat xy2300 xy26010)",fontsize=16,color="green",shape="box"];1227 -> 1231[label="",style="dashed", color="green", weight=3]; 1228[label="Neg (primMulNat xy2300 xy26010)",fontsize=16,color="green",shape="box"];1228 -> 1232[label="",style="dashed", color="green", weight=3]; 1229[label="Neg (primMulNat xy2300 xy26010)",fontsize=16,color="green",shape="box"];1229 -> 1233[label="",style="dashed", color="green", weight=3]; 1230[label="Pos (primMulNat xy2300 xy26010)",fontsize=16,color="green",shape="box"];1230 -> 1234[label="",style="dashed", color="green", weight=3]; 1231[label="primMulNat xy2300 xy26010",fontsize=16,color="burlywood",shape="triangle"];1533[label="xy2300/Succ xy23000",fontsize=10,color="white",style="solid",shape="box"];1231 -> 1533[label="",style="solid", color="burlywood", weight=9]; 1533 -> 1235[label="",style="solid", color="burlywood", weight=3]; 1534[label="xy2300/Zero",fontsize=10,color="white",style="solid",shape="box"];1231 -> 1534[label="",style="solid", color="burlywood", weight=9]; 1534 -> 1236[label="",style="solid", color="burlywood", weight=3]; 1232 -> 1231[label="",style="dashed", color="red", weight=0]; 1232[label="primMulNat xy2300 xy26010",fontsize=16,color="magenta"];1232 -> 1237[label="",style="dashed", color="magenta", weight=3]; 1233 -> 1231[label="",style="dashed", color="red", weight=0]; 1233[label="primMulNat xy2300 xy26010",fontsize=16,color="magenta"];1233 -> 1238[label="",style="dashed", color="magenta", weight=3]; 1234 -> 1231[label="",style="dashed", color="red", weight=0]; 1234[label="primMulNat xy2300 xy26010",fontsize=16,color="magenta"];1234 -> 1239[label="",style="dashed", color="magenta", weight=3]; 1234 -> 1240[label="",style="dashed", color="magenta", weight=3]; 1235[label="primMulNat (Succ xy23000) xy26010",fontsize=16,color="burlywood",shape="box"];1535[label="xy26010/Succ xy260100",fontsize=10,color="white",style="solid",shape="box"];1235 -> 1535[label="",style="solid", color="burlywood", weight=9]; 1535 -> 1241[label="",style="solid", color="burlywood", weight=3]; 1536[label="xy26010/Zero",fontsize=10,color="white",style="solid",shape="box"];1235 -> 1536[label="",style="solid", color="burlywood", weight=9]; 1536 -> 1242[label="",style="solid", color="burlywood", weight=3]; 1236[label="primMulNat Zero xy26010",fontsize=16,color="burlywood",shape="box"];1537[label="xy26010/Succ xy260100",fontsize=10,color="white",style="solid",shape="box"];1236 -> 1537[label="",style="solid", color="burlywood", weight=9]; 1537 -> 1243[label="",style="solid", color="burlywood", weight=3]; 1538[label="xy26010/Zero",fontsize=10,color="white",style="solid",shape="box"];1236 -> 1538[label="",style="solid", color="burlywood", weight=9]; 1538 -> 1244[label="",style="solid", color="burlywood", weight=3]; 1237[label="xy26010",fontsize=16,color="green",shape="box"];1238[label="xy2300",fontsize=16,color="green",shape="box"];1239[label="xy2300",fontsize=16,color="green",shape="box"];1240[label="xy26010",fontsize=16,color="green",shape="box"];1241[label="primMulNat (Succ xy23000) (Succ xy260100)",fontsize=16,color="black",shape="box"];1241 -> 1245[label="",style="solid", color="black", weight=3]; 1242[label="primMulNat (Succ xy23000) Zero",fontsize=16,color="black",shape="box"];1242 -> 1246[label="",style="solid", color="black", weight=3]; 1243[label="primMulNat Zero (Succ xy260100)",fontsize=16,color="black",shape="box"];1243 -> 1247[label="",style="solid", color="black", weight=3]; 1244[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1244 -> 1248[label="",style="solid", color="black", weight=3]; 1245 -> 1249[label="",style="dashed", color="red", weight=0]; 1245[label="primPlusNat (primMulNat xy23000 (Succ xy260100)) (Succ xy260100)",fontsize=16,color="magenta"];1245 -> 1250[label="",style="dashed", color="magenta", weight=3]; 1246[label="Zero",fontsize=16,color="green",shape="box"];1247[label="Zero",fontsize=16,color="green",shape="box"];1248[label="Zero",fontsize=16,color="green",shape="box"];1250 -> 1231[label="",style="dashed", color="red", weight=0]; 1250[label="primMulNat xy23000 (Succ xy260100)",fontsize=16,color="magenta"];1250 -> 1251[label="",style="dashed", color="magenta", weight=3]; 1250 -> 1252[label="",style="dashed", color="magenta", weight=3]; 1249[label="primPlusNat xy47 (Succ xy260100)",fontsize=16,color="burlywood",shape="triangle"];1539[label="xy47/Succ xy470",fontsize=10,color="white",style="solid",shape="box"];1249 -> 1539[label="",style="solid", color="burlywood", weight=9]; 1539 -> 1253[label="",style="solid", color="burlywood", weight=3]; 1540[label="xy47/Zero",fontsize=10,color="white",style="solid",shape="box"];1249 -> 1540[label="",style="solid", color="burlywood", weight=9]; 1540 -> 1254[label="",style="solid", color="burlywood", weight=3]; 1251[label="xy23000",fontsize=16,color="green",shape="box"];1252[label="Succ xy260100",fontsize=16,color="green",shape="box"];1253[label="primPlusNat (Succ xy470) (Succ xy260100)",fontsize=16,color="black",shape="box"];1253 -> 1255[label="",style="solid", color="black", weight=3]; 1254[label="primPlusNat Zero (Succ xy260100)",fontsize=16,color="black",shape="box"];1254 -> 1256[label="",style="solid", color="black", weight=3]; 1255[label="Succ (Succ (primPlusNat xy470 xy260100))",fontsize=16,color="green",shape="box"];1255 -> 1257[label="",style="dashed", color="green", weight=3]; 1256[label="Succ xy260100",fontsize=16,color="green",shape="box"];1257[label="primPlusNat xy470 xy260100",fontsize=16,color="burlywood",shape="triangle"];1541[label="xy470/Succ xy4700",fontsize=10,color="white",style="solid",shape="box"];1257 -> 1541[label="",style="solid", color="burlywood", weight=9]; 1541 -> 1258[label="",style="solid", color="burlywood", weight=3]; 1542[label="xy470/Zero",fontsize=10,color="white",style="solid",shape="box"];1257 -> 1542[label="",style="solid", color="burlywood", weight=9]; 1542 -> 1259[label="",style="solid", color="burlywood", weight=3]; 1258[label="primPlusNat (Succ xy4700) xy260100",fontsize=16,color="burlywood",shape="box"];1543[label="xy260100/Succ xy2601000",fontsize=10,color="white",style="solid",shape="box"];1258 -> 1543[label="",style="solid", color="burlywood", weight=9]; 1543 -> 1260[label="",style="solid", color="burlywood", weight=3]; 1544[label="xy260100/Zero",fontsize=10,color="white",style="solid",shape="box"];1258 -> 1544[label="",style="solid", color="burlywood", weight=9]; 1544 -> 1261[label="",style="solid", color="burlywood", weight=3]; 1259[label="primPlusNat Zero xy260100",fontsize=16,color="burlywood",shape="box"];1545[label="xy260100/Succ xy2601000",fontsize=10,color="white",style="solid",shape="box"];1259 -> 1545[label="",style="solid", color="burlywood", weight=9]; 1545 -> 1262[label="",style="solid", color="burlywood", weight=3]; 1546[label="xy260100/Zero",fontsize=10,color="white",style="solid",shape="box"];1259 -> 1546[label="",style="solid", color="burlywood", weight=9]; 1546 -> 1263[label="",style="solid", color="burlywood", weight=3]; 1260[label="primPlusNat (Succ xy4700) (Succ xy2601000)",fontsize=16,color="black",shape="box"];1260 -> 1264[label="",style="solid", color="black", weight=3]; 1261[label="primPlusNat (Succ xy4700) Zero",fontsize=16,color="black",shape="box"];1261 -> 1265[label="",style="solid", color="black", weight=3]; 1262[label="primPlusNat Zero (Succ xy2601000)",fontsize=16,color="black",shape="box"];1262 -> 1266[label="",style="solid", color="black", weight=3]; 1263[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];1263 -> 1267[label="",style="solid", color="black", weight=3]; 1264[label="Succ (Succ (primPlusNat xy4700 xy2601000))",fontsize=16,color="green",shape="box"];1264 -> 1268[label="",style="dashed", color="green", weight=3]; 1265[label="Succ xy4700",fontsize=16,color="green",shape="box"];1266[label="Succ xy2601000",fontsize=16,color="green",shape="box"];1267[label="Zero",fontsize=16,color="green",shape="box"];1268 -> 1257[label="",style="dashed", color="red", weight=0]; 1268[label="primPlusNat xy4700 xy2601000",fontsize=16,color="magenta"];1268 -> 1269[label="",style="dashed", color="magenta", weight=3]; 1268 -> 1270[label="",style="dashed", color="magenta", weight=3]; 1269[label="xy2601000",fontsize=16,color="green",shape="box"];1270[label="xy4700",fontsize=16,color="green",shape="box"];} ---------------------------------------- (6) Complex Obligation (AND) ---------------------------------------- (7) Obligation: Q DP problem: The TRS P consists of the following rules: new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), app(ty_Maybe, bdb), hf, bbb) -> new_esEs3(xy230, xy2600, bdb) new_esEs(Right(xy230), Right(xy2600), cc, app(app(ty_@2, cf), cg)) -> new_esEs0(xy230, xy2600, cf, cg) new_esEs0(@2(xy230, xy231), @2(xy2600, xy2601), app(app(app(ty_@3, fg), fh), ga), fb) -> new_esEs2(xy230, xy2600, fg, fh, ga) new_esEs1(:(xy230, xy231), :(xy2600, xy2601), app(ty_Maybe, hd)) -> new_esEs3(xy230, xy2600, hd) new_esEs(Left(xy230), Left(xy2600), app(ty_Maybe, cb), bc) -> new_esEs3(xy230, xy2600, cb) new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), he, hf, app(app(ty_@2, baa), bab)) -> new_esEs0(xy232, xy2602, baa, bab) new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), he, hf, app(ty_Maybe, bag)) -> new_esEs3(xy232, xy2602, bag) new_esEs0(@2(xy230, xy231), @2(xy2600, xy2601), df, app(app(ty_Either, dg), dh)) -> new_esEs(xy231, xy2601, dg, dh) new_esEs0(@2(xy230, xy231), @2(xy2600, xy2601), app(ty_Maybe, gb), fb) -> new_esEs3(xy230, xy2600, gb) new_esEs3(Just(xy230), Just(xy2600), app(app(ty_Either, bdc), bdd)) -> new_esEs(xy230, xy2600, bdc, bdd) new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), he, app(ty_Maybe, bca), bbb) -> new_esEs3(xy231, xy2601, bca) new_esEs0(@2(xy230, xy231), @2(xy2600, xy2601), df, app(app(ty_@2, ea), eb)) -> new_esEs0(xy231, xy2601, ea, eb) new_esEs0(@2(xy230, xy231), @2(xy2600, xy2601), df, app(ty_Maybe, eg)) -> new_esEs3(xy231, xy2601, eg) new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), app(app(ty_@2, bcd), bce), hf, bbb) -> new_esEs0(xy230, xy2600, bcd, bce) new_esEs(Left(xy230), Left(xy2600), app(app(app(ty_@3, bg), bh), ca), bc) -> new_esEs2(xy230, xy2600, bg, bh, ca) new_esEs3(Just(xy230), Just(xy2600), app(ty_Maybe, bec)) -> new_esEs3(xy230, xy2600, bec) new_esEs0(@2(xy230, xy231), @2(xy2600, xy2601), app(ty_[], ff), fb) -> new_esEs1(xy230, xy2600, ff) new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), app(app(ty_Either, bcb), bcc), hf, bbb) -> new_esEs(xy230, xy2600, bcb, bcc) new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), he, app(app(app(ty_@3, bbf), bbg), bbh), bbb) -> new_esEs2(xy231, xy2601, bbf, bbg, bbh) new_esEs(Left(xy230), Left(xy2600), app(ty_[], bf), bc) -> new_esEs1(xy230, xy2600, bf) new_esEs0(@2(xy230, xy231), @2(xy2600, xy2601), app(app(ty_Either, eh), fa), fb) -> new_esEs(xy230, xy2600, eh, fa) new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), app(app(app(ty_@3, bcg), bch), bda), hf, bbb) -> new_esEs2(xy230, xy2600, bcg, bch, bda) new_esEs3(Just(xy230), Just(xy2600), app(ty_[], bdg)) -> new_esEs1(xy230, xy2600, bdg) new_esEs(Right(xy230), Right(xy2600), cc, app(app(ty_Either, cd), ce)) -> new_esEs(xy230, xy2600, cd, ce) new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), he, app(app(ty_Either, bah), bba), bbb) -> new_esEs(xy231, xy2601, bah, bba) new_esEs(Right(xy230), Right(xy2600), cc, app(app(app(ty_@3, db), dc), dd)) -> new_esEs2(xy230, xy2600, db, dc, dd) new_esEs0(@2(xy230, xy231), @2(xy2600, xy2601), df, app(ty_[], ec)) -> new_esEs1(xy231, xy2601, ec) new_esEs1(:(xy230, xy231), :(xy2600, xy2601), app(app(ty_@2, gf), gg)) -> new_esEs0(xy230, xy2600, gf, gg) new_esEs0(@2(xy230, xy231), @2(xy2600, xy2601), df, app(app(app(ty_@3, ed), ee), ef)) -> new_esEs2(xy231, xy2601, ed, ee, ef) new_esEs3(Just(xy230), Just(xy2600), app(app(ty_@2, bde), bdf)) -> new_esEs0(xy230, xy2600, bde, bdf) new_esEs1(:(xy230, xy231), :(xy2600, xy2601), gc) -> new_esEs1(xy231, xy2601, gc) new_esEs(Left(xy230), Left(xy2600), app(app(ty_Either, ba), bb), bc) -> new_esEs(xy230, xy2600, ba, bb) new_esEs(Right(xy230), Right(xy2600), cc, app(ty_[], da)) -> new_esEs1(xy230, xy2600, da) new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), he, hf, app(app(ty_Either, hg), hh)) -> new_esEs(xy232, xy2602, hg, hh) new_esEs1(:(xy230, xy231), :(xy2600, xy2601), app(ty_[], gh)) -> new_esEs1(xy230, xy2600, gh) new_esEs(Left(xy230), Left(xy2600), app(app(ty_@2, bd), be), bc) -> new_esEs0(xy230, xy2600, bd, be) new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), app(ty_[], bcf), hf, bbb) -> new_esEs1(xy230, xy2600, bcf) new_esEs1(:(xy230, xy231), :(xy2600, xy2601), app(app(ty_Either, gd), ge)) -> new_esEs(xy230, xy2600, gd, ge) new_esEs1(:(xy230, xy231), :(xy2600, xy2601), app(app(app(ty_@3, ha), hb), hc)) -> new_esEs2(xy230, xy2600, ha, hb, hc) new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), he, hf, app(app(app(ty_@3, bad), bae), baf)) -> new_esEs2(xy232, xy2602, bad, bae, baf) new_esEs0(@2(xy230, xy231), @2(xy2600, xy2601), app(app(ty_@2, fc), fd), fb) -> new_esEs0(xy230, xy2600, fc, fd) new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), he, app(ty_[], bbe), bbb) -> new_esEs1(xy231, xy2601, bbe) new_esEs3(Just(xy230), Just(xy2600), app(app(app(ty_@3, bdh), bea), beb)) -> new_esEs2(xy230, xy2600, bdh, bea, beb) new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), he, app(app(ty_@2, bbc), bbd), bbb) -> new_esEs0(xy231, xy2601, bbc, bbd) new_esEs(Right(xy230), Right(xy2600), cc, app(ty_Maybe, de)) -> new_esEs3(xy230, xy2600, de) new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), he, hf, app(ty_[], bac)) -> new_esEs1(xy232, xy2602, bac) R is empty. Q is empty. We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (8) 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_esEs3(Just(xy230), Just(xy2600), app(app(app(ty_@3, bdh), bea), beb)) -> new_esEs2(xy230, xy2600, bdh, bea, beb) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs3(Just(xy230), Just(xy2600), app(app(ty_Either, bdc), bdd)) -> new_esEs(xy230, xy2600, bdc, bdd) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs3(Just(xy230), Just(xy2600), app(app(ty_@2, bde), bdf)) -> new_esEs0(xy230, xy2600, bde, bdf) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs3(Just(xy230), Just(xy2600), app(ty_[], bdg)) -> new_esEs1(xy230, xy2600, bdg) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs3(Just(xy230), Just(xy2600), app(ty_Maybe, bec)) -> new_esEs3(xy230, xy2600, bec) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs1(:(xy230, xy231), :(xy2600, xy2601), app(app(app(ty_@3, ha), hb), hc)) -> new_esEs2(xy230, xy2600, ha, hb, hc) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs1(:(xy230, xy231), :(xy2600, xy2601), app(app(ty_Either, gd), ge)) -> new_esEs(xy230, xy2600, gd, ge) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs1(:(xy230, xy231), :(xy2600, xy2601), app(app(ty_@2, gf), gg)) -> new_esEs0(xy230, xy2600, gf, gg) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs1(:(xy230, xy231), :(xy2600, xy2601), app(ty_Maybe, hd)) -> new_esEs3(xy230, xy2600, hd) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs0(@2(xy230, xy231), @2(xy2600, xy2601), app(app(app(ty_@3, fg), fh), ga), fb) -> new_esEs2(xy230, xy2600, fg, fh, ga) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs0(@2(xy230, xy231), @2(xy2600, xy2601), df, app(app(app(ty_@3, ed), ee), ef)) -> new_esEs2(xy231, xy2601, ed, ee, ef) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 *new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), he, app(app(app(ty_@3, bbf), bbg), bbh), bbb) -> new_esEs2(xy231, xy2601, bbf, bbg, bbh) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 *new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), app(app(app(ty_@3, bcg), bch), bda), hf, bbb) -> new_esEs2(xy230, xy2600, bcg, bch, bda) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), he, hf, app(app(app(ty_@3, bad), bae), baf)) -> new_esEs2(xy232, xy2602, bad, bae, baf) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 *new_esEs(Left(xy230), Left(xy2600), app(app(app(ty_@3, bg), bh), ca), bc) -> new_esEs2(xy230, xy2600, bg, bh, ca) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 *new_esEs(Right(xy230), Right(xy2600), cc, app(app(app(ty_@3, db), dc), dd)) -> new_esEs2(xy230, xy2600, db, dc, dd) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 *new_esEs0(@2(xy230, xy231), @2(xy2600, xy2601), df, app(app(ty_Either, dg), dh)) -> new_esEs(xy231, xy2601, dg, dh) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs0(@2(xy230, xy231), @2(xy2600, xy2601), app(app(ty_Either, eh), fa), fb) -> new_esEs(xy230, xy2600, eh, fa) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs0(@2(xy230, xy231), @2(xy2600, xy2601), df, app(app(ty_@2, ea), eb)) -> new_esEs0(xy231, xy2601, ea, eb) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs0(@2(xy230, xy231), @2(xy2600, xy2601), app(app(ty_@2, fc), fd), fb) -> new_esEs0(xy230, xy2600, fc, fd) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs0(@2(xy230, xy231), @2(xy2600, xy2601), app(ty_[], ff), fb) -> new_esEs1(xy230, xy2600, ff) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs0(@2(xy230, xy231), @2(xy2600, xy2601), df, app(ty_[], ec)) -> new_esEs1(xy231, xy2601, ec) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs0(@2(xy230, xy231), @2(xy2600, xy2601), app(ty_Maybe, gb), fb) -> new_esEs3(xy230, xy2600, gb) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs0(@2(xy230, xy231), @2(xy2600, xy2601), df, app(ty_Maybe, eg)) -> new_esEs3(xy231, xy2601, eg) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), app(app(ty_Either, bcb), bcc), hf, bbb) -> new_esEs(xy230, xy2600, bcb, bcc) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), he, app(app(ty_Either, bah), bba), bbb) -> new_esEs(xy231, xy2601, bah, bba) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), he, hf, app(app(ty_Either, hg), hh)) -> new_esEs(xy232, xy2602, hg, hh) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 *new_esEs(Right(xy230), Right(xy2600), cc, app(app(ty_Either, cd), ce)) -> new_esEs(xy230, xy2600, cd, ce) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs(Left(xy230), Left(xy2600), app(app(ty_Either, ba), bb), bc) -> new_esEs(xy230, xy2600, ba, bb) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), he, hf, app(app(ty_@2, baa), bab)) -> new_esEs0(xy232, xy2602, baa, bab) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 *new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), app(app(ty_@2, bcd), bce), hf, bbb) -> new_esEs0(xy230, xy2600, bcd, bce) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), he, app(app(ty_@2, bbc), bbd), bbb) -> new_esEs0(xy231, xy2601, bbc, bbd) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), app(ty_[], bcf), hf, bbb) -> new_esEs1(xy230, xy2600, bcf) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), he, app(ty_[], bbe), bbb) -> new_esEs1(xy231, xy2601, bbe) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), he, hf, app(ty_[], bac)) -> new_esEs1(xy232, xy2602, bac) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 *new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), app(ty_Maybe, bdb), hf, bbb) -> new_esEs3(xy230, xy2600, bdb) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), he, hf, app(ty_Maybe, bag)) -> new_esEs3(xy232, xy2602, bag) The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 *new_esEs2(@3(xy230, xy231, xy232), @3(xy2600, xy2601, xy2602), he, app(ty_Maybe, bca), bbb) -> new_esEs3(xy231, xy2601, bca) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs(Right(xy230), Right(xy2600), cc, app(app(ty_@2, cf), cg)) -> new_esEs0(xy230, xy2600, cf, cg) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 *new_esEs(Left(xy230), Left(xy2600), app(app(ty_@2, bd), be), bc) -> new_esEs0(xy230, xy2600, bd, be) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 *new_esEs(Left(xy230), Left(xy2600), app(ty_[], bf), bc) -> new_esEs1(xy230, xy2600, bf) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs(Right(xy230), Right(xy2600), cc, app(ty_[], da)) -> new_esEs1(xy230, xy2600, da) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 *new_esEs1(:(xy230, xy231), :(xy2600, xy2601), gc) -> new_esEs1(xy231, xy2601, gc) The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 *new_esEs1(:(xy230, xy231), :(xy2600, xy2601), app(ty_[], gh)) -> new_esEs1(xy230, xy2600, gh) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs(Left(xy230), Left(xy2600), app(ty_Maybe, cb), bc) -> new_esEs3(xy230, xy2600, cb) The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 *new_esEs(Right(xy230), Right(xy2600), cc, app(ty_Maybe, de)) -> new_esEs3(xy230, xy2600, de) The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 ---------------------------------------- (9) YES ---------------------------------------- (10) Obligation: Q DP problem: The TRS P consists of the following rules: new_isPrefixOf1(xy22, xy23, :(xy240, xy241), xy25, ba) -> new_isPrefixOf1(new_flip(xy22, xy23, ba), xy240, xy241, xy25, ba) The TRS R consists of the following rules: new_flip(xy22, xy23, ba) -> :(xy23, xy22) The set Q consists of the following terms: new_flip(x0, x1, x2) We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (11) TransformationProof (EQUIVALENT) By rewriting [LPAR04] the rule new_isPrefixOf1(xy22, xy23, :(xy240, xy241), xy25, ba) -> new_isPrefixOf1(new_flip(xy22, xy23, ba), xy240, xy241, xy25, ba) at position [0] we obtained the following new rules [LPAR04]: (new_isPrefixOf1(xy22, xy23, :(xy240, xy241), xy25, ba) -> new_isPrefixOf1(:(xy23, xy22), xy240, xy241, xy25, ba),new_isPrefixOf1(xy22, xy23, :(xy240, xy241), xy25, ba) -> new_isPrefixOf1(:(xy23, xy22), xy240, xy241, xy25, ba)) ---------------------------------------- (12) Obligation: Q DP problem: The TRS P consists of the following rules: new_isPrefixOf1(xy22, xy23, :(xy240, xy241), xy25, ba) -> new_isPrefixOf1(:(xy23, xy22), xy240, xy241, xy25, ba) The TRS R consists of the following rules: new_flip(xy22, xy23, ba) -> :(xy23, xy22) The set Q consists of the following terms: new_flip(x0, x1, x2) We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (13) UsableRulesProof (EQUIVALENT) As all Q-normal forms are R-normal forms we are in the innermost case. Hence, by the usable rules processor [LPAR04] we can delete all non-usable rules [FROCOS05] from R. ---------------------------------------- (14) Obligation: Q DP problem: The TRS P consists of the following rules: new_isPrefixOf1(xy22, xy23, :(xy240, xy241), xy25, ba) -> new_isPrefixOf1(:(xy23, xy22), xy240, xy241, xy25, ba) R is empty. The set Q consists of the following terms: new_flip(x0, x1, x2) We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (15) QReductionProof (EQUIVALENT) We deleted the following terms from Q as each root-symbol of these terms does neither occur in P nor in R.[THIEMANN]. new_flip(x0, x1, x2) ---------------------------------------- (16) Obligation: Q DP problem: The TRS P consists of the following rules: new_isPrefixOf1(xy22, xy23, :(xy240, xy241), xy25, ba) -> new_isPrefixOf1(:(xy23, xy22), xy240, xy241, xy25, ba) R is empty. Q is empty. We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (17) 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_isPrefixOf1(xy22, xy23, :(xy240, xy241), xy25, ba) -> new_isPrefixOf1(:(xy23, xy22), xy240, xy241, xy25, ba) The graph contains the following edges 3 > 2, 3 > 3, 4 >= 4, 5 >= 5 ---------------------------------------- (18) YES ---------------------------------------- (19) Obligation: Q DP problem: The TRS P consists of the following rules: new_isPrefixOf0(xy23, xy22, xy26, :(xy2510, xy2511), ba) -> new_isPrefixOf0(xy23, xy22, new_flip(xy26, xy2510, ba), xy2511, ba) The TRS R consists of the following rules: new_flip(xy22, xy23, ba) -> :(xy23, xy22) The set Q consists of the following terms: new_flip(x0, x1, x2) We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (20) TransformationProof (EQUIVALENT) By rewriting [LPAR04] the rule new_isPrefixOf0(xy23, xy22, xy26, :(xy2510, xy2511), ba) -> new_isPrefixOf0(xy23, xy22, new_flip(xy26, xy2510, ba), xy2511, ba) at position [2] we obtained the following new rules [LPAR04]: (new_isPrefixOf0(xy23, xy22, xy26, :(xy2510, xy2511), ba) -> new_isPrefixOf0(xy23, xy22, :(xy2510, xy26), xy2511, ba),new_isPrefixOf0(xy23, xy22, xy26, :(xy2510, xy2511), ba) -> new_isPrefixOf0(xy23, xy22, :(xy2510, xy26), xy2511, ba)) ---------------------------------------- (21) Obligation: Q DP problem: The TRS P consists of the following rules: new_isPrefixOf0(xy23, xy22, xy26, :(xy2510, xy2511), ba) -> new_isPrefixOf0(xy23, xy22, :(xy2510, xy26), xy2511, ba) The TRS R consists of the following rules: new_flip(xy22, xy23, ba) -> :(xy23, xy22) The set Q consists of the following terms: new_flip(x0, x1, x2) We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (22) UsableRulesProof (EQUIVALENT) As all Q-normal forms are R-normal forms we are in the innermost case. Hence, by the usable rules processor [LPAR04] we can delete all non-usable rules [FROCOS05] from R. ---------------------------------------- (23) Obligation: Q DP problem: The TRS P consists of the following rules: new_isPrefixOf0(xy23, xy22, xy26, :(xy2510, xy2511), ba) -> new_isPrefixOf0(xy23, xy22, :(xy2510, xy26), xy2511, ba) R is empty. The set Q consists of the following terms: new_flip(x0, x1, x2) We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (24) QReductionProof (EQUIVALENT) We deleted the following terms from Q as each root-symbol of these terms does neither occur in P nor in R.[THIEMANN]. new_flip(x0, x1, x2) ---------------------------------------- (25) Obligation: Q DP problem: The TRS P consists of the following rules: new_isPrefixOf0(xy23, xy22, xy26, :(xy2510, xy2511), ba) -> new_isPrefixOf0(xy23, xy22, :(xy2510, xy26), xy2511, ba) R is empty. Q is empty. We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (26) 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_isPrefixOf0(xy23, xy22, xy26, :(xy2510, xy2511), ba) -> new_isPrefixOf0(xy23, xy22, :(xy2510, xy26), xy2511, ba) The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 4, 5 >= 5 ---------------------------------------- (27) YES ---------------------------------------- (28) Obligation: Q DP problem: The TRS P consists of the following rules: new_isPrefixOf(:(xy220, xy221), :(xy2610, xy2611), ba) -> new_isPrefixOf(xy221, xy2611, ba) R is empty. Q is empty. We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (29) 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_isPrefixOf(:(xy220, xy221), :(xy2610, xy2611), ba) -> new_isPrefixOf(xy221, xy2611, ba) The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 ---------------------------------------- (30) YES ---------------------------------------- (31) Obligation: Q DP problem: The TRS P consists of the following rules: new_primMulNat(Succ(xy23000), Succ(xy260100)) -> new_primMulNat(xy23000, Succ(xy260100)) R is empty. Q is empty. We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (32) 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(xy23000), Succ(xy260100)) -> new_primMulNat(xy23000, Succ(xy260100)) The graph contains the following edges 1 > 1, 2 >= 2 ---------------------------------------- (33) YES ---------------------------------------- (34) Obligation: Q DP problem: The TRS P consists of the following rules: new_primPlusNat(Succ(xy4700), Succ(xy2601000)) -> new_primPlusNat(xy4700, xy2601000) R is empty. Q is empty. We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (35) 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(xy4700), Succ(xy2601000)) -> new_primPlusNat(xy4700, xy2601000) The graph contains the following edges 1 > 1, 2 > 2 ---------------------------------------- (36) YES ---------------------------------------- (37) Obligation: Q DP problem: The TRS P consists of the following rules: new_primEqNat(Succ(xy2300), Succ(xy26000)) -> new_primEqNat(xy2300, xy26000) R is empty. Q is empty. We have to consider all minimal (P,Q,R)-chains. ---------------------------------------- (38) 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(xy2300), Succ(xy26000)) -> new_primEqNat(xy2300, xy26000) The graph contains the following edges 1 > 1, 2 > 2 ---------------------------------------- (39) YES