10.83/4.77 YES 12.76/5.30 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 12.76/5.30 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 12.76/5.30 12.76/5.30 12.76/5.30 H-Termination with start terms of the given HASKELL could be proven: 12.76/5.30 12.76/5.30 (0) HASKELL 12.76/5.30 (1) BR [EQUIVALENT, 0 ms] 12.76/5.30 (2) HASKELL 12.76/5.30 (3) COR [EQUIVALENT, 19 ms] 12.76/5.30 (4) HASKELL 12.76/5.30 (5) Narrow [SOUND, 0 ms] 12.76/5.30 (6) AND 12.76/5.30 (7) QDP 12.76/5.30 (8) QDPSizeChangeProof [EQUIVALENT, 0 ms] 12.76/5.30 (9) YES 12.76/5.30 (10) QDP 12.76/5.30 (11) QDPSizeChangeProof [EQUIVALENT, 0 ms] 12.76/5.30 (12) YES 12.76/5.30 (13) QDP 12.76/5.30 (14) QDPSizeChangeProof [EQUIVALENT, 0 ms] 12.76/5.30 (15) YES 12.76/5.30 (16) QDP 12.76/5.30 (17) QDPSizeChangeProof [EQUIVALENT, 0 ms] 12.76/5.30 (18) YES 12.76/5.30 (19) QDP 12.76/5.30 (20) QDPSizeChangeProof [EQUIVALENT, 0 ms] 12.76/5.30 (21) YES 12.76/5.30 12.76/5.30 12.76/5.30 ---------------------------------------- 12.76/5.30 12.76/5.30 (0) 12.76/5.30 Obligation: 12.76/5.30 mainModule Main 12.76/5.30 module Maybe where { 12.76/5.30 import qualified List; 12.76/5.30 import qualified Main; 12.76/5.30 import qualified Prelude; 12.76/5.30 } 12.76/5.30 module List where { 12.76/5.30 import qualified Main; 12.76/5.30 import qualified Maybe; 12.76/5.30 import qualified Prelude; 12.76/5.30 isPrefixOf :: Eq a => [a] -> [a] -> Bool; 12.76/5.30 isPrefixOf [] _ = True; 12.76/5.30 isPrefixOf _ [] = False; 12.76/5.30 isPrefixOf (x : xs) (y : ys) = x == y && isPrefixOf xs ys; 12.76/5.30 12.76/5.30 } 12.76/5.30 module Main where { 12.76/5.30 import qualified List; 12.76/5.30 import qualified Maybe; 12.76/5.30 import qualified Prelude; 12.76/5.30 } 12.76/5.30 12.76/5.30 ---------------------------------------- 12.76/5.30 12.76/5.30 (1) BR (EQUIVALENT) 12.76/5.30 Replaced joker patterns by fresh variables and removed binding patterns. 12.76/5.30 ---------------------------------------- 12.76/5.30 12.76/5.30 (2) 12.76/5.30 Obligation: 12.76/5.30 mainModule Main 12.76/5.30 module Maybe where { 12.76/5.30 import qualified List; 12.76/5.30 import qualified Main; 12.76/5.30 import qualified Prelude; 12.76/5.30 } 12.76/5.30 module List where { 12.76/5.30 import qualified Main; 12.76/5.30 import qualified Maybe; 12.76/5.30 import qualified Prelude; 12.76/5.30 isPrefixOf :: Eq a => [a] -> [a] -> Bool; 12.76/5.30 isPrefixOf [] xw = True; 12.76/5.30 isPrefixOf xx [] = False; 12.76/5.30 isPrefixOf (x : xs) (y : ys) = x == y && isPrefixOf xs ys; 12.76/5.30 12.76/5.30 } 12.76/5.30 module Main where { 12.76/5.30 import qualified List; 12.76/5.30 import qualified Maybe; 12.76/5.30 import qualified Prelude; 12.76/5.30 } 12.76/5.30 12.76/5.30 ---------------------------------------- 12.76/5.30 12.76/5.30 (3) COR (EQUIVALENT) 12.76/5.30 Cond Reductions: 12.76/5.30 The following Function with conditions 12.76/5.30 "undefined |Falseundefined; 12.76/5.30 " 12.76/5.30 is transformed to 12.76/5.30 "undefined = undefined1; 12.76/5.30 " 12.76/5.30 "undefined0 True = undefined; 12.76/5.30 " 12.76/5.30 "undefined1 = undefined0 False; 12.76/5.30 " 12.76/5.30 12.76/5.30 ---------------------------------------- 12.76/5.30 12.76/5.30 (4) 12.76/5.30 Obligation: 12.76/5.30 mainModule Main 12.76/5.30 module Maybe where { 12.76/5.30 import qualified List; 12.76/5.30 import qualified Main; 12.76/5.30 import qualified Prelude; 12.76/5.30 } 12.76/5.30 module List where { 12.76/5.30 import qualified Main; 12.76/5.30 import qualified Maybe; 12.76/5.30 import qualified Prelude; 12.76/5.30 isPrefixOf :: Eq a => [a] -> [a] -> Bool; 12.76/5.30 isPrefixOf [] xw = True; 12.76/5.30 isPrefixOf xx [] = False; 12.76/5.30 isPrefixOf (x : xs) (y : ys) = x == y && isPrefixOf xs ys; 12.76/5.30 12.76/5.30 } 12.76/5.30 module Main where { 12.76/5.30 import qualified List; 12.76/5.30 import qualified Maybe; 12.76/5.30 import qualified Prelude; 12.76/5.30 } 12.76/5.30 12.76/5.30 ---------------------------------------- 12.76/5.30 12.76/5.30 (5) Narrow (SOUND) 12.76/5.30 Haskell To QDPs 12.76/5.30 12.76/5.30 digraph dp_graph { 12.76/5.30 node [outthreshold=100, inthreshold=100];1[label="List.isPrefixOf",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 12.76/5.30 3[label="List.isPrefixOf xy3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 12.76/5.30 4[label="List.isPrefixOf xy3 xy4",fontsize=16,color="burlywood",shape="triangle"];716[label="xy3/xy30 : xy31",fontsize=10,color="white",style="solid",shape="box"];4 -> 716[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 716 -> 5[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 717[label="xy3/[]",fontsize=10,color="white",style="solid",shape="box"];4 -> 717[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 717 -> 6[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 5[label="List.isPrefixOf (xy30 : xy31) xy4",fontsize=16,color="burlywood",shape="box"];718[label="xy4/xy40 : xy41",fontsize=10,color="white",style="solid",shape="box"];5 -> 718[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 718 -> 7[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 719[label="xy4/[]",fontsize=10,color="white",style="solid",shape="box"];5 -> 719[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 719 -> 8[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 6[label="List.isPrefixOf [] xy4",fontsize=16,color="black",shape="box"];6 -> 9[label="",style="solid", color="black", weight=3]; 12.76/5.30 7[label="List.isPrefixOf (xy30 : xy31) (xy40 : xy41)",fontsize=16,color="black",shape="box"];7 -> 10[label="",style="solid", color="black", weight=3]; 12.76/5.30 8[label="List.isPrefixOf (xy30 : xy31) []",fontsize=16,color="black",shape="box"];8 -> 11[label="",style="solid", color="black", weight=3]; 12.76/5.30 9[label="True",fontsize=16,color="green",shape="box"];10 -> 107[label="",style="dashed", color="red", weight=0]; 12.76/5.30 10[label="xy30 == xy40 && List.isPrefixOf xy31 xy41",fontsize=16,color="magenta"];10 -> 108[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 10 -> 109[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 11[label="False",fontsize=16,color="green",shape="box"];108[label="xy30 == xy40",fontsize=16,color="burlywood",shape="triangle"];720[label="xy30/xy300 : xy301",fontsize=10,color="white",style="solid",shape="box"];108 -> 720[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 720 -> 126[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 721[label="xy30/[]",fontsize=10,color="white",style="solid",shape="box"];108 -> 721[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 721 -> 127[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 109 -> 4[label="",style="dashed", color="red", weight=0]; 12.76/5.30 109[label="List.isPrefixOf xy31 xy41",fontsize=16,color="magenta"];109 -> 128[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 109 -> 129[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 107[label="xy18 && xy19",fontsize=16,color="burlywood",shape="triangle"];722[label="xy18/False",fontsize=10,color="white",style="solid",shape="box"];107 -> 722[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 722 -> 130[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 723[label="xy18/True",fontsize=10,color="white",style="solid",shape="box"];107 -> 723[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 723 -> 131[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 126[label="xy300 : xy301 == xy40",fontsize=16,color="burlywood",shape="box"];724[label="xy40/xy400 : xy401",fontsize=10,color="white",style="solid",shape="box"];126 -> 724[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 724 -> 132[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 725[label="xy40/[]",fontsize=10,color="white",style="solid",shape="box"];126 -> 725[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 725 -> 133[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 127[label="[] == xy40",fontsize=16,color="burlywood",shape="box"];726[label="xy40/xy400 : xy401",fontsize=10,color="white",style="solid",shape="box"];127 -> 726[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 726 -> 134[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 727[label="xy40/[]",fontsize=10,color="white",style="solid",shape="box"];127 -> 727[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 727 -> 135[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 128[label="xy31",fontsize=16,color="green",shape="box"];129[label="xy41",fontsize=16,color="green",shape="box"];130[label="False && xy19",fontsize=16,color="black",shape="box"];130 -> 136[label="",style="solid", color="black", weight=3]; 12.76/5.30 131[label="True && xy19",fontsize=16,color="black",shape="box"];131 -> 137[label="",style="solid", color="black", weight=3]; 12.76/5.30 132[label="xy300 : xy301 == xy400 : xy401",fontsize=16,color="black",shape="box"];132 -> 138[label="",style="solid", color="black", weight=3]; 12.76/5.30 133[label="xy300 : xy301 == []",fontsize=16,color="black",shape="box"];133 -> 139[label="",style="solid", color="black", weight=3]; 12.76/5.30 134[label="[] == xy400 : xy401",fontsize=16,color="black",shape="box"];134 -> 140[label="",style="solid", color="black", weight=3]; 12.76/5.30 135[label="[] == []",fontsize=16,color="black",shape="box"];135 -> 141[label="",style="solid", color="black", weight=3]; 12.76/5.30 136[label="False",fontsize=16,color="green",shape="box"];137[label="xy19",fontsize=16,color="green",shape="box"];138 -> 107[label="",style="dashed", color="red", weight=0]; 12.76/5.30 138[label="xy300 == xy400 && xy301 == xy401",fontsize=16,color="magenta"];138 -> 142[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 138 -> 143[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 139[label="False",fontsize=16,color="green",shape="box"];140[label="False",fontsize=16,color="green",shape="box"];141[label="True",fontsize=16,color="green",shape="box"];142[label="xy300 == xy400",fontsize=16,color="blue",shape="box"];728[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 728[label="",style="solid", color="blue", weight=9]; 12.76/5.30 728 -> 144[label="",style="solid", color="blue", weight=3]; 12.76/5.30 729[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 729[label="",style="solid", color="blue", weight=9]; 12.76/5.30 729 -> 145[label="",style="solid", color="blue", weight=3]; 12.76/5.30 730[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 730[label="",style="solid", color="blue", weight=9]; 12.76/5.30 730 -> 146[label="",style="solid", color="blue", weight=3]; 12.76/5.30 731[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 731[label="",style="solid", color="blue", weight=9]; 12.76/5.30 731 -> 147[label="",style="solid", color="blue", weight=3]; 12.76/5.30 732[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 732[label="",style="solid", color="blue", weight=9]; 12.76/5.30 732 -> 148[label="",style="solid", color="blue", weight=3]; 12.76/5.30 733[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 733[label="",style="solid", color="blue", weight=9]; 12.76/5.30 733 -> 149[label="",style="solid", color="blue", weight=3]; 12.76/5.30 734[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 734[label="",style="solid", color="blue", weight=9]; 12.76/5.30 734 -> 150[label="",style="solid", color="blue", weight=3]; 12.76/5.30 735[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 735[label="",style="solid", color="blue", weight=9]; 12.76/5.30 735 -> 151[label="",style="solid", color="blue", weight=3]; 12.76/5.30 736[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 736[label="",style="solid", color="blue", weight=9]; 12.76/5.30 736 -> 152[label="",style="solid", color="blue", weight=3]; 12.76/5.30 737[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 737[label="",style="solid", color="blue", weight=9]; 12.76/5.30 737 -> 153[label="",style="solid", color="blue", weight=3]; 12.76/5.30 738[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 738[label="",style="solid", color="blue", weight=9]; 12.76/5.30 738 -> 154[label="",style="solid", color="blue", weight=3]; 12.76/5.30 739[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 739[label="",style="solid", color="blue", weight=9]; 12.76/5.30 739 -> 155[label="",style="solid", color="blue", weight=3]; 12.76/5.30 740[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 740[label="",style="solid", color="blue", weight=9]; 12.76/5.30 740 -> 156[label="",style="solid", color="blue", weight=3]; 12.76/5.30 741[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 741[label="",style="solid", color="blue", weight=9]; 12.76/5.30 741 -> 157[label="",style="solid", color="blue", weight=3]; 12.76/5.30 143 -> 108[label="",style="dashed", color="red", weight=0]; 12.76/5.30 143[label="xy301 == xy401",fontsize=16,color="magenta"];143 -> 158[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 143 -> 159[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 144[label="xy300 == xy400",fontsize=16,color="burlywood",shape="triangle"];742[label="xy300/Left xy3000",fontsize=10,color="white",style="solid",shape="box"];144 -> 742[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 742 -> 160[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 743[label="xy300/Right xy3000",fontsize=10,color="white",style="solid",shape="box"];144 -> 743[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 743 -> 161[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 145 -> 108[label="",style="dashed", color="red", weight=0]; 12.76/5.30 145[label="xy300 == xy400",fontsize=16,color="magenta"];145 -> 162[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 145 -> 163[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 146[label="xy300 == xy400",fontsize=16,color="black",shape="triangle"];146 -> 164[label="",style="solid", color="black", weight=3]; 12.76/5.30 147[label="xy300 == xy400",fontsize=16,color="burlywood",shape="triangle"];744[label="xy300/Integer xy3000",fontsize=10,color="white",style="solid",shape="box"];147 -> 744[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 744 -> 165[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 148[label="xy300 == xy400",fontsize=16,color="burlywood",shape="triangle"];745[label="xy300/False",fontsize=10,color="white",style="solid",shape="box"];148 -> 745[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 745 -> 166[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 746[label="xy300/True",fontsize=10,color="white",style="solid",shape="box"];148 -> 746[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 746 -> 167[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 149[label="xy300 == xy400",fontsize=16,color="burlywood",shape="triangle"];747[label="xy300/Nothing",fontsize=10,color="white",style="solid",shape="box"];149 -> 747[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 747 -> 168[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 748[label="xy300/Just xy3000",fontsize=10,color="white",style="solid",shape="box"];149 -> 748[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 748 -> 169[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 150[label="xy300 == xy400",fontsize=16,color="burlywood",shape="triangle"];749[label="xy300/xy3000 :% xy3001",fontsize=10,color="white",style="solid",shape="box"];150 -> 749[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 749 -> 170[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 151[label="xy300 == xy400",fontsize=16,color="black",shape="triangle"];151 -> 171[label="",style="solid", color="black", weight=3]; 12.76/5.30 152[label="xy300 == xy400",fontsize=16,color="burlywood",shape="triangle"];750[label="xy300/()",fontsize=10,color="white",style="solid",shape="box"];152 -> 750[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 750 -> 172[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 153[label="xy300 == xy400",fontsize=16,color="burlywood",shape="triangle"];751[label="xy300/(xy3000,xy3001)",fontsize=10,color="white",style="solid",shape="box"];153 -> 751[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 751 -> 173[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 154[label="xy300 == xy400",fontsize=16,color="black",shape="triangle"];154 -> 174[label="",style="solid", color="black", weight=3]; 12.76/5.30 155[label="xy300 == xy400",fontsize=16,color="burlywood",shape="triangle"];752[label="xy300/LT",fontsize=10,color="white",style="solid",shape="box"];155 -> 752[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 752 -> 175[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 753[label="xy300/EQ",fontsize=10,color="white",style="solid",shape="box"];155 -> 753[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 753 -> 176[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 754[label="xy300/GT",fontsize=10,color="white",style="solid",shape="box"];155 -> 754[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 754 -> 177[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 156[label="xy300 == xy400",fontsize=16,color="black",shape="triangle"];156 -> 178[label="",style="solid", color="black", weight=3]; 12.76/5.30 157[label="xy300 == xy400",fontsize=16,color="burlywood",shape="triangle"];755[label="xy300/(xy3000,xy3001,xy3002)",fontsize=10,color="white",style="solid",shape="box"];157 -> 755[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 755 -> 179[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 158[label="xy401",fontsize=16,color="green",shape="box"];159[label="xy301",fontsize=16,color="green",shape="box"];160[label="Left xy3000 == xy400",fontsize=16,color="burlywood",shape="box"];756[label="xy400/Left xy4000",fontsize=10,color="white",style="solid",shape="box"];160 -> 756[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 756 -> 180[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 757[label="xy400/Right xy4000",fontsize=10,color="white",style="solid",shape="box"];160 -> 757[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 757 -> 181[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 161[label="Right xy3000 == xy400",fontsize=16,color="burlywood",shape="box"];758[label="xy400/Left xy4000",fontsize=10,color="white",style="solid",shape="box"];161 -> 758[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 758 -> 182[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 759[label="xy400/Right xy4000",fontsize=10,color="white",style="solid",shape="box"];161 -> 759[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 759 -> 183[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 162[label="xy400",fontsize=16,color="green",shape="box"];163[label="xy300",fontsize=16,color="green",shape="box"];164[label="primEqInt xy300 xy400",fontsize=16,color="burlywood",shape="triangle"];760[label="xy300/Pos xy3000",fontsize=10,color="white",style="solid",shape="box"];164 -> 760[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 760 -> 184[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 761[label="xy300/Neg xy3000",fontsize=10,color="white",style="solid",shape="box"];164 -> 761[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 761 -> 185[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 165[label="Integer xy3000 == xy400",fontsize=16,color="burlywood",shape="box"];762[label="xy400/Integer xy4000",fontsize=10,color="white",style="solid",shape="box"];165 -> 762[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 762 -> 186[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 166[label="False == xy400",fontsize=16,color="burlywood",shape="box"];763[label="xy400/False",fontsize=10,color="white",style="solid",shape="box"];166 -> 763[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 763 -> 187[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 764[label="xy400/True",fontsize=10,color="white",style="solid",shape="box"];166 -> 764[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 764 -> 188[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 167[label="True == xy400",fontsize=16,color="burlywood",shape="box"];765[label="xy400/False",fontsize=10,color="white",style="solid",shape="box"];167 -> 765[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 765 -> 189[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 766[label="xy400/True",fontsize=10,color="white",style="solid",shape="box"];167 -> 766[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 766 -> 190[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 168[label="Nothing == xy400",fontsize=16,color="burlywood",shape="box"];767[label="xy400/Nothing",fontsize=10,color="white",style="solid",shape="box"];168 -> 767[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 767 -> 191[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 768[label="xy400/Just xy4000",fontsize=10,color="white",style="solid",shape="box"];168 -> 768[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 768 -> 192[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 169[label="Just xy3000 == xy400",fontsize=16,color="burlywood",shape="box"];769[label="xy400/Nothing",fontsize=10,color="white",style="solid",shape="box"];169 -> 769[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 769 -> 193[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 770[label="xy400/Just xy4000",fontsize=10,color="white",style="solid",shape="box"];169 -> 770[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 770 -> 194[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 170[label="xy3000 :% xy3001 == xy400",fontsize=16,color="burlywood",shape="box"];771[label="xy400/xy4000 :% xy4001",fontsize=10,color="white",style="solid",shape="box"];170 -> 771[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 771 -> 195[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 171[label="primEqFloat xy300 xy400",fontsize=16,color="burlywood",shape="box"];772[label="xy300/Float xy3000 xy3001",fontsize=10,color="white",style="solid",shape="box"];171 -> 772[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 772 -> 196[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 172[label="() == xy400",fontsize=16,color="burlywood",shape="box"];773[label="xy400/()",fontsize=10,color="white",style="solid",shape="box"];172 -> 773[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 773 -> 197[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 173[label="(xy3000,xy3001) == xy400",fontsize=16,color="burlywood",shape="box"];774[label="xy400/(xy4000,xy4001)",fontsize=10,color="white",style="solid",shape="box"];173 -> 774[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 774 -> 198[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 174[label="primEqChar xy300 xy400",fontsize=16,color="burlywood",shape="box"];775[label="xy300/Char xy3000",fontsize=10,color="white",style="solid",shape="box"];174 -> 775[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 775 -> 199[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 175[label="LT == xy400",fontsize=16,color="burlywood",shape="box"];776[label="xy400/LT",fontsize=10,color="white",style="solid",shape="box"];175 -> 776[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 776 -> 200[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 777[label="xy400/EQ",fontsize=10,color="white",style="solid",shape="box"];175 -> 777[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 777 -> 201[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 778[label="xy400/GT",fontsize=10,color="white",style="solid",shape="box"];175 -> 778[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 778 -> 202[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 176[label="EQ == xy400",fontsize=16,color="burlywood",shape="box"];779[label="xy400/LT",fontsize=10,color="white",style="solid",shape="box"];176 -> 779[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 779 -> 203[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 780[label="xy400/EQ",fontsize=10,color="white",style="solid",shape="box"];176 -> 780[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 780 -> 204[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 781[label="xy400/GT",fontsize=10,color="white",style="solid",shape="box"];176 -> 781[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 781 -> 205[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 177[label="GT == xy400",fontsize=16,color="burlywood",shape="box"];782[label="xy400/LT",fontsize=10,color="white",style="solid",shape="box"];177 -> 782[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 782 -> 206[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 783[label="xy400/EQ",fontsize=10,color="white",style="solid",shape="box"];177 -> 783[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 783 -> 207[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 784[label="xy400/GT",fontsize=10,color="white",style="solid",shape="box"];177 -> 784[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 784 -> 208[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 178[label="primEqDouble xy300 xy400",fontsize=16,color="burlywood",shape="box"];785[label="xy300/Double xy3000 xy3001",fontsize=10,color="white",style="solid",shape="box"];178 -> 785[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 785 -> 209[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 179[label="(xy3000,xy3001,xy3002) == xy400",fontsize=16,color="burlywood",shape="box"];786[label="xy400/(xy4000,xy4001,xy4002)",fontsize=10,color="white",style="solid",shape="box"];179 -> 786[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 786 -> 210[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 180[label="Left xy3000 == Left xy4000",fontsize=16,color="black",shape="box"];180 -> 211[label="",style="solid", color="black", weight=3]; 12.76/5.30 181[label="Left xy3000 == Right xy4000",fontsize=16,color="black",shape="box"];181 -> 212[label="",style="solid", color="black", weight=3]; 12.76/5.30 182[label="Right xy3000 == Left xy4000",fontsize=16,color="black",shape="box"];182 -> 213[label="",style="solid", color="black", weight=3]; 12.76/5.30 183[label="Right xy3000 == Right xy4000",fontsize=16,color="black",shape="box"];183 -> 214[label="",style="solid", color="black", weight=3]; 12.76/5.30 184[label="primEqInt (Pos xy3000) xy400",fontsize=16,color="burlywood",shape="box"];787[label="xy3000/Succ xy30000",fontsize=10,color="white",style="solid",shape="box"];184 -> 787[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 787 -> 215[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 788[label="xy3000/Zero",fontsize=10,color="white",style="solid",shape="box"];184 -> 788[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 788 -> 216[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 185[label="primEqInt (Neg xy3000) xy400",fontsize=16,color="burlywood",shape="box"];789[label="xy3000/Succ xy30000",fontsize=10,color="white",style="solid",shape="box"];185 -> 789[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 789 -> 217[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 790[label="xy3000/Zero",fontsize=10,color="white",style="solid",shape="box"];185 -> 790[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 790 -> 218[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 186[label="Integer xy3000 == Integer xy4000",fontsize=16,color="black",shape="box"];186 -> 219[label="",style="solid", color="black", weight=3]; 12.76/5.30 187[label="False == False",fontsize=16,color="black",shape="box"];187 -> 220[label="",style="solid", color="black", weight=3]; 12.76/5.30 188[label="False == True",fontsize=16,color="black",shape="box"];188 -> 221[label="",style="solid", color="black", weight=3]; 12.76/5.30 189[label="True == False",fontsize=16,color="black",shape="box"];189 -> 222[label="",style="solid", color="black", weight=3]; 12.76/5.30 190[label="True == True",fontsize=16,color="black",shape="box"];190 -> 223[label="",style="solid", color="black", weight=3]; 12.76/5.30 191[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];191 -> 224[label="",style="solid", color="black", weight=3]; 12.76/5.30 192[label="Nothing == Just xy4000",fontsize=16,color="black",shape="box"];192 -> 225[label="",style="solid", color="black", weight=3]; 12.76/5.30 193[label="Just xy3000 == Nothing",fontsize=16,color="black",shape="box"];193 -> 226[label="",style="solid", color="black", weight=3]; 12.76/5.30 194[label="Just xy3000 == Just xy4000",fontsize=16,color="black",shape="box"];194 -> 227[label="",style="solid", color="black", weight=3]; 12.76/5.30 195[label="xy3000 :% xy3001 == xy4000 :% xy4001",fontsize=16,color="black",shape="box"];195 -> 228[label="",style="solid", color="black", weight=3]; 12.76/5.30 196[label="primEqFloat (Float xy3000 xy3001) xy400",fontsize=16,color="burlywood",shape="box"];791[label="xy400/Float xy4000 xy4001",fontsize=10,color="white",style="solid",shape="box"];196 -> 791[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 791 -> 229[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 197[label="() == ()",fontsize=16,color="black",shape="box"];197 -> 230[label="",style="solid", color="black", weight=3]; 12.76/5.30 198[label="(xy3000,xy3001) == (xy4000,xy4001)",fontsize=16,color="black",shape="box"];198 -> 231[label="",style="solid", color="black", weight=3]; 12.76/5.30 199[label="primEqChar (Char xy3000) xy400",fontsize=16,color="burlywood",shape="box"];792[label="xy400/Char xy4000",fontsize=10,color="white",style="solid",shape="box"];199 -> 792[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 792 -> 232[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 200[label="LT == LT",fontsize=16,color="black",shape="box"];200 -> 233[label="",style="solid", color="black", weight=3]; 12.76/5.30 201[label="LT == EQ",fontsize=16,color="black",shape="box"];201 -> 234[label="",style="solid", color="black", weight=3]; 12.76/5.30 202[label="LT == GT",fontsize=16,color="black",shape="box"];202 -> 235[label="",style="solid", color="black", weight=3]; 12.76/5.30 203[label="EQ == LT",fontsize=16,color="black",shape="box"];203 -> 236[label="",style="solid", color="black", weight=3]; 12.76/5.30 204[label="EQ == EQ",fontsize=16,color="black",shape="box"];204 -> 237[label="",style="solid", color="black", weight=3]; 12.76/5.30 205[label="EQ == GT",fontsize=16,color="black",shape="box"];205 -> 238[label="",style="solid", color="black", weight=3]; 12.76/5.30 206[label="GT == LT",fontsize=16,color="black",shape="box"];206 -> 239[label="",style="solid", color="black", weight=3]; 12.76/5.30 207[label="GT == EQ",fontsize=16,color="black",shape="box"];207 -> 240[label="",style="solid", color="black", weight=3]; 12.76/5.30 208[label="GT == GT",fontsize=16,color="black",shape="box"];208 -> 241[label="",style="solid", color="black", weight=3]; 12.76/5.30 209[label="primEqDouble (Double xy3000 xy3001) xy400",fontsize=16,color="burlywood",shape="box"];793[label="xy400/Double xy4000 xy4001",fontsize=10,color="white",style="solid",shape="box"];209 -> 793[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 793 -> 242[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 210[label="(xy3000,xy3001,xy3002) == (xy4000,xy4001,xy4002)",fontsize=16,color="black",shape="box"];210 -> 243[label="",style="solid", color="black", weight=3]; 12.76/5.30 211[label="xy3000 == xy4000",fontsize=16,color="blue",shape="box"];794[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 794[label="",style="solid", color="blue", weight=9]; 12.76/5.30 794 -> 244[label="",style="solid", color="blue", weight=3]; 12.76/5.30 795[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 795[label="",style="solid", color="blue", weight=9]; 12.76/5.30 795 -> 245[label="",style="solid", color="blue", weight=3]; 12.76/5.30 796[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 796[label="",style="solid", color="blue", weight=9]; 12.76/5.30 796 -> 246[label="",style="solid", color="blue", weight=3]; 12.76/5.30 797[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 797[label="",style="solid", color="blue", weight=9]; 12.76/5.30 797 -> 247[label="",style="solid", color="blue", weight=3]; 12.76/5.30 798[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 798[label="",style="solid", color="blue", weight=9]; 12.76/5.30 798 -> 248[label="",style="solid", color="blue", weight=3]; 12.76/5.30 799[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 799[label="",style="solid", color="blue", weight=9]; 12.76/5.30 799 -> 249[label="",style="solid", color="blue", weight=3]; 12.76/5.30 800[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 800[label="",style="solid", color="blue", weight=9]; 12.76/5.30 800 -> 250[label="",style="solid", color="blue", weight=3]; 12.76/5.30 801[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 801[label="",style="solid", color="blue", weight=9]; 12.76/5.30 801 -> 251[label="",style="solid", color="blue", weight=3]; 12.76/5.30 802[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 802[label="",style="solid", color="blue", weight=9]; 12.76/5.30 802 -> 252[label="",style="solid", color="blue", weight=3]; 12.76/5.30 803[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 803[label="",style="solid", color="blue", weight=9]; 12.76/5.30 803 -> 253[label="",style="solid", color="blue", weight=3]; 12.76/5.30 804[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 804[label="",style="solid", color="blue", weight=9]; 12.76/5.30 804 -> 254[label="",style="solid", color="blue", weight=3]; 12.76/5.30 805[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 805[label="",style="solid", color="blue", weight=9]; 12.76/5.30 805 -> 255[label="",style="solid", color="blue", weight=3]; 12.76/5.30 806[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 806[label="",style="solid", color="blue", weight=9]; 12.76/5.30 806 -> 256[label="",style="solid", color="blue", weight=3]; 12.76/5.30 807[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];211 -> 807[label="",style="solid", color="blue", weight=9]; 12.76/5.30 807 -> 257[label="",style="solid", color="blue", weight=3]; 12.76/5.30 212[label="False",fontsize=16,color="green",shape="box"];213[label="False",fontsize=16,color="green",shape="box"];214[label="xy3000 == xy4000",fontsize=16,color="blue",shape="box"];808[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];214 -> 808[label="",style="solid", color="blue", weight=9]; 12.76/5.30 808 -> 258[label="",style="solid", color="blue", weight=3]; 12.76/5.30 809[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];214 -> 809[label="",style="solid", color="blue", weight=9]; 12.76/5.30 809 -> 259[label="",style="solid", color="blue", weight=3]; 12.76/5.30 810[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];214 -> 810[label="",style="solid", color="blue", weight=9]; 12.76/5.30 810 -> 260[label="",style="solid", color="blue", weight=3]; 12.76/5.30 811[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];214 -> 811[label="",style="solid", color="blue", weight=9]; 12.76/5.30 811 -> 261[label="",style="solid", color="blue", weight=3]; 12.76/5.30 812[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];214 -> 812[label="",style="solid", color="blue", weight=9]; 12.76/5.30 812 -> 262[label="",style="solid", color="blue", weight=3]; 12.76/5.30 813[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];214 -> 813[label="",style="solid", color="blue", weight=9]; 12.76/5.30 813 -> 263[label="",style="solid", color="blue", weight=3]; 12.76/5.30 814[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];214 -> 814[label="",style="solid", color="blue", weight=9]; 12.76/5.30 814 -> 264[label="",style="solid", color="blue", weight=3]; 12.76/5.30 815[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];214 -> 815[label="",style="solid", color="blue", weight=9]; 12.76/5.30 815 -> 265[label="",style="solid", color="blue", weight=3]; 12.76/5.30 816[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];214 -> 816[label="",style="solid", color="blue", weight=9]; 12.76/5.30 816 -> 266[label="",style="solid", color="blue", weight=3]; 12.76/5.30 817[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];214 -> 817[label="",style="solid", color="blue", weight=9]; 12.76/5.30 817 -> 267[label="",style="solid", color="blue", weight=3]; 12.76/5.30 818[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];214 -> 818[label="",style="solid", color="blue", weight=9]; 12.76/5.30 818 -> 268[label="",style="solid", color="blue", weight=3]; 12.76/5.30 819[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];214 -> 819[label="",style="solid", color="blue", weight=9]; 12.76/5.30 819 -> 269[label="",style="solid", color="blue", weight=3]; 12.76/5.30 820[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];214 -> 820[label="",style="solid", color="blue", weight=9]; 12.76/5.30 820 -> 270[label="",style="solid", color="blue", weight=3]; 12.76/5.30 821[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];214 -> 821[label="",style="solid", color="blue", weight=9]; 12.76/5.30 821 -> 271[label="",style="solid", color="blue", weight=3]; 12.76/5.30 215[label="primEqInt (Pos (Succ xy30000)) xy400",fontsize=16,color="burlywood",shape="box"];822[label="xy400/Pos xy4000",fontsize=10,color="white",style="solid",shape="box"];215 -> 822[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 822 -> 272[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 823[label="xy400/Neg xy4000",fontsize=10,color="white",style="solid",shape="box"];215 -> 823[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 823 -> 273[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 216[label="primEqInt (Pos Zero) xy400",fontsize=16,color="burlywood",shape="box"];824[label="xy400/Pos xy4000",fontsize=10,color="white",style="solid",shape="box"];216 -> 824[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 824 -> 274[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 825[label="xy400/Neg xy4000",fontsize=10,color="white",style="solid",shape="box"];216 -> 825[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 825 -> 275[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 217[label="primEqInt (Neg (Succ xy30000)) xy400",fontsize=16,color="burlywood",shape="box"];826[label="xy400/Pos xy4000",fontsize=10,color="white",style="solid",shape="box"];217 -> 826[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 826 -> 276[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 827[label="xy400/Neg xy4000",fontsize=10,color="white",style="solid",shape="box"];217 -> 827[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 827 -> 277[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 218[label="primEqInt (Neg Zero) xy400",fontsize=16,color="burlywood",shape="box"];828[label="xy400/Pos xy4000",fontsize=10,color="white",style="solid",shape="box"];218 -> 828[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 828 -> 278[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 829[label="xy400/Neg xy4000",fontsize=10,color="white",style="solid",shape="box"];218 -> 829[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 829 -> 279[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 219 -> 164[label="",style="dashed", color="red", weight=0]; 12.76/5.30 219[label="primEqInt xy3000 xy4000",fontsize=16,color="magenta"];219 -> 280[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 219 -> 281[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 220[label="True",fontsize=16,color="green",shape="box"];221[label="False",fontsize=16,color="green",shape="box"];222[label="False",fontsize=16,color="green",shape="box"];223[label="True",fontsize=16,color="green",shape="box"];224[label="True",fontsize=16,color="green",shape="box"];225[label="False",fontsize=16,color="green",shape="box"];226[label="False",fontsize=16,color="green",shape="box"];227[label="xy3000 == xy4000",fontsize=16,color="blue",shape="box"];830[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 830[label="",style="solid", color="blue", weight=9]; 12.76/5.30 830 -> 282[label="",style="solid", color="blue", weight=3]; 12.76/5.30 831[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 831[label="",style="solid", color="blue", weight=9]; 12.76/5.30 831 -> 283[label="",style="solid", color="blue", weight=3]; 12.76/5.30 832[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 832[label="",style="solid", color="blue", weight=9]; 12.76/5.30 832 -> 284[label="",style="solid", color="blue", weight=3]; 12.76/5.30 833[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 833[label="",style="solid", color="blue", weight=9]; 12.76/5.30 833 -> 285[label="",style="solid", color="blue", weight=3]; 12.76/5.30 834[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 834[label="",style="solid", color="blue", weight=9]; 12.76/5.30 834 -> 286[label="",style="solid", color="blue", weight=3]; 12.76/5.30 835[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 835[label="",style="solid", color="blue", weight=9]; 12.76/5.30 835 -> 287[label="",style="solid", color="blue", weight=3]; 12.76/5.30 836[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 836[label="",style="solid", color="blue", weight=9]; 12.76/5.30 836 -> 288[label="",style="solid", color="blue", weight=3]; 12.76/5.30 837[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 837[label="",style="solid", color="blue", weight=9]; 12.76/5.30 837 -> 289[label="",style="solid", color="blue", weight=3]; 12.76/5.30 838[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 838[label="",style="solid", color="blue", weight=9]; 12.76/5.30 838 -> 290[label="",style="solid", color="blue", weight=3]; 12.76/5.30 839[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 839[label="",style="solid", color="blue", weight=9]; 12.76/5.30 839 -> 291[label="",style="solid", color="blue", weight=3]; 12.76/5.30 840[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 840[label="",style="solid", color="blue", weight=9]; 12.76/5.30 840 -> 292[label="",style="solid", color="blue", weight=3]; 12.76/5.30 841[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 841[label="",style="solid", color="blue", weight=9]; 12.76/5.30 841 -> 293[label="",style="solid", color="blue", weight=3]; 12.76/5.30 842[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 842[label="",style="solid", color="blue", weight=9]; 12.76/5.30 842 -> 294[label="",style="solid", color="blue", weight=3]; 12.76/5.30 843[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 843[label="",style="solid", color="blue", weight=9]; 12.76/5.30 843 -> 295[label="",style="solid", color="blue", weight=3]; 12.76/5.30 228 -> 107[label="",style="dashed", color="red", weight=0]; 12.76/5.30 228[label="xy3000 == xy4000 && xy3001 == xy4001",fontsize=16,color="magenta"];228 -> 296[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 228 -> 297[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 229[label="primEqFloat (Float xy3000 xy3001) (Float xy4000 xy4001)",fontsize=16,color="black",shape="box"];229 -> 298[label="",style="solid", color="black", weight=3]; 12.76/5.30 230[label="True",fontsize=16,color="green",shape="box"];231 -> 107[label="",style="dashed", color="red", weight=0]; 12.76/5.30 231[label="xy3000 == xy4000 && xy3001 == xy4001",fontsize=16,color="magenta"];231 -> 299[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 231 -> 300[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 232[label="primEqChar (Char xy3000) (Char xy4000)",fontsize=16,color="black",shape="box"];232 -> 301[label="",style="solid", color="black", weight=3]; 12.76/5.30 233[label="True",fontsize=16,color="green",shape="box"];234[label="False",fontsize=16,color="green",shape="box"];235[label="False",fontsize=16,color="green",shape="box"];236[label="False",fontsize=16,color="green",shape="box"];237[label="True",fontsize=16,color="green",shape="box"];238[label="False",fontsize=16,color="green",shape="box"];239[label="False",fontsize=16,color="green",shape="box"];240[label="False",fontsize=16,color="green",shape="box"];241[label="True",fontsize=16,color="green",shape="box"];242[label="primEqDouble (Double xy3000 xy3001) (Double xy4000 xy4001)",fontsize=16,color="black",shape="box"];242 -> 302[label="",style="solid", color="black", weight=3]; 12.76/5.30 243 -> 107[label="",style="dashed", color="red", weight=0]; 12.76/5.30 243[label="xy3000 == xy4000 && xy3001 == xy4001 && xy3002 == xy4002",fontsize=16,color="magenta"];243 -> 303[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 243 -> 304[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 244 -> 144[label="",style="dashed", color="red", weight=0]; 12.76/5.30 244[label="xy3000 == xy4000",fontsize=16,color="magenta"];244 -> 305[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 244 -> 306[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 245 -> 108[label="",style="dashed", color="red", weight=0]; 12.76/5.30 245[label="xy3000 == xy4000",fontsize=16,color="magenta"];245 -> 307[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 245 -> 308[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 246 -> 146[label="",style="dashed", color="red", weight=0]; 12.76/5.30 246[label="xy3000 == xy4000",fontsize=16,color="magenta"];246 -> 309[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 246 -> 310[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 247 -> 147[label="",style="dashed", color="red", weight=0]; 12.76/5.30 247[label="xy3000 == xy4000",fontsize=16,color="magenta"];247 -> 311[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 247 -> 312[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 248 -> 148[label="",style="dashed", color="red", weight=0]; 12.76/5.30 248[label="xy3000 == xy4000",fontsize=16,color="magenta"];248 -> 313[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 248 -> 314[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 249 -> 149[label="",style="dashed", color="red", weight=0]; 12.76/5.30 249[label="xy3000 == xy4000",fontsize=16,color="magenta"];249 -> 315[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 249 -> 316[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 250 -> 150[label="",style="dashed", color="red", weight=0]; 12.76/5.30 250[label="xy3000 == xy4000",fontsize=16,color="magenta"];250 -> 317[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 250 -> 318[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 251 -> 151[label="",style="dashed", color="red", weight=0]; 12.76/5.30 251[label="xy3000 == xy4000",fontsize=16,color="magenta"];251 -> 319[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 251 -> 320[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 252 -> 152[label="",style="dashed", color="red", weight=0]; 12.76/5.30 252[label="xy3000 == xy4000",fontsize=16,color="magenta"];252 -> 321[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 252 -> 322[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 253 -> 153[label="",style="dashed", color="red", weight=0]; 12.76/5.30 253[label="xy3000 == xy4000",fontsize=16,color="magenta"];253 -> 323[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 253 -> 324[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 254 -> 154[label="",style="dashed", color="red", weight=0]; 12.76/5.30 254[label="xy3000 == xy4000",fontsize=16,color="magenta"];254 -> 325[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 254 -> 326[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 255 -> 155[label="",style="dashed", color="red", weight=0]; 12.76/5.30 255[label="xy3000 == xy4000",fontsize=16,color="magenta"];255 -> 327[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 255 -> 328[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 256 -> 156[label="",style="dashed", color="red", weight=0]; 12.76/5.30 256[label="xy3000 == xy4000",fontsize=16,color="magenta"];256 -> 329[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 256 -> 330[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 257 -> 157[label="",style="dashed", color="red", weight=0]; 12.76/5.30 257[label="xy3000 == xy4000",fontsize=16,color="magenta"];257 -> 331[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 257 -> 332[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 258 -> 144[label="",style="dashed", color="red", weight=0]; 12.76/5.30 258[label="xy3000 == xy4000",fontsize=16,color="magenta"];258 -> 333[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 258 -> 334[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 259 -> 108[label="",style="dashed", color="red", weight=0]; 12.76/5.30 259[label="xy3000 == xy4000",fontsize=16,color="magenta"];259 -> 335[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 259 -> 336[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 260 -> 146[label="",style="dashed", color="red", weight=0]; 12.76/5.30 260[label="xy3000 == xy4000",fontsize=16,color="magenta"];260 -> 337[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 260 -> 338[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 261 -> 147[label="",style="dashed", color="red", weight=0]; 12.76/5.30 261[label="xy3000 == xy4000",fontsize=16,color="magenta"];261 -> 339[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 261 -> 340[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 262 -> 148[label="",style="dashed", color="red", weight=0]; 12.76/5.30 262[label="xy3000 == xy4000",fontsize=16,color="magenta"];262 -> 341[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 262 -> 342[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 263 -> 149[label="",style="dashed", color="red", weight=0]; 12.76/5.30 263[label="xy3000 == xy4000",fontsize=16,color="magenta"];263 -> 343[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 263 -> 344[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 264 -> 150[label="",style="dashed", color="red", weight=0]; 12.76/5.30 264[label="xy3000 == xy4000",fontsize=16,color="magenta"];264 -> 345[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 264 -> 346[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 265 -> 151[label="",style="dashed", color="red", weight=0]; 12.76/5.30 265[label="xy3000 == xy4000",fontsize=16,color="magenta"];265 -> 347[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 265 -> 348[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 266 -> 152[label="",style="dashed", color="red", weight=0]; 12.76/5.30 266[label="xy3000 == xy4000",fontsize=16,color="magenta"];266 -> 349[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 266 -> 350[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 267 -> 153[label="",style="dashed", color="red", weight=0]; 12.76/5.30 267[label="xy3000 == xy4000",fontsize=16,color="magenta"];267 -> 351[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 267 -> 352[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 268 -> 154[label="",style="dashed", color="red", weight=0]; 12.76/5.30 268[label="xy3000 == xy4000",fontsize=16,color="magenta"];268 -> 353[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 268 -> 354[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 269 -> 155[label="",style="dashed", color="red", weight=0]; 12.76/5.30 269[label="xy3000 == xy4000",fontsize=16,color="magenta"];269 -> 355[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 269 -> 356[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 270 -> 156[label="",style="dashed", color="red", weight=0]; 12.76/5.30 270[label="xy3000 == xy4000",fontsize=16,color="magenta"];270 -> 357[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 270 -> 358[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 271 -> 157[label="",style="dashed", color="red", weight=0]; 12.76/5.30 271[label="xy3000 == xy4000",fontsize=16,color="magenta"];271 -> 359[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 271 -> 360[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 272[label="primEqInt (Pos (Succ xy30000)) (Pos xy4000)",fontsize=16,color="burlywood",shape="box"];844[label="xy4000/Succ xy40000",fontsize=10,color="white",style="solid",shape="box"];272 -> 844[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 844 -> 361[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 845[label="xy4000/Zero",fontsize=10,color="white",style="solid",shape="box"];272 -> 845[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 845 -> 362[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 273[label="primEqInt (Pos (Succ xy30000)) (Neg xy4000)",fontsize=16,color="black",shape="box"];273 -> 363[label="",style="solid", color="black", weight=3]; 12.76/5.30 274[label="primEqInt (Pos Zero) (Pos xy4000)",fontsize=16,color="burlywood",shape="box"];846[label="xy4000/Succ xy40000",fontsize=10,color="white",style="solid",shape="box"];274 -> 846[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 846 -> 364[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 847[label="xy4000/Zero",fontsize=10,color="white",style="solid",shape="box"];274 -> 847[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 847 -> 365[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 275[label="primEqInt (Pos Zero) (Neg xy4000)",fontsize=16,color="burlywood",shape="box"];848[label="xy4000/Succ xy40000",fontsize=10,color="white",style="solid",shape="box"];275 -> 848[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 848 -> 366[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 849[label="xy4000/Zero",fontsize=10,color="white",style="solid",shape="box"];275 -> 849[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 849 -> 367[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 276[label="primEqInt (Neg (Succ xy30000)) (Pos xy4000)",fontsize=16,color="black",shape="box"];276 -> 368[label="",style="solid", color="black", weight=3]; 12.76/5.30 277[label="primEqInt (Neg (Succ xy30000)) (Neg xy4000)",fontsize=16,color="burlywood",shape="box"];850[label="xy4000/Succ xy40000",fontsize=10,color="white",style="solid",shape="box"];277 -> 850[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 850 -> 369[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 851[label="xy4000/Zero",fontsize=10,color="white",style="solid",shape="box"];277 -> 851[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 851 -> 370[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 278[label="primEqInt (Neg Zero) (Pos xy4000)",fontsize=16,color="burlywood",shape="box"];852[label="xy4000/Succ xy40000",fontsize=10,color="white",style="solid",shape="box"];278 -> 852[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 852 -> 371[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 853[label="xy4000/Zero",fontsize=10,color="white",style="solid",shape="box"];278 -> 853[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 853 -> 372[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 279[label="primEqInt (Neg Zero) (Neg xy4000)",fontsize=16,color="burlywood",shape="box"];854[label="xy4000/Succ xy40000",fontsize=10,color="white",style="solid",shape="box"];279 -> 854[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 854 -> 373[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 855[label="xy4000/Zero",fontsize=10,color="white",style="solid",shape="box"];279 -> 855[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 855 -> 374[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 280[label="xy3000",fontsize=16,color="green",shape="box"];281[label="xy4000",fontsize=16,color="green",shape="box"];282 -> 144[label="",style="dashed", color="red", weight=0]; 12.76/5.30 282[label="xy3000 == xy4000",fontsize=16,color="magenta"];282 -> 375[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 282 -> 376[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 283 -> 108[label="",style="dashed", color="red", weight=0]; 12.76/5.30 283[label="xy3000 == xy4000",fontsize=16,color="magenta"];283 -> 377[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 283 -> 378[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 284 -> 146[label="",style="dashed", color="red", weight=0]; 12.76/5.30 284[label="xy3000 == xy4000",fontsize=16,color="magenta"];284 -> 379[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 284 -> 380[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 285 -> 147[label="",style="dashed", color="red", weight=0]; 12.76/5.30 285[label="xy3000 == xy4000",fontsize=16,color="magenta"];285 -> 381[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 285 -> 382[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 286 -> 148[label="",style="dashed", color="red", weight=0]; 12.76/5.30 286[label="xy3000 == xy4000",fontsize=16,color="magenta"];286 -> 383[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 286 -> 384[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 287 -> 149[label="",style="dashed", color="red", weight=0]; 12.76/5.30 287[label="xy3000 == xy4000",fontsize=16,color="magenta"];287 -> 385[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 287 -> 386[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 288 -> 150[label="",style="dashed", color="red", weight=0]; 12.76/5.30 288[label="xy3000 == xy4000",fontsize=16,color="magenta"];288 -> 387[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 288 -> 388[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 289 -> 151[label="",style="dashed", color="red", weight=0]; 12.76/5.30 289[label="xy3000 == xy4000",fontsize=16,color="magenta"];289 -> 389[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 289 -> 390[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 290 -> 152[label="",style="dashed", color="red", weight=0]; 12.76/5.30 290[label="xy3000 == xy4000",fontsize=16,color="magenta"];290 -> 391[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 290 -> 392[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 291 -> 153[label="",style="dashed", color="red", weight=0]; 12.76/5.30 291[label="xy3000 == xy4000",fontsize=16,color="magenta"];291 -> 393[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 291 -> 394[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 292 -> 154[label="",style="dashed", color="red", weight=0]; 12.76/5.30 292[label="xy3000 == xy4000",fontsize=16,color="magenta"];292 -> 395[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 292 -> 396[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 293 -> 155[label="",style="dashed", color="red", weight=0]; 12.76/5.30 293[label="xy3000 == xy4000",fontsize=16,color="magenta"];293 -> 397[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 293 -> 398[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 294 -> 156[label="",style="dashed", color="red", weight=0]; 12.76/5.30 294[label="xy3000 == xy4000",fontsize=16,color="magenta"];294 -> 399[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 294 -> 400[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 295 -> 157[label="",style="dashed", color="red", weight=0]; 12.76/5.30 295[label="xy3000 == xy4000",fontsize=16,color="magenta"];295 -> 401[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 295 -> 402[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 296[label="xy3000 == xy4000",fontsize=16,color="blue",shape="box"];856[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 856[label="",style="solid", color="blue", weight=9]; 12.76/5.30 856 -> 403[label="",style="solid", color="blue", weight=3]; 12.76/5.30 857[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 857[label="",style="solid", color="blue", weight=9]; 12.76/5.30 857 -> 404[label="",style="solid", color="blue", weight=3]; 12.76/5.30 297[label="xy3001 == xy4001",fontsize=16,color="blue",shape="box"];858[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];297 -> 858[label="",style="solid", color="blue", weight=9]; 12.76/5.30 858 -> 405[label="",style="solid", color="blue", weight=3]; 12.76/5.30 859[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];297 -> 859[label="",style="solid", color="blue", weight=9]; 12.76/5.30 859 -> 406[label="",style="solid", color="blue", weight=3]; 12.76/5.30 298 -> 146[label="",style="dashed", color="red", weight=0]; 12.76/5.30 298[label="xy3000 * xy4001 == xy3001 * xy4000",fontsize=16,color="magenta"];298 -> 407[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 298 -> 408[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 299[label="xy3000 == xy4000",fontsize=16,color="blue",shape="box"];860[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 860[label="",style="solid", color="blue", weight=9]; 12.76/5.30 860 -> 409[label="",style="solid", color="blue", weight=3]; 12.76/5.30 861[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 861[label="",style="solid", color="blue", weight=9]; 12.76/5.30 861 -> 410[label="",style="solid", color="blue", weight=3]; 12.76/5.30 862[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 862[label="",style="solid", color="blue", weight=9]; 12.76/5.30 862 -> 411[label="",style="solid", color="blue", weight=3]; 12.76/5.30 863[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 863[label="",style="solid", color="blue", weight=9]; 12.76/5.30 863 -> 412[label="",style="solid", color="blue", weight=3]; 12.76/5.30 864[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 864[label="",style="solid", color="blue", weight=9]; 12.76/5.30 864 -> 413[label="",style="solid", color="blue", weight=3]; 12.76/5.30 865[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 865[label="",style="solid", color="blue", weight=9]; 12.76/5.30 865 -> 414[label="",style="solid", color="blue", weight=3]; 12.76/5.30 866[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 866[label="",style="solid", color="blue", weight=9]; 12.76/5.30 866 -> 415[label="",style="solid", color="blue", weight=3]; 12.76/5.30 867[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 867[label="",style="solid", color="blue", weight=9]; 12.76/5.30 867 -> 416[label="",style="solid", color="blue", weight=3]; 12.76/5.30 868[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 868[label="",style="solid", color="blue", weight=9]; 12.76/5.30 868 -> 417[label="",style="solid", color="blue", weight=3]; 12.76/5.30 869[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 869[label="",style="solid", color="blue", weight=9]; 12.76/5.30 869 -> 418[label="",style="solid", color="blue", weight=3]; 12.76/5.30 870[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 870[label="",style="solid", color="blue", weight=9]; 12.76/5.30 870 -> 419[label="",style="solid", color="blue", weight=3]; 12.76/5.30 871[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 871[label="",style="solid", color="blue", weight=9]; 12.76/5.30 871 -> 420[label="",style="solid", color="blue", weight=3]; 12.76/5.30 872[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 872[label="",style="solid", color="blue", weight=9]; 12.76/5.30 872 -> 421[label="",style="solid", color="blue", weight=3]; 12.76/5.30 873[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 873[label="",style="solid", color="blue", weight=9]; 12.76/5.30 873 -> 422[label="",style="solid", color="blue", weight=3]; 12.76/5.30 300[label="xy3001 == xy4001",fontsize=16,color="blue",shape="box"];874[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 874[label="",style="solid", color="blue", weight=9]; 12.76/5.30 874 -> 423[label="",style="solid", color="blue", weight=3]; 12.76/5.30 875[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 875[label="",style="solid", color="blue", weight=9]; 12.76/5.30 875 -> 424[label="",style="solid", color="blue", weight=3]; 12.76/5.30 876[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 876[label="",style="solid", color="blue", weight=9]; 12.76/5.30 876 -> 425[label="",style="solid", color="blue", weight=3]; 12.76/5.30 877[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 877[label="",style="solid", color="blue", weight=9]; 12.76/5.30 877 -> 426[label="",style="solid", color="blue", weight=3]; 12.76/5.30 878[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 878[label="",style="solid", color="blue", weight=9]; 12.76/5.30 878 -> 427[label="",style="solid", color="blue", weight=3]; 12.76/5.30 879[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 879[label="",style="solid", color="blue", weight=9]; 12.76/5.30 879 -> 428[label="",style="solid", color="blue", weight=3]; 12.76/5.30 880[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 880[label="",style="solid", color="blue", weight=9]; 12.76/5.30 880 -> 429[label="",style="solid", color="blue", weight=3]; 12.76/5.30 881[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 881[label="",style="solid", color="blue", weight=9]; 12.76/5.30 881 -> 430[label="",style="solid", color="blue", weight=3]; 12.76/5.30 882[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 882[label="",style="solid", color="blue", weight=9]; 12.76/5.30 882 -> 431[label="",style="solid", color="blue", weight=3]; 12.76/5.30 883[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 883[label="",style="solid", color="blue", weight=9]; 12.76/5.30 883 -> 432[label="",style="solid", color="blue", weight=3]; 12.76/5.30 884[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 884[label="",style="solid", color="blue", weight=9]; 12.76/5.30 884 -> 433[label="",style="solid", color="blue", weight=3]; 12.76/5.30 885[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 885[label="",style="solid", color="blue", weight=9]; 12.76/5.30 885 -> 434[label="",style="solid", color="blue", weight=3]; 12.76/5.30 886[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 886[label="",style="solid", color="blue", weight=9]; 12.76/5.30 886 -> 435[label="",style="solid", color="blue", weight=3]; 12.76/5.30 887[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 887[label="",style="solid", color="blue", weight=9]; 12.76/5.30 887 -> 436[label="",style="solid", color="blue", weight=3]; 12.76/5.30 301[label="primEqNat xy3000 xy4000",fontsize=16,color="burlywood",shape="triangle"];888[label="xy3000/Succ xy30000",fontsize=10,color="white",style="solid",shape="box"];301 -> 888[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 888 -> 437[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 889[label="xy3000/Zero",fontsize=10,color="white",style="solid",shape="box"];301 -> 889[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 889 -> 438[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 302 -> 146[label="",style="dashed", color="red", weight=0]; 12.76/5.30 302[label="xy3000 * xy4001 == xy3001 * xy4000",fontsize=16,color="magenta"];302 -> 439[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 302 -> 440[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 303[label="xy3000 == xy4000",fontsize=16,color="blue",shape="box"];890[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];303 -> 890[label="",style="solid", color="blue", weight=9]; 12.76/5.30 890 -> 441[label="",style="solid", color="blue", weight=3]; 12.76/5.30 891[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];303 -> 891[label="",style="solid", color="blue", weight=9]; 12.76/5.30 891 -> 442[label="",style="solid", color="blue", weight=3]; 12.76/5.30 892[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];303 -> 892[label="",style="solid", color="blue", weight=9]; 12.76/5.30 892 -> 443[label="",style="solid", color="blue", weight=3]; 12.76/5.30 893[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];303 -> 893[label="",style="solid", color="blue", weight=9]; 12.76/5.30 893 -> 444[label="",style="solid", color="blue", weight=3]; 12.76/5.30 894[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];303 -> 894[label="",style="solid", color="blue", weight=9]; 12.76/5.30 894 -> 445[label="",style="solid", color="blue", weight=3]; 12.76/5.30 895[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];303 -> 895[label="",style="solid", color="blue", weight=9]; 12.76/5.30 895 -> 446[label="",style="solid", color="blue", weight=3]; 12.76/5.30 896[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];303 -> 896[label="",style="solid", color="blue", weight=9]; 12.76/5.30 896 -> 447[label="",style="solid", color="blue", weight=3]; 12.76/5.30 897[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];303 -> 897[label="",style="solid", color="blue", weight=9]; 12.76/5.30 897 -> 448[label="",style="solid", color="blue", weight=3]; 12.76/5.30 898[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];303 -> 898[label="",style="solid", color="blue", weight=9]; 12.76/5.30 898 -> 449[label="",style="solid", color="blue", weight=3]; 12.76/5.30 899[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];303 -> 899[label="",style="solid", color="blue", weight=9]; 12.76/5.30 899 -> 450[label="",style="solid", color="blue", weight=3]; 12.76/5.30 900[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];303 -> 900[label="",style="solid", color="blue", weight=9]; 12.76/5.30 900 -> 451[label="",style="solid", color="blue", weight=3]; 12.76/5.30 901[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];303 -> 901[label="",style="solid", color="blue", weight=9]; 12.76/5.30 901 -> 452[label="",style="solid", color="blue", weight=3]; 12.76/5.30 902[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];303 -> 902[label="",style="solid", color="blue", weight=9]; 12.76/5.30 902 -> 453[label="",style="solid", color="blue", weight=3]; 12.76/5.30 903[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];303 -> 903[label="",style="solid", color="blue", weight=9]; 12.76/5.30 903 -> 454[label="",style="solid", color="blue", weight=3]; 12.76/5.30 304 -> 107[label="",style="dashed", color="red", weight=0]; 12.76/5.30 304[label="xy3001 == xy4001 && xy3002 == xy4002",fontsize=16,color="magenta"];304 -> 455[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 304 -> 456[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 305[label="xy3000",fontsize=16,color="green",shape="box"];306[label="xy4000",fontsize=16,color="green",shape="box"];307[label="xy4000",fontsize=16,color="green",shape="box"];308[label="xy3000",fontsize=16,color="green",shape="box"];309[label="xy3000",fontsize=16,color="green",shape="box"];310[label="xy4000",fontsize=16,color="green",shape="box"];311[label="xy3000",fontsize=16,color="green",shape="box"];312[label="xy4000",fontsize=16,color="green",shape="box"];313[label="xy3000",fontsize=16,color="green",shape="box"];314[label="xy4000",fontsize=16,color="green",shape="box"];315[label="xy3000",fontsize=16,color="green",shape="box"];316[label="xy4000",fontsize=16,color="green",shape="box"];317[label="xy3000",fontsize=16,color="green",shape="box"];318[label="xy4000",fontsize=16,color="green",shape="box"];319[label="xy3000",fontsize=16,color="green",shape="box"];320[label="xy4000",fontsize=16,color="green",shape="box"];321[label="xy3000",fontsize=16,color="green",shape="box"];322[label="xy4000",fontsize=16,color="green",shape="box"];323[label="xy3000",fontsize=16,color="green",shape="box"];324[label="xy4000",fontsize=16,color="green",shape="box"];325[label="xy3000",fontsize=16,color="green",shape="box"];326[label="xy4000",fontsize=16,color="green",shape="box"];327[label="xy3000",fontsize=16,color="green",shape="box"];328[label="xy4000",fontsize=16,color="green",shape="box"];329[label="xy3000",fontsize=16,color="green",shape="box"];330[label="xy4000",fontsize=16,color="green",shape="box"];331[label="xy3000",fontsize=16,color="green",shape="box"];332[label="xy4000",fontsize=16,color="green",shape="box"];333[label="xy3000",fontsize=16,color="green",shape="box"];334[label="xy4000",fontsize=16,color="green",shape="box"];335[label="xy4000",fontsize=16,color="green",shape="box"];336[label="xy3000",fontsize=16,color="green",shape="box"];337[label="xy3000",fontsize=16,color="green",shape="box"];338[label="xy4000",fontsize=16,color="green",shape="box"];339[label="xy3000",fontsize=16,color="green",shape="box"];340[label="xy4000",fontsize=16,color="green",shape="box"];341[label="xy3000",fontsize=16,color="green",shape="box"];342[label="xy4000",fontsize=16,color="green",shape="box"];343[label="xy3000",fontsize=16,color="green",shape="box"];344[label="xy4000",fontsize=16,color="green",shape="box"];345[label="xy3000",fontsize=16,color="green",shape="box"];346[label="xy4000",fontsize=16,color="green",shape="box"];347[label="xy3000",fontsize=16,color="green",shape="box"];348[label="xy4000",fontsize=16,color="green",shape="box"];349[label="xy3000",fontsize=16,color="green",shape="box"];350[label="xy4000",fontsize=16,color="green",shape="box"];351[label="xy3000",fontsize=16,color="green",shape="box"];352[label="xy4000",fontsize=16,color="green",shape="box"];353[label="xy3000",fontsize=16,color="green",shape="box"];354[label="xy4000",fontsize=16,color="green",shape="box"];355[label="xy3000",fontsize=16,color="green",shape="box"];356[label="xy4000",fontsize=16,color="green",shape="box"];357[label="xy3000",fontsize=16,color="green",shape="box"];358[label="xy4000",fontsize=16,color="green",shape="box"];359[label="xy3000",fontsize=16,color="green",shape="box"];360[label="xy4000",fontsize=16,color="green",shape="box"];361[label="primEqInt (Pos (Succ xy30000)) (Pos (Succ xy40000))",fontsize=16,color="black",shape="box"];361 -> 457[label="",style="solid", color="black", weight=3]; 12.76/5.30 362[label="primEqInt (Pos (Succ xy30000)) (Pos Zero)",fontsize=16,color="black",shape="box"];362 -> 458[label="",style="solid", color="black", weight=3]; 12.76/5.30 363[label="False",fontsize=16,color="green",shape="box"];364[label="primEqInt (Pos Zero) (Pos (Succ xy40000))",fontsize=16,color="black",shape="box"];364 -> 459[label="",style="solid", color="black", weight=3]; 12.76/5.30 365[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];365 -> 460[label="",style="solid", color="black", weight=3]; 12.76/5.30 366[label="primEqInt (Pos Zero) (Neg (Succ xy40000))",fontsize=16,color="black",shape="box"];366 -> 461[label="",style="solid", color="black", weight=3]; 12.76/5.30 367[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];367 -> 462[label="",style="solid", color="black", weight=3]; 12.76/5.30 368[label="False",fontsize=16,color="green",shape="box"];369[label="primEqInt (Neg (Succ xy30000)) (Neg (Succ xy40000))",fontsize=16,color="black",shape="box"];369 -> 463[label="",style="solid", color="black", weight=3]; 12.76/5.30 370[label="primEqInt (Neg (Succ xy30000)) (Neg Zero)",fontsize=16,color="black",shape="box"];370 -> 464[label="",style="solid", color="black", weight=3]; 12.76/5.30 371[label="primEqInt (Neg Zero) (Pos (Succ xy40000))",fontsize=16,color="black",shape="box"];371 -> 465[label="",style="solid", color="black", weight=3]; 12.76/5.30 372[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];372 -> 466[label="",style="solid", color="black", weight=3]; 12.76/5.30 373[label="primEqInt (Neg Zero) (Neg (Succ xy40000))",fontsize=16,color="black",shape="box"];373 -> 467[label="",style="solid", color="black", weight=3]; 12.76/5.30 374[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];374 -> 468[label="",style="solid", color="black", weight=3]; 12.76/5.30 375[label="xy3000",fontsize=16,color="green",shape="box"];376[label="xy4000",fontsize=16,color="green",shape="box"];377[label="xy4000",fontsize=16,color="green",shape="box"];378[label="xy3000",fontsize=16,color="green",shape="box"];379[label="xy3000",fontsize=16,color="green",shape="box"];380[label="xy4000",fontsize=16,color="green",shape="box"];381[label="xy3000",fontsize=16,color="green",shape="box"];382[label="xy4000",fontsize=16,color="green",shape="box"];383[label="xy3000",fontsize=16,color="green",shape="box"];384[label="xy4000",fontsize=16,color="green",shape="box"];385[label="xy3000",fontsize=16,color="green",shape="box"];386[label="xy4000",fontsize=16,color="green",shape="box"];387[label="xy3000",fontsize=16,color="green",shape="box"];388[label="xy4000",fontsize=16,color="green",shape="box"];389[label="xy3000",fontsize=16,color="green",shape="box"];390[label="xy4000",fontsize=16,color="green",shape="box"];391[label="xy3000",fontsize=16,color="green",shape="box"];392[label="xy4000",fontsize=16,color="green",shape="box"];393[label="xy3000",fontsize=16,color="green",shape="box"];394[label="xy4000",fontsize=16,color="green",shape="box"];395[label="xy3000",fontsize=16,color="green",shape="box"];396[label="xy4000",fontsize=16,color="green",shape="box"];397[label="xy3000",fontsize=16,color="green",shape="box"];398[label="xy4000",fontsize=16,color="green",shape="box"];399[label="xy3000",fontsize=16,color="green",shape="box"];400[label="xy4000",fontsize=16,color="green",shape="box"];401[label="xy3000",fontsize=16,color="green",shape="box"];402[label="xy4000",fontsize=16,color="green",shape="box"];403 -> 146[label="",style="dashed", color="red", weight=0]; 12.76/5.30 403[label="xy3000 == xy4000",fontsize=16,color="magenta"];403 -> 469[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 403 -> 470[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 404 -> 147[label="",style="dashed", color="red", weight=0]; 12.76/5.30 404[label="xy3000 == xy4000",fontsize=16,color="magenta"];404 -> 471[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 404 -> 472[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 405 -> 146[label="",style="dashed", color="red", weight=0]; 12.76/5.30 405[label="xy3001 == xy4001",fontsize=16,color="magenta"];405 -> 473[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 405 -> 474[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 406 -> 147[label="",style="dashed", color="red", weight=0]; 12.76/5.30 406[label="xy3001 == xy4001",fontsize=16,color="magenta"];406 -> 475[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 406 -> 476[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 407[label="xy3000 * xy4001",fontsize=16,color="black",shape="triangle"];407 -> 477[label="",style="solid", color="black", weight=3]; 12.76/5.30 408 -> 407[label="",style="dashed", color="red", weight=0]; 12.76/5.30 408[label="xy3001 * xy4000",fontsize=16,color="magenta"];408 -> 478[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 408 -> 479[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 409 -> 144[label="",style="dashed", color="red", weight=0]; 12.76/5.30 409[label="xy3000 == xy4000",fontsize=16,color="magenta"];409 -> 480[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 409 -> 481[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 410 -> 108[label="",style="dashed", color="red", weight=0]; 12.76/5.30 410[label="xy3000 == xy4000",fontsize=16,color="magenta"];410 -> 482[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 410 -> 483[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 411 -> 146[label="",style="dashed", color="red", weight=0]; 12.76/5.30 411[label="xy3000 == xy4000",fontsize=16,color="magenta"];411 -> 484[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 411 -> 485[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 412 -> 147[label="",style="dashed", color="red", weight=0]; 12.76/5.30 412[label="xy3000 == xy4000",fontsize=16,color="magenta"];412 -> 486[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 412 -> 487[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 413 -> 148[label="",style="dashed", color="red", weight=0]; 12.76/5.30 413[label="xy3000 == xy4000",fontsize=16,color="magenta"];413 -> 488[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 413 -> 489[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 414 -> 149[label="",style="dashed", color="red", weight=0]; 12.76/5.30 414[label="xy3000 == xy4000",fontsize=16,color="magenta"];414 -> 490[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 414 -> 491[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 415 -> 150[label="",style="dashed", color="red", weight=0]; 12.76/5.30 415[label="xy3000 == xy4000",fontsize=16,color="magenta"];415 -> 492[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 415 -> 493[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 416 -> 151[label="",style="dashed", color="red", weight=0]; 12.76/5.30 416[label="xy3000 == xy4000",fontsize=16,color="magenta"];416 -> 494[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 416 -> 495[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 417 -> 152[label="",style="dashed", color="red", weight=0]; 12.76/5.30 417[label="xy3000 == xy4000",fontsize=16,color="magenta"];417 -> 496[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 417 -> 497[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 418 -> 153[label="",style="dashed", color="red", weight=0]; 12.76/5.30 418[label="xy3000 == xy4000",fontsize=16,color="magenta"];418 -> 498[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 418 -> 499[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 419 -> 154[label="",style="dashed", color="red", weight=0]; 12.76/5.30 419[label="xy3000 == xy4000",fontsize=16,color="magenta"];419 -> 500[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 419 -> 501[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 420 -> 155[label="",style="dashed", color="red", weight=0]; 12.76/5.30 420[label="xy3000 == xy4000",fontsize=16,color="magenta"];420 -> 502[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 420 -> 503[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 421 -> 156[label="",style="dashed", color="red", weight=0]; 12.76/5.30 421[label="xy3000 == xy4000",fontsize=16,color="magenta"];421 -> 504[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 421 -> 505[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 422 -> 157[label="",style="dashed", color="red", weight=0]; 12.76/5.30 422[label="xy3000 == xy4000",fontsize=16,color="magenta"];422 -> 506[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 422 -> 507[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 423 -> 144[label="",style="dashed", color="red", weight=0]; 12.76/5.30 423[label="xy3001 == xy4001",fontsize=16,color="magenta"];423 -> 508[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 423 -> 509[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 424 -> 108[label="",style="dashed", color="red", weight=0]; 12.76/5.30 424[label="xy3001 == xy4001",fontsize=16,color="magenta"];424 -> 510[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 424 -> 511[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 425 -> 146[label="",style="dashed", color="red", weight=0]; 12.76/5.30 425[label="xy3001 == xy4001",fontsize=16,color="magenta"];425 -> 512[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 425 -> 513[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 426 -> 147[label="",style="dashed", color="red", weight=0]; 12.76/5.30 426[label="xy3001 == xy4001",fontsize=16,color="magenta"];426 -> 514[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 426 -> 515[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 427 -> 148[label="",style="dashed", color="red", weight=0]; 12.76/5.30 427[label="xy3001 == xy4001",fontsize=16,color="magenta"];427 -> 516[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 427 -> 517[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 428 -> 149[label="",style="dashed", color="red", weight=0]; 12.76/5.30 428[label="xy3001 == xy4001",fontsize=16,color="magenta"];428 -> 518[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 428 -> 519[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 429 -> 150[label="",style="dashed", color="red", weight=0]; 12.76/5.30 429[label="xy3001 == xy4001",fontsize=16,color="magenta"];429 -> 520[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 429 -> 521[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 430 -> 151[label="",style="dashed", color="red", weight=0]; 12.76/5.30 430[label="xy3001 == xy4001",fontsize=16,color="magenta"];430 -> 522[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 430 -> 523[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 431 -> 152[label="",style="dashed", color="red", weight=0]; 12.76/5.30 431[label="xy3001 == xy4001",fontsize=16,color="magenta"];431 -> 524[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 431 -> 525[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 432 -> 153[label="",style="dashed", color="red", weight=0]; 12.76/5.30 432[label="xy3001 == xy4001",fontsize=16,color="magenta"];432 -> 526[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 432 -> 527[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 433 -> 154[label="",style="dashed", color="red", weight=0]; 12.76/5.30 433[label="xy3001 == xy4001",fontsize=16,color="magenta"];433 -> 528[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 433 -> 529[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 434 -> 155[label="",style="dashed", color="red", weight=0]; 12.76/5.30 434[label="xy3001 == xy4001",fontsize=16,color="magenta"];434 -> 530[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 434 -> 531[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 435 -> 156[label="",style="dashed", color="red", weight=0]; 12.76/5.30 435[label="xy3001 == xy4001",fontsize=16,color="magenta"];435 -> 532[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 435 -> 533[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 436 -> 157[label="",style="dashed", color="red", weight=0]; 12.76/5.30 436[label="xy3001 == xy4001",fontsize=16,color="magenta"];436 -> 534[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 436 -> 535[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 437[label="primEqNat (Succ xy30000) xy4000",fontsize=16,color="burlywood",shape="box"];904[label="xy4000/Succ xy40000",fontsize=10,color="white",style="solid",shape="box"];437 -> 904[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 904 -> 536[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 905[label="xy4000/Zero",fontsize=10,color="white",style="solid",shape="box"];437 -> 905[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 905 -> 537[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 438[label="primEqNat Zero xy4000",fontsize=16,color="burlywood",shape="box"];906[label="xy4000/Succ xy40000",fontsize=10,color="white",style="solid",shape="box"];438 -> 906[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 906 -> 538[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 907[label="xy4000/Zero",fontsize=10,color="white",style="solid",shape="box"];438 -> 907[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 907 -> 539[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 439 -> 407[label="",style="dashed", color="red", weight=0]; 12.76/5.30 439[label="xy3000 * xy4001",fontsize=16,color="magenta"];439 -> 540[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 439 -> 541[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 440 -> 407[label="",style="dashed", color="red", weight=0]; 12.76/5.30 440[label="xy3001 * xy4000",fontsize=16,color="magenta"];440 -> 542[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 440 -> 543[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 441 -> 144[label="",style="dashed", color="red", weight=0]; 12.76/5.30 441[label="xy3000 == xy4000",fontsize=16,color="magenta"];441 -> 544[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 441 -> 545[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 442 -> 108[label="",style="dashed", color="red", weight=0]; 12.76/5.30 442[label="xy3000 == xy4000",fontsize=16,color="magenta"];442 -> 546[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 442 -> 547[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 443 -> 146[label="",style="dashed", color="red", weight=0]; 12.76/5.30 443[label="xy3000 == xy4000",fontsize=16,color="magenta"];443 -> 548[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 443 -> 549[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 444 -> 147[label="",style="dashed", color="red", weight=0]; 12.76/5.30 444[label="xy3000 == xy4000",fontsize=16,color="magenta"];444 -> 550[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 444 -> 551[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 445 -> 148[label="",style="dashed", color="red", weight=0]; 12.76/5.30 445[label="xy3000 == xy4000",fontsize=16,color="magenta"];445 -> 552[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 445 -> 553[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 446 -> 149[label="",style="dashed", color="red", weight=0]; 12.76/5.30 446[label="xy3000 == xy4000",fontsize=16,color="magenta"];446 -> 554[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 446 -> 555[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 447 -> 150[label="",style="dashed", color="red", weight=0]; 12.76/5.30 447[label="xy3000 == xy4000",fontsize=16,color="magenta"];447 -> 556[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 447 -> 557[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 448 -> 151[label="",style="dashed", color="red", weight=0]; 12.76/5.30 448[label="xy3000 == xy4000",fontsize=16,color="magenta"];448 -> 558[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 448 -> 559[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 449 -> 152[label="",style="dashed", color="red", weight=0]; 12.76/5.30 449[label="xy3000 == xy4000",fontsize=16,color="magenta"];449 -> 560[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 449 -> 561[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 450 -> 153[label="",style="dashed", color="red", weight=0]; 12.76/5.30 450[label="xy3000 == xy4000",fontsize=16,color="magenta"];450 -> 562[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 450 -> 563[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 451 -> 154[label="",style="dashed", color="red", weight=0]; 12.76/5.30 451[label="xy3000 == xy4000",fontsize=16,color="magenta"];451 -> 564[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 451 -> 565[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 452 -> 155[label="",style="dashed", color="red", weight=0]; 12.76/5.30 452[label="xy3000 == xy4000",fontsize=16,color="magenta"];452 -> 566[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 452 -> 567[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 453 -> 156[label="",style="dashed", color="red", weight=0]; 12.76/5.30 453[label="xy3000 == xy4000",fontsize=16,color="magenta"];453 -> 568[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 453 -> 569[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 454 -> 157[label="",style="dashed", color="red", weight=0]; 12.76/5.30 454[label="xy3000 == xy4000",fontsize=16,color="magenta"];454 -> 570[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 454 -> 571[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 455[label="xy3001 == xy4001",fontsize=16,color="blue",shape="box"];908[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 908[label="",style="solid", color="blue", weight=9]; 12.76/5.30 908 -> 572[label="",style="solid", color="blue", weight=3]; 12.76/5.30 909[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 909[label="",style="solid", color="blue", weight=9]; 12.76/5.30 909 -> 573[label="",style="solid", color="blue", weight=3]; 12.76/5.30 910[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 910[label="",style="solid", color="blue", weight=9]; 12.76/5.30 910 -> 574[label="",style="solid", color="blue", weight=3]; 12.76/5.30 911[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 911[label="",style="solid", color="blue", weight=9]; 12.76/5.30 911 -> 575[label="",style="solid", color="blue", weight=3]; 12.76/5.30 912[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 912[label="",style="solid", color="blue", weight=9]; 12.76/5.30 912 -> 576[label="",style="solid", color="blue", weight=3]; 12.76/5.30 913[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 913[label="",style="solid", color="blue", weight=9]; 12.76/5.30 913 -> 577[label="",style="solid", color="blue", weight=3]; 12.76/5.30 914[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 914[label="",style="solid", color="blue", weight=9]; 12.76/5.30 914 -> 578[label="",style="solid", color="blue", weight=3]; 12.76/5.30 915[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 915[label="",style="solid", color="blue", weight=9]; 12.76/5.30 915 -> 579[label="",style="solid", color="blue", weight=3]; 12.76/5.30 916[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 916[label="",style="solid", color="blue", weight=9]; 12.76/5.30 916 -> 580[label="",style="solid", color="blue", weight=3]; 12.76/5.30 917[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 917[label="",style="solid", color="blue", weight=9]; 12.76/5.30 917 -> 581[label="",style="solid", color="blue", weight=3]; 12.76/5.30 918[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 918[label="",style="solid", color="blue", weight=9]; 12.76/5.30 918 -> 582[label="",style="solid", color="blue", weight=3]; 12.76/5.30 919[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 919[label="",style="solid", color="blue", weight=9]; 12.76/5.30 919 -> 583[label="",style="solid", color="blue", weight=3]; 12.76/5.30 920[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 920[label="",style="solid", color="blue", weight=9]; 12.76/5.30 920 -> 584[label="",style="solid", color="blue", weight=3]; 12.76/5.30 921[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];455 -> 921[label="",style="solid", color="blue", weight=9]; 12.76/5.30 921 -> 585[label="",style="solid", color="blue", weight=3]; 12.76/5.30 456[label="xy3002 == xy4002",fontsize=16,color="blue",shape="box"];922[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];456 -> 922[label="",style="solid", color="blue", weight=9]; 12.76/5.30 922 -> 586[label="",style="solid", color="blue", weight=3]; 12.76/5.30 923[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];456 -> 923[label="",style="solid", color="blue", weight=9]; 12.76/5.30 923 -> 587[label="",style="solid", color="blue", weight=3]; 12.76/5.30 924[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];456 -> 924[label="",style="solid", color="blue", weight=9]; 12.76/5.30 924 -> 588[label="",style="solid", color="blue", weight=3]; 12.76/5.30 925[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];456 -> 925[label="",style="solid", color="blue", weight=9]; 12.76/5.30 925 -> 589[label="",style="solid", color="blue", weight=3]; 12.76/5.30 926[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];456 -> 926[label="",style="solid", color="blue", weight=9]; 12.76/5.30 926 -> 590[label="",style="solid", color="blue", weight=3]; 12.76/5.30 927[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];456 -> 927[label="",style="solid", color="blue", weight=9]; 12.76/5.30 927 -> 591[label="",style="solid", color="blue", weight=3]; 12.76/5.30 928[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];456 -> 928[label="",style="solid", color="blue", weight=9]; 12.76/5.30 928 -> 592[label="",style="solid", color="blue", weight=3]; 12.76/5.30 929[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];456 -> 929[label="",style="solid", color="blue", weight=9]; 12.76/5.30 929 -> 593[label="",style="solid", color="blue", weight=3]; 12.76/5.30 930[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];456 -> 930[label="",style="solid", color="blue", weight=9]; 12.76/5.30 930 -> 594[label="",style="solid", color="blue", weight=3]; 12.76/5.30 931[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];456 -> 931[label="",style="solid", color="blue", weight=9]; 12.76/5.30 931 -> 595[label="",style="solid", color="blue", weight=3]; 12.76/5.30 932[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];456 -> 932[label="",style="solid", color="blue", weight=9]; 12.76/5.30 932 -> 596[label="",style="solid", color="blue", weight=3]; 12.76/5.30 933[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];456 -> 933[label="",style="solid", color="blue", weight=9]; 12.76/5.30 933 -> 597[label="",style="solid", color="blue", weight=3]; 12.76/5.30 934[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];456 -> 934[label="",style="solid", color="blue", weight=9]; 12.76/5.30 934 -> 598[label="",style="solid", color="blue", weight=3]; 12.76/5.30 935[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];456 -> 935[label="",style="solid", color="blue", weight=9]; 12.76/5.30 935 -> 599[label="",style="solid", color="blue", weight=3]; 12.76/5.30 457 -> 301[label="",style="dashed", color="red", weight=0]; 12.76/5.30 457[label="primEqNat xy30000 xy40000",fontsize=16,color="magenta"];457 -> 600[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 457 -> 601[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 458[label="False",fontsize=16,color="green",shape="box"];459[label="False",fontsize=16,color="green",shape="box"];460[label="True",fontsize=16,color="green",shape="box"];461[label="False",fontsize=16,color="green",shape="box"];462[label="True",fontsize=16,color="green",shape="box"];463 -> 301[label="",style="dashed", color="red", weight=0]; 12.76/5.30 463[label="primEqNat xy30000 xy40000",fontsize=16,color="magenta"];463 -> 602[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 463 -> 603[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 464[label="False",fontsize=16,color="green",shape="box"];465[label="False",fontsize=16,color="green",shape="box"];466[label="True",fontsize=16,color="green",shape="box"];467[label="False",fontsize=16,color="green",shape="box"];468[label="True",fontsize=16,color="green",shape="box"];469[label="xy3000",fontsize=16,color="green",shape="box"];470[label="xy4000",fontsize=16,color="green",shape="box"];471[label="xy3000",fontsize=16,color="green",shape="box"];472[label="xy4000",fontsize=16,color="green",shape="box"];473[label="xy3001",fontsize=16,color="green",shape="box"];474[label="xy4001",fontsize=16,color="green",shape="box"];475[label="xy3001",fontsize=16,color="green",shape="box"];476[label="xy4001",fontsize=16,color="green",shape="box"];477[label="primMulInt xy3000 xy4001",fontsize=16,color="burlywood",shape="box"];936[label="xy3000/Pos xy30000",fontsize=10,color="white",style="solid",shape="box"];477 -> 936[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 936 -> 604[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 937[label="xy3000/Neg xy30000",fontsize=10,color="white",style="solid",shape="box"];477 -> 937[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 937 -> 605[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 478[label="xy4000",fontsize=16,color="green",shape="box"];479[label="xy3001",fontsize=16,color="green",shape="box"];480[label="xy3000",fontsize=16,color="green",shape="box"];481[label="xy4000",fontsize=16,color="green",shape="box"];482[label="xy4000",fontsize=16,color="green",shape="box"];483[label="xy3000",fontsize=16,color="green",shape="box"];484[label="xy3000",fontsize=16,color="green",shape="box"];485[label="xy4000",fontsize=16,color="green",shape="box"];486[label="xy3000",fontsize=16,color="green",shape="box"];487[label="xy4000",fontsize=16,color="green",shape="box"];488[label="xy3000",fontsize=16,color="green",shape="box"];489[label="xy4000",fontsize=16,color="green",shape="box"];490[label="xy3000",fontsize=16,color="green",shape="box"];491[label="xy4000",fontsize=16,color="green",shape="box"];492[label="xy3000",fontsize=16,color="green",shape="box"];493[label="xy4000",fontsize=16,color="green",shape="box"];494[label="xy3000",fontsize=16,color="green",shape="box"];495[label="xy4000",fontsize=16,color="green",shape="box"];496[label="xy3000",fontsize=16,color="green",shape="box"];497[label="xy4000",fontsize=16,color="green",shape="box"];498[label="xy3000",fontsize=16,color="green",shape="box"];499[label="xy4000",fontsize=16,color="green",shape="box"];500[label="xy3000",fontsize=16,color="green",shape="box"];501[label="xy4000",fontsize=16,color="green",shape="box"];502[label="xy3000",fontsize=16,color="green",shape="box"];503[label="xy4000",fontsize=16,color="green",shape="box"];504[label="xy3000",fontsize=16,color="green",shape="box"];505[label="xy4000",fontsize=16,color="green",shape="box"];506[label="xy3000",fontsize=16,color="green",shape="box"];507[label="xy4000",fontsize=16,color="green",shape="box"];508[label="xy3001",fontsize=16,color="green",shape="box"];509[label="xy4001",fontsize=16,color="green",shape="box"];510[label="xy4001",fontsize=16,color="green",shape="box"];511[label="xy3001",fontsize=16,color="green",shape="box"];512[label="xy3001",fontsize=16,color="green",shape="box"];513[label="xy4001",fontsize=16,color="green",shape="box"];514[label="xy3001",fontsize=16,color="green",shape="box"];515[label="xy4001",fontsize=16,color="green",shape="box"];516[label="xy3001",fontsize=16,color="green",shape="box"];517[label="xy4001",fontsize=16,color="green",shape="box"];518[label="xy3001",fontsize=16,color="green",shape="box"];519[label="xy4001",fontsize=16,color="green",shape="box"];520[label="xy3001",fontsize=16,color="green",shape="box"];521[label="xy4001",fontsize=16,color="green",shape="box"];522[label="xy3001",fontsize=16,color="green",shape="box"];523[label="xy4001",fontsize=16,color="green",shape="box"];524[label="xy3001",fontsize=16,color="green",shape="box"];525[label="xy4001",fontsize=16,color="green",shape="box"];526[label="xy3001",fontsize=16,color="green",shape="box"];527[label="xy4001",fontsize=16,color="green",shape="box"];528[label="xy3001",fontsize=16,color="green",shape="box"];529[label="xy4001",fontsize=16,color="green",shape="box"];530[label="xy3001",fontsize=16,color="green",shape="box"];531[label="xy4001",fontsize=16,color="green",shape="box"];532[label="xy3001",fontsize=16,color="green",shape="box"];533[label="xy4001",fontsize=16,color="green",shape="box"];534[label="xy3001",fontsize=16,color="green",shape="box"];535[label="xy4001",fontsize=16,color="green",shape="box"];536[label="primEqNat (Succ xy30000) (Succ xy40000)",fontsize=16,color="black",shape="box"];536 -> 606[label="",style="solid", color="black", weight=3]; 12.76/5.30 537[label="primEqNat (Succ xy30000) Zero",fontsize=16,color="black",shape="box"];537 -> 607[label="",style="solid", color="black", weight=3]; 12.76/5.30 538[label="primEqNat Zero (Succ xy40000)",fontsize=16,color="black",shape="box"];538 -> 608[label="",style="solid", color="black", weight=3]; 12.76/5.30 539[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];539 -> 609[label="",style="solid", color="black", weight=3]; 12.76/5.30 540[label="xy4001",fontsize=16,color="green",shape="box"];541[label="xy3000",fontsize=16,color="green",shape="box"];542[label="xy4000",fontsize=16,color="green",shape="box"];543[label="xy3001",fontsize=16,color="green",shape="box"];544[label="xy3000",fontsize=16,color="green",shape="box"];545[label="xy4000",fontsize=16,color="green",shape="box"];546[label="xy4000",fontsize=16,color="green",shape="box"];547[label="xy3000",fontsize=16,color="green",shape="box"];548[label="xy3000",fontsize=16,color="green",shape="box"];549[label="xy4000",fontsize=16,color="green",shape="box"];550[label="xy3000",fontsize=16,color="green",shape="box"];551[label="xy4000",fontsize=16,color="green",shape="box"];552[label="xy3000",fontsize=16,color="green",shape="box"];553[label="xy4000",fontsize=16,color="green",shape="box"];554[label="xy3000",fontsize=16,color="green",shape="box"];555[label="xy4000",fontsize=16,color="green",shape="box"];556[label="xy3000",fontsize=16,color="green",shape="box"];557[label="xy4000",fontsize=16,color="green",shape="box"];558[label="xy3000",fontsize=16,color="green",shape="box"];559[label="xy4000",fontsize=16,color="green",shape="box"];560[label="xy3000",fontsize=16,color="green",shape="box"];561[label="xy4000",fontsize=16,color="green",shape="box"];562[label="xy3000",fontsize=16,color="green",shape="box"];563[label="xy4000",fontsize=16,color="green",shape="box"];564[label="xy3000",fontsize=16,color="green",shape="box"];565[label="xy4000",fontsize=16,color="green",shape="box"];566[label="xy3000",fontsize=16,color="green",shape="box"];567[label="xy4000",fontsize=16,color="green",shape="box"];568[label="xy3000",fontsize=16,color="green",shape="box"];569[label="xy4000",fontsize=16,color="green",shape="box"];570[label="xy3000",fontsize=16,color="green",shape="box"];571[label="xy4000",fontsize=16,color="green",shape="box"];572 -> 144[label="",style="dashed", color="red", weight=0]; 12.76/5.30 572[label="xy3001 == xy4001",fontsize=16,color="magenta"];572 -> 610[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 572 -> 611[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 573 -> 108[label="",style="dashed", color="red", weight=0]; 12.76/5.30 573[label="xy3001 == xy4001",fontsize=16,color="magenta"];573 -> 612[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 573 -> 613[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 574 -> 146[label="",style="dashed", color="red", weight=0]; 12.76/5.30 574[label="xy3001 == xy4001",fontsize=16,color="magenta"];574 -> 614[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 574 -> 615[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 575 -> 147[label="",style="dashed", color="red", weight=0]; 12.76/5.30 575[label="xy3001 == xy4001",fontsize=16,color="magenta"];575 -> 616[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 575 -> 617[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 576 -> 148[label="",style="dashed", color="red", weight=0]; 12.76/5.30 576[label="xy3001 == xy4001",fontsize=16,color="magenta"];576 -> 618[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 576 -> 619[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 577 -> 149[label="",style="dashed", color="red", weight=0]; 12.76/5.30 577[label="xy3001 == xy4001",fontsize=16,color="magenta"];577 -> 620[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 577 -> 621[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 578 -> 150[label="",style="dashed", color="red", weight=0]; 12.76/5.30 578[label="xy3001 == xy4001",fontsize=16,color="magenta"];578 -> 622[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 578 -> 623[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 579 -> 151[label="",style="dashed", color="red", weight=0]; 12.76/5.30 579[label="xy3001 == xy4001",fontsize=16,color="magenta"];579 -> 624[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 579 -> 625[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 580 -> 152[label="",style="dashed", color="red", weight=0]; 12.76/5.30 580[label="xy3001 == xy4001",fontsize=16,color="magenta"];580 -> 626[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 580 -> 627[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 581 -> 153[label="",style="dashed", color="red", weight=0]; 12.76/5.30 581[label="xy3001 == xy4001",fontsize=16,color="magenta"];581 -> 628[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 581 -> 629[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 582 -> 154[label="",style="dashed", color="red", weight=0]; 12.76/5.30 582[label="xy3001 == xy4001",fontsize=16,color="magenta"];582 -> 630[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 582 -> 631[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 583 -> 155[label="",style="dashed", color="red", weight=0]; 12.76/5.30 583[label="xy3001 == xy4001",fontsize=16,color="magenta"];583 -> 632[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 583 -> 633[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 584 -> 156[label="",style="dashed", color="red", weight=0]; 12.76/5.30 584[label="xy3001 == xy4001",fontsize=16,color="magenta"];584 -> 634[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 584 -> 635[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 585 -> 157[label="",style="dashed", color="red", weight=0]; 12.76/5.30 585[label="xy3001 == xy4001",fontsize=16,color="magenta"];585 -> 636[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 585 -> 637[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 586 -> 144[label="",style="dashed", color="red", weight=0]; 12.76/5.30 586[label="xy3002 == xy4002",fontsize=16,color="magenta"];586 -> 638[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 586 -> 639[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 587 -> 108[label="",style="dashed", color="red", weight=0]; 12.76/5.30 587[label="xy3002 == xy4002",fontsize=16,color="magenta"];587 -> 640[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 587 -> 641[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 588 -> 146[label="",style="dashed", color="red", weight=0]; 12.76/5.30 588[label="xy3002 == xy4002",fontsize=16,color="magenta"];588 -> 642[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 588 -> 643[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 589 -> 147[label="",style="dashed", color="red", weight=0]; 12.76/5.30 589[label="xy3002 == xy4002",fontsize=16,color="magenta"];589 -> 644[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 589 -> 645[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 590 -> 148[label="",style="dashed", color="red", weight=0]; 12.76/5.30 590[label="xy3002 == xy4002",fontsize=16,color="magenta"];590 -> 646[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 590 -> 647[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 591 -> 149[label="",style="dashed", color="red", weight=0]; 12.76/5.30 591[label="xy3002 == xy4002",fontsize=16,color="magenta"];591 -> 648[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 591 -> 649[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 592 -> 150[label="",style="dashed", color="red", weight=0]; 12.76/5.30 592[label="xy3002 == xy4002",fontsize=16,color="magenta"];592 -> 650[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 592 -> 651[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 593 -> 151[label="",style="dashed", color="red", weight=0]; 12.76/5.30 593[label="xy3002 == xy4002",fontsize=16,color="magenta"];593 -> 652[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 593 -> 653[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 594 -> 152[label="",style="dashed", color="red", weight=0]; 12.76/5.30 594[label="xy3002 == xy4002",fontsize=16,color="magenta"];594 -> 654[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 594 -> 655[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 595 -> 153[label="",style="dashed", color="red", weight=0]; 12.76/5.30 595[label="xy3002 == xy4002",fontsize=16,color="magenta"];595 -> 656[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 595 -> 657[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 596 -> 154[label="",style="dashed", color="red", weight=0]; 12.76/5.30 596[label="xy3002 == xy4002",fontsize=16,color="magenta"];596 -> 658[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 596 -> 659[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 597 -> 155[label="",style="dashed", color="red", weight=0]; 12.76/5.30 597[label="xy3002 == xy4002",fontsize=16,color="magenta"];597 -> 660[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 597 -> 661[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 598 -> 156[label="",style="dashed", color="red", weight=0]; 12.76/5.30 598[label="xy3002 == xy4002",fontsize=16,color="magenta"];598 -> 662[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 598 -> 663[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 599 -> 157[label="",style="dashed", color="red", weight=0]; 12.76/5.30 599[label="xy3002 == xy4002",fontsize=16,color="magenta"];599 -> 664[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 599 -> 665[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 600[label="xy30000",fontsize=16,color="green",shape="box"];601[label="xy40000",fontsize=16,color="green",shape="box"];602[label="xy30000",fontsize=16,color="green",shape="box"];603[label="xy40000",fontsize=16,color="green",shape="box"];604[label="primMulInt (Pos xy30000) xy4001",fontsize=16,color="burlywood",shape="box"];938[label="xy4001/Pos xy40010",fontsize=10,color="white",style="solid",shape="box"];604 -> 938[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 938 -> 666[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 939[label="xy4001/Neg xy40010",fontsize=10,color="white",style="solid",shape="box"];604 -> 939[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 939 -> 667[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 605[label="primMulInt (Neg xy30000) xy4001",fontsize=16,color="burlywood",shape="box"];940[label="xy4001/Pos xy40010",fontsize=10,color="white",style="solid",shape="box"];605 -> 940[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 940 -> 668[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 941[label="xy4001/Neg xy40010",fontsize=10,color="white",style="solid",shape="box"];605 -> 941[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 941 -> 669[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 606 -> 301[label="",style="dashed", color="red", weight=0]; 12.76/5.30 606[label="primEqNat xy30000 xy40000",fontsize=16,color="magenta"];606 -> 670[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 606 -> 671[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 607[label="False",fontsize=16,color="green",shape="box"];608[label="False",fontsize=16,color="green",shape="box"];609[label="True",fontsize=16,color="green",shape="box"];610[label="xy3001",fontsize=16,color="green",shape="box"];611[label="xy4001",fontsize=16,color="green",shape="box"];612[label="xy4001",fontsize=16,color="green",shape="box"];613[label="xy3001",fontsize=16,color="green",shape="box"];614[label="xy3001",fontsize=16,color="green",shape="box"];615[label="xy4001",fontsize=16,color="green",shape="box"];616[label="xy3001",fontsize=16,color="green",shape="box"];617[label="xy4001",fontsize=16,color="green",shape="box"];618[label="xy3001",fontsize=16,color="green",shape="box"];619[label="xy4001",fontsize=16,color="green",shape="box"];620[label="xy3001",fontsize=16,color="green",shape="box"];621[label="xy4001",fontsize=16,color="green",shape="box"];622[label="xy3001",fontsize=16,color="green",shape="box"];623[label="xy4001",fontsize=16,color="green",shape="box"];624[label="xy3001",fontsize=16,color="green",shape="box"];625[label="xy4001",fontsize=16,color="green",shape="box"];626[label="xy3001",fontsize=16,color="green",shape="box"];627[label="xy4001",fontsize=16,color="green",shape="box"];628[label="xy3001",fontsize=16,color="green",shape="box"];629[label="xy4001",fontsize=16,color="green",shape="box"];630[label="xy3001",fontsize=16,color="green",shape="box"];631[label="xy4001",fontsize=16,color="green",shape="box"];632[label="xy3001",fontsize=16,color="green",shape="box"];633[label="xy4001",fontsize=16,color="green",shape="box"];634[label="xy3001",fontsize=16,color="green",shape="box"];635[label="xy4001",fontsize=16,color="green",shape="box"];636[label="xy3001",fontsize=16,color="green",shape="box"];637[label="xy4001",fontsize=16,color="green",shape="box"];638[label="xy3002",fontsize=16,color="green",shape="box"];639[label="xy4002",fontsize=16,color="green",shape="box"];640[label="xy4002",fontsize=16,color="green",shape="box"];641[label="xy3002",fontsize=16,color="green",shape="box"];642[label="xy3002",fontsize=16,color="green",shape="box"];643[label="xy4002",fontsize=16,color="green",shape="box"];644[label="xy3002",fontsize=16,color="green",shape="box"];645[label="xy4002",fontsize=16,color="green",shape="box"];646[label="xy3002",fontsize=16,color="green",shape="box"];647[label="xy4002",fontsize=16,color="green",shape="box"];648[label="xy3002",fontsize=16,color="green",shape="box"];649[label="xy4002",fontsize=16,color="green",shape="box"];650[label="xy3002",fontsize=16,color="green",shape="box"];651[label="xy4002",fontsize=16,color="green",shape="box"];652[label="xy3002",fontsize=16,color="green",shape="box"];653[label="xy4002",fontsize=16,color="green",shape="box"];654[label="xy3002",fontsize=16,color="green",shape="box"];655[label="xy4002",fontsize=16,color="green",shape="box"];656[label="xy3002",fontsize=16,color="green",shape="box"];657[label="xy4002",fontsize=16,color="green",shape="box"];658[label="xy3002",fontsize=16,color="green",shape="box"];659[label="xy4002",fontsize=16,color="green",shape="box"];660[label="xy3002",fontsize=16,color="green",shape="box"];661[label="xy4002",fontsize=16,color="green",shape="box"];662[label="xy3002",fontsize=16,color="green",shape="box"];663[label="xy4002",fontsize=16,color="green",shape="box"];664[label="xy3002",fontsize=16,color="green",shape="box"];665[label="xy4002",fontsize=16,color="green",shape="box"];666[label="primMulInt (Pos xy30000) (Pos xy40010)",fontsize=16,color="black",shape="box"];666 -> 672[label="",style="solid", color="black", weight=3]; 12.76/5.30 667[label="primMulInt (Pos xy30000) (Neg xy40010)",fontsize=16,color="black",shape="box"];667 -> 673[label="",style="solid", color="black", weight=3]; 12.76/5.30 668[label="primMulInt (Neg xy30000) (Pos xy40010)",fontsize=16,color="black",shape="box"];668 -> 674[label="",style="solid", color="black", weight=3]; 12.76/5.30 669[label="primMulInt (Neg xy30000) (Neg xy40010)",fontsize=16,color="black",shape="box"];669 -> 675[label="",style="solid", color="black", weight=3]; 12.76/5.30 670[label="xy30000",fontsize=16,color="green",shape="box"];671[label="xy40000",fontsize=16,color="green",shape="box"];672[label="Pos (primMulNat xy30000 xy40010)",fontsize=16,color="green",shape="box"];672 -> 676[label="",style="dashed", color="green", weight=3]; 12.76/5.30 673[label="Neg (primMulNat xy30000 xy40010)",fontsize=16,color="green",shape="box"];673 -> 677[label="",style="dashed", color="green", weight=3]; 12.76/5.30 674[label="Neg (primMulNat xy30000 xy40010)",fontsize=16,color="green",shape="box"];674 -> 678[label="",style="dashed", color="green", weight=3]; 12.76/5.30 675[label="Pos (primMulNat xy30000 xy40010)",fontsize=16,color="green",shape="box"];675 -> 679[label="",style="dashed", color="green", weight=3]; 12.76/5.30 676[label="primMulNat xy30000 xy40010",fontsize=16,color="burlywood",shape="triangle"];942[label="xy30000/Succ xy300000",fontsize=10,color="white",style="solid",shape="box"];676 -> 942[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 942 -> 680[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 943[label="xy30000/Zero",fontsize=10,color="white",style="solid",shape="box"];676 -> 943[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 943 -> 681[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 677 -> 676[label="",style="dashed", color="red", weight=0]; 12.76/5.30 677[label="primMulNat xy30000 xy40010",fontsize=16,color="magenta"];677 -> 682[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 678 -> 676[label="",style="dashed", color="red", weight=0]; 12.76/5.30 678[label="primMulNat xy30000 xy40010",fontsize=16,color="magenta"];678 -> 683[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 679 -> 676[label="",style="dashed", color="red", weight=0]; 12.76/5.30 679[label="primMulNat xy30000 xy40010",fontsize=16,color="magenta"];679 -> 684[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 679 -> 685[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 680[label="primMulNat (Succ xy300000) xy40010",fontsize=16,color="burlywood",shape="box"];944[label="xy40010/Succ xy400100",fontsize=10,color="white",style="solid",shape="box"];680 -> 944[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 944 -> 686[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 945[label="xy40010/Zero",fontsize=10,color="white",style="solid",shape="box"];680 -> 945[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 945 -> 687[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 681[label="primMulNat Zero xy40010",fontsize=16,color="burlywood",shape="box"];946[label="xy40010/Succ xy400100",fontsize=10,color="white",style="solid",shape="box"];681 -> 946[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 946 -> 688[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 947[label="xy40010/Zero",fontsize=10,color="white",style="solid",shape="box"];681 -> 947[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 947 -> 689[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 682[label="xy40010",fontsize=16,color="green",shape="box"];683[label="xy30000",fontsize=16,color="green",shape="box"];684[label="xy40010",fontsize=16,color="green",shape="box"];685[label="xy30000",fontsize=16,color="green",shape="box"];686[label="primMulNat (Succ xy300000) (Succ xy400100)",fontsize=16,color="black",shape="box"];686 -> 690[label="",style="solid", color="black", weight=3]; 12.76/5.30 687[label="primMulNat (Succ xy300000) Zero",fontsize=16,color="black",shape="box"];687 -> 691[label="",style="solid", color="black", weight=3]; 12.76/5.30 688[label="primMulNat Zero (Succ xy400100)",fontsize=16,color="black",shape="box"];688 -> 692[label="",style="solid", color="black", weight=3]; 12.76/5.30 689[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];689 -> 693[label="",style="solid", color="black", weight=3]; 12.76/5.30 690 -> 694[label="",style="dashed", color="red", weight=0]; 12.76/5.30 690[label="primPlusNat (primMulNat xy300000 (Succ xy400100)) (Succ xy400100)",fontsize=16,color="magenta"];690 -> 695[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 691[label="Zero",fontsize=16,color="green",shape="box"];692[label="Zero",fontsize=16,color="green",shape="box"];693[label="Zero",fontsize=16,color="green",shape="box"];695 -> 676[label="",style="dashed", color="red", weight=0]; 12.76/5.30 695[label="primMulNat xy300000 (Succ xy400100)",fontsize=16,color="magenta"];695 -> 696[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 695 -> 697[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 694[label="primPlusNat xy20 (Succ xy400100)",fontsize=16,color="burlywood",shape="triangle"];948[label="xy20/Succ xy200",fontsize=10,color="white",style="solid",shape="box"];694 -> 948[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 948 -> 698[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 949[label="xy20/Zero",fontsize=10,color="white",style="solid",shape="box"];694 -> 949[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 949 -> 699[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 696[label="Succ xy400100",fontsize=16,color="green",shape="box"];697[label="xy300000",fontsize=16,color="green",shape="box"];698[label="primPlusNat (Succ xy200) (Succ xy400100)",fontsize=16,color="black",shape="box"];698 -> 700[label="",style="solid", color="black", weight=3]; 12.76/5.30 699[label="primPlusNat Zero (Succ xy400100)",fontsize=16,color="black",shape="box"];699 -> 701[label="",style="solid", color="black", weight=3]; 12.76/5.30 700[label="Succ (Succ (primPlusNat xy200 xy400100))",fontsize=16,color="green",shape="box"];700 -> 702[label="",style="dashed", color="green", weight=3]; 12.76/5.30 701[label="Succ xy400100",fontsize=16,color="green",shape="box"];702[label="primPlusNat xy200 xy400100",fontsize=16,color="burlywood",shape="triangle"];950[label="xy200/Succ xy2000",fontsize=10,color="white",style="solid",shape="box"];702 -> 950[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 950 -> 703[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 951[label="xy200/Zero",fontsize=10,color="white",style="solid",shape="box"];702 -> 951[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 951 -> 704[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 703[label="primPlusNat (Succ xy2000) xy400100",fontsize=16,color="burlywood",shape="box"];952[label="xy400100/Succ xy4001000",fontsize=10,color="white",style="solid",shape="box"];703 -> 952[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 952 -> 705[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 953[label="xy400100/Zero",fontsize=10,color="white",style="solid",shape="box"];703 -> 953[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 953 -> 706[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 704[label="primPlusNat Zero xy400100",fontsize=16,color="burlywood",shape="box"];954[label="xy400100/Succ xy4001000",fontsize=10,color="white",style="solid",shape="box"];704 -> 954[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 954 -> 707[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 955[label="xy400100/Zero",fontsize=10,color="white",style="solid",shape="box"];704 -> 955[label="",style="solid", color="burlywood", weight=9]; 12.76/5.30 955 -> 708[label="",style="solid", color="burlywood", weight=3]; 12.76/5.30 705[label="primPlusNat (Succ xy2000) (Succ xy4001000)",fontsize=16,color="black",shape="box"];705 -> 709[label="",style="solid", color="black", weight=3]; 12.76/5.30 706[label="primPlusNat (Succ xy2000) Zero",fontsize=16,color="black",shape="box"];706 -> 710[label="",style="solid", color="black", weight=3]; 12.76/5.30 707[label="primPlusNat Zero (Succ xy4001000)",fontsize=16,color="black",shape="box"];707 -> 711[label="",style="solid", color="black", weight=3]; 12.76/5.30 708[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];708 -> 712[label="",style="solid", color="black", weight=3]; 12.76/5.30 709[label="Succ (Succ (primPlusNat xy2000 xy4001000))",fontsize=16,color="green",shape="box"];709 -> 713[label="",style="dashed", color="green", weight=3]; 12.76/5.30 710[label="Succ xy2000",fontsize=16,color="green",shape="box"];711[label="Succ xy4001000",fontsize=16,color="green",shape="box"];712[label="Zero",fontsize=16,color="green",shape="box"];713 -> 702[label="",style="dashed", color="red", weight=0]; 12.76/5.30 713[label="primPlusNat xy2000 xy4001000",fontsize=16,color="magenta"];713 -> 714[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 713 -> 715[label="",style="dashed", color="magenta", weight=3]; 12.76/5.30 714[label="xy4001000",fontsize=16,color="green",shape="box"];715[label="xy2000",fontsize=16,color="green",shape="box"];} 12.76/5.30 12.76/5.30 ---------------------------------------- 12.76/5.30 12.76/5.30 (6) 12.76/5.30 Complex Obligation (AND) 12.76/5.30 12.76/5.30 ---------------------------------------- 12.76/5.30 12.76/5.30 (7) 12.76/5.30 Obligation: 12.76/5.30 Q DP problem: 12.76/5.30 The TRS P consists of the following rules: 12.76/5.30 12.76/5.30 new_esEs2(@2(xy3000, xy3001), @2(xy4000, xy4001), gc, app(ty_[], gf)) -> new_esEs0(xy3001, xy4001, gf) 12.76/5.30 new_esEs2(@2(xy3000, xy3001), @2(xy4000, xy4001), app(app(app(ty_@3, fh), ga), gb), fb) -> new_esEs3(xy3000, xy4000, fh, ga, gb) 12.76/5.30 new_esEs(Left(xy3000), Left(xy4000), app(ty_[], bd), bc) -> new_esEs0(xy3000, xy4000, bd) 12.76/5.30 new_esEs0(:(Just(xy3000), xy301), :(Just(xy4000), xy401), app(ty_Maybe, app(ty_Maybe, eb))) -> new_esEs1(xy3000, xy4000, eb) 12.76/5.30 new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, app(ty_[], baa)), hg), hh)) -> new_esEs0(xy3000, xy4000, baa) 12.76/5.30 new_esEs2(@2(xy3000, xy3001), @2(xy4000, xy4001), gc, app(app(ty_@2, gh), ha)) -> new_esEs2(xy3001, xy4001, gh, ha) 12.76/5.30 new_esEs(Right(xy3000), Right(xy4000), cc, app(app(app(ty_@3, dc), dd), de)) -> new_esEs3(xy3000, xy4000, dc, dd, de) 12.76/5.30 new_esEs2(@2(xy3000, xy3001), @2(xy4000, xy4001), app(ty_[], fc), fb) -> new_esEs0(xy3000, xy4000, fc) 12.76/5.30 new_esEs0(:(@2(xy3000, xy3001), xy301), :(@2(xy4000, xy4001), xy401), app(app(ty_@2, gc), app(ty_[], gf))) -> new_esEs0(xy3001, xy4001, gf) 12.76/5.30 new_esEs1(Just(xy3000), Just(xy4000), app(app(ty_Either, dg), dh)) -> new_esEs(xy3000, xy4000, dg, dh) 12.76/5.30 new_esEs0(:(@2(xy3000, xy3001), xy301), :(@2(xy4000, xy4001), xy401), app(app(ty_@2, app(ty_Maybe, fd)), fb)) -> new_esEs1(xy3000, xy4000, fd) 12.76/5.30 new_esEs0(:(Right(xy3000), xy301), :(Right(xy4000), xy401), app(app(ty_Either, cc), app(app(app(ty_@3, dc), dd), de))) -> new_esEs3(xy3000, xy4000, dc, dd, de) 12.76/5.30 new_esEs0(:(Just(xy3000), xy301), :(Just(xy4000), xy401), app(ty_Maybe, app(app(ty_@2, ec), ed))) -> new_esEs2(xy3000, xy4000, ec, ed) 12.76/5.30 new_esEs0(:(xy300, xy301), :(xy400, xy401), app(ty_[], df)) -> new_esEs0(xy300, xy400, df) 12.76/5.30 new_esEs(Right(xy3000), Right(xy4000), cc, app(ty_Maybe, cg)) -> new_esEs1(xy3000, xy4000, cg) 12.76/5.30 new_esEs(Left(xy3000), Left(xy4000), app(app(ty_@2, bf), bg), bc) -> new_esEs2(xy3000, xy4000, bf, bg) 12.76/5.30 new_esEs0(:(Right(xy3000), xy301), :(Right(xy4000), xy401), app(app(ty_Either, cc), app(ty_[], cf))) -> new_esEs0(xy3000, xy4000, cf) 12.76/5.30 new_esEs0(:(Right(xy3000), xy301), :(Right(xy4000), xy401), app(app(ty_Either, cc), app(app(ty_Either, cd), ce))) -> new_esEs(xy3000, xy4000, cd, ce) 12.76/5.30 new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), bah, app(app(ty_@2, bbe), bbf), hh) -> new_esEs2(xy3001, xy4001, bbe, bbf) 12.76/5.30 new_esEs0(:(Just(xy3000), xy301), :(Just(xy4000), xy401), app(ty_Maybe, app(ty_[], ea))) -> new_esEs0(xy3000, xy4000, ea) 12.76/5.30 new_esEs0(:(Left(xy3000), xy301), :(Left(xy4000), xy401), app(app(ty_Either, app(app(ty_Either, ba), bb)), bc)) -> new_esEs(xy3000, xy4000, ba, bb) 12.76/5.30 new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, bah), app(ty_[], bbc)), hh)) -> new_esEs0(xy3001, xy4001, bbc) 12.76/5.31 new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, app(ty_Maybe, bab)), hg), hh)) -> new_esEs1(xy3000, xy4000, bab) 12.76/5.31 new_esEs1(Just(xy3000), Just(xy4000), app(app(ty_@2, ec), ed)) -> new_esEs2(xy3000, xy4000, ec, ed) 12.76/5.31 new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), bah, app(app(app(ty_@3, bbg), bbh), bca), hh) -> new_esEs3(xy3001, xy4001, bbg, bbh, bca) 12.76/5.31 new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, bah), app(ty_Maybe, bbd)), hh)) -> new_esEs1(xy3001, xy4001, bbd) 12.76/5.31 new_esEs1(Just(xy3000), Just(xy4000), app(app(app(ty_@3, ee), ef), eg)) -> new_esEs3(xy3000, xy4000, ee, ef, eg) 12.76/5.31 new_esEs0(:(@2(xy3000, xy3001), xy301), :(@2(xy4000, xy4001), xy401), app(app(ty_@2, gc), app(app(ty_@2, gh), ha))) -> new_esEs2(xy3001, xy4001, gh, ha) 12.76/5.31 new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), bah, app(ty_[], bbc), hh) -> new_esEs0(xy3001, xy4001, bbc) 12.76/5.31 new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), app(ty_Maybe, bab), hg, hh) -> new_esEs1(xy3000, xy4000, bab) 12.76/5.31 new_esEs0(:(@2(xy3000, xy3001), xy301), :(@2(xy4000, xy4001), xy401), app(app(ty_@2, app(app(app(ty_@3, fh), ga), gb)), fb)) -> new_esEs3(xy3000, xy4000, fh, ga, gb) 12.76/5.31 new_esEs(Left(xy3000), Left(xy4000), app(app(app(ty_@3, bh), ca), cb), bc) -> new_esEs3(xy3000, xy4000, bh, ca, cb) 12.76/5.31 new_esEs2(@2(xy3000, xy3001), @2(xy4000, xy4001), gc, app(app(ty_Either, gd), ge)) -> new_esEs(xy3001, xy4001, gd, ge) 12.76/5.31 new_esEs2(@2(xy3000, xy3001), @2(xy4000, xy4001), app(ty_Maybe, fd), fb) -> new_esEs1(xy3000, xy4000, fd) 12.76/5.31 new_esEs0(:(@2(xy3000, xy3001), xy301), :(@2(xy4000, xy4001), xy401), app(app(ty_@2, gc), app(app(ty_Either, gd), ge))) -> new_esEs(xy3001, xy4001, gd, ge) 12.76/5.31 new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, bah), hg), app(app(ty_@2, bcf), bcg))) -> new_esEs2(xy3002, xy4002, bcf, bcg) 12.76/5.31 new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), app(app(ty_Either, he), hf), hg, hh) -> new_esEs(xy3000, xy4000, he, hf) 12.76/5.31 new_esEs1(Just(xy3000), Just(xy4000), app(ty_Maybe, eb)) -> new_esEs1(xy3000, xy4000, eb) 12.76/5.31 new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), bah, hg, app(ty_Maybe, bce)) -> new_esEs1(xy3002, xy4002, bce) 12.76/5.31 new_esEs0(:(@2(xy3000, xy3001), xy301), :(@2(xy4000, xy4001), xy401), app(app(ty_@2, app(app(ty_@2, ff), fg)), fb)) -> new_esEs2(xy3000, xy4000, ff, fg) 12.76/5.31 new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, bah), hg), app(app(ty_Either, bcb), bcc))) -> new_esEs(xy3002, xy4002, bcb, bcc) 12.76/5.31 new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), app(app(app(ty_@3, bae), baf), bag), hg, hh) -> new_esEs3(xy3000, xy4000, bae, baf, bag) 12.76/5.31 new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), bah, hg, app(app(ty_Either, bcb), bcc)) -> new_esEs(xy3002, xy4002, bcb, bcc) 12.76/5.31 new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, app(app(ty_@2, bac), bad)), hg), hh)) -> new_esEs2(xy3000, xy4000, bac, bad) 12.76/5.31 new_esEs2(@2(xy3000, xy3001), @2(xy4000, xy4001), app(app(ty_Either, eh), fa), fb) -> new_esEs(xy3000, xy4000, eh, fa) 12.76/5.31 new_esEs0(:(Right(xy3000), xy301), :(Right(xy4000), xy401), app(app(ty_Either, cc), app(ty_Maybe, cg))) -> new_esEs1(xy3000, xy4000, cg) 12.76/5.31 new_esEs0(:(@2(xy3000, xy3001), xy301), :(@2(xy4000, xy4001), xy401), app(app(ty_@2, gc), app(app(app(ty_@3, hb), hc), hd))) -> new_esEs3(xy3001, xy4001, hb, hc, hd) 12.76/5.31 new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, app(app(app(ty_@3, bae), baf), bag)), hg), hh)) -> new_esEs3(xy3000, xy4000, bae, baf, bag) 12.76/5.31 new_esEs0(:(Just(xy3000), xy301), :(Just(xy4000), xy401), app(ty_Maybe, app(app(app(ty_@3, ee), ef), eg))) -> new_esEs3(xy3000, xy4000, ee, ef, eg) 12.76/5.31 new_esEs0(:(Left(xy3000), xy301), :(Left(xy4000), xy401), app(app(ty_Either, app(app(ty_@2, bf), bg)), bc)) -> new_esEs2(xy3000, xy4000, bf, bg) 12.76/5.31 new_esEs(Right(xy3000), Right(xy4000), cc, app(app(ty_@2, da), db)) -> new_esEs2(xy3000, xy4000, da, db) 12.76/5.31 new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), bah, hg, app(app(app(ty_@3, bch), bda), bdb)) -> new_esEs3(xy3002, xy4002, bch, bda, bdb) 12.76/5.31 new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, bah), app(app(ty_@2, bbe), bbf)), hh)) -> new_esEs2(xy3001, xy4001, bbe, bbf) 12.76/5.31 new_esEs2(@2(xy3000, xy3001), @2(xy4000, xy4001), app(app(ty_@2, ff), fg), fb) -> new_esEs2(xy3000, xy4000, ff, fg) 12.76/5.31 new_esEs0(:(Left(xy3000), xy301), :(Left(xy4000), xy401), app(app(ty_Either, app(ty_Maybe, be)), bc)) -> new_esEs1(xy3000, xy4000, be) 12.76/5.31 new_esEs(Right(xy3000), Right(xy4000), cc, app(app(ty_Either, cd), ce)) -> new_esEs(xy3000, xy4000, cd, ce) 12.76/5.31 new_esEs0(:(xy300, xy301), :(xy400, xy401), bdc) -> new_esEs0(xy301, xy401, bdc) 12.76/5.31 new_esEs0(:(@2(xy3000, xy3001), xy301), :(@2(xy4000, xy4001), xy401), app(app(ty_@2, app(app(ty_Either, eh), fa)), fb)) -> new_esEs(xy3000, xy4000, eh, fa) 12.76/5.31 new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, bah), app(app(app(ty_@3, bbg), bbh), bca)), hh)) -> new_esEs3(xy3001, xy4001, bbg, bbh, bca) 12.76/5.31 new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), app(ty_[], baa), hg, hh) -> new_esEs0(xy3000, xy4000, baa) 12.76/5.31 new_esEs1(Just(xy3000), Just(xy4000), app(ty_[], ea)) -> new_esEs0(xy3000, xy4000, ea) 12.76/5.31 new_esEs0(:(Left(xy3000), xy301), :(Left(xy4000), xy401), app(app(ty_Either, app(app(app(ty_@3, bh), ca), cb)), bc)) -> new_esEs3(xy3000, xy4000, bh, ca, cb) 12.76/5.31 new_esEs0(:(@2(xy3000, xy3001), xy301), :(@2(xy4000, xy4001), xy401), app(app(ty_@2, gc), app(ty_Maybe, gg))) -> new_esEs1(xy3001, xy4001, gg) 12.76/5.31 new_esEs0(:(@2(xy3000, xy3001), xy301), :(@2(xy4000, xy4001), xy401), app(app(ty_@2, app(ty_[], fc)), fb)) -> new_esEs0(xy3000, xy4000, fc) 12.76/5.31 new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), bah, hg, app(app(ty_@2, bcf), bcg)) -> new_esEs2(xy3002, xy4002, bcf, bcg) 12.76/5.31 new_esEs2(@2(xy3000, xy3001), @2(xy4000, xy4001), gc, app(app(app(ty_@3, hb), hc), hd)) -> new_esEs3(xy3001, xy4001, hb, hc, hd) 12.76/5.31 new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, app(app(ty_Either, he), hf)), hg), hh)) -> new_esEs(xy3000, xy4000, he, hf) 12.76/5.31 new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, bah), app(app(ty_Either, bba), bbb)), hh)) -> new_esEs(xy3001, xy4001, bba, bbb) 12.76/5.31 new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), bah, hg, app(ty_[], bcd)) -> new_esEs0(xy3002, xy4002, bcd) 12.76/5.31 new_esEs(Left(xy3000), Left(xy4000), app(app(ty_Either, ba), bb), bc) -> new_esEs(xy3000, xy4000, ba, bb) 12.76/5.31 new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), app(app(ty_@2, bac), bad), hg, hh) -> new_esEs2(xy3000, xy4000, bac, bad) 12.76/5.31 new_esEs2(@2(xy3000, xy3001), @2(xy4000, xy4001), gc, app(ty_Maybe, gg)) -> new_esEs1(xy3001, xy4001, gg) 12.76/5.31 new_esEs(Left(xy3000), Left(xy4000), app(ty_Maybe, be), bc) -> new_esEs1(xy3000, xy4000, be) 12.76/5.31 new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, bah), hg), app(app(app(ty_@3, bch), bda), bdb))) -> new_esEs3(xy3002, xy4002, bch, bda, bdb) 12.76/5.31 new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), bah, app(ty_Maybe, bbd), hh) -> new_esEs1(xy3001, xy4001, bbd) 12.76/5.31 new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, bah), hg), app(ty_Maybe, bce))) -> new_esEs1(xy3002, xy4002, bce) 12.76/5.31 new_esEs0(:(Right(xy3000), xy301), :(Right(xy4000), xy401), app(app(ty_Either, cc), app(app(ty_@2, da), db))) -> new_esEs2(xy3000, xy4000, da, db) 12.76/5.31 new_esEs0(:(Left(xy3000), xy301), :(Left(xy4000), xy401), app(app(ty_Either, app(ty_[], bd)), bc)) -> new_esEs0(xy3000, xy4000, bd) 12.76/5.31 new_esEs(Right(xy3000), Right(xy4000), cc, app(ty_[], cf)) -> new_esEs0(xy3000, xy4000, cf) 12.76/5.31 new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, bah), hg), app(ty_[], bcd))) -> new_esEs0(xy3002, xy4002, bcd) 12.76/5.31 new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), bah, app(app(ty_Either, bba), bbb), hh) -> new_esEs(xy3001, xy4001, bba, bbb) 12.76/5.31 new_esEs0(:(Just(xy3000), xy301), :(Just(xy4000), xy401), app(ty_Maybe, app(app(ty_Either, dg), dh))) -> new_esEs(xy3000, xy4000, dg, dh) 12.76/5.31 12.76/5.31 R is empty. 12.76/5.31 Q is empty. 12.76/5.31 We have to consider all minimal (P,Q,R)-chains. 12.76/5.31 ---------------------------------------- 12.76/5.31 12.76/5.31 (8) QDPSizeChangeProof (EQUIVALENT) 12.76/5.31 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. 12.76/5.31 12.76/5.31 From the DPs we obtained the following set of size-change graphs: 12.76/5.31 *new_esEs1(Just(xy3000), Just(xy4000), app(app(ty_@2, ec), ed)) -> new_esEs2(xy3000, xy4000, ec, ed) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs1(Just(xy3000), Just(xy4000), app(app(ty_Either, dg), dh)) -> new_esEs(xy3000, xy4000, dg, dh) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs1(Just(xy3000), Just(xy4000), app(ty_[], ea)) -> new_esEs0(xy3000, xy4000, ea) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs1(Just(xy3000), Just(xy4000), app(ty_Maybe, eb)) -> new_esEs1(xy3000, xy4000, eb) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs1(Just(xy3000), Just(xy4000), app(app(app(ty_@3, ee), ef), eg)) -> new_esEs3(xy3000, xy4000, ee, ef, eg) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(Just(xy3000), xy301), :(Just(xy4000), xy401), app(ty_Maybe, app(app(ty_@2, ec), ed))) -> new_esEs2(xy3000, xy4000, ec, ed) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@2(xy3000, xy3001), xy301), :(@2(xy4000, xy4001), xy401), app(app(ty_@2, gc), app(app(ty_@2, gh), ha))) -> new_esEs2(xy3001, xy4001, gh, ha) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, bah), hg), app(app(ty_@2, bcf), bcg))) -> new_esEs2(xy3002, xy4002, bcf, bcg) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@2(xy3000, xy3001), xy301), :(@2(xy4000, xy4001), xy401), app(app(ty_@2, app(app(ty_@2, ff), fg)), fb)) -> new_esEs2(xy3000, xy4000, ff, fg) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, app(app(ty_@2, bac), bad)), hg), hh)) -> new_esEs2(xy3000, xy4000, bac, bad) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(Left(xy3000), xy301), :(Left(xy4000), xy401), app(app(ty_Either, app(app(ty_@2, bf), bg)), bc)) -> new_esEs2(xy3000, xy4000, bf, bg) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, bah), app(app(ty_@2, bbe), bbf)), hh)) -> new_esEs2(xy3001, xy4001, bbe, bbf) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(Right(xy3000), xy301), :(Right(xy4000), xy401), app(app(ty_Either, cc), app(app(ty_@2, da), db))) -> new_esEs2(xy3000, xy4000, da, db) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(Right(xy3000), xy301), :(Right(xy4000), xy401), app(app(ty_Either, cc), app(app(ty_Either, cd), ce))) -> new_esEs(xy3000, xy4000, cd, ce) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(Left(xy3000), xy301), :(Left(xy4000), xy401), app(app(ty_Either, app(app(ty_Either, ba), bb)), bc)) -> new_esEs(xy3000, xy4000, ba, bb) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@2(xy3000, xy3001), xy301), :(@2(xy4000, xy4001), xy401), app(app(ty_@2, gc), app(app(ty_Either, gd), ge))) -> new_esEs(xy3001, xy4001, gd, ge) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, bah), hg), app(app(ty_Either, bcb), bcc))) -> new_esEs(xy3002, xy4002, bcb, bcc) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@2(xy3000, xy3001), xy301), :(@2(xy4000, xy4001), xy401), app(app(ty_@2, app(app(ty_Either, eh), fa)), fb)) -> new_esEs(xy3000, xy4000, eh, fa) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, app(app(ty_Either, he), hf)), hg), hh)) -> new_esEs(xy3000, xy4000, he, hf) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, bah), app(app(ty_Either, bba), bbb)), hh)) -> new_esEs(xy3001, xy4001, bba, bbb) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(Just(xy3000), xy301), :(Just(xy4000), xy401), app(ty_Maybe, app(app(ty_Either, dg), dh))) -> new_esEs(xy3000, xy4000, dg, dh) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, app(ty_[], baa)), hg), hh)) -> new_esEs0(xy3000, xy4000, baa) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@2(xy3000, xy3001), xy301), :(@2(xy4000, xy4001), xy401), app(app(ty_@2, gc), app(ty_[], gf))) -> new_esEs0(xy3001, xy4001, gf) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(xy300, xy301), :(xy400, xy401), app(ty_[], df)) -> new_esEs0(xy300, xy400, df) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(Right(xy3000), xy301), :(Right(xy4000), xy401), app(app(ty_Either, cc), app(ty_[], cf))) -> new_esEs0(xy3000, xy4000, cf) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(Just(xy3000), xy301), :(Just(xy4000), xy401), app(ty_Maybe, app(ty_[], ea))) -> new_esEs0(xy3000, xy4000, ea) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, bah), app(ty_[], bbc)), hh)) -> new_esEs0(xy3001, xy4001, bbc) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(xy300, xy301), :(xy400, xy401), bdc) -> new_esEs0(xy301, xy401, bdc) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@2(xy3000, xy3001), xy301), :(@2(xy4000, xy4001), xy401), app(app(ty_@2, app(ty_[], fc)), fb)) -> new_esEs0(xy3000, xy4000, fc) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(Left(xy3000), xy301), :(Left(xy4000), xy401), app(app(ty_Either, app(ty_[], bd)), bc)) -> new_esEs0(xy3000, xy4000, bd) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, bah), hg), app(ty_[], bcd))) -> new_esEs0(xy3002, xy4002, bcd) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(Just(xy3000), xy301), :(Just(xy4000), xy401), app(ty_Maybe, app(ty_Maybe, eb))) -> new_esEs1(xy3000, xy4000, eb) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@2(xy3000, xy3001), xy301), :(@2(xy4000, xy4001), xy401), app(app(ty_@2, app(ty_Maybe, fd)), fb)) -> new_esEs1(xy3000, xy4000, fd) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, app(ty_Maybe, bab)), hg), hh)) -> new_esEs1(xy3000, xy4000, bab) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, bah), app(ty_Maybe, bbd)), hh)) -> new_esEs1(xy3001, xy4001, bbd) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(Right(xy3000), xy301), :(Right(xy4000), xy401), app(app(ty_Either, cc), app(ty_Maybe, cg))) -> new_esEs1(xy3000, xy4000, cg) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(Left(xy3000), xy301), :(Left(xy4000), xy401), app(app(ty_Either, app(ty_Maybe, be)), bc)) -> new_esEs1(xy3000, xy4000, be) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@2(xy3000, xy3001), xy301), :(@2(xy4000, xy4001), xy401), app(app(ty_@2, gc), app(ty_Maybe, gg))) -> new_esEs1(xy3001, xy4001, gg) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, bah), hg), app(ty_Maybe, bce))) -> new_esEs1(xy3002, xy4002, bce) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(Right(xy3000), xy301), :(Right(xy4000), xy401), app(app(ty_Either, cc), app(app(app(ty_@3, dc), dd), de))) -> new_esEs3(xy3000, xy4000, dc, dd, de) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@2(xy3000, xy3001), xy301), :(@2(xy4000, xy4001), xy401), app(app(ty_@2, app(app(app(ty_@3, fh), ga), gb)), fb)) -> new_esEs3(xy3000, xy4000, fh, ga, gb) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@2(xy3000, xy3001), xy301), :(@2(xy4000, xy4001), xy401), app(app(ty_@2, gc), app(app(app(ty_@3, hb), hc), hd))) -> new_esEs3(xy3001, xy4001, hb, hc, hd) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, app(app(app(ty_@3, bae), baf), bag)), hg), hh)) -> new_esEs3(xy3000, xy4000, bae, baf, bag) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(Just(xy3000), xy301), :(Just(xy4000), xy401), app(ty_Maybe, app(app(app(ty_@3, ee), ef), eg))) -> new_esEs3(xy3000, xy4000, ee, ef, eg) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, bah), app(app(app(ty_@3, bbg), bbh), bca)), hh)) -> new_esEs3(xy3001, xy4001, bbg, bbh, bca) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(Left(xy3000), xy301), :(Left(xy4000), xy401), app(app(ty_Either, app(app(app(ty_@3, bh), ca), cb)), bc)) -> new_esEs3(xy3000, xy4000, bh, ca, cb) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs0(:(@3(xy3000, xy3001, xy3002), xy301), :(@3(xy4000, xy4001, xy4002), xy401), app(app(app(ty_@3, bah), hg), app(app(app(ty_@3, bch), bda), bdb))) -> new_esEs3(xy3002, xy4002, bch, bda, bdb) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), bah, app(app(ty_@2, bbe), bbf), hh) -> new_esEs2(xy3001, xy4001, bbe, bbf) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), bah, hg, app(app(ty_@2, bcf), bcg)) -> new_esEs2(xy3002, xy4002, bcf, bcg) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), app(app(ty_@2, bac), bad), hg, hh) -> new_esEs2(xy3000, xy4000, bac, bad) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs2(@2(xy3000, xy3001), @2(xy4000, xy4001), gc, app(app(ty_@2, gh), ha)) -> new_esEs2(xy3001, xy4001, gh, ha) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs2(@2(xy3000, xy3001), @2(xy4000, xy4001), app(app(ty_@2, ff), fg), fb) -> new_esEs2(xy3000, xy4000, ff, fg) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs(Left(xy3000), Left(xy4000), app(app(ty_@2, bf), bg), bc) -> new_esEs2(xy3000, xy4000, bf, bg) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs(Right(xy3000), Right(xy4000), cc, app(app(ty_@2, da), db)) -> new_esEs2(xy3000, xy4000, da, db) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), app(app(ty_Either, he), hf), hg, hh) -> new_esEs(xy3000, xy4000, he, hf) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), bah, hg, app(app(ty_Either, bcb), bcc)) -> new_esEs(xy3002, xy4002, bcb, bcc) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), bah, app(app(ty_Either, bba), bbb), hh) -> new_esEs(xy3001, xy4001, bba, bbb) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), bah, app(ty_[], bbc), hh) -> new_esEs0(xy3001, xy4001, bbc) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), app(ty_[], baa), hg, hh) -> new_esEs0(xy3000, xy4000, baa) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), bah, hg, app(ty_[], bcd)) -> new_esEs0(xy3002, xy4002, bcd) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), app(ty_Maybe, bab), hg, hh) -> new_esEs1(xy3000, xy4000, bab) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), bah, hg, app(ty_Maybe, bce)) -> new_esEs1(xy3002, xy4002, bce) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), bah, app(ty_Maybe, bbd), hh) -> new_esEs1(xy3001, xy4001, bbd) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), bah, app(app(app(ty_@3, bbg), bbh), bca), hh) -> new_esEs3(xy3001, xy4001, bbg, bbh, bca) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), app(app(app(ty_@3, bae), baf), bag), hg, hh) -> new_esEs3(xy3000, xy4000, bae, baf, bag) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs3(@3(xy3000, xy3001, xy3002), @3(xy4000, xy4001, xy4002), bah, hg, app(app(app(ty_@3, bch), bda), bdb)) -> new_esEs3(xy3002, xy4002, bch, bda, bdb) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs2(@2(xy3000, xy3001), @2(xy4000, xy4001), gc, app(app(ty_Either, gd), ge)) -> new_esEs(xy3001, xy4001, gd, ge) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs2(@2(xy3000, xy3001), @2(xy4000, xy4001), app(app(ty_Either, eh), fa), fb) -> new_esEs(xy3000, xy4000, eh, fa) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs(Right(xy3000), Right(xy4000), cc, app(app(ty_Either, cd), ce)) -> new_esEs(xy3000, xy4000, cd, ce) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs(Left(xy3000), Left(xy4000), app(app(ty_Either, ba), bb), bc) -> new_esEs(xy3000, xy4000, ba, bb) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs2(@2(xy3000, xy3001), @2(xy4000, xy4001), gc, app(ty_[], gf)) -> new_esEs0(xy3001, xy4001, gf) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs2(@2(xy3000, xy3001), @2(xy4000, xy4001), app(ty_[], fc), fb) -> new_esEs0(xy3000, xy4000, fc) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs(Left(xy3000), Left(xy4000), app(ty_[], bd), bc) -> new_esEs0(xy3000, xy4000, bd) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs(Right(xy3000), Right(xy4000), cc, app(ty_[], cf)) -> new_esEs0(xy3000, xy4000, cf) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs2(@2(xy3000, xy3001), @2(xy4000, xy4001), app(ty_Maybe, fd), fb) -> new_esEs1(xy3000, xy4000, fd) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs2(@2(xy3000, xy3001), @2(xy4000, xy4001), gc, app(ty_Maybe, gg)) -> new_esEs1(xy3001, xy4001, gg) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs2(@2(xy3000, xy3001), @2(xy4000, xy4001), app(app(app(ty_@3, fh), ga), gb), fb) -> new_esEs3(xy3000, xy4000, fh, ga, gb) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs2(@2(xy3000, xy3001), @2(xy4000, xy4001), gc, app(app(app(ty_@3, hb), hc), hd)) -> new_esEs3(xy3001, xy4001, hb, hc, hd) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs(Right(xy3000), Right(xy4000), cc, app(ty_Maybe, cg)) -> new_esEs1(xy3000, xy4000, cg) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs(Left(xy3000), Left(xy4000), app(ty_Maybe, be), bc) -> new_esEs1(xy3000, xy4000, be) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs(Right(xy3000), Right(xy4000), cc, app(app(app(ty_@3, dc), dd), de)) -> new_esEs3(xy3000, xy4000, dc, dd, de) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 12.76/5.31 12.76/5.31 12.76/5.31 *new_esEs(Left(xy3000), Left(xy4000), app(app(app(ty_@3, bh), ca), cb), bc) -> new_esEs3(xy3000, xy4000, bh, ca, cb) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 12.76/5.31 12.76/5.31 12.76/5.31 ---------------------------------------- 12.76/5.31 12.76/5.31 (9) 12.76/5.31 YES 12.76/5.31 12.76/5.31 ---------------------------------------- 12.76/5.31 12.76/5.31 (10) 12.76/5.31 Obligation: 12.76/5.31 Q DP problem: 12.76/5.31 The TRS P consists of the following rules: 12.76/5.31 12.76/5.31 new_isPrefixOf(:(xy30, xy31), :(xy40, xy41), ba) -> new_isPrefixOf(xy31, xy41, ba) 12.76/5.31 12.76/5.31 R is empty. 12.76/5.31 Q is empty. 12.76/5.31 We have to consider all minimal (P,Q,R)-chains. 12.76/5.31 ---------------------------------------- 12.76/5.31 12.76/5.31 (11) QDPSizeChangeProof (EQUIVALENT) 12.76/5.31 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. 12.76/5.31 12.76/5.31 From the DPs we obtained the following set of size-change graphs: 12.76/5.31 *new_isPrefixOf(:(xy30, xy31), :(xy40, xy41), ba) -> new_isPrefixOf(xy31, xy41, ba) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 12.76/5.31 12.76/5.31 12.76/5.31 ---------------------------------------- 12.76/5.31 12.76/5.31 (12) 12.76/5.31 YES 12.76/5.31 12.76/5.31 ---------------------------------------- 12.76/5.31 12.76/5.31 (13) 12.76/5.31 Obligation: 12.76/5.31 Q DP problem: 12.76/5.31 The TRS P consists of the following rules: 12.76/5.31 12.76/5.31 new_primMulNat(Succ(xy300000), Succ(xy400100)) -> new_primMulNat(xy300000, Succ(xy400100)) 12.76/5.31 12.76/5.31 R is empty. 12.76/5.31 Q is empty. 12.76/5.31 We have to consider all minimal (P,Q,R)-chains. 12.76/5.31 ---------------------------------------- 12.76/5.31 12.76/5.31 (14) QDPSizeChangeProof (EQUIVALENT) 12.76/5.31 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. 12.76/5.31 12.76/5.31 From the DPs we obtained the following set of size-change graphs: 12.76/5.31 *new_primMulNat(Succ(xy300000), Succ(xy400100)) -> new_primMulNat(xy300000, Succ(xy400100)) 12.76/5.31 The graph contains the following edges 1 > 1, 2 >= 2 12.76/5.31 12.76/5.31 12.76/5.31 ---------------------------------------- 12.76/5.31 12.76/5.31 (15) 12.76/5.31 YES 12.76/5.31 12.76/5.31 ---------------------------------------- 12.76/5.31 12.76/5.31 (16) 12.76/5.31 Obligation: 12.76/5.31 Q DP problem: 12.76/5.31 The TRS P consists of the following rules: 12.76/5.31 12.76/5.31 new_primPlusNat(Succ(xy2000), Succ(xy4001000)) -> new_primPlusNat(xy2000, xy4001000) 12.76/5.31 12.76/5.31 R is empty. 12.76/5.31 Q is empty. 12.76/5.31 We have to consider all minimal (P,Q,R)-chains. 12.76/5.31 ---------------------------------------- 12.76/5.31 12.76/5.31 (17) QDPSizeChangeProof (EQUIVALENT) 12.76/5.31 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. 12.76/5.31 12.76/5.31 From the DPs we obtained the following set of size-change graphs: 12.76/5.31 *new_primPlusNat(Succ(xy2000), Succ(xy4001000)) -> new_primPlusNat(xy2000, xy4001000) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2 12.76/5.31 12.76/5.31 12.76/5.31 ---------------------------------------- 12.76/5.31 12.76/5.31 (18) 12.76/5.31 YES 12.76/5.31 12.76/5.31 ---------------------------------------- 12.76/5.31 12.76/5.31 (19) 12.76/5.31 Obligation: 12.76/5.31 Q DP problem: 12.76/5.31 The TRS P consists of the following rules: 12.76/5.31 12.76/5.31 new_primEqNat(Succ(xy30000), Succ(xy40000)) -> new_primEqNat(xy30000, xy40000) 12.76/5.31 12.76/5.31 R is empty. 12.76/5.31 Q is empty. 12.76/5.31 We have to consider all minimal (P,Q,R)-chains. 12.76/5.31 ---------------------------------------- 12.76/5.31 12.76/5.31 (20) QDPSizeChangeProof (EQUIVALENT) 12.76/5.31 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. 12.76/5.31 12.76/5.31 From the DPs we obtained the following set of size-change graphs: 12.76/5.31 *new_primEqNat(Succ(xy30000), Succ(xy40000)) -> new_primEqNat(xy30000, xy40000) 12.76/5.31 The graph contains the following edges 1 > 1, 2 > 2 12.76/5.31 12.76/5.31 12.76/5.31 ---------------------------------------- 12.76/5.31 12.76/5.31 (21) 12.76/5.31 YES 12.87/5.51 EOF