13.75/5.50 YES 16.48/6.23 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 16.48/6.23 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 16.48/6.23 16.48/6.23 16.48/6.23 H-Termination with start terms of the given HASKELL could be proven: 16.48/6.23 16.48/6.23 (0) HASKELL 16.48/6.23 (1) LR [EQUIVALENT, 0 ms] 16.48/6.23 (2) HASKELL 16.48/6.23 (3) CR [EQUIVALENT, 0 ms] 16.48/6.23 (4) HASKELL 16.48/6.23 (5) IFR [EQUIVALENT, 0 ms] 16.48/6.23 (6) HASKELL 16.48/6.23 (7) BR [EQUIVALENT, 0 ms] 16.48/6.23 (8) HASKELL 16.48/6.23 (9) COR [EQUIVALENT, 16 ms] 16.48/6.23 (10) HASKELL 16.48/6.23 (11) Narrow [SOUND, 0 ms] 16.48/6.23 (12) AND 16.48/6.23 (13) QDP 16.48/6.23 (14) QDPSizeChangeProof [EQUIVALENT, 0 ms] 16.48/6.23 (15) YES 16.48/6.23 (16) QDP 16.48/6.23 (17) QDPSizeChangeProof [EQUIVALENT, 10 ms] 16.48/6.23 (18) YES 16.48/6.23 (19) QDP 16.48/6.23 (20) QDPSizeChangeProof [EQUIVALENT, 0 ms] 16.48/6.23 (21) YES 16.48/6.23 (22) QDP 16.48/6.23 (23) QDPSizeChangeProof [EQUIVALENT, 0 ms] 16.48/6.23 (24) YES 16.48/6.23 (25) QDP 16.48/6.23 (26) QDPSizeChangeProof [EQUIVALENT, 0 ms] 16.48/6.23 (27) YES 16.48/6.23 (28) QDP 16.48/6.23 (29) QDPSizeChangeProof [EQUIVALENT, 0 ms] 16.48/6.23 (30) YES 16.48/6.23 16.48/6.23 16.48/6.23 ---------------------------------------- 16.48/6.23 16.48/6.23 (0) 16.48/6.23 Obligation: 16.48/6.23 mainModule Main 16.48/6.23 module Maybe where { 16.48/6.23 import qualified List; 16.48/6.23 import qualified Main; 16.48/6.23 import qualified Prelude; 16.48/6.23 } 16.48/6.23 module List where { 16.48/6.23 import qualified Main; 16.48/6.23 import qualified Maybe; 16.48/6.23 import qualified Prelude; 16.48/6.23 intersect :: Eq a => [a] -> [a] -> [a]; 16.48/6.23 intersect = intersectBy (==); 16.48/6.23 16.48/6.23 intersectBy :: (a -> a -> Bool) -> [a] -> [a] -> [a]; 16.48/6.23 intersectBy eq xs ys = concatMap (\vv2 ->case vv2 of { 16.48/6.23 x-> if any (eq x) ys then x : [] else []; 16.48/6.23 _-> []; 16.48/6.23 } ) xs; 16.48/6.23 16.48/6.23 } 16.48/6.23 module Main where { 16.48/6.23 import qualified List; 16.48/6.23 import qualified Maybe; 16.48/6.23 import qualified Prelude; 16.48/6.23 } 16.48/6.23 16.48/6.23 ---------------------------------------- 16.48/6.23 16.48/6.23 (1) LR (EQUIVALENT) 16.48/6.23 Lambda Reductions: 16.48/6.23 The following Lambda expression 16.48/6.23 "\vv2->case vv2 of { 16.48/6.23 x -> if any (eq x) ys then x : [] else []; 16.48/6.23 _ -> []} 16.48/6.23 " 16.48/6.23 is transformed to 16.48/6.23 "intersectBy0 eq ys vv2 = case vv2 of { 16.48/6.23 x -> if any (eq x) ys then x : [] else []; 16.48/6.23 _ -> []} 16.48/6.23 ; 16.48/6.23 " 16.48/6.23 16.48/6.23 ---------------------------------------- 16.48/6.23 16.48/6.23 (2) 16.48/6.23 Obligation: 16.48/6.23 mainModule Main 16.48/6.23 module Maybe where { 16.48/6.23 import qualified List; 16.48/6.23 import qualified Main; 16.48/6.23 import qualified Prelude; 16.48/6.23 } 16.48/6.23 module List where { 16.48/6.23 import qualified Main; 16.48/6.23 import qualified Maybe; 16.48/6.23 import qualified Prelude; 16.48/6.23 intersect :: Eq a => [a] -> [a] -> [a]; 16.48/6.23 intersect = intersectBy (==); 16.48/6.23 16.48/6.23 intersectBy :: (a -> a -> Bool) -> [a] -> [a] -> [a]; 16.48/6.23 intersectBy eq xs ys = concatMap (intersectBy0 eq ys) xs; 16.48/6.23 16.48/6.23 intersectBy0 eq ys vv2 = case vv2 of { 16.48/6.23 x-> if any (eq x) ys then x : [] else []; 16.48/6.23 _-> []; 16.48/6.23 } ; 16.48/6.23 16.48/6.23 } 16.48/6.23 module Main where { 16.48/6.23 import qualified List; 16.48/6.23 import qualified Maybe; 16.48/6.23 import qualified Prelude; 16.48/6.23 } 16.48/6.23 16.48/6.23 ---------------------------------------- 16.48/6.23 16.48/6.23 (3) CR (EQUIVALENT) 16.48/6.23 Case Reductions: 16.48/6.23 The following Case expression 16.48/6.23 "case vv2 of { 16.48/6.23 x -> if any (eq x) ys then x : [] else []; 16.48/6.23 _ -> []} 16.48/6.23 " 16.48/6.23 is transformed to 16.48/6.23 "intersectBy00 eq ys x = if any (eq x) ys then x : [] else []; 16.48/6.23 intersectBy00 eq ys _ = []; 16.48/6.23 " 16.48/6.23 16.48/6.23 ---------------------------------------- 16.48/6.23 16.48/6.23 (4) 16.48/6.23 Obligation: 16.48/6.23 mainModule Main 16.48/6.23 module Maybe where { 16.48/6.23 import qualified List; 16.48/6.23 import qualified Main; 16.48/6.23 import qualified Prelude; 16.48/6.23 } 16.48/6.23 module List where { 16.48/6.23 import qualified Main; 16.48/6.23 import qualified Maybe; 16.48/6.23 import qualified Prelude; 16.48/6.23 intersect :: Eq a => [a] -> [a] -> [a]; 16.48/6.23 intersect = intersectBy (==); 16.48/6.23 16.48/6.23 intersectBy :: (a -> a -> Bool) -> [a] -> [a] -> [a]; 16.48/6.23 intersectBy eq xs ys = concatMap (intersectBy0 eq ys) xs; 16.48/6.23 16.48/6.23 intersectBy0 eq ys vv2 = intersectBy00 eq ys vv2; 16.48/6.23 16.48/6.23 intersectBy00 eq ys x = if any (eq x) ys then x : [] else []; 16.48/6.23 intersectBy00 eq ys _ = []; 16.48/6.23 16.48/6.23 } 16.48/6.23 module Main where { 16.48/6.23 import qualified List; 16.48/6.23 import qualified Maybe; 16.48/6.23 import qualified Prelude; 16.48/6.23 } 16.48/6.23 16.48/6.23 ---------------------------------------- 16.48/6.23 16.48/6.23 (5) IFR (EQUIVALENT) 16.48/6.23 If Reductions: 16.48/6.23 The following If expression 16.48/6.23 "if any (eq x) ys then x : [] else []" 16.48/6.23 is transformed to 16.48/6.23 "intersectBy000 x True = x : []; 16.48/6.23 intersectBy000 x False = []; 16.48/6.23 " 16.48/6.23 16.48/6.23 ---------------------------------------- 16.48/6.23 16.48/6.23 (6) 16.48/6.23 Obligation: 16.48/6.23 mainModule Main 16.48/6.23 module Maybe where { 16.48/6.23 import qualified List; 16.48/6.23 import qualified Main; 16.48/6.23 import qualified Prelude; 16.48/6.23 } 16.48/6.23 module List where { 16.48/6.23 import qualified Main; 16.48/6.23 import qualified Maybe; 16.48/6.23 import qualified Prelude; 16.48/6.23 intersect :: Eq a => [a] -> [a] -> [a]; 16.48/6.23 intersect = intersectBy (==); 16.48/6.23 16.48/6.23 intersectBy :: (a -> a -> Bool) -> [a] -> [a] -> [a]; 16.48/6.23 intersectBy eq xs ys = concatMap (intersectBy0 eq ys) xs; 16.48/6.23 16.48/6.23 intersectBy0 eq ys vv2 = intersectBy00 eq ys vv2; 16.48/6.23 16.48/6.23 intersectBy00 eq ys x = intersectBy000 x (any (eq x) ys); 16.48/6.23 intersectBy00 eq ys _ = []; 16.48/6.23 16.48/6.23 intersectBy000 x True = x : []; 16.48/6.23 intersectBy000 x False = []; 16.48/6.23 16.48/6.23 } 16.48/6.23 module Main where { 16.48/6.23 import qualified List; 16.48/6.23 import qualified Maybe; 16.48/6.23 import qualified Prelude; 16.48/6.23 } 16.48/6.23 16.48/6.23 ---------------------------------------- 16.48/6.23 16.48/6.23 (7) BR (EQUIVALENT) 16.48/6.23 Replaced joker patterns by fresh variables and removed binding patterns. 16.48/6.23 ---------------------------------------- 16.48/6.23 16.48/6.23 (8) 16.48/6.23 Obligation: 16.48/6.23 mainModule Main 16.48/6.23 module Maybe where { 16.48/6.23 import qualified List; 16.48/6.23 import qualified Main; 16.48/6.23 import qualified Prelude; 16.48/6.23 } 16.48/6.23 module List where { 16.48/6.23 import qualified Main; 16.48/6.23 import qualified Maybe; 16.48/6.23 import qualified Prelude; 16.48/6.23 intersect :: Eq a => [a] -> [a] -> [a]; 16.48/6.23 intersect = intersectBy (==); 16.48/6.23 16.48/6.23 intersectBy :: (a -> a -> Bool) -> [a] -> [a] -> [a]; 16.48/6.23 intersectBy eq xs ys = concatMap (intersectBy0 eq ys) xs; 16.48/6.23 16.48/6.23 intersectBy0 eq ys vv2 = intersectBy00 eq ys vv2; 16.48/6.23 16.48/6.23 intersectBy00 eq ys x = intersectBy000 x (any (eq x) ys); 16.48/6.23 intersectBy00 eq ys xw = []; 16.48/6.23 16.48/6.23 intersectBy000 x True = x : []; 16.48/6.23 intersectBy000 x False = []; 16.48/6.23 16.48/6.23 } 16.48/6.23 module Main where { 16.48/6.23 import qualified List; 16.48/6.23 import qualified Maybe; 16.48/6.23 import qualified Prelude; 16.48/6.23 } 16.48/6.23 16.48/6.23 ---------------------------------------- 16.48/6.23 16.48/6.23 (9) COR (EQUIVALENT) 16.48/6.23 Cond Reductions: 16.48/6.23 The following Function with conditions 16.48/6.23 "undefined |Falseundefined; 16.48/6.23 " 16.48/6.23 is transformed to 16.48/6.23 "undefined = undefined1; 16.48/6.23 " 16.48/6.23 "undefined0 True = undefined; 16.48/6.23 " 16.48/6.23 "undefined1 = undefined0 False; 16.48/6.23 " 16.48/6.23 16.48/6.23 ---------------------------------------- 16.48/6.23 16.48/6.23 (10) 16.48/6.23 Obligation: 16.48/6.23 mainModule Main 16.48/6.23 module Maybe where { 16.48/6.23 import qualified List; 16.48/6.23 import qualified Main; 16.48/6.23 import qualified Prelude; 16.48/6.23 } 16.48/6.23 module List where { 16.48/6.23 import qualified Main; 16.48/6.23 import qualified Maybe; 16.48/6.23 import qualified Prelude; 16.48/6.23 intersect :: Eq a => [a] -> [a] -> [a]; 16.48/6.23 intersect = intersectBy (==); 16.48/6.23 16.48/6.23 intersectBy :: (a -> a -> Bool) -> [a] -> [a] -> [a]; 16.48/6.23 intersectBy eq xs ys = concatMap (intersectBy0 eq ys) xs; 16.48/6.23 16.48/6.23 intersectBy0 eq ys vv2 = intersectBy00 eq ys vv2; 16.48/6.23 16.48/6.23 intersectBy00 eq ys x = intersectBy000 x (any (eq x) ys); 16.48/6.23 intersectBy00 eq ys xw = []; 16.48/6.23 16.48/6.23 intersectBy000 x True = x : []; 16.48/6.23 intersectBy000 x False = []; 16.48/6.23 16.48/6.23 } 16.48/6.23 module Main where { 16.48/6.23 import qualified List; 16.48/6.23 import qualified Maybe; 16.48/6.23 import qualified Prelude; 16.48/6.23 } 16.48/6.23 16.48/6.23 ---------------------------------------- 16.48/6.23 16.48/6.23 (11) Narrow (SOUND) 16.48/6.23 Haskell To QDPs 16.48/6.23 16.48/6.23 digraph dp_graph { 16.48/6.23 node [outthreshold=100, inthreshold=100];1[label="List.intersect",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 16.48/6.23 3[label="List.intersect xx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 16.48/6.23 4[label="List.intersect xx3 xx4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 16.48/6.23 5[label="List.intersectBy (==) xx3 xx4",fontsize=16,color="black",shape="box"];5 -> 6[label="",style="solid", color="black", weight=3]; 16.48/6.23 6[label="concatMap (List.intersectBy0 (==) xx4) xx3",fontsize=16,color="black",shape="box"];6 -> 7[label="",style="solid", color="black", weight=3]; 16.48/6.23 7[label="concat . map (List.intersectBy0 (==) xx4)",fontsize=16,color="black",shape="box"];7 -> 8[label="",style="solid", color="black", weight=3]; 16.48/6.23 8[label="concat (map (List.intersectBy0 (==) xx4) xx3)",fontsize=16,color="black",shape="box"];8 -> 9[label="",style="solid", color="black", weight=3]; 16.48/6.23 9[label="foldr (++) [] (map (List.intersectBy0 (==) xx4) xx3)",fontsize=16,color="burlywood",shape="triangle"];1062[label="xx3/xx30 : xx31",fontsize=10,color="white",style="solid",shape="box"];9 -> 1062[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1062 -> 10[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1063[label="xx3/[]",fontsize=10,color="white",style="solid",shape="box"];9 -> 1063[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1063 -> 11[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 10[label="foldr (++) [] (map (List.intersectBy0 (==) xx4) (xx30 : xx31))",fontsize=16,color="black",shape="box"];10 -> 12[label="",style="solid", color="black", weight=3]; 16.48/6.23 11[label="foldr (++) [] (map (List.intersectBy0 (==) xx4) [])",fontsize=16,color="black",shape="box"];11 -> 13[label="",style="solid", color="black", weight=3]; 16.48/6.23 12[label="foldr (++) [] (List.intersectBy0 (==) xx4 xx30 : map (List.intersectBy0 (==) xx4) xx31)",fontsize=16,color="black",shape="box"];12 -> 14[label="",style="solid", color="black", weight=3]; 16.48/6.23 13[label="foldr (++) [] []",fontsize=16,color="black",shape="box"];13 -> 15[label="",style="solid", color="black", weight=3]; 16.48/6.23 14 -> 16[label="",style="dashed", color="red", weight=0]; 16.48/6.23 14[label="(++) List.intersectBy0 (==) xx4 xx30 foldr (++) [] (map (List.intersectBy0 (==) xx4) xx31)",fontsize=16,color="magenta"];14 -> 17[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 15[label="[]",fontsize=16,color="green",shape="box"];17 -> 9[label="",style="dashed", color="red", weight=0]; 16.48/6.23 17[label="foldr (++) [] (map (List.intersectBy0 (==) xx4) xx31)",fontsize=16,color="magenta"];17 -> 18[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 16[label="(++) List.intersectBy0 (==) xx4 xx30 xx5",fontsize=16,color="black",shape="triangle"];16 -> 19[label="",style="solid", color="black", weight=3]; 16.48/6.23 18[label="xx31",fontsize=16,color="green",shape="box"];19[label="(++) List.intersectBy00 (==) xx4 xx30 xx5",fontsize=16,color="black",shape="box"];19 -> 20[label="",style="solid", color="black", weight=3]; 16.48/6.23 20[label="(++) List.intersectBy000 xx30 (any ((==) xx30) xx4) xx5",fontsize=16,color="black",shape="box"];20 -> 21[label="",style="solid", color="black", weight=3]; 16.48/6.23 21[label="(++) List.intersectBy000 xx30 (or . map ((==) xx30)) xx5",fontsize=16,color="black",shape="box"];21 -> 22[label="",style="solid", color="black", weight=3]; 16.48/6.23 22[label="(++) List.intersectBy000 xx30 (or (map ((==) xx30) xx4)) xx5",fontsize=16,color="black",shape="box"];22 -> 23[label="",style="solid", color="black", weight=3]; 16.48/6.23 23[label="(++) List.intersectBy000 xx30 (foldr (||) False (map ((==) xx30) xx4)) xx5",fontsize=16,color="burlywood",shape="triangle"];1064[label="xx4/xx40 : xx41",fontsize=10,color="white",style="solid",shape="box"];23 -> 1064[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1064 -> 24[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1065[label="xx4/[]",fontsize=10,color="white",style="solid",shape="box"];23 -> 1065[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1065 -> 25[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 24[label="(++) List.intersectBy000 xx30 (foldr (||) False (map ((==) xx30) (xx40 : xx41))) xx5",fontsize=16,color="black",shape="box"];24 -> 26[label="",style="solid", color="black", weight=3]; 16.48/6.23 25[label="(++) List.intersectBy000 xx30 (foldr (||) False (map ((==) xx30) [])) xx5",fontsize=16,color="black",shape="box"];25 -> 27[label="",style="solid", color="black", weight=3]; 16.48/6.23 26[label="(++) List.intersectBy000 xx30 (foldr (||) False (((==) xx30 xx40) : map ((==) xx30) xx41)) xx5",fontsize=16,color="black",shape="box"];26 -> 28[label="",style="solid", color="black", weight=3]; 16.48/6.23 27[label="(++) List.intersectBy000 xx30 (foldr (||) False []) xx5",fontsize=16,color="black",shape="box"];27 -> 29[label="",style="solid", color="black", weight=3]; 16.48/6.23 28[label="(++) List.intersectBy000 xx30 ((||) (==) xx30 xx40 foldr (||) False (map ((==) xx30) xx41)) xx5",fontsize=16,color="burlywood",shape="box"];1066[label="xx30/(xx300,xx301)",fontsize=10,color="white",style="solid",shape="box"];28 -> 1066[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1066 -> 30[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 29[label="(++) List.intersectBy000 xx30 False xx5",fontsize=16,color="black",shape="box"];29 -> 31[label="",style="solid", color="black", weight=3]; 16.48/6.23 30[label="(++) List.intersectBy000 (xx300,xx301) ((||) (==) (xx300,xx301) xx40 foldr (||) False (map ((==) (xx300,xx301)) xx41)) xx5",fontsize=16,color="burlywood",shape="box"];1067[label="xx40/(xx400,xx401)",fontsize=10,color="white",style="solid",shape="box"];30 -> 1067[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1067 -> 32[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 31[label="(++) [] xx5",fontsize=16,color="black",shape="triangle"];31 -> 33[label="",style="solid", color="black", weight=3]; 16.48/6.23 32[label="(++) List.intersectBy000 (xx300,xx301) ((||) (==) (xx300,xx301) (xx400,xx401) foldr (||) False (map ((==) (xx300,xx301)) xx41)) xx5",fontsize=16,color="black",shape="box"];32 -> 34[label="",style="solid", color="black", weight=3]; 16.48/6.23 33[label="xx5",fontsize=16,color="green",shape="box"];34 -> 116[label="",style="dashed", color="red", weight=0]; 16.48/6.23 34[label="(++) List.intersectBy000 (xx300,xx301) ((||) xx300 == xx400 && xx301 == xx401 foldr (||) False (map ((==) (xx300,xx301)) xx41)) xx5",fontsize=16,color="magenta"];34 -> 117[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 34 -> 118[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 34 -> 119[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 34 -> 120[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 34 -> 121[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 117[label="xx300",fontsize=16,color="green",shape="box"];118 -> 386[label="",style="dashed", color="red", weight=0]; 16.48/6.23 118[label="xx300 == xx400 && xx301 == xx401",fontsize=16,color="magenta"];118 -> 387[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 118 -> 388[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 119[label="xx301",fontsize=16,color="green",shape="box"];120[label="xx41",fontsize=16,color="green",shape="box"];121[label="xx5",fontsize=16,color="green",shape="box"];116[label="(++) List.intersectBy000 (xx25,xx26) ((||) xx27 foldr (||) False (map ((==) (xx25,xx26)) xx28)) xx29",fontsize=16,color="burlywood",shape="triangle"];1068[label="xx27/False",fontsize=10,color="white",style="solid",shape="box"];116 -> 1068[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1068 -> 141[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1069[label="xx27/True",fontsize=10,color="white",style="solid",shape="box"];116 -> 1069[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1069 -> 142[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 387[label="xx300 == xx400",fontsize=16,color="blue",shape="box"];1070[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 1070[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1070 -> 391[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1071[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 1071[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1071 -> 392[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1072[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 1072[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1072 -> 393[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1073[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 1073[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1073 -> 394[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1074[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 1074[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1074 -> 395[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1075[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 1075[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1075 -> 396[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1076[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 1076[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1076 -> 397[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1077[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 1077[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1077 -> 398[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1078[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 1078[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1078 -> 399[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1079[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 1079[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1079 -> 400[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1080[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 1080[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1080 -> 401[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1081[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 1081[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1081 -> 402[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1082[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 1082[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1082 -> 403[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1083[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 1083[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1083 -> 404[label="",style="solid", color="blue", weight=3]; 16.48/6.23 388[label="xx301 == xx401",fontsize=16,color="blue",shape="box"];1084[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];388 -> 1084[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1084 -> 405[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1085[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];388 -> 1085[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1085 -> 406[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1086[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];388 -> 1086[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1086 -> 407[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1087[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];388 -> 1087[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1087 -> 408[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1088[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];388 -> 1088[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1088 -> 409[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1089[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];388 -> 1089[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1089 -> 410[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1090[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];388 -> 1090[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1090 -> 411[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1091[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];388 -> 1091[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1091 -> 412[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1092[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];388 -> 1092[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1092 -> 413[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1093[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];388 -> 1093[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1093 -> 414[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1094[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];388 -> 1094[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1094 -> 415[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1095[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];388 -> 1095[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1095 -> 416[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1096[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];388 -> 1096[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1096 -> 417[label="",style="solid", color="blue", weight=3]; 16.48/6.23 1097[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];388 -> 1097[label="",style="solid", color="blue", weight=9]; 16.48/6.23 1097 -> 418[label="",style="solid", color="blue", weight=3]; 16.48/6.23 386[label="xx41 && xx42",fontsize=16,color="burlywood",shape="triangle"];1098[label="xx41/False",fontsize=10,color="white",style="solid",shape="box"];386 -> 1098[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1098 -> 419[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1099[label="xx41/True",fontsize=10,color="white",style="solid",shape="box"];386 -> 1099[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1099 -> 420[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 141[label="(++) List.intersectBy000 (xx25,xx26) ((||) False foldr (||) False (map ((==) (xx25,xx26)) xx28)) xx29",fontsize=16,color="black",shape="box"];141 -> 159[label="",style="solid", color="black", weight=3]; 16.48/6.23 142[label="(++) List.intersectBy000 (xx25,xx26) ((||) True foldr (||) False (map ((==) (xx25,xx26)) xx28)) xx29",fontsize=16,color="black",shape="box"];142 -> 160[label="",style="solid", color="black", weight=3]; 16.48/6.23 391[label="xx300 == xx400",fontsize=16,color="burlywood",shape="triangle"];1100[label="xx300/False",fontsize=10,color="white",style="solid",shape="box"];391 -> 1100[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1100 -> 422[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1101[label="xx300/True",fontsize=10,color="white",style="solid",shape="box"];391 -> 1101[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1101 -> 423[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 392[label="xx300 == xx400",fontsize=16,color="burlywood",shape="triangle"];1102[label="xx300/xx3000 : xx3001",fontsize=10,color="white",style="solid",shape="box"];392 -> 1102[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1102 -> 424[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1103[label="xx300/[]",fontsize=10,color="white",style="solid",shape="box"];392 -> 1103[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1103 -> 425[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 393[label="xx300 == xx400",fontsize=16,color="black",shape="triangle"];393 -> 426[label="",style="solid", color="black", weight=3]; 16.48/6.23 394[label="xx300 == xx400",fontsize=16,color="burlywood",shape="triangle"];1104[label="xx300/Integer xx3000",fontsize=10,color="white",style="solid",shape="box"];394 -> 1104[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1104 -> 427[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 395[label="xx300 == xx400",fontsize=16,color="burlywood",shape="triangle"];1105[label="xx300/(xx3000,xx3001)",fontsize=10,color="white",style="solid",shape="box"];395 -> 1105[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1105 -> 428[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 396[label="xx300 == xx400",fontsize=16,color="burlywood",shape="triangle"];1106[label="xx300/LT",fontsize=10,color="white",style="solid",shape="box"];396 -> 1106[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1106 -> 429[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1107[label="xx300/EQ",fontsize=10,color="white",style="solid",shape="box"];396 -> 1107[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1107 -> 430[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1108[label="xx300/GT",fontsize=10,color="white",style="solid",shape="box"];396 -> 1108[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1108 -> 431[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 397[label="xx300 == xx400",fontsize=16,color="burlywood",shape="triangle"];1109[label="xx300/Nothing",fontsize=10,color="white",style="solid",shape="box"];397 -> 1109[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1109 -> 432[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1110[label="xx300/Just xx3000",fontsize=10,color="white",style="solid",shape="box"];397 -> 1110[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1110 -> 433[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 398[label="xx300 == xx400",fontsize=16,color="burlywood",shape="triangle"];1111[label="xx300/Left xx3000",fontsize=10,color="white",style="solid",shape="box"];398 -> 1111[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1111 -> 434[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1112[label="xx300/Right xx3000",fontsize=10,color="white",style="solid",shape="box"];398 -> 1112[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1112 -> 435[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 399[label="xx300 == xx400",fontsize=16,color="black",shape="triangle"];399 -> 436[label="",style="solid", color="black", weight=3]; 16.48/6.23 400[label="xx300 == xx400",fontsize=16,color="burlywood",shape="triangle"];1113[label="xx300/xx3000 :% xx3001",fontsize=10,color="white",style="solid",shape="box"];400 -> 1113[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1113 -> 437[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 401[label="xx300 == xx400",fontsize=16,color="burlywood",shape="triangle"];1114[label="xx300/(xx3000,xx3001,xx3002)",fontsize=10,color="white",style="solid",shape="box"];401 -> 1114[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1114 -> 438[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 402[label="xx300 == xx400",fontsize=16,color="burlywood",shape="triangle"];1115[label="xx300/()",fontsize=10,color="white",style="solid",shape="box"];402 -> 1115[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1115 -> 439[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 403[label="xx300 == xx400",fontsize=16,color="black",shape="triangle"];403 -> 440[label="",style="solid", color="black", weight=3]; 16.48/6.23 404[label="xx300 == xx400",fontsize=16,color="black",shape="triangle"];404 -> 441[label="",style="solid", color="black", weight=3]; 16.48/6.23 405 -> 391[label="",style="dashed", color="red", weight=0]; 16.48/6.23 405[label="xx301 == xx401",fontsize=16,color="magenta"];405 -> 442[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 405 -> 443[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 406 -> 392[label="",style="dashed", color="red", weight=0]; 16.48/6.23 406[label="xx301 == xx401",fontsize=16,color="magenta"];406 -> 444[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 406 -> 445[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 407 -> 393[label="",style="dashed", color="red", weight=0]; 16.48/6.23 407[label="xx301 == xx401",fontsize=16,color="magenta"];407 -> 446[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 407 -> 447[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 408 -> 394[label="",style="dashed", color="red", weight=0]; 16.48/6.23 408[label="xx301 == xx401",fontsize=16,color="magenta"];408 -> 448[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 408 -> 449[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 409 -> 395[label="",style="dashed", color="red", weight=0]; 16.48/6.23 409[label="xx301 == xx401",fontsize=16,color="magenta"];409 -> 450[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 409 -> 451[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 410 -> 396[label="",style="dashed", color="red", weight=0]; 16.48/6.23 410[label="xx301 == xx401",fontsize=16,color="magenta"];410 -> 452[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 410 -> 453[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 411 -> 397[label="",style="dashed", color="red", weight=0]; 16.48/6.23 411[label="xx301 == xx401",fontsize=16,color="magenta"];411 -> 454[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 411 -> 455[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 412 -> 398[label="",style="dashed", color="red", weight=0]; 16.48/6.23 412[label="xx301 == xx401",fontsize=16,color="magenta"];412 -> 456[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 412 -> 457[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 413 -> 399[label="",style="dashed", color="red", weight=0]; 16.48/6.23 413[label="xx301 == xx401",fontsize=16,color="magenta"];413 -> 458[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 413 -> 459[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 414 -> 400[label="",style="dashed", color="red", weight=0]; 16.48/6.23 414[label="xx301 == xx401",fontsize=16,color="magenta"];414 -> 460[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 414 -> 461[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 415 -> 401[label="",style="dashed", color="red", weight=0]; 16.48/6.23 415[label="xx301 == xx401",fontsize=16,color="magenta"];415 -> 462[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 415 -> 463[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 416 -> 402[label="",style="dashed", color="red", weight=0]; 16.48/6.23 416[label="xx301 == xx401",fontsize=16,color="magenta"];416 -> 464[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 416 -> 465[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 417 -> 403[label="",style="dashed", color="red", weight=0]; 16.48/6.23 417[label="xx301 == xx401",fontsize=16,color="magenta"];417 -> 466[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 417 -> 467[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 418 -> 404[label="",style="dashed", color="red", weight=0]; 16.48/6.23 418[label="xx301 == xx401",fontsize=16,color="magenta"];418 -> 468[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 418 -> 469[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 419[label="False && xx42",fontsize=16,color="black",shape="box"];419 -> 470[label="",style="solid", color="black", weight=3]; 16.48/6.23 420[label="True && xx42",fontsize=16,color="black",shape="box"];420 -> 471[label="",style="solid", color="black", weight=3]; 16.48/6.23 159 -> 23[label="",style="dashed", color="red", weight=0]; 16.48/6.23 159[label="(++) List.intersectBy000 (xx25,xx26) (foldr (||) False (map ((==) (xx25,xx26)) xx28)) xx29",fontsize=16,color="magenta"];159 -> 183[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 159 -> 184[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 159 -> 185[label="",style="dashed", color="magenta", weight=3]; 16.48/6.23 160[label="(++) List.intersectBy000 (xx25,xx26) True xx29",fontsize=16,color="black",shape="box"];160 -> 186[label="",style="solid", color="black", weight=3]; 16.48/6.23 422[label="False == xx400",fontsize=16,color="burlywood",shape="box"];1116[label="xx400/False",fontsize=10,color="white",style="solid",shape="box"];422 -> 1116[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1116 -> 472[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1117[label="xx400/True",fontsize=10,color="white",style="solid",shape="box"];422 -> 1117[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1117 -> 473[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 423[label="True == xx400",fontsize=16,color="burlywood",shape="box"];1118[label="xx400/False",fontsize=10,color="white",style="solid",shape="box"];423 -> 1118[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1118 -> 474[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1119[label="xx400/True",fontsize=10,color="white",style="solid",shape="box"];423 -> 1119[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1119 -> 475[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 424[label="xx3000 : xx3001 == xx400",fontsize=16,color="burlywood",shape="box"];1120[label="xx400/xx4000 : xx4001",fontsize=10,color="white",style="solid",shape="box"];424 -> 1120[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1120 -> 476[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1121[label="xx400/[]",fontsize=10,color="white",style="solid",shape="box"];424 -> 1121[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1121 -> 477[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 425[label="[] == xx400",fontsize=16,color="burlywood",shape="box"];1122[label="xx400/xx4000 : xx4001",fontsize=10,color="white",style="solid",shape="box"];425 -> 1122[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1122 -> 478[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1123[label="xx400/[]",fontsize=10,color="white",style="solid",shape="box"];425 -> 1123[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1123 -> 479[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 426[label="primEqFloat xx300 xx400",fontsize=16,color="burlywood",shape="box"];1124[label="xx300/Float xx3000 xx3001",fontsize=10,color="white",style="solid",shape="box"];426 -> 1124[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1124 -> 480[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 427[label="Integer xx3000 == xx400",fontsize=16,color="burlywood",shape="box"];1125[label="xx400/Integer xx4000",fontsize=10,color="white",style="solid",shape="box"];427 -> 1125[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1125 -> 481[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 428[label="(xx3000,xx3001) == xx400",fontsize=16,color="burlywood",shape="box"];1126[label="xx400/(xx4000,xx4001)",fontsize=10,color="white",style="solid",shape="box"];428 -> 1126[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1126 -> 482[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 429[label="LT == xx400",fontsize=16,color="burlywood",shape="box"];1127[label="xx400/LT",fontsize=10,color="white",style="solid",shape="box"];429 -> 1127[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1127 -> 483[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1128[label="xx400/EQ",fontsize=10,color="white",style="solid",shape="box"];429 -> 1128[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1128 -> 484[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1129[label="xx400/GT",fontsize=10,color="white",style="solid",shape="box"];429 -> 1129[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1129 -> 485[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 430[label="EQ == xx400",fontsize=16,color="burlywood",shape="box"];1130[label="xx400/LT",fontsize=10,color="white",style="solid",shape="box"];430 -> 1130[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1130 -> 486[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1131[label="xx400/EQ",fontsize=10,color="white",style="solid",shape="box"];430 -> 1131[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1131 -> 487[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1132[label="xx400/GT",fontsize=10,color="white",style="solid",shape="box"];430 -> 1132[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1132 -> 488[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 431[label="GT == xx400",fontsize=16,color="burlywood",shape="box"];1133[label="xx400/LT",fontsize=10,color="white",style="solid",shape="box"];431 -> 1133[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1133 -> 489[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1134[label="xx400/EQ",fontsize=10,color="white",style="solid",shape="box"];431 -> 1134[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1134 -> 490[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1135[label="xx400/GT",fontsize=10,color="white",style="solid",shape="box"];431 -> 1135[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1135 -> 491[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 432[label="Nothing == xx400",fontsize=16,color="burlywood",shape="box"];1136[label="xx400/Nothing",fontsize=10,color="white",style="solid",shape="box"];432 -> 1136[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1136 -> 492[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1137[label="xx400/Just xx4000",fontsize=10,color="white",style="solid",shape="box"];432 -> 1137[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1137 -> 493[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 433[label="Just xx3000 == xx400",fontsize=16,color="burlywood",shape="box"];1138[label="xx400/Nothing",fontsize=10,color="white",style="solid",shape="box"];433 -> 1138[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1138 -> 494[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1139[label="xx400/Just xx4000",fontsize=10,color="white",style="solid",shape="box"];433 -> 1139[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1139 -> 495[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 434[label="Left xx3000 == xx400",fontsize=16,color="burlywood",shape="box"];1140[label="xx400/Left xx4000",fontsize=10,color="white",style="solid",shape="box"];434 -> 1140[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1140 -> 496[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1141[label="xx400/Right xx4000",fontsize=10,color="white",style="solid",shape="box"];434 -> 1141[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1141 -> 497[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 435[label="Right xx3000 == xx400",fontsize=16,color="burlywood",shape="box"];1142[label="xx400/Left xx4000",fontsize=10,color="white",style="solid",shape="box"];435 -> 1142[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1142 -> 498[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 1143[label="xx400/Right xx4000",fontsize=10,color="white",style="solid",shape="box"];435 -> 1143[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1143 -> 499[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 436[label="primEqChar xx300 xx400",fontsize=16,color="burlywood",shape="box"];1144[label="xx300/Char xx3000",fontsize=10,color="white",style="solid",shape="box"];436 -> 1144[label="",style="solid", color="burlywood", weight=9]; 16.48/6.23 1144 -> 500[label="",style="solid", color="burlywood", weight=3]; 16.48/6.23 437[label="xx3000 :% xx3001 == xx400",fontsize=16,color="burlywood",shape="box"];1145[label="xx400/xx4000 :% xx4001",fontsize=10,color="white",style="solid",shape="box"];437 -> 1145[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1145 -> 501[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 438[label="(xx3000,xx3001,xx3002) == xx400",fontsize=16,color="burlywood",shape="box"];1146[label="xx400/(xx4000,xx4001,xx4002)",fontsize=10,color="white",style="solid",shape="box"];438 -> 1146[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1146 -> 502[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 439[label="() == xx400",fontsize=16,color="burlywood",shape="box"];1147[label="xx400/()",fontsize=10,color="white",style="solid",shape="box"];439 -> 1147[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1147 -> 503[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 440[label="primEqDouble xx300 xx400",fontsize=16,color="burlywood",shape="box"];1148[label="xx300/Double xx3000 xx3001",fontsize=10,color="white",style="solid",shape="box"];440 -> 1148[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1148 -> 504[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 441[label="primEqInt xx300 xx400",fontsize=16,color="burlywood",shape="triangle"];1149[label="xx300/Pos xx3000",fontsize=10,color="white",style="solid",shape="box"];441 -> 1149[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1149 -> 505[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1150[label="xx300/Neg xx3000",fontsize=10,color="white",style="solid",shape="box"];441 -> 1150[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1150 -> 506[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 442[label="xx301",fontsize=16,color="green",shape="box"];443[label="xx401",fontsize=16,color="green",shape="box"];444[label="xx301",fontsize=16,color="green",shape="box"];445[label="xx401",fontsize=16,color="green",shape="box"];446[label="xx301",fontsize=16,color="green",shape="box"];447[label="xx401",fontsize=16,color="green",shape="box"];448[label="xx301",fontsize=16,color="green",shape="box"];449[label="xx401",fontsize=16,color="green",shape="box"];450[label="xx301",fontsize=16,color="green",shape="box"];451[label="xx401",fontsize=16,color="green",shape="box"];452[label="xx301",fontsize=16,color="green",shape="box"];453[label="xx401",fontsize=16,color="green",shape="box"];454[label="xx301",fontsize=16,color="green",shape="box"];455[label="xx401",fontsize=16,color="green",shape="box"];456[label="xx301",fontsize=16,color="green",shape="box"];457[label="xx401",fontsize=16,color="green",shape="box"];458[label="xx301",fontsize=16,color="green",shape="box"];459[label="xx401",fontsize=16,color="green",shape="box"];460[label="xx301",fontsize=16,color="green",shape="box"];461[label="xx401",fontsize=16,color="green",shape="box"];462[label="xx301",fontsize=16,color="green",shape="box"];463[label="xx401",fontsize=16,color="green",shape="box"];464[label="xx301",fontsize=16,color="green",shape="box"];465[label="xx401",fontsize=16,color="green",shape="box"];466[label="xx301",fontsize=16,color="green",shape="box"];467[label="xx401",fontsize=16,color="green",shape="box"];468[label="xx301",fontsize=16,color="green",shape="box"];469[label="xx401",fontsize=16,color="green",shape="box"];470[label="False",fontsize=16,color="green",shape="box"];471[label="xx42",fontsize=16,color="green",shape="box"];183[label="xx29",fontsize=16,color="green",shape="box"];184[label="xx28",fontsize=16,color="green",shape="box"];185[label="(xx25,xx26)",fontsize=16,color="green",shape="box"];186[label="(++) ((xx25,xx26) : []) xx29",fontsize=16,color="black",shape="box"];186 -> 236[label="",style="solid", color="black", weight=3]; 16.48/6.24 472[label="False == False",fontsize=16,color="black",shape="box"];472 -> 507[label="",style="solid", color="black", weight=3]; 16.48/6.24 473[label="False == True",fontsize=16,color="black",shape="box"];473 -> 508[label="",style="solid", color="black", weight=3]; 16.48/6.24 474[label="True == False",fontsize=16,color="black",shape="box"];474 -> 509[label="",style="solid", color="black", weight=3]; 16.48/6.24 475[label="True == True",fontsize=16,color="black",shape="box"];475 -> 510[label="",style="solid", color="black", weight=3]; 16.48/6.24 476[label="xx3000 : xx3001 == xx4000 : xx4001",fontsize=16,color="black",shape="box"];476 -> 511[label="",style="solid", color="black", weight=3]; 16.48/6.24 477[label="xx3000 : xx3001 == []",fontsize=16,color="black",shape="box"];477 -> 512[label="",style="solid", color="black", weight=3]; 16.48/6.24 478[label="[] == xx4000 : xx4001",fontsize=16,color="black",shape="box"];478 -> 513[label="",style="solid", color="black", weight=3]; 16.48/6.24 479[label="[] == []",fontsize=16,color="black",shape="box"];479 -> 514[label="",style="solid", color="black", weight=3]; 16.48/6.24 480[label="primEqFloat (Float xx3000 xx3001) xx400",fontsize=16,color="burlywood",shape="box"];1151[label="xx400/Float xx4000 xx4001",fontsize=10,color="white",style="solid",shape="box"];480 -> 1151[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1151 -> 515[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 481[label="Integer xx3000 == Integer xx4000",fontsize=16,color="black",shape="box"];481 -> 516[label="",style="solid", color="black", weight=3]; 16.48/6.24 482[label="(xx3000,xx3001) == (xx4000,xx4001)",fontsize=16,color="black",shape="box"];482 -> 517[label="",style="solid", color="black", weight=3]; 16.48/6.24 483[label="LT == LT",fontsize=16,color="black",shape="box"];483 -> 518[label="",style="solid", color="black", weight=3]; 16.48/6.24 484[label="LT == EQ",fontsize=16,color="black",shape="box"];484 -> 519[label="",style="solid", color="black", weight=3]; 16.48/6.24 485[label="LT == GT",fontsize=16,color="black",shape="box"];485 -> 520[label="",style="solid", color="black", weight=3]; 16.48/6.24 486[label="EQ == LT",fontsize=16,color="black",shape="box"];486 -> 521[label="",style="solid", color="black", weight=3]; 16.48/6.24 487[label="EQ == EQ",fontsize=16,color="black",shape="box"];487 -> 522[label="",style="solid", color="black", weight=3]; 16.48/6.24 488[label="EQ == GT",fontsize=16,color="black",shape="box"];488 -> 523[label="",style="solid", color="black", weight=3]; 16.48/6.24 489[label="GT == LT",fontsize=16,color="black",shape="box"];489 -> 524[label="",style="solid", color="black", weight=3]; 16.48/6.24 490[label="GT == EQ",fontsize=16,color="black",shape="box"];490 -> 525[label="",style="solid", color="black", weight=3]; 16.48/6.24 491[label="GT == GT",fontsize=16,color="black",shape="box"];491 -> 526[label="",style="solid", color="black", weight=3]; 16.48/6.24 492[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];492 -> 527[label="",style="solid", color="black", weight=3]; 16.48/6.24 493[label="Nothing == Just xx4000",fontsize=16,color="black",shape="box"];493 -> 528[label="",style="solid", color="black", weight=3]; 16.48/6.24 494[label="Just xx3000 == Nothing",fontsize=16,color="black",shape="box"];494 -> 529[label="",style="solid", color="black", weight=3]; 16.48/6.24 495[label="Just xx3000 == Just xx4000",fontsize=16,color="black",shape="box"];495 -> 530[label="",style="solid", color="black", weight=3]; 16.48/6.24 496[label="Left xx3000 == Left xx4000",fontsize=16,color="black",shape="box"];496 -> 531[label="",style="solid", color="black", weight=3]; 16.48/6.24 497[label="Left xx3000 == Right xx4000",fontsize=16,color="black",shape="box"];497 -> 532[label="",style="solid", color="black", weight=3]; 16.48/6.24 498[label="Right xx3000 == Left xx4000",fontsize=16,color="black",shape="box"];498 -> 533[label="",style="solid", color="black", weight=3]; 16.48/6.24 499[label="Right xx3000 == Right xx4000",fontsize=16,color="black",shape="box"];499 -> 534[label="",style="solid", color="black", weight=3]; 16.48/6.24 500[label="primEqChar (Char xx3000) xx400",fontsize=16,color="burlywood",shape="box"];1152[label="xx400/Char xx4000",fontsize=10,color="white",style="solid",shape="box"];500 -> 1152[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1152 -> 535[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 501[label="xx3000 :% xx3001 == xx4000 :% xx4001",fontsize=16,color="black",shape="box"];501 -> 536[label="",style="solid", color="black", weight=3]; 16.48/6.24 502[label="(xx3000,xx3001,xx3002) == (xx4000,xx4001,xx4002)",fontsize=16,color="black",shape="box"];502 -> 537[label="",style="solid", color="black", weight=3]; 16.48/6.24 503[label="() == ()",fontsize=16,color="black",shape="box"];503 -> 538[label="",style="solid", color="black", weight=3]; 16.48/6.24 504[label="primEqDouble (Double xx3000 xx3001) xx400",fontsize=16,color="burlywood",shape="box"];1153[label="xx400/Double xx4000 xx4001",fontsize=10,color="white",style="solid",shape="box"];504 -> 1153[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1153 -> 539[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 505[label="primEqInt (Pos xx3000) xx400",fontsize=16,color="burlywood",shape="box"];1154[label="xx3000/Succ xx30000",fontsize=10,color="white",style="solid",shape="box"];505 -> 1154[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1154 -> 540[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1155[label="xx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];505 -> 1155[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1155 -> 541[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 506[label="primEqInt (Neg xx3000) xx400",fontsize=16,color="burlywood",shape="box"];1156[label="xx3000/Succ xx30000",fontsize=10,color="white",style="solid",shape="box"];506 -> 1156[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1156 -> 542[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1157[label="xx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];506 -> 1157[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1157 -> 543[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 236[label="(xx25,xx26) : [] ++ xx29",fontsize=16,color="green",shape="box"];236 -> 302[label="",style="dashed", color="green", weight=3]; 16.48/6.24 507[label="True",fontsize=16,color="green",shape="box"];508[label="False",fontsize=16,color="green",shape="box"];509[label="False",fontsize=16,color="green",shape="box"];510[label="True",fontsize=16,color="green",shape="box"];511 -> 386[label="",style="dashed", color="red", weight=0]; 16.48/6.24 511[label="xx3000 == xx4000 && xx3001 == xx4001",fontsize=16,color="magenta"];511 -> 544[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 511 -> 545[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 512[label="False",fontsize=16,color="green",shape="box"];513[label="False",fontsize=16,color="green",shape="box"];514[label="True",fontsize=16,color="green",shape="box"];515[label="primEqFloat (Float xx3000 xx3001) (Float xx4000 xx4001)",fontsize=16,color="black",shape="box"];515 -> 546[label="",style="solid", color="black", weight=3]; 16.48/6.24 516 -> 441[label="",style="dashed", color="red", weight=0]; 16.48/6.24 516[label="primEqInt xx3000 xx4000",fontsize=16,color="magenta"];516 -> 547[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 516 -> 548[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 517 -> 386[label="",style="dashed", color="red", weight=0]; 16.48/6.24 517[label="xx3000 == xx4000 && xx3001 == xx4001",fontsize=16,color="magenta"];517 -> 549[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 517 -> 550[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 518[label="True",fontsize=16,color="green",shape="box"];519[label="False",fontsize=16,color="green",shape="box"];520[label="False",fontsize=16,color="green",shape="box"];521[label="False",fontsize=16,color="green",shape="box"];522[label="True",fontsize=16,color="green",shape="box"];523[label="False",fontsize=16,color="green",shape="box"];524[label="False",fontsize=16,color="green",shape="box"];525[label="False",fontsize=16,color="green",shape="box"];526[label="True",fontsize=16,color="green",shape="box"];527[label="True",fontsize=16,color="green",shape="box"];528[label="False",fontsize=16,color="green",shape="box"];529[label="False",fontsize=16,color="green",shape="box"];530[label="xx3000 == xx4000",fontsize=16,color="blue",shape="box"];1158[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];530 -> 1158[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1158 -> 551[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1159[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];530 -> 1159[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1159 -> 552[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1160[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];530 -> 1160[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1160 -> 553[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1161[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];530 -> 1161[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1161 -> 554[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1162[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];530 -> 1162[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1162 -> 555[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1163[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];530 -> 1163[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1163 -> 556[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1164[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];530 -> 1164[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1164 -> 557[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1165[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];530 -> 1165[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1165 -> 558[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1166[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];530 -> 1166[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1166 -> 559[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1167[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];530 -> 1167[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1167 -> 560[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1168[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];530 -> 1168[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1168 -> 561[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1169[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];530 -> 1169[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1169 -> 562[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1170[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];530 -> 1170[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1170 -> 563[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1171[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];530 -> 1171[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1171 -> 564[label="",style="solid", color="blue", weight=3]; 16.48/6.24 531[label="xx3000 == xx4000",fontsize=16,color="blue",shape="box"];1172[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];531 -> 1172[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1172 -> 565[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1173[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];531 -> 1173[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1173 -> 566[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1174[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];531 -> 1174[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1174 -> 567[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1175[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];531 -> 1175[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1175 -> 568[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1176[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];531 -> 1176[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1176 -> 569[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1177[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];531 -> 1177[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1177 -> 570[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1178[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];531 -> 1178[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1178 -> 571[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1179[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];531 -> 1179[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1179 -> 572[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1180[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];531 -> 1180[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1180 -> 573[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1181[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];531 -> 1181[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1181 -> 574[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1182[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];531 -> 1182[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1182 -> 575[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1183[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];531 -> 1183[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1183 -> 576[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1184[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];531 -> 1184[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1184 -> 577[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1185[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];531 -> 1185[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1185 -> 578[label="",style="solid", color="blue", weight=3]; 16.48/6.24 532[label="False",fontsize=16,color="green",shape="box"];533[label="False",fontsize=16,color="green",shape="box"];534[label="xx3000 == xx4000",fontsize=16,color="blue",shape="box"];1186[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];534 -> 1186[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1186 -> 579[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1187[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];534 -> 1187[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1187 -> 580[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1188[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];534 -> 1188[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1188 -> 581[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1189[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];534 -> 1189[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1189 -> 582[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1190[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];534 -> 1190[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1190 -> 583[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1191[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];534 -> 1191[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1191 -> 584[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1192[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];534 -> 1192[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1192 -> 585[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1193[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];534 -> 1193[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1193 -> 586[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1194[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];534 -> 1194[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1194 -> 587[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1195[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];534 -> 1195[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1195 -> 588[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1196[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];534 -> 1196[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1196 -> 589[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1197[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];534 -> 1197[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1197 -> 590[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1198[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];534 -> 1198[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1198 -> 591[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1199[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];534 -> 1199[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1199 -> 592[label="",style="solid", color="blue", weight=3]; 16.48/6.24 535[label="primEqChar (Char xx3000) (Char xx4000)",fontsize=16,color="black",shape="box"];535 -> 593[label="",style="solid", color="black", weight=3]; 16.48/6.24 536 -> 386[label="",style="dashed", color="red", weight=0]; 16.48/6.24 536[label="xx3000 == xx4000 && xx3001 == xx4001",fontsize=16,color="magenta"];536 -> 594[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 536 -> 595[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 537 -> 386[label="",style="dashed", color="red", weight=0]; 16.48/6.24 537[label="xx3000 == xx4000 && xx3001 == xx4001 && xx3002 == xx4002",fontsize=16,color="magenta"];537 -> 596[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 537 -> 597[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 538[label="True",fontsize=16,color="green",shape="box"];539[label="primEqDouble (Double xx3000 xx3001) (Double xx4000 xx4001)",fontsize=16,color="black",shape="box"];539 -> 598[label="",style="solid", color="black", weight=3]; 16.48/6.24 540[label="primEqInt (Pos (Succ xx30000)) xx400",fontsize=16,color="burlywood",shape="box"];1200[label="xx400/Pos xx4000",fontsize=10,color="white",style="solid",shape="box"];540 -> 1200[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1200 -> 599[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1201[label="xx400/Neg xx4000",fontsize=10,color="white",style="solid",shape="box"];540 -> 1201[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1201 -> 600[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 541[label="primEqInt (Pos Zero) xx400",fontsize=16,color="burlywood",shape="box"];1202[label="xx400/Pos xx4000",fontsize=10,color="white",style="solid",shape="box"];541 -> 1202[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1202 -> 601[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1203[label="xx400/Neg xx4000",fontsize=10,color="white",style="solid",shape="box"];541 -> 1203[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1203 -> 602[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 542[label="primEqInt (Neg (Succ xx30000)) xx400",fontsize=16,color="burlywood",shape="box"];1204[label="xx400/Pos xx4000",fontsize=10,color="white",style="solid",shape="box"];542 -> 1204[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1204 -> 603[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1205[label="xx400/Neg xx4000",fontsize=10,color="white",style="solid",shape="box"];542 -> 1205[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1205 -> 604[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 543[label="primEqInt (Neg Zero) xx400",fontsize=16,color="burlywood",shape="box"];1206[label="xx400/Pos xx4000",fontsize=10,color="white",style="solid",shape="box"];543 -> 1206[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1206 -> 605[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1207[label="xx400/Neg xx4000",fontsize=10,color="white",style="solid",shape="box"];543 -> 1207[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1207 -> 606[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 302 -> 31[label="",style="dashed", color="red", weight=0]; 16.48/6.24 302[label="[] ++ xx29",fontsize=16,color="magenta"];302 -> 421[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 544[label="xx3000 == xx4000",fontsize=16,color="blue",shape="box"];1208[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];544 -> 1208[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1208 -> 607[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1209[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];544 -> 1209[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1209 -> 608[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1210[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];544 -> 1210[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1210 -> 609[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1211[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];544 -> 1211[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1211 -> 610[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1212[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];544 -> 1212[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1212 -> 611[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1213[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];544 -> 1213[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1213 -> 612[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1214[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];544 -> 1214[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1214 -> 613[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1215[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];544 -> 1215[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1215 -> 614[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1216[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];544 -> 1216[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1216 -> 615[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1217[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];544 -> 1217[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1217 -> 616[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1218[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];544 -> 1218[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1218 -> 617[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1219[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];544 -> 1219[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1219 -> 618[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1220[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];544 -> 1220[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1220 -> 619[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1221[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];544 -> 1221[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1221 -> 620[label="",style="solid", color="blue", weight=3]; 16.48/6.24 545 -> 392[label="",style="dashed", color="red", weight=0]; 16.48/6.24 545[label="xx3001 == xx4001",fontsize=16,color="magenta"];545 -> 621[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 545 -> 622[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 546 -> 404[label="",style="dashed", color="red", weight=0]; 16.48/6.24 546[label="xx3000 * xx4001 == xx3001 * xx4000",fontsize=16,color="magenta"];546 -> 623[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 546 -> 624[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 547[label="xx3000",fontsize=16,color="green",shape="box"];548[label="xx4000",fontsize=16,color="green",shape="box"];549[label="xx3000 == xx4000",fontsize=16,color="blue",shape="box"];1222[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];549 -> 1222[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1222 -> 625[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1223[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];549 -> 1223[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1223 -> 626[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1224[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];549 -> 1224[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1224 -> 627[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1225[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];549 -> 1225[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1225 -> 628[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1226[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];549 -> 1226[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1226 -> 629[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1227[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];549 -> 1227[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1227 -> 630[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1228[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];549 -> 1228[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1228 -> 631[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1229[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];549 -> 1229[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1229 -> 632[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1230[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];549 -> 1230[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1230 -> 633[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1231[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];549 -> 1231[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1231 -> 634[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1232[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];549 -> 1232[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1232 -> 635[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1233[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];549 -> 1233[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1233 -> 636[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1234[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];549 -> 1234[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1234 -> 637[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1235[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];549 -> 1235[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1235 -> 638[label="",style="solid", color="blue", weight=3]; 16.48/6.24 550[label="xx3001 == xx4001",fontsize=16,color="blue",shape="box"];1236[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];550 -> 1236[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1236 -> 639[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1237[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];550 -> 1237[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1237 -> 640[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1238[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];550 -> 1238[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1238 -> 641[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1239[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];550 -> 1239[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1239 -> 642[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1240[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];550 -> 1240[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1240 -> 643[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1241[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];550 -> 1241[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1241 -> 644[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1242[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];550 -> 1242[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1242 -> 645[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1243[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];550 -> 1243[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1243 -> 646[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1244[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];550 -> 1244[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1244 -> 647[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1245[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];550 -> 1245[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1245 -> 648[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1246[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];550 -> 1246[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1246 -> 649[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1247[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];550 -> 1247[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1247 -> 650[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1248[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];550 -> 1248[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1248 -> 651[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1249[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];550 -> 1249[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1249 -> 652[label="",style="solid", color="blue", weight=3]; 16.48/6.24 551 -> 391[label="",style="dashed", color="red", weight=0]; 16.48/6.24 551[label="xx3000 == xx4000",fontsize=16,color="magenta"];551 -> 653[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 551 -> 654[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 552 -> 392[label="",style="dashed", color="red", weight=0]; 16.48/6.24 552[label="xx3000 == xx4000",fontsize=16,color="magenta"];552 -> 655[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 552 -> 656[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 553 -> 393[label="",style="dashed", color="red", weight=0]; 16.48/6.24 553[label="xx3000 == xx4000",fontsize=16,color="magenta"];553 -> 657[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 553 -> 658[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 554 -> 394[label="",style="dashed", color="red", weight=0]; 16.48/6.24 554[label="xx3000 == xx4000",fontsize=16,color="magenta"];554 -> 659[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 554 -> 660[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 555 -> 395[label="",style="dashed", color="red", weight=0]; 16.48/6.24 555[label="xx3000 == xx4000",fontsize=16,color="magenta"];555 -> 661[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 555 -> 662[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 556 -> 396[label="",style="dashed", color="red", weight=0]; 16.48/6.24 556[label="xx3000 == xx4000",fontsize=16,color="magenta"];556 -> 663[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 556 -> 664[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 557 -> 397[label="",style="dashed", color="red", weight=0]; 16.48/6.24 557[label="xx3000 == xx4000",fontsize=16,color="magenta"];557 -> 665[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 557 -> 666[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 558 -> 398[label="",style="dashed", color="red", weight=0]; 16.48/6.24 558[label="xx3000 == xx4000",fontsize=16,color="magenta"];558 -> 667[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 558 -> 668[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 559 -> 399[label="",style="dashed", color="red", weight=0]; 16.48/6.24 559[label="xx3000 == xx4000",fontsize=16,color="magenta"];559 -> 669[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 559 -> 670[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 560 -> 400[label="",style="dashed", color="red", weight=0]; 16.48/6.24 560[label="xx3000 == xx4000",fontsize=16,color="magenta"];560 -> 671[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 560 -> 672[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 561 -> 401[label="",style="dashed", color="red", weight=0]; 16.48/6.24 561[label="xx3000 == xx4000",fontsize=16,color="magenta"];561 -> 673[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 561 -> 674[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 562 -> 402[label="",style="dashed", color="red", weight=0]; 16.48/6.24 562[label="xx3000 == xx4000",fontsize=16,color="magenta"];562 -> 675[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 562 -> 676[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 563 -> 403[label="",style="dashed", color="red", weight=0]; 16.48/6.24 563[label="xx3000 == xx4000",fontsize=16,color="magenta"];563 -> 677[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 563 -> 678[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 564 -> 404[label="",style="dashed", color="red", weight=0]; 16.48/6.24 564[label="xx3000 == xx4000",fontsize=16,color="magenta"];564 -> 679[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 564 -> 680[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 565 -> 391[label="",style="dashed", color="red", weight=0]; 16.48/6.24 565[label="xx3000 == xx4000",fontsize=16,color="magenta"];565 -> 681[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 565 -> 682[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 566 -> 392[label="",style="dashed", color="red", weight=0]; 16.48/6.24 566[label="xx3000 == xx4000",fontsize=16,color="magenta"];566 -> 683[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 566 -> 684[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 567 -> 393[label="",style="dashed", color="red", weight=0]; 16.48/6.24 567[label="xx3000 == xx4000",fontsize=16,color="magenta"];567 -> 685[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 567 -> 686[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 568 -> 394[label="",style="dashed", color="red", weight=0]; 16.48/6.24 568[label="xx3000 == xx4000",fontsize=16,color="magenta"];568 -> 687[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 568 -> 688[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 569 -> 395[label="",style="dashed", color="red", weight=0]; 16.48/6.24 569[label="xx3000 == xx4000",fontsize=16,color="magenta"];569 -> 689[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 569 -> 690[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 570 -> 396[label="",style="dashed", color="red", weight=0]; 16.48/6.24 570[label="xx3000 == xx4000",fontsize=16,color="magenta"];570 -> 691[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 570 -> 692[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 571 -> 397[label="",style="dashed", color="red", weight=0]; 16.48/6.24 571[label="xx3000 == xx4000",fontsize=16,color="magenta"];571 -> 693[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 571 -> 694[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 572 -> 398[label="",style="dashed", color="red", weight=0]; 16.48/6.24 572[label="xx3000 == xx4000",fontsize=16,color="magenta"];572 -> 695[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 572 -> 696[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 573 -> 399[label="",style="dashed", color="red", weight=0]; 16.48/6.24 573[label="xx3000 == xx4000",fontsize=16,color="magenta"];573 -> 697[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 573 -> 698[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 574 -> 400[label="",style="dashed", color="red", weight=0]; 16.48/6.24 574[label="xx3000 == xx4000",fontsize=16,color="magenta"];574 -> 699[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 574 -> 700[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 575 -> 401[label="",style="dashed", color="red", weight=0]; 16.48/6.24 575[label="xx3000 == xx4000",fontsize=16,color="magenta"];575 -> 701[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 575 -> 702[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 576 -> 402[label="",style="dashed", color="red", weight=0]; 16.48/6.24 576[label="xx3000 == xx4000",fontsize=16,color="magenta"];576 -> 703[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 576 -> 704[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 577 -> 403[label="",style="dashed", color="red", weight=0]; 16.48/6.24 577[label="xx3000 == xx4000",fontsize=16,color="magenta"];577 -> 705[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 577 -> 706[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 578 -> 404[label="",style="dashed", color="red", weight=0]; 16.48/6.24 578[label="xx3000 == xx4000",fontsize=16,color="magenta"];578 -> 707[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 578 -> 708[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 579 -> 391[label="",style="dashed", color="red", weight=0]; 16.48/6.24 579[label="xx3000 == xx4000",fontsize=16,color="magenta"];579 -> 709[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 579 -> 710[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 580 -> 392[label="",style="dashed", color="red", weight=0]; 16.48/6.24 580[label="xx3000 == xx4000",fontsize=16,color="magenta"];580 -> 711[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 580 -> 712[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 581 -> 393[label="",style="dashed", color="red", weight=0]; 16.48/6.24 581[label="xx3000 == xx4000",fontsize=16,color="magenta"];581 -> 713[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 581 -> 714[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 582 -> 394[label="",style="dashed", color="red", weight=0]; 16.48/6.24 582[label="xx3000 == xx4000",fontsize=16,color="magenta"];582 -> 715[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 582 -> 716[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 583 -> 395[label="",style="dashed", color="red", weight=0]; 16.48/6.24 583[label="xx3000 == xx4000",fontsize=16,color="magenta"];583 -> 717[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 583 -> 718[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 584 -> 396[label="",style="dashed", color="red", weight=0]; 16.48/6.24 584[label="xx3000 == xx4000",fontsize=16,color="magenta"];584 -> 719[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 584 -> 720[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 585 -> 397[label="",style="dashed", color="red", weight=0]; 16.48/6.24 585[label="xx3000 == xx4000",fontsize=16,color="magenta"];585 -> 721[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 585 -> 722[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 586 -> 398[label="",style="dashed", color="red", weight=0]; 16.48/6.24 586[label="xx3000 == xx4000",fontsize=16,color="magenta"];586 -> 723[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 586 -> 724[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 587 -> 399[label="",style="dashed", color="red", weight=0]; 16.48/6.24 587[label="xx3000 == xx4000",fontsize=16,color="magenta"];587 -> 725[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 587 -> 726[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 588 -> 400[label="",style="dashed", color="red", weight=0]; 16.48/6.24 588[label="xx3000 == xx4000",fontsize=16,color="magenta"];588 -> 727[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 588 -> 728[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 589 -> 401[label="",style="dashed", color="red", weight=0]; 16.48/6.24 589[label="xx3000 == xx4000",fontsize=16,color="magenta"];589 -> 729[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 589 -> 730[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 590 -> 402[label="",style="dashed", color="red", weight=0]; 16.48/6.24 590[label="xx3000 == xx4000",fontsize=16,color="magenta"];590 -> 731[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 590 -> 732[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 591 -> 403[label="",style="dashed", color="red", weight=0]; 16.48/6.24 591[label="xx3000 == xx4000",fontsize=16,color="magenta"];591 -> 733[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 591 -> 734[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 592 -> 404[label="",style="dashed", color="red", weight=0]; 16.48/6.24 592[label="xx3000 == xx4000",fontsize=16,color="magenta"];592 -> 735[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 592 -> 736[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 593[label="primEqNat xx3000 xx4000",fontsize=16,color="burlywood",shape="triangle"];1250[label="xx3000/Succ xx30000",fontsize=10,color="white",style="solid",shape="box"];593 -> 1250[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1250 -> 737[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1251[label="xx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];593 -> 1251[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1251 -> 738[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 594[label="xx3000 == xx4000",fontsize=16,color="blue",shape="box"];1252[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];594 -> 1252[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1252 -> 739[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1253[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];594 -> 1253[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1253 -> 740[label="",style="solid", color="blue", weight=3]; 16.48/6.24 595[label="xx3001 == xx4001",fontsize=16,color="blue",shape="box"];1254[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];595 -> 1254[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1254 -> 741[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1255[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];595 -> 1255[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1255 -> 742[label="",style="solid", color="blue", weight=3]; 16.48/6.24 596[label="xx3000 == xx4000",fontsize=16,color="blue",shape="box"];1256[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];596 -> 1256[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1256 -> 743[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1257[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];596 -> 1257[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1257 -> 744[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1258[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];596 -> 1258[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1258 -> 745[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1259[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];596 -> 1259[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1259 -> 746[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1260[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];596 -> 1260[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1260 -> 747[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1261[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];596 -> 1261[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1261 -> 748[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1262[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];596 -> 1262[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1262 -> 749[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1263[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];596 -> 1263[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1263 -> 750[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1264[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];596 -> 1264[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1264 -> 751[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1265[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];596 -> 1265[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1265 -> 752[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1266[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];596 -> 1266[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1266 -> 753[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1267[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];596 -> 1267[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1267 -> 754[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1268[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];596 -> 1268[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1268 -> 755[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1269[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];596 -> 1269[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1269 -> 756[label="",style="solid", color="blue", weight=3]; 16.48/6.24 597 -> 386[label="",style="dashed", color="red", weight=0]; 16.48/6.24 597[label="xx3001 == xx4001 && xx3002 == xx4002",fontsize=16,color="magenta"];597 -> 757[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 597 -> 758[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 598 -> 404[label="",style="dashed", color="red", weight=0]; 16.48/6.24 598[label="xx3000 * xx4001 == xx3001 * xx4000",fontsize=16,color="magenta"];598 -> 759[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 598 -> 760[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 599[label="primEqInt (Pos (Succ xx30000)) (Pos xx4000)",fontsize=16,color="burlywood",shape="box"];1270[label="xx4000/Succ xx40000",fontsize=10,color="white",style="solid",shape="box"];599 -> 1270[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1270 -> 761[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1271[label="xx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];599 -> 1271[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1271 -> 762[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 600[label="primEqInt (Pos (Succ xx30000)) (Neg xx4000)",fontsize=16,color="black",shape="box"];600 -> 763[label="",style="solid", color="black", weight=3]; 16.48/6.24 601[label="primEqInt (Pos Zero) (Pos xx4000)",fontsize=16,color="burlywood",shape="box"];1272[label="xx4000/Succ xx40000",fontsize=10,color="white",style="solid",shape="box"];601 -> 1272[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1272 -> 764[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1273[label="xx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];601 -> 1273[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1273 -> 765[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 602[label="primEqInt (Pos Zero) (Neg xx4000)",fontsize=16,color="burlywood",shape="box"];1274[label="xx4000/Succ xx40000",fontsize=10,color="white",style="solid",shape="box"];602 -> 1274[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1274 -> 766[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1275[label="xx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];602 -> 1275[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1275 -> 767[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 603[label="primEqInt (Neg (Succ xx30000)) (Pos xx4000)",fontsize=16,color="black",shape="box"];603 -> 768[label="",style="solid", color="black", weight=3]; 16.48/6.24 604[label="primEqInt (Neg (Succ xx30000)) (Neg xx4000)",fontsize=16,color="burlywood",shape="box"];1276[label="xx4000/Succ xx40000",fontsize=10,color="white",style="solid",shape="box"];604 -> 1276[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1276 -> 769[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1277[label="xx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];604 -> 1277[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1277 -> 770[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 605[label="primEqInt (Neg Zero) (Pos xx4000)",fontsize=16,color="burlywood",shape="box"];1278[label="xx4000/Succ xx40000",fontsize=10,color="white",style="solid",shape="box"];605 -> 1278[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1278 -> 771[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1279[label="xx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];605 -> 1279[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1279 -> 772[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 606[label="primEqInt (Neg Zero) (Neg xx4000)",fontsize=16,color="burlywood",shape="box"];1280[label="xx4000/Succ xx40000",fontsize=10,color="white",style="solid",shape="box"];606 -> 1280[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1280 -> 773[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1281[label="xx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];606 -> 1281[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1281 -> 774[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 421[label="xx29",fontsize=16,color="green",shape="box"];607 -> 391[label="",style="dashed", color="red", weight=0]; 16.48/6.24 607[label="xx3000 == xx4000",fontsize=16,color="magenta"];607 -> 775[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 607 -> 776[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 608 -> 392[label="",style="dashed", color="red", weight=0]; 16.48/6.24 608[label="xx3000 == xx4000",fontsize=16,color="magenta"];608 -> 777[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 608 -> 778[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 609 -> 393[label="",style="dashed", color="red", weight=0]; 16.48/6.24 609[label="xx3000 == xx4000",fontsize=16,color="magenta"];609 -> 779[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 609 -> 780[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 610 -> 394[label="",style="dashed", color="red", weight=0]; 16.48/6.24 610[label="xx3000 == xx4000",fontsize=16,color="magenta"];610 -> 781[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 610 -> 782[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 611 -> 395[label="",style="dashed", color="red", weight=0]; 16.48/6.24 611[label="xx3000 == xx4000",fontsize=16,color="magenta"];611 -> 783[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 611 -> 784[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 612 -> 396[label="",style="dashed", color="red", weight=0]; 16.48/6.24 612[label="xx3000 == xx4000",fontsize=16,color="magenta"];612 -> 785[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 612 -> 786[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 613 -> 397[label="",style="dashed", color="red", weight=0]; 16.48/6.24 613[label="xx3000 == xx4000",fontsize=16,color="magenta"];613 -> 787[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 613 -> 788[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 614 -> 398[label="",style="dashed", color="red", weight=0]; 16.48/6.24 614[label="xx3000 == xx4000",fontsize=16,color="magenta"];614 -> 789[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 614 -> 790[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 615 -> 399[label="",style="dashed", color="red", weight=0]; 16.48/6.24 615[label="xx3000 == xx4000",fontsize=16,color="magenta"];615 -> 791[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 615 -> 792[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 616 -> 400[label="",style="dashed", color="red", weight=0]; 16.48/6.24 616[label="xx3000 == xx4000",fontsize=16,color="magenta"];616 -> 793[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 616 -> 794[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 617 -> 401[label="",style="dashed", color="red", weight=0]; 16.48/6.24 617[label="xx3000 == xx4000",fontsize=16,color="magenta"];617 -> 795[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 617 -> 796[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 618 -> 402[label="",style="dashed", color="red", weight=0]; 16.48/6.24 618[label="xx3000 == xx4000",fontsize=16,color="magenta"];618 -> 797[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 618 -> 798[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 619 -> 403[label="",style="dashed", color="red", weight=0]; 16.48/6.24 619[label="xx3000 == xx4000",fontsize=16,color="magenta"];619 -> 799[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 619 -> 800[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 620 -> 404[label="",style="dashed", color="red", weight=0]; 16.48/6.24 620[label="xx3000 == xx4000",fontsize=16,color="magenta"];620 -> 801[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 620 -> 802[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 621[label="xx3001",fontsize=16,color="green",shape="box"];622[label="xx4001",fontsize=16,color="green",shape="box"];623[label="xx3000 * xx4001",fontsize=16,color="black",shape="triangle"];623 -> 803[label="",style="solid", color="black", weight=3]; 16.48/6.24 624 -> 623[label="",style="dashed", color="red", weight=0]; 16.48/6.24 624[label="xx3001 * xx4000",fontsize=16,color="magenta"];624 -> 804[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 624 -> 805[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 625 -> 391[label="",style="dashed", color="red", weight=0]; 16.48/6.24 625[label="xx3000 == xx4000",fontsize=16,color="magenta"];625 -> 806[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 625 -> 807[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 626 -> 392[label="",style="dashed", color="red", weight=0]; 16.48/6.24 626[label="xx3000 == xx4000",fontsize=16,color="magenta"];626 -> 808[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 626 -> 809[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 627 -> 393[label="",style="dashed", color="red", weight=0]; 16.48/6.24 627[label="xx3000 == xx4000",fontsize=16,color="magenta"];627 -> 810[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 627 -> 811[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 628 -> 394[label="",style="dashed", color="red", weight=0]; 16.48/6.24 628[label="xx3000 == xx4000",fontsize=16,color="magenta"];628 -> 812[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 628 -> 813[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 629 -> 395[label="",style="dashed", color="red", weight=0]; 16.48/6.24 629[label="xx3000 == xx4000",fontsize=16,color="magenta"];629 -> 814[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 629 -> 815[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 630 -> 396[label="",style="dashed", color="red", weight=0]; 16.48/6.24 630[label="xx3000 == xx4000",fontsize=16,color="magenta"];630 -> 816[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 630 -> 817[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 631 -> 397[label="",style="dashed", color="red", weight=0]; 16.48/6.24 631[label="xx3000 == xx4000",fontsize=16,color="magenta"];631 -> 818[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 631 -> 819[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 632 -> 398[label="",style="dashed", color="red", weight=0]; 16.48/6.24 632[label="xx3000 == xx4000",fontsize=16,color="magenta"];632 -> 820[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 632 -> 821[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 633 -> 399[label="",style="dashed", color="red", weight=0]; 16.48/6.24 633[label="xx3000 == xx4000",fontsize=16,color="magenta"];633 -> 822[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 633 -> 823[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 634 -> 400[label="",style="dashed", color="red", weight=0]; 16.48/6.24 634[label="xx3000 == xx4000",fontsize=16,color="magenta"];634 -> 824[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 634 -> 825[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 635 -> 401[label="",style="dashed", color="red", weight=0]; 16.48/6.24 635[label="xx3000 == xx4000",fontsize=16,color="magenta"];635 -> 826[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 635 -> 827[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 636 -> 402[label="",style="dashed", color="red", weight=0]; 16.48/6.24 636[label="xx3000 == xx4000",fontsize=16,color="magenta"];636 -> 828[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 636 -> 829[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 637 -> 403[label="",style="dashed", color="red", weight=0]; 16.48/6.24 637[label="xx3000 == xx4000",fontsize=16,color="magenta"];637 -> 830[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 637 -> 831[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 638 -> 404[label="",style="dashed", color="red", weight=0]; 16.48/6.24 638[label="xx3000 == xx4000",fontsize=16,color="magenta"];638 -> 832[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 638 -> 833[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 639 -> 391[label="",style="dashed", color="red", weight=0]; 16.48/6.24 639[label="xx3001 == xx4001",fontsize=16,color="magenta"];639 -> 834[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 639 -> 835[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 640 -> 392[label="",style="dashed", color="red", weight=0]; 16.48/6.24 640[label="xx3001 == xx4001",fontsize=16,color="magenta"];640 -> 836[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 640 -> 837[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 641 -> 393[label="",style="dashed", color="red", weight=0]; 16.48/6.24 641[label="xx3001 == xx4001",fontsize=16,color="magenta"];641 -> 838[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 641 -> 839[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 642 -> 394[label="",style="dashed", color="red", weight=0]; 16.48/6.24 642[label="xx3001 == xx4001",fontsize=16,color="magenta"];642 -> 840[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 642 -> 841[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 643 -> 395[label="",style="dashed", color="red", weight=0]; 16.48/6.24 643[label="xx3001 == xx4001",fontsize=16,color="magenta"];643 -> 842[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 643 -> 843[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 644 -> 396[label="",style="dashed", color="red", weight=0]; 16.48/6.24 644[label="xx3001 == xx4001",fontsize=16,color="magenta"];644 -> 844[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 644 -> 845[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 645 -> 397[label="",style="dashed", color="red", weight=0]; 16.48/6.24 645[label="xx3001 == xx4001",fontsize=16,color="magenta"];645 -> 846[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 645 -> 847[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 646 -> 398[label="",style="dashed", color="red", weight=0]; 16.48/6.24 646[label="xx3001 == xx4001",fontsize=16,color="magenta"];646 -> 848[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 646 -> 849[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 647 -> 399[label="",style="dashed", color="red", weight=0]; 16.48/6.24 647[label="xx3001 == xx4001",fontsize=16,color="magenta"];647 -> 850[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 647 -> 851[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 648 -> 400[label="",style="dashed", color="red", weight=0]; 16.48/6.24 648[label="xx3001 == xx4001",fontsize=16,color="magenta"];648 -> 852[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 648 -> 853[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 649 -> 401[label="",style="dashed", color="red", weight=0]; 16.48/6.24 649[label="xx3001 == xx4001",fontsize=16,color="magenta"];649 -> 854[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 649 -> 855[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 650 -> 402[label="",style="dashed", color="red", weight=0]; 16.48/6.24 650[label="xx3001 == xx4001",fontsize=16,color="magenta"];650 -> 856[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 650 -> 857[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 651 -> 403[label="",style="dashed", color="red", weight=0]; 16.48/6.24 651[label="xx3001 == xx4001",fontsize=16,color="magenta"];651 -> 858[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 651 -> 859[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 652 -> 404[label="",style="dashed", color="red", weight=0]; 16.48/6.24 652[label="xx3001 == xx4001",fontsize=16,color="magenta"];652 -> 860[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 652 -> 861[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 653[label="xx3000",fontsize=16,color="green",shape="box"];654[label="xx4000",fontsize=16,color="green",shape="box"];655[label="xx3000",fontsize=16,color="green",shape="box"];656[label="xx4000",fontsize=16,color="green",shape="box"];657[label="xx3000",fontsize=16,color="green",shape="box"];658[label="xx4000",fontsize=16,color="green",shape="box"];659[label="xx3000",fontsize=16,color="green",shape="box"];660[label="xx4000",fontsize=16,color="green",shape="box"];661[label="xx3000",fontsize=16,color="green",shape="box"];662[label="xx4000",fontsize=16,color="green",shape="box"];663[label="xx3000",fontsize=16,color="green",shape="box"];664[label="xx4000",fontsize=16,color="green",shape="box"];665[label="xx3000",fontsize=16,color="green",shape="box"];666[label="xx4000",fontsize=16,color="green",shape="box"];667[label="xx3000",fontsize=16,color="green",shape="box"];668[label="xx4000",fontsize=16,color="green",shape="box"];669[label="xx3000",fontsize=16,color="green",shape="box"];670[label="xx4000",fontsize=16,color="green",shape="box"];671[label="xx3000",fontsize=16,color="green",shape="box"];672[label="xx4000",fontsize=16,color="green",shape="box"];673[label="xx3000",fontsize=16,color="green",shape="box"];674[label="xx4000",fontsize=16,color="green",shape="box"];675[label="xx3000",fontsize=16,color="green",shape="box"];676[label="xx4000",fontsize=16,color="green",shape="box"];677[label="xx3000",fontsize=16,color="green",shape="box"];678[label="xx4000",fontsize=16,color="green",shape="box"];679[label="xx3000",fontsize=16,color="green",shape="box"];680[label="xx4000",fontsize=16,color="green",shape="box"];681[label="xx3000",fontsize=16,color="green",shape="box"];682[label="xx4000",fontsize=16,color="green",shape="box"];683[label="xx3000",fontsize=16,color="green",shape="box"];684[label="xx4000",fontsize=16,color="green",shape="box"];685[label="xx3000",fontsize=16,color="green",shape="box"];686[label="xx4000",fontsize=16,color="green",shape="box"];687[label="xx3000",fontsize=16,color="green",shape="box"];688[label="xx4000",fontsize=16,color="green",shape="box"];689[label="xx3000",fontsize=16,color="green",shape="box"];690[label="xx4000",fontsize=16,color="green",shape="box"];691[label="xx3000",fontsize=16,color="green",shape="box"];692[label="xx4000",fontsize=16,color="green",shape="box"];693[label="xx3000",fontsize=16,color="green",shape="box"];694[label="xx4000",fontsize=16,color="green",shape="box"];695[label="xx3000",fontsize=16,color="green",shape="box"];696[label="xx4000",fontsize=16,color="green",shape="box"];697[label="xx3000",fontsize=16,color="green",shape="box"];698[label="xx4000",fontsize=16,color="green",shape="box"];699[label="xx3000",fontsize=16,color="green",shape="box"];700[label="xx4000",fontsize=16,color="green",shape="box"];701[label="xx3000",fontsize=16,color="green",shape="box"];702[label="xx4000",fontsize=16,color="green",shape="box"];703[label="xx3000",fontsize=16,color="green",shape="box"];704[label="xx4000",fontsize=16,color="green",shape="box"];705[label="xx3000",fontsize=16,color="green",shape="box"];706[label="xx4000",fontsize=16,color="green",shape="box"];707[label="xx3000",fontsize=16,color="green",shape="box"];708[label="xx4000",fontsize=16,color="green",shape="box"];709[label="xx3000",fontsize=16,color="green",shape="box"];710[label="xx4000",fontsize=16,color="green",shape="box"];711[label="xx3000",fontsize=16,color="green",shape="box"];712[label="xx4000",fontsize=16,color="green",shape="box"];713[label="xx3000",fontsize=16,color="green",shape="box"];714[label="xx4000",fontsize=16,color="green",shape="box"];715[label="xx3000",fontsize=16,color="green",shape="box"];716[label="xx4000",fontsize=16,color="green",shape="box"];717[label="xx3000",fontsize=16,color="green",shape="box"];718[label="xx4000",fontsize=16,color="green",shape="box"];719[label="xx3000",fontsize=16,color="green",shape="box"];720[label="xx4000",fontsize=16,color="green",shape="box"];721[label="xx3000",fontsize=16,color="green",shape="box"];722[label="xx4000",fontsize=16,color="green",shape="box"];723[label="xx3000",fontsize=16,color="green",shape="box"];724[label="xx4000",fontsize=16,color="green",shape="box"];725[label="xx3000",fontsize=16,color="green",shape="box"];726[label="xx4000",fontsize=16,color="green",shape="box"];727[label="xx3000",fontsize=16,color="green",shape="box"];728[label="xx4000",fontsize=16,color="green",shape="box"];729[label="xx3000",fontsize=16,color="green",shape="box"];730[label="xx4000",fontsize=16,color="green",shape="box"];731[label="xx3000",fontsize=16,color="green",shape="box"];732[label="xx4000",fontsize=16,color="green",shape="box"];733[label="xx3000",fontsize=16,color="green",shape="box"];734[label="xx4000",fontsize=16,color="green",shape="box"];735[label="xx3000",fontsize=16,color="green",shape="box"];736[label="xx4000",fontsize=16,color="green",shape="box"];737[label="primEqNat (Succ xx30000) xx4000",fontsize=16,color="burlywood",shape="box"];1282[label="xx4000/Succ xx40000",fontsize=10,color="white",style="solid",shape="box"];737 -> 1282[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1282 -> 862[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1283[label="xx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];737 -> 1283[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1283 -> 863[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 738[label="primEqNat Zero xx4000",fontsize=16,color="burlywood",shape="box"];1284[label="xx4000/Succ xx40000",fontsize=10,color="white",style="solid",shape="box"];738 -> 1284[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1284 -> 864[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1285[label="xx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];738 -> 1285[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1285 -> 865[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 739 -> 394[label="",style="dashed", color="red", weight=0]; 16.48/6.24 739[label="xx3000 == xx4000",fontsize=16,color="magenta"];739 -> 866[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 739 -> 867[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 740 -> 404[label="",style="dashed", color="red", weight=0]; 16.48/6.24 740[label="xx3000 == xx4000",fontsize=16,color="magenta"];740 -> 868[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 740 -> 869[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 741 -> 394[label="",style="dashed", color="red", weight=0]; 16.48/6.24 741[label="xx3001 == xx4001",fontsize=16,color="magenta"];741 -> 870[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 741 -> 871[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 742 -> 404[label="",style="dashed", color="red", weight=0]; 16.48/6.24 742[label="xx3001 == xx4001",fontsize=16,color="magenta"];742 -> 872[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 742 -> 873[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 743 -> 391[label="",style="dashed", color="red", weight=0]; 16.48/6.24 743[label="xx3000 == xx4000",fontsize=16,color="magenta"];743 -> 874[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 743 -> 875[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 744 -> 392[label="",style="dashed", color="red", weight=0]; 16.48/6.24 744[label="xx3000 == xx4000",fontsize=16,color="magenta"];744 -> 876[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 744 -> 877[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 745 -> 393[label="",style="dashed", color="red", weight=0]; 16.48/6.24 745[label="xx3000 == xx4000",fontsize=16,color="magenta"];745 -> 878[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 745 -> 879[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 746 -> 394[label="",style="dashed", color="red", weight=0]; 16.48/6.24 746[label="xx3000 == xx4000",fontsize=16,color="magenta"];746 -> 880[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 746 -> 881[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 747 -> 395[label="",style="dashed", color="red", weight=0]; 16.48/6.24 747[label="xx3000 == xx4000",fontsize=16,color="magenta"];747 -> 882[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 747 -> 883[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 748 -> 396[label="",style="dashed", color="red", weight=0]; 16.48/6.24 748[label="xx3000 == xx4000",fontsize=16,color="magenta"];748 -> 884[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 748 -> 885[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 749 -> 397[label="",style="dashed", color="red", weight=0]; 16.48/6.24 749[label="xx3000 == xx4000",fontsize=16,color="magenta"];749 -> 886[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 749 -> 887[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 750 -> 398[label="",style="dashed", color="red", weight=0]; 16.48/6.24 750[label="xx3000 == xx4000",fontsize=16,color="magenta"];750 -> 888[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 750 -> 889[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 751 -> 399[label="",style="dashed", color="red", weight=0]; 16.48/6.24 751[label="xx3000 == xx4000",fontsize=16,color="magenta"];751 -> 890[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 751 -> 891[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 752 -> 400[label="",style="dashed", color="red", weight=0]; 16.48/6.24 752[label="xx3000 == xx4000",fontsize=16,color="magenta"];752 -> 892[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 752 -> 893[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 753 -> 401[label="",style="dashed", color="red", weight=0]; 16.48/6.24 753[label="xx3000 == xx4000",fontsize=16,color="magenta"];753 -> 894[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 753 -> 895[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 754 -> 402[label="",style="dashed", color="red", weight=0]; 16.48/6.24 754[label="xx3000 == xx4000",fontsize=16,color="magenta"];754 -> 896[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 754 -> 897[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 755 -> 403[label="",style="dashed", color="red", weight=0]; 16.48/6.24 755[label="xx3000 == xx4000",fontsize=16,color="magenta"];755 -> 898[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 755 -> 899[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 756 -> 404[label="",style="dashed", color="red", weight=0]; 16.48/6.24 756[label="xx3000 == xx4000",fontsize=16,color="magenta"];756 -> 900[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 756 -> 901[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 757[label="xx3001 == xx4001",fontsize=16,color="blue",shape="box"];1286[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];757 -> 1286[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1286 -> 902[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1287[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];757 -> 1287[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1287 -> 903[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1288[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];757 -> 1288[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1288 -> 904[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1289[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];757 -> 1289[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1289 -> 905[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1290[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];757 -> 1290[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1290 -> 906[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1291[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];757 -> 1291[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1291 -> 907[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1292[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];757 -> 1292[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1292 -> 908[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1293[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];757 -> 1293[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1293 -> 909[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1294[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];757 -> 1294[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1294 -> 910[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1295[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];757 -> 1295[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1295 -> 911[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1296[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];757 -> 1296[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1296 -> 912[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1297[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];757 -> 1297[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1297 -> 913[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1298[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];757 -> 1298[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1298 -> 914[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1299[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];757 -> 1299[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1299 -> 915[label="",style="solid", color="blue", weight=3]; 16.48/6.24 758[label="xx3002 == xx4002",fontsize=16,color="blue",shape="box"];1300[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];758 -> 1300[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1300 -> 916[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1301[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];758 -> 1301[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1301 -> 917[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1302[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];758 -> 1302[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1302 -> 918[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1303[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];758 -> 1303[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1303 -> 919[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1304[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];758 -> 1304[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1304 -> 920[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1305[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];758 -> 1305[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1305 -> 921[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1306[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];758 -> 1306[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1306 -> 922[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1307[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];758 -> 1307[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1307 -> 923[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1308[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];758 -> 1308[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1308 -> 924[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1309[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];758 -> 1309[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1309 -> 925[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1310[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];758 -> 1310[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1310 -> 926[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1311[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];758 -> 1311[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1311 -> 927[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1312[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];758 -> 1312[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1312 -> 928[label="",style="solid", color="blue", weight=3]; 16.48/6.24 1313[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];758 -> 1313[label="",style="solid", color="blue", weight=9]; 16.48/6.24 1313 -> 929[label="",style="solid", color="blue", weight=3]; 16.48/6.24 759 -> 623[label="",style="dashed", color="red", weight=0]; 16.48/6.24 759[label="xx3000 * xx4001",fontsize=16,color="magenta"];759 -> 930[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 759 -> 931[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 760 -> 623[label="",style="dashed", color="red", weight=0]; 16.48/6.24 760[label="xx3001 * xx4000",fontsize=16,color="magenta"];760 -> 932[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 760 -> 933[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 761[label="primEqInt (Pos (Succ xx30000)) (Pos (Succ xx40000))",fontsize=16,color="black",shape="box"];761 -> 934[label="",style="solid", color="black", weight=3]; 16.48/6.24 762[label="primEqInt (Pos (Succ xx30000)) (Pos Zero)",fontsize=16,color="black",shape="box"];762 -> 935[label="",style="solid", color="black", weight=3]; 16.48/6.24 763[label="False",fontsize=16,color="green",shape="box"];764[label="primEqInt (Pos Zero) (Pos (Succ xx40000))",fontsize=16,color="black",shape="box"];764 -> 936[label="",style="solid", color="black", weight=3]; 16.48/6.24 765[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];765 -> 937[label="",style="solid", color="black", weight=3]; 16.48/6.24 766[label="primEqInt (Pos Zero) (Neg (Succ xx40000))",fontsize=16,color="black",shape="box"];766 -> 938[label="",style="solid", color="black", weight=3]; 16.48/6.24 767[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];767 -> 939[label="",style="solid", color="black", weight=3]; 16.48/6.24 768[label="False",fontsize=16,color="green",shape="box"];769[label="primEqInt (Neg (Succ xx30000)) (Neg (Succ xx40000))",fontsize=16,color="black",shape="box"];769 -> 940[label="",style="solid", color="black", weight=3]; 16.48/6.24 770[label="primEqInt (Neg (Succ xx30000)) (Neg Zero)",fontsize=16,color="black",shape="box"];770 -> 941[label="",style="solid", color="black", weight=3]; 16.48/6.24 771[label="primEqInt (Neg Zero) (Pos (Succ xx40000))",fontsize=16,color="black",shape="box"];771 -> 942[label="",style="solid", color="black", weight=3]; 16.48/6.24 772[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];772 -> 943[label="",style="solid", color="black", weight=3]; 16.48/6.24 773[label="primEqInt (Neg Zero) (Neg (Succ xx40000))",fontsize=16,color="black",shape="box"];773 -> 944[label="",style="solid", color="black", weight=3]; 16.48/6.24 774[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];774 -> 945[label="",style="solid", color="black", weight=3]; 16.48/6.24 775[label="xx3000",fontsize=16,color="green",shape="box"];776[label="xx4000",fontsize=16,color="green",shape="box"];777[label="xx3000",fontsize=16,color="green",shape="box"];778[label="xx4000",fontsize=16,color="green",shape="box"];779[label="xx3000",fontsize=16,color="green",shape="box"];780[label="xx4000",fontsize=16,color="green",shape="box"];781[label="xx3000",fontsize=16,color="green",shape="box"];782[label="xx4000",fontsize=16,color="green",shape="box"];783[label="xx3000",fontsize=16,color="green",shape="box"];784[label="xx4000",fontsize=16,color="green",shape="box"];785[label="xx3000",fontsize=16,color="green",shape="box"];786[label="xx4000",fontsize=16,color="green",shape="box"];787[label="xx3000",fontsize=16,color="green",shape="box"];788[label="xx4000",fontsize=16,color="green",shape="box"];789[label="xx3000",fontsize=16,color="green",shape="box"];790[label="xx4000",fontsize=16,color="green",shape="box"];791[label="xx3000",fontsize=16,color="green",shape="box"];792[label="xx4000",fontsize=16,color="green",shape="box"];793[label="xx3000",fontsize=16,color="green",shape="box"];794[label="xx4000",fontsize=16,color="green",shape="box"];795[label="xx3000",fontsize=16,color="green",shape="box"];796[label="xx4000",fontsize=16,color="green",shape="box"];797[label="xx3000",fontsize=16,color="green",shape="box"];798[label="xx4000",fontsize=16,color="green",shape="box"];799[label="xx3000",fontsize=16,color="green",shape="box"];800[label="xx4000",fontsize=16,color="green",shape="box"];801[label="xx3000",fontsize=16,color="green",shape="box"];802[label="xx4000",fontsize=16,color="green",shape="box"];803[label="primMulInt xx3000 xx4001",fontsize=16,color="burlywood",shape="box"];1314[label="xx3000/Pos xx30000",fontsize=10,color="white",style="solid",shape="box"];803 -> 1314[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1314 -> 946[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1315[label="xx3000/Neg xx30000",fontsize=10,color="white",style="solid",shape="box"];803 -> 1315[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1315 -> 947[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 804[label="xx3001",fontsize=16,color="green",shape="box"];805[label="xx4000",fontsize=16,color="green",shape="box"];806[label="xx3000",fontsize=16,color="green",shape="box"];807[label="xx4000",fontsize=16,color="green",shape="box"];808[label="xx3000",fontsize=16,color="green",shape="box"];809[label="xx4000",fontsize=16,color="green",shape="box"];810[label="xx3000",fontsize=16,color="green",shape="box"];811[label="xx4000",fontsize=16,color="green",shape="box"];812[label="xx3000",fontsize=16,color="green",shape="box"];813[label="xx4000",fontsize=16,color="green",shape="box"];814[label="xx3000",fontsize=16,color="green",shape="box"];815[label="xx4000",fontsize=16,color="green",shape="box"];816[label="xx3000",fontsize=16,color="green",shape="box"];817[label="xx4000",fontsize=16,color="green",shape="box"];818[label="xx3000",fontsize=16,color="green",shape="box"];819[label="xx4000",fontsize=16,color="green",shape="box"];820[label="xx3000",fontsize=16,color="green",shape="box"];821[label="xx4000",fontsize=16,color="green",shape="box"];822[label="xx3000",fontsize=16,color="green",shape="box"];823[label="xx4000",fontsize=16,color="green",shape="box"];824[label="xx3000",fontsize=16,color="green",shape="box"];825[label="xx4000",fontsize=16,color="green",shape="box"];826[label="xx3000",fontsize=16,color="green",shape="box"];827[label="xx4000",fontsize=16,color="green",shape="box"];828[label="xx3000",fontsize=16,color="green",shape="box"];829[label="xx4000",fontsize=16,color="green",shape="box"];830[label="xx3000",fontsize=16,color="green",shape="box"];831[label="xx4000",fontsize=16,color="green",shape="box"];832[label="xx3000",fontsize=16,color="green",shape="box"];833[label="xx4000",fontsize=16,color="green",shape="box"];834[label="xx3001",fontsize=16,color="green",shape="box"];835[label="xx4001",fontsize=16,color="green",shape="box"];836[label="xx3001",fontsize=16,color="green",shape="box"];837[label="xx4001",fontsize=16,color="green",shape="box"];838[label="xx3001",fontsize=16,color="green",shape="box"];839[label="xx4001",fontsize=16,color="green",shape="box"];840[label="xx3001",fontsize=16,color="green",shape="box"];841[label="xx4001",fontsize=16,color="green",shape="box"];842[label="xx3001",fontsize=16,color="green",shape="box"];843[label="xx4001",fontsize=16,color="green",shape="box"];844[label="xx3001",fontsize=16,color="green",shape="box"];845[label="xx4001",fontsize=16,color="green",shape="box"];846[label="xx3001",fontsize=16,color="green",shape="box"];847[label="xx4001",fontsize=16,color="green",shape="box"];848[label="xx3001",fontsize=16,color="green",shape="box"];849[label="xx4001",fontsize=16,color="green",shape="box"];850[label="xx3001",fontsize=16,color="green",shape="box"];851[label="xx4001",fontsize=16,color="green",shape="box"];852[label="xx3001",fontsize=16,color="green",shape="box"];853[label="xx4001",fontsize=16,color="green",shape="box"];854[label="xx3001",fontsize=16,color="green",shape="box"];855[label="xx4001",fontsize=16,color="green",shape="box"];856[label="xx3001",fontsize=16,color="green",shape="box"];857[label="xx4001",fontsize=16,color="green",shape="box"];858[label="xx3001",fontsize=16,color="green",shape="box"];859[label="xx4001",fontsize=16,color="green",shape="box"];860[label="xx3001",fontsize=16,color="green",shape="box"];861[label="xx4001",fontsize=16,color="green",shape="box"];862[label="primEqNat (Succ xx30000) (Succ xx40000)",fontsize=16,color="black",shape="box"];862 -> 948[label="",style="solid", color="black", weight=3]; 16.48/6.24 863[label="primEqNat (Succ xx30000) Zero",fontsize=16,color="black",shape="box"];863 -> 949[label="",style="solid", color="black", weight=3]; 16.48/6.24 864[label="primEqNat Zero (Succ xx40000)",fontsize=16,color="black",shape="box"];864 -> 950[label="",style="solid", color="black", weight=3]; 16.48/6.24 865[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];865 -> 951[label="",style="solid", color="black", weight=3]; 16.48/6.24 866[label="xx3000",fontsize=16,color="green",shape="box"];867[label="xx4000",fontsize=16,color="green",shape="box"];868[label="xx3000",fontsize=16,color="green",shape="box"];869[label="xx4000",fontsize=16,color="green",shape="box"];870[label="xx3001",fontsize=16,color="green",shape="box"];871[label="xx4001",fontsize=16,color="green",shape="box"];872[label="xx3001",fontsize=16,color="green",shape="box"];873[label="xx4001",fontsize=16,color="green",shape="box"];874[label="xx3000",fontsize=16,color="green",shape="box"];875[label="xx4000",fontsize=16,color="green",shape="box"];876[label="xx3000",fontsize=16,color="green",shape="box"];877[label="xx4000",fontsize=16,color="green",shape="box"];878[label="xx3000",fontsize=16,color="green",shape="box"];879[label="xx4000",fontsize=16,color="green",shape="box"];880[label="xx3000",fontsize=16,color="green",shape="box"];881[label="xx4000",fontsize=16,color="green",shape="box"];882[label="xx3000",fontsize=16,color="green",shape="box"];883[label="xx4000",fontsize=16,color="green",shape="box"];884[label="xx3000",fontsize=16,color="green",shape="box"];885[label="xx4000",fontsize=16,color="green",shape="box"];886[label="xx3000",fontsize=16,color="green",shape="box"];887[label="xx4000",fontsize=16,color="green",shape="box"];888[label="xx3000",fontsize=16,color="green",shape="box"];889[label="xx4000",fontsize=16,color="green",shape="box"];890[label="xx3000",fontsize=16,color="green",shape="box"];891[label="xx4000",fontsize=16,color="green",shape="box"];892[label="xx3000",fontsize=16,color="green",shape="box"];893[label="xx4000",fontsize=16,color="green",shape="box"];894[label="xx3000",fontsize=16,color="green",shape="box"];895[label="xx4000",fontsize=16,color="green",shape="box"];896[label="xx3000",fontsize=16,color="green",shape="box"];897[label="xx4000",fontsize=16,color="green",shape="box"];898[label="xx3000",fontsize=16,color="green",shape="box"];899[label="xx4000",fontsize=16,color="green",shape="box"];900[label="xx3000",fontsize=16,color="green",shape="box"];901[label="xx4000",fontsize=16,color="green",shape="box"];902 -> 391[label="",style="dashed", color="red", weight=0]; 16.48/6.24 902[label="xx3001 == xx4001",fontsize=16,color="magenta"];902 -> 952[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 902 -> 953[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 903 -> 392[label="",style="dashed", color="red", weight=0]; 16.48/6.24 903[label="xx3001 == xx4001",fontsize=16,color="magenta"];903 -> 954[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 903 -> 955[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 904 -> 393[label="",style="dashed", color="red", weight=0]; 16.48/6.24 904[label="xx3001 == xx4001",fontsize=16,color="magenta"];904 -> 956[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 904 -> 957[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 905 -> 394[label="",style="dashed", color="red", weight=0]; 16.48/6.24 905[label="xx3001 == xx4001",fontsize=16,color="magenta"];905 -> 958[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 905 -> 959[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 906 -> 395[label="",style="dashed", color="red", weight=0]; 16.48/6.24 906[label="xx3001 == xx4001",fontsize=16,color="magenta"];906 -> 960[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 906 -> 961[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 907 -> 396[label="",style="dashed", color="red", weight=0]; 16.48/6.24 907[label="xx3001 == xx4001",fontsize=16,color="magenta"];907 -> 962[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 907 -> 963[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 908 -> 397[label="",style="dashed", color="red", weight=0]; 16.48/6.24 908[label="xx3001 == xx4001",fontsize=16,color="magenta"];908 -> 964[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 908 -> 965[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 909 -> 398[label="",style="dashed", color="red", weight=0]; 16.48/6.24 909[label="xx3001 == xx4001",fontsize=16,color="magenta"];909 -> 966[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 909 -> 967[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 910 -> 399[label="",style="dashed", color="red", weight=0]; 16.48/6.24 910[label="xx3001 == xx4001",fontsize=16,color="magenta"];910 -> 968[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 910 -> 969[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 911 -> 400[label="",style="dashed", color="red", weight=0]; 16.48/6.24 911[label="xx3001 == xx4001",fontsize=16,color="magenta"];911 -> 970[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 911 -> 971[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 912 -> 401[label="",style="dashed", color="red", weight=0]; 16.48/6.24 912[label="xx3001 == xx4001",fontsize=16,color="magenta"];912 -> 972[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 912 -> 973[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 913 -> 402[label="",style="dashed", color="red", weight=0]; 16.48/6.24 913[label="xx3001 == xx4001",fontsize=16,color="magenta"];913 -> 974[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 913 -> 975[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 914 -> 403[label="",style="dashed", color="red", weight=0]; 16.48/6.24 914[label="xx3001 == xx4001",fontsize=16,color="magenta"];914 -> 976[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 914 -> 977[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 915 -> 404[label="",style="dashed", color="red", weight=0]; 16.48/6.24 915[label="xx3001 == xx4001",fontsize=16,color="magenta"];915 -> 978[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 915 -> 979[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 916 -> 391[label="",style="dashed", color="red", weight=0]; 16.48/6.24 916[label="xx3002 == xx4002",fontsize=16,color="magenta"];916 -> 980[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 916 -> 981[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 917 -> 392[label="",style="dashed", color="red", weight=0]; 16.48/6.24 917[label="xx3002 == xx4002",fontsize=16,color="magenta"];917 -> 982[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 917 -> 983[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 918 -> 393[label="",style="dashed", color="red", weight=0]; 16.48/6.24 918[label="xx3002 == xx4002",fontsize=16,color="magenta"];918 -> 984[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 918 -> 985[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 919 -> 394[label="",style="dashed", color="red", weight=0]; 16.48/6.24 919[label="xx3002 == xx4002",fontsize=16,color="magenta"];919 -> 986[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 919 -> 987[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 920 -> 395[label="",style="dashed", color="red", weight=0]; 16.48/6.24 920[label="xx3002 == xx4002",fontsize=16,color="magenta"];920 -> 988[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 920 -> 989[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 921 -> 396[label="",style="dashed", color="red", weight=0]; 16.48/6.24 921[label="xx3002 == xx4002",fontsize=16,color="magenta"];921 -> 990[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 921 -> 991[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 922 -> 397[label="",style="dashed", color="red", weight=0]; 16.48/6.24 922[label="xx3002 == xx4002",fontsize=16,color="magenta"];922 -> 992[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 922 -> 993[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 923 -> 398[label="",style="dashed", color="red", weight=0]; 16.48/6.24 923[label="xx3002 == xx4002",fontsize=16,color="magenta"];923 -> 994[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 923 -> 995[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 924 -> 399[label="",style="dashed", color="red", weight=0]; 16.48/6.24 924[label="xx3002 == xx4002",fontsize=16,color="magenta"];924 -> 996[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 924 -> 997[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 925 -> 400[label="",style="dashed", color="red", weight=0]; 16.48/6.24 925[label="xx3002 == xx4002",fontsize=16,color="magenta"];925 -> 998[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 925 -> 999[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 926 -> 401[label="",style="dashed", color="red", weight=0]; 16.48/6.24 926[label="xx3002 == xx4002",fontsize=16,color="magenta"];926 -> 1000[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 926 -> 1001[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 927 -> 402[label="",style="dashed", color="red", weight=0]; 16.48/6.24 927[label="xx3002 == xx4002",fontsize=16,color="magenta"];927 -> 1002[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 927 -> 1003[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 928 -> 403[label="",style="dashed", color="red", weight=0]; 16.48/6.24 928[label="xx3002 == xx4002",fontsize=16,color="magenta"];928 -> 1004[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 928 -> 1005[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 929 -> 404[label="",style="dashed", color="red", weight=0]; 16.48/6.24 929[label="xx3002 == xx4002",fontsize=16,color="magenta"];929 -> 1006[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 929 -> 1007[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 930[label="xx3000",fontsize=16,color="green",shape="box"];931[label="xx4001",fontsize=16,color="green",shape="box"];932[label="xx3001",fontsize=16,color="green",shape="box"];933[label="xx4000",fontsize=16,color="green",shape="box"];934 -> 593[label="",style="dashed", color="red", weight=0]; 16.48/6.24 934[label="primEqNat xx30000 xx40000",fontsize=16,color="magenta"];934 -> 1008[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 934 -> 1009[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 935[label="False",fontsize=16,color="green",shape="box"];936[label="False",fontsize=16,color="green",shape="box"];937[label="True",fontsize=16,color="green",shape="box"];938[label="False",fontsize=16,color="green",shape="box"];939[label="True",fontsize=16,color="green",shape="box"];940 -> 593[label="",style="dashed", color="red", weight=0]; 16.48/6.24 940[label="primEqNat xx30000 xx40000",fontsize=16,color="magenta"];940 -> 1010[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 940 -> 1011[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 941[label="False",fontsize=16,color="green",shape="box"];942[label="False",fontsize=16,color="green",shape="box"];943[label="True",fontsize=16,color="green",shape="box"];944[label="False",fontsize=16,color="green",shape="box"];945[label="True",fontsize=16,color="green",shape="box"];946[label="primMulInt (Pos xx30000) xx4001",fontsize=16,color="burlywood",shape="box"];1316[label="xx4001/Pos xx40010",fontsize=10,color="white",style="solid",shape="box"];946 -> 1316[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1316 -> 1012[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1317[label="xx4001/Neg xx40010",fontsize=10,color="white",style="solid",shape="box"];946 -> 1317[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1317 -> 1013[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 947[label="primMulInt (Neg xx30000) xx4001",fontsize=16,color="burlywood",shape="box"];1318[label="xx4001/Pos xx40010",fontsize=10,color="white",style="solid",shape="box"];947 -> 1318[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1318 -> 1014[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1319[label="xx4001/Neg xx40010",fontsize=10,color="white",style="solid",shape="box"];947 -> 1319[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1319 -> 1015[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 948 -> 593[label="",style="dashed", color="red", weight=0]; 16.48/6.24 948[label="primEqNat xx30000 xx40000",fontsize=16,color="magenta"];948 -> 1016[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 948 -> 1017[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 949[label="False",fontsize=16,color="green",shape="box"];950[label="False",fontsize=16,color="green",shape="box"];951[label="True",fontsize=16,color="green",shape="box"];952[label="xx3001",fontsize=16,color="green",shape="box"];953[label="xx4001",fontsize=16,color="green",shape="box"];954[label="xx3001",fontsize=16,color="green",shape="box"];955[label="xx4001",fontsize=16,color="green",shape="box"];956[label="xx3001",fontsize=16,color="green",shape="box"];957[label="xx4001",fontsize=16,color="green",shape="box"];958[label="xx3001",fontsize=16,color="green",shape="box"];959[label="xx4001",fontsize=16,color="green",shape="box"];960[label="xx3001",fontsize=16,color="green",shape="box"];961[label="xx4001",fontsize=16,color="green",shape="box"];962[label="xx3001",fontsize=16,color="green",shape="box"];963[label="xx4001",fontsize=16,color="green",shape="box"];964[label="xx3001",fontsize=16,color="green",shape="box"];965[label="xx4001",fontsize=16,color="green",shape="box"];966[label="xx3001",fontsize=16,color="green",shape="box"];967[label="xx4001",fontsize=16,color="green",shape="box"];968[label="xx3001",fontsize=16,color="green",shape="box"];969[label="xx4001",fontsize=16,color="green",shape="box"];970[label="xx3001",fontsize=16,color="green",shape="box"];971[label="xx4001",fontsize=16,color="green",shape="box"];972[label="xx3001",fontsize=16,color="green",shape="box"];973[label="xx4001",fontsize=16,color="green",shape="box"];974[label="xx3001",fontsize=16,color="green",shape="box"];975[label="xx4001",fontsize=16,color="green",shape="box"];976[label="xx3001",fontsize=16,color="green",shape="box"];977[label="xx4001",fontsize=16,color="green",shape="box"];978[label="xx3001",fontsize=16,color="green",shape="box"];979[label="xx4001",fontsize=16,color="green",shape="box"];980[label="xx3002",fontsize=16,color="green",shape="box"];981[label="xx4002",fontsize=16,color="green",shape="box"];982[label="xx3002",fontsize=16,color="green",shape="box"];983[label="xx4002",fontsize=16,color="green",shape="box"];984[label="xx3002",fontsize=16,color="green",shape="box"];985[label="xx4002",fontsize=16,color="green",shape="box"];986[label="xx3002",fontsize=16,color="green",shape="box"];987[label="xx4002",fontsize=16,color="green",shape="box"];988[label="xx3002",fontsize=16,color="green",shape="box"];989[label="xx4002",fontsize=16,color="green",shape="box"];990[label="xx3002",fontsize=16,color="green",shape="box"];991[label="xx4002",fontsize=16,color="green",shape="box"];992[label="xx3002",fontsize=16,color="green",shape="box"];993[label="xx4002",fontsize=16,color="green",shape="box"];994[label="xx3002",fontsize=16,color="green",shape="box"];995[label="xx4002",fontsize=16,color="green",shape="box"];996[label="xx3002",fontsize=16,color="green",shape="box"];997[label="xx4002",fontsize=16,color="green",shape="box"];998[label="xx3002",fontsize=16,color="green",shape="box"];999[label="xx4002",fontsize=16,color="green",shape="box"];1000[label="xx3002",fontsize=16,color="green",shape="box"];1001[label="xx4002",fontsize=16,color="green",shape="box"];1002[label="xx3002",fontsize=16,color="green",shape="box"];1003[label="xx4002",fontsize=16,color="green",shape="box"];1004[label="xx3002",fontsize=16,color="green",shape="box"];1005[label="xx4002",fontsize=16,color="green",shape="box"];1006[label="xx3002",fontsize=16,color="green",shape="box"];1007[label="xx4002",fontsize=16,color="green",shape="box"];1008[label="xx40000",fontsize=16,color="green",shape="box"];1009[label="xx30000",fontsize=16,color="green",shape="box"];1010[label="xx40000",fontsize=16,color="green",shape="box"];1011[label="xx30000",fontsize=16,color="green",shape="box"];1012[label="primMulInt (Pos xx30000) (Pos xx40010)",fontsize=16,color="black",shape="box"];1012 -> 1018[label="",style="solid", color="black", weight=3]; 16.48/6.24 1013[label="primMulInt (Pos xx30000) (Neg xx40010)",fontsize=16,color="black",shape="box"];1013 -> 1019[label="",style="solid", color="black", weight=3]; 16.48/6.24 1014[label="primMulInt (Neg xx30000) (Pos xx40010)",fontsize=16,color="black",shape="box"];1014 -> 1020[label="",style="solid", color="black", weight=3]; 16.48/6.24 1015[label="primMulInt (Neg xx30000) (Neg xx40010)",fontsize=16,color="black",shape="box"];1015 -> 1021[label="",style="solid", color="black", weight=3]; 16.48/6.24 1016[label="xx40000",fontsize=16,color="green",shape="box"];1017[label="xx30000",fontsize=16,color="green",shape="box"];1018[label="Pos (primMulNat xx30000 xx40010)",fontsize=16,color="green",shape="box"];1018 -> 1022[label="",style="dashed", color="green", weight=3]; 16.48/6.24 1019[label="Neg (primMulNat xx30000 xx40010)",fontsize=16,color="green",shape="box"];1019 -> 1023[label="",style="dashed", color="green", weight=3]; 16.48/6.24 1020[label="Neg (primMulNat xx30000 xx40010)",fontsize=16,color="green",shape="box"];1020 -> 1024[label="",style="dashed", color="green", weight=3]; 16.48/6.24 1021[label="Pos (primMulNat xx30000 xx40010)",fontsize=16,color="green",shape="box"];1021 -> 1025[label="",style="dashed", color="green", weight=3]; 16.48/6.24 1022[label="primMulNat xx30000 xx40010",fontsize=16,color="burlywood",shape="triangle"];1320[label="xx30000/Succ xx300000",fontsize=10,color="white",style="solid",shape="box"];1022 -> 1320[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1320 -> 1026[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1321[label="xx30000/Zero",fontsize=10,color="white",style="solid",shape="box"];1022 -> 1321[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1321 -> 1027[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1023 -> 1022[label="",style="dashed", color="red", weight=0]; 16.48/6.24 1023[label="primMulNat xx30000 xx40010",fontsize=16,color="magenta"];1023 -> 1028[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 1024 -> 1022[label="",style="dashed", color="red", weight=0]; 16.48/6.24 1024[label="primMulNat xx30000 xx40010",fontsize=16,color="magenta"];1024 -> 1029[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 1025 -> 1022[label="",style="dashed", color="red", weight=0]; 16.48/6.24 1025[label="primMulNat xx30000 xx40010",fontsize=16,color="magenta"];1025 -> 1030[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 1025 -> 1031[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 1026[label="primMulNat (Succ xx300000) xx40010",fontsize=16,color="burlywood",shape="box"];1322[label="xx40010/Succ xx400100",fontsize=10,color="white",style="solid",shape="box"];1026 -> 1322[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1322 -> 1032[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1323[label="xx40010/Zero",fontsize=10,color="white",style="solid",shape="box"];1026 -> 1323[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1323 -> 1033[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1027[label="primMulNat Zero xx40010",fontsize=16,color="burlywood",shape="box"];1324[label="xx40010/Succ xx400100",fontsize=10,color="white",style="solid",shape="box"];1027 -> 1324[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1324 -> 1034[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1325[label="xx40010/Zero",fontsize=10,color="white",style="solid",shape="box"];1027 -> 1325[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1325 -> 1035[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1028[label="xx40010",fontsize=16,color="green",shape="box"];1029[label="xx30000",fontsize=16,color="green",shape="box"];1030[label="xx40010",fontsize=16,color="green",shape="box"];1031[label="xx30000",fontsize=16,color="green",shape="box"];1032[label="primMulNat (Succ xx300000) (Succ xx400100)",fontsize=16,color="black",shape="box"];1032 -> 1036[label="",style="solid", color="black", weight=3]; 16.48/6.24 1033[label="primMulNat (Succ xx300000) Zero",fontsize=16,color="black",shape="box"];1033 -> 1037[label="",style="solid", color="black", weight=3]; 16.48/6.24 1034[label="primMulNat Zero (Succ xx400100)",fontsize=16,color="black",shape="box"];1034 -> 1038[label="",style="solid", color="black", weight=3]; 16.48/6.24 1035[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1035 -> 1039[label="",style="solid", color="black", weight=3]; 16.48/6.24 1036 -> 1040[label="",style="dashed", color="red", weight=0]; 16.48/6.24 1036[label="primPlusNat (primMulNat xx300000 (Succ xx400100)) (Succ xx400100)",fontsize=16,color="magenta"];1036 -> 1041[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 1037[label="Zero",fontsize=16,color="green",shape="box"];1038[label="Zero",fontsize=16,color="green",shape="box"];1039[label="Zero",fontsize=16,color="green",shape="box"];1041 -> 1022[label="",style="dashed", color="red", weight=0]; 16.48/6.24 1041[label="primMulNat xx300000 (Succ xx400100)",fontsize=16,color="magenta"];1041 -> 1042[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 1041 -> 1043[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 1040[label="primPlusNat xx43 (Succ xx400100)",fontsize=16,color="burlywood",shape="triangle"];1326[label="xx43/Succ xx430",fontsize=10,color="white",style="solid",shape="box"];1040 -> 1326[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1326 -> 1044[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1327[label="xx43/Zero",fontsize=10,color="white",style="solid",shape="box"];1040 -> 1327[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1327 -> 1045[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1042[label="Succ xx400100",fontsize=16,color="green",shape="box"];1043[label="xx300000",fontsize=16,color="green",shape="box"];1044[label="primPlusNat (Succ xx430) (Succ xx400100)",fontsize=16,color="black",shape="box"];1044 -> 1046[label="",style="solid", color="black", weight=3]; 16.48/6.24 1045[label="primPlusNat Zero (Succ xx400100)",fontsize=16,color="black",shape="box"];1045 -> 1047[label="",style="solid", color="black", weight=3]; 16.48/6.24 1046[label="Succ (Succ (primPlusNat xx430 xx400100))",fontsize=16,color="green",shape="box"];1046 -> 1048[label="",style="dashed", color="green", weight=3]; 16.48/6.24 1047[label="Succ xx400100",fontsize=16,color="green",shape="box"];1048[label="primPlusNat xx430 xx400100",fontsize=16,color="burlywood",shape="triangle"];1328[label="xx430/Succ xx4300",fontsize=10,color="white",style="solid",shape="box"];1048 -> 1328[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1328 -> 1049[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1329[label="xx430/Zero",fontsize=10,color="white",style="solid",shape="box"];1048 -> 1329[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1329 -> 1050[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1049[label="primPlusNat (Succ xx4300) xx400100",fontsize=16,color="burlywood",shape="box"];1330[label="xx400100/Succ xx4001000",fontsize=10,color="white",style="solid",shape="box"];1049 -> 1330[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1330 -> 1051[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1331[label="xx400100/Zero",fontsize=10,color="white",style="solid",shape="box"];1049 -> 1331[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1331 -> 1052[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1050[label="primPlusNat Zero xx400100",fontsize=16,color="burlywood",shape="box"];1332[label="xx400100/Succ xx4001000",fontsize=10,color="white",style="solid",shape="box"];1050 -> 1332[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1332 -> 1053[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1333[label="xx400100/Zero",fontsize=10,color="white",style="solid",shape="box"];1050 -> 1333[label="",style="solid", color="burlywood", weight=9]; 16.48/6.24 1333 -> 1054[label="",style="solid", color="burlywood", weight=3]; 16.48/6.24 1051[label="primPlusNat (Succ xx4300) (Succ xx4001000)",fontsize=16,color="black",shape="box"];1051 -> 1055[label="",style="solid", color="black", weight=3]; 16.48/6.24 1052[label="primPlusNat (Succ xx4300) Zero",fontsize=16,color="black",shape="box"];1052 -> 1056[label="",style="solid", color="black", weight=3]; 16.48/6.24 1053[label="primPlusNat Zero (Succ xx4001000)",fontsize=16,color="black",shape="box"];1053 -> 1057[label="",style="solid", color="black", weight=3]; 16.48/6.24 1054[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];1054 -> 1058[label="",style="solid", color="black", weight=3]; 16.48/6.24 1055[label="Succ (Succ (primPlusNat xx4300 xx4001000))",fontsize=16,color="green",shape="box"];1055 -> 1059[label="",style="dashed", color="green", weight=3]; 16.48/6.24 1056[label="Succ xx4300",fontsize=16,color="green",shape="box"];1057[label="Succ xx4001000",fontsize=16,color="green",shape="box"];1058[label="Zero",fontsize=16,color="green",shape="box"];1059 -> 1048[label="",style="dashed", color="red", weight=0]; 16.48/6.24 1059[label="primPlusNat xx4300 xx4001000",fontsize=16,color="magenta"];1059 -> 1060[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 1059 -> 1061[label="",style="dashed", color="magenta", weight=3]; 16.48/6.24 1060[label="xx4300",fontsize=16,color="green",shape="box"];1061[label="xx4001000",fontsize=16,color="green",shape="box"];} 16.48/6.24 16.48/6.24 ---------------------------------------- 16.48/6.24 16.48/6.24 (12) 16.48/6.24 Complex Obligation (AND) 16.48/6.24 16.48/6.24 ---------------------------------------- 16.48/6.24 16.48/6.24 (13) 16.48/6.24 Obligation: 16.48/6.24 Q DP problem: 16.48/6.24 The TRS P consists of the following rules: 16.48/6.24 16.48/6.24 new_foldr(xx4, :(xx30, xx31), ba, bb) -> new_foldr(xx4, xx31, ba, bb) 16.48/6.24 16.48/6.24 R is empty. 16.48/6.24 Q is empty. 16.48/6.24 We have to consider all minimal (P,Q,R)-chains. 16.48/6.24 ---------------------------------------- 16.48/6.24 16.48/6.24 (14) QDPSizeChangeProof (EQUIVALENT) 16.48/6.24 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. 16.48/6.24 16.48/6.24 From the DPs we obtained the following set of size-change graphs: 16.48/6.24 *new_foldr(xx4, :(xx30, xx31), ba, bb) -> new_foldr(xx4, xx31, ba, bb) 16.48/6.24 The graph contains the following edges 1 >= 1, 2 > 2, 3 >= 3, 4 >= 4 16.48/6.24 16.48/6.24 16.48/6.24 ---------------------------------------- 16.48/6.24 16.48/6.24 (15) 16.48/6.24 YES 16.48/6.24 16.48/6.24 ---------------------------------------- 16.48/6.24 16.48/6.24 (16) 16.48/6.24 Obligation: 16.48/6.24 Q DP problem: 16.48/6.24 The TRS P consists of the following rules: 16.48/6.24 16.48/6.24 new_esEs0(@2(xx3000, xx3001), @2(xx4000, xx4001), app(ty_Maybe, cg), cd) -> new_esEs1(xx3000, xx4000, cg) 16.48/6.24 new_esEs0(@2(xx3000, xx3001), @2(xx4000, xx4001), df, app(ty_Maybe, eb)) -> new_esEs1(xx3001, xx4001, eb) 16.48/6.24 new_esEs2(Left(xx3000), Left(xx4000), app(ty_Maybe, gf), gc) -> new_esEs1(xx3000, xx4000, gf) 16.48/6.24 new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), app(app(ty_Either, bbd), bbe), bag, bah) -> new_esEs2(xx3000, xx4000, bbd, bbe) 16.48/6.24 new_esEs2(Right(xx3000), Right(xx4000), hd, app(app(ty_@2, hf), hg)) -> new_esEs0(xx3000, xx4000, hf, hg) 16.48/6.24 new_esEs2(Right(xx3000), Right(xx4000), hd, app(app(ty_Either, baa), bab)) -> new_esEs2(xx3000, xx4000, baa, bab) 16.48/6.24 new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), app(app(app(ty_@3, bbf), bbg), bbh), bag, bah) -> new_esEs3(xx3000, xx4000, bbf, bbg, bbh) 16.48/6.24 new_esEs(:(xx3000, xx3001), :(xx4000, xx4001), app(app(app(ty_@3, bg), bh), ca)) -> new_esEs3(xx3000, xx4000, bg, bh, ca) 16.48/6.24 new_esEs0(@2(xx3000, xx3001), @2(xx4000, xx4001), df, app(app(ty_@2, dh), ea)) -> new_esEs0(xx3001, xx4001, dh, ea) 16.48/6.24 new_esEs2(Right(xx3000), Right(xx4000), hd, app(ty_Maybe, hh)) -> new_esEs1(xx3000, xx4000, hh) 16.48/6.24 new_esEs(:(xx3000, xx3001), :(xx4000, xx4001), cb) -> new_esEs(xx3001, xx4001, cb) 16.48/6.24 new_esEs1(Just(xx3000), Just(xx4000), app(app(ty_Either, fd), ff)) -> new_esEs2(xx3000, xx4000, fd, ff) 16.48/6.24 new_esEs0(@2(xx3000, xx3001), @2(xx4000, xx4001), df, app(app(ty_Either, ec), ed)) -> new_esEs2(xx3001, xx4001, ec, ed) 16.48/6.24 new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), bca, bag, app(app(ty_Either, bdg), bdh)) -> new_esEs2(xx3002, xx4002, bdg, bdh) 16.48/6.24 new_esEs(:(xx3000, xx3001), :(xx4000, xx4001), app(ty_Maybe, bd)) -> new_esEs1(xx3000, xx4000, bd) 16.48/6.24 new_esEs2(Right(xx3000), Right(xx4000), hd, app(app(app(ty_@3, bac), bad), bae)) -> new_esEs3(xx3000, xx4000, bac, bad, bae) 16.48/6.24 new_esEs2(Left(xx3000), Left(xx4000), app(app(app(ty_@3, ha), hb), hc), gc) -> new_esEs3(xx3000, xx4000, ha, hb, hc) 16.48/6.24 new_esEs(:(xx3000, xx3001), :(xx4000, xx4001), app(ty_[], ba)) -> new_esEs(xx3000, xx4000, ba) 16.48/6.24 new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), bca, bag, app(app(app(ty_@3, bea), beb), bec)) -> new_esEs3(xx3002, xx4002, bea, beb, bec) 16.48/6.24 new_esEs0(@2(xx3000, xx3001), @2(xx4000, xx4001), app(app(app(ty_@3, dc), dd), de), cd) -> new_esEs3(xx3000, xx4000, dc, dd, de) 16.48/6.24 new_esEs0(@2(xx3000, xx3001), @2(xx4000, xx4001), df, app(app(app(ty_@3, ee), ef), eg)) -> new_esEs3(xx3001, xx4001, ee, ef, eg) 16.48/6.24 new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), bca, app(app(ty_Either, bcf), bcg), bah) -> new_esEs2(xx3001, xx4001, bcf, bcg) 16.48/6.24 new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), bca, app(app(ty_@2, bcc), bcd), bah) -> new_esEs0(xx3001, xx4001, bcc, bcd) 16.48/6.24 new_esEs2(Left(xx3000), Left(xx4000), app(app(ty_Either, gg), gh), gc) -> new_esEs2(xx3000, xx4000, gg, gh) 16.48/6.24 new_esEs(:(xx3000, xx3001), :(xx4000, xx4001), app(app(ty_Either, be), bf)) -> new_esEs2(xx3000, xx4000, be, bf) 16.48/6.24 new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), app(app(ty_@2, bba), bbb), bag, bah) -> new_esEs0(xx3000, xx4000, bba, bbb) 16.48/6.24 new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), bca, app(app(app(ty_@3, bch), bda), bdb), bah) -> new_esEs3(xx3001, xx4001, bch, bda, bdb) 16.48/6.24 new_esEs2(Right(xx3000), Right(xx4000), hd, app(ty_[], he)) -> new_esEs(xx3000, xx4000, he) 16.48/6.24 new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), bca, app(ty_[], bcb), bah) -> new_esEs(xx3001, xx4001, bcb) 16.48/6.24 new_esEs0(@2(xx3000, xx3001), @2(xx4000, xx4001), app(ty_[], cc), cd) -> new_esEs(xx3000, xx4000, cc) 16.48/6.24 new_esEs1(Just(xx3000), Just(xx4000), app(app(app(ty_@3, fg), fh), ga)) -> new_esEs3(xx3000, xx4000, fg, fh, ga) 16.48/6.24 new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), bca, bag, app(app(ty_@2, bdd), bde)) -> new_esEs0(xx3002, xx4002, bdd, bde) 16.48/6.24 new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), bca, bag, app(ty_[], bdc)) -> new_esEs(xx3002, xx4002, bdc) 16.48/6.24 new_esEs0(@2(xx3000, xx3001), @2(xx4000, xx4001), df, app(ty_[], dg)) -> new_esEs(xx3001, xx4001, dg) 16.48/6.24 new_esEs1(Just(xx3000), Just(xx4000), app(ty_[], eh)) -> new_esEs(xx3000, xx4000, eh) 16.48/6.24 new_esEs1(Just(xx3000), Just(xx4000), app(app(ty_@2, fa), fb)) -> new_esEs0(xx3000, xx4000, fa, fb) 16.48/6.24 new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), app(ty_Maybe, bbc), bag, bah) -> new_esEs1(xx3000, xx4000, bbc) 16.48/6.24 new_esEs2(Left(xx3000), Left(xx4000), app(app(ty_@2, gd), ge), gc) -> new_esEs0(xx3000, xx4000, gd, ge) 16.48/6.24 new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), bca, app(ty_Maybe, bce), bah) -> new_esEs1(xx3001, xx4001, bce) 16.48/6.24 new_esEs(:(xx3000, xx3001), :(xx4000, xx4001), app(app(ty_@2, bb), bc)) -> new_esEs0(xx3000, xx4000, bb, bc) 16.48/6.24 new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), app(ty_[], baf), bag, bah) -> new_esEs(xx3000, xx4000, baf) 16.48/6.24 new_esEs1(Just(xx3000), Just(xx4000), app(ty_Maybe, fc)) -> new_esEs1(xx3000, xx4000, fc) 16.48/6.24 new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), bca, bag, app(ty_Maybe, bdf)) -> new_esEs1(xx3002, xx4002, bdf) 16.48/6.24 new_esEs0(@2(xx3000, xx3001), @2(xx4000, xx4001), app(app(ty_@2, ce), cf), cd) -> new_esEs0(xx3000, xx4000, ce, cf) 16.48/6.24 new_esEs0(@2(xx3000, xx3001), @2(xx4000, xx4001), app(app(ty_Either, da), db), cd) -> new_esEs2(xx3000, xx4000, da, db) 16.48/6.24 new_esEs2(Left(xx3000), Left(xx4000), app(ty_[], gb), gc) -> new_esEs(xx3000, xx4000, gb) 16.48/6.24 16.48/6.24 R is empty. 16.48/6.24 Q is empty. 16.48/6.24 We have to consider all minimal (P,Q,R)-chains. 16.48/6.24 ---------------------------------------- 16.48/6.24 16.48/6.24 (17) QDPSizeChangeProof (EQUIVALENT) 16.48/6.24 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. 16.48/6.24 16.48/6.24 From the DPs we obtained the following set of size-change graphs: 16.48/6.24 *new_esEs1(Just(xx3000), Just(xx4000), app(app(ty_@2, fa), fb)) -> new_esEs0(xx3000, xx4000, fa, fb) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs1(Just(xx3000), Just(xx4000), app(app(ty_Either, fd), ff)) -> new_esEs2(xx3000, xx4000, fd, ff) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs1(Just(xx3000), Just(xx4000), app(app(app(ty_@3, fg), fh), ga)) -> new_esEs3(xx3000, xx4000, fg, fh, ga) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs(:(xx3000, xx3001), :(xx4000, xx4001), app(app(ty_@2, bb), bc)) -> new_esEs0(xx3000, xx4000, bb, bc) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs(:(xx3000, xx3001), :(xx4000, xx4001), app(app(ty_Either, be), bf)) -> new_esEs2(xx3000, xx4000, be, bf) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs(:(xx3000, xx3001), :(xx4000, xx4001), app(app(app(ty_@3, bg), bh), ca)) -> new_esEs3(xx3000, xx4000, bg, bh, ca) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs1(Just(xx3000), Just(xx4000), app(ty_[], eh)) -> new_esEs(xx3000, xx4000, eh) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs1(Just(xx3000), Just(xx4000), app(ty_Maybe, fc)) -> new_esEs1(xx3000, xx4000, fc) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs(:(xx3000, xx3001), :(xx4000, xx4001), app(ty_Maybe, bd)) -> new_esEs1(xx3000, xx4000, bd) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs2(Right(xx3000), Right(xx4000), hd, app(app(ty_@2, hf), hg)) -> new_esEs0(xx3000, xx4000, hf, hg) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs2(Left(xx3000), Left(xx4000), app(app(ty_@2, gd), ge), gc) -> new_esEs0(xx3000, xx4000, gd, ge) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs0(@2(xx3000, xx3001), @2(xx4000, xx4001), df, app(app(ty_@2, dh), ea)) -> new_esEs0(xx3001, xx4001, dh, ea) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs0(@2(xx3000, xx3001), @2(xx4000, xx4001), app(app(ty_@2, ce), cf), cd) -> new_esEs0(xx3000, xx4000, ce, cf) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), bca, app(app(ty_@2, bcc), bcd), bah) -> new_esEs0(xx3001, xx4001, bcc, bcd) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), app(app(ty_@2, bba), bbb), bag, bah) -> new_esEs0(xx3000, xx4000, bba, bbb) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), bca, bag, app(app(ty_@2, bdd), bde)) -> new_esEs0(xx3002, xx4002, bdd, bde) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs2(Right(xx3000), Right(xx4000), hd, app(app(ty_Either, baa), bab)) -> new_esEs2(xx3000, xx4000, baa, bab) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs2(Left(xx3000), Left(xx4000), app(app(ty_Either, gg), gh), gc) -> new_esEs2(xx3000, xx4000, gg, gh) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs0(@2(xx3000, xx3001), @2(xx4000, xx4001), df, app(app(ty_Either, ec), ed)) -> new_esEs2(xx3001, xx4001, ec, ed) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs0(@2(xx3000, xx3001), @2(xx4000, xx4001), app(app(ty_Either, da), db), cd) -> new_esEs2(xx3000, xx4000, da, db) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), app(app(ty_Either, bbd), bbe), bag, bah) -> new_esEs2(xx3000, xx4000, bbd, bbe) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), bca, bag, app(app(ty_Either, bdg), bdh)) -> new_esEs2(xx3002, xx4002, bdg, bdh) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), bca, app(app(ty_Either, bcf), bcg), bah) -> new_esEs2(xx3001, xx4001, bcf, bcg) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs2(Right(xx3000), Right(xx4000), hd, app(app(app(ty_@3, bac), bad), bae)) -> new_esEs3(xx3000, xx4000, bac, bad, bae) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs2(Left(xx3000), Left(xx4000), app(app(app(ty_@3, ha), hb), hc), gc) -> new_esEs3(xx3000, xx4000, ha, hb, hc) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs2(Right(xx3000), Right(xx4000), hd, app(ty_[], he)) -> new_esEs(xx3000, xx4000, he) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs2(Left(xx3000), Left(xx4000), app(ty_[], gb), gc) -> new_esEs(xx3000, xx4000, gb) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs2(Left(xx3000), Left(xx4000), app(ty_Maybe, gf), gc) -> new_esEs1(xx3000, xx4000, gf) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs2(Right(xx3000), Right(xx4000), hd, app(ty_Maybe, hh)) -> new_esEs1(xx3000, xx4000, hh) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs0(@2(xx3000, xx3001), @2(xx4000, xx4001), app(app(app(ty_@3, dc), dd), de), cd) -> new_esEs3(xx3000, xx4000, dc, dd, de) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs0(@2(xx3000, xx3001), @2(xx4000, xx4001), df, app(app(app(ty_@3, ee), ef), eg)) -> new_esEs3(xx3001, xx4001, ee, ef, eg) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), app(app(app(ty_@3, bbf), bbg), bbh), bag, bah) -> new_esEs3(xx3000, xx4000, bbf, bbg, bbh) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), bca, bag, app(app(app(ty_@3, bea), beb), bec)) -> new_esEs3(xx3002, xx4002, bea, beb, bec) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), bca, app(app(app(ty_@3, bch), bda), bdb), bah) -> new_esEs3(xx3001, xx4001, bch, bda, bdb) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs0(@2(xx3000, xx3001), @2(xx4000, xx4001), app(ty_[], cc), cd) -> new_esEs(xx3000, xx4000, cc) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs0(@2(xx3000, xx3001), @2(xx4000, xx4001), df, app(ty_[], dg)) -> new_esEs(xx3001, xx4001, dg) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs0(@2(xx3000, xx3001), @2(xx4000, xx4001), app(ty_Maybe, cg), cd) -> new_esEs1(xx3000, xx4000, cg) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs0(@2(xx3000, xx3001), @2(xx4000, xx4001), df, app(ty_Maybe, eb)) -> new_esEs1(xx3001, xx4001, eb) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), bca, app(ty_[], bcb), bah) -> new_esEs(xx3001, xx4001, bcb) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), bca, bag, app(ty_[], bdc)) -> new_esEs(xx3002, xx4002, bdc) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), app(ty_[], baf), bag, bah) -> new_esEs(xx3000, xx4000, baf) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), app(ty_Maybe, bbc), bag, bah) -> new_esEs1(xx3000, xx4000, bbc) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), bca, app(ty_Maybe, bce), bah) -> new_esEs1(xx3001, xx4001, bce) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs3(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), bca, bag, app(ty_Maybe, bdf)) -> new_esEs1(xx3002, xx4002, bdf) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs(:(xx3000, xx3001), :(xx4000, xx4001), cb) -> new_esEs(xx3001, xx4001, cb) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 16.48/6.24 16.48/6.24 16.48/6.24 *new_esEs(:(xx3000, xx3001), :(xx4000, xx4001), app(ty_[], ba)) -> new_esEs(xx3000, xx4000, ba) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.48/6.24 16.48/6.24 16.48/6.24 ---------------------------------------- 16.48/6.24 16.48/6.24 (18) 16.48/6.24 YES 16.48/6.24 16.48/6.24 ---------------------------------------- 16.48/6.24 16.48/6.24 (19) 16.48/6.24 Obligation: 16.48/6.24 Q DP problem: 16.48/6.24 The TRS P consists of the following rules: 16.48/6.24 16.48/6.24 new_primMulNat(Succ(xx300000), Succ(xx400100)) -> new_primMulNat(xx300000, Succ(xx400100)) 16.48/6.24 16.48/6.24 R is empty. 16.48/6.24 Q is empty. 16.48/6.24 We have to consider all minimal (P,Q,R)-chains. 16.48/6.24 ---------------------------------------- 16.48/6.24 16.48/6.24 (20) QDPSizeChangeProof (EQUIVALENT) 16.48/6.24 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. 16.48/6.24 16.48/6.24 From the DPs we obtained the following set of size-change graphs: 16.48/6.24 *new_primMulNat(Succ(xx300000), Succ(xx400100)) -> new_primMulNat(xx300000, Succ(xx400100)) 16.48/6.24 The graph contains the following edges 1 > 1, 2 >= 2 16.48/6.24 16.48/6.24 16.48/6.24 ---------------------------------------- 16.48/6.24 16.48/6.24 (21) 16.48/6.24 YES 16.48/6.24 16.48/6.24 ---------------------------------------- 16.48/6.24 16.48/6.24 (22) 16.48/6.24 Obligation: 16.48/6.24 Q DP problem: 16.48/6.24 The TRS P consists of the following rules: 16.48/6.24 16.48/6.24 new_psPs(xx25, xx26, False, xx28, xx29, ba, bb) -> new_psPs0(@2(xx25, xx26), xx28, xx29, ba, bb) 16.48/6.24 new_psPs0(@2(xx300, xx301), :(@2(xx400, xx401), xx41), xx5, bc, bd) -> new_psPs(xx300, xx301, new_asAs(new_esEs4(xx300, xx400, bc), new_esEs5(xx301, xx401, bd)), xx41, xx5, bc, bd) 16.48/6.24 16.48/6.24 The TRS R consists of the following rules: 16.48/6.24 16.48/6.24 new_esEs22(xx3001, xx4001, app(ty_Ratio, bca)) -> new_esEs16(xx3001, xx4001, bca) 16.48/6.24 new_esEs14(Left(xx3000), Left(xx4000), app(app(ty_Either, df), dg), da) -> new_esEs14(xx3000, xx4000, df, dg) 16.48/6.24 new_esEs25(xx3001, xx4001, app(ty_Maybe, bgf)) -> new_esEs13(xx3001, xx4001, bgf) 16.48/6.24 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 16.48/6.24 new_esEs26(xx3000, xx4000, ty_Integer) -> new_esEs10(xx3000, xx4000) 16.48/6.24 new_esEs7(xx3000, xx4000, app(app(ty_Either, cb), cc)) -> new_esEs14(xx3000, xx4000, cb, cc) 16.48/6.24 new_esEs21(xx3000, xx4000, ty_Bool) -> new_esEs8(xx3000, xx4000) 16.48/6.24 new_esEs14(Left(xx3000), Left(xx4000), ty_Ordering, da) -> new_esEs12(xx3000, xx4000) 16.48/6.24 new_esEs7(xx3000, xx4000, ty_Integer) -> new_esEs10(xx3000, xx4000) 16.48/6.24 new_esEs22(xx3001, xx4001, ty_Char) -> new_esEs15(xx3001, xx4001) 16.48/6.24 new_esEs7(xx3000, xx4000, ty_@0) -> new_esEs18(xx3000, xx4000) 16.48/6.24 new_esEs13(Just(xx3000), Just(xx4000), ty_Int) -> new_esEs20(xx3000, xx4000) 16.48/6.24 new_esEs24(xx3000, xx4000, ty_Char) -> new_esEs15(xx3000, xx4000) 16.48/6.24 new_esEs13(Just(xx3000), Just(xx4000), ty_Bool) -> new_esEs8(xx3000, xx4000) 16.48/6.24 new_esEs4(xx300, xx400, app(ty_[], be)) -> new_esEs6(xx300, xx400, be) 16.48/6.24 new_esEs25(xx3001, xx4001, app(app(app(ty_@3, bhb), bhc), bhd)) -> new_esEs17(xx3001, xx4001, bhb, bhc, bhd) 16.48/6.24 new_esEs21(xx3000, xx4000, app(ty_[], baa)) -> new_esEs6(xx3000, xx4000, baa) 16.48/6.24 new_esEs25(xx3001, xx4001, ty_Double) -> new_esEs19(xx3001, xx4001) 16.48/6.24 new_esEs5(xx301, xx401, ty_Integer) -> new_esEs10(xx301, xx401) 16.48/6.24 new_esEs7(xx3000, xx4000, ty_Float) -> new_esEs9(xx3000, xx4000) 16.48/6.24 new_esEs14(Right(xx3000), Right(xx4000), ed, ty_Ordering) -> new_esEs12(xx3000, xx4000) 16.48/6.24 new_esEs14(Right(xx3000), Right(xx4000), ed, app(ty_Maybe, eh)) -> new_esEs13(xx3000, xx4000, eh) 16.48/6.24 new_esEs13(Just(xx3000), Just(xx4000), app(app(ty_Either, bec), bed)) -> new_esEs14(xx3000, xx4000, bec, bed) 16.48/6.24 new_esEs18(@0, @0) -> True 16.48/6.24 new_esEs23(xx3002, xx4002, app(ty_Maybe, bch)) -> new_esEs13(xx3002, xx4002, bch) 16.48/6.24 new_esEs7(xx3000, xx4000, ty_Int) -> new_esEs20(xx3000, xx4000) 16.48/6.24 new_esEs5(xx301, xx401, app(app(ty_@2, gh), ha)) -> new_esEs11(xx301, xx401, gh, ha) 16.48/6.24 new_esEs22(xx3001, xx4001, app(app(ty_@2, bbd), bbe)) -> new_esEs11(xx3001, xx4001, bbd, bbe) 16.48/6.24 new_esEs7(xx3000, xx4000, app(app(ty_@2, bg), bh)) -> new_esEs11(xx3000, xx4000, bg, bh) 16.48/6.24 new_esEs13(Just(xx3000), Just(xx4000), ty_Integer) -> new_esEs10(xx3000, xx4000) 16.48/6.24 new_esEs12(GT, GT) -> True 16.48/6.24 new_esEs14(Left(xx3000), Left(xx4000), app(app(ty_@2, dc), dd), da) -> new_esEs11(xx3000, xx4000, dc, dd) 16.48/6.24 new_esEs24(xx3000, xx4000, app(ty_Ratio, bfg)) -> new_esEs16(xx3000, xx4000, bfg) 16.48/6.24 new_esEs14(Left(xx3000), Left(xx4000), ty_Double, da) -> new_esEs19(xx3000, xx4000) 16.48/6.24 new_asAs(True, xx42) -> xx42 16.48/6.24 new_esEs10(Integer(xx3000), Integer(xx4000)) -> new_primEqInt(xx3000, xx4000) 16.48/6.24 new_esEs5(xx301, xx401, app(app(ty_Either, hc), hd)) -> new_esEs14(xx301, xx401, hc, hd) 16.48/6.24 new_esEs5(xx301, xx401, ty_Char) -> new_esEs15(xx301, xx401) 16.48/6.24 new_esEs14(Right(xx3000), Right(xx4000), ed, ty_Char) -> new_esEs15(xx3000, xx4000) 16.48/6.24 new_esEs14(Right(xx3000), Right(xx4000), ed, app(ty_[], ee)) -> new_esEs6(xx3000, xx4000, ee) 16.48/6.24 new_primEqInt(Pos(Succ(xx30000)), Pos(Zero)) -> False 16.48/6.24 new_primEqInt(Pos(Zero), Pos(Succ(xx40000))) -> False 16.48/6.24 new_esEs4(xx300, xx400, app(app(app(ty_@3, gd), ge), gf)) -> new_esEs17(xx300, xx400, gd, ge, gf) 16.48/6.24 new_esEs6(:(xx3000, xx3001), :(xx4000, xx4001), be) -> new_asAs(new_esEs7(xx3000, xx4000, be), new_esEs6(xx3001, xx4001, be)) 16.48/6.24 new_esEs23(xx3002, xx4002, app(app(app(ty_@3, bdd), bde), bdf)) -> new_esEs17(xx3002, xx4002, bdd, bde, bdf) 16.48/6.24 new_esEs14(Left(xx3000), Left(xx4000), ty_Char, da) -> new_esEs15(xx3000, xx4000) 16.48/6.24 new_esEs4(xx300, xx400, app(ty_Maybe, gb)) -> new_esEs13(xx300, xx400, gb) 16.48/6.24 new_esEs4(xx300, xx400, ty_Bool) -> new_esEs8(xx300, xx400) 16.48/6.24 new_esEs8(False, True) -> False 16.48/6.24 new_esEs8(True, False) -> False 16.48/6.24 new_esEs21(xx3000, xx4000, app(app(ty_Either, bae), baf)) -> new_esEs14(xx3000, xx4000, bae, baf) 16.48/6.24 new_esEs14(Left(xx3000), Left(xx4000), app(ty_[], db), da) -> new_esEs6(xx3000, xx4000, db) 16.48/6.24 new_esEs23(xx3002, xx4002, ty_Double) -> new_esEs19(xx3002, xx4002) 16.48/6.24 new_esEs11(@2(xx3000, xx3001), @2(xx4000, xx4001), fh, ga) -> new_asAs(new_esEs24(xx3000, xx4000, fh), new_esEs25(xx3001, xx4001, ga)) 16.48/6.24 new_esEs6(:(xx3000, xx3001), [], be) -> False 16.48/6.24 new_esEs6([], :(xx4000, xx4001), be) -> False 16.48/6.24 new_primEqNat0(Succ(xx30000), Succ(xx40000)) -> new_primEqNat0(xx30000, xx40000) 16.48/6.24 new_esEs17(@3(xx3000, xx3001, xx3002), @3(xx4000, xx4001, xx4002), gd, ge, gf) -> new_asAs(new_esEs21(xx3000, xx4000, gd), new_asAs(new_esEs22(xx3001, xx4001, ge), new_esEs23(xx3002, xx4002, gf))) 16.48/6.24 new_esEs23(xx3002, xx4002, app(ty_[], bce)) -> new_esEs6(xx3002, xx4002, bce) 16.48/6.24 new_esEs13(Just(xx3000), Just(xx4000), app(ty_[], bdg)) -> new_esEs6(xx3000, xx4000, bdg) 16.48/6.24 new_esEs22(xx3001, xx4001, ty_Float) -> new_esEs9(xx3001, xx4001) 16.48/6.24 new_esEs14(Left(xx3000), Left(xx4000), app(app(app(ty_@3, ea), eb), ec), da) -> new_esEs17(xx3000, xx4000, ea, eb, ec) 16.48/6.24 new_esEs12(EQ, EQ) -> True 16.48/6.24 new_esEs25(xx3001, xx4001, ty_Bool) -> new_esEs8(xx3001, xx4001) 16.48/6.24 new_primMulNat0(Zero, Zero) -> Zero 16.48/6.24 new_esEs21(xx3000, xx4000, ty_Float) -> new_esEs9(xx3000, xx4000) 16.48/6.24 new_esEs14(Right(xx3000), Right(xx4000), ed, ty_Float) -> new_esEs9(xx3000, xx4000) 16.48/6.24 new_esEs22(xx3001, xx4001, ty_Integer) -> new_esEs10(xx3001, xx4001) 16.48/6.24 new_esEs7(xx3000, xx4000, app(ty_Ratio, cd)) -> new_esEs16(xx3000, xx4000, cd) 16.48/6.24 new_esEs21(xx3000, xx4000, ty_Integer) -> new_esEs10(xx3000, xx4000) 16.48/6.24 new_esEs14(Right(xx3000), Right(xx4000), ed, ty_Integer) -> new_esEs10(xx3000, xx4000) 16.48/6.24 new_esEs7(xx3000, xx4000, ty_Char) -> new_esEs15(xx3000, xx4000) 16.48/6.24 new_esEs9(Float(xx3000, xx3001), Float(xx4000, xx4001)) -> new_esEs20(new_sr(xx3000, xx4001), new_sr(xx3001, xx4000)) 16.48/6.24 new_esEs7(xx3000, xx4000, app(ty_[], bf)) -> new_esEs6(xx3000, xx4000, bf) 16.48/6.24 new_esEs21(xx3000, xx4000, app(app(app(ty_@3, bah), bba), bbb)) -> new_esEs17(xx3000, xx4000, bah, bba, bbb) 16.48/6.24 new_esEs13(Just(xx3000), Just(xx4000), app(app(ty_@2, bdh), bea)) -> new_esEs11(xx3000, xx4000, bdh, bea) 16.48/6.24 new_esEs12(LT, LT) -> True 16.48/6.24 new_esEs4(xx300, xx400, ty_Ordering) -> new_esEs12(xx300, xx400) 16.48/6.24 new_primEqNat0(Succ(xx30000), Zero) -> False 16.48/6.24 new_primEqNat0(Zero, Succ(xx40000)) -> False 16.48/6.24 new_esEs7(xx3000, xx4000, ty_Bool) -> new_esEs8(xx3000, xx4000) 16.48/6.24 new_esEs25(xx3001, xx4001, app(ty_Ratio, bha)) -> new_esEs16(xx3001, xx4001, bha) 16.48/6.24 new_esEs24(xx3000, xx4000, app(app(ty_Either, bfe), bff)) -> new_esEs14(xx3000, xx4000, bfe, bff) 16.48/6.24 new_esEs23(xx3002, xx4002, ty_@0) -> new_esEs18(xx3002, xx4002) 16.48/6.24 new_esEs13(Just(xx3000), Just(xx4000), app(ty_Maybe, beb)) -> new_esEs13(xx3000, xx4000, beb) 16.48/6.24 new_esEs25(xx3001, xx4001, app(ty_[], bgc)) -> new_esEs6(xx3001, xx4001, bgc) 16.48/6.24 new_esEs22(xx3001, xx4001, app(app(app(ty_@3, bcb), bcc), bcd)) -> new_esEs17(xx3001, xx4001, bcb, bcc, bcd) 16.48/6.24 new_esEs13(Just(xx3000), Just(xx4000), ty_@0) -> new_esEs18(xx3000, xx4000) 16.48/6.24 new_esEs24(xx3000, xx4000, ty_Double) -> new_esEs19(xx3000, xx4000) 16.48/6.24 new_esEs14(Right(xx3000), Right(xx4000), ed, app(ty_Ratio, fc)) -> new_esEs16(xx3000, xx4000, fc) 16.48/6.24 new_esEs25(xx3001, xx4001, app(app(ty_Either, bgg), bgh)) -> new_esEs14(xx3001, xx4001, bgg, bgh) 16.48/6.24 new_esEs21(xx3000, xx4000, ty_Int) -> new_esEs20(xx3000, xx4000) 16.48/6.24 new_primEqInt(Neg(Succ(xx30000)), Neg(Zero)) -> False 16.48/6.24 new_primEqInt(Neg(Zero), Neg(Succ(xx40000))) -> False 16.48/6.24 new_esEs24(xx3000, xx4000, app(ty_[], bfa)) -> new_esEs6(xx3000, xx4000, bfa) 16.48/6.24 new_esEs22(xx3001, xx4001, ty_Ordering) -> new_esEs12(xx3001, xx4001) 16.48/6.24 new_primEqInt(Pos(Succ(xx30000)), Pos(Succ(xx40000))) -> new_primEqNat0(xx30000, xx40000) 16.48/6.24 new_esEs24(xx3000, xx4000, ty_@0) -> new_esEs18(xx3000, xx4000) 16.48/6.24 new_esEs5(xx301, xx401, ty_@0) -> new_esEs18(xx301, xx401) 16.48/6.24 new_esEs14(Left(xx3000), Left(xx4000), ty_Bool, da) -> new_esEs8(xx3000, xx4000) 16.48/6.24 new_sr(Pos(xx30000), Neg(xx40010)) -> Neg(new_primMulNat0(xx30000, xx40010)) 16.48/6.24 new_sr(Neg(xx30000), Pos(xx40010)) -> Neg(new_primMulNat0(xx30000, xx40010)) 16.48/6.24 new_primPlusNat1(Succ(xx4300), Succ(xx4001000)) -> Succ(Succ(new_primPlusNat1(xx4300, xx4001000))) 16.48/6.24 new_esEs20(xx300, xx400) -> new_primEqInt(xx300, xx400) 16.48/6.24 new_primEqInt(Pos(Succ(xx30000)), Neg(xx4000)) -> False 16.48/6.24 new_primEqInt(Neg(Succ(xx30000)), Pos(xx4000)) -> False 16.48/6.24 new_esEs14(Left(xx3000), Left(xx4000), ty_Float, da) -> new_esEs9(xx3000, xx4000) 16.48/6.24 new_esEs27(xx3001, xx4001, ty_Integer) -> new_esEs10(xx3001, xx4001) 16.48/6.24 new_esEs19(Double(xx3000, xx3001), Double(xx4000, xx4001)) -> new_esEs20(new_sr(xx3000, xx4001), new_sr(xx3001, xx4000)) 16.48/6.24 new_esEs12(EQ, GT) -> False 16.48/6.24 new_esEs12(GT, EQ) -> False 16.48/6.24 new_esEs26(xx3000, xx4000, ty_Int) -> new_esEs20(xx3000, xx4000) 16.48/6.24 new_esEs14(Left(xx3000), Left(xx4000), ty_Int, da) -> new_esEs20(xx3000, xx4000) 16.48/6.24 new_esEs14(Left(xx3000), Left(xx4000), app(ty_Ratio, dh), da) -> new_esEs16(xx3000, xx4000, dh) 16.48/6.24 new_esEs24(xx3000, xx4000, app(app(ty_@2, bfb), bfc)) -> new_esEs11(xx3000, xx4000, bfb, bfc) 16.48/6.24 new_esEs25(xx3001, xx4001, ty_Char) -> new_esEs15(xx3001, xx4001) 16.48/6.24 new_esEs23(xx3002, xx4002, ty_Char) -> new_esEs15(xx3002, xx4002) 16.48/6.24 new_esEs5(xx301, xx401, app(ty_Maybe, hb)) -> new_esEs13(xx301, xx401, hb) 16.48/6.24 new_esEs25(xx3001, xx4001, app(app(ty_@2, bgd), bge)) -> new_esEs11(xx3001, xx4001, bgd, bge) 16.48/6.24 new_esEs22(xx3001, xx4001, app(ty_[], bbc)) -> new_esEs6(xx3001, xx4001, bbc) 16.48/6.24 new_sr(Neg(xx30000), Neg(xx40010)) -> Pos(new_primMulNat0(xx30000, xx40010)) 16.48/6.24 new_esEs6([], [], be) -> True 16.48/6.24 new_esEs4(xx300, xx400, app(app(ty_@2, fh), ga)) -> new_esEs11(xx300, xx400, fh, ga) 16.48/6.24 new_esEs25(xx3001, xx4001, ty_Integer) -> new_esEs10(xx3001, xx4001) 16.48/6.24 new_esEs21(xx3000, xx4000, app(ty_Ratio, bag)) -> new_esEs16(xx3000, xx4000, bag) 16.48/6.24 new_esEs24(xx3000, xx4000, app(ty_Maybe, bfd)) -> new_esEs13(xx3000, xx4000, bfd) 16.48/6.24 new_esEs14(Right(xx3000), Right(xx4000), ed, ty_Bool) -> new_esEs8(xx3000, xx4000) 16.48/6.24 new_esEs16(:%(xx3000, xx3001), :%(xx4000, xx4001), gc) -> new_asAs(new_esEs26(xx3000, xx4000, gc), new_esEs27(xx3001, xx4001, gc)) 16.48/6.24 new_esEs4(xx300, xx400, app(ty_Ratio, gc)) -> new_esEs16(xx300, xx400, gc) 16.48/6.24 new_primEqInt(Pos(Zero), Neg(Succ(xx40000))) -> False 16.48/6.24 new_primEqInt(Neg(Zero), Pos(Succ(xx40000))) -> False 16.48/6.24 new_esEs7(xx3000, xx4000, ty_Double) -> new_esEs19(xx3000, xx4000) 16.48/6.24 new_esEs5(xx301, xx401, app(app(app(ty_@3, hf), hg), hh)) -> new_esEs17(xx301, xx401, hf, hg, hh) 16.48/6.24 new_esEs14(Right(xx3000), Right(xx4000), ed, ty_Int) -> new_esEs20(xx3000, xx4000) 16.48/6.24 new_esEs12(LT, EQ) -> False 16.48/6.24 new_esEs12(EQ, LT) -> False 16.48/6.24 new_esEs21(xx3000, xx4000, ty_Ordering) -> new_esEs12(xx3000, xx4000) 16.48/6.24 new_esEs5(xx301, xx401, app(ty_[], gg)) -> new_esEs6(xx301, xx401, gg) 16.48/6.24 new_esEs4(xx300, xx400, ty_Float) -> new_esEs9(xx300, xx400) 16.48/6.24 new_esEs13(Just(xx3000), Just(xx4000), app(app(app(ty_@3, bef), beg), beh)) -> new_esEs17(xx3000, xx4000, bef, beg, beh) 16.48/6.24 new_esEs4(xx300, xx400, ty_Integer) -> new_esEs10(xx300, xx400) 16.48/6.24 new_esEs13(Just(xx3000), Just(xx4000), ty_Double) -> new_esEs19(xx3000, xx4000) 16.48/6.24 new_primEqInt(Neg(Succ(xx30000)), Neg(Succ(xx40000))) -> new_primEqNat0(xx30000, xx40000) 16.48/6.24 new_esEs22(xx3001, xx4001, app(ty_Maybe, bbf)) -> new_esEs13(xx3001, xx4001, bbf) 16.48/6.24 new_esEs14(Left(xx3000), Left(xx4000), ty_Integer, da) -> new_esEs10(xx3000, xx4000) 16.48/6.24 new_esEs7(xx3000, xx4000, ty_Ordering) -> new_esEs12(xx3000, xx4000) 16.48/6.24 new_esEs7(xx3000, xx4000, app(ty_Maybe, ca)) -> new_esEs13(xx3000, xx4000, ca) 16.48/6.24 new_esEs12(LT, GT) -> False 16.48/6.24 new_esEs12(GT, LT) -> False 16.48/6.24 new_primPlusNat0(Succ(xx430), xx400100) -> Succ(Succ(new_primPlusNat1(xx430, xx400100))) 16.48/6.24 new_esEs14(Right(xx3000), Right(xx4000), ed, app(app(ty_Either, fa), fb)) -> new_esEs14(xx3000, xx4000, fa, fb) 16.48/6.24 new_esEs27(xx3001, xx4001, ty_Int) -> new_esEs20(xx3001, xx4001) 16.48/6.24 new_esEs23(xx3002, xx4002, app(app(ty_@2, bcf), bcg)) -> new_esEs11(xx3002, xx4002, bcf, bcg) 16.48/6.24 new_esEs8(True, True) -> True 16.48/6.24 new_esEs8(False, False) -> True 16.48/6.24 new_esEs25(xx3001, xx4001, ty_Int) -> new_esEs20(xx3001, xx4001) 16.48/6.24 new_primPlusNat1(Zero, Zero) -> Zero 16.48/6.24 new_esEs23(xx3002, xx4002, ty_Integer) -> new_esEs10(xx3002, xx4002) 16.48/6.24 new_primMulNat0(Succ(xx300000), Zero) -> Zero 16.48/6.24 new_primMulNat0(Zero, Succ(xx400100)) -> Zero 16.48/6.24 new_sr(Pos(xx30000), Pos(xx40010)) -> Pos(new_primMulNat0(xx30000, xx40010)) 16.48/6.24 new_primPlusNat0(Zero, xx400100) -> Succ(xx400100) 16.48/6.24 new_esEs25(xx3001, xx4001, ty_Float) -> new_esEs9(xx3001, xx4001) 16.48/6.24 new_esEs23(xx3002, xx4002, ty_Ordering) -> new_esEs12(xx3002, xx4002) 16.48/6.24 new_esEs21(xx3000, xx4000, ty_Char) -> new_esEs15(xx3000, xx4000) 16.48/6.24 new_esEs13(Just(xx3000), Just(xx4000), ty_Ordering) -> new_esEs12(xx3000, xx4000) 16.48/6.24 new_esEs7(xx3000, xx4000, app(app(app(ty_@3, ce), cf), cg)) -> new_esEs17(xx3000, xx4000, ce, cf, cg) 16.48/6.24 new_esEs22(xx3001, xx4001, ty_Bool) -> new_esEs8(xx3001, xx4001) 16.48/6.24 new_esEs5(xx301, xx401, ty_Double) -> new_esEs19(xx301, xx401) 16.48/6.24 new_esEs22(xx3001, xx4001, ty_Int) -> new_esEs20(xx3001, xx4001) 16.48/6.24 new_esEs4(xx300, xx400, ty_@0) -> new_esEs18(xx300, xx400) 16.48/6.24 new_esEs25(xx3001, xx4001, ty_@0) -> new_esEs18(xx3001, xx4001) 16.48/6.24 new_esEs25(xx3001, xx4001, ty_Ordering) -> new_esEs12(xx3001, xx4001) 16.48/6.24 new_esEs5(xx301, xx401, ty_Ordering) -> new_esEs12(xx301, xx401) 16.48/6.24 new_esEs14(Right(xx3000), Right(xx4000), ed, app(app(app(ty_@3, fd), ff), fg)) -> new_esEs17(xx3000, xx4000, fd, ff, fg) 16.48/6.24 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 16.48/6.24 new_primMulNat0(Succ(xx300000), Succ(xx400100)) -> new_primPlusNat0(new_primMulNat0(xx300000, Succ(xx400100)), xx400100) 16.48/6.24 new_esEs21(xx3000, xx4000, ty_Double) -> new_esEs19(xx3000, xx4000) 16.48/6.24 new_esEs23(xx3002, xx4002, app(app(ty_Either, bda), bdb)) -> new_esEs14(xx3002, xx4002, bda, bdb) 16.48/6.24 new_esEs22(xx3001, xx4001, ty_@0) -> new_esEs18(xx3001, xx4001) 16.48/6.24 new_esEs24(xx3000, xx4000, ty_Ordering) -> new_esEs12(xx3000, xx4000) 16.48/6.24 new_esEs23(xx3002, xx4002, ty_Int) -> new_esEs20(xx3002, xx4002) 16.48/6.24 new_esEs14(Right(xx3000), Right(xx4000), ed, ty_@0) -> new_esEs18(xx3000, xx4000) 16.48/6.24 new_esEs4(xx300, xx400, ty_Int) -> new_esEs20(xx300, xx400) 16.48/6.24 new_esEs24(xx3000, xx4000, ty_Bool) -> new_esEs8(xx3000, xx4000) 16.48/6.24 new_primPlusNat1(Succ(xx4300), Zero) -> Succ(xx4300) 16.48/6.24 new_primPlusNat1(Zero, Succ(xx4001000)) -> Succ(xx4001000) 16.48/6.24 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 16.48/6.24 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 16.48/6.24 new_esEs14(Right(xx3000), Right(xx4000), ed, ty_Double) -> new_esEs19(xx3000, xx4000) 16.48/6.24 new_esEs24(xx3000, xx4000, ty_Int) -> new_esEs20(xx3000, xx4000) 16.48/6.24 new_esEs13(Just(xx3000), Just(xx4000), ty_Char) -> new_esEs15(xx3000, xx4000) 16.48/6.24 new_esEs13(Nothing, Nothing, gb) -> True 16.48/6.24 new_esEs24(xx3000, xx4000, app(app(app(ty_@3, bfh), bga), bgb)) -> new_esEs17(xx3000, xx4000, bfh, bga, bgb) 16.48/6.24 new_esEs4(xx300, xx400, ty_Double) -> new_esEs19(xx300, xx400) 16.48/6.24 new_esEs24(xx3000, xx4000, ty_Integer) -> new_esEs10(xx3000, xx4000) 16.48/6.24 new_primEqNat0(Zero, Zero) -> True 16.48/6.24 new_esEs23(xx3002, xx4002, ty_Bool) -> new_esEs8(xx3002, xx4002) 16.48/6.24 new_esEs5(xx301, xx401, app(ty_Ratio, he)) -> new_esEs16(xx301, xx401, he) 16.48/6.24 new_esEs15(Char(xx3000), Char(xx4000)) -> new_primEqNat0(xx3000, xx4000) 16.48/6.24 new_esEs13(Just(xx3000), Just(xx4000), app(ty_Ratio, bee)) -> new_esEs16(xx3000, xx4000, bee) 16.48/6.24 new_esEs24(xx3000, xx4000, ty_Float) -> new_esEs9(xx3000, xx4000) 16.48/6.24 new_esEs13(Just(xx3000), Just(xx4000), ty_Float) -> new_esEs9(xx3000, xx4000) 16.48/6.24 new_esEs23(xx3002, xx4002, ty_Float) -> new_esEs9(xx3002, xx4002) 16.48/6.24 new_esEs14(Left(xx3000), Left(xx4000), app(ty_Maybe, de), da) -> new_esEs13(xx3000, xx4000, de) 16.48/6.24 new_esEs14(Left(xx3000), Left(xx4000), ty_@0, da) -> new_esEs18(xx3000, xx4000) 16.48/6.24 new_asAs(False, xx42) -> False 16.48/6.24 new_esEs4(xx300, xx400, app(app(ty_Either, ed), da)) -> new_esEs14(xx300, xx400, ed, da) 16.48/6.24 new_esEs14(Right(xx3000), Right(xx4000), ed, app(app(ty_@2, ef), eg)) -> new_esEs11(xx3000, xx4000, ef, eg) 16.48/6.24 new_esEs21(xx3000, xx4000, app(app(ty_@2, bab), bac)) -> new_esEs11(xx3000, xx4000, bab, bac) 16.48/6.24 new_esEs23(xx3002, xx4002, app(ty_Ratio, bdc)) -> new_esEs16(xx3002, xx4002, bdc) 16.48/6.24 new_esEs14(Left(xx3000), Right(xx4000), ed, da) -> False 16.48/6.24 new_esEs14(Right(xx3000), Left(xx4000), ed, da) -> False 16.48/6.24 new_esEs21(xx3000, xx4000, app(ty_Maybe, bad)) -> new_esEs13(xx3000, xx4000, bad) 16.48/6.24 new_esEs5(xx301, xx401, ty_Float) -> new_esEs9(xx301, xx401) 16.48/6.24 new_esEs22(xx3001, xx4001, app(app(ty_Either, bbg), bbh)) -> new_esEs14(xx3001, xx4001, bbg, bbh) 16.48/6.24 new_esEs22(xx3001, xx4001, ty_Double) -> new_esEs19(xx3001, xx4001) 16.48/6.24 new_esEs5(xx301, xx401, ty_Bool) -> new_esEs8(xx301, xx401) 16.48/6.24 new_esEs21(xx3000, xx4000, ty_@0) -> new_esEs18(xx3000, xx4000) 16.48/6.24 new_esEs5(xx301, xx401, ty_Int) -> new_esEs20(xx301, xx401) 16.48/6.24 new_esEs13(Nothing, Just(xx4000), gb) -> False 16.48/6.24 new_esEs13(Just(xx3000), Nothing, gb) -> False 16.48/6.24 new_esEs4(xx300, xx400, ty_Char) -> new_esEs15(xx300, xx400) 16.48/6.24 16.48/6.24 The set Q consists of the following terms: 16.48/6.24 16.48/6.24 new_esEs26(x0, x1, ty_Integer) 16.48/6.24 new_primPlusNat0(Zero, x0) 16.48/6.24 new_esEs13(Just(x0), Just(x1), app(ty_Maybe, x2)) 16.48/6.24 new_esEs15(Char(x0), Char(x1)) 16.48/6.24 new_esEs7(x0, x1, ty_@0) 16.48/6.24 new_esEs4(x0, x1, ty_Ordering) 16.48/6.24 new_esEs5(x0, x1, ty_Char) 16.48/6.24 new_esEs13(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 16.48/6.24 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 16.48/6.24 new_esEs12(EQ, EQ) 16.48/6.24 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 16.48/6.24 new_esEs23(x0, x1, ty_Ordering) 16.48/6.24 new_esEs23(x0, x1, ty_Int) 16.48/6.24 new_esEs22(x0, x1, ty_Double) 16.48/6.24 new_esEs23(x0, x1, app(ty_Maybe, x2)) 16.48/6.24 new_esEs5(x0, x1, ty_Int) 16.48/6.24 new_primMulNat0(Zero, Zero) 16.48/6.24 new_primPlusNat1(Zero, Zero) 16.48/6.24 new_esEs14(Left(x0), Left(x1), ty_Ordering, x2) 16.48/6.24 new_esEs25(x0, x1, app(ty_Ratio, x2)) 16.48/6.24 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 16.48/6.24 new_esEs24(x0, x1, ty_Integer) 16.48/6.24 new_esEs4(x0, x1, ty_Int) 16.48/6.24 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.48/6.24 new_esEs14(Left(x0), Left(x1), ty_Int, x2) 16.48/6.24 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 16.48/6.24 new_esEs7(x0, x1, ty_Bool) 16.48/6.24 new_esEs22(x0, x1, app(ty_Maybe, x2)) 16.48/6.24 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 16.48/6.24 new_esEs14(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 16.48/6.24 new_esEs6([], :(x0, x1), x2) 16.48/6.24 new_primEqInt(Pos(Zero), Pos(Zero)) 16.48/6.24 new_esEs25(x0, x1, app(ty_[], x2)) 16.48/6.24 new_esEs27(x0, x1, ty_Integer) 16.48/6.24 new_esEs23(x0, x1, ty_Char) 16.48/6.24 new_esEs14(Left(x0), Left(x1), ty_Double, x2) 16.48/6.24 new_esEs14(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 16.48/6.24 new_esEs23(x0, x1, ty_Double) 16.48/6.24 new_esEs14(Right(x0), Right(x1), x2, ty_Int) 16.48/6.24 new_esEs13(Just(x0), Just(x1), ty_Integer) 16.48/6.24 new_esEs14(Left(x0), Left(x1), ty_Char, x2) 16.48/6.24 new_esEs14(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 16.48/6.24 new_sr(Pos(x0), Neg(x1)) 16.48/6.24 new_sr(Neg(x0), Pos(x1)) 16.48/6.24 new_esEs4(x0, x1, ty_Char) 16.48/6.24 new_esEs14(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 16.48/6.24 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 16.48/6.24 new_esEs4(x0, x1, ty_Double) 16.48/6.24 new_esEs5(x0, x1, app(ty_[], x2)) 16.48/6.24 new_primEqInt(Neg(Zero), Neg(Zero)) 16.48/6.24 new_esEs5(x0, x1, ty_Double) 16.48/6.24 new_esEs14(Right(x0), Right(x1), x2, ty_Char) 16.48/6.24 new_primMulNat0(Succ(x0), Zero) 16.48/6.24 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 16.48/6.24 new_esEs14(Right(x0), Right(x1), x2, ty_Double) 16.48/6.24 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.48/6.24 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 16.48/6.24 new_esEs22(x0, x1, ty_Integer) 16.48/6.24 new_esEs5(x0, x1, app(ty_Ratio, x2)) 16.48/6.24 new_esEs21(x0, x1, ty_Bool) 16.48/6.24 new_esEs13(Nothing, Nothing, x0) 16.48/6.24 new_esEs24(x0, x1, ty_@0) 16.48/6.24 new_sr(Pos(x0), Pos(x1)) 16.48/6.24 new_esEs12(EQ, GT) 16.48/6.24 new_esEs12(GT, EQ) 16.48/6.24 new_esEs24(x0, x1, ty_Double) 16.48/6.24 new_esEs14(Right(x0), Right(x1), x2, ty_Float) 16.48/6.24 new_esEs5(x0, x1, ty_Float) 16.48/6.24 new_esEs13(Just(x0), Just(x1), ty_Int) 16.48/6.24 new_esEs21(x0, x1, ty_Float) 16.48/6.24 new_esEs25(x0, x1, ty_Integer) 16.48/6.24 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 16.48/6.24 new_esEs14(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 16.48/6.24 new_esEs21(x0, x1, app(ty_Ratio, x2)) 16.48/6.24 new_esEs13(Just(x0), Just(x1), ty_Bool) 16.48/6.24 new_esEs24(x0, x1, ty_Bool) 16.48/6.24 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 16.48/6.24 new_esEs20(x0, x1) 16.48/6.24 new_esEs27(x0, x1, ty_Int) 16.48/6.24 new_esEs24(x0, x1, ty_Float) 16.48/6.24 new_esEs24(x0, x1, app(ty_[], x2)) 16.48/6.24 new_esEs13(Just(x0), Just(x1), ty_Float) 16.48/6.24 new_esEs8(False, True) 16.48/6.24 new_esEs8(True, False) 16.48/6.24 new_esEs13(Just(x0), Nothing, x1) 16.48/6.24 new_esEs8(True, True) 16.48/6.24 new_esEs22(x0, x1, app(ty_[], x2)) 16.48/6.24 new_esEs21(x0, x1, ty_Double) 16.48/6.24 new_esEs14(Right(x0), Right(x1), x2, ty_@0) 16.48/6.24 new_esEs5(x0, x1, ty_@0) 16.48/6.24 new_primPlusNat1(Succ(x0), Zero) 16.48/6.24 new_esEs14(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 16.48/6.24 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.48/6.24 new_esEs14(Left(x0), Left(x1), app(ty_[], x2), x3) 16.48/6.24 new_primEqInt(Pos(Zero), Neg(Zero)) 16.48/6.24 new_primEqInt(Neg(Zero), Pos(Zero)) 16.48/6.24 new_esEs13(Just(x0), Just(x1), ty_Char) 16.48/6.24 new_esEs23(x0, x1, ty_@0) 16.48/6.24 new_primMulNat0(Zero, Succ(x0)) 16.48/6.24 new_esEs16(:%(x0, x1), :%(x2, x3), x4) 16.48/6.24 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 16.48/6.24 new_esEs13(Just(x0), Just(x1), ty_@0) 16.48/6.24 new_esEs22(x0, x1, ty_Ordering) 16.48/6.24 new_esEs4(x0, x1, ty_Integer) 16.48/6.24 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.48/6.24 new_esEs12(LT, GT) 16.48/6.24 new_esEs12(GT, LT) 16.48/6.24 new_esEs13(Just(x0), Just(x1), app(ty_[], x2)) 16.48/6.24 new_esEs14(Right(x0), Right(x1), x2, app(ty_[], x3)) 16.48/6.24 new_esEs21(x0, x1, ty_Int) 16.48/6.24 new_esEs12(LT, LT) 16.48/6.24 new_esEs21(x0, x1, ty_@0) 16.48/6.24 new_esEs25(x0, x1, ty_Ordering) 16.48/6.24 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.48/6.24 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.48/6.24 new_esEs23(x0, x1, ty_Float) 16.48/6.24 new_esEs13(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 16.48/6.24 new_esEs7(x0, x1, app(ty_[], x2)) 16.48/6.24 new_esEs10(Integer(x0), Integer(x1)) 16.48/6.24 new_esEs13(Just(x0), Just(x1), ty_Double) 16.48/6.24 new_esEs14(Left(x0), Left(x1), ty_Integer, x2) 16.48/6.24 new_esEs24(x0, x1, ty_Int) 16.48/6.24 new_esEs14(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 16.48/6.24 new_esEs7(x0, x1, app(ty_Maybe, x2)) 16.48/6.24 new_primPlusNat0(Succ(x0), x1) 16.48/6.24 new_esEs24(x0, x1, ty_Char) 16.48/6.24 new_esEs11(@2(x0, x1), @2(x2, x3), x4, x5) 16.48/6.24 new_esEs9(Float(x0, x1), Float(x2, x3)) 16.48/6.24 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 16.48/6.24 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 16.48/6.24 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 16.48/6.24 new_asAs(True, x0) 16.48/6.24 new_esEs4(x0, x1, ty_Bool) 16.48/6.24 new_esEs7(x0, x1, ty_Double) 16.48/6.24 new_esEs5(x0, x1, ty_Integer) 16.48/6.24 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.48/6.24 new_esEs13(Nothing, Just(x0), x1) 16.48/6.24 new_primEqNat0(Succ(x0), Succ(x1)) 16.48/6.24 new_esEs26(x0, x1, ty_Int) 16.48/6.24 new_esEs13(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 16.48/6.24 new_esEs23(x0, x1, app(ty_Ratio, x2)) 16.48/6.24 new_esEs21(x0, x1, ty_Char) 16.48/6.24 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 16.48/6.24 new_esEs7(x0, x1, ty_Ordering) 16.48/6.24 new_esEs6([], [], x0) 16.48/6.24 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 16.48/6.24 new_esEs7(x0, x1, ty_Float) 16.48/6.24 new_esEs17(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 16.48/6.24 new_esEs4(x0, x1, ty_@0) 16.48/6.24 new_esEs12(GT, GT) 16.48/6.24 new_esEs12(LT, EQ) 16.48/6.24 new_esEs12(EQ, LT) 16.48/6.24 new_esEs25(x0, x1, app(ty_Maybe, x2)) 16.48/6.24 new_esEs7(x0, x1, app(ty_Ratio, x2)) 16.48/6.24 new_esEs24(x0, x1, app(ty_Maybe, x2)) 16.48/6.24 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 16.48/6.24 new_esEs4(x0, x1, app(ty_[], x2)) 16.48/6.24 new_esEs14(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 16.48/6.24 new_esEs14(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 16.48/6.24 new_esEs6(:(x0, x1), [], x2) 16.48/6.24 new_esEs25(x0, x1, ty_Bool) 16.48/6.24 new_esEs5(x0, x1, app(ty_Maybe, x2)) 16.48/6.24 new_esEs14(Left(x0), Left(x1), ty_Bool, x2) 16.48/6.24 new_primPlusNat1(Succ(x0), Succ(x1)) 16.48/6.24 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 16.48/6.24 new_primMulNat0(Succ(x0), Succ(x1)) 16.48/6.24 new_esEs7(x0, x1, ty_Int) 16.48/6.24 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 16.48/6.24 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 16.48/6.24 new_esEs18(@0, @0) 16.48/6.24 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.48/6.24 new_esEs22(x0, x1, ty_Bool) 16.48/6.24 new_esEs23(x0, x1, app(ty_[], x2)) 16.48/6.24 new_primEqNat0(Zero, Succ(x0)) 16.48/6.24 new_primEqNat0(Succ(x0), Zero) 16.48/6.24 new_esEs23(x0, x1, ty_Bool) 16.48/6.24 new_primEqNat0(Zero, Zero) 16.48/6.24 new_primPlusNat1(Zero, Succ(x0)) 16.48/6.24 new_esEs7(x0, x1, ty_Char) 16.48/6.24 new_esEs14(Right(x0), Right(x1), x2, ty_Bool) 16.48/6.24 new_esEs19(Double(x0, x1), Double(x2, x3)) 16.48/6.24 new_esEs8(False, False) 16.48/6.24 new_esEs22(x0, x1, ty_Int) 16.48/6.24 new_esEs21(x0, x1, app(ty_Maybe, x2)) 16.48/6.24 new_esEs5(x0, x1, ty_Bool) 16.48/6.24 new_esEs7(x0, x1, ty_Integer) 16.48/6.24 new_esEs13(Just(x0), Just(x1), ty_Ordering) 16.48/6.24 new_esEs6(:(x0, x1), :(x2, x3), x4) 16.48/6.24 new_esEs22(x0, x1, ty_Char) 16.48/6.24 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 16.48/6.24 new_esEs5(x0, x1, ty_Ordering) 16.48/6.24 new_esEs14(Right(x0), Right(x1), x2, ty_Ordering) 16.48/6.24 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 16.48/6.24 new_esEs4(x0, x1, app(ty_Maybe, x2)) 16.48/6.24 new_esEs22(x0, x1, app(ty_Ratio, x2)) 16.48/6.24 new_esEs25(x0, x1, ty_Double) 16.48/6.24 new_esEs14(Left(x0), Left(x1), ty_@0, x2) 16.48/6.24 new_esEs13(Just(x0), Just(x1), app(ty_Ratio, x2)) 16.48/6.24 new_esEs25(x0, x1, ty_Float) 16.48/6.24 new_esEs25(x0, x1, ty_Char) 16.48/6.24 new_esEs21(x0, x1, ty_Integer) 16.48/6.24 new_esEs14(Right(x0), Right(x1), x2, ty_Integer) 16.48/6.24 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 16.48/6.24 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 16.48/6.24 new_sr(Neg(x0), Neg(x1)) 16.48/6.24 new_esEs22(x0, x1, ty_Float) 16.48/6.24 new_esEs14(Left(x0), Right(x1), x2, x3) 16.48/6.24 new_esEs14(Right(x0), Left(x1), x2, x3) 16.48/6.24 new_esEs22(x0, x1, ty_@0) 16.48/6.24 new_esEs24(x0, x1, ty_Ordering) 16.48/6.24 new_esEs4(x0, x1, app(ty_Ratio, x2)) 16.48/6.24 new_esEs4(x0, x1, ty_Float) 16.48/6.24 new_esEs23(x0, x1, ty_Integer) 16.48/6.24 new_esEs25(x0, x1, ty_Int) 16.48/6.24 new_esEs21(x0, x1, app(ty_[], x2)) 16.48/6.24 new_esEs25(x0, x1, ty_@0) 16.48/6.24 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 16.48/6.24 new_esEs14(Left(x0), Left(x1), ty_Float, x2) 16.48/6.24 new_esEs21(x0, x1, ty_Ordering) 16.48/6.24 new_asAs(False, x0) 16.48/6.24 new_esEs14(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 16.48/6.24 new_esEs24(x0, x1, app(ty_Ratio, x2)) 16.48/6.24 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 16.48/6.24 16.48/6.24 We have to consider all minimal (P,Q,R)-chains. 16.48/6.24 ---------------------------------------- 16.48/6.24 16.48/6.24 (23) QDPSizeChangeProof (EQUIVALENT) 16.48/6.24 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. 16.48/6.24 16.48/6.24 From the DPs we obtained the following set of size-change graphs: 16.48/6.24 *new_psPs0(@2(xx300, xx301), :(@2(xx400, xx401), xx41), xx5, bc, bd) -> new_psPs(xx300, xx301, new_asAs(new_esEs4(xx300, xx400, bc), new_esEs5(xx301, xx401, bd)), xx41, xx5, bc, bd) 16.48/6.24 The graph contains the following edges 1 > 1, 1 > 2, 2 > 4, 3 >= 5, 4 >= 6, 5 >= 7 16.48/6.24 16.48/6.24 16.48/6.24 *new_psPs(xx25, xx26, False, xx28, xx29, ba, bb) -> new_psPs0(@2(xx25, xx26), xx28, xx29, ba, bb) 16.48/6.24 The graph contains the following edges 4 >= 2, 5 >= 3, 6 >= 4, 7 >= 5 16.48/6.24 16.48/6.24 16.48/6.24 ---------------------------------------- 16.48/6.24 16.48/6.24 (24) 16.48/6.24 YES 16.48/6.24 16.48/6.24 ---------------------------------------- 16.48/6.24 16.48/6.24 (25) 16.48/6.24 Obligation: 16.48/6.24 Q DP problem: 16.48/6.24 The TRS P consists of the following rules: 16.48/6.24 16.48/6.24 new_primPlusNat(Succ(xx4300), Succ(xx4001000)) -> new_primPlusNat(xx4300, xx4001000) 16.48/6.24 16.48/6.24 R is empty. 16.48/6.24 Q is empty. 16.48/6.24 We have to consider all minimal (P,Q,R)-chains. 16.48/6.24 ---------------------------------------- 16.48/6.24 16.48/6.24 (26) QDPSizeChangeProof (EQUIVALENT) 16.48/6.24 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. 16.48/6.24 16.48/6.24 From the DPs we obtained the following set of size-change graphs: 16.48/6.24 *new_primPlusNat(Succ(xx4300), Succ(xx4001000)) -> new_primPlusNat(xx4300, xx4001000) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2 16.48/6.24 16.48/6.24 16.48/6.24 ---------------------------------------- 16.48/6.24 16.48/6.24 (27) 16.48/6.24 YES 16.48/6.24 16.48/6.24 ---------------------------------------- 16.48/6.24 16.48/6.24 (28) 16.48/6.24 Obligation: 16.48/6.24 Q DP problem: 16.48/6.24 The TRS P consists of the following rules: 16.48/6.24 16.48/6.24 new_primEqNat(Succ(xx30000), Succ(xx40000)) -> new_primEqNat(xx30000, xx40000) 16.48/6.24 16.48/6.24 R is empty. 16.48/6.24 Q is empty. 16.48/6.24 We have to consider all minimal (P,Q,R)-chains. 16.48/6.24 ---------------------------------------- 16.48/6.24 16.48/6.24 (29) QDPSizeChangeProof (EQUIVALENT) 16.48/6.24 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. 16.48/6.24 16.48/6.24 From the DPs we obtained the following set of size-change graphs: 16.48/6.24 *new_primEqNat(Succ(xx30000), Succ(xx40000)) -> new_primEqNat(xx30000, xx40000) 16.48/6.24 The graph contains the following edges 1 > 1, 2 > 2 16.48/6.25 16.48/6.25 16.48/6.25 ---------------------------------------- 16.48/6.25 16.48/6.25 (30) 16.48/6.25 YES 16.73/6.28 EOF