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