12.34/5.08 YES 14.12/5.58 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 14.12/5.58 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 14.12/5.58 14.12/5.58 14.12/5.58 H-Termination with start terms of the given HASKELL could be proven: 14.12/5.58 14.12/5.58 (0) HASKELL 14.12/5.58 (1) BR [EQUIVALENT, 0 ms] 14.12/5.58 (2) HASKELL 14.12/5.58 (3) COR [EQUIVALENT, 7 ms] 14.12/5.58 (4) HASKELL 14.12/5.58 (5) Narrow [SOUND, 0 ms] 14.12/5.58 (6) AND 14.12/5.58 (7) QDP 14.12/5.58 (8) TransformationProof [EQUIVALENT, 0 ms] 14.12/5.58 (9) QDP 14.12/5.58 (10) UsableRulesProof [EQUIVALENT, 0 ms] 14.12/5.58 (11) QDP 14.12/5.58 (12) QReductionProof [EQUIVALENT, 0 ms] 14.12/5.58 (13) QDP 14.12/5.58 (14) QDPSizeChangeProof [EQUIVALENT, 0 ms] 14.12/5.58 (15) YES 14.12/5.58 (16) QDP 14.12/5.58 (17) QDPSizeChangeProof [EQUIVALENT, 0 ms] 14.12/5.58 (18) YES 14.12/5.58 (19) QDP 14.12/5.58 (20) TransformationProof [EQUIVALENT, 0 ms] 14.12/5.58 (21) QDP 14.12/5.58 (22) UsableRulesProof [EQUIVALENT, 0 ms] 14.12/5.58 (23) QDP 14.12/5.58 (24) QReductionProof [EQUIVALENT, 0 ms] 14.12/5.58 (25) QDP 14.12/5.58 (26) QDPSizeChangeProof [EQUIVALENT, 0 ms] 14.12/5.58 (27) YES 14.12/5.58 (28) QDP 14.12/5.58 (29) QDPSizeChangeProof [EQUIVALENT, 0 ms] 14.12/5.58 (30) YES 14.12/5.58 (31) QDP 14.12/5.58 (32) QDPSizeChangeProof [EQUIVALENT, 0 ms] 14.12/5.58 (33) YES 14.12/5.58 (34) QDP 14.12/5.58 (35) QDPSizeChangeProof [EQUIVALENT, 0 ms] 14.12/5.58 (36) YES 14.12/5.58 (37) QDP 14.12/5.58 (38) QDPSizeChangeProof [EQUIVALENT, 0 ms] 14.12/5.58 (39) YES 14.12/5.58 14.12/5.58 14.12/5.58 ---------------------------------------- 14.12/5.58 14.12/5.58 (0) 14.12/5.58 Obligation: 14.12/5.58 mainModule Main 14.12/5.58 module Maybe where { 14.12/5.58 import qualified List; 14.12/5.58 import qualified Main; 14.12/5.58 import qualified Prelude; 14.12/5.58 } 14.12/5.58 module List where { 14.12/5.58 import qualified Main; 14.12/5.58 import qualified Maybe; 14.12/5.58 import qualified Prelude; 14.12/5.58 isPrefixOf :: Eq a => [a] -> [a] -> Bool; 14.12/5.58 isPrefixOf [] _ = True; 14.12/5.58 isPrefixOf _ [] = False; 14.12/5.58 isPrefixOf (x : xs) (y : ys) = x == y && isPrefixOf xs ys; 14.12/5.58 14.12/5.58 isSuffixOf :: Eq a => [a] -> [a] -> Bool; 14.12/5.58 isSuffixOf x y = reverse x `isPrefixOf` reverse y; 14.12/5.58 14.12/5.58 } 14.12/5.58 module Main where { 14.12/5.58 import qualified List; 14.12/5.58 import qualified Maybe; 14.12/5.58 import qualified Prelude; 14.12/5.58 } 14.12/5.58 14.12/5.58 ---------------------------------------- 14.12/5.58 14.12/5.58 (1) BR (EQUIVALENT) 14.12/5.58 Replaced joker patterns by fresh variables and removed binding patterns. 14.12/5.58 ---------------------------------------- 14.12/5.58 14.12/5.58 (2) 14.12/5.58 Obligation: 14.12/5.58 mainModule Main 14.12/5.58 module Maybe where { 14.12/5.58 import qualified List; 14.12/5.58 import qualified Main; 14.12/5.58 import qualified Prelude; 14.12/5.58 } 14.12/5.58 module List where { 14.12/5.58 import qualified Main; 14.12/5.58 import qualified Maybe; 14.12/5.58 import qualified Prelude; 14.12/5.58 isPrefixOf :: Eq a => [a] -> [a] -> Bool; 14.12/5.58 isPrefixOf [] xw = True; 14.12/5.58 isPrefixOf xx [] = False; 14.12/5.58 isPrefixOf (x : xs) (y : ys) = x == y && isPrefixOf xs ys; 14.12/5.58 14.12/5.58 isSuffixOf :: Eq a => [a] -> [a] -> Bool; 14.12/5.58 isSuffixOf x y = reverse x `isPrefixOf` reverse y; 14.12/5.58 14.12/5.58 } 14.12/5.58 module Main where { 14.12/5.58 import qualified List; 14.12/5.58 import qualified Maybe; 14.12/5.58 import qualified Prelude; 14.12/5.58 } 14.12/5.58 14.12/5.58 ---------------------------------------- 14.12/5.58 14.12/5.58 (3) COR (EQUIVALENT) 14.12/5.58 Cond Reductions: 14.12/5.58 The following Function with conditions 14.12/5.58 "undefined |Falseundefined; 14.12/5.58 " 14.12/5.58 is transformed to 14.12/5.58 "undefined = undefined1; 14.12/5.58 " 14.12/5.58 "undefined0 True = undefined; 14.12/5.58 " 14.12/5.58 "undefined1 = undefined0 False; 14.12/5.58 " 14.12/5.58 14.12/5.58 ---------------------------------------- 14.12/5.58 14.12/5.58 (4) 14.12/5.58 Obligation: 14.12/5.58 mainModule Main 14.12/5.58 module Maybe where { 14.12/5.58 import qualified List; 14.12/5.58 import qualified Main; 14.12/5.58 import qualified Prelude; 14.12/5.58 } 14.12/5.58 module List where { 14.12/5.58 import qualified Main; 14.12/5.58 import qualified Maybe; 14.12/5.58 import qualified Prelude; 14.12/5.58 isPrefixOf :: Eq a => [a] -> [a] -> Bool; 14.12/5.58 isPrefixOf [] xw = True; 14.12/5.58 isPrefixOf xx [] = False; 14.12/5.58 isPrefixOf (x : xs) (y : ys) = x == y && isPrefixOf xs ys; 14.12/5.58 14.12/5.58 isSuffixOf :: Eq a => [a] -> [a] -> Bool; 14.12/5.58 isSuffixOf x y = reverse x `isPrefixOf` reverse y; 14.12/5.58 14.12/5.58 } 14.12/5.58 module Main where { 14.12/5.58 import qualified List; 14.12/5.58 import qualified Maybe; 14.12/5.58 import qualified Prelude; 14.12/5.58 } 14.12/5.58 14.12/5.58 ---------------------------------------- 14.12/5.58 14.12/5.58 (5) Narrow (SOUND) 14.12/5.58 Haskell To QDPs 14.12/5.58 14.12/5.58 digraph dp_graph { 14.12/5.58 node [outthreshold=100, inthreshold=100];1[label="List.isSuffixOf",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 14.12/5.58 3[label="List.isSuffixOf xy3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 14.12/5.58 4[label="List.isSuffixOf xy3 xy4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 14.12/5.58 5[label="List.isPrefixOf (reverse xy3) (reverse xy4)",fontsize=16,color="black",shape="box"];5 -> 6[label="",style="solid", color="black", weight=3]; 14.12/5.59 6[label="List.isPrefixOf (foldl (flip (:)) [] xy3) (reverse xy4)",fontsize=16,color="burlywood",shape="box"];1473[label="xy3/xy30 : xy31",fontsize=10,color="white",style="solid",shape="box"];6 -> 1473[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1473 -> 7[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1474[label="xy3/[]",fontsize=10,color="white",style="solid",shape="box"];6 -> 1474[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1474 -> 8[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 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]; 14.12/5.59 8[label="List.isPrefixOf (foldl (flip (:)) [] []) (reverse xy4)",fontsize=16,color="black",shape="box"];8 -> 10[label="",style="solid", color="black", weight=3]; 14.12/5.59 9 -> 483[label="",style="dashed", color="red", weight=0]; 14.12/5.59 9[label="List.isPrefixOf (foldl (flip (:)) (flip (:) [] xy30) xy31) (reverse xy4)",fontsize=16,color="magenta"];9 -> 484[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 9 -> 485[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 9 -> 486[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 9 -> 487[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 10[label="List.isPrefixOf [] (reverse xy4)",fontsize=16,color="black",shape="box"];10 -> 13[label="",style="solid", color="black", weight=3]; 14.12/5.59 484[label="xy30",fontsize=16,color="green",shape="box"];485[label="[]",fontsize=16,color="green",shape="box"];486[label="xy4",fontsize=16,color="green",shape="box"];487[label="xy31",fontsize=16,color="green",shape="box"];483[label="List.isPrefixOf (foldl (flip (:)) (flip (:) xy58 xy59) xy60) (reverse xy61)",fontsize=16,color="burlywood",shape="triangle"];1475[label="xy60/xy600 : xy601",fontsize=10,color="white",style="solid",shape="box"];483 -> 1475[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1475 -> 520[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1476[label="xy60/[]",fontsize=10,color="white",style="solid",shape="box"];483 -> 1476[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1476 -> 521[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 13[label="True",fontsize=16,color="green",shape="box"];520[label="List.isPrefixOf (foldl (flip (:)) (flip (:) xy58 xy59) (xy600 : xy601)) (reverse xy61)",fontsize=16,color="black",shape="box"];520 -> 522[label="",style="solid", color="black", weight=3]; 14.12/5.59 521[label="List.isPrefixOf (foldl (flip (:)) (flip (:) xy58 xy59) []) (reverse xy61)",fontsize=16,color="black",shape="box"];521 -> 523[label="",style="solid", color="black", weight=3]; 14.12/5.59 522 -> 483[label="",style="dashed", color="red", weight=0]; 14.12/5.59 522[label="List.isPrefixOf (foldl (flip (:)) (flip (:) (flip (:) xy58 xy59) xy600) xy601) (reverse xy61)",fontsize=16,color="magenta"];522 -> 524[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 522 -> 525[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 522 -> 526[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 523[label="List.isPrefixOf (flip (:) xy58 xy59) (reverse xy61)",fontsize=16,color="black",shape="box"];523 -> 527[label="",style="solid", color="black", weight=3]; 14.12/5.59 524[label="xy600",fontsize=16,color="green",shape="box"];525[label="flip (:) xy58 xy59",fontsize=16,color="black",shape="triangle"];525 -> 528[label="",style="solid", color="black", weight=3]; 14.12/5.59 526[label="xy601",fontsize=16,color="green",shape="box"];527[label="List.isPrefixOf ((:) xy59 xy58) (reverse xy61)",fontsize=16,color="black",shape="box"];527 -> 529[label="",style="solid", color="black", weight=3]; 14.12/5.59 528[label="(:) xy59 xy58",fontsize=16,color="green",shape="box"];529 -> 534[label="",style="dashed", color="red", weight=0]; 14.12/5.59 529[label="List.isPrefixOf ((:) xy59 xy58) (foldl (flip (:)) [] xy61)",fontsize=16,color="magenta"];529 -> 535[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 529 -> 536[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 535[label="[]",fontsize=16,color="green",shape="box"];536[label="xy61",fontsize=16,color="green",shape="box"];534[label="List.isPrefixOf ((:) xy59 xy58) (foldl (flip (:)) xy62 xy611)",fontsize=16,color="burlywood",shape="triangle"];1477[label="xy611/xy6110 : xy6111",fontsize=10,color="white",style="solid",shape="box"];534 -> 1477[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1477 -> 538[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1478[label="xy611/[]",fontsize=10,color="white",style="solid",shape="box"];534 -> 1478[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1478 -> 539[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 538[label="List.isPrefixOf ((:) xy59 xy58) (foldl (flip (:)) xy62 (xy6110 : xy6111))",fontsize=16,color="black",shape="box"];538 -> 540[label="",style="solid", color="black", weight=3]; 14.12/5.59 539[label="List.isPrefixOf ((:) xy59 xy58) (foldl (flip (:)) xy62 [])",fontsize=16,color="black",shape="box"];539 -> 541[label="",style="solid", color="black", weight=3]; 14.12/5.59 540 -> 534[label="",style="dashed", color="red", weight=0]; 14.12/5.59 540[label="List.isPrefixOf ((:) xy59 xy58) (foldl (flip (:)) (flip (:) xy62 xy6110) xy6111)",fontsize=16,color="magenta"];540 -> 542[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 540 -> 543[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 541[label="List.isPrefixOf ((:) xy59 xy58) xy62",fontsize=16,color="burlywood",shape="box"];1479[label="xy62/xy620 : xy621",fontsize=10,color="white",style="solid",shape="box"];541 -> 1479[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1479 -> 544[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1480[label="xy62/[]",fontsize=10,color="white",style="solid",shape="box"];541 -> 1480[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1480 -> 545[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 542 -> 525[label="",style="dashed", color="red", weight=0]; 14.12/5.59 542[label="flip (:) xy62 xy6110",fontsize=16,color="magenta"];542 -> 546[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 542 -> 547[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 543[label="xy6111",fontsize=16,color="green",shape="box"];544[label="List.isPrefixOf ((:) xy59 xy58) (xy620 : xy621)",fontsize=16,color="black",shape="box"];544 -> 548[label="",style="solid", color="black", weight=3]; 14.12/5.59 545[label="List.isPrefixOf ((:) xy59 xy58) []",fontsize=16,color="black",shape="box"];545 -> 549[label="",style="solid", color="black", weight=3]; 14.12/5.59 546[label="xy6110",fontsize=16,color="green",shape="box"];547[label="xy62",fontsize=16,color="green",shape="box"];548 -> 774[label="",style="dashed", color="red", weight=0]; 14.12/5.59 548[label="xy59 == xy620 && List.isPrefixOf xy58 xy621",fontsize=16,color="magenta"];548 -> 775[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 548 -> 776[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 549[label="False",fontsize=16,color="green",shape="box"];775[label="List.isPrefixOf xy58 xy621",fontsize=16,color="burlywood",shape="triangle"];1481[label="xy58/xy580 : xy581",fontsize=10,color="white",style="solid",shape="box"];775 -> 1481[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1481 -> 792[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1482[label="xy58/[]",fontsize=10,color="white",style="solid",shape="box"];775 -> 1482[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1482 -> 793[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 776[label="xy59 == xy620",fontsize=16,color="blue",shape="box"];1483[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];776 -> 1483[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1483 -> 794[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1484[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];776 -> 1484[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1484 -> 795[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1485[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];776 -> 1485[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1485 -> 796[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1486[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];776 -> 1486[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1486 -> 797[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1487[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];776 -> 1487[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1487 -> 798[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1488[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];776 -> 1488[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1488 -> 799[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1489[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];776 -> 1489[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1489 -> 800[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1490[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];776 -> 1490[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1490 -> 801[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1491[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];776 -> 1491[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1491 -> 802[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1492[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];776 -> 1492[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1492 -> 803[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1493[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];776 -> 1493[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1493 -> 804[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1494[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];776 -> 1494[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1494 -> 805[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1495[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];776 -> 1495[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1495 -> 806[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1496[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];776 -> 1496[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1496 -> 807[label="",style="solid", color="blue", weight=3]; 14.12/5.59 774[label="xy76 && xy88",fontsize=16,color="burlywood",shape="triangle"];1497[label="xy76/False",fontsize=10,color="white",style="solid",shape="box"];774 -> 1497[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1497 -> 808[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1498[label="xy76/True",fontsize=10,color="white",style="solid",shape="box"];774 -> 1498[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1498 -> 809[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 792[label="List.isPrefixOf (xy580 : xy581) xy621",fontsize=16,color="burlywood",shape="box"];1499[label="xy621/xy6210 : xy6211",fontsize=10,color="white",style="solid",shape="box"];792 -> 1499[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1499 -> 810[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1500[label="xy621/[]",fontsize=10,color="white",style="solid",shape="box"];792 -> 1500[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1500 -> 811[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 793[label="List.isPrefixOf [] xy621",fontsize=16,color="black",shape="box"];793 -> 812[label="",style="solid", color="black", weight=3]; 14.12/5.59 794[label="xy59 == xy620",fontsize=16,color="black",shape="triangle"];794 -> 813[label="",style="solid", color="black", weight=3]; 14.12/5.59 795[label="xy59 == xy620",fontsize=16,color="black",shape="triangle"];795 -> 814[label="",style="solid", color="black", weight=3]; 14.12/5.59 796[label="xy59 == xy620",fontsize=16,color="burlywood",shape="triangle"];1501[label="xy59/LT",fontsize=10,color="white",style="solid",shape="box"];796 -> 1501[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1501 -> 815[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1502[label="xy59/EQ",fontsize=10,color="white",style="solid",shape="box"];796 -> 1502[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1502 -> 816[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1503[label="xy59/GT",fontsize=10,color="white",style="solid",shape="box"];796 -> 1503[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1503 -> 817[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 797[label="xy59 == xy620",fontsize=16,color="black",shape="triangle"];797 -> 818[label="",style="solid", color="black", weight=3]; 14.12/5.59 798[label="xy59 == xy620",fontsize=16,color="burlywood",shape="triangle"];1504[label="xy59/(xy590,xy591,xy592)",fontsize=10,color="white",style="solid",shape="box"];798 -> 1504[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1504 -> 819[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 799[label="xy59 == xy620",fontsize=16,color="burlywood",shape="triangle"];1505[label="xy59/(xy590,xy591)",fontsize=10,color="white",style="solid",shape="box"];799 -> 1505[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1505 -> 820[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 800[label="xy59 == xy620",fontsize=16,color="burlywood",shape="triangle"];1506[label="xy59/()",fontsize=10,color="white",style="solid",shape="box"];800 -> 1506[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1506 -> 821[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 801[label="xy59 == xy620",fontsize=16,color="black",shape="triangle"];801 -> 822[label="",style="solid", color="black", weight=3]; 14.12/5.59 802[label="xy59 == xy620",fontsize=16,color="burlywood",shape="triangle"];1507[label="xy59/xy590 : xy591",fontsize=10,color="white",style="solid",shape="box"];802 -> 1507[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1507 -> 823[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1508[label="xy59/[]",fontsize=10,color="white",style="solid",shape="box"];802 -> 1508[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1508 -> 824[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 803[label="xy59 == xy620",fontsize=16,color="burlywood",shape="triangle"];1509[label="xy59/Nothing",fontsize=10,color="white",style="solid",shape="box"];803 -> 1509[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1509 -> 825[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1510[label="xy59/Just xy590",fontsize=10,color="white",style="solid",shape="box"];803 -> 1510[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1510 -> 826[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 804[label="xy59 == xy620",fontsize=16,color="burlywood",shape="triangle"];1511[label="xy59/Left xy590",fontsize=10,color="white",style="solid",shape="box"];804 -> 1511[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1511 -> 827[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1512[label="xy59/Right xy590",fontsize=10,color="white",style="solid",shape="box"];804 -> 1512[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1512 -> 828[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 805[label="xy59 == xy620",fontsize=16,color="burlywood",shape="triangle"];1513[label="xy59/Integer xy590",fontsize=10,color="white",style="solid",shape="box"];805 -> 1513[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1513 -> 829[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 806[label="xy59 == xy620",fontsize=16,color="burlywood",shape="triangle"];1514[label="xy59/False",fontsize=10,color="white",style="solid",shape="box"];806 -> 1514[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1514 -> 830[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1515[label="xy59/True",fontsize=10,color="white",style="solid",shape="box"];806 -> 1515[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1515 -> 831[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 807[label="xy59 == xy620",fontsize=16,color="burlywood",shape="triangle"];1516[label="xy59/xy590 :% xy591",fontsize=10,color="white",style="solid",shape="box"];807 -> 1516[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1516 -> 832[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 808[label="False && xy88",fontsize=16,color="black",shape="box"];808 -> 833[label="",style="solid", color="black", weight=3]; 14.12/5.59 809[label="True && xy88",fontsize=16,color="black",shape="box"];809 -> 834[label="",style="solid", color="black", weight=3]; 14.12/5.59 810[label="List.isPrefixOf (xy580 : xy581) (xy6210 : xy6211)",fontsize=16,color="black",shape="box"];810 -> 835[label="",style="solid", color="black", weight=3]; 14.12/5.59 811[label="List.isPrefixOf (xy580 : xy581) []",fontsize=16,color="black",shape="box"];811 -> 836[label="",style="solid", color="black", weight=3]; 14.12/5.59 812[label="True",fontsize=16,color="green",shape="box"];813[label="primEqInt xy59 xy620",fontsize=16,color="burlywood",shape="triangle"];1517[label="xy59/Pos xy590",fontsize=10,color="white",style="solid",shape="box"];813 -> 1517[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1517 -> 837[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1518[label="xy59/Neg xy590",fontsize=10,color="white",style="solid",shape="box"];813 -> 1518[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1518 -> 838[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 814[label="primEqFloat xy59 xy620",fontsize=16,color="burlywood",shape="box"];1519[label="xy59/Float xy590 xy591",fontsize=10,color="white",style="solid",shape="box"];814 -> 1519[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1519 -> 839[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 815[label="LT == xy620",fontsize=16,color="burlywood",shape="box"];1520[label="xy620/LT",fontsize=10,color="white",style="solid",shape="box"];815 -> 1520[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1520 -> 840[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1521[label="xy620/EQ",fontsize=10,color="white",style="solid",shape="box"];815 -> 1521[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1521 -> 841[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1522[label="xy620/GT",fontsize=10,color="white",style="solid",shape="box"];815 -> 1522[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1522 -> 842[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 816[label="EQ == xy620",fontsize=16,color="burlywood",shape="box"];1523[label="xy620/LT",fontsize=10,color="white",style="solid",shape="box"];816 -> 1523[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1523 -> 843[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1524[label="xy620/EQ",fontsize=10,color="white",style="solid",shape="box"];816 -> 1524[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1524 -> 844[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1525[label="xy620/GT",fontsize=10,color="white",style="solid",shape="box"];816 -> 1525[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1525 -> 845[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 817[label="GT == xy620",fontsize=16,color="burlywood",shape="box"];1526[label="xy620/LT",fontsize=10,color="white",style="solid",shape="box"];817 -> 1526[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1526 -> 846[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1527[label="xy620/EQ",fontsize=10,color="white",style="solid",shape="box"];817 -> 1527[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1527 -> 847[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1528[label="xy620/GT",fontsize=10,color="white",style="solid",shape="box"];817 -> 1528[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1528 -> 848[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 818[label="primEqChar xy59 xy620",fontsize=16,color="burlywood",shape="box"];1529[label="xy59/Char xy590",fontsize=10,color="white",style="solid",shape="box"];818 -> 1529[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1529 -> 849[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 819[label="(xy590,xy591,xy592) == xy620",fontsize=16,color="burlywood",shape="box"];1530[label="xy620/(xy6200,xy6201,xy6202)",fontsize=10,color="white",style="solid",shape="box"];819 -> 1530[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1530 -> 850[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 820[label="(xy590,xy591) == xy620",fontsize=16,color="burlywood",shape="box"];1531[label="xy620/(xy6200,xy6201)",fontsize=10,color="white",style="solid",shape="box"];820 -> 1531[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1531 -> 851[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 821[label="() == xy620",fontsize=16,color="burlywood",shape="box"];1532[label="xy620/()",fontsize=10,color="white",style="solid",shape="box"];821 -> 1532[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1532 -> 852[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 822[label="primEqDouble xy59 xy620",fontsize=16,color="burlywood",shape="box"];1533[label="xy59/Double xy590 xy591",fontsize=10,color="white",style="solid",shape="box"];822 -> 1533[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1533 -> 853[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 823[label="xy590 : xy591 == xy620",fontsize=16,color="burlywood",shape="box"];1534[label="xy620/xy6200 : xy6201",fontsize=10,color="white",style="solid",shape="box"];823 -> 1534[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1534 -> 854[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1535[label="xy620/[]",fontsize=10,color="white",style="solid",shape="box"];823 -> 1535[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1535 -> 855[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 824[label="[] == xy620",fontsize=16,color="burlywood",shape="box"];1536[label="xy620/xy6200 : xy6201",fontsize=10,color="white",style="solid",shape="box"];824 -> 1536[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1536 -> 856[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1537[label="xy620/[]",fontsize=10,color="white",style="solid",shape="box"];824 -> 1537[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1537 -> 857[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 825[label="Nothing == xy620",fontsize=16,color="burlywood",shape="box"];1538[label="xy620/Nothing",fontsize=10,color="white",style="solid",shape="box"];825 -> 1538[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1538 -> 858[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1539[label="xy620/Just xy6200",fontsize=10,color="white",style="solid",shape="box"];825 -> 1539[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1539 -> 859[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 826[label="Just xy590 == xy620",fontsize=16,color="burlywood",shape="box"];1540[label="xy620/Nothing",fontsize=10,color="white",style="solid",shape="box"];826 -> 1540[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1540 -> 860[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1541[label="xy620/Just xy6200",fontsize=10,color="white",style="solid",shape="box"];826 -> 1541[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1541 -> 861[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 827[label="Left xy590 == xy620",fontsize=16,color="burlywood",shape="box"];1542[label="xy620/Left xy6200",fontsize=10,color="white",style="solid",shape="box"];827 -> 1542[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1542 -> 862[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1543[label="xy620/Right xy6200",fontsize=10,color="white",style="solid",shape="box"];827 -> 1543[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1543 -> 863[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 828[label="Right xy590 == xy620",fontsize=16,color="burlywood",shape="box"];1544[label="xy620/Left xy6200",fontsize=10,color="white",style="solid",shape="box"];828 -> 1544[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1544 -> 864[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1545[label="xy620/Right xy6200",fontsize=10,color="white",style="solid",shape="box"];828 -> 1545[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1545 -> 865[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 829[label="Integer xy590 == xy620",fontsize=16,color="burlywood",shape="box"];1546[label="xy620/Integer xy6200",fontsize=10,color="white",style="solid",shape="box"];829 -> 1546[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1546 -> 866[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 830[label="False == xy620",fontsize=16,color="burlywood",shape="box"];1547[label="xy620/False",fontsize=10,color="white",style="solid",shape="box"];830 -> 1547[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1547 -> 867[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1548[label="xy620/True",fontsize=10,color="white",style="solid",shape="box"];830 -> 1548[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1548 -> 868[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 831[label="True == xy620",fontsize=16,color="burlywood",shape="box"];1549[label="xy620/False",fontsize=10,color="white",style="solid",shape="box"];831 -> 1549[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1549 -> 869[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1550[label="xy620/True",fontsize=10,color="white",style="solid",shape="box"];831 -> 1550[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1550 -> 870[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 832[label="xy590 :% xy591 == xy620",fontsize=16,color="burlywood",shape="box"];1551[label="xy620/xy6200 :% xy6201",fontsize=10,color="white",style="solid",shape="box"];832 -> 1551[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1551 -> 871[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 833[label="False",fontsize=16,color="green",shape="box"];834[label="xy88",fontsize=16,color="green",shape="box"];835 -> 774[label="",style="dashed", color="red", weight=0]; 14.12/5.59 835[label="xy580 == xy6210 && List.isPrefixOf xy581 xy6211",fontsize=16,color="magenta"];835 -> 872[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 835 -> 873[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 836[label="False",fontsize=16,color="green",shape="box"];837[label="primEqInt (Pos xy590) xy620",fontsize=16,color="burlywood",shape="box"];1552[label="xy590/Succ xy5900",fontsize=10,color="white",style="solid",shape="box"];837 -> 1552[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1552 -> 874[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1553[label="xy590/Zero",fontsize=10,color="white",style="solid",shape="box"];837 -> 1553[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1553 -> 875[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 838[label="primEqInt (Neg xy590) xy620",fontsize=16,color="burlywood",shape="box"];1554[label="xy590/Succ xy5900",fontsize=10,color="white",style="solid",shape="box"];838 -> 1554[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1554 -> 876[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1555[label="xy590/Zero",fontsize=10,color="white",style="solid",shape="box"];838 -> 1555[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1555 -> 877[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 839[label="primEqFloat (Float xy590 xy591) xy620",fontsize=16,color="burlywood",shape="box"];1556[label="xy620/Float xy6200 xy6201",fontsize=10,color="white",style="solid",shape="box"];839 -> 1556[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1556 -> 878[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 840[label="LT == LT",fontsize=16,color="black",shape="box"];840 -> 879[label="",style="solid", color="black", weight=3]; 14.12/5.59 841[label="LT == EQ",fontsize=16,color="black",shape="box"];841 -> 880[label="",style="solid", color="black", weight=3]; 14.12/5.59 842[label="LT == GT",fontsize=16,color="black",shape="box"];842 -> 881[label="",style="solid", color="black", weight=3]; 14.12/5.59 843[label="EQ == LT",fontsize=16,color="black",shape="box"];843 -> 882[label="",style="solid", color="black", weight=3]; 14.12/5.59 844[label="EQ == EQ",fontsize=16,color="black",shape="box"];844 -> 883[label="",style="solid", color="black", weight=3]; 14.12/5.59 845[label="EQ == GT",fontsize=16,color="black",shape="box"];845 -> 884[label="",style="solid", color="black", weight=3]; 14.12/5.59 846[label="GT == LT",fontsize=16,color="black",shape="box"];846 -> 885[label="",style="solid", color="black", weight=3]; 14.12/5.59 847[label="GT == EQ",fontsize=16,color="black",shape="box"];847 -> 886[label="",style="solid", color="black", weight=3]; 14.12/5.59 848[label="GT == GT",fontsize=16,color="black",shape="box"];848 -> 887[label="",style="solid", color="black", weight=3]; 14.12/5.59 849[label="primEqChar (Char xy590) xy620",fontsize=16,color="burlywood",shape="box"];1557[label="xy620/Char xy6200",fontsize=10,color="white",style="solid",shape="box"];849 -> 1557[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1557 -> 888[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 850[label="(xy590,xy591,xy592) == (xy6200,xy6201,xy6202)",fontsize=16,color="black",shape="box"];850 -> 889[label="",style="solid", color="black", weight=3]; 14.12/5.59 851[label="(xy590,xy591) == (xy6200,xy6201)",fontsize=16,color="black",shape="box"];851 -> 890[label="",style="solid", color="black", weight=3]; 14.12/5.59 852[label="() == ()",fontsize=16,color="black",shape="box"];852 -> 891[label="",style="solid", color="black", weight=3]; 14.12/5.59 853[label="primEqDouble (Double xy590 xy591) xy620",fontsize=16,color="burlywood",shape="box"];1558[label="xy620/Double xy6200 xy6201",fontsize=10,color="white",style="solid",shape="box"];853 -> 1558[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1558 -> 892[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 854[label="xy590 : xy591 == xy6200 : xy6201",fontsize=16,color="black",shape="box"];854 -> 893[label="",style="solid", color="black", weight=3]; 14.12/5.59 855[label="xy590 : xy591 == []",fontsize=16,color="black",shape="box"];855 -> 894[label="",style="solid", color="black", weight=3]; 14.12/5.59 856[label="[] == xy6200 : xy6201",fontsize=16,color="black",shape="box"];856 -> 895[label="",style="solid", color="black", weight=3]; 14.12/5.59 857[label="[] == []",fontsize=16,color="black",shape="box"];857 -> 896[label="",style="solid", color="black", weight=3]; 14.12/5.59 858[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];858 -> 897[label="",style="solid", color="black", weight=3]; 14.12/5.59 859[label="Nothing == Just xy6200",fontsize=16,color="black",shape="box"];859 -> 898[label="",style="solid", color="black", weight=3]; 14.12/5.59 860[label="Just xy590 == Nothing",fontsize=16,color="black",shape="box"];860 -> 899[label="",style="solid", color="black", weight=3]; 14.12/5.59 861[label="Just xy590 == Just xy6200",fontsize=16,color="black",shape="box"];861 -> 900[label="",style="solid", color="black", weight=3]; 14.12/5.59 862[label="Left xy590 == Left xy6200",fontsize=16,color="black",shape="box"];862 -> 901[label="",style="solid", color="black", weight=3]; 14.12/5.59 863[label="Left xy590 == Right xy6200",fontsize=16,color="black",shape="box"];863 -> 902[label="",style="solid", color="black", weight=3]; 14.12/5.59 864[label="Right xy590 == Left xy6200",fontsize=16,color="black",shape="box"];864 -> 903[label="",style="solid", color="black", weight=3]; 14.12/5.59 865[label="Right xy590 == Right xy6200",fontsize=16,color="black",shape="box"];865 -> 904[label="",style="solid", color="black", weight=3]; 14.12/5.59 866[label="Integer xy590 == Integer xy6200",fontsize=16,color="black",shape="box"];866 -> 905[label="",style="solid", color="black", weight=3]; 14.12/5.59 867[label="False == False",fontsize=16,color="black",shape="box"];867 -> 906[label="",style="solid", color="black", weight=3]; 14.12/5.59 868[label="False == True",fontsize=16,color="black",shape="box"];868 -> 907[label="",style="solid", color="black", weight=3]; 14.12/5.59 869[label="True == False",fontsize=16,color="black",shape="box"];869 -> 908[label="",style="solid", color="black", weight=3]; 14.12/5.59 870[label="True == True",fontsize=16,color="black",shape="box"];870 -> 909[label="",style="solid", color="black", weight=3]; 14.12/5.59 871[label="xy590 :% xy591 == xy6200 :% xy6201",fontsize=16,color="black",shape="box"];871 -> 910[label="",style="solid", color="black", weight=3]; 14.12/5.59 872 -> 775[label="",style="dashed", color="red", weight=0]; 14.12/5.59 872[label="List.isPrefixOf xy581 xy6211",fontsize=16,color="magenta"];872 -> 911[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 872 -> 912[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 873[label="xy580 == xy6210",fontsize=16,color="blue",shape="box"];1559[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1559[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1559 -> 913[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1560[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1560[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1560 -> 914[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1561[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1561[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1561 -> 915[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1562[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1562[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1562 -> 916[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1563[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1563[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1563 -> 917[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1564[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1564[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1564 -> 918[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1565[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1565[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1565 -> 919[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1566[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1566[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1566 -> 920[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1567[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1567[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1567 -> 921[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1568[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1568[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1568 -> 922[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1569[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1569[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1569 -> 923[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1570[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1570[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1570 -> 924[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1571[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1571[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1571 -> 925[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1572[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1572[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1572 -> 926[label="",style="solid", color="blue", weight=3]; 14.12/5.59 874[label="primEqInt (Pos (Succ xy5900)) xy620",fontsize=16,color="burlywood",shape="box"];1573[label="xy620/Pos xy6200",fontsize=10,color="white",style="solid",shape="box"];874 -> 1573[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1573 -> 927[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1574[label="xy620/Neg xy6200",fontsize=10,color="white",style="solid",shape="box"];874 -> 1574[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1574 -> 928[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 875[label="primEqInt (Pos Zero) xy620",fontsize=16,color="burlywood",shape="box"];1575[label="xy620/Pos xy6200",fontsize=10,color="white",style="solid",shape="box"];875 -> 1575[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1575 -> 929[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1576[label="xy620/Neg xy6200",fontsize=10,color="white",style="solid",shape="box"];875 -> 1576[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1576 -> 930[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 876[label="primEqInt (Neg (Succ xy5900)) xy620",fontsize=16,color="burlywood",shape="box"];1577[label="xy620/Pos xy6200",fontsize=10,color="white",style="solid",shape="box"];876 -> 1577[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1577 -> 931[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1578[label="xy620/Neg xy6200",fontsize=10,color="white",style="solid",shape="box"];876 -> 1578[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1578 -> 932[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 877[label="primEqInt (Neg Zero) xy620",fontsize=16,color="burlywood",shape="box"];1579[label="xy620/Pos xy6200",fontsize=10,color="white",style="solid",shape="box"];877 -> 1579[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1579 -> 933[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1580[label="xy620/Neg xy6200",fontsize=10,color="white",style="solid",shape="box"];877 -> 1580[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1580 -> 934[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 878[label="primEqFloat (Float xy590 xy591) (Float xy6200 xy6201)",fontsize=16,color="black",shape="box"];878 -> 935[label="",style="solid", color="black", weight=3]; 14.12/5.59 879[label="True",fontsize=16,color="green",shape="box"];880[label="False",fontsize=16,color="green",shape="box"];881[label="False",fontsize=16,color="green",shape="box"];882[label="False",fontsize=16,color="green",shape="box"];883[label="True",fontsize=16,color="green",shape="box"];884[label="False",fontsize=16,color="green",shape="box"];885[label="False",fontsize=16,color="green",shape="box"];886[label="False",fontsize=16,color="green",shape="box"];887[label="True",fontsize=16,color="green",shape="box"];888[label="primEqChar (Char xy590) (Char xy6200)",fontsize=16,color="black",shape="box"];888 -> 936[label="",style="solid", color="black", weight=3]; 14.12/5.59 889 -> 774[label="",style="dashed", color="red", weight=0]; 14.12/5.59 889[label="xy590 == xy6200 && xy591 == xy6201 && xy592 == xy6202",fontsize=16,color="magenta"];889 -> 937[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 889 -> 938[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 890 -> 774[label="",style="dashed", color="red", weight=0]; 14.12/5.59 890[label="xy590 == xy6200 && xy591 == xy6201",fontsize=16,color="magenta"];890 -> 939[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 890 -> 940[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 891[label="True",fontsize=16,color="green",shape="box"];892[label="primEqDouble (Double xy590 xy591) (Double xy6200 xy6201)",fontsize=16,color="black",shape="box"];892 -> 941[label="",style="solid", color="black", weight=3]; 14.12/5.59 893 -> 774[label="",style="dashed", color="red", weight=0]; 14.12/5.59 893[label="xy590 == xy6200 && xy591 == xy6201",fontsize=16,color="magenta"];893 -> 942[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 893 -> 943[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 894[label="False",fontsize=16,color="green",shape="box"];895[label="False",fontsize=16,color="green",shape="box"];896[label="True",fontsize=16,color="green",shape="box"];897[label="True",fontsize=16,color="green",shape="box"];898[label="False",fontsize=16,color="green",shape="box"];899[label="False",fontsize=16,color="green",shape="box"];900[label="xy590 == xy6200",fontsize=16,color="blue",shape="box"];1581[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];900 -> 1581[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1581 -> 944[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1582[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];900 -> 1582[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1582 -> 945[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1583[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];900 -> 1583[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1583 -> 946[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1584[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];900 -> 1584[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1584 -> 947[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1585[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];900 -> 1585[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1585 -> 948[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1586[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];900 -> 1586[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1586 -> 949[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1587[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];900 -> 1587[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1587 -> 950[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1588[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];900 -> 1588[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1588 -> 951[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1589[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];900 -> 1589[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1589 -> 952[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1590[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];900 -> 1590[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1590 -> 953[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1591[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];900 -> 1591[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1591 -> 954[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1592[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];900 -> 1592[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1592 -> 955[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1593[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];900 -> 1593[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1593 -> 956[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1594[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];900 -> 1594[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1594 -> 957[label="",style="solid", color="blue", weight=3]; 14.12/5.59 901[label="xy590 == xy6200",fontsize=16,color="blue",shape="box"];1595[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];901 -> 1595[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1595 -> 958[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1596[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];901 -> 1596[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1596 -> 959[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1597[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];901 -> 1597[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1597 -> 960[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1598[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];901 -> 1598[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1598 -> 961[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1599[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];901 -> 1599[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1599 -> 962[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1600[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];901 -> 1600[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1600 -> 963[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1601[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];901 -> 1601[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1601 -> 964[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1602[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];901 -> 1602[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1602 -> 965[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1603[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];901 -> 1603[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1603 -> 966[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1604[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];901 -> 1604[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1604 -> 967[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1605[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];901 -> 1605[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1605 -> 968[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1606[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];901 -> 1606[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1606 -> 969[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1607[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];901 -> 1607[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1607 -> 970[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1608[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];901 -> 1608[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1608 -> 971[label="",style="solid", color="blue", weight=3]; 14.12/5.59 902[label="False",fontsize=16,color="green",shape="box"];903[label="False",fontsize=16,color="green",shape="box"];904[label="xy590 == xy6200",fontsize=16,color="blue",shape="box"];1609[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];904 -> 1609[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1609 -> 972[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1610[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];904 -> 1610[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1610 -> 973[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1611[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];904 -> 1611[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1611 -> 974[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1612[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];904 -> 1612[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1612 -> 975[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1613[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];904 -> 1613[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1613 -> 976[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1614[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];904 -> 1614[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1614 -> 977[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1615[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];904 -> 1615[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1615 -> 978[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1616[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];904 -> 1616[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1616 -> 979[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1617[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];904 -> 1617[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1617 -> 980[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1618[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];904 -> 1618[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1618 -> 981[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1619[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];904 -> 1619[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1619 -> 982[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1620[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];904 -> 1620[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1620 -> 983[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1621[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];904 -> 1621[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1621 -> 984[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1622[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];904 -> 1622[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1622 -> 985[label="",style="solid", color="blue", weight=3]; 14.12/5.59 905 -> 813[label="",style="dashed", color="red", weight=0]; 14.12/5.59 905[label="primEqInt xy590 xy6200",fontsize=16,color="magenta"];905 -> 986[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 905 -> 987[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 906[label="True",fontsize=16,color="green",shape="box"];907[label="False",fontsize=16,color="green",shape="box"];908[label="False",fontsize=16,color="green",shape="box"];909[label="True",fontsize=16,color="green",shape="box"];910 -> 774[label="",style="dashed", color="red", weight=0]; 14.12/5.59 910[label="xy590 == xy6200 && xy591 == xy6201",fontsize=16,color="magenta"];910 -> 988[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 910 -> 989[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 911[label="xy581",fontsize=16,color="green",shape="box"];912[label="xy6211",fontsize=16,color="green",shape="box"];913 -> 794[label="",style="dashed", color="red", weight=0]; 14.12/5.59 913[label="xy580 == xy6210",fontsize=16,color="magenta"];913 -> 990[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 913 -> 991[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 914 -> 795[label="",style="dashed", color="red", weight=0]; 14.12/5.59 914[label="xy580 == xy6210",fontsize=16,color="magenta"];914 -> 992[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 914 -> 993[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 915 -> 796[label="",style="dashed", color="red", weight=0]; 14.12/5.59 915[label="xy580 == xy6210",fontsize=16,color="magenta"];915 -> 994[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 915 -> 995[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 916 -> 797[label="",style="dashed", color="red", weight=0]; 14.12/5.59 916[label="xy580 == xy6210",fontsize=16,color="magenta"];916 -> 996[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 916 -> 997[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 917 -> 798[label="",style="dashed", color="red", weight=0]; 14.12/5.59 917[label="xy580 == xy6210",fontsize=16,color="magenta"];917 -> 998[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 917 -> 999[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 918 -> 799[label="",style="dashed", color="red", weight=0]; 14.12/5.59 918[label="xy580 == xy6210",fontsize=16,color="magenta"];918 -> 1000[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 918 -> 1001[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 919 -> 800[label="",style="dashed", color="red", weight=0]; 14.12/5.59 919[label="xy580 == xy6210",fontsize=16,color="magenta"];919 -> 1002[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 919 -> 1003[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 920 -> 801[label="",style="dashed", color="red", weight=0]; 14.12/5.59 920[label="xy580 == xy6210",fontsize=16,color="magenta"];920 -> 1004[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 920 -> 1005[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 921 -> 802[label="",style="dashed", color="red", weight=0]; 14.12/5.59 921[label="xy580 == xy6210",fontsize=16,color="magenta"];921 -> 1006[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 921 -> 1007[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 922 -> 803[label="",style="dashed", color="red", weight=0]; 14.12/5.59 922[label="xy580 == xy6210",fontsize=16,color="magenta"];922 -> 1008[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 922 -> 1009[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 923 -> 804[label="",style="dashed", color="red", weight=0]; 14.12/5.59 923[label="xy580 == xy6210",fontsize=16,color="magenta"];923 -> 1010[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 923 -> 1011[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 924 -> 805[label="",style="dashed", color="red", weight=0]; 14.12/5.59 924[label="xy580 == xy6210",fontsize=16,color="magenta"];924 -> 1012[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 924 -> 1013[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 925 -> 806[label="",style="dashed", color="red", weight=0]; 14.12/5.59 925[label="xy580 == xy6210",fontsize=16,color="magenta"];925 -> 1014[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 925 -> 1015[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 926 -> 807[label="",style="dashed", color="red", weight=0]; 14.12/5.59 926[label="xy580 == xy6210",fontsize=16,color="magenta"];926 -> 1016[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 926 -> 1017[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 927[label="primEqInt (Pos (Succ xy5900)) (Pos xy6200)",fontsize=16,color="burlywood",shape="box"];1623[label="xy6200/Succ xy62000",fontsize=10,color="white",style="solid",shape="box"];927 -> 1623[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1623 -> 1018[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1624[label="xy6200/Zero",fontsize=10,color="white",style="solid",shape="box"];927 -> 1624[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1624 -> 1019[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 928[label="primEqInt (Pos (Succ xy5900)) (Neg xy6200)",fontsize=16,color="black",shape="box"];928 -> 1020[label="",style="solid", color="black", weight=3]; 14.12/5.59 929[label="primEqInt (Pos Zero) (Pos xy6200)",fontsize=16,color="burlywood",shape="box"];1625[label="xy6200/Succ xy62000",fontsize=10,color="white",style="solid",shape="box"];929 -> 1625[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1625 -> 1021[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1626[label="xy6200/Zero",fontsize=10,color="white",style="solid",shape="box"];929 -> 1626[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1626 -> 1022[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 930[label="primEqInt (Pos Zero) (Neg xy6200)",fontsize=16,color="burlywood",shape="box"];1627[label="xy6200/Succ xy62000",fontsize=10,color="white",style="solid",shape="box"];930 -> 1627[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1627 -> 1023[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1628[label="xy6200/Zero",fontsize=10,color="white",style="solid",shape="box"];930 -> 1628[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1628 -> 1024[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 931[label="primEqInt (Neg (Succ xy5900)) (Pos xy6200)",fontsize=16,color="black",shape="box"];931 -> 1025[label="",style="solid", color="black", weight=3]; 14.12/5.59 932[label="primEqInt (Neg (Succ xy5900)) (Neg xy6200)",fontsize=16,color="burlywood",shape="box"];1629[label="xy6200/Succ xy62000",fontsize=10,color="white",style="solid",shape="box"];932 -> 1629[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1629 -> 1026[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1630[label="xy6200/Zero",fontsize=10,color="white",style="solid",shape="box"];932 -> 1630[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1630 -> 1027[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 933[label="primEqInt (Neg Zero) (Pos xy6200)",fontsize=16,color="burlywood",shape="box"];1631[label="xy6200/Succ xy62000",fontsize=10,color="white",style="solid",shape="box"];933 -> 1631[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1631 -> 1028[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1632[label="xy6200/Zero",fontsize=10,color="white",style="solid",shape="box"];933 -> 1632[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1632 -> 1029[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 934[label="primEqInt (Neg Zero) (Neg xy6200)",fontsize=16,color="burlywood",shape="box"];1633[label="xy6200/Succ xy62000",fontsize=10,color="white",style="solid",shape="box"];934 -> 1633[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1633 -> 1030[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1634[label="xy6200/Zero",fontsize=10,color="white",style="solid",shape="box"];934 -> 1634[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1634 -> 1031[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 935 -> 794[label="",style="dashed", color="red", weight=0]; 14.12/5.59 935[label="xy590 * xy6201 == xy591 * xy6200",fontsize=16,color="magenta"];935 -> 1032[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 935 -> 1033[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 936[label="primEqNat xy590 xy6200",fontsize=16,color="burlywood",shape="triangle"];1635[label="xy590/Succ xy5900",fontsize=10,color="white",style="solid",shape="box"];936 -> 1635[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1635 -> 1034[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1636[label="xy590/Zero",fontsize=10,color="white",style="solid",shape="box"];936 -> 1636[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1636 -> 1035[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 937 -> 774[label="",style="dashed", color="red", weight=0]; 14.12/5.59 937[label="xy591 == xy6201 && xy592 == xy6202",fontsize=16,color="magenta"];937 -> 1036[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 937 -> 1037[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 938[label="xy590 == xy6200",fontsize=16,color="blue",shape="box"];1637[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 1637[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1637 -> 1038[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1638[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 1638[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1638 -> 1039[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1639[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 1639[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1639 -> 1040[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1640[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 1640[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1640 -> 1041[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1641[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 1641[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1641 -> 1042[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1642[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 1642[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1642 -> 1043[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1643[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 1643[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1643 -> 1044[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1644[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 1644[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1644 -> 1045[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1645[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 1645[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1645 -> 1046[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1646[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 1646[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1646 -> 1047[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1647[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 1647[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1647 -> 1048[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1648[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 1648[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1648 -> 1049[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1649[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 1649[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1649 -> 1050[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1650[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 1650[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1650 -> 1051[label="",style="solid", color="blue", weight=3]; 14.12/5.59 939[label="xy591 == xy6201",fontsize=16,color="blue",shape="box"];1651[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 1651[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1651 -> 1052[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1652[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 1652[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1652 -> 1053[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1653[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 1653[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1653 -> 1054[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1654[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 1654[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1654 -> 1055[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1655[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 1655[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1655 -> 1056[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1656[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 1656[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1656 -> 1057[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1657[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 1657[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1657 -> 1058[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1658[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 1658[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1658 -> 1059[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1659[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 1659[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1659 -> 1060[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1660[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 1660[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1660 -> 1061[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1661[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 1661[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1661 -> 1062[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1662[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 1662[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1662 -> 1063[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1663[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 1663[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1663 -> 1064[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1664[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 1664[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1664 -> 1065[label="",style="solid", color="blue", weight=3]; 14.12/5.59 940[label="xy590 == xy6200",fontsize=16,color="blue",shape="box"];1665[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 1665[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1665 -> 1066[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1666[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 1666[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1666 -> 1067[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1667[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 1667[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1667 -> 1068[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1668[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 1668[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1668 -> 1069[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1669[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 1669[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1669 -> 1070[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1670[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 1670[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1670 -> 1071[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1671[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 1671[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1671 -> 1072[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1672[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 1672[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1672 -> 1073[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1673[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 1673[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1673 -> 1074[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1674[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 1674[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1674 -> 1075[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1675[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 1675[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1675 -> 1076[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1676[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 1676[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1676 -> 1077[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1677[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 1677[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1677 -> 1078[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1678[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 1678[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1678 -> 1079[label="",style="solid", color="blue", weight=3]; 14.12/5.59 941 -> 794[label="",style="dashed", color="red", weight=0]; 14.12/5.59 941[label="xy590 * xy6201 == xy591 * xy6200",fontsize=16,color="magenta"];941 -> 1080[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 941 -> 1081[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 942 -> 802[label="",style="dashed", color="red", weight=0]; 14.12/5.59 942[label="xy591 == xy6201",fontsize=16,color="magenta"];942 -> 1082[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 942 -> 1083[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 943[label="xy590 == xy6200",fontsize=16,color="blue",shape="box"];1679[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 1679[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1679 -> 1084[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1680[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 1680[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1680 -> 1085[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1681[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 1681[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1681 -> 1086[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1682[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 1682[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1682 -> 1087[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1683[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 1683[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1683 -> 1088[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1684[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 1684[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1684 -> 1089[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1685[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 1685[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1685 -> 1090[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1686[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 1686[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1686 -> 1091[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1687[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 1687[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1687 -> 1092[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1688[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 1688[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1688 -> 1093[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1689[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 1689[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1689 -> 1094[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1690[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 1690[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1690 -> 1095[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1691[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 1691[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1691 -> 1096[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1692[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 1692[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1692 -> 1097[label="",style="solid", color="blue", weight=3]; 14.12/5.59 944 -> 794[label="",style="dashed", color="red", weight=0]; 14.12/5.59 944[label="xy590 == xy6200",fontsize=16,color="magenta"];944 -> 1098[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 944 -> 1099[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 945 -> 795[label="",style="dashed", color="red", weight=0]; 14.12/5.59 945[label="xy590 == xy6200",fontsize=16,color="magenta"];945 -> 1100[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 945 -> 1101[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 946 -> 796[label="",style="dashed", color="red", weight=0]; 14.12/5.59 946[label="xy590 == xy6200",fontsize=16,color="magenta"];946 -> 1102[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 946 -> 1103[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 947 -> 797[label="",style="dashed", color="red", weight=0]; 14.12/5.59 947[label="xy590 == xy6200",fontsize=16,color="magenta"];947 -> 1104[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 947 -> 1105[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 948 -> 798[label="",style="dashed", color="red", weight=0]; 14.12/5.59 948[label="xy590 == xy6200",fontsize=16,color="magenta"];948 -> 1106[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 948 -> 1107[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 949 -> 799[label="",style="dashed", color="red", weight=0]; 14.12/5.59 949[label="xy590 == xy6200",fontsize=16,color="magenta"];949 -> 1108[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 949 -> 1109[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 950 -> 800[label="",style="dashed", color="red", weight=0]; 14.12/5.59 950[label="xy590 == xy6200",fontsize=16,color="magenta"];950 -> 1110[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 950 -> 1111[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 951 -> 801[label="",style="dashed", color="red", weight=0]; 14.12/5.59 951[label="xy590 == xy6200",fontsize=16,color="magenta"];951 -> 1112[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 951 -> 1113[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 952 -> 802[label="",style="dashed", color="red", weight=0]; 14.12/5.59 952[label="xy590 == xy6200",fontsize=16,color="magenta"];952 -> 1114[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 952 -> 1115[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 953 -> 803[label="",style="dashed", color="red", weight=0]; 14.12/5.59 953[label="xy590 == xy6200",fontsize=16,color="magenta"];953 -> 1116[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 953 -> 1117[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 954 -> 804[label="",style="dashed", color="red", weight=0]; 14.12/5.59 954[label="xy590 == xy6200",fontsize=16,color="magenta"];954 -> 1118[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 954 -> 1119[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 955 -> 805[label="",style="dashed", color="red", weight=0]; 14.12/5.59 955[label="xy590 == xy6200",fontsize=16,color="magenta"];955 -> 1120[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 955 -> 1121[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 956 -> 806[label="",style="dashed", color="red", weight=0]; 14.12/5.59 956[label="xy590 == xy6200",fontsize=16,color="magenta"];956 -> 1122[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 956 -> 1123[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 957 -> 807[label="",style="dashed", color="red", weight=0]; 14.12/5.59 957[label="xy590 == xy6200",fontsize=16,color="magenta"];957 -> 1124[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 957 -> 1125[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 958 -> 794[label="",style="dashed", color="red", weight=0]; 14.12/5.59 958[label="xy590 == xy6200",fontsize=16,color="magenta"];958 -> 1126[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 958 -> 1127[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 959 -> 795[label="",style="dashed", color="red", weight=0]; 14.12/5.59 959[label="xy590 == xy6200",fontsize=16,color="magenta"];959 -> 1128[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 959 -> 1129[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 960 -> 796[label="",style="dashed", color="red", weight=0]; 14.12/5.59 960[label="xy590 == xy6200",fontsize=16,color="magenta"];960 -> 1130[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 960 -> 1131[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 961 -> 797[label="",style="dashed", color="red", weight=0]; 14.12/5.59 961[label="xy590 == xy6200",fontsize=16,color="magenta"];961 -> 1132[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 961 -> 1133[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 962 -> 798[label="",style="dashed", color="red", weight=0]; 14.12/5.59 962[label="xy590 == xy6200",fontsize=16,color="magenta"];962 -> 1134[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 962 -> 1135[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 963 -> 799[label="",style="dashed", color="red", weight=0]; 14.12/5.59 963[label="xy590 == xy6200",fontsize=16,color="magenta"];963 -> 1136[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 963 -> 1137[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 964 -> 800[label="",style="dashed", color="red", weight=0]; 14.12/5.59 964[label="xy590 == xy6200",fontsize=16,color="magenta"];964 -> 1138[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 964 -> 1139[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 965 -> 801[label="",style="dashed", color="red", weight=0]; 14.12/5.59 965[label="xy590 == xy6200",fontsize=16,color="magenta"];965 -> 1140[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 965 -> 1141[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 966 -> 802[label="",style="dashed", color="red", weight=0]; 14.12/5.59 966[label="xy590 == xy6200",fontsize=16,color="magenta"];966 -> 1142[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 966 -> 1143[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 967 -> 803[label="",style="dashed", color="red", weight=0]; 14.12/5.59 967[label="xy590 == xy6200",fontsize=16,color="magenta"];967 -> 1144[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 967 -> 1145[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 968 -> 804[label="",style="dashed", color="red", weight=0]; 14.12/5.59 968[label="xy590 == xy6200",fontsize=16,color="magenta"];968 -> 1146[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 968 -> 1147[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 969 -> 805[label="",style="dashed", color="red", weight=0]; 14.12/5.59 969[label="xy590 == xy6200",fontsize=16,color="magenta"];969 -> 1148[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 969 -> 1149[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 970 -> 806[label="",style="dashed", color="red", weight=0]; 14.12/5.59 970[label="xy590 == xy6200",fontsize=16,color="magenta"];970 -> 1150[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 970 -> 1151[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 971 -> 807[label="",style="dashed", color="red", weight=0]; 14.12/5.59 971[label="xy590 == xy6200",fontsize=16,color="magenta"];971 -> 1152[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 971 -> 1153[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 972 -> 794[label="",style="dashed", color="red", weight=0]; 14.12/5.59 972[label="xy590 == xy6200",fontsize=16,color="magenta"];972 -> 1154[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 972 -> 1155[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 973 -> 795[label="",style="dashed", color="red", weight=0]; 14.12/5.59 973[label="xy590 == xy6200",fontsize=16,color="magenta"];973 -> 1156[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 973 -> 1157[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 974 -> 796[label="",style="dashed", color="red", weight=0]; 14.12/5.59 974[label="xy590 == xy6200",fontsize=16,color="magenta"];974 -> 1158[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 974 -> 1159[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 975 -> 797[label="",style="dashed", color="red", weight=0]; 14.12/5.59 975[label="xy590 == xy6200",fontsize=16,color="magenta"];975 -> 1160[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 975 -> 1161[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 976 -> 798[label="",style="dashed", color="red", weight=0]; 14.12/5.59 976[label="xy590 == xy6200",fontsize=16,color="magenta"];976 -> 1162[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 976 -> 1163[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 977 -> 799[label="",style="dashed", color="red", weight=0]; 14.12/5.59 977[label="xy590 == xy6200",fontsize=16,color="magenta"];977 -> 1164[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 977 -> 1165[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 978 -> 800[label="",style="dashed", color="red", weight=0]; 14.12/5.59 978[label="xy590 == xy6200",fontsize=16,color="magenta"];978 -> 1166[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 978 -> 1167[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 979 -> 801[label="",style="dashed", color="red", weight=0]; 14.12/5.59 979[label="xy590 == xy6200",fontsize=16,color="magenta"];979 -> 1168[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 979 -> 1169[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 980 -> 802[label="",style="dashed", color="red", weight=0]; 14.12/5.59 980[label="xy590 == xy6200",fontsize=16,color="magenta"];980 -> 1170[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 980 -> 1171[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 981 -> 803[label="",style="dashed", color="red", weight=0]; 14.12/5.59 981[label="xy590 == xy6200",fontsize=16,color="magenta"];981 -> 1172[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 981 -> 1173[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 982 -> 804[label="",style="dashed", color="red", weight=0]; 14.12/5.59 982[label="xy590 == xy6200",fontsize=16,color="magenta"];982 -> 1174[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 982 -> 1175[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 983 -> 805[label="",style="dashed", color="red", weight=0]; 14.12/5.59 983[label="xy590 == xy6200",fontsize=16,color="magenta"];983 -> 1176[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 983 -> 1177[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 984 -> 806[label="",style="dashed", color="red", weight=0]; 14.12/5.59 984[label="xy590 == xy6200",fontsize=16,color="magenta"];984 -> 1178[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 984 -> 1179[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 985 -> 807[label="",style="dashed", color="red", weight=0]; 14.12/5.59 985[label="xy590 == xy6200",fontsize=16,color="magenta"];985 -> 1180[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 985 -> 1181[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 986[label="xy6200",fontsize=16,color="green",shape="box"];987[label="xy590",fontsize=16,color="green",shape="box"];988[label="xy591 == xy6201",fontsize=16,color="blue",shape="box"];1693[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];988 -> 1693[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1693 -> 1182[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1694[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];988 -> 1694[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1694 -> 1183[label="",style="solid", color="blue", weight=3]; 14.12/5.59 989[label="xy590 == xy6200",fontsize=16,color="blue",shape="box"];1695[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 1695[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1695 -> 1184[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1696[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 1696[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1696 -> 1185[label="",style="solid", color="blue", weight=3]; 14.12/5.59 990[label="xy6210",fontsize=16,color="green",shape="box"];991[label="xy580",fontsize=16,color="green",shape="box"];992[label="xy6210",fontsize=16,color="green",shape="box"];993[label="xy580",fontsize=16,color="green",shape="box"];994[label="xy6210",fontsize=16,color="green",shape="box"];995[label="xy580",fontsize=16,color="green",shape="box"];996[label="xy6210",fontsize=16,color="green",shape="box"];997[label="xy580",fontsize=16,color="green",shape="box"];998[label="xy6210",fontsize=16,color="green",shape="box"];999[label="xy580",fontsize=16,color="green",shape="box"];1000[label="xy6210",fontsize=16,color="green",shape="box"];1001[label="xy580",fontsize=16,color="green",shape="box"];1002[label="xy6210",fontsize=16,color="green",shape="box"];1003[label="xy580",fontsize=16,color="green",shape="box"];1004[label="xy6210",fontsize=16,color="green",shape="box"];1005[label="xy580",fontsize=16,color="green",shape="box"];1006[label="xy6210",fontsize=16,color="green",shape="box"];1007[label="xy580",fontsize=16,color="green",shape="box"];1008[label="xy6210",fontsize=16,color="green",shape="box"];1009[label="xy580",fontsize=16,color="green",shape="box"];1010[label="xy6210",fontsize=16,color="green",shape="box"];1011[label="xy580",fontsize=16,color="green",shape="box"];1012[label="xy6210",fontsize=16,color="green",shape="box"];1013[label="xy580",fontsize=16,color="green",shape="box"];1014[label="xy6210",fontsize=16,color="green",shape="box"];1015[label="xy580",fontsize=16,color="green",shape="box"];1016[label="xy6210",fontsize=16,color="green",shape="box"];1017[label="xy580",fontsize=16,color="green",shape="box"];1018[label="primEqInt (Pos (Succ xy5900)) (Pos (Succ xy62000))",fontsize=16,color="black",shape="box"];1018 -> 1186[label="",style="solid", color="black", weight=3]; 14.12/5.59 1019[label="primEqInt (Pos (Succ xy5900)) (Pos Zero)",fontsize=16,color="black",shape="box"];1019 -> 1187[label="",style="solid", color="black", weight=3]; 14.12/5.59 1020[label="False",fontsize=16,color="green",shape="box"];1021[label="primEqInt (Pos Zero) (Pos (Succ xy62000))",fontsize=16,color="black",shape="box"];1021 -> 1188[label="",style="solid", color="black", weight=3]; 14.12/5.59 1022[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1022 -> 1189[label="",style="solid", color="black", weight=3]; 14.12/5.59 1023[label="primEqInt (Pos Zero) (Neg (Succ xy62000))",fontsize=16,color="black",shape="box"];1023 -> 1190[label="",style="solid", color="black", weight=3]; 14.12/5.59 1024[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1024 -> 1191[label="",style="solid", color="black", weight=3]; 14.12/5.59 1025[label="False",fontsize=16,color="green",shape="box"];1026[label="primEqInt (Neg (Succ xy5900)) (Neg (Succ xy62000))",fontsize=16,color="black",shape="box"];1026 -> 1192[label="",style="solid", color="black", weight=3]; 14.12/5.59 1027[label="primEqInt (Neg (Succ xy5900)) (Neg Zero)",fontsize=16,color="black",shape="box"];1027 -> 1193[label="",style="solid", color="black", weight=3]; 14.12/5.59 1028[label="primEqInt (Neg Zero) (Pos (Succ xy62000))",fontsize=16,color="black",shape="box"];1028 -> 1194[label="",style="solid", color="black", weight=3]; 14.12/5.59 1029[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1029 -> 1195[label="",style="solid", color="black", weight=3]; 14.12/5.59 1030[label="primEqInt (Neg Zero) (Neg (Succ xy62000))",fontsize=16,color="black",shape="box"];1030 -> 1196[label="",style="solid", color="black", weight=3]; 14.12/5.59 1031[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1031 -> 1197[label="",style="solid", color="black", weight=3]; 14.12/5.59 1032[label="xy591 * xy6200",fontsize=16,color="black",shape="triangle"];1032 -> 1198[label="",style="solid", color="black", weight=3]; 14.12/5.59 1033 -> 1032[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1033[label="xy590 * xy6201",fontsize=16,color="magenta"];1033 -> 1199[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1033 -> 1200[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1034[label="primEqNat (Succ xy5900) xy6200",fontsize=16,color="burlywood",shape="box"];1697[label="xy6200/Succ xy62000",fontsize=10,color="white",style="solid",shape="box"];1034 -> 1697[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1697 -> 1201[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1698[label="xy6200/Zero",fontsize=10,color="white",style="solid",shape="box"];1034 -> 1698[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1698 -> 1202[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1035[label="primEqNat Zero xy6200",fontsize=16,color="burlywood",shape="box"];1699[label="xy6200/Succ xy62000",fontsize=10,color="white",style="solid",shape="box"];1035 -> 1699[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1699 -> 1203[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1700[label="xy6200/Zero",fontsize=10,color="white",style="solid",shape="box"];1035 -> 1700[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1700 -> 1204[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1036[label="xy592 == xy6202",fontsize=16,color="blue",shape="box"];1701[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1036 -> 1701[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1701 -> 1205[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1702[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1036 -> 1702[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1702 -> 1206[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1703[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1036 -> 1703[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1703 -> 1207[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1704[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1036 -> 1704[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1704 -> 1208[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1705[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1036 -> 1705[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1705 -> 1209[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1706[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1036 -> 1706[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1706 -> 1210[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1707[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1036 -> 1707[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1707 -> 1211[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1708[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1036 -> 1708[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1708 -> 1212[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1709[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1036 -> 1709[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1709 -> 1213[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1710[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1036 -> 1710[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1710 -> 1214[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1711[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1036 -> 1711[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1711 -> 1215[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1712[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1036 -> 1712[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1712 -> 1216[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1713[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1036 -> 1713[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1713 -> 1217[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1714[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1036 -> 1714[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1714 -> 1218[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1037[label="xy591 == xy6201",fontsize=16,color="blue",shape="box"];1715[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1037 -> 1715[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1715 -> 1219[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1716[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1037 -> 1716[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1716 -> 1220[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1717[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1037 -> 1717[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1717 -> 1221[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1718[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1037 -> 1718[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1718 -> 1222[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1719[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1037 -> 1719[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1719 -> 1223[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1720[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1037 -> 1720[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1720 -> 1224[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1721[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1037 -> 1721[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1721 -> 1225[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1722[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1037 -> 1722[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1722 -> 1226[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1723[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1037 -> 1723[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1723 -> 1227[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1724[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1037 -> 1724[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1724 -> 1228[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1725[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1037 -> 1725[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1725 -> 1229[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1726[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1037 -> 1726[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1726 -> 1230[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1727[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1037 -> 1727[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1727 -> 1231[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1728[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1037 -> 1728[label="",style="solid", color="blue", weight=9]; 14.12/5.59 1728 -> 1232[label="",style="solid", color="blue", weight=3]; 14.12/5.59 1038 -> 794[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1038[label="xy590 == xy6200",fontsize=16,color="magenta"];1038 -> 1233[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1038 -> 1234[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1039 -> 795[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1039[label="xy590 == xy6200",fontsize=16,color="magenta"];1039 -> 1235[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1039 -> 1236[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1040 -> 796[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1040[label="xy590 == xy6200",fontsize=16,color="magenta"];1040 -> 1237[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1040 -> 1238[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1041 -> 797[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1041[label="xy590 == xy6200",fontsize=16,color="magenta"];1041 -> 1239[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1041 -> 1240[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1042 -> 798[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1042[label="xy590 == xy6200",fontsize=16,color="magenta"];1042 -> 1241[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1042 -> 1242[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1043 -> 799[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1043[label="xy590 == xy6200",fontsize=16,color="magenta"];1043 -> 1243[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1043 -> 1244[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1044 -> 800[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1044[label="xy590 == xy6200",fontsize=16,color="magenta"];1044 -> 1245[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1044 -> 1246[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1045 -> 801[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1045[label="xy590 == xy6200",fontsize=16,color="magenta"];1045 -> 1247[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1045 -> 1248[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1046 -> 802[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1046[label="xy590 == xy6200",fontsize=16,color="magenta"];1046 -> 1249[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1046 -> 1250[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1047 -> 803[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1047[label="xy590 == xy6200",fontsize=16,color="magenta"];1047 -> 1251[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1047 -> 1252[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1048 -> 804[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1048[label="xy590 == xy6200",fontsize=16,color="magenta"];1048 -> 1253[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1048 -> 1254[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1049 -> 805[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1049[label="xy590 == xy6200",fontsize=16,color="magenta"];1049 -> 1255[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1049 -> 1256[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1050 -> 806[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1050[label="xy590 == xy6200",fontsize=16,color="magenta"];1050 -> 1257[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1050 -> 1258[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1051 -> 807[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1051[label="xy590 == xy6200",fontsize=16,color="magenta"];1051 -> 1259[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1051 -> 1260[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1052 -> 794[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1052[label="xy591 == xy6201",fontsize=16,color="magenta"];1052 -> 1261[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1052 -> 1262[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1053 -> 795[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1053[label="xy591 == xy6201",fontsize=16,color="magenta"];1053 -> 1263[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1053 -> 1264[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1054 -> 796[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1054[label="xy591 == xy6201",fontsize=16,color="magenta"];1054 -> 1265[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1054 -> 1266[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1055 -> 797[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1055[label="xy591 == xy6201",fontsize=16,color="magenta"];1055 -> 1267[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1055 -> 1268[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1056 -> 798[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1056[label="xy591 == xy6201",fontsize=16,color="magenta"];1056 -> 1269[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1056 -> 1270[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1057 -> 799[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1057[label="xy591 == xy6201",fontsize=16,color="magenta"];1057 -> 1271[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1057 -> 1272[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1058 -> 800[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1058[label="xy591 == xy6201",fontsize=16,color="magenta"];1058 -> 1273[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1058 -> 1274[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1059 -> 801[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1059[label="xy591 == xy6201",fontsize=16,color="magenta"];1059 -> 1275[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1059 -> 1276[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1060 -> 802[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1060[label="xy591 == xy6201",fontsize=16,color="magenta"];1060 -> 1277[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1060 -> 1278[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1061 -> 803[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1061[label="xy591 == xy6201",fontsize=16,color="magenta"];1061 -> 1279[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1061 -> 1280[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1062 -> 804[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1062[label="xy591 == xy6201",fontsize=16,color="magenta"];1062 -> 1281[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1062 -> 1282[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1063 -> 805[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1063[label="xy591 == xy6201",fontsize=16,color="magenta"];1063 -> 1283[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1063 -> 1284[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1064 -> 806[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1064[label="xy591 == xy6201",fontsize=16,color="magenta"];1064 -> 1285[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1064 -> 1286[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1065 -> 807[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1065[label="xy591 == xy6201",fontsize=16,color="magenta"];1065 -> 1287[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1065 -> 1288[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1066 -> 794[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1066[label="xy590 == xy6200",fontsize=16,color="magenta"];1066 -> 1289[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1066 -> 1290[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1067 -> 795[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1067[label="xy590 == xy6200",fontsize=16,color="magenta"];1067 -> 1291[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1067 -> 1292[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1068 -> 796[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1068[label="xy590 == xy6200",fontsize=16,color="magenta"];1068 -> 1293[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1068 -> 1294[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1069 -> 797[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1069[label="xy590 == xy6200",fontsize=16,color="magenta"];1069 -> 1295[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1069 -> 1296[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1070 -> 798[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1070[label="xy590 == xy6200",fontsize=16,color="magenta"];1070 -> 1297[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1070 -> 1298[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1071 -> 799[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1071[label="xy590 == xy6200",fontsize=16,color="magenta"];1071 -> 1299[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1071 -> 1300[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1072 -> 800[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1072[label="xy590 == xy6200",fontsize=16,color="magenta"];1072 -> 1301[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1072 -> 1302[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1073 -> 801[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1073[label="xy590 == xy6200",fontsize=16,color="magenta"];1073 -> 1303[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1073 -> 1304[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1074 -> 802[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1074[label="xy590 == xy6200",fontsize=16,color="magenta"];1074 -> 1305[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1074 -> 1306[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1075 -> 803[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1075[label="xy590 == xy6200",fontsize=16,color="magenta"];1075 -> 1307[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1075 -> 1308[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1076 -> 804[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1076[label="xy590 == xy6200",fontsize=16,color="magenta"];1076 -> 1309[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1076 -> 1310[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1077 -> 805[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1077[label="xy590 == xy6200",fontsize=16,color="magenta"];1077 -> 1311[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1077 -> 1312[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1078 -> 806[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1078[label="xy590 == xy6200",fontsize=16,color="magenta"];1078 -> 1313[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1078 -> 1314[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1079 -> 807[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1079[label="xy590 == xy6200",fontsize=16,color="magenta"];1079 -> 1315[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1079 -> 1316[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1080 -> 1032[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1080[label="xy591 * xy6200",fontsize=16,color="magenta"];1080 -> 1317[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1080 -> 1318[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1081 -> 1032[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1081[label="xy590 * xy6201",fontsize=16,color="magenta"];1081 -> 1319[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1081 -> 1320[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1082[label="xy6201",fontsize=16,color="green",shape="box"];1083[label="xy591",fontsize=16,color="green",shape="box"];1084 -> 794[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1084[label="xy590 == xy6200",fontsize=16,color="magenta"];1084 -> 1321[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1084 -> 1322[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1085 -> 795[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1085[label="xy590 == xy6200",fontsize=16,color="magenta"];1085 -> 1323[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1085 -> 1324[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1086 -> 796[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1086[label="xy590 == xy6200",fontsize=16,color="magenta"];1086 -> 1325[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1086 -> 1326[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1087 -> 797[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1087[label="xy590 == xy6200",fontsize=16,color="magenta"];1087 -> 1327[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1087 -> 1328[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1088 -> 798[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1088[label="xy590 == xy6200",fontsize=16,color="magenta"];1088 -> 1329[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1088 -> 1330[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1089 -> 799[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1089[label="xy590 == xy6200",fontsize=16,color="magenta"];1089 -> 1331[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1089 -> 1332[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1090 -> 800[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1090[label="xy590 == xy6200",fontsize=16,color="magenta"];1090 -> 1333[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1090 -> 1334[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1091 -> 801[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1091[label="xy590 == xy6200",fontsize=16,color="magenta"];1091 -> 1335[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1091 -> 1336[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1092 -> 802[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1092[label="xy590 == xy6200",fontsize=16,color="magenta"];1092 -> 1337[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1092 -> 1338[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1093 -> 803[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1093[label="xy590 == xy6200",fontsize=16,color="magenta"];1093 -> 1339[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1093 -> 1340[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1094 -> 804[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1094[label="xy590 == xy6200",fontsize=16,color="magenta"];1094 -> 1341[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1094 -> 1342[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1095 -> 805[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1095[label="xy590 == xy6200",fontsize=16,color="magenta"];1095 -> 1343[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1095 -> 1344[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1096 -> 806[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1096[label="xy590 == xy6200",fontsize=16,color="magenta"];1096 -> 1345[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1096 -> 1346[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1097 -> 807[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1097[label="xy590 == xy6200",fontsize=16,color="magenta"];1097 -> 1347[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1097 -> 1348[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1098[label="xy6200",fontsize=16,color="green",shape="box"];1099[label="xy590",fontsize=16,color="green",shape="box"];1100[label="xy6200",fontsize=16,color="green",shape="box"];1101[label="xy590",fontsize=16,color="green",shape="box"];1102[label="xy6200",fontsize=16,color="green",shape="box"];1103[label="xy590",fontsize=16,color="green",shape="box"];1104[label="xy6200",fontsize=16,color="green",shape="box"];1105[label="xy590",fontsize=16,color="green",shape="box"];1106[label="xy6200",fontsize=16,color="green",shape="box"];1107[label="xy590",fontsize=16,color="green",shape="box"];1108[label="xy6200",fontsize=16,color="green",shape="box"];1109[label="xy590",fontsize=16,color="green",shape="box"];1110[label="xy6200",fontsize=16,color="green",shape="box"];1111[label="xy590",fontsize=16,color="green",shape="box"];1112[label="xy6200",fontsize=16,color="green",shape="box"];1113[label="xy590",fontsize=16,color="green",shape="box"];1114[label="xy6200",fontsize=16,color="green",shape="box"];1115[label="xy590",fontsize=16,color="green",shape="box"];1116[label="xy6200",fontsize=16,color="green",shape="box"];1117[label="xy590",fontsize=16,color="green",shape="box"];1118[label="xy6200",fontsize=16,color="green",shape="box"];1119[label="xy590",fontsize=16,color="green",shape="box"];1120[label="xy6200",fontsize=16,color="green",shape="box"];1121[label="xy590",fontsize=16,color="green",shape="box"];1122[label="xy6200",fontsize=16,color="green",shape="box"];1123[label="xy590",fontsize=16,color="green",shape="box"];1124[label="xy6200",fontsize=16,color="green",shape="box"];1125[label="xy590",fontsize=16,color="green",shape="box"];1126[label="xy6200",fontsize=16,color="green",shape="box"];1127[label="xy590",fontsize=16,color="green",shape="box"];1128[label="xy6200",fontsize=16,color="green",shape="box"];1129[label="xy590",fontsize=16,color="green",shape="box"];1130[label="xy6200",fontsize=16,color="green",shape="box"];1131[label="xy590",fontsize=16,color="green",shape="box"];1132[label="xy6200",fontsize=16,color="green",shape="box"];1133[label="xy590",fontsize=16,color="green",shape="box"];1134[label="xy6200",fontsize=16,color="green",shape="box"];1135[label="xy590",fontsize=16,color="green",shape="box"];1136[label="xy6200",fontsize=16,color="green",shape="box"];1137[label="xy590",fontsize=16,color="green",shape="box"];1138[label="xy6200",fontsize=16,color="green",shape="box"];1139[label="xy590",fontsize=16,color="green",shape="box"];1140[label="xy6200",fontsize=16,color="green",shape="box"];1141[label="xy590",fontsize=16,color="green",shape="box"];1142[label="xy6200",fontsize=16,color="green",shape="box"];1143[label="xy590",fontsize=16,color="green",shape="box"];1144[label="xy6200",fontsize=16,color="green",shape="box"];1145[label="xy590",fontsize=16,color="green",shape="box"];1146[label="xy6200",fontsize=16,color="green",shape="box"];1147[label="xy590",fontsize=16,color="green",shape="box"];1148[label="xy6200",fontsize=16,color="green",shape="box"];1149[label="xy590",fontsize=16,color="green",shape="box"];1150[label="xy6200",fontsize=16,color="green",shape="box"];1151[label="xy590",fontsize=16,color="green",shape="box"];1152[label="xy6200",fontsize=16,color="green",shape="box"];1153[label="xy590",fontsize=16,color="green",shape="box"];1154[label="xy6200",fontsize=16,color="green",shape="box"];1155[label="xy590",fontsize=16,color="green",shape="box"];1156[label="xy6200",fontsize=16,color="green",shape="box"];1157[label="xy590",fontsize=16,color="green",shape="box"];1158[label="xy6200",fontsize=16,color="green",shape="box"];1159[label="xy590",fontsize=16,color="green",shape="box"];1160[label="xy6200",fontsize=16,color="green",shape="box"];1161[label="xy590",fontsize=16,color="green",shape="box"];1162[label="xy6200",fontsize=16,color="green",shape="box"];1163[label="xy590",fontsize=16,color="green",shape="box"];1164[label="xy6200",fontsize=16,color="green",shape="box"];1165[label="xy590",fontsize=16,color="green",shape="box"];1166[label="xy6200",fontsize=16,color="green",shape="box"];1167[label="xy590",fontsize=16,color="green",shape="box"];1168[label="xy6200",fontsize=16,color="green",shape="box"];1169[label="xy590",fontsize=16,color="green",shape="box"];1170[label="xy6200",fontsize=16,color="green",shape="box"];1171[label="xy590",fontsize=16,color="green",shape="box"];1172[label="xy6200",fontsize=16,color="green",shape="box"];1173[label="xy590",fontsize=16,color="green",shape="box"];1174[label="xy6200",fontsize=16,color="green",shape="box"];1175[label="xy590",fontsize=16,color="green",shape="box"];1176[label="xy6200",fontsize=16,color="green",shape="box"];1177[label="xy590",fontsize=16,color="green",shape="box"];1178[label="xy6200",fontsize=16,color="green",shape="box"];1179[label="xy590",fontsize=16,color="green",shape="box"];1180[label="xy6200",fontsize=16,color="green",shape="box"];1181[label="xy590",fontsize=16,color="green",shape="box"];1182 -> 794[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1182[label="xy591 == xy6201",fontsize=16,color="magenta"];1182 -> 1349[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1182 -> 1350[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1183 -> 805[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1183[label="xy591 == xy6201",fontsize=16,color="magenta"];1183 -> 1351[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1183 -> 1352[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1184 -> 794[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1184[label="xy590 == xy6200",fontsize=16,color="magenta"];1184 -> 1353[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1184 -> 1354[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1185 -> 805[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1185[label="xy590 == xy6200",fontsize=16,color="magenta"];1185 -> 1355[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1185 -> 1356[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1186 -> 936[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1186[label="primEqNat xy5900 xy62000",fontsize=16,color="magenta"];1186 -> 1357[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1186 -> 1358[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1187[label="False",fontsize=16,color="green",shape="box"];1188[label="False",fontsize=16,color="green",shape="box"];1189[label="True",fontsize=16,color="green",shape="box"];1190[label="False",fontsize=16,color="green",shape="box"];1191[label="True",fontsize=16,color="green",shape="box"];1192 -> 936[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1192[label="primEqNat xy5900 xy62000",fontsize=16,color="magenta"];1192 -> 1359[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1192 -> 1360[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1193[label="False",fontsize=16,color="green",shape="box"];1194[label="False",fontsize=16,color="green",shape="box"];1195[label="True",fontsize=16,color="green",shape="box"];1196[label="False",fontsize=16,color="green",shape="box"];1197[label="True",fontsize=16,color="green",shape="box"];1198[label="primMulInt xy591 xy6200",fontsize=16,color="burlywood",shape="box"];1729[label="xy591/Pos xy5910",fontsize=10,color="white",style="solid",shape="box"];1198 -> 1729[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1729 -> 1361[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1730[label="xy591/Neg xy5910",fontsize=10,color="white",style="solid",shape="box"];1198 -> 1730[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1730 -> 1362[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1199[label="xy6201",fontsize=16,color="green",shape="box"];1200[label="xy590",fontsize=16,color="green",shape="box"];1201[label="primEqNat (Succ xy5900) (Succ xy62000)",fontsize=16,color="black",shape="box"];1201 -> 1363[label="",style="solid", color="black", weight=3]; 14.12/5.59 1202[label="primEqNat (Succ xy5900) Zero",fontsize=16,color="black",shape="box"];1202 -> 1364[label="",style="solid", color="black", weight=3]; 14.12/5.59 1203[label="primEqNat Zero (Succ xy62000)",fontsize=16,color="black",shape="box"];1203 -> 1365[label="",style="solid", color="black", weight=3]; 14.12/5.59 1204[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];1204 -> 1366[label="",style="solid", color="black", weight=3]; 14.12/5.59 1205 -> 794[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1205[label="xy592 == xy6202",fontsize=16,color="magenta"];1205 -> 1367[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1205 -> 1368[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1206 -> 795[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1206[label="xy592 == xy6202",fontsize=16,color="magenta"];1206 -> 1369[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1206 -> 1370[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1207 -> 796[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1207[label="xy592 == xy6202",fontsize=16,color="magenta"];1207 -> 1371[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1207 -> 1372[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1208 -> 797[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1208[label="xy592 == xy6202",fontsize=16,color="magenta"];1208 -> 1373[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1208 -> 1374[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1209 -> 798[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1209[label="xy592 == xy6202",fontsize=16,color="magenta"];1209 -> 1375[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1209 -> 1376[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1210 -> 799[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1210[label="xy592 == xy6202",fontsize=16,color="magenta"];1210 -> 1377[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1210 -> 1378[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1211 -> 800[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1211[label="xy592 == xy6202",fontsize=16,color="magenta"];1211 -> 1379[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1211 -> 1380[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1212 -> 801[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1212[label="xy592 == xy6202",fontsize=16,color="magenta"];1212 -> 1381[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1212 -> 1382[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1213 -> 802[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1213[label="xy592 == xy6202",fontsize=16,color="magenta"];1213 -> 1383[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1213 -> 1384[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1214 -> 803[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1214[label="xy592 == xy6202",fontsize=16,color="magenta"];1214 -> 1385[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1214 -> 1386[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1215 -> 804[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1215[label="xy592 == xy6202",fontsize=16,color="magenta"];1215 -> 1387[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1215 -> 1388[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1216 -> 805[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1216[label="xy592 == xy6202",fontsize=16,color="magenta"];1216 -> 1389[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1216 -> 1390[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1217 -> 806[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1217[label="xy592 == xy6202",fontsize=16,color="magenta"];1217 -> 1391[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1217 -> 1392[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1218 -> 807[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1218[label="xy592 == xy6202",fontsize=16,color="magenta"];1218 -> 1393[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1218 -> 1394[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1219 -> 794[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1219[label="xy591 == xy6201",fontsize=16,color="magenta"];1219 -> 1395[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1219 -> 1396[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1220 -> 795[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1220[label="xy591 == xy6201",fontsize=16,color="magenta"];1220 -> 1397[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1220 -> 1398[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1221 -> 796[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1221[label="xy591 == xy6201",fontsize=16,color="magenta"];1221 -> 1399[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1221 -> 1400[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1222 -> 797[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1222[label="xy591 == xy6201",fontsize=16,color="magenta"];1222 -> 1401[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1222 -> 1402[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1223 -> 798[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1223[label="xy591 == xy6201",fontsize=16,color="magenta"];1223 -> 1403[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1223 -> 1404[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1224 -> 799[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1224[label="xy591 == xy6201",fontsize=16,color="magenta"];1224 -> 1405[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1224 -> 1406[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1225 -> 800[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1225[label="xy591 == xy6201",fontsize=16,color="magenta"];1225 -> 1407[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1225 -> 1408[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1226 -> 801[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1226[label="xy591 == xy6201",fontsize=16,color="magenta"];1226 -> 1409[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1226 -> 1410[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1227 -> 802[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1227[label="xy591 == xy6201",fontsize=16,color="magenta"];1227 -> 1411[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1227 -> 1412[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1228 -> 803[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1228[label="xy591 == xy6201",fontsize=16,color="magenta"];1228 -> 1413[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1228 -> 1414[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1229 -> 804[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1229[label="xy591 == xy6201",fontsize=16,color="magenta"];1229 -> 1415[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1229 -> 1416[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1230 -> 805[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1230[label="xy591 == xy6201",fontsize=16,color="magenta"];1230 -> 1417[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1230 -> 1418[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1231 -> 806[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1231[label="xy591 == xy6201",fontsize=16,color="magenta"];1231 -> 1419[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1231 -> 1420[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1232 -> 807[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1232[label="xy591 == xy6201",fontsize=16,color="magenta"];1232 -> 1421[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1232 -> 1422[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1233[label="xy6200",fontsize=16,color="green",shape="box"];1234[label="xy590",fontsize=16,color="green",shape="box"];1235[label="xy6200",fontsize=16,color="green",shape="box"];1236[label="xy590",fontsize=16,color="green",shape="box"];1237[label="xy6200",fontsize=16,color="green",shape="box"];1238[label="xy590",fontsize=16,color="green",shape="box"];1239[label="xy6200",fontsize=16,color="green",shape="box"];1240[label="xy590",fontsize=16,color="green",shape="box"];1241[label="xy6200",fontsize=16,color="green",shape="box"];1242[label="xy590",fontsize=16,color="green",shape="box"];1243[label="xy6200",fontsize=16,color="green",shape="box"];1244[label="xy590",fontsize=16,color="green",shape="box"];1245[label="xy6200",fontsize=16,color="green",shape="box"];1246[label="xy590",fontsize=16,color="green",shape="box"];1247[label="xy6200",fontsize=16,color="green",shape="box"];1248[label="xy590",fontsize=16,color="green",shape="box"];1249[label="xy6200",fontsize=16,color="green",shape="box"];1250[label="xy590",fontsize=16,color="green",shape="box"];1251[label="xy6200",fontsize=16,color="green",shape="box"];1252[label="xy590",fontsize=16,color="green",shape="box"];1253[label="xy6200",fontsize=16,color="green",shape="box"];1254[label="xy590",fontsize=16,color="green",shape="box"];1255[label="xy6200",fontsize=16,color="green",shape="box"];1256[label="xy590",fontsize=16,color="green",shape="box"];1257[label="xy6200",fontsize=16,color="green",shape="box"];1258[label="xy590",fontsize=16,color="green",shape="box"];1259[label="xy6200",fontsize=16,color="green",shape="box"];1260[label="xy590",fontsize=16,color="green",shape="box"];1261[label="xy6201",fontsize=16,color="green",shape="box"];1262[label="xy591",fontsize=16,color="green",shape="box"];1263[label="xy6201",fontsize=16,color="green",shape="box"];1264[label="xy591",fontsize=16,color="green",shape="box"];1265[label="xy6201",fontsize=16,color="green",shape="box"];1266[label="xy591",fontsize=16,color="green",shape="box"];1267[label="xy6201",fontsize=16,color="green",shape="box"];1268[label="xy591",fontsize=16,color="green",shape="box"];1269[label="xy6201",fontsize=16,color="green",shape="box"];1270[label="xy591",fontsize=16,color="green",shape="box"];1271[label="xy6201",fontsize=16,color="green",shape="box"];1272[label="xy591",fontsize=16,color="green",shape="box"];1273[label="xy6201",fontsize=16,color="green",shape="box"];1274[label="xy591",fontsize=16,color="green",shape="box"];1275[label="xy6201",fontsize=16,color="green",shape="box"];1276[label="xy591",fontsize=16,color="green",shape="box"];1277[label="xy6201",fontsize=16,color="green",shape="box"];1278[label="xy591",fontsize=16,color="green",shape="box"];1279[label="xy6201",fontsize=16,color="green",shape="box"];1280[label="xy591",fontsize=16,color="green",shape="box"];1281[label="xy6201",fontsize=16,color="green",shape="box"];1282[label="xy591",fontsize=16,color="green",shape="box"];1283[label="xy6201",fontsize=16,color="green",shape="box"];1284[label="xy591",fontsize=16,color="green",shape="box"];1285[label="xy6201",fontsize=16,color="green",shape="box"];1286[label="xy591",fontsize=16,color="green",shape="box"];1287[label="xy6201",fontsize=16,color="green",shape="box"];1288[label="xy591",fontsize=16,color="green",shape="box"];1289[label="xy6200",fontsize=16,color="green",shape="box"];1290[label="xy590",fontsize=16,color="green",shape="box"];1291[label="xy6200",fontsize=16,color="green",shape="box"];1292[label="xy590",fontsize=16,color="green",shape="box"];1293[label="xy6200",fontsize=16,color="green",shape="box"];1294[label="xy590",fontsize=16,color="green",shape="box"];1295[label="xy6200",fontsize=16,color="green",shape="box"];1296[label="xy590",fontsize=16,color="green",shape="box"];1297[label="xy6200",fontsize=16,color="green",shape="box"];1298[label="xy590",fontsize=16,color="green",shape="box"];1299[label="xy6200",fontsize=16,color="green",shape="box"];1300[label="xy590",fontsize=16,color="green",shape="box"];1301[label="xy6200",fontsize=16,color="green",shape="box"];1302[label="xy590",fontsize=16,color="green",shape="box"];1303[label="xy6200",fontsize=16,color="green",shape="box"];1304[label="xy590",fontsize=16,color="green",shape="box"];1305[label="xy6200",fontsize=16,color="green",shape="box"];1306[label="xy590",fontsize=16,color="green",shape="box"];1307[label="xy6200",fontsize=16,color="green",shape="box"];1308[label="xy590",fontsize=16,color="green",shape="box"];1309[label="xy6200",fontsize=16,color="green",shape="box"];1310[label="xy590",fontsize=16,color="green",shape="box"];1311[label="xy6200",fontsize=16,color="green",shape="box"];1312[label="xy590",fontsize=16,color="green",shape="box"];1313[label="xy6200",fontsize=16,color="green",shape="box"];1314[label="xy590",fontsize=16,color="green",shape="box"];1315[label="xy6200",fontsize=16,color="green",shape="box"];1316[label="xy590",fontsize=16,color="green",shape="box"];1317[label="xy6200",fontsize=16,color="green",shape="box"];1318[label="xy591",fontsize=16,color="green",shape="box"];1319[label="xy6201",fontsize=16,color="green",shape="box"];1320[label="xy590",fontsize=16,color="green",shape="box"];1321[label="xy6200",fontsize=16,color="green",shape="box"];1322[label="xy590",fontsize=16,color="green",shape="box"];1323[label="xy6200",fontsize=16,color="green",shape="box"];1324[label="xy590",fontsize=16,color="green",shape="box"];1325[label="xy6200",fontsize=16,color="green",shape="box"];1326[label="xy590",fontsize=16,color="green",shape="box"];1327[label="xy6200",fontsize=16,color="green",shape="box"];1328[label="xy590",fontsize=16,color="green",shape="box"];1329[label="xy6200",fontsize=16,color="green",shape="box"];1330[label="xy590",fontsize=16,color="green",shape="box"];1331[label="xy6200",fontsize=16,color="green",shape="box"];1332[label="xy590",fontsize=16,color="green",shape="box"];1333[label="xy6200",fontsize=16,color="green",shape="box"];1334[label="xy590",fontsize=16,color="green",shape="box"];1335[label="xy6200",fontsize=16,color="green",shape="box"];1336[label="xy590",fontsize=16,color="green",shape="box"];1337[label="xy6200",fontsize=16,color="green",shape="box"];1338[label="xy590",fontsize=16,color="green",shape="box"];1339[label="xy6200",fontsize=16,color="green",shape="box"];1340[label="xy590",fontsize=16,color="green",shape="box"];1341[label="xy6200",fontsize=16,color="green",shape="box"];1342[label="xy590",fontsize=16,color="green",shape="box"];1343[label="xy6200",fontsize=16,color="green",shape="box"];1344[label="xy590",fontsize=16,color="green",shape="box"];1345[label="xy6200",fontsize=16,color="green",shape="box"];1346[label="xy590",fontsize=16,color="green",shape="box"];1347[label="xy6200",fontsize=16,color="green",shape="box"];1348[label="xy590",fontsize=16,color="green",shape="box"];1349[label="xy6201",fontsize=16,color="green",shape="box"];1350[label="xy591",fontsize=16,color="green",shape="box"];1351[label="xy6201",fontsize=16,color="green",shape="box"];1352[label="xy591",fontsize=16,color="green",shape="box"];1353[label="xy6200",fontsize=16,color="green",shape="box"];1354[label="xy590",fontsize=16,color="green",shape="box"];1355[label="xy6200",fontsize=16,color="green",shape="box"];1356[label="xy590",fontsize=16,color="green",shape="box"];1357[label="xy5900",fontsize=16,color="green",shape="box"];1358[label="xy62000",fontsize=16,color="green",shape="box"];1359[label="xy5900",fontsize=16,color="green",shape="box"];1360[label="xy62000",fontsize=16,color="green",shape="box"];1361[label="primMulInt (Pos xy5910) xy6200",fontsize=16,color="burlywood",shape="box"];1731[label="xy6200/Pos xy62000",fontsize=10,color="white",style="solid",shape="box"];1361 -> 1731[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1731 -> 1423[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1732[label="xy6200/Neg xy62000",fontsize=10,color="white",style="solid",shape="box"];1361 -> 1732[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1732 -> 1424[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1362[label="primMulInt (Neg xy5910) xy6200",fontsize=16,color="burlywood",shape="box"];1733[label="xy6200/Pos xy62000",fontsize=10,color="white",style="solid",shape="box"];1362 -> 1733[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1733 -> 1425[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1734[label="xy6200/Neg xy62000",fontsize=10,color="white",style="solid",shape="box"];1362 -> 1734[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1734 -> 1426[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1363 -> 936[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1363[label="primEqNat xy5900 xy62000",fontsize=16,color="magenta"];1363 -> 1427[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1363 -> 1428[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1364[label="False",fontsize=16,color="green",shape="box"];1365[label="False",fontsize=16,color="green",shape="box"];1366[label="True",fontsize=16,color="green",shape="box"];1367[label="xy6202",fontsize=16,color="green",shape="box"];1368[label="xy592",fontsize=16,color="green",shape="box"];1369[label="xy6202",fontsize=16,color="green",shape="box"];1370[label="xy592",fontsize=16,color="green",shape="box"];1371[label="xy6202",fontsize=16,color="green",shape="box"];1372[label="xy592",fontsize=16,color="green",shape="box"];1373[label="xy6202",fontsize=16,color="green",shape="box"];1374[label="xy592",fontsize=16,color="green",shape="box"];1375[label="xy6202",fontsize=16,color="green",shape="box"];1376[label="xy592",fontsize=16,color="green",shape="box"];1377[label="xy6202",fontsize=16,color="green",shape="box"];1378[label="xy592",fontsize=16,color="green",shape="box"];1379[label="xy6202",fontsize=16,color="green",shape="box"];1380[label="xy592",fontsize=16,color="green",shape="box"];1381[label="xy6202",fontsize=16,color="green",shape="box"];1382[label="xy592",fontsize=16,color="green",shape="box"];1383[label="xy6202",fontsize=16,color="green",shape="box"];1384[label="xy592",fontsize=16,color="green",shape="box"];1385[label="xy6202",fontsize=16,color="green",shape="box"];1386[label="xy592",fontsize=16,color="green",shape="box"];1387[label="xy6202",fontsize=16,color="green",shape="box"];1388[label="xy592",fontsize=16,color="green",shape="box"];1389[label="xy6202",fontsize=16,color="green",shape="box"];1390[label="xy592",fontsize=16,color="green",shape="box"];1391[label="xy6202",fontsize=16,color="green",shape="box"];1392[label="xy592",fontsize=16,color="green",shape="box"];1393[label="xy6202",fontsize=16,color="green",shape="box"];1394[label="xy592",fontsize=16,color="green",shape="box"];1395[label="xy6201",fontsize=16,color="green",shape="box"];1396[label="xy591",fontsize=16,color="green",shape="box"];1397[label="xy6201",fontsize=16,color="green",shape="box"];1398[label="xy591",fontsize=16,color="green",shape="box"];1399[label="xy6201",fontsize=16,color="green",shape="box"];1400[label="xy591",fontsize=16,color="green",shape="box"];1401[label="xy6201",fontsize=16,color="green",shape="box"];1402[label="xy591",fontsize=16,color="green",shape="box"];1403[label="xy6201",fontsize=16,color="green",shape="box"];1404[label="xy591",fontsize=16,color="green",shape="box"];1405[label="xy6201",fontsize=16,color="green",shape="box"];1406[label="xy591",fontsize=16,color="green",shape="box"];1407[label="xy6201",fontsize=16,color="green",shape="box"];1408[label="xy591",fontsize=16,color="green",shape="box"];1409[label="xy6201",fontsize=16,color="green",shape="box"];1410[label="xy591",fontsize=16,color="green",shape="box"];1411[label="xy6201",fontsize=16,color="green",shape="box"];1412[label="xy591",fontsize=16,color="green",shape="box"];1413[label="xy6201",fontsize=16,color="green",shape="box"];1414[label="xy591",fontsize=16,color="green",shape="box"];1415[label="xy6201",fontsize=16,color="green",shape="box"];1416[label="xy591",fontsize=16,color="green",shape="box"];1417[label="xy6201",fontsize=16,color="green",shape="box"];1418[label="xy591",fontsize=16,color="green",shape="box"];1419[label="xy6201",fontsize=16,color="green",shape="box"];1420[label="xy591",fontsize=16,color="green",shape="box"];1421[label="xy6201",fontsize=16,color="green",shape="box"];1422[label="xy591",fontsize=16,color="green",shape="box"];1423[label="primMulInt (Pos xy5910) (Pos xy62000)",fontsize=16,color="black",shape="box"];1423 -> 1429[label="",style="solid", color="black", weight=3]; 14.12/5.59 1424[label="primMulInt (Pos xy5910) (Neg xy62000)",fontsize=16,color="black",shape="box"];1424 -> 1430[label="",style="solid", color="black", weight=3]; 14.12/5.59 1425[label="primMulInt (Neg xy5910) (Pos xy62000)",fontsize=16,color="black",shape="box"];1425 -> 1431[label="",style="solid", color="black", weight=3]; 14.12/5.59 1426[label="primMulInt (Neg xy5910) (Neg xy62000)",fontsize=16,color="black",shape="box"];1426 -> 1432[label="",style="solid", color="black", weight=3]; 14.12/5.59 1427[label="xy5900",fontsize=16,color="green",shape="box"];1428[label="xy62000",fontsize=16,color="green",shape="box"];1429[label="Pos (primMulNat xy5910 xy62000)",fontsize=16,color="green",shape="box"];1429 -> 1433[label="",style="dashed", color="green", weight=3]; 14.12/5.59 1430[label="Neg (primMulNat xy5910 xy62000)",fontsize=16,color="green",shape="box"];1430 -> 1434[label="",style="dashed", color="green", weight=3]; 14.12/5.59 1431[label="Neg (primMulNat xy5910 xy62000)",fontsize=16,color="green",shape="box"];1431 -> 1435[label="",style="dashed", color="green", weight=3]; 14.12/5.59 1432[label="Pos (primMulNat xy5910 xy62000)",fontsize=16,color="green",shape="box"];1432 -> 1436[label="",style="dashed", color="green", weight=3]; 14.12/5.59 1433[label="primMulNat xy5910 xy62000",fontsize=16,color="burlywood",shape="triangle"];1735[label="xy5910/Succ xy59100",fontsize=10,color="white",style="solid",shape="box"];1433 -> 1735[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1735 -> 1437[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1736[label="xy5910/Zero",fontsize=10,color="white",style="solid",shape="box"];1433 -> 1736[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1736 -> 1438[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1434 -> 1433[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1434[label="primMulNat xy5910 xy62000",fontsize=16,color="magenta"];1434 -> 1439[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1435 -> 1433[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1435[label="primMulNat xy5910 xy62000",fontsize=16,color="magenta"];1435 -> 1440[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1436 -> 1433[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1436[label="primMulNat xy5910 xy62000",fontsize=16,color="magenta"];1436 -> 1441[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1436 -> 1442[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1437[label="primMulNat (Succ xy59100) xy62000",fontsize=16,color="burlywood",shape="box"];1737[label="xy62000/Succ xy620000",fontsize=10,color="white",style="solid",shape="box"];1437 -> 1737[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1737 -> 1443[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1738[label="xy62000/Zero",fontsize=10,color="white",style="solid",shape="box"];1437 -> 1738[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1738 -> 1444[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1438[label="primMulNat Zero xy62000",fontsize=16,color="burlywood",shape="box"];1739[label="xy62000/Succ xy620000",fontsize=10,color="white",style="solid",shape="box"];1438 -> 1739[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1739 -> 1445[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1740[label="xy62000/Zero",fontsize=10,color="white",style="solid",shape="box"];1438 -> 1740[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1740 -> 1446[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1439[label="xy62000",fontsize=16,color="green",shape="box"];1440[label="xy5910",fontsize=16,color="green",shape="box"];1441[label="xy5910",fontsize=16,color="green",shape="box"];1442[label="xy62000",fontsize=16,color="green",shape="box"];1443[label="primMulNat (Succ xy59100) (Succ xy620000)",fontsize=16,color="black",shape="box"];1443 -> 1447[label="",style="solid", color="black", weight=3]; 14.12/5.59 1444[label="primMulNat (Succ xy59100) Zero",fontsize=16,color="black",shape="box"];1444 -> 1448[label="",style="solid", color="black", weight=3]; 14.12/5.59 1445[label="primMulNat Zero (Succ xy620000)",fontsize=16,color="black",shape="box"];1445 -> 1449[label="",style="solid", color="black", weight=3]; 14.12/5.59 1446[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1446 -> 1450[label="",style="solid", color="black", weight=3]; 14.12/5.59 1447 -> 1451[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1447[label="primPlusNat (primMulNat xy59100 (Succ xy620000)) (Succ xy620000)",fontsize=16,color="magenta"];1447 -> 1452[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1448[label="Zero",fontsize=16,color="green",shape="box"];1449[label="Zero",fontsize=16,color="green",shape="box"];1450[label="Zero",fontsize=16,color="green",shape="box"];1452 -> 1433[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1452[label="primMulNat xy59100 (Succ xy620000)",fontsize=16,color="magenta"];1452 -> 1453[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1452 -> 1454[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1451[label="primPlusNat xy89 (Succ xy620000)",fontsize=16,color="burlywood",shape="triangle"];1741[label="xy89/Succ xy890",fontsize=10,color="white",style="solid",shape="box"];1451 -> 1741[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1741 -> 1455[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1742[label="xy89/Zero",fontsize=10,color="white",style="solid",shape="box"];1451 -> 1742[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1742 -> 1456[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1453[label="xy59100",fontsize=16,color="green",shape="box"];1454[label="Succ xy620000",fontsize=16,color="green",shape="box"];1455[label="primPlusNat (Succ xy890) (Succ xy620000)",fontsize=16,color="black",shape="box"];1455 -> 1457[label="",style="solid", color="black", weight=3]; 14.12/5.59 1456[label="primPlusNat Zero (Succ xy620000)",fontsize=16,color="black",shape="box"];1456 -> 1458[label="",style="solid", color="black", weight=3]; 14.12/5.59 1457[label="Succ (Succ (primPlusNat xy890 xy620000))",fontsize=16,color="green",shape="box"];1457 -> 1459[label="",style="dashed", color="green", weight=3]; 14.12/5.59 1458[label="Succ xy620000",fontsize=16,color="green",shape="box"];1459[label="primPlusNat xy890 xy620000",fontsize=16,color="burlywood",shape="triangle"];1743[label="xy890/Succ xy8900",fontsize=10,color="white",style="solid",shape="box"];1459 -> 1743[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1743 -> 1460[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1744[label="xy890/Zero",fontsize=10,color="white",style="solid",shape="box"];1459 -> 1744[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1744 -> 1461[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1460[label="primPlusNat (Succ xy8900) xy620000",fontsize=16,color="burlywood",shape="box"];1745[label="xy620000/Succ xy6200000",fontsize=10,color="white",style="solid",shape="box"];1460 -> 1745[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1745 -> 1462[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1746[label="xy620000/Zero",fontsize=10,color="white",style="solid",shape="box"];1460 -> 1746[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1746 -> 1463[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1461[label="primPlusNat Zero xy620000",fontsize=16,color="burlywood",shape="box"];1747[label="xy620000/Succ xy6200000",fontsize=10,color="white",style="solid",shape="box"];1461 -> 1747[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1747 -> 1464[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1748[label="xy620000/Zero",fontsize=10,color="white",style="solid",shape="box"];1461 -> 1748[label="",style="solid", color="burlywood", weight=9]; 14.12/5.59 1748 -> 1465[label="",style="solid", color="burlywood", weight=3]; 14.12/5.59 1462[label="primPlusNat (Succ xy8900) (Succ xy6200000)",fontsize=16,color="black",shape="box"];1462 -> 1466[label="",style="solid", color="black", weight=3]; 14.12/5.59 1463[label="primPlusNat (Succ xy8900) Zero",fontsize=16,color="black",shape="box"];1463 -> 1467[label="",style="solid", color="black", weight=3]; 14.12/5.59 1464[label="primPlusNat Zero (Succ xy6200000)",fontsize=16,color="black",shape="box"];1464 -> 1468[label="",style="solid", color="black", weight=3]; 14.12/5.59 1465[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];1465 -> 1469[label="",style="solid", color="black", weight=3]; 14.12/5.59 1466[label="Succ (Succ (primPlusNat xy8900 xy6200000))",fontsize=16,color="green",shape="box"];1466 -> 1470[label="",style="dashed", color="green", weight=3]; 14.12/5.59 1467[label="Succ xy8900",fontsize=16,color="green",shape="box"];1468[label="Succ xy6200000",fontsize=16,color="green",shape="box"];1469[label="Zero",fontsize=16,color="green",shape="box"];1470 -> 1459[label="",style="dashed", color="red", weight=0]; 14.12/5.59 1470[label="primPlusNat xy8900 xy6200000",fontsize=16,color="magenta"];1470 -> 1471[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1470 -> 1472[label="",style="dashed", color="magenta", weight=3]; 14.12/5.59 1471[label="xy6200000",fontsize=16,color="green",shape="box"];1472[label="xy8900",fontsize=16,color="green",shape="box"];} 14.12/5.59 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (6) 14.12/5.59 Complex Obligation (AND) 14.12/5.59 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (7) 14.12/5.59 Obligation: 14.12/5.59 Q DP problem: 14.12/5.59 The TRS P consists of the following rules: 14.12/5.59 14.12/5.59 new_isPrefixOf1(xy58, xy59, :(xy600, xy601), xy61, ba) -> new_isPrefixOf1(new_flip(xy58, xy59, ba), xy600, xy601, xy61, ba) 14.12/5.59 14.12/5.59 The TRS R consists of the following rules: 14.12/5.59 14.12/5.59 new_flip(xy58, xy59, ba) -> :(xy59, xy58) 14.12/5.59 14.12/5.59 The set Q consists of the following terms: 14.12/5.59 14.12/5.59 new_flip(x0, x1, x2) 14.12/5.59 14.12/5.59 We have to consider all minimal (P,Q,R)-chains. 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (8) TransformationProof (EQUIVALENT) 14.12/5.59 By rewriting [LPAR04] the rule new_isPrefixOf1(xy58, xy59, :(xy600, xy601), xy61, ba) -> new_isPrefixOf1(new_flip(xy58, xy59, ba), xy600, xy601, xy61, ba) at position [0] we obtained the following new rules [LPAR04]: 14.12/5.59 14.12/5.59 (new_isPrefixOf1(xy58, xy59, :(xy600, xy601), xy61, ba) -> new_isPrefixOf1(:(xy59, xy58), xy600, xy601, xy61, ba),new_isPrefixOf1(xy58, xy59, :(xy600, xy601), xy61, ba) -> new_isPrefixOf1(:(xy59, xy58), xy600, xy601, xy61, ba)) 14.12/5.59 14.12/5.59 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (9) 14.12/5.59 Obligation: 14.12/5.59 Q DP problem: 14.12/5.59 The TRS P consists of the following rules: 14.12/5.59 14.12/5.59 new_isPrefixOf1(xy58, xy59, :(xy600, xy601), xy61, ba) -> new_isPrefixOf1(:(xy59, xy58), xy600, xy601, xy61, ba) 14.12/5.59 14.12/5.59 The TRS R consists of the following rules: 14.12/5.59 14.12/5.59 new_flip(xy58, xy59, ba) -> :(xy59, xy58) 14.12/5.59 14.12/5.59 The set Q consists of the following terms: 14.12/5.59 14.12/5.59 new_flip(x0, x1, x2) 14.12/5.59 14.12/5.59 We have to consider all minimal (P,Q,R)-chains. 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (10) UsableRulesProof (EQUIVALENT) 14.12/5.59 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.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (11) 14.12/5.59 Obligation: 14.12/5.59 Q DP problem: 14.12/5.59 The TRS P consists of the following rules: 14.12/5.59 14.12/5.59 new_isPrefixOf1(xy58, xy59, :(xy600, xy601), xy61, ba) -> new_isPrefixOf1(:(xy59, xy58), xy600, xy601, xy61, ba) 14.12/5.59 14.12/5.59 R is empty. 14.12/5.59 The set Q consists of the following terms: 14.12/5.59 14.12/5.59 new_flip(x0, x1, x2) 14.12/5.59 14.12/5.59 We have to consider all minimal (P,Q,R)-chains. 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (12) QReductionProof (EQUIVALENT) 14.12/5.59 We deleted the following terms from Q as each root-symbol of these terms does neither occur in P nor in R.[THIEMANN]. 14.12/5.59 14.12/5.59 new_flip(x0, x1, x2) 14.12/5.59 14.12/5.59 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (13) 14.12/5.59 Obligation: 14.12/5.59 Q DP problem: 14.12/5.59 The TRS P consists of the following rules: 14.12/5.59 14.12/5.59 new_isPrefixOf1(xy58, xy59, :(xy600, xy601), xy61, ba) -> new_isPrefixOf1(:(xy59, xy58), xy600, xy601, xy61, ba) 14.12/5.59 14.12/5.59 R is empty. 14.12/5.59 Q is empty. 14.12/5.59 We have to consider all minimal (P,Q,R)-chains. 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (14) QDPSizeChangeProof (EQUIVALENT) 14.12/5.59 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. 14.12/5.59 14.12/5.59 From the DPs we obtained the following set of size-change graphs: 14.12/5.59 *new_isPrefixOf1(xy58, xy59, :(xy600, xy601), xy61, ba) -> new_isPrefixOf1(:(xy59, xy58), xy600, xy601, xy61, ba) 14.12/5.59 The graph contains the following edges 3 > 2, 3 > 3, 4 >= 4, 5 >= 5 14.12/5.59 14.12/5.59 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (15) 14.12/5.59 YES 14.12/5.59 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (16) 14.12/5.59 Obligation: 14.12/5.59 Q DP problem: 14.12/5.59 The TRS P consists of the following rules: 14.12/5.59 14.12/5.59 new_esEs2(Just(xy590), Just(xy6200), app(ty_[], bbd)) -> new_esEs1(xy590, xy6200, bbd) 14.12/5.59 new_esEs3(Left(xy590), Left(xy6200), app(app(ty_Either, bch), bda), bcc) -> new_esEs3(xy590, xy6200, bch, bda) 14.12/5.59 new_esEs1(:(xy590, xy591), :(xy6200, xy6201), app(ty_Maybe, bad)) -> new_esEs2(xy590, xy6200, bad) 14.12/5.59 new_esEs0(@2(xy590, xy591), @2(xy6200, xy6201), eh, app(ty_Maybe, fh)) -> new_esEs2(xy591, xy6201, fh) 14.12/5.59 new_esEs3(Right(xy590), Right(xy6200), bdb, app(ty_[], bdh)) -> new_esEs1(xy590, xy6200, bdh) 14.12/5.59 new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), ba, bb, app(ty_[], bh)) -> new_esEs1(xy592, xy6202, bh) 14.12/5.59 new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), ba, bb, app(app(app(ty_@3, bc), bd), be)) -> new_esEs(xy592, xy6202, bc, bd, be) 14.12/5.59 new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), ba, app(app(ty_@2, da), db), cg) -> new_esEs0(xy591, xy6201, da, db) 14.12/5.59 new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), app(ty_[], ed), bb, cg) -> new_esEs1(xy590, xy6200, ed) 14.12/5.59 new_esEs0(@2(xy590, xy591), @2(xy6200, xy6201), app(app(app(ty_@3, gc), gd), ge), gf) -> new_esEs(xy590, xy6200, gc, gd, ge) 14.12/5.59 new_esEs0(@2(xy590, xy591), @2(xy6200, xy6201), eh, app(app(ty_@2, fd), ff)) -> new_esEs0(xy591, xy6201, fd, ff) 14.12/5.59 new_esEs2(Just(xy590), Just(xy6200), app(app(ty_@2, bbb), bbc)) -> new_esEs0(xy590, xy6200, bbb, bbc) 14.12/5.59 new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), ba, app(ty_[], dc), cg) -> new_esEs1(xy591, xy6201, dc) 14.12/5.59 new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), app(ty_Maybe, ee), bb, cg) -> new_esEs2(xy590, xy6200, ee) 14.12/5.59 new_esEs0(@2(xy590, xy591), @2(xy6200, xy6201), app(app(ty_Either, hc), hd), gf) -> new_esEs3(xy590, xy6200, hc, hd) 14.12/5.59 new_esEs1(:(xy590, xy591), :(xy6200, xy6201), app(app(app(ty_@3, hf), hg), hh)) -> new_esEs(xy590, xy6200, hf, hg, hh) 14.12/5.59 new_esEs2(Just(xy590), Just(xy6200), app(ty_Maybe, bbe)) -> new_esEs2(xy590, xy6200, bbe) 14.12/5.59 new_esEs0(@2(xy590, xy591), @2(xy6200, xy6201), app(ty_[], ha), gf) -> new_esEs1(xy590, xy6200, ha) 14.12/5.59 new_esEs1(:(xy590, xy591), :(xy6200, xy6201), app(app(ty_Either, bae), baf)) -> new_esEs3(xy590, xy6200, bae, baf) 14.12/5.59 new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), app(app(ty_Either, ef), eg), bb, cg) -> new_esEs3(xy590, xy6200, ef, eg) 14.12/5.59 new_esEs3(Left(xy590), Left(xy6200), app(app(ty_@2, bcd), bce), bcc) -> new_esEs0(xy590, xy6200, bcd, bce) 14.12/5.59 new_esEs3(Right(xy590), Right(xy6200), bdb, app(app(ty_Either, beb), bec)) -> new_esEs3(xy590, xy6200, beb, bec) 14.12/5.59 new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), ba, app(app(app(ty_@3, cd), ce), cf), cg) -> new_esEs(xy591, xy6201, cd, ce, cf) 14.12/5.59 new_esEs0(@2(xy590, xy591), @2(xy6200, xy6201), eh, app(app(ty_Either, ga), gb)) -> new_esEs3(xy591, xy6201, ga, gb) 14.12/5.59 new_esEs3(Left(xy590), Left(xy6200), app(app(app(ty_@3, bbh), bca), bcb), bcc) -> new_esEs(xy590, xy6200, bbh, bca, bcb) 14.12/5.59 new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), ba, app(app(ty_Either, de), df), cg) -> new_esEs3(xy591, xy6201, de, df) 14.12/5.59 new_esEs0(@2(xy590, xy591), @2(xy6200, xy6201), eh, app(ty_[], fg)) -> new_esEs1(xy591, xy6201, fg) 14.12/5.59 new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), ba, bb, app(app(ty_@2, bf), bg)) -> new_esEs0(xy592, xy6202, bf, bg) 14.12/5.59 new_esEs2(Just(xy590), Just(xy6200), app(app(ty_Either, bbf), bbg)) -> new_esEs3(xy590, xy6200, bbf, bbg) 14.12/5.59 new_esEs3(Right(xy590), Right(xy6200), bdb, app(app(ty_@2, bdf), bdg)) -> new_esEs0(xy590, xy6200, bdf, bdg) 14.12/5.59 new_esEs1(:(xy590, xy591), :(xy6200, xy6201), app(app(ty_@2, baa), bab)) -> new_esEs0(xy590, xy6200, baa, bab) 14.12/5.59 new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), ba, bb, app(app(ty_Either, cb), cc)) -> new_esEs3(xy592, xy6202, cb, cc) 14.12/5.59 new_esEs3(Left(xy590), Left(xy6200), app(ty_Maybe, bcg), bcc) -> new_esEs2(xy590, xy6200, bcg) 14.12/5.59 new_esEs3(Right(xy590), Right(xy6200), bdb, app(app(app(ty_@3, bdc), bdd), bde)) -> new_esEs(xy590, xy6200, bdc, bdd, bde) 14.12/5.59 new_esEs3(Left(xy590), Left(xy6200), app(ty_[], bcf), bcc) -> new_esEs1(xy590, xy6200, bcf) 14.12/5.59 new_esEs1(:(xy590, xy591), :(xy6200, xy6201), he) -> new_esEs1(xy591, xy6201, he) 14.12/5.59 new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), app(app(app(ty_@3, dg), dh), ea), bb, cg) -> new_esEs(xy590, xy6200, dg, dh, ea) 14.12/5.59 new_esEs1(:(xy590, xy591), :(xy6200, xy6201), app(ty_[], bac)) -> new_esEs1(xy590, xy6200, bac) 14.12/5.59 new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), ba, app(ty_Maybe, dd), cg) -> new_esEs2(xy591, xy6201, dd) 14.12/5.59 new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), ba, bb, app(ty_Maybe, ca)) -> new_esEs2(xy592, xy6202, ca) 14.12/5.59 new_esEs0(@2(xy590, xy591), @2(xy6200, xy6201), app(app(ty_@2, gg), gh), gf) -> new_esEs0(xy590, xy6200, gg, gh) 14.12/5.59 new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), app(app(ty_@2, eb), ec), bb, cg) -> new_esEs0(xy590, xy6200, eb, ec) 14.12/5.59 new_esEs0(@2(xy590, xy591), @2(xy6200, xy6201), eh, app(app(app(ty_@3, fa), fb), fc)) -> new_esEs(xy591, xy6201, fa, fb, fc) 14.12/5.59 new_esEs2(Just(xy590), Just(xy6200), app(app(app(ty_@3, bag), bah), bba)) -> new_esEs(xy590, xy6200, bag, bah, bba) 14.12/5.59 new_esEs0(@2(xy590, xy591), @2(xy6200, xy6201), app(ty_Maybe, hb), gf) -> new_esEs2(xy590, xy6200, hb) 14.12/5.59 new_esEs3(Right(xy590), Right(xy6200), bdb, app(ty_Maybe, bea)) -> new_esEs2(xy590, xy6200, bea) 14.12/5.59 14.12/5.59 R is empty. 14.12/5.59 Q is empty. 14.12/5.59 We have to consider all minimal (P,Q,R)-chains. 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (17) QDPSizeChangeProof (EQUIVALENT) 14.12/5.59 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. 14.12/5.59 14.12/5.59 From the DPs we obtained the following set of size-change graphs: 14.12/5.59 *new_esEs1(:(xy590, xy591), :(xy6200, xy6201), app(ty_Maybe, bad)) -> new_esEs2(xy590, xy6200, bad) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs1(:(xy590, xy591), :(xy6200, xy6201), app(app(ty_Either, bae), baf)) -> new_esEs3(xy590, xy6200, bae, baf) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs2(Just(xy590), Just(xy6200), app(ty_Maybe, bbe)) -> new_esEs2(xy590, xy6200, bbe) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs2(Just(xy590), Just(xy6200), app(app(ty_Either, bbf), bbg)) -> new_esEs3(xy590, xy6200, bbf, bbg) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs2(Just(xy590), Just(xy6200), app(ty_[], bbd)) -> new_esEs1(xy590, xy6200, bbd) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs1(:(xy590, xy591), :(xy6200, xy6201), app(app(ty_@2, baa), bab)) -> new_esEs0(xy590, xy6200, baa, bab) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs1(:(xy590, xy591), :(xy6200, xy6201), app(app(app(ty_@3, hf), hg), hh)) -> new_esEs(xy590, xy6200, hf, hg, hh) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs2(Just(xy590), Just(xy6200), app(app(ty_@2, bbb), bbc)) -> new_esEs0(xy590, xy6200, bbb, bbc) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs2(Just(xy590), Just(xy6200), app(app(app(ty_@3, bag), bah), bba)) -> new_esEs(xy590, xy6200, bag, bah, bba) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs1(:(xy590, xy591), :(xy6200, xy6201), he) -> new_esEs1(xy591, xy6201, he) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs1(:(xy590, xy591), :(xy6200, xy6201), app(ty_[], bac)) -> new_esEs1(xy590, xy6200, bac) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs3(Left(xy590), Left(xy6200), app(ty_Maybe, bcg), bcc) -> new_esEs2(xy590, xy6200, bcg) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs3(Right(xy590), Right(xy6200), bdb, app(ty_Maybe, bea)) -> new_esEs2(xy590, xy6200, bea) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), app(ty_Maybe, ee), bb, cg) -> new_esEs2(xy590, xy6200, ee) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), ba, app(ty_Maybe, dd), cg) -> new_esEs2(xy591, xy6201, dd) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), ba, bb, app(ty_Maybe, ca)) -> new_esEs2(xy592, xy6202, ca) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs0(@2(xy590, xy591), @2(xy6200, xy6201), eh, app(ty_Maybe, fh)) -> new_esEs2(xy591, xy6201, fh) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs0(@2(xy590, xy591), @2(xy6200, xy6201), app(ty_Maybe, hb), gf) -> new_esEs2(xy590, xy6200, hb) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs3(Left(xy590), Left(xy6200), app(app(ty_Either, bch), bda), bcc) -> new_esEs3(xy590, xy6200, bch, bda) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs3(Right(xy590), Right(xy6200), bdb, app(app(ty_Either, beb), bec)) -> new_esEs3(xy590, xy6200, beb, bec) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs3(Right(xy590), Right(xy6200), bdb, app(ty_[], bdh)) -> new_esEs1(xy590, xy6200, bdh) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs3(Left(xy590), Left(xy6200), app(ty_[], bcf), bcc) -> new_esEs1(xy590, xy6200, bcf) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs3(Left(xy590), Left(xy6200), app(app(ty_@2, bcd), bce), bcc) -> new_esEs0(xy590, xy6200, bcd, bce) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs3(Right(xy590), Right(xy6200), bdb, app(app(ty_@2, bdf), bdg)) -> new_esEs0(xy590, xy6200, bdf, bdg) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs3(Left(xy590), Left(xy6200), app(app(app(ty_@3, bbh), bca), bcb), bcc) -> new_esEs(xy590, xy6200, bbh, bca, bcb) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs3(Right(xy590), Right(xy6200), bdb, app(app(app(ty_@3, bdc), bdd), bde)) -> new_esEs(xy590, xy6200, bdc, bdd, bde) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), app(app(ty_Either, ef), eg), bb, cg) -> new_esEs3(xy590, xy6200, ef, eg) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), ba, app(app(ty_Either, de), df), cg) -> new_esEs3(xy591, xy6201, de, df) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), ba, bb, app(app(ty_Either, cb), cc)) -> new_esEs3(xy592, xy6202, cb, cc) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs0(@2(xy590, xy591), @2(xy6200, xy6201), app(app(ty_Either, hc), hd), gf) -> new_esEs3(xy590, xy6200, hc, hd) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs0(@2(xy590, xy591), @2(xy6200, xy6201), eh, app(app(ty_Either, ga), gb)) -> new_esEs3(xy591, xy6201, ga, gb) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), ba, bb, app(ty_[], bh)) -> new_esEs1(xy592, xy6202, bh) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), app(ty_[], ed), bb, cg) -> new_esEs1(xy590, xy6200, ed) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), ba, app(ty_[], dc), cg) -> new_esEs1(xy591, xy6201, dc) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs0(@2(xy590, xy591), @2(xy6200, xy6201), app(ty_[], ha), gf) -> new_esEs1(xy590, xy6200, ha) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs0(@2(xy590, xy591), @2(xy6200, xy6201), eh, app(ty_[], fg)) -> new_esEs1(xy591, xy6201, fg) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), ba, app(app(ty_@2, da), db), cg) -> new_esEs0(xy591, xy6201, da, db) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), ba, bb, app(app(ty_@2, bf), bg)) -> new_esEs0(xy592, xy6202, bf, bg) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), app(app(ty_@2, eb), ec), bb, cg) -> new_esEs0(xy590, xy6200, eb, ec) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs0(@2(xy590, xy591), @2(xy6200, xy6201), eh, app(app(ty_@2, fd), ff)) -> new_esEs0(xy591, xy6201, fd, ff) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs0(@2(xy590, xy591), @2(xy6200, xy6201), app(app(ty_@2, gg), gh), gf) -> new_esEs0(xy590, xy6200, gg, gh) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), ba, bb, app(app(app(ty_@3, bc), bd), be)) -> new_esEs(xy592, xy6202, bc, bd, be) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), ba, app(app(app(ty_@3, cd), ce), cf), cg) -> new_esEs(xy591, xy6201, cd, ce, cf) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs(@3(xy590, xy591, xy592), @3(xy6200, xy6201, xy6202), app(app(app(ty_@3, dg), dh), ea), bb, cg) -> new_esEs(xy590, xy6200, dg, dh, ea) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs0(@2(xy590, xy591), @2(xy6200, xy6201), app(app(app(ty_@3, gc), gd), ge), gf) -> new_esEs(xy590, xy6200, gc, gd, ge) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 14.12/5.59 14.12/5.59 14.12/5.59 *new_esEs0(@2(xy590, xy591), @2(xy6200, xy6201), eh, app(app(app(ty_@3, fa), fb), fc)) -> new_esEs(xy591, xy6201, fa, fb, fc) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 14.12/5.59 14.12/5.59 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (18) 14.12/5.59 YES 14.12/5.59 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (19) 14.12/5.59 Obligation: 14.12/5.59 Q DP problem: 14.12/5.59 The TRS P consists of the following rules: 14.12/5.59 14.12/5.59 new_isPrefixOf0(xy59, xy58, xy62, :(xy6110, xy6111), ba) -> new_isPrefixOf0(xy59, xy58, new_flip(xy62, xy6110, ba), xy6111, ba) 14.12/5.59 14.12/5.59 The TRS R consists of the following rules: 14.12/5.59 14.12/5.59 new_flip(xy58, xy59, ba) -> :(xy59, xy58) 14.12/5.59 14.12/5.59 The set Q consists of the following terms: 14.12/5.59 14.12/5.59 new_flip(x0, x1, x2) 14.12/5.59 14.12/5.59 We have to consider all minimal (P,Q,R)-chains. 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (20) TransformationProof (EQUIVALENT) 14.12/5.59 By rewriting [LPAR04] the rule new_isPrefixOf0(xy59, xy58, xy62, :(xy6110, xy6111), ba) -> new_isPrefixOf0(xy59, xy58, new_flip(xy62, xy6110, ba), xy6111, ba) at position [2] we obtained the following new rules [LPAR04]: 14.12/5.59 14.12/5.59 (new_isPrefixOf0(xy59, xy58, xy62, :(xy6110, xy6111), ba) -> new_isPrefixOf0(xy59, xy58, :(xy6110, xy62), xy6111, ba),new_isPrefixOf0(xy59, xy58, xy62, :(xy6110, xy6111), ba) -> new_isPrefixOf0(xy59, xy58, :(xy6110, xy62), xy6111, ba)) 14.12/5.59 14.12/5.59 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (21) 14.12/5.59 Obligation: 14.12/5.59 Q DP problem: 14.12/5.59 The TRS P consists of the following rules: 14.12/5.59 14.12/5.59 new_isPrefixOf0(xy59, xy58, xy62, :(xy6110, xy6111), ba) -> new_isPrefixOf0(xy59, xy58, :(xy6110, xy62), xy6111, ba) 14.12/5.59 14.12/5.59 The TRS R consists of the following rules: 14.12/5.59 14.12/5.59 new_flip(xy58, xy59, ba) -> :(xy59, xy58) 14.12/5.59 14.12/5.59 The set Q consists of the following terms: 14.12/5.59 14.12/5.59 new_flip(x0, x1, x2) 14.12/5.59 14.12/5.59 We have to consider all minimal (P,Q,R)-chains. 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (22) UsableRulesProof (EQUIVALENT) 14.12/5.59 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.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (23) 14.12/5.59 Obligation: 14.12/5.59 Q DP problem: 14.12/5.59 The TRS P consists of the following rules: 14.12/5.59 14.12/5.59 new_isPrefixOf0(xy59, xy58, xy62, :(xy6110, xy6111), ba) -> new_isPrefixOf0(xy59, xy58, :(xy6110, xy62), xy6111, ba) 14.12/5.59 14.12/5.59 R is empty. 14.12/5.59 The set Q consists of the following terms: 14.12/5.59 14.12/5.59 new_flip(x0, x1, x2) 14.12/5.59 14.12/5.59 We have to consider all minimal (P,Q,R)-chains. 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (24) QReductionProof (EQUIVALENT) 14.12/5.59 We deleted the following terms from Q as each root-symbol of these terms does neither occur in P nor in R.[THIEMANN]. 14.12/5.59 14.12/5.59 new_flip(x0, x1, x2) 14.12/5.59 14.12/5.59 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (25) 14.12/5.59 Obligation: 14.12/5.59 Q DP problem: 14.12/5.59 The TRS P consists of the following rules: 14.12/5.59 14.12/5.59 new_isPrefixOf0(xy59, xy58, xy62, :(xy6110, xy6111), ba) -> new_isPrefixOf0(xy59, xy58, :(xy6110, xy62), xy6111, ba) 14.12/5.59 14.12/5.59 R is empty. 14.12/5.59 Q is empty. 14.12/5.59 We have to consider all minimal (P,Q,R)-chains. 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (26) QDPSizeChangeProof (EQUIVALENT) 14.12/5.59 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. 14.12/5.59 14.12/5.59 From the DPs we obtained the following set of size-change graphs: 14.12/5.59 *new_isPrefixOf0(xy59, xy58, xy62, :(xy6110, xy6111), ba) -> new_isPrefixOf0(xy59, xy58, :(xy6110, xy62), xy6111, ba) 14.12/5.59 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 4, 5 >= 5 14.12/5.59 14.12/5.59 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (27) 14.12/5.59 YES 14.12/5.59 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (28) 14.12/5.59 Obligation: 14.12/5.59 Q DP problem: 14.12/5.59 The TRS P consists of the following rules: 14.12/5.59 14.12/5.59 new_isPrefixOf(:(xy580, xy581), :(xy6210, xy6211), ba) -> new_isPrefixOf(xy581, xy6211, ba) 14.12/5.59 14.12/5.59 R is empty. 14.12/5.59 Q is empty. 14.12/5.59 We have to consider all minimal (P,Q,R)-chains. 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (29) QDPSizeChangeProof (EQUIVALENT) 14.12/5.59 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. 14.12/5.59 14.12/5.59 From the DPs we obtained the following set of size-change graphs: 14.12/5.59 *new_isPrefixOf(:(xy580, xy581), :(xy6210, xy6211), ba) -> new_isPrefixOf(xy581, xy6211, ba) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 14.12/5.59 14.12/5.59 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (30) 14.12/5.59 YES 14.12/5.59 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (31) 14.12/5.59 Obligation: 14.12/5.59 Q DP problem: 14.12/5.59 The TRS P consists of the following rules: 14.12/5.59 14.12/5.59 new_primMulNat(Succ(xy59100), Succ(xy620000)) -> new_primMulNat(xy59100, Succ(xy620000)) 14.12/5.59 14.12/5.59 R is empty. 14.12/5.59 Q is empty. 14.12/5.59 We have to consider all minimal (P,Q,R)-chains. 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (32) QDPSizeChangeProof (EQUIVALENT) 14.12/5.59 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. 14.12/5.59 14.12/5.59 From the DPs we obtained the following set of size-change graphs: 14.12/5.59 *new_primMulNat(Succ(xy59100), Succ(xy620000)) -> new_primMulNat(xy59100, Succ(xy620000)) 14.12/5.59 The graph contains the following edges 1 > 1, 2 >= 2 14.12/5.59 14.12/5.59 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (33) 14.12/5.59 YES 14.12/5.59 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (34) 14.12/5.59 Obligation: 14.12/5.59 Q DP problem: 14.12/5.59 The TRS P consists of the following rules: 14.12/5.59 14.12/5.59 new_primPlusNat(Succ(xy8900), Succ(xy6200000)) -> new_primPlusNat(xy8900, xy6200000) 14.12/5.59 14.12/5.59 R is empty. 14.12/5.59 Q is empty. 14.12/5.59 We have to consider all minimal (P,Q,R)-chains. 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (35) QDPSizeChangeProof (EQUIVALENT) 14.12/5.59 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. 14.12/5.59 14.12/5.59 From the DPs we obtained the following set of size-change graphs: 14.12/5.59 *new_primPlusNat(Succ(xy8900), Succ(xy6200000)) -> new_primPlusNat(xy8900, xy6200000) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2 14.12/5.59 14.12/5.59 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (36) 14.12/5.59 YES 14.12/5.59 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (37) 14.12/5.59 Obligation: 14.12/5.59 Q DP problem: 14.12/5.59 The TRS P consists of the following rules: 14.12/5.59 14.12/5.59 new_primEqNat(Succ(xy5900), Succ(xy62000)) -> new_primEqNat(xy5900, xy62000) 14.12/5.59 14.12/5.59 R is empty. 14.12/5.59 Q is empty. 14.12/5.59 We have to consider all minimal (P,Q,R)-chains. 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (38) QDPSizeChangeProof (EQUIVALENT) 14.12/5.59 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. 14.12/5.59 14.12/5.59 From the DPs we obtained the following set of size-change graphs: 14.12/5.59 *new_primEqNat(Succ(xy5900), Succ(xy62000)) -> new_primEqNat(xy5900, xy62000) 14.12/5.59 The graph contains the following edges 1 > 1, 2 > 2 14.12/5.59 14.12/5.59 14.12/5.59 ---------------------------------------- 14.12/5.59 14.12/5.59 (39) 14.12/5.59 YES 14.28/9.24 EOF