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