21.24/10.06 YES 23.90/10.80 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 23.90/10.80 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 23.90/10.80 23.90/10.80 23.90/10.80 H-Termination with start terms of the given HASKELL could be proven: 23.90/10.80 23.90/10.80 (0) HASKELL 23.90/10.80 (1) CR [EQUIVALENT, 0 ms] 23.90/10.80 (2) HASKELL 23.90/10.80 (3) IFR [EQUIVALENT, 0 ms] 23.90/10.80 (4) HASKELL 23.90/10.80 (5) BR [EQUIVALENT, 0 ms] 23.90/10.80 (6) HASKELL 23.90/10.80 (7) COR [EQUIVALENT, 11 ms] 23.90/10.80 (8) HASKELL 23.90/10.80 (9) LetRed [EQUIVALENT, 0 ms] 23.90/10.80 (10) HASKELL 23.90/10.80 (11) NumRed [SOUND, 0 ms] 23.90/10.80 (12) HASKELL 23.90/10.80 (13) Narrow [SOUND, 0 ms] 23.90/10.80 (14) AND 23.90/10.80 (15) QDP 23.90/10.80 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 23.90/10.80 (17) YES 23.90/10.80 (18) QDP 23.90/10.80 (19) QDPSizeChangeProof [EQUIVALENT, 161 ms] 23.90/10.80 (20) YES 23.90/10.80 (21) QDP 23.90/10.80 (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] 23.90/10.80 (23) YES 23.90/10.80 (24) QDP 23.90/10.80 (25) QDPSizeChangeProof [EQUIVALENT, 0 ms] 23.90/10.80 (26) YES 23.90/10.80 (27) QDP 23.90/10.80 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 23.90/10.80 (29) YES 23.90/10.80 (30) QDP 23.90/10.80 (31) QDPSizeChangeProof [EQUIVALENT, 0 ms] 23.90/10.80 (32) YES 23.90/10.80 23.90/10.80 23.90/10.80 ---------------------------------------- 23.90/10.80 23.90/10.80 (0) 23.90/10.80 Obligation: 23.90/10.80 mainModule Main 23.90/10.80 module Main where { 23.90/10.80 import qualified Prelude; 23.90/10.80 } 23.90/10.80 23.90/10.80 ---------------------------------------- 23.90/10.80 23.90/10.80 (1) CR (EQUIVALENT) 23.90/10.80 Case Reductions: 23.90/10.80 The following Case expression 23.90/10.80 "case compare x y of { 23.90/10.80 EQ -> o; 23.90/10.80 LT -> LT; 23.90/10.80 GT -> GT} 23.90/10.80 " 23.90/10.80 is transformed to 23.90/10.80 "primCompAux0 o EQ = o; 23.90/10.80 primCompAux0 o LT = LT; 23.90/10.80 primCompAux0 o GT = GT; 23.90/10.80 " 23.90/10.80 23.90/10.80 ---------------------------------------- 23.90/10.80 23.90/10.80 (2) 23.90/10.80 Obligation: 23.90/10.80 mainModule Main 23.90/10.80 module Main where { 23.90/10.80 import qualified Prelude; 23.90/10.80 } 23.90/10.80 23.90/10.80 ---------------------------------------- 23.90/10.80 23.90/10.80 (3) IFR (EQUIVALENT) 23.90/10.80 If Reductions: 23.90/10.80 The following If expression 23.90/10.80 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 23.90/10.80 is transformed to 23.90/10.80 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 23.90/10.80 primDivNatS0 x y False = Zero; 23.90/10.80 " 23.90/10.80 The following If expression 23.90/10.80 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 23.90/10.80 is transformed to 23.90/10.80 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 23.90/10.80 primModNatS0 x y False = Succ x; 23.90/10.80 " 23.90/10.80 23.90/10.80 ---------------------------------------- 23.90/10.80 23.90/10.80 (4) 23.90/10.80 Obligation: 23.90/10.80 mainModule Main 23.90/10.80 module Main where { 23.90/10.80 import qualified Prelude; 23.90/10.80 } 23.90/10.80 23.90/10.80 ---------------------------------------- 23.90/10.80 23.90/10.80 (5) BR (EQUIVALENT) 23.90/10.80 Replaced joker patterns by fresh variables and removed binding patterns. 23.90/10.80 ---------------------------------------- 23.90/10.80 23.90/10.80 (6) 23.90/10.80 Obligation: 23.90/10.80 mainModule Main 23.90/10.80 module Main where { 23.90/10.80 import qualified Prelude; 23.90/10.80 } 23.90/10.80 23.90/10.80 ---------------------------------------- 23.90/10.80 23.90/10.80 (7) COR (EQUIVALENT) 23.90/10.80 Cond Reductions: 23.90/10.80 The following Function with conditions 23.90/10.80 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 23.90/10.80 " 23.90/10.80 is transformed to 23.90/10.80 "compare x y = compare3 x y; 23.90/10.80 " 23.90/10.80 "compare0 x y True = GT; 23.90/10.80 " 23.90/10.80 "compare2 x y True = EQ; 23.90/10.80 compare2 x y False = compare1 x y (x <= y); 23.90/10.80 " 23.90/10.80 "compare1 x y True = LT; 23.90/10.80 compare1 x y False = compare0 x y otherwise; 23.90/10.80 " 23.90/10.80 "compare3 x y = compare2 x y (x == y); 23.90/10.80 " 23.90/10.80 The following Function with conditions 23.90/10.80 "absReal x|x >= 0x|otherwise`negate` x; 23.90/10.80 " 23.90/10.80 is transformed to 23.90/10.80 "absReal x = absReal2 x; 23.90/10.80 " 23.90/10.80 "absReal0 x True = `negate` x; 23.90/10.80 " 23.90/10.80 "absReal1 x True = x; 23.90/10.80 absReal1 x False = absReal0 x otherwise; 23.90/10.80 " 23.90/10.80 "absReal2 x = absReal1 x (x >= 0); 23.90/10.80 " 23.90/10.80 The following Function with conditions 23.90/10.80 "gcd' x 0 = x; 23.90/10.80 gcd' x y = gcd' y (x `rem` y); 23.90/10.80 " 23.90/10.80 is transformed to 23.90/10.80 "gcd' x zx = gcd'2 x zx; 23.90/10.80 gcd' x y = gcd'0 x y; 23.90/10.80 " 23.90/10.80 "gcd'0 x y = gcd' y (x `rem` y); 23.90/10.80 " 23.90/10.80 "gcd'1 True x zx = x; 23.90/10.80 gcd'1 zy zz vuu = gcd'0 zz vuu; 23.90/10.80 " 23.90/10.80 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 23.90/10.80 gcd'2 vuv vuw = gcd'0 vuv vuw; 23.90/10.80 " 23.90/10.80 The following Function with conditions 23.90/10.80 "gcd 0 0 = error []; 23.90/10.80 gcd x y = gcd' (abs x) (abs y) where { 23.90/10.80 gcd' x 0 = x; 23.90/10.80 gcd' x y = gcd' y (x `rem` y); 23.90/10.80 } 23.90/10.80 ; 23.90/10.80 " 23.90/10.80 is transformed to 23.90/10.80 "gcd vux vuy = gcd3 vux vuy; 23.90/10.80 gcd x y = gcd0 x y; 23.90/10.80 " 23.90/10.80 "gcd0 x y = gcd' (abs x) (abs y) where { 23.90/10.80 gcd' x zx = gcd'2 x zx; 23.90/10.80 gcd' x y = gcd'0 x y; 23.90/10.80 ; 23.90/10.80 gcd'0 x y = gcd' y (x `rem` y); 23.90/10.80 ; 23.90/10.80 gcd'1 True x zx = x; 23.90/10.80 gcd'1 zy zz vuu = gcd'0 zz vuu; 23.90/10.80 ; 23.90/10.80 gcd'2 x zx = gcd'1 (zx == 0) x zx; 23.90/10.80 gcd'2 vuv vuw = gcd'0 vuv vuw; 23.90/10.80 } 23.90/10.80 ; 23.90/10.80 " 23.90/10.80 "gcd1 True vux vuy = error []; 23.90/10.80 gcd1 vuz vvu vvv = gcd0 vvu vvv; 23.90/10.80 " 23.90/10.80 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 23.90/10.80 gcd2 vvw vvx vvy = gcd0 vvx vvy; 23.90/10.80 " 23.90/10.80 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 23.90/10.80 gcd3 vvz vwu = gcd0 vvz vwu; 23.90/10.80 " 23.90/10.80 The following Function with conditions 23.90/10.80 "undefined |Falseundefined; 23.90/10.80 " 23.90/10.80 is transformed to 23.90/10.80 "undefined = undefined1; 23.90/10.80 " 23.90/10.80 "undefined0 True = undefined; 23.90/10.80 " 23.90/10.80 "undefined1 = undefined0 False; 23.90/10.80 " 23.90/10.80 The following Function with conditions 23.90/10.80 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 23.90/10.80 d = gcd x y; 23.90/10.80 } 23.90/10.80 ; 23.90/10.80 " 23.90/10.80 is transformed to 23.90/10.80 "reduce x y = reduce2 x y; 23.90/10.80 " 23.90/10.80 "reduce2 x y = reduce1 x y (y == 0) where { 23.90/10.80 d = gcd x y; 23.90/10.80 ; 23.90/10.80 reduce0 x y True = x `quot` d :% (y `quot` d); 23.90/10.80 ; 23.90/10.80 reduce1 x y True = error []; 23.90/10.80 reduce1 x y False = reduce0 x y otherwise; 23.90/10.80 } 23.90/10.80 ; 23.90/10.80 " 23.90/10.80 23.90/10.80 ---------------------------------------- 23.90/10.80 23.90/10.80 (8) 23.90/10.80 Obligation: 23.90/10.80 mainModule Main 23.90/10.80 module Main where { 23.90/10.80 import qualified Prelude; 23.90/10.80 } 23.90/10.80 23.90/10.80 ---------------------------------------- 23.90/10.80 23.90/10.80 (9) LetRed (EQUIVALENT) 23.90/10.80 Let/Where Reductions: 23.90/10.80 The bindings of the following Let/Where expression 23.90/10.80 "gcd' (abs x) (abs y) where { 23.90/10.80 gcd' x zx = gcd'2 x zx; 23.90/10.80 gcd' x y = gcd'0 x y; 23.90/10.80 ; 23.90/10.80 gcd'0 x y = gcd' y (x `rem` y); 23.90/10.80 ; 23.90/10.80 gcd'1 True x zx = x; 23.90/10.80 gcd'1 zy zz vuu = gcd'0 zz vuu; 23.90/10.80 ; 23.90/10.80 gcd'2 x zx = gcd'1 (zx == 0) x zx; 23.90/10.80 gcd'2 vuv vuw = gcd'0 vuv vuw; 23.90/10.80 } 23.90/10.80 " 23.90/10.80 are unpacked to the following functions on top level 23.90/10.80 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 23.90/10.80 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 23.90/10.80 " 23.90/10.80 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 23.90/10.80 " 23.90/10.80 "gcd0Gcd'1 True x zx = x; 23.90/10.80 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 23.90/10.80 " 23.90/10.80 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 23.90/10.80 gcd0Gcd' x y = gcd0Gcd'0 x y; 23.90/10.80 " 23.90/10.80 The bindings of the following Let/Where expression 23.90/10.80 "reduce1 x y (y == 0) where { 23.90/10.80 d = gcd x y; 23.90/10.80 ; 23.90/10.80 reduce0 x y True = x `quot` d :% (y `quot` d); 23.90/10.80 ; 23.90/10.80 reduce1 x y True = error []; 23.90/10.80 reduce1 x y False = reduce0 x y otherwise; 23.90/10.80 } 23.90/10.80 " 23.90/10.80 are unpacked to the following functions on top level 23.90/10.80 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 23.90/10.80 " 23.90/10.80 "reduce2D vwv vww = gcd vwv vww; 23.90/10.80 " 23.90/10.80 "reduce2Reduce1 vwv vww x y True = error []; 23.90/10.80 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 23.90/10.80 " 23.90/10.80 23.90/10.80 ---------------------------------------- 23.90/10.80 23.90/10.80 (10) 23.90/10.80 Obligation: 23.90/10.80 mainModule Main 23.90/10.80 module Main where { 23.90/10.80 import qualified Prelude; 23.90/10.80 } 23.90/10.80 23.90/10.80 ---------------------------------------- 23.90/10.80 23.90/10.80 (11) NumRed (SOUND) 23.90/10.80 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 23.90/10.80 ---------------------------------------- 23.90/10.80 23.90/10.80 (12) 23.90/10.80 Obligation: 23.90/10.80 mainModule Main 23.90/10.80 module Main where { 23.90/10.80 import qualified Prelude; 23.90/10.80 } 23.90/10.80 23.90/10.80 ---------------------------------------- 23.90/10.80 23.90/10.80 (13) Narrow (SOUND) 23.90/10.80 Haskell To QDPs 23.90/10.80 23.90/10.80 digraph dp_graph { 23.90/10.80 node [outthreshold=100, inthreshold=100];1[label="(>=)",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 23.90/10.80 3[label="(>=) vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 23.90/10.80 4[label="(>=) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 23.90/10.80 5[label="compare vwx3 vwx4 /= LT",fontsize=16,color="black",shape="box"];5 -> 6[label="",style="solid", color="black", weight=3]; 23.90/10.80 6 -> 2187[label="",style="dashed", color="red", weight=0]; 23.90/10.80 6[label="not (compare vwx3 vwx4 == LT)",fontsize=16,color="magenta"];6 -> 2188[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2188 -> 2269[label="",style="dashed", color="red", weight=0]; 23.90/10.80 2188[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];2188 -> 2270[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2187[label="not vwx155",fontsize=16,color="burlywood",shape="triangle"];4927[label="vwx155/False",fontsize=10,color="white",style="solid",shape="box"];2187 -> 4927[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4927 -> 2196[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4928[label="vwx155/True",fontsize=10,color="white",style="solid",shape="box"];2187 -> 4928[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4928 -> 2197[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2270[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];4929[label="vwx3/vwx30 : vwx31",fontsize=10,color="white",style="solid",shape="box"];2270 -> 4929[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4929 -> 2280[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4930[label="vwx3/[]",fontsize=10,color="white",style="solid",shape="box"];2270 -> 4930[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4930 -> 2281[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2269[label="vwx165 == LT",fontsize=16,color="burlywood",shape="triangle"];4931[label="vwx165/LT",fontsize=10,color="white",style="solid",shape="box"];2269 -> 4931[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4931 -> 2282[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4932[label="vwx165/EQ",fontsize=10,color="white",style="solid",shape="box"];2269 -> 4932[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4932 -> 2283[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4933[label="vwx165/GT",fontsize=10,color="white",style="solid",shape="box"];2269 -> 4933[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4933 -> 2284[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2196[label="not False",fontsize=16,color="black",shape="box"];2196 -> 2202[label="",style="solid", color="black", weight=3]; 23.90/10.80 2197[label="not True",fontsize=16,color="black",shape="box"];2197 -> 2203[label="",style="solid", color="black", weight=3]; 23.90/10.80 2280[label="compare (vwx30 : vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];4934[label="vwx4/vwx40 : vwx41",fontsize=10,color="white",style="solid",shape="box"];2280 -> 4934[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4934 -> 2285[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4935[label="vwx4/[]",fontsize=10,color="white",style="solid",shape="box"];2280 -> 4935[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4935 -> 2286[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2281[label="compare [] vwx4",fontsize=16,color="burlywood",shape="box"];4936[label="vwx4/vwx40 : vwx41",fontsize=10,color="white",style="solid",shape="box"];2281 -> 4936[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4936 -> 2287[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4937[label="vwx4/[]",fontsize=10,color="white",style="solid",shape="box"];2281 -> 4937[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4937 -> 2288[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2282[label="LT == LT",fontsize=16,color="black",shape="box"];2282 -> 2289[label="",style="solid", color="black", weight=3]; 23.90/10.80 2283[label="EQ == LT",fontsize=16,color="black",shape="box"];2283 -> 2290[label="",style="solid", color="black", weight=3]; 23.90/10.80 2284[label="GT == LT",fontsize=16,color="black",shape="box"];2284 -> 2291[label="",style="solid", color="black", weight=3]; 23.90/10.80 2202[label="True",fontsize=16,color="green",shape="box"];2203[label="False",fontsize=16,color="green",shape="box"];2285[label="compare (vwx30 : vwx31) (vwx40 : vwx41)",fontsize=16,color="black",shape="box"];2285 -> 2292[label="",style="solid", color="black", weight=3]; 23.90/10.80 2286[label="compare (vwx30 : vwx31) []",fontsize=16,color="black",shape="box"];2286 -> 2293[label="",style="solid", color="black", weight=3]; 23.90/10.80 2287[label="compare [] (vwx40 : vwx41)",fontsize=16,color="black",shape="box"];2287 -> 2294[label="",style="solid", color="black", weight=3]; 23.90/10.80 2288[label="compare [] []",fontsize=16,color="black",shape="box"];2288 -> 2295[label="",style="solid", color="black", weight=3]; 23.90/10.80 2289[label="True",fontsize=16,color="green",shape="box"];2290[label="False",fontsize=16,color="green",shape="box"];2291[label="False",fontsize=16,color="green",shape="box"];2292 -> 2296[label="",style="dashed", color="red", weight=0]; 23.90/10.80 2292[label="primCompAux vwx30 vwx40 (compare vwx31 vwx41)",fontsize=16,color="magenta"];2292 -> 2297[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2293[label="GT",fontsize=16,color="green",shape="box"];2294[label="LT",fontsize=16,color="green",shape="box"];2295[label="EQ",fontsize=16,color="green",shape="box"];2297 -> 2270[label="",style="dashed", color="red", weight=0]; 23.90/10.80 2297[label="compare vwx31 vwx41",fontsize=16,color="magenta"];2297 -> 2298[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2297 -> 2299[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2296[label="primCompAux vwx30 vwx40 vwx166",fontsize=16,color="black",shape="triangle"];2296 -> 2300[label="",style="solid", color="black", weight=3]; 23.90/10.80 2298[label="vwx31",fontsize=16,color="green",shape="box"];2299[label="vwx41",fontsize=16,color="green",shape="box"];2300 -> 2301[label="",style="dashed", color="red", weight=0]; 23.90/10.80 2300[label="primCompAux0 vwx166 (compare vwx30 vwx40)",fontsize=16,color="magenta"];2300 -> 2302[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2300 -> 2303[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2302[label="compare vwx30 vwx40",fontsize=16,color="blue",shape="box"];4938[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4938[label="",style="solid", color="blue", weight=9]; 23.90/10.80 4938 -> 2304[label="",style="solid", color="blue", weight=3]; 23.90/10.80 4939[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4939[label="",style="solid", color="blue", weight=9]; 23.90/10.80 4939 -> 2305[label="",style="solid", color="blue", weight=3]; 23.90/10.80 4940[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4940[label="",style="solid", color="blue", weight=9]; 23.90/10.80 4940 -> 2306[label="",style="solid", color="blue", weight=3]; 23.90/10.80 4941[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4941[label="",style="solid", color="blue", weight=9]; 23.90/10.80 4941 -> 2307[label="",style="solid", color="blue", weight=3]; 23.90/10.80 4942[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4942[label="",style="solid", color="blue", weight=9]; 23.90/10.80 4942 -> 2308[label="",style="solid", color="blue", weight=3]; 23.90/10.80 4943[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4943[label="",style="solid", color="blue", weight=9]; 23.90/10.80 4943 -> 2309[label="",style="solid", color="blue", weight=3]; 23.90/10.80 4944[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4944[label="",style="solid", color="blue", weight=9]; 23.90/10.80 4944 -> 2310[label="",style="solid", color="blue", weight=3]; 23.90/10.80 4945[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4945[label="",style="solid", color="blue", weight=9]; 23.90/10.80 4945 -> 2311[label="",style="solid", color="blue", weight=3]; 23.90/10.80 4946[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4946[label="",style="solid", color="blue", weight=9]; 23.90/10.80 4946 -> 2312[label="",style="solid", color="blue", weight=3]; 23.90/10.80 4947[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4947[label="",style="solid", color="blue", weight=9]; 23.90/10.80 4947 -> 2313[label="",style="solid", color="blue", weight=3]; 23.90/10.80 4948[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4948[label="",style="solid", color="blue", weight=9]; 23.90/10.80 4948 -> 2314[label="",style="solid", color="blue", weight=3]; 23.90/10.80 4949[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4949[label="",style="solid", color="blue", weight=9]; 23.90/10.80 4949 -> 2315[label="",style="solid", color="blue", weight=3]; 23.90/10.80 4950[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4950[label="",style="solid", color="blue", weight=9]; 23.90/10.80 4950 -> 2316[label="",style="solid", color="blue", weight=3]; 23.90/10.80 4951[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2302 -> 4951[label="",style="solid", color="blue", weight=9]; 23.90/10.80 4951 -> 2317[label="",style="solid", color="blue", weight=3]; 23.90/10.80 2303[label="vwx166",fontsize=16,color="green",shape="box"];2301[label="primCompAux0 vwx170 vwx171",fontsize=16,color="burlywood",shape="triangle"];4952[label="vwx171/LT",fontsize=10,color="white",style="solid",shape="box"];2301 -> 4952[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4952 -> 2318[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4953[label="vwx171/EQ",fontsize=10,color="white",style="solid",shape="box"];2301 -> 4953[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4953 -> 2319[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4954[label="vwx171/GT",fontsize=10,color="white",style="solid",shape="box"];2301 -> 4954[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4954 -> 2320[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2304[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];2304 -> 2321[label="",style="solid", color="black", weight=3]; 23.90/10.80 2305 -> 2270[label="",style="dashed", color="red", weight=0]; 23.90/10.80 2305[label="compare vwx30 vwx40",fontsize=16,color="magenta"];2305 -> 2322[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2305 -> 2323[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2306[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];2306 -> 2324[label="",style="solid", color="black", weight=3]; 23.90/10.80 2307[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];2307 -> 2325[label="",style="solid", color="black", weight=3]; 23.90/10.80 2308[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];2308 -> 2326[label="",style="solid", color="black", weight=3]; 23.90/10.80 2309[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];2309 -> 2327[label="",style="solid", color="black", weight=3]; 23.90/10.80 2310[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];4955[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];2310 -> 4955[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4955 -> 2328[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2311[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];4956[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];2311 -> 4956[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4956 -> 2329[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2312[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];4957[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];2312 -> 4957[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4957 -> 2330[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2313[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];2313 -> 2331[label="",style="solid", color="black", weight=3]; 23.90/10.80 2314[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];2314 -> 2332[label="",style="solid", color="black", weight=3]; 23.90/10.80 2315[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];2315 -> 2333[label="",style="solid", color="black", weight=3]; 23.90/10.80 2316[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];2316 -> 2334[label="",style="solid", color="black", weight=3]; 23.90/10.80 2317[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];2317 -> 2335[label="",style="solid", color="black", weight=3]; 23.90/10.80 2318[label="primCompAux0 vwx170 LT",fontsize=16,color="black",shape="box"];2318 -> 2336[label="",style="solid", color="black", weight=3]; 23.90/10.80 2319[label="primCompAux0 vwx170 EQ",fontsize=16,color="black",shape="box"];2319 -> 2337[label="",style="solid", color="black", weight=3]; 23.90/10.80 2320[label="primCompAux0 vwx170 GT",fontsize=16,color="black",shape="box"];2320 -> 2338[label="",style="solid", color="black", weight=3]; 23.90/10.80 2321[label="primCmpFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];4958[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];2321 -> 4958[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4958 -> 2339[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2322[label="vwx30",fontsize=16,color="green",shape="box"];2323[label="vwx40",fontsize=16,color="green",shape="box"];2324[label="primCmpChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];4959[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];2324 -> 4959[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4959 -> 2340[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2325[label="primCmpInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];4960[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];2325 -> 4960[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4960 -> 2341[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4961[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];2325 -> 4961[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4961 -> 2342[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2326[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];2326 -> 2343[label="",style="solid", color="black", weight=3]; 23.90/10.80 2327[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];2327 -> 2344[label="",style="solid", color="black", weight=3]; 23.90/10.80 2328[label="compare () vwx40",fontsize=16,color="burlywood",shape="box"];4962[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];2328 -> 4962[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4962 -> 2345[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2329[label="compare (vwx300 :% vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];4963[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];2329 -> 4963[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4963 -> 2346[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2330[label="compare (Integer vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];4964[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];2330 -> 4964[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4964 -> 2347[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2331[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];2331 -> 2348[label="",style="solid", color="black", weight=3]; 23.90/10.80 2332[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];2332 -> 2349[label="",style="solid", color="black", weight=3]; 23.90/10.80 2333[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];2333 -> 2350[label="",style="solid", color="black", weight=3]; 23.90/10.80 2334[label="primCmpDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];4965[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];2334 -> 4965[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4965 -> 2351[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2335[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];2335 -> 2352[label="",style="solid", color="black", weight=3]; 23.90/10.80 2336[label="LT",fontsize=16,color="green",shape="box"];2337[label="vwx170",fontsize=16,color="green",shape="box"];2338[label="GT",fontsize=16,color="green",shape="box"];2339[label="primCmpFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];4966[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];2339 -> 4966[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4966 -> 2353[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4967[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];2339 -> 4967[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4967 -> 2354[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2340[label="primCmpChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];4968[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];2340 -> 4968[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4968 -> 2355[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2341[label="primCmpInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];4969[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];2341 -> 4969[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4969 -> 2356[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4970[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];2341 -> 4970[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4970 -> 2357[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2342[label="primCmpInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];4971[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];2342 -> 4971[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4971 -> 2358[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4972[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];2342 -> 4972[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4972 -> 2359[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2343[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];4973[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];2343 -> 4973[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4973 -> 2360[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4974[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];2343 -> 4974[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4974 -> 2361[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4975[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];2343 -> 4975[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4975 -> 2362[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2344[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];4976[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];2344 -> 4976[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4976 -> 2363[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4977[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];2344 -> 4977[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4977 -> 2364[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2345[label="compare () ()",fontsize=16,color="black",shape="box"];2345 -> 2365[label="",style="solid", color="black", weight=3]; 23.90/10.80 2346[label="compare (vwx300 :% vwx301) (vwx400 :% vwx401)",fontsize=16,color="black",shape="box"];2346 -> 2366[label="",style="solid", color="black", weight=3]; 23.90/10.80 2347[label="compare (Integer vwx300) (Integer vwx400)",fontsize=16,color="black",shape="box"];2347 -> 2367[label="",style="solid", color="black", weight=3]; 23.90/10.80 2348[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];4978[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];2348 -> 4978[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4978 -> 2368[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4979[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];2348 -> 4979[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4979 -> 2369[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2349[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];4980[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];2349 -> 4980[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4980 -> 2370[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2350[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];4981[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];2350 -> 4981[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4981 -> 2371[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4982[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];2350 -> 4982[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4982 -> 2372[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2351[label="primCmpDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];4983[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];2351 -> 4983[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4983 -> 2373[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4984[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];2351 -> 4984[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4984 -> 2374[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2352[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];4985[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];2352 -> 4985[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4985 -> 2375[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2353[label="primCmpFloat (Float vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];4986[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];2353 -> 4986[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4986 -> 2376[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2354[label="primCmpFloat (Float vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];4987[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];2354 -> 4987[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4987 -> 2377[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2355[label="primCmpChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];2355 -> 2378[label="",style="solid", color="black", weight=3]; 23.90/10.80 2356[label="primCmpInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];4988[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];2356 -> 4988[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4988 -> 2379[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4989[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];2356 -> 4989[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4989 -> 2380[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2357[label="primCmpInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];4990[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];2357 -> 4990[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4990 -> 2381[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4991[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];2357 -> 4991[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4991 -> 2382[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2358[label="primCmpInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];4992[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];2358 -> 4992[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4992 -> 2383[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4993[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];2358 -> 4993[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4993 -> 2384[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2359[label="primCmpInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];4994[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];2359 -> 4994[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4994 -> 2385[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4995[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];2359 -> 4995[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4995 -> 2386[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2360[label="compare2 LT vwx40 (LT == vwx40)",fontsize=16,color="burlywood",shape="box"];4996[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];2360 -> 4996[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4996 -> 2387[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4997[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];2360 -> 4997[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4997 -> 2388[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 4998[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];2360 -> 4998[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4998 -> 2389[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2361[label="compare2 EQ vwx40 (EQ == vwx40)",fontsize=16,color="burlywood",shape="box"];4999[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];2361 -> 4999[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 4999 -> 2390[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5000[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];2361 -> 5000[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5000 -> 2391[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5001[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];2361 -> 5001[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5001 -> 2392[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2362[label="compare2 GT vwx40 (GT == vwx40)",fontsize=16,color="burlywood",shape="box"];5002[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];2362 -> 5002[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5002 -> 2393[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5003[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];2362 -> 5003[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5003 -> 2394[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5004[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];2362 -> 5004[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5004 -> 2395[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2363[label="compare2 False vwx40 (False == vwx40)",fontsize=16,color="burlywood",shape="box"];5005[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];2363 -> 5005[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5005 -> 2396[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5006[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];2363 -> 5006[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5006 -> 2397[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2364[label="compare2 True vwx40 (True == vwx40)",fontsize=16,color="burlywood",shape="box"];5007[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];2364 -> 5007[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5007 -> 2398[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5008[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];2364 -> 5008[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5008 -> 2399[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2365[label="EQ",fontsize=16,color="green",shape="box"];2366[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="blue",shape="box"];5009[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2366 -> 5009[label="",style="solid", color="blue", weight=9]; 23.90/10.80 5009 -> 2400[label="",style="solid", color="blue", weight=3]; 23.90/10.80 5010[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2366 -> 5010[label="",style="solid", color="blue", weight=9]; 23.90/10.80 5010 -> 2401[label="",style="solid", color="blue", weight=3]; 23.90/10.80 2367 -> 2325[label="",style="dashed", color="red", weight=0]; 23.90/10.80 2367[label="primCmpInt vwx300 vwx400",fontsize=16,color="magenta"];2367 -> 2402[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2367 -> 2403[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2368[label="compare2 Nothing vwx40 (Nothing == vwx40)",fontsize=16,color="burlywood",shape="box"];5011[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];2368 -> 5011[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5011 -> 2404[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5012[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];2368 -> 5012[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5012 -> 2405[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2369[label="compare2 (Just vwx300) vwx40 (Just vwx300 == vwx40)",fontsize=16,color="burlywood",shape="box"];5013[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];2369 -> 5013[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5013 -> 2406[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5014[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];2369 -> 5014[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5014 -> 2407[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2370[label="compare2 (vwx300,vwx301) vwx40 ((vwx300,vwx301) == vwx40)",fontsize=16,color="burlywood",shape="box"];5015[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];2370 -> 5015[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5015 -> 2408[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2371[label="compare2 (Left vwx300) vwx40 (Left vwx300 == vwx40)",fontsize=16,color="burlywood",shape="box"];5016[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];2371 -> 5016[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5016 -> 2409[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5017[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];2371 -> 5017[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5017 -> 2410[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2372[label="compare2 (Right vwx300) vwx40 (Right vwx300 == vwx40)",fontsize=16,color="burlywood",shape="box"];5018[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];2372 -> 5018[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5018 -> 2411[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5019[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];2372 -> 5019[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5019 -> 2412[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2373[label="primCmpDouble (Double vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];5020[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];2373 -> 5020[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5020 -> 2413[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2374[label="primCmpDouble (Double vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];5021[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];2374 -> 5021[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5021 -> 2414[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2375[label="compare2 (vwx300,vwx301,vwx302) vwx40 ((vwx300,vwx301,vwx302) == vwx40)",fontsize=16,color="burlywood",shape="box"];5022[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];2375 -> 5022[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5022 -> 2415[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2376[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];5023[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];2376 -> 5023[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5023 -> 2416[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5024[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];2376 -> 5024[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5024 -> 2417[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2377[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];5025[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];2377 -> 5025[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5025 -> 2418[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5026[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];2377 -> 5026[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5026 -> 2419[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2378[label="primCmpNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];5027[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];2378 -> 5027[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5027 -> 2420[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5028[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];2378 -> 5028[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5028 -> 2421[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2379[label="primCmpInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];2379 -> 2422[label="",style="solid", color="black", weight=3]; 23.90/10.80 2380[label="primCmpInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];2380 -> 2423[label="",style="solid", color="black", weight=3]; 23.90/10.80 2381[label="primCmpInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];5029[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];2381 -> 5029[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5029 -> 2424[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5030[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];2381 -> 5030[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5030 -> 2425[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2382[label="primCmpInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];5031[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];2382 -> 5031[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5031 -> 2426[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5032[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];2382 -> 5032[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5032 -> 2427[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2383[label="primCmpInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];2383 -> 2428[label="",style="solid", color="black", weight=3]; 23.90/10.80 2384[label="primCmpInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];2384 -> 2429[label="",style="solid", color="black", weight=3]; 23.90/10.80 2385[label="primCmpInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];5033[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];2385 -> 5033[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5033 -> 2430[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5034[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];2385 -> 5034[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5034 -> 2431[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2386[label="primCmpInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];5035[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];2386 -> 5035[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5035 -> 2432[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5036[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];2386 -> 5036[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5036 -> 2433[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2387[label="compare2 LT LT (LT == LT)",fontsize=16,color="black",shape="box"];2387 -> 2434[label="",style="solid", color="black", weight=3]; 23.90/10.80 2388[label="compare2 LT EQ (LT == EQ)",fontsize=16,color="black",shape="box"];2388 -> 2435[label="",style="solid", color="black", weight=3]; 23.90/10.80 2389[label="compare2 LT GT (LT == GT)",fontsize=16,color="black",shape="box"];2389 -> 2436[label="",style="solid", color="black", weight=3]; 23.90/10.80 2390[label="compare2 EQ LT (EQ == LT)",fontsize=16,color="black",shape="box"];2390 -> 2437[label="",style="solid", color="black", weight=3]; 23.90/10.80 2391[label="compare2 EQ EQ (EQ == EQ)",fontsize=16,color="black",shape="box"];2391 -> 2438[label="",style="solid", color="black", weight=3]; 23.90/10.80 2392[label="compare2 EQ GT (EQ == GT)",fontsize=16,color="black",shape="box"];2392 -> 2439[label="",style="solid", color="black", weight=3]; 23.90/10.80 2393[label="compare2 GT LT (GT == LT)",fontsize=16,color="black",shape="box"];2393 -> 2440[label="",style="solid", color="black", weight=3]; 23.90/10.80 2394[label="compare2 GT EQ (GT == EQ)",fontsize=16,color="black",shape="box"];2394 -> 2441[label="",style="solid", color="black", weight=3]; 23.90/10.80 2395[label="compare2 GT GT (GT == GT)",fontsize=16,color="black",shape="box"];2395 -> 2442[label="",style="solid", color="black", weight=3]; 23.90/10.80 2396[label="compare2 False False (False == False)",fontsize=16,color="black",shape="box"];2396 -> 2443[label="",style="solid", color="black", weight=3]; 23.90/10.80 2397[label="compare2 False True (False == True)",fontsize=16,color="black",shape="box"];2397 -> 2444[label="",style="solid", color="black", weight=3]; 23.90/10.80 2398[label="compare2 True False (True == False)",fontsize=16,color="black",shape="box"];2398 -> 2445[label="",style="solid", color="black", weight=3]; 23.90/10.80 2399[label="compare2 True True (True == True)",fontsize=16,color="black",shape="box"];2399 -> 2446[label="",style="solid", color="black", weight=3]; 23.90/10.80 2400 -> 2307[label="",style="dashed", color="red", weight=0]; 23.90/10.80 2400[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];2400 -> 2447[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2400 -> 2448[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2401 -> 2312[label="",style="dashed", color="red", weight=0]; 23.90/10.80 2401[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];2401 -> 2449[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2401 -> 2450[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2402[label="vwx400",fontsize=16,color="green",shape="box"];2403[label="vwx300",fontsize=16,color="green",shape="box"];2404[label="compare2 Nothing Nothing (Nothing == Nothing)",fontsize=16,color="black",shape="box"];2404 -> 2451[label="",style="solid", color="black", weight=3]; 23.90/10.80 2405[label="compare2 Nothing (Just vwx400) (Nothing == Just vwx400)",fontsize=16,color="black",shape="box"];2405 -> 2452[label="",style="solid", color="black", weight=3]; 23.90/10.80 2406[label="compare2 (Just vwx300) Nothing (Just vwx300 == Nothing)",fontsize=16,color="black",shape="box"];2406 -> 2453[label="",style="solid", color="black", weight=3]; 23.90/10.80 2407[label="compare2 (Just vwx300) (Just vwx400) (Just vwx300 == Just vwx400)",fontsize=16,color="black",shape="box"];2407 -> 2454[label="",style="solid", color="black", weight=3]; 23.90/10.80 2408[label="compare2 (vwx300,vwx301) (vwx400,vwx401) ((vwx300,vwx301) == (vwx400,vwx401))",fontsize=16,color="black",shape="box"];2408 -> 2455[label="",style="solid", color="black", weight=3]; 23.90/10.80 2409[label="compare2 (Left vwx300) (Left vwx400) (Left vwx300 == Left vwx400)",fontsize=16,color="black",shape="box"];2409 -> 2456[label="",style="solid", color="black", weight=3]; 23.90/10.80 2410[label="compare2 (Left vwx300) (Right vwx400) (Left vwx300 == Right vwx400)",fontsize=16,color="black",shape="box"];2410 -> 2457[label="",style="solid", color="black", weight=3]; 23.90/10.80 2411[label="compare2 (Right vwx300) (Left vwx400) (Right vwx300 == Left vwx400)",fontsize=16,color="black",shape="box"];2411 -> 2458[label="",style="solid", color="black", weight=3]; 23.90/10.80 2412[label="compare2 (Right vwx300) (Right vwx400) (Right vwx300 == Right vwx400)",fontsize=16,color="black",shape="box"];2412 -> 2459[label="",style="solid", color="black", weight=3]; 23.90/10.80 2413[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];5037[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];2413 -> 5037[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5037 -> 2460[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5038[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];2413 -> 5038[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5038 -> 2461[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2414[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];5039[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];2414 -> 5039[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5039 -> 2462[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5040[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];2414 -> 5040[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5040 -> 2463[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2415[label="compare2 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) ((vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402))",fontsize=16,color="black",shape="box"];2415 -> 2464[label="",style="solid", color="black", weight=3]; 23.90/10.80 2416[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];2416 -> 2465[label="",style="solid", color="black", weight=3]; 23.90/10.80 2417[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];2417 -> 2466[label="",style="solid", color="black", weight=3]; 23.90/10.80 2418[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];2418 -> 2467[label="",style="solid", color="black", weight=3]; 23.90/10.80 2419[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];2419 -> 2468[label="",style="solid", color="black", weight=3]; 23.90/10.80 2420[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];5041[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];2420 -> 5041[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5041 -> 2469[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5042[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];2420 -> 5042[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5042 -> 2470[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2421[label="primCmpNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];5043[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];2421 -> 5043[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5043 -> 2471[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 5044[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];2421 -> 5044[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5044 -> 2472[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2422 -> 2378[label="",style="dashed", color="red", weight=0]; 23.90/10.80 2422[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="magenta"];2422 -> 2473[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2422 -> 2474[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2423[label="GT",fontsize=16,color="green",shape="box"];2424[label="primCmpInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];2424 -> 2475[label="",style="solid", color="black", weight=3]; 23.90/10.80 2425[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2425 -> 2476[label="",style="solid", color="black", weight=3]; 23.90/10.80 2426[label="primCmpInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];2426 -> 2477[label="",style="solid", color="black", weight=3]; 23.90/10.80 2427[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2427 -> 2478[label="",style="solid", color="black", weight=3]; 23.90/10.80 2428[label="LT",fontsize=16,color="green",shape="box"];2429 -> 2378[label="",style="dashed", color="red", weight=0]; 23.90/10.80 2429[label="primCmpNat vwx400 (Succ vwx3000)",fontsize=16,color="magenta"];2429 -> 2479[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2429 -> 2480[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2430[label="primCmpInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];2430 -> 2481[label="",style="solid", color="black", weight=3]; 23.90/10.80 2431[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2431 -> 2482[label="",style="solid", color="black", weight=3]; 23.90/10.80 2432[label="primCmpInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];2432 -> 2483[label="",style="solid", color="black", weight=3]; 23.90/10.80 2433[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2433 -> 2484[label="",style="solid", color="black", weight=3]; 23.90/10.80 2434[label="compare2 LT LT True",fontsize=16,color="black",shape="box"];2434 -> 2485[label="",style="solid", color="black", weight=3]; 23.90/10.80 2435[label="compare2 LT EQ False",fontsize=16,color="black",shape="box"];2435 -> 2486[label="",style="solid", color="black", weight=3]; 23.90/10.80 2436[label="compare2 LT GT False",fontsize=16,color="black",shape="box"];2436 -> 2487[label="",style="solid", color="black", weight=3]; 23.90/10.80 2437[label="compare2 EQ LT False",fontsize=16,color="black",shape="box"];2437 -> 2488[label="",style="solid", color="black", weight=3]; 23.90/10.80 2438[label="compare2 EQ EQ True",fontsize=16,color="black",shape="box"];2438 -> 2489[label="",style="solid", color="black", weight=3]; 23.90/10.80 2439[label="compare2 EQ GT False",fontsize=16,color="black",shape="box"];2439 -> 2490[label="",style="solid", color="black", weight=3]; 23.90/10.80 2440[label="compare2 GT LT False",fontsize=16,color="black",shape="box"];2440 -> 2491[label="",style="solid", color="black", weight=3]; 23.90/10.80 2441[label="compare2 GT EQ False",fontsize=16,color="black",shape="box"];2441 -> 2492[label="",style="solid", color="black", weight=3]; 23.90/10.80 2442[label="compare2 GT GT True",fontsize=16,color="black",shape="box"];2442 -> 2493[label="",style="solid", color="black", weight=3]; 23.90/10.80 2443[label="compare2 False False True",fontsize=16,color="black",shape="box"];2443 -> 2494[label="",style="solid", color="black", weight=3]; 23.90/10.80 2444[label="compare2 False True False",fontsize=16,color="black",shape="box"];2444 -> 2495[label="",style="solid", color="black", weight=3]; 23.90/10.80 2445[label="compare2 True False False",fontsize=16,color="black",shape="box"];2445 -> 2496[label="",style="solid", color="black", weight=3]; 23.90/10.80 2446[label="compare2 True True True",fontsize=16,color="black",shape="box"];2446 -> 2497[label="",style="solid", color="black", weight=3]; 23.90/10.80 2447[label="vwx400 * vwx301",fontsize=16,color="black",shape="triangle"];2447 -> 2498[label="",style="solid", color="black", weight=3]; 23.90/10.80 2448 -> 2447[label="",style="dashed", color="red", weight=0]; 23.90/10.80 2448[label="vwx300 * vwx401",fontsize=16,color="magenta"];2448 -> 2499[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2448 -> 2500[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2449[label="vwx400 * vwx301",fontsize=16,color="burlywood",shape="triangle"];5045[label="vwx400/Integer vwx4000",fontsize=10,color="white",style="solid",shape="box"];2449 -> 5045[label="",style="solid", color="burlywood", weight=9]; 23.90/10.80 5045 -> 2501[label="",style="solid", color="burlywood", weight=3]; 23.90/10.80 2450 -> 2449[label="",style="dashed", color="red", weight=0]; 23.90/10.80 2450[label="vwx300 * vwx401",fontsize=16,color="magenta"];2450 -> 2502[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2450 -> 2503[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2451[label="compare2 Nothing Nothing True",fontsize=16,color="black",shape="box"];2451 -> 2504[label="",style="solid", color="black", weight=3]; 23.90/10.80 2452[label="compare2 Nothing (Just vwx400) False",fontsize=16,color="black",shape="box"];2452 -> 2505[label="",style="solid", color="black", weight=3]; 23.90/10.80 2453[label="compare2 (Just vwx300) Nothing False",fontsize=16,color="black",shape="box"];2453 -> 2506[label="",style="solid", color="black", weight=3]; 23.90/10.80 2454 -> 2507[label="",style="dashed", color="red", weight=0]; 23.90/10.80 2454[label="compare2 (Just vwx300) (Just vwx400) (vwx300 == vwx400)",fontsize=16,color="magenta"];2454 -> 2508[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2454 -> 2509[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2454 -> 2510[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2455 -> 2898[label="",style="dashed", color="red", weight=0]; 23.90/10.80 2455[label="compare2 (vwx300,vwx301) (vwx400,vwx401) (vwx300 == vwx400 && vwx301 == vwx401)",fontsize=16,color="magenta"];2455 -> 2899[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2455 -> 2900[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2455 -> 2901[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2455 -> 2902[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2455 -> 2903[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2456 -> 2517[label="",style="dashed", color="red", weight=0]; 23.90/10.80 2456[label="compare2 (Left vwx300) (Left vwx400) (vwx300 == vwx400)",fontsize=16,color="magenta"];2456 -> 2518[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2456 -> 2519[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2456 -> 2520[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2457[label="compare2 (Left vwx300) (Right vwx400) False",fontsize=16,color="black",shape="box"];2457 -> 2521[label="",style="solid", color="black", weight=3]; 23.90/10.80 2458[label="compare2 (Right vwx300) (Left vwx400) False",fontsize=16,color="black",shape="box"];2458 -> 2522[label="",style="solid", color="black", weight=3]; 23.90/10.80 2459 -> 2523[label="",style="dashed", color="red", weight=0]; 23.90/10.80 2459[label="compare2 (Right vwx300) (Right vwx400) (vwx300 == vwx400)",fontsize=16,color="magenta"];2459 -> 2524[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2459 -> 2525[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2459 -> 2526[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2460[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];2460 -> 2527[label="",style="solid", color="black", weight=3]; 23.90/10.80 2461[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];2461 -> 2528[label="",style="solid", color="black", weight=3]; 23.90/10.80 2462[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];2462 -> 2529[label="",style="solid", color="black", weight=3]; 23.90/10.80 2463[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];2463 -> 2530[label="",style="solid", color="black", weight=3]; 23.90/10.80 2464 -> 2945[label="",style="dashed", color="red", weight=0]; 23.90/10.80 2464[label="compare2 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) (vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402)",fontsize=16,color="magenta"];2464 -> 2946[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2464 -> 2947[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2464 -> 2948[label="",style="dashed", color="magenta", weight=3]; 23.90/10.80 2464 -> 2949[label="",style="dashed", color="magenta", weight=3]; 23.90/10.81 2464 -> 2950[label="",style="dashed", color="magenta", weight=3]; 23.90/10.81 2464 -> 2951[label="",style="dashed", color="magenta", weight=3]; 23.90/10.81 2464 -> 2952[label="",style="dashed", color="magenta", weight=3]; 23.90/10.81 2465 -> 2307[label="",style="dashed", color="red", weight=0]; 23.90/10.81 2465[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];2465 -> 2539[label="",style="dashed", color="magenta", weight=3]; 23.90/10.81 2465 -> 2540[label="",style="dashed", color="magenta", weight=3]; 23.90/10.81 2466 -> 2307[label="",style="dashed", color="red", weight=0]; 23.90/10.81 2466[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];2466 -> 2541[label="",style="dashed", color="magenta", weight=3]; 23.90/10.81 2466 -> 2542[label="",style="dashed", color="magenta", weight=3]; 23.90/10.81 2467 -> 2307[label="",style="dashed", color="red", weight=0]; 23.90/10.81 2467[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];2467 -> 2543[label="",style="dashed", color="magenta", weight=3]; 23.90/10.81 2467 -> 2544[label="",style="dashed", color="magenta", weight=3]; 23.90/10.81 2468 -> 2307[label="",style="dashed", color="red", weight=0]; 23.90/10.81 2468[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];2468 -> 2545[label="",style="dashed", color="magenta", weight=3]; 23.90/10.81 2468 -> 2546[label="",style="dashed", color="magenta", weight=3]; 23.90/10.81 2469[label="primCmpNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];2469 -> 2547[label="",style="solid", color="black", weight=3]; 23.90/10.81 2470[label="primCmpNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];2470 -> 2548[label="",style="solid", color="black", weight=3]; 23.90/10.81 2471[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];2471 -> 2549[label="",style="solid", color="black", weight=3]; 23.90/10.81 2472[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];2472 -> 2550[label="",style="solid", color="black", weight=3]; 23.90/10.81 2473[label="vwx400",fontsize=16,color="green",shape="box"];2474[label="Succ vwx3000",fontsize=16,color="green",shape="box"];2475 -> 2378[label="",style="dashed", color="red", weight=0]; 23.90/10.81 2475[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="magenta"];2475 -> 2551[label="",style="dashed", color="magenta", weight=3]; 23.90/10.81 2475 -> 2552[label="",style="dashed", color="magenta", weight=3]; 23.90/10.81 2476[label="EQ",fontsize=16,color="green",shape="box"];2477[label="GT",fontsize=16,color="green",shape="box"];2478[label="EQ",fontsize=16,color="green",shape="box"];2479[label="Succ vwx3000",fontsize=16,color="green",shape="box"];2480[label="vwx400",fontsize=16,color="green",shape="box"];2481[label="LT",fontsize=16,color="green",shape="box"];2482[label="EQ",fontsize=16,color="green",shape="box"];2483 -> 2378[label="",style="dashed", color="red", weight=0]; 23.90/10.81 2483[label="primCmpNat (Succ vwx4000) Zero",fontsize=16,color="magenta"];2483 -> 2553[label="",style="dashed", color="magenta", weight=3]; 23.90/10.81 2483 -> 2554[label="",style="dashed", color="magenta", weight=3]; 23.90/10.81 2484[label="EQ",fontsize=16,color="green",shape="box"];2485[label="EQ",fontsize=16,color="green",shape="box"];2486[label="compare1 LT EQ (LT <= EQ)",fontsize=16,color="black",shape="box"];2486 -> 2555[label="",style="solid", color="black", weight=3]; 23.90/10.81 2487[label="compare1 LT GT (LT <= GT)",fontsize=16,color="black",shape="box"];2487 -> 2556[label="",style="solid", color="black", weight=3]; 23.90/10.81 2488[label="compare1 EQ LT (EQ <= LT)",fontsize=16,color="black",shape="box"];2488 -> 2557[label="",style="solid", color="black", weight=3]; 23.90/10.81 2489[label="EQ",fontsize=16,color="green",shape="box"];2490[label="compare1 EQ GT (EQ <= GT)",fontsize=16,color="black",shape="box"];2490 -> 2558[label="",style="solid", color="black", weight=3]; 23.90/10.81 2491[label="compare1 GT LT (GT <= LT)",fontsize=16,color="black",shape="box"];2491 -> 2559[label="",style="solid", color="black", weight=3]; 23.90/10.81 2492[label="compare1 GT EQ (GT <= EQ)",fontsize=16,color="black",shape="box"];2492 -> 2560[label="",style="solid", color="black", weight=3]; 23.90/10.81 2493[label="EQ",fontsize=16,color="green",shape="box"];2494[label="EQ",fontsize=16,color="green",shape="box"];2495[label="compare1 False True (False <= True)",fontsize=16,color="black",shape="box"];2495 -> 2561[label="",style="solid", color="black", weight=3]; 23.90/10.81 2496[label="compare1 True False (True <= False)",fontsize=16,color="black",shape="box"];2496 -> 2562[label="",style="solid", color="black", weight=3]; 23.90/10.81 2497[label="EQ",fontsize=16,color="green",shape="box"];2498[label="primMulInt vwx400 vwx301",fontsize=16,color="burlywood",shape="triangle"];5046[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];2498 -> 5046[label="",style="solid", color="burlywood", weight=9]; 23.90/10.81 5046 -> 2563[label="",style="solid", color="burlywood", weight=3]; 23.90/10.81 5047[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];2498 -> 5047[label="",style="solid", color="burlywood", weight=9]; 23.90/10.81 5047 -> 2564[label="",style="solid", color="burlywood", weight=3]; 23.90/10.81 2499[label="vwx300",fontsize=16,color="green",shape="box"];2500[label="vwx401",fontsize=16,color="green",shape="box"];2501[label="Integer vwx4000 * vwx301",fontsize=16,color="burlywood",shape="box"];5048[label="vwx301/Integer vwx3010",fontsize=10,color="white",style="solid",shape="box"];2501 -> 5048[label="",style="solid", color="burlywood", weight=9]; 23.90/10.81 5048 -> 2565[label="",style="solid", color="burlywood", weight=3]; 23.90/10.81 2502[label="vwx300",fontsize=16,color="green",shape="box"];2503[label="vwx401",fontsize=16,color="green",shape="box"];2504[label="EQ",fontsize=16,color="green",shape="box"];2505[label="compare1 Nothing (Just vwx400) (Nothing <= Just vwx400)",fontsize=16,color="black",shape="box"];2505 -> 2566[label="",style="solid", color="black", weight=3]; 23.90/10.81 2506[label="compare1 (Just vwx300) Nothing (Just vwx300 <= Nothing)",fontsize=16,color="black",shape="box"];2506 -> 2567[label="",style="solid", color="black", weight=3]; 23.90/10.81 2508[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];5049[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2508 -> 5049[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5049 -> 2568[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5050[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2508 -> 5050[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5050 -> 2569[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5051[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2508 -> 5051[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5051 -> 2570[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5052[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2508 -> 5052[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5052 -> 2571[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5053[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2508 -> 5053[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5053 -> 2572[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5054[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2508 -> 5054[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5054 -> 2573[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5055[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2508 -> 5055[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5055 -> 2574[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5056[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2508 -> 5056[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5056 -> 2575[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5057[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2508 -> 5057[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5057 -> 2576[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5058[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2508 -> 5058[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5058 -> 2577[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5059[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2508 -> 5059[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5059 -> 2578[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5060[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2508 -> 5060[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5060 -> 2579[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5061[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2508 -> 5061[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5061 -> 2580[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5062[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2508 -> 5062[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5062 -> 2581[label="",style="solid", color="blue", weight=3]; 24.05/10.81 2509[label="vwx300",fontsize=16,color="green",shape="box"];2510[label="vwx400",fontsize=16,color="green",shape="box"];2507[label="compare2 (Just vwx176) (Just vwx177) vwx178",fontsize=16,color="burlywood",shape="triangle"];5063[label="vwx178/False",fontsize=10,color="white",style="solid",shape="box"];2507 -> 5063[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5063 -> 2582[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5064[label="vwx178/True",fontsize=10,color="white",style="solid",shape="box"];2507 -> 5064[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5064 -> 2583[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2899[label="vwx400",fontsize=16,color="green",shape="box"];2900[label="vwx300",fontsize=16,color="green",shape="box"];2901[label="vwx401",fontsize=16,color="green",shape="box"];2902[label="vwx301",fontsize=16,color="green",shape="box"];2903 -> 2977[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2903[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];2903 -> 2978[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2903 -> 2979[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2898[label="compare2 (vwx225,vwx226) (vwx227,vwx228) vwx229",fontsize=16,color="burlywood",shape="triangle"];5065[label="vwx229/False",fontsize=10,color="white",style="solid",shape="box"];2898 -> 5065[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5065 -> 2923[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5066[label="vwx229/True",fontsize=10,color="white",style="solid",shape="box"];2898 -> 5066[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5066 -> 2924[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2518[label="vwx400",fontsize=16,color="green",shape="box"];2519[label="vwx300",fontsize=16,color="green",shape="box"];2520[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];5067[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 5067[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5067 -> 2600[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5068[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 5068[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5068 -> 2601[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5069[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 5069[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5069 -> 2602[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5070[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 5070[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5070 -> 2603[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5071[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 5071[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5071 -> 2604[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5072[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 5072[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5072 -> 2605[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5073[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 5073[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5073 -> 2606[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5074[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 5074[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5074 -> 2607[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5075[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 5075[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5075 -> 2608[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5076[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 5076[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5076 -> 2609[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5077[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 5077[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5077 -> 2610[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5078[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 5078[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5078 -> 2611[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5079[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 5079[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5079 -> 2612[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5080[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2520 -> 5080[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5080 -> 2613[label="",style="solid", color="blue", weight=3]; 24.05/10.81 2517[label="compare2 (Left vwx194) (Left vwx195) vwx196",fontsize=16,color="burlywood",shape="triangle"];5081[label="vwx196/False",fontsize=10,color="white",style="solid",shape="box"];2517 -> 5081[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5081 -> 2614[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5082[label="vwx196/True",fontsize=10,color="white",style="solid",shape="box"];2517 -> 5082[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5082 -> 2615[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2521[label="compare1 (Left vwx300) (Right vwx400) (Left vwx300 <= Right vwx400)",fontsize=16,color="black",shape="box"];2521 -> 2616[label="",style="solid", color="black", weight=3]; 24.05/10.81 2522[label="compare1 (Right vwx300) (Left vwx400) (Right vwx300 <= Left vwx400)",fontsize=16,color="black",shape="box"];2522 -> 2617[label="",style="solid", color="black", weight=3]; 24.05/10.81 2524[label="vwx300",fontsize=16,color="green",shape="box"];2525[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];5083[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2525 -> 5083[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5083 -> 2618[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5084[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2525 -> 5084[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5084 -> 2619[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5085[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2525 -> 5085[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5085 -> 2620[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5086[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2525 -> 5086[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5086 -> 2621[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5087[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2525 -> 5087[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5087 -> 2622[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5088[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2525 -> 5088[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5088 -> 2623[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5089[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2525 -> 5089[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5089 -> 2624[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5090[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2525 -> 5090[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5090 -> 2625[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5091[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2525 -> 5091[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5091 -> 2626[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5092[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2525 -> 5092[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5092 -> 2627[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5093[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2525 -> 5093[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5093 -> 2628[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5094[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2525 -> 5094[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5094 -> 2629[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5095[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2525 -> 5095[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5095 -> 2630[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5096[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2525 -> 5096[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5096 -> 2631[label="",style="solid", color="blue", weight=3]; 24.05/10.81 2526[label="vwx400",fontsize=16,color="green",shape="box"];2523[label="compare2 (Right vwx201) (Right vwx202) vwx203",fontsize=16,color="burlywood",shape="triangle"];5097[label="vwx203/False",fontsize=10,color="white",style="solid",shape="box"];2523 -> 5097[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5097 -> 2632[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5098[label="vwx203/True",fontsize=10,color="white",style="solid",shape="box"];2523 -> 5098[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5098 -> 2633[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2527 -> 2307[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2527[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];2527 -> 2634[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2527 -> 2635[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2528 -> 2307[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2528[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];2528 -> 2636[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2528 -> 2637[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2529 -> 2307[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2529[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];2529 -> 2638[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2529 -> 2639[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2530 -> 2307[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2530[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];2530 -> 2640[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2530 -> 2641[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2946[label="vwx401",fontsize=16,color="green",shape="box"];2947[label="vwx301",fontsize=16,color="green",shape="box"];2948[label="vwx402",fontsize=16,color="green",shape="box"];2949 -> 2977[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2949[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];2949 -> 2980[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2949 -> 2981[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2950[label="vwx300",fontsize=16,color="green",shape="box"];2951[label="vwx400",fontsize=16,color="green",shape="box"];2952[label="vwx302",fontsize=16,color="green",shape="box"];2945[label="compare2 (vwx212,vwx213,vwx214) (vwx215,vwx216,vwx217) vwx237",fontsize=16,color="burlywood",shape="triangle"];5099[label="vwx237/False",fontsize=10,color="white",style="solid",shape="box"];2945 -> 5099[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5099 -> 2961[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5100[label="vwx237/True",fontsize=10,color="white",style="solid",shape="box"];2945 -> 5100[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5100 -> 2962[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2539 -> 2447[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2539[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];2539 -> 2658[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2539 -> 2659[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2540 -> 2447[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2540[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];2540 -> 2660[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2540 -> 2661[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2541 -> 2447[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2541[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];2541 -> 2662[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2541 -> 2663[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2542 -> 2447[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2542[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];2542 -> 2664[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2542 -> 2665[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2543 -> 2447[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2543[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];2543 -> 2666[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2543 -> 2667[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2544 -> 2447[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2544[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];2544 -> 2668[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2544 -> 2669[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2545 -> 2447[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2545[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];2545 -> 2670[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2545 -> 2671[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2546 -> 2447[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2546[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];2546 -> 2672[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2546 -> 2673[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2547 -> 2378[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2547[label="primCmpNat vwx3000 vwx4000",fontsize=16,color="magenta"];2547 -> 2674[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2547 -> 2675[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2548[label="GT",fontsize=16,color="green",shape="box"];2549[label="LT",fontsize=16,color="green",shape="box"];2550[label="EQ",fontsize=16,color="green",shape="box"];2551[label="Succ vwx4000",fontsize=16,color="green",shape="box"];2552[label="Zero",fontsize=16,color="green",shape="box"];2553[label="Zero",fontsize=16,color="green",shape="box"];2554[label="Succ vwx4000",fontsize=16,color="green",shape="box"];2555[label="compare1 LT EQ True",fontsize=16,color="black",shape="box"];2555 -> 2676[label="",style="solid", color="black", weight=3]; 24.05/10.81 2556[label="compare1 LT GT True",fontsize=16,color="black",shape="box"];2556 -> 2677[label="",style="solid", color="black", weight=3]; 24.05/10.81 2557[label="compare1 EQ LT False",fontsize=16,color="black",shape="box"];2557 -> 2678[label="",style="solid", color="black", weight=3]; 24.05/10.81 2558[label="compare1 EQ GT True",fontsize=16,color="black",shape="box"];2558 -> 2679[label="",style="solid", color="black", weight=3]; 24.05/10.81 2559[label="compare1 GT LT False",fontsize=16,color="black",shape="box"];2559 -> 2680[label="",style="solid", color="black", weight=3]; 24.05/10.81 2560[label="compare1 GT EQ False",fontsize=16,color="black",shape="box"];2560 -> 2681[label="",style="solid", color="black", weight=3]; 24.05/10.81 2561[label="compare1 False True True",fontsize=16,color="black",shape="box"];2561 -> 2682[label="",style="solid", color="black", weight=3]; 24.05/10.81 2562[label="compare1 True False False",fontsize=16,color="black",shape="box"];2562 -> 2683[label="",style="solid", color="black", weight=3]; 24.05/10.81 2563[label="primMulInt (Pos vwx4000) vwx301",fontsize=16,color="burlywood",shape="box"];5101[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];2563 -> 5101[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5101 -> 2684[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5102[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];2563 -> 5102[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5102 -> 2685[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2564[label="primMulInt (Neg vwx4000) vwx301",fontsize=16,color="burlywood",shape="box"];5103[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];2564 -> 5103[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5103 -> 2686[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5104[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];2564 -> 5104[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5104 -> 2687[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2565[label="Integer vwx4000 * Integer vwx3010",fontsize=16,color="black",shape="box"];2565 -> 2688[label="",style="solid", color="black", weight=3]; 24.05/10.81 2566[label="compare1 Nothing (Just vwx400) True",fontsize=16,color="black",shape="box"];2566 -> 2689[label="",style="solid", color="black", weight=3]; 24.05/10.81 2567[label="compare1 (Just vwx300) Nothing False",fontsize=16,color="black",shape="box"];2567 -> 2690[label="",style="solid", color="black", weight=3]; 24.05/10.81 2568[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];5105[label="vwx300/(vwx3000,vwx3001,vwx3002)",fontsize=10,color="white",style="solid",shape="box"];2568 -> 5105[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5105 -> 2691[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2569[label="vwx300 == vwx400",fontsize=16,color="black",shape="triangle"];2569 -> 2692[label="",style="solid", color="black", weight=3]; 24.05/10.81 2570[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];5106[label="vwx300/(vwx3000,vwx3001)",fontsize=10,color="white",style="solid",shape="box"];2570 -> 5106[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5106 -> 2693[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2571[label="vwx300 == vwx400",fontsize=16,color="black",shape="triangle"];2571 -> 2694[label="",style="solid", color="black", weight=3]; 24.05/10.81 2572[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];5107[label="vwx300/Integer vwx3000",fontsize=10,color="white",style="solid",shape="box"];2572 -> 5107[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5107 -> 2695[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2573[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];5108[label="vwx300/False",fontsize=10,color="white",style="solid",shape="box"];2573 -> 5108[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5108 -> 2696[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5109[label="vwx300/True",fontsize=10,color="white",style="solid",shape="box"];2573 -> 5109[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5109 -> 2697[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2574[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];5110[label="vwx300/vwx3000 :% vwx3001",fontsize=10,color="white",style="solid",shape="box"];2574 -> 5110[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5110 -> 2698[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2575[label="vwx300 == vwx400",fontsize=16,color="black",shape="triangle"];2575 -> 2699[label="",style="solid", color="black", weight=3]; 24.05/10.81 2576[label="vwx300 == vwx400",fontsize=16,color="black",shape="triangle"];2576 -> 2700[label="",style="solid", color="black", weight=3]; 24.05/10.81 2577[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];5111[label="vwx300/LT",fontsize=10,color="white",style="solid",shape="box"];2577 -> 5111[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5111 -> 2701[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5112[label="vwx300/EQ",fontsize=10,color="white",style="solid",shape="box"];2577 -> 5112[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5112 -> 2702[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5113[label="vwx300/GT",fontsize=10,color="white",style="solid",shape="box"];2577 -> 5113[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5113 -> 2703[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2578[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];5114[label="vwx300/Nothing",fontsize=10,color="white",style="solid",shape="box"];2578 -> 5114[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5114 -> 2704[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5115[label="vwx300/Just vwx3000",fontsize=10,color="white",style="solid",shape="box"];2578 -> 5115[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5115 -> 2705[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2579[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];5116[label="vwx300/Left vwx3000",fontsize=10,color="white",style="solid",shape="box"];2579 -> 5116[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5116 -> 2706[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5117[label="vwx300/Right vwx3000",fontsize=10,color="white",style="solid",shape="box"];2579 -> 5117[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5117 -> 2707[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2580[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];5118[label="vwx300/vwx3000 : vwx3001",fontsize=10,color="white",style="solid",shape="box"];2580 -> 5118[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5118 -> 2708[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5119[label="vwx300/[]",fontsize=10,color="white",style="solid",shape="box"];2580 -> 5119[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5119 -> 2709[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2581[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];5120[label="vwx300/()",fontsize=10,color="white",style="solid",shape="box"];2581 -> 5120[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5120 -> 2710[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2582[label="compare2 (Just vwx176) (Just vwx177) False",fontsize=16,color="black",shape="box"];2582 -> 2711[label="",style="solid", color="black", weight=3]; 24.05/10.81 2583[label="compare2 (Just vwx176) (Just vwx177) True",fontsize=16,color="black",shape="box"];2583 -> 2712[label="",style="solid", color="black", weight=3]; 24.05/10.81 2978[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];5121[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2978 -> 5121[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5121 -> 2986[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5122[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2978 -> 5122[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5122 -> 2987[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5123[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2978 -> 5123[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5123 -> 2988[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5124[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2978 -> 5124[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5124 -> 2989[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5125[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2978 -> 5125[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5125 -> 2990[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5126[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2978 -> 5126[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5126 -> 2991[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5127[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2978 -> 5127[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5127 -> 2992[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5128[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2978 -> 5128[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5128 -> 2993[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5129[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2978 -> 5129[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5129 -> 2994[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5130[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2978 -> 5130[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5130 -> 2995[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5131[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2978 -> 5131[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5131 -> 2996[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5132[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2978 -> 5132[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5132 -> 2997[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5133[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2978 -> 5133[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5133 -> 2998[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5134[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2978 -> 5134[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5134 -> 2999[label="",style="solid", color="blue", weight=3]; 24.05/10.81 2979[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];5135[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2979 -> 5135[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5135 -> 3000[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5136[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2979 -> 5136[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5136 -> 3001[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5137[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2979 -> 5137[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5137 -> 3002[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5138[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2979 -> 5138[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5138 -> 3003[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5139[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2979 -> 5139[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5139 -> 3004[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5140[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2979 -> 5140[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5140 -> 3005[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5141[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2979 -> 5141[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5141 -> 3006[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5142[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2979 -> 5142[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5142 -> 3007[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5143[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2979 -> 5143[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5143 -> 3008[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5144[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2979 -> 5144[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5144 -> 3009[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5145[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2979 -> 5145[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5145 -> 3010[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5146[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2979 -> 5146[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5146 -> 3011[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5147[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2979 -> 5147[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5147 -> 3012[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5148[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2979 -> 5148[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5148 -> 3013[label="",style="solid", color="blue", weight=3]; 24.05/10.81 2977[label="vwx242 && vwx243",fontsize=16,color="burlywood",shape="triangle"];5149[label="vwx242/False",fontsize=10,color="white",style="solid",shape="box"];2977 -> 5149[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5149 -> 3014[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5150[label="vwx242/True",fontsize=10,color="white",style="solid",shape="box"];2977 -> 5150[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5150 -> 3015[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2923[label="compare2 (vwx225,vwx226) (vwx227,vwx228) False",fontsize=16,color="black",shape="box"];2923 -> 3016[label="",style="solid", color="black", weight=3]; 24.05/10.81 2924[label="compare2 (vwx225,vwx226) (vwx227,vwx228) True",fontsize=16,color="black",shape="box"];2924 -> 3017[label="",style="solid", color="black", weight=3]; 24.05/10.81 2600 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2600[label="vwx300 == vwx400",fontsize=16,color="magenta"];2600 -> 2743[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2600 -> 2744[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2601 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2601[label="vwx300 == vwx400",fontsize=16,color="magenta"];2601 -> 2745[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2601 -> 2746[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2602 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2602[label="vwx300 == vwx400",fontsize=16,color="magenta"];2602 -> 2747[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2602 -> 2748[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2603 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2603[label="vwx300 == vwx400",fontsize=16,color="magenta"];2603 -> 2749[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2603 -> 2750[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2604 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2604[label="vwx300 == vwx400",fontsize=16,color="magenta"];2604 -> 2751[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2604 -> 2752[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2605 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2605[label="vwx300 == vwx400",fontsize=16,color="magenta"];2605 -> 2753[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2605 -> 2754[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2606 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2606[label="vwx300 == vwx400",fontsize=16,color="magenta"];2606 -> 2755[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2606 -> 2756[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2607 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2607[label="vwx300 == vwx400",fontsize=16,color="magenta"];2607 -> 2757[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2607 -> 2758[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2608 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2608[label="vwx300 == vwx400",fontsize=16,color="magenta"];2608 -> 2759[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2608 -> 2760[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2609 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2609[label="vwx300 == vwx400",fontsize=16,color="magenta"];2609 -> 2761[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2609 -> 2762[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2610 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2610[label="vwx300 == vwx400",fontsize=16,color="magenta"];2610 -> 2763[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2610 -> 2764[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2611 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2611[label="vwx300 == vwx400",fontsize=16,color="magenta"];2611 -> 2765[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2611 -> 2766[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2612 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2612[label="vwx300 == vwx400",fontsize=16,color="magenta"];2612 -> 2767[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2612 -> 2768[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2613 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2613[label="vwx300 == vwx400",fontsize=16,color="magenta"];2613 -> 2769[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2613 -> 2770[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2614[label="compare2 (Left vwx194) (Left vwx195) False",fontsize=16,color="black",shape="box"];2614 -> 2771[label="",style="solid", color="black", weight=3]; 24.05/10.81 2615[label="compare2 (Left vwx194) (Left vwx195) True",fontsize=16,color="black",shape="box"];2615 -> 2772[label="",style="solid", color="black", weight=3]; 24.05/10.81 2616[label="compare1 (Left vwx300) (Right vwx400) True",fontsize=16,color="black",shape="box"];2616 -> 2773[label="",style="solid", color="black", weight=3]; 24.05/10.81 2617[label="compare1 (Right vwx300) (Left vwx400) False",fontsize=16,color="black",shape="box"];2617 -> 2774[label="",style="solid", color="black", weight=3]; 24.05/10.81 2618 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2618[label="vwx300 == vwx400",fontsize=16,color="magenta"];2618 -> 2775[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2618 -> 2776[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2619 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2619[label="vwx300 == vwx400",fontsize=16,color="magenta"];2619 -> 2777[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2619 -> 2778[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2620 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2620[label="vwx300 == vwx400",fontsize=16,color="magenta"];2620 -> 2779[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2620 -> 2780[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2621 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2621[label="vwx300 == vwx400",fontsize=16,color="magenta"];2621 -> 2781[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2621 -> 2782[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2622 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2622[label="vwx300 == vwx400",fontsize=16,color="magenta"];2622 -> 2783[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2622 -> 2784[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2623 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2623[label="vwx300 == vwx400",fontsize=16,color="magenta"];2623 -> 2785[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2623 -> 2786[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2624 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2624[label="vwx300 == vwx400",fontsize=16,color="magenta"];2624 -> 2787[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2624 -> 2788[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2625 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2625[label="vwx300 == vwx400",fontsize=16,color="magenta"];2625 -> 2789[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2625 -> 2790[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2626 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2626[label="vwx300 == vwx400",fontsize=16,color="magenta"];2626 -> 2791[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2626 -> 2792[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2627 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2627[label="vwx300 == vwx400",fontsize=16,color="magenta"];2627 -> 2793[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2627 -> 2794[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2628 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2628[label="vwx300 == vwx400",fontsize=16,color="magenta"];2628 -> 2795[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2628 -> 2796[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2629 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2629[label="vwx300 == vwx400",fontsize=16,color="magenta"];2629 -> 2797[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2629 -> 2798[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2630 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2630[label="vwx300 == vwx400",fontsize=16,color="magenta"];2630 -> 2799[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2630 -> 2800[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2631 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2631[label="vwx300 == vwx400",fontsize=16,color="magenta"];2631 -> 2801[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2631 -> 2802[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2632[label="compare2 (Right vwx201) (Right vwx202) False",fontsize=16,color="black",shape="box"];2632 -> 2803[label="",style="solid", color="black", weight=3]; 24.05/10.81 2633[label="compare2 (Right vwx201) (Right vwx202) True",fontsize=16,color="black",shape="box"];2633 -> 2804[label="",style="solid", color="black", weight=3]; 24.05/10.81 2634 -> 2447[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2634[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];2634 -> 2805[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2634 -> 2806[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2635 -> 2447[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2635[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];2635 -> 2807[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2635 -> 2808[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2636 -> 2447[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2636[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];2636 -> 2809[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2636 -> 2810[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2637 -> 2447[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2637[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];2637 -> 2811[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2637 -> 2812[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2638 -> 2447[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2638[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];2638 -> 2813[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2638 -> 2814[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2639 -> 2447[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2639[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];2639 -> 2815[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2639 -> 2816[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2640 -> 2447[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2640[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];2640 -> 2817[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2640 -> 2818[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2641 -> 2447[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2641[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];2641 -> 2819[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2641 -> 2820[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2980 -> 2977[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2980[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];2980 -> 3018[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2980 -> 3019[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2981[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];5151[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2981 -> 5151[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5151 -> 3020[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5152[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2981 -> 5152[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5152 -> 3021[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5153[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2981 -> 5153[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5153 -> 3022[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5154[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2981 -> 5154[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5154 -> 3023[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5155[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2981 -> 5155[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5155 -> 3024[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5156[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2981 -> 5156[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5156 -> 3025[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5157[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2981 -> 5157[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5157 -> 3026[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5158[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2981 -> 5158[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5158 -> 3027[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5159[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2981 -> 5159[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5159 -> 3028[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5160[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2981 -> 5160[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5160 -> 3029[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5161[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2981 -> 5161[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5161 -> 3030[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5162[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2981 -> 5162[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5162 -> 3031[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5163[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2981 -> 5163[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5163 -> 3032[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5164[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2981 -> 5164[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5164 -> 3033[label="",style="solid", color="blue", weight=3]; 24.05/10.81 2961[label="compare2 (vwx212,vwx213,vwx214) (vwx215,vwx216,vwx217) False",fontsize=16,color="black",shape="box"];2961 -> 3034[label="",style="solid", color="black", weight=3]; 24.05/10.81 2962[label="compare2 (vwx212,vwx213,vwx214) (vwx215,vwx216,vwx217) True",fontsize=16,color="black",shape="box"];2962 -> 3035[label="",style="solid", color="black", weight=3]; 24.05/10.81 2658[label="Pos vwx3010",fontsize=16,color="green",shape="box"];2659[label="vwx400",fontsize=16,color="green",shape="box"];2660[label="vwx300",fontsize=16,color="green",shape="box"];2661[label="Pos vwx4010",fontsize=16,color="green",shape="box"];2662[label="Neg vwx3010",fontsize=16,color="green",shape="box"];2663[label="vwx400",fontsize=16,color="green",shape="box"];2664[label="vwx300",fontsize=16,color="green",shape="box"];2665[label="Pos vwx4010",fontsize=16,color="green",shape="box"];2666[label="Pos vwx3010",fontsize=16,color="green",shape="box"];2667[label="vwx400",fontsize=16,color="green",shape="box"];2668[label="vwx300",fontsize=16,color="green",shape="box"];2669[label="Neg vwx4010",fontsize=16,color="green",shape="box"];2670[label="Neg vwx3010",fontsize=16,color="green",shape="box"];2671[label="vwx400",fontsize=16,color="green",shape="box"];2672[label="vwx300",fontsize=16,color="green",shape="box"];2673[label="Neg vwx4010",fontsize=16,color="green",shape="box"];2674[label="vwx4000",fontsize=16,color="green",shape="box"];2675[label="vwx3000",fontsize=16,color="green",shape="box"];2676[label="LT",fontsize=16,color="green",shape="box"];2677[label="LT",fontsize=16,color="green",shape="box"];2678[label="compare0 EQ LT otherwise",fontsize=16,color="black",shape="box"];2678 -> 2851[label="",style="solid", color="black", weight=3]; 24.05/10.81 2679[label="LT",fontsize=16,color="green",shape="box"];2680[label="compare0 GT LT otherwise",fontsize=16,color="black",shape="box"];2680 -> 2852[label="",style="solid", color="black", weight=3]; 24.05/10.81 2681[label="compare0 GT EQ otherwise",fontsize=16,color="black",shape="box"];2681 -> 2853[label="",style="solid", color="black", weight=3]; 24.05/10.81 2682[label="LT",fontsize=16,color="green",shape="box"];2683[label="compare0 True False otherwise",fontsize=16,color="black",shape="box"];2683 -> 2854[label="",style="solid", color="black", weight=3]; 24.05/10.81 2684[label="primMulInt (Pos vwx4000) (Pos vwx3010)",fontsize=16,color="black",shape="box"];2684 -> 2855[label="",style="solid", color="black", weight=3]; 24.05/10.81 2685[label="primMulInt (Pos vwx4000) (Neg vwx3010)",fontsize=16,color="black",shape="box"];2685 -> 2856[label="",style="solid", color="black", weight=3]; 24.05/10.81 2686[label="primMulInt (Neg vwx4000) (Pos vwx3010)",fontsize=16,color="black",shape="box"];2686 -> 2857[label="",style="solid", color="black", weight=3]; 24.05/10.81 2687[label="primMulInt (Neg vwx4000) (Neg vwx3010)",fontsize=16,color="black",shape="box"];2687 -> 2858[label="",style="solid", color="black", weight=3]; 24.05/10.81 2688[label="Integer (primMulInt vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];2688 -> 2859[label="",style="dashed", color="green", weight=3]; 24.05/10.81 2689[label="LT",fontsize=16,color="green",shape="box"];2690[label="compare0 (Just vwx300) Nothing otherwise",fontsize=16,color="black",shape="box"];2690 -> 2860[label="",style="solid", color="black", weight=3]; 24.05/10.81 2691[label="(vwx3000,vwx3001,vwx3002) == vwx400",fontsize=16,color="burlywood",shape="box"];5165[label="vwx400/(vwx4000,vwx4001,vwx4002)",fontsize=10,color="white",style="solid",shape="box"];2691 -> 5165[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5165 -> 2861[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2692[label="primEqChar vwx300 vwx400",fontsize=16,color="burlywood",shape="box"];5166[label="vwx300/Char vwx3000",fontsize=10,color="white",style="solid",shape="box"];2692 -> 5166[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5166 -> 2862[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2693[label="(vwx3000,vwx3001) == vwx400",fontsize=16,color="burlywood",shape="box"];5167[label="vwx400/(vwx4000,vwx4001)",fontsize=10,color="white",style="solid",shape="box"];2693 -> 5167[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5167 -> 2863[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2694[label="primEqDouble vwx300 vwx400",fontsize=16,color="burlywood",shape="box"];5168[label="vwx300/Double vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];2694 -> 5168[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5168 -> 2864[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2695[label="Integer vwx3000 == vwx400",fontsize=16,color="burlywood",shape="box"];5169[label="vwx400/Integer vwx4000",fontsize=10,color="white",style="solid",shape="box"];2695 -> 5169[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5169 -> 2865[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2696[label="False == vwx400",fontsize=16,color="burlywood",shape="box"];5170[label="vwx400/False",fontsize=10,color="white",style="solid",shape="box"];2696 -> 5170[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5170 -> 2866[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5171[label="vwx400/True",fontsize=10,color="white",style="solid",shape="box"];2696 -> 5171[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5171 -> 2867[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2697[label="True == vwx400",fontsize=16,color="burlywood",shape="box"];5172[label="vwx400/False",fontsize=10,color="white",style="solid",shape="box"];2697 -> 5172[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5172 -> 2868[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5173[label="vwx400/True",fontsize=10,color="white",style="solid",shape="box"];2697 -> 5173[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5173 -> 2869[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2698[label="vwx3000 :% vwx3001 == vwx400",fontsize=16,color="burlywood",shape="box"];5174[label="vwx400/vwx4000 :% vwx4001",fontsize=10,color="white",style="solid",shape="box"];2698 -> 5174[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5174 -> 2870[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2699[label="primEqInt vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];5175[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];2699 -> 5175[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5175 -> 2871[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5176[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];2699 -> 5176[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5176 -> 2872[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2700[label="primEqFloat vwx300 vwx400",fontsize=16,color="burlywood",shape="box"];5177[label="vwx300/Float vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];2700 -> 5177[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5177 -> 2873[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2701[label="LT == vwx400",fontsize=16,color="burlywood",shape="box"];5178[label="vwx400/LT",fontsize=10,color="white",style="solid",shape="box"];2701 -> 5178[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5178 -> 2874[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5179[label="vwx400/EQ",fontsize=10,color="white",style="solid",shape="box"];2701 -> 5179[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5179 -> 2875[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5180[label="vwx400/GT",fontsize=10,color="white",style="solid",shape="box"];2701 -> 5180[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5180 -> 2876[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2702[label="EQ == vwx400",fontsize=16,color="burlywood",shape="box"];5181[label="vwx400/LT",fontsize=10,color="white",style="solid",shape="box"];2702 -> 5181[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5181 -> 2877[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5182[label="vwx400/EQ",fontsize=10,color="white",style="solid",shape="box"];2702 -> 5182[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5182 -> 2878[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5183[label="vwx400/GT",fontsize=10,color="white",style="solid",shape="box"];2702 -> 5183[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5183 -> 2879[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2703[label="GT == vwx400",fontsize=16,color="burlywood",shape="box"];5184[label="vwx400/LT",fontsize=10,color="white",style="solid",shape="box"];2703 -> 5184[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5184 -> 2880[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5185[label="vwx400/EQ",fontsize=10,color="white",style="solid",shape="box"];2703 -> 5185[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5185 -> 2881[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5186[label="vwx400/GT",fontsize=10,color="white",style="solid",shape="box"];2703 -> 5186[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5186 -> 2882[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2704[label="Nothing == vwx400",fontsize=16,color="burlywood",shape="box"];5187[label="vwx400/Nothing",fontsize=10,color="white",style="solid",shape="box"];2704 -> 5187[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5187 -> 2883[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5188[label="vwx400/Just vwx4000",fontsize=10,color="white",style="solid",shape="box"];2704 -> 5188[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5188 -> 2884[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2705[label="Just vwx3000 == vwx400",fontsize=16,color="burlywood",shape="box"];5189[label="vwx400/Nothing",fontsize=10,color="white",style="solid",shape="box"];2705 -> 5189[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5189 -> 2885[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5190[label="vwx400/Just vwx4000",fontsize=10,color="white",style="solid",shape="box"];2705 -> 5190[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5190 -> 2886[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2706[label="Left vwx3000 == vwx400",fontsize=16,color="burlywood",shape="box"];5191[label="vwx400/Left vwx4000",fontsize=10,color="white",style="solid",shape="box"];2706 -> 5191[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5191 -> 2887[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5192[label="vwx400/Right vwx4000",fontsize=10,color="white",style="solid",shape="box"];2706 -> 5192[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5192 -> 2888[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2707[label="Right vwx3000 == vwx400",fontsize=16,color="burlywood",shape="box"];5193[label="vwx400/Left vwx4000",fontsize=10,color="white",style="solid",shape="box"];2707 -> 5193[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5193 -> 2889[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5194[label="vwx400/Right vwx4000",fontsize=10,color="white",style="solid",shape="box"];2707 -> 5194[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5194 -> 2890[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2708[label="vwx3000 : vwx3001 == vwx400",fontsize=16,color="burlywood",shape="box"];5195[label="vwx400/vwx4000 : vwx4001",fontsize=10,color="white",style="solid",shape="box"];2708 -> 5195[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5195 -> 2891[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5196[label="vwx400/[]",fontsize=10,color="white",style="solid",shape="box"];2708 -> 5196[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5196 -> 2892[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2709[label="[] == vwx400",fontsize=16,color="burlywood",shape="box"];5197[label="vwx400/vwx4000 : vwx4001",fontsize=10,color="white",style="solid",shape="box"];2709 -> 5197[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5197 -> 2893[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5198[label="vwx400/[]",fontsize=10,color="white",style="solid",shape="box"];2709 -> 5198[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5198 -> 2894[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2710[label="() == vwx400",fontsize=16,color="burlywood",shape="box"];5199[label="vwx400/()",fontsize=10,color="white",style="solid",shape="box"];2710 -> 5199[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5199 -> 2895[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2711 -> 3084[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2711[label="compare1 (Just vwx176) (Just vwx177) (Just vwx176 <= Just vwx177)",fontsize=16,color="magenta"];2711 -> 3085[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2711 -> 3086[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2711 -> 3087[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2712[label="EQ",fontsize=16,color="green",shape="box"];2986 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2986[label="vwx301 == vwx401",fontsize=16,color="magenta"];2986 -> 3091[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2986 -> 3092[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2987 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2987[label="vwx301 == vwx401",fontsize=16,color="magenta"];2987 -> 3093[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2987 -> 3094[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2988 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2988[label="vwx301 == vwx401",fontsize=16,color="magenta"];2988 -> 3095[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2988 -> 3096[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2989 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2989[label="vwx301 == vwx401",fontsize=16,color="magenta"];2989 -> 3097[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2989 -> 3098[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2990 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2990[label="vwx301 == vwx401",fontsize=16,color="magenta"];2990 -> 3099[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2990 -> 3100[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2991 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2991[label="vwx301 == vwx401",fontsize=16,color="magenta"];2991 -> 3101[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2991 -> 3102[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2992 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2992[label="vwx301 == vwx401",fontsize=16,color="magenta"];2992 -> 3103[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2992 -> 3104[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2993 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2993[label="vwx301 == vwx401",fontsize=16,color="magenta"];2993 -> 3105[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2993 -> 3106[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2994 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2994[label="vwx301 == vwx401",fontsize=16,color="magenta"];2994 -> 3107[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2994 -> 3108[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2995 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2995[label="vwx301 == vwx401",fontsize=16,color="magenta"];2995 -> 3109[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2995 -> 3110[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2996 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2996[label="vwx301 == vwx401",fontsize=16,color="magenta"];2996 -> 3111[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2996 -> 3112[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2997 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2997[label="vwx301 == vwx401",fontsize=16,color="magenta"];2997 -> 3113[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2997 -> 3114[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2998 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2998[label="vwx301 == vwx401",fontsize=16,color="magenta"];2998 -> 3115[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2998 -> 3116[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2999 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2999[label="vwx301 == vwx401",fontsize=16,color="magenta"];2999 -> 3117[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2999 -> 3118[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3000 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3000[label="vwx300 == vwx400",fontsize=16,color="magenta"];3000 -> 3119[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3000 -> 3120[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3001 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3001[label="vwx300 == vwx400",fontsize=16,color="magenta"];3001 -> 3121[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3001 -> 3122[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3002 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3002[label="vwx300 == vwx400",fontsize=16,color="magenta"];3002 -> 3123[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3002 -> 3124[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3003 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3003[label="vwx300 == vwx400",fontsize=16,color="magenta"];3003 -> 3125[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3003 -> 3126[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3004 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3004[label="vwx300 == vwx400",fontsize=16,color="magenta"];3004 -> 3127[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3004 -> 3128[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3005 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3005[label="vwx300 == vwx400",fontsize=16,color="magenta"];3005 -> 3129[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3005 -> 3130[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3006 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3006[label="vwx300 == vwx400",fontsize=16,color="magenta"];3006 -> 3131[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3006 -> 3132[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3007 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3007[label="vwx300 == vwx400",fontsize=16,color="magenta"];3007 -> 3133[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3007 -> 3134[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3008 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3008[label="vwx300 == vwx400",fontsize=16,color="magenta"];3008 -> 3135[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3008 -> 3136[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3009 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3009[label="vwx300 == vwx400",fontsize=16,color="magenta"];3009 -> 3137[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3009 -> 3138[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3010 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3010[label="vwx300 == vwx400",fontsize=16,color="magenta"];3010 -> 3139[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3010 -> 3140[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3011 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3011[label="vwx300 == vwx400",fontsize=16,color="magenta"];3011 -> 3141[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3011 -> 3142[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3012 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3012[label="vwx300 == vwx400",fontsize=16,color="magenta"];3012 -> 3143[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3012 -> 3144[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3013 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3013[label="vwx300 == vwx400",fontsize=16,color="magenta"];3013 -> 3145[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3013 -> 3146[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3014[label="False && vwx243",fontsize=16,color="black",shape="box"];3014 -> 3147[label="",style="solid", color="black", weight=3]; 24.05/10.81 3015[label="True && vwx243",fontsize=16,color="black",shape="box"];3015 -> 3148[label="",style="solid", color="black", weight=3]; 24.05/10.81 3016[label="compare1 (vwx225,vwx226) (vwx227,vwx228) ((vwx225,vwx226) <= (vwx227,vwx228))",fontsize=16,color="black",shape="box"];3016 -> 3149[label="",style="solid", color="black", weight=3]; 24.05/10.81 3017[label="EQ",fontsize=16,color="green",shape="box"];2743[label="vwx400",fontsize=16,color="green",shape="box"];2744[label="vwx300",fontsize=16,color="green",shape="box"];2745[label="vwx400",fontsize=16,color="green",shape="box"];2746[label="vwx300",fontsize=16,color="green",shape="box"];2747[label="vwx400",fontsize=16,color="green",shape="box"];2748[label="vwx300",fontsize=16,color="green",shape="box"];2749[label="vwx400",fontsize=16,color="green",shape="box"];2750[label="vwx300",fontsize=16,color="green",shape="box"];2751[label="vwx400",fontsize=16,color="green",shape="box"];2752[label="vwx300",fontsize=16,color="green",shape="box"];2753[label="vwx400",fontsize=16,color="green",shape="box"];2754[label="vwx300",fontsize=16,color="green",shape="box"];2755[label="vwx400",fontsize=16,color="green",shape="box"];2756[label="vwx300",fontsize=16,color="green",shape="box"];2757[label="vwx400",fontsize=16,color="green",shape="box"];2758[label="vwx300",fontsize=16,color="green",shape="box"];2759[label="vwx400",fontsize=16,color="green",shape="box"];2760[label="vwx300",fontsize=16,color="green",shape="box"];2761[label="vwx400",fontsize=16,color="green",shape="box"];2762[label="vwx300",fontsize=16,color="green",shape="box"];2763[label="vwx400",fontsize=16,color="green",shape="box"];2764[label="vwx300",fontsize=16,color="green",shape="box"];2765[label="vwx400",fontsize=16,color="green",shape="box"];2766[label="vwx300",fontsize=16,color="green",shape="box"];2767[label="vwx400",fontsize=16,color="green",shape="box"];2768[label="vwx300",fontsize=16,color="green",shape="box"];2769[label="vwx400",fontsize=16,color="green",shape="box"];2770[label="vwx300",fontsize=16,color="green",shape="box"];2771 -> 3210[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2771[label="compare1 (Left vwx194) (Left vwx195) (Left vwx194 <= Left vwx195)",fontsize=16,color="magenta"];2771 -> 3211[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2771 -> 3212[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2771 -> 3213[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2772[label="EQ",fontsize=16,color="green",shape="box"];2773[label="LT",fontsize=16,color="green",shape="box"];2774[label="compare0 (Right vwx300) (Left vwx400) otherwise",fontsize=16,color="black",shape="box"];2774 -> 2942[label="",style="solid", color="black", weight=3]; 24.05/10.81 2775[label="vwx400",fontsize=16,color="green",shape="box"];2776[label="vwx300",fontsize=16,color="green",shape="box"];2777[label="vwx400",fontsize=16,color="green",shape="box"];2778[label="vwx300",fontsize=16,color="green",shape="box"];2779[label="vwx400",fontsize=16,color="green",shape="box"];2780[label="vwx300",fontsize=16,color="green",shape="box"];2781[label="vwx400",fontsize=16,color="green",shape="box"];2782[label="vwx300",fontsize=16,color="green",shape="box"];2783[label="vwx400",fontsize=16,color="green",shape="box"];2784[label="vwx300",fontsize=16,color="green",shape="box"];2785[label="vwx400",fontsize=16,color="green",shape="box"];2786[label="vwx300",fontsize=16,color="green",shape="box"];2787[label="vwx400",fontsize=16,color="green",shape="box"];2788[label="vwx300",fontsize=16,color="green",shape="box"];2789[label="vwx400",fontsize=16,color="green",shape="box"];2790[label="vwx300",fontsize=16,color="green",shape="box"];2791[label="vwx400",fontsize=16,color="green",shape="box"];2792[label="vwx300",fontsize=16,color="green",shape="box"];2793[label="vwx400",fontsize=16,color="green",shape="box"];2794[label="vwx300",fontsize=16,color="green",shape="box"];2795[label="vwx400",fontsize=16,color="green",shape="box"];2796[label="vwx300",fontsize=16,color="green",shape="box"];2797[label="vwx400",fontsize=16,color="green",shape="box"];2798[label="vwx300",fontsize=16,color="green",shape="box"];2799[label="vwx400",fontsize=16,color="green",shape="box"];2800[label="vwx300",fontsize=16,color="green",shape="box"];2801[label="vwx400",fontsize=16,color="green",shape="box"];2802[label="vwx300",fontsize=16,color="green",shape="box"];2803 -> 3223[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2803[label="compare1 (Right vwx201) (Right vwx202) (Right vwx201 <= Right vwx202)",fontsize=16,color="magenta"];2803 -> 3224[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2803 -> 3225[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2803 -> 3226[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2804[label="EQ",fontsize=16,color="green",shape="box"];2805[label="Pos vwx3010",fontsize=16,color="green",shape="box"];2806[label="vwx400",fontsize=16,color="green",shape="box"];2807[label="vwx300",fontsize=16,color="green",shape="box"];2808[label="Pos vwx4010",fontsize=16,color="green",shape="box"];2809[label="Neg vwx3010",fontsize=16,color="green",shape="box"];2810[label="vwx400",fontsize=16,color="green",shape="box"];2811[label="vwx300",fontsize=16,color="green",shape="box"];2812[label="Pos vwx4010",fontsize=16,color="green",shape="box"];2813[label="Pos vwx3010",fontsize=16,color="green",shape="box"];2814[label="vwx400",fontsize=16,color="green",shape="box"];2815[label="vwx300",fontsize=16,color="green",shape="box"];2816[label="Neg vwx4010",fontsize=16,color="green",shape="box"];2817[label="Neg vwx3010",fontsize=16,color="green",shape="box"];2818[label="vwx400",fontsize=16,color="green",shape="box"];2819[label="vwx300",fontsize=16,color="green",shape="box"];2820[label="Neg vwx4010",fontsize=16,color="green",shape="box"];3018[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];5200[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3018 -> 5200[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5200 -> 3150[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5201[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3018 -> 5201[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5201 -> 3151[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5202[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3018 -> 5202[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5202 -> 3152[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5203[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3018 -> 5203[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5203 -> 3153[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5204[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3018 -> 5204[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5204 -> 3154[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5205[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3018 -> 5205[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5205 -> 3155[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5206[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3018 -> 5206[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5206 -> 3156[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5207[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3018 -> 5207[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5207 -> 3157[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5208[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3018 -> 5208[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5208 -> 3158[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5209[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3018 -> 5209[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5209 -> 3159[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5210[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3018 -> 5210[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5210 -> 3160[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5211[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3018 -> 5211[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5211 -> 3161[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5212[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3018 -> 5212[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5212 -> 3162[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5213[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3018 -> 5213[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5213 -> 3163[label="",style="solid", color="blue", weight=3]; 24.05/10.81 3019[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];5214[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3019 -> 5214[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5214 -> 3164[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5215[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3019 -> 5215[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5215 -> 3165[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5216[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3019 -> 5216[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5216 -> 3166[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5217[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3019 -> 5217[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5217 -> 3167[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5218[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3019 -> 5218[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5218 -> 3168[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5219[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3019 -> 5219[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5219 -> 3169[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5220[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3019 -> 5220[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5220 -> 3170[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5221[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3019 -> 5221[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5221 -> 3171[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5222[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3019 -> 5222[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5222 -> 3172[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5223[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3019 -> 5223[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5223 -> 3173[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5224[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3019 -> 5224[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5224 -> 3174[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5225[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3019 -> 5225[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5225 -> 3175[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5226[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3019 -> 5226[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5226 -> 3176[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5227[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3019 -> 5227[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5227 -> 3177[label="",style="solid", color="blue", weight=3]; 24.05/10.81 3020 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3020[label="vwx300 == vwx400",fontsize=16,color="magenta"];3020 -> 3178[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3020 -> 3179[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3021 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3021[label="vwx300 == vwx400",fontsize=16,color="magenta"];3021 -> 3180[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3021 -> 3181[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3022 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3022[label="vwx300 == vwx400",fontsize=16,color="magenta"];3022 -> 3182[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3022 -> 3183[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3023 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3023[label="vwx300 == vwx400",fontsize=16,color="magenta"];3023 -> 3184[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3023 -> 3185[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3024 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3024[label="vwx300 == vwx400",fontsize=16,color="magenta"];3024 -> 3186[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3024 -> 3187[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3025 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3025[label="vwx300 == vwx400",fontsize=16,color="magenta"];3025 -> 3188[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3025 -> 3189[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3026 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3026[label="vwx300 == vwx400",fontsize=16,color="magenta"];3026 -> 3190[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3026 -> 3191[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3027 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3027[label="vwx300 == vwx400",fontsize=16,color="magenta"];3027 -> 3192[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3027 -> 3193[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3028 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3028[label="vwx300 == vwx400",fontsize=16,color="magenta"];3028 -> 3194[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3028 -> 3195[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3029 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3029[label="vwx300 == vwx400",fontsize=16,color="magenta"];3029 -> 3196[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3029 -> 3197[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3030 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3030[label="vwx300 == vwx400",fontsize=16,color="magenta"];3030 -> 3198[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3030 -> 3199[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3031 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3031[label="vwx300 == vwx400",fontsize=16,color="magenta"];3031 -> 3200[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3031 -> 3201[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3032 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3032[label="vwx300 == vwx400",fontsize=16,color="magenta"];3032 -> 3202[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3032 -> 3203[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3033 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3033[label="vwx300 == vwx400",fontsize=16,color="magenta"];3033 -> 3204[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3033 -> 3205[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3034[label="compare1 (vwx212,vwx213,vwx214) (vwx215,vwx216,vwx217) ((vwx212,vwx213,vwx214) <= (vwx215,vwx216,vwx217))",fontsize=16,color="black",shape="box"];3034 -> 3206[label="",style="solid", color="black", weight=3]; 24.05/10.81 3035[label="EQ",fontsize=16,color="green",shape="box"];2851[label="compare0 EQ LT True",fontsize=16,color="black",shape="box"];2851 -> 3036[label="",style="solid", color="black", weight=3]; 24.05/10.81 2852[label="compare0 GT LT True",fontsize=16,color="black",shape="box"];2852 -> 3037[label="",style="solid", color="black", weight=3]; 24.05/10.81 2853[label="compare0 GT EQ True",fontsize=16,color="black",shape="box"];2853 -> 3038[label="",style="solid", color="black", weight=3]; 24.05/10.81 2854[label="compare0 True False True",fontsize=16,color="black",shape="box"];2854 -> 3039[label="",style="solid", color="black", weight=3]; 24.05/10.81 2855[label="Pos (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];2855 -> 3040[label="",style="dashed", color="green", weight=3]; 24.05/10.81 2856[label="Neg (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];2856 -> 3041[label="",style="dashed", color="green", weight=3]; 24.05/10.81 2857[label="Neg (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];2857 -> 3042[label="",style="dashed", color="green", weight=3]; 24.05/10.81 2858[label="Pos (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];2858 -> 3043[label="",style="dashed", color="green", weight=3]; 24.05/10.81 2859 -> 2498[label="",style="dashed", color="red", weight=0]; 24.05/10.81 2859[label="primMulInt vwx4000 vwx3010",fontsize=16,color="magenta"];2859 -> 3044[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2859 -> 3045[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 2860[label="compare0 (Just vwx300) Nothing True",fontsize=16,color="black",shape="box"];2860 -> 3046[label="",style="solid", color="black", weight=3]; 24.05/10.81 2861[label="(vwx3000,vwx3001,vwx3002) == (vwx4000,vwx4001,vwx4002)",fontsize=16,color="black",shape="box"];2861 -> 3047[label="",style="solid", color="black", weight=3]; 24.05/10.81 2862[label="primEqChar (Char vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];5228[label="vwx400/Char vwx4000",fontsize=10,color="white",style="solid",shape="box"];2862 -> 5228[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5228 -> 3048[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2863[label="(vwx3000,vwx3001) == (vwx4000,vwx4001)",fontsize=16,color="black",shape="box"];2863 -> 3049[label="",style="solid", color="black", weight=3]; 24.05/10.81 2864[label="primEqDouble (Double vwx3000 vwx3001) vwx400",fontsize=16,color="burlywood",shape="box"];5229[label="vwx400/Double vwx4000 vwx4001",fontsize=10,color="white",style="solid",shape="box"];2864 -> 5229[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5229 -> 3050[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2865[label="Integer vwx3000 == Integer vwx4000",fontsize=16,color="black",shape="box"];2865 -> 3051[label="",style="solid", color="black", weight=3]; 24.05/10.81 2866[label="False == False",fontsize=16,color="black",shape="box"];2866 -> 3052[label="",style="solid", color="black", weight=3]; 24.05/10.81 2867[label="False == True",fontsize=16,color="black",shape="box"];2867 -> 3053[label="",style="solid", color="black", weight=3]; 24.05/10.81 2868[label="True == False",fontsize=16,color="black",shape="box"];2868 -> 3054[label="",style="solid", color="black", weight=3]; 24.05/10.81 2869[label="True == True",fontsize=16,color="black",shape="box"];2869 -> 3055[label="",style="solid", color="black", weight=3]; 24.05/10.81 2870[label="vwx3000 :% vwx3001 == vwx4000 :% vwx4001",fontsize=16,color="black",shape="box"];2870 -> 3056[label="",style="solid", color="black", weight=3]; 24.05/10.81 2871[label="primEqInt (Pos vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];5230[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];2871 -> 5230[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5230 -> 3057[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5231[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];2871 -> 5231[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5231 -> 3058[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2872[label="primEqInt (Neg vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];5232[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];2872 -> 5232[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5232 -> 3059[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5233[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];2872 -> 5233[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5233 -> 3060[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2873[label="primEqFloat (Float vwx3000 vwx3001) vwx400",fontsize=16,color="burlywood",shape="box"];5234[label="vwx400/Float vwx4000 vwx4001",fontsize=10,color="white",style="solid",shape="box"];2873 -> 5234[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5234 -> 3061[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2874[label="LT == LT",fontsize=16,color="black",shape="box"];2874 -> 3062[label="",style="solid", color="black", weight=3]; 24.05/10.81 2875[label="LT == EQ",fontsize=16,color="black",shape="box"];2875 -> 3063[label="",style="solid", color="black", weight=3]; 24.05/10.81 2876[label="LT == GT",fontsize=16,color="black",shape="box"];2876 -> 3064[label="",style="solid", color="black", weight=3]; 24.05/10.81 2877[label="EQ == LT",fontsize=16,color="black",shape="box"];2877 -> 3065[label="",style="solid", color="black", weight=3]; 24.05/10.81 2878[label="EQ == EQ",fontsize=16,color="black",shape="box"];2878 -> 3066[label="",style="solid", color="black", weight=3]; 24.05/10.81 2879[label="EQ == GT",fontsize=16,color="black",shape="box"];2879 -> 3067[label="",style="solid", color="black", weight=3]; 24.05/10.81 2880[label="GT == LT",fontsize=16,color="black",shape="box"];2880 -> 3068[label="",style="solid", color="black", weight=3]; 24.05/10.81 2881[label="GT == EQ",fontsize=16,color="black",shape="box"];2881 -> 3069[label="",style="solid", color="black", weight=3]; 24.05/10.81 2882[label="GT == GT",fontsize=16,color="black",shape="box"];2882 -> 3070[label="",style="solid", color="black", weight=3]; 24.05/10.81 2883[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];2883 -> 3071[label="",style="solid", color="black", weight=3]; 24.05/10.81 2884[label="Nothing == Just vwx4000",fontsize=16,color="black",shape="box"];2884 -> 3072[label="",style="solid", color="black", weight=3]; 24.05/10.81 2885[label="Just vwx3000 == Nothing",fontsize=16,color="black",shape="box"];2885 -> 3073[label="",style="solid", color="black", weight=3]; 24.05/10.81 2886[label="Just vwx3000 == Just vwx4000",fontsize=16,color="black",shape="box"];2886 -> 3074[label="",style="solid", color="black", weight=3]; 24.05/10.81 2887[label="Left vwx3000 == Left vwx4000",fontsize=16,color="black",shape="box"];2887 -> 3075[label="",style="solid", color="black", weight=3]; 24.05/10.81 2888[label="Left vwx3000 == Right vwx4000",fontsize=16,color="black",shape="box"];2888 -> 3076[label="",style="solid", color="black", weight=3]; 24.05/10.81 2889[label="Right vwx3000 == Left vwx4000",fontsize=16,color="black",shape="box"];2889 -> 3077[label="",style="solid", color="black", weight=3]; 24.05/10.81 2890[label="Right vwx3000 == Right vwx4000",fontsize=16,color="black",shape="box"];2890 -> 3078[label="",style="solid", color="black", weight=3]; 24.05/10.81 2891[label="vwx3000 : vwx3001 == vwx4000 : vwx4001",fontsize=16,color="black",shape="box"];2891 -> 3079[label="",style="solid", color="black", weight=3]; 24.05/10.81 2892[label="vwx3000 : vwx3001 == []",fontsize=16,color="black",shape="box"];2892 -> 3080[label="",style="solid", color="black", weight=3]; 24.05/10.81 2893[label="[] == vwx4000 : vwx4001",fontsize=16,color="black",shape="box"];2893 -> 3081[label="",style="solid", color="black", weight=3]; 24.05/10.81 2894[label="[] == []",fontsize=16,color="black",shape="box"];2894 -> 3082[label="",style="solid", color="black", weight=3]; 24.05/10.81 2895[label="() == ()",fontsize=16,color="black",shape="box"];2895 -> 3083[label="",style="solid", color="black", weight=3]; 24.05/10.81 3085[label="vwx176",fontsize=16,color="green",shape="box"];3086[label="vwx177",fontsize=16,color="green",shape="box"];3087[label="Just vwx176 <= Just vwx177",fontsize=16,color="black",shape="box"];3087 -> 3207[label="",style="solid", color="black", weight=3]; 24.05/10.81 3084[label="compare1 (Just vwx248) (Just vwx249) vwx250",fontsize=16,color="burlywood",shape="triangle"];5235[label="vwx250/False",fontsize=10,color="white",style="solid",shape="box"];3084 -> 5235[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5235 -> 3208[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5236[label="vwx250/True",fontsize=10,color="white",style="solid",shape="box"];3084 -> 5236[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5236 -> 3209[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 3091[label="vwx401",fontsize=16,color="green",shape="box"];3092[label="vwx301",fontsize=16,color="green",shape="box"];3093[label="vwx401",fontsize=16,color="green",shape="box"];3094[label="vwx301",fontsize=16,color="green",shape="box"];3095[label="vwx401",fontsize=16,color="green",shape="box"];3096[label="vwx301",fontsize=16,color="green",shape="box"];3097[label="vwx401",fontsize=16,color="green",shape="box"];3098[label="vwx301",fontsize=16,color="green",shape="box"];3099[label="vwx401",fontsize=16,color="green",shape="box"];3100[label="vwx301",fontsize=16,color="green",shape="box"];3101[label="vwx401",fontsize=16,color="green",shape="box"];3102[label="vwx301",fontsize=16,color="green",shape="box"];3103[label="vwx401",fontsize=16,color="green",shape="box"];3104[label="vwx301",fontsize=16,color="green",shape="box"];3105[label="vwx401",fontsize=16,color="green",shape="box"];3106[label="vwx301",fontsize=16,color="green",shape="box"];3107[label="vwx401",fontsize=16,color="green",shape="box"];3108[label="vwx301",fontsize=16,color="green",shape="box"];3109[label="vwx401",fontsize=16,color="green",shape="box"];3110[label="vwx301",fontsize=16,color="green",shape="box"];3111[label="vwx401",fontsize=16,color="green",shape="box"];3112[label="vwx301",fontsize=16,color="green",shape="box"];3113[label="vwx401",fontsize=16,color="green",shape="box"];3114[label="vwx301",fontsize=16,color="green",shape="box"];3115[label="vwx401",fontsize=16,color="green",shape="box"];3116[label="vwx301",fontsize=16,color="green",shape="box"];3117[label="vwx401",fontsize=16,color="green",shape="box"];3118[label="vwx301",fontsize=16,color="green",shape="box"];3119[label="vwx400",fontsize=16,color="green",shape="box"];3120[label="vwx300",fontsize=16,color="green",shape="box"];3121[label="vwx400",fontsize=16,color="green",shape="box"];3122[label="vwx300",fontsize=16,color="green",shape="box"];3123[label="vwx400",fontsize=16,color="green",shape="box"];3124[label="vwx300",fontsize=16,color="green",shape="box"];3125[label="vwx400",fontsize=16,color="green",shape="box"];3126[label="vwx300",fontsize=16,color="green",shape="box"];3127[label="vwx400",fontsize=16,color="green",shape="box"];3128[label="vwx300",fontsize=16,color="green",shape="box"];3129[label="vwx400",fontsize=16,color="green",shape="box"];3130[label="vwx300",fontsize=16,color="green",shape="box"];3131[label="vwx400",fontsize=16,color="green",shape="box"];3132[label="vwx300",fontsize=16,color="green",shape="box"];3133[label="vwx400",fontsize=16,color="green",shape="box"];3134[label="vwx300",fontsize=16,color="green",shape="box"];3135[label="vwx400",fontsize=16,color="green",shape="box"];3136[label="vwx300",fontsize=16,color="green",shape="box"];3137[label="vwx400",fontsize=16,color="green",shape="box"];3138[label="vwx300",fontsize=16,color="green",shape="box"];3139[label="vwx400",fontsize=16,color="green",shape="box"];3140[label="vwx300",fontsize=16,color="green",shape="box"];3141[label="vwx400",fontsize=16,color="green",shape="box"];3142[label="vwx300",fontsize=16,color="green",shape="box"];3143[label="vwx400",fontsize=16,color="green",shape="box"];3144[label="vwx300",fontsize=16,color="green",shape="box"];3145[label="vwx400",fontsize=16,color="green",shape="box"];3146[label="vwx300",fontsize=16,color="green",shape="box"];3147[label="False",fontsize=16,color="green",shape="box"];3148[label="vwx243",fontsize=16,color="green",shape="box"];3149 -> 3378[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3149[label="compare1 (vwx225,vwx226) (vwx227,vwx228) (vwx225 < vwx227 || vwx225 == vwx227 && vwx226 <= vwx228)",fontsize=16,color="magenta"];3149 -> 3379[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3149 -> 3380[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3149 -> 3381[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3149 -> 3382[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3149 -> 3383[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3149 -> 3384[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3211[label="vwx195",fontsize=16,color="green",shape="box"];3212[label="Left vwx194 <= Left vwx195",fontsize=16,color="black",shape="box"];3212 -> 3219[label="",style="solid", color="black", weight=3]; 24.05/10.81 3213[label="vwx194",fontsize=16,color="green",shape="box"];3210[label="compare1 (Left vwx255) (Left vwx256) vwx257",fontsize=16,color="burlywood",shape="triangle"];5237[label="vwx257/False",fontsize=10,color="white",style="solid",shape="box"];3210 -> 5237[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5237 -> 3220[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5238[label="vwx257/True",fontsize=10,color="white",style="solid",shape="box"];3210 -> 5238[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5238 -> 3221[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 2942[label="compare0 (Right vwx300) (Left vwx400) True",fontsize=16,color="black",shape="box"];2942 -> 3222[label="",style="solid", color="black", weight=3]; 24.05/10.81 3224[label="vwx201",fontsize=16,color="green",shape="box"];3225[label="vwx202",fontsize=16,color="green",shape="box"];3226[label="Right vwx201 <= Right vwx202",fontsize=16,color="black",shape="box"];3226 -> 3230[label="",style="solid", color="black", weight=3]; 24.05/10.81 3223[label="compare1 (Right vwx263) (Right vwx264) vwx265",fontsize=16,color="burlywood",shape="triangle"];5239[label="vwx265/False",fontsize=10,color="white",style="solid",shape="box"];3223 -> 5239[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5239 -> 3231[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5240[label="vwx265/True",fontsize=10,color="white",style="solid",shape="box"];3223 -> 5240[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5240 -> 3232[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 3150 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3150[label="vwx302 == vwx402",fontsize=16,color="magenta"];3150 -> 3233[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3150 -> 3234[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3151 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3151[label="vwx302 == vwx402",fontsize=16,color="magenta"];3151 -> 3235[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3151 -> 3236[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3152 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3152[label="vwx302 == vwx402",fontsize=16,color="magenta"];3152 -> 3237[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3152 -> 3238[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3153 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3153[label="vwx302 == vwx402",fontsize=16,color="magenta"];3153 -> 3239[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3153 -> 3240[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3154 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3154[label="vwx302 == vwx402",fontsize=16,color="magenta"];3154 -> 3241[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3154 -> 3242[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3155 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3155[label="vwx302 == vwx402",fontsize=16,color="magenta"];3155 -> 3243[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3155 -> 3244[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3156 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3156[label="vwx302 == vwx402",fontsize=16,color="magenta"];3156 -> 3245[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3156 -> 3246[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3157 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3157[label="vwx302 == vwx402",fontsize=16,color="magenta"];3157 -> 3247[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3157 -> 3248[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3158 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3158[label="vwx302 == vwx402",fontsize=16,color="magenta"];3158 -> 3249[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3158 -> 3250[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3159 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3159[label="vwx302 == vwx402",fontsize=16,color="magenta"];3159 -> 3251[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3159 -> 3252[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3160 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3160[label="vwx302 == vwx402",fontsize=16,color="magenta"];3160 -> 3253[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3160 -> 3254[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3161 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3161[label="vwx302 == vwx402",fontsize=16,color="magenta"];3161 -> 3255[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3161 -> 3256[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3162 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3162[label="vwx302 == vwx402",fontsize=16,color="magenta"];3162 -> 3257[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3162 -> 3258[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3163 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3163[label="vwx302 == vwx402",fontsize=16,color="magenta"];3163 -> 3259[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3163 -> 3260[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3164 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3164[label="vwx301 == vwx401",fontsize=16,color="magenta"];3164 -> 3261[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3164 -> 3262[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3165 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3165[label="vwx301 == vwx401",fontsize=16,color="magenta"];3165 -> 3263[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3165 -> 3264[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3166 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3166[label="vwx301 == vwx401",fontsize=16,color="magenta"];3166 -> 3265[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3166 -> 3266[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3167 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3167[label="vwx301 == vwx401",fontsize=16,color="magenta"];3167 -> 3267[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3167 -> 3268[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3168 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3168[label="vwx301 == vwx401",fontsize=16,color="magenta"];3168 -> 3269[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3168 -> 3270[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3169 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3169[label="vwx301 == vwx401",fontsize=16,color="magenta"];3169 -> 3271[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3169 -> 3272[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3170 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3170[label="vwx301 == vwx401",fontsize=16,color="magenta"];3170 -> 3273[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3170 -> 3274[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3171 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3171[label="vwx301 == vwx401",fontsize=16,color="magenta"];3171 -> 3275[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3171 -> 3276[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3172 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3172[label="vwx301 == vwx401",fontsize=16,color="magenta"];3172 -> 3277[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3172 -> 3278[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3173 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3173[label="vwx301 == vwx401",fontsize=16,color="magenta"];3173 -> 3279[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3173 -> 3280[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3174 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3174[label="vwx301 == vwx401",fontsize=16,color="magenta"];3174 -> 3281[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3174 -> 3282[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3175 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3175[label="vwx301 == vwx401",fontsize=16,color="magenta"];3175 -> 3283[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3175 -> 3284[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3176 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3176[label="vwx301 == vwx401",fontsize=16,color="magenta"];3176 -> 3285[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3176 -> 3286[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3177 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3177[label="vwx301 == vwx401",fontsize=16,color="magenta"];3177 -> 3287[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3177 -> 3288[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3178[label="vwx400",fontsize=16,color="green",shape="box"];3179[label="vwx300",fontsize=16,color="green",shape="box"];3180[label="vwx400",fontsize=16,color="green",shape="box"];3181[label="vwx300",fontsize=16,color="green",shape="box"];3182[label="vwx400",fontsize=16,color="green",shape="box"];3183[label="vwx300",fontsize=16,color="green",shape="box"];3184[label="vwx400",fontsize=16,color="green",shape="box"];3185[label="vwx300",fontsize=16,color="green",shape="box"];3186[label="vwx400",fontsize=16,color="green",shape="box"];3187[label="vwx300",fontsize=16,color="green",shape="box"];3188[label="vwx400",fontsize=16,color="green",shape="box"];3189[label="vwx300",fontsize=16,color="green",shape="box"];3190[label="vwx400",fontsize=16,color="green",shape="box"];3191[label="vwx300",fontsize=16,color="green",shape="box"];3192[label="vwx400",fontsize=16,color="green",shape="box"];3193[label="vwx300",fontsize=16,color="green",shape="box"];3194[label="vwx400",fontsize=16,color="green",shape="box"];3195[label="vwx300",fontsize=16,color="green",shape="box"];3196[label="vwx400",fontsize=16,color="green",shape="box"];3197[label="vwx300",fontsize=16,color="green",shape="box"];3198[label="vwx400",fontsize=16,color="green",shape="box"];3199[label="vwx300",fontsize=16,color="green",shape="box"];3200[label="vwx400",fontsize=16,color="green",shape="box"];3201[label="vwx300",fontsize=16,color="green",shape="box"];3202[label="vwx400",fontsize=16,color="green",shape="box"];3203[label="vwx300",fontsize=16,color="green",shape="box"];3204[label="vwx400",fontsize=16,color="green",shape="box"];3205[label="vwx300",fontsize=16,color="green",shape="box"];3206 -> 3443[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3206[label="compare1 (vwx212,vwx213,vwx214) (vwx215,vwx216,vwx217) (vwx212 < vwx215 || vwx212 == vwx215 && (vwx213 < vwx216 || vwx213 == vwx216 && vwx214 <= vwx217))",fontsize=16,color="magenta"];3206 -> 3444[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3206 -> 3445[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3206 -> 3446[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3206 -> 3447[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3206 -> 3448[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3206 -> 3449[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3206 -> 3450[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3206 -> 3451[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3036[label="GT",fontsize=16,color="green",shape="box"];3037[label="GT",fontsize=16,color="green",shape="box"];3038[label="GT",fontsize=16,color="green",shape="box"];3039[label="GT",fontsize=16,color="green",shape="box"];3040[label="primMulNat vwx4000 vwx3010",fontsize=16,color="burlywood",shape="triangle"];5241[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];3040 -> 5241[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5241 -> 3291[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5242[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];3040 -> 5242[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5242 -> 3292[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 3041 -> 3040[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3041[label="primMulNat vwx4000 vwx3010",fontsize=16,color="magenta"];3041 -> 3293[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3042 -> 3040[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3042[label="primMulNat vwx4000 vwx3010",fontsize=16,color="magenta"];3042 -> 3294[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3043 -> 3040[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3043[label="primMulNat vwx4000 vwx3010",fontsize=16,color="magenta"];3043 -> 3295[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3043 -> 3296[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3044[label="vwx4000",fontsize=16,color="green",shape="box"];3045[label="vwx3010",fontsize=16,color="green",shape="box"];3046[label="GT",fontsize=16,color="green",shape="box"];3047 -> 2977[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3047[label="vwx3000 == vwx4000 && vwx3001 == vwx4001 && vwx3002 == vwx4002",fontsize=16,color="magenta"];3047 -> 3297[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3047 -> 3298[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3048[label="primEqChar (Char vwx3000) (Char vwx4000)",fontsize=16,color="black",shape="box"];3048 -> 3299[label="",style="solid", color="black", weight=3]; 24.05/10.81 3049 -> 2977[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3049[label="vwx3000 == vwx4000 && vwx3001 == vwx4001",fontsize=16,color="magenta"];3049 -> 3300[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3049 -> 3301[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3050[label="primEqDouble (Double vwx3000 vwx3001) (Double vwx4000 vwx4001)",fontsize=16,color="black",shape="box"];3050 -> 3302[label="",style="solid", color="black", weight=3]; 24.05/10.81 3051 -> 2699[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3051[label="primEqInt vwx3000 vwx4000",fontsize=16,color="magenta"];3051 -> 3303[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3051 -> 3304[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3052[label="True",fontsize=16,color="green",shape="box"];3053[label="False",fontsize=16,color="green",shape="box"];3054[label="False",fontsize=16,color="green",shape="box"];3055[label="True",fontsize=16,color="green",shape="box"];3056 -> 2977[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3056[label="vwx3000 == vwx4000 && vwx3001 == vwx4001",fontsize=16,color="magenta"];3056 -> 3305[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3056 -> 3306[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3057[label="primEqInt (Pos (Succ vwx30000)) vwx400",fontsize=16,color="burlywood",shape="box"];5243[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];3057 -> 5243[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5243 -> 3307[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5244[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];3057 -> 5244[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5244 -> 3308[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 3058[label="primEqInt (Pos Zero) vwx400",fontsize=16,color="burlywood",shape="box"];5245[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];3058 -> 5245[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5245 -> 3309[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5246[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];3058 -> 5246[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5246 -> 3310[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 3059[label="primEqInt (Neg (Succ vwx30000)) vwx400",fontsize=16,color="burlywood",shape="box"];5247[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];3059 -> 5247[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5247 -> 3311[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5248[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];3059 -> 5248[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5248 -> 3312[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 3060[label="primEqInt (Neg Zero) vwx400",fontsize=16,color="burlywood",shape="box"];5249[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];3060 -> 5249[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5249 -> 3313[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5250[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];3060 -> 5250[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5250 -> 3314[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 3061[label="primEqFloat (Float vwx3000 vwx3001) (Float vwx4000 vwx4001)",fontsize=16,color="black",shape="box"];3061 -> 3315[label="",style="solid", color="black", weight=3]; 24.05/10.81 3062[label="True",fontsize=16,color="green",shape="box"];3063[label="False",fontsize=16,color="green",shape="box"];3064[label="False",fontsize=16,color="green",shape="box"];3065[label="False",fontsize=16,color="green",shape="box"];3066[label="True",fontsize=16,color="green",shape="box"];3067[label="False",fontsize=16,color="green",shape="box"];3068[label="False",fontsize=16,color="green",shape="box"];3069[label="False",fontsize=16,color="green",shape="box"];3070[label="True",fontsize=16,color="green",shape="box"];3071[label="True",fontsize=16,color="green",shape="box"];3072[label="False",fontsize=16,color="green",shape="box"];3073[label="False",fontsize=16,color="green",shape="box"];3074[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];5251[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3074 -> 5251[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5251 -> 3316[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5252[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3074 -> 5252[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5252 -> 3317[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5253[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3074 -> 5253[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5253 -> 3318[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5254[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3074 -> 5254[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5254 -> 3319[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5255[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3074 -> 5255[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5255 -> 3320[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5256[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3074 -> 5256[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5256 -> 3321[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5257[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3074 -> 5257[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5257 -> 3322[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5258[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3074 -> 5258[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5258 -> 3323[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5259[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3074 -> 5259[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5259 -> 3324[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5260[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3074 -> 5260[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5260 -> 3325[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5261[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3074 -> 5261[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5261 -> 3326[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5262[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3074 -> 5262[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5262 -> 3327[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5263[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3074 -> 5263[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5263 -> 3328[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5264[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3074 -> 5264[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5264 -> 3329[label="",style="solid", color="blue", weight=3]; 24.05/10.81 3075[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];5265[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3075 -> 5265[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5265 -> 3330[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5266[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3075 -> 5266[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5266 -> 3331[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5267[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3075 -> 5267[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5267 -> 3332[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5268[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3075 -> 5268[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5268 -> 3333[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5269[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3075 -> 5269[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5269 -> 3334[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5270[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3075 -> 5270[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5270 -> 3335[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5271[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3075 -> 5271[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5271 -> 3336[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5272[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3075 -> 5272[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5272 -> 3337[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5273[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3075 -> 5273[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5273 -> 3338[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5274[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3075 -> 5274[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5274 -> 3339[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5275[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3075 -> 5275[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5275 -> 3340[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5276[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3075 -> 5276[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5276 -> 3341[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5277[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3075 -> 5277[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5277 -> 3342[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5278[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3075 -> 5278[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5278 -> 3343[label="",style="solid", color="blue", weight=3]; 24.05/10.81 3076[label="False",fontsize=16,color="green",shape="box"];3077[label="False",fontsize=16,color="green",shape="box"];3078[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];5279[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3078 -> 5279[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5279 -> 3344[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5280[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3078 -> 5280[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5280 -> 3345[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5281[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3078 -> 5281[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5281 -> 3346[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5282[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3078 -> 5282[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5282 -> 3347[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5283[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3078 -> 5283[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5283 -> 3348[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5284[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3078 -> 5284[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5284 -> 3349[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5285[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3078 -> 5285[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5285 -> 3350[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5286[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3078 -> 5286[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5286 -> 3351[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5287[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3078 -> 5287[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5287 -> 3352[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5288[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3078 -> 5288[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5288 -> 3353[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5289[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3078 -> 5289[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5289 -> 3354[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5290[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3078 -> 5290[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5290 -> 3355[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5291[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3078 -> 5291[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5291 -> 3356[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5292[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3078 -> 5292[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5292 -> 3357[label="",style="solid", color="blue", weight=3]; 24.05/10.81 3079 -> 2977[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3079[label="vwx3000 == vwx4000 && vwx3001 == vwx4001",fontsize=16,color="magenta"];3079 -> 3358[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3079 -> 3359[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3080[label="False",fontsize=16,color="green",shape="box"];3081[label="False",fontsize=16,color="green",shape="box"];3082[label="True",fontsize=16,color="green",shape="box"];3083[label="True",fontsize=16,color="green",shape="box"];3207[label="vwx176 <= vwx177",fontsize=16,color="blue",shape="box"];5293[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3207 -> 5293[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5293 -> 3360[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5294[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3207 -> 5294[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5294 -> 3361[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5295[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3207 -> 5295[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5295 -> 3362[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5296[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3207 -> 5296[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5296 -> 3363[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5297[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3207 -> 5297[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5297 -> 3364[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5298[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3207 -> 5298[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5298 -> 3365[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5299[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3207 -> 5299[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5299 -> 3366[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5300[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3207 -> 5300[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5300 -> 3367[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5301[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3207 -> 5301[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5301 -> 3368[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5302[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3207 -> 5302[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5302 -> 3369[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5303[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3207 -> 5303[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5303 -> 3370[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5304[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3207 -> 5304[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5304 -> 3371[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5305[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3207 -> 5305[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5305 -> 3372[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5306[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3207 -> 5306[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5306 -> 3373[label="",style="solid", color="blue", weight=3]; 24.05/10.81 3208[label="compare1 (Just vwx248) (Just vwx249) False",fontsize=16,color="black",shape="box"];3208 -> 3374[label="",style="solid", color="black", weight=3]; 24.05/10.81 3209[label="compare1 (Just vwx248) (Just vwx249) True",fontsize=16,color="black",shape="box"];3209 -> 3375[label="",style="solid", color="black", weight=3]; 24.05/10.81 3379[label="vwx227",fontsize=16,color="green",shape="box"];3380[label="vwx226",fontsize=16,color="green",shape="box"];3381 -> 2977[label="",style="dashed", color="red", weight=0]; 24.05/10.81 3381[label="vwx225 == vwx227 && vwx226 <= vwx228",fontsize=16,color="magenta"];3381 -> 3391[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3381 -> 3392[label="",style="dashed", color="magenta", weight=3]; 24.05/10.81 3382[label="vwx228",fontsize=16,color="green",shape="box"];3383[label="vwx225 < vwx227",fontsize=16,color="blue",shape="box"];5307[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3383 -> 5307[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5307 -> 3393[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5308[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3383 -> 5308[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5308 -> 3394[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5309[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3383 -> 5309[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5309 -> 3395[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5310[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3383 -> 5310[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5310 -> 3396[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5311[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3383 -> 5311[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5311 -> 3397[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5312[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3383 -> 5312[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5312 -> 3398[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5313[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3383 -> 5313[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5313 -> 3399[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5314[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3383 -> 5314[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5314 -> 3400[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5315[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3383 -> 5315[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5315 -> 3401[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5316[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3383 -> 5316[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5316 -> 3402[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5317[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3383 -> 5317[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5317 -> 3403[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5318[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3383 -> 5318[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5318 -> 3404[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5319[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3383 -> 5319[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5319 -> 3405[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5320[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3383 -> 5320[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5320 -> 3406[label="",style="solid", color="blue", weight=3]; 24.05/10.81 3384[label="vwx225",fontsize=16,color="green",shape="box"];3378[label="compare1 (vwx275,vwx276) (vwx277,vwx278) (vwx279 || vwx280)",fontsize=16,color="burlywood",shape="triangle"];5321[label="vwx279/False",fontsize=10,color="white",style="solid",shape="box"];3378 -> 5321[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5321 -> 3407[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 5322[label="vwx279/True",fontsize=10,color="white",style="solid",shape="box"];3378 -> 5322[label="",style="solid", color="burlywood", weight=9]; 24.05/10.81 5322 -> 3408[label="",style="solid", color="burlywood", weight=3]; 24.05/10.81 3219[label="vwx194 <= vwx195",fontsize=16,color="blue",shape="box"];5323[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3219 -> 5323[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5323 -> 3409[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5324[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3219 -> 5324[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5324 -> 3410[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5325[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3219 -> 5325[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5325 -> 3411[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5326[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3219 -> 5326[label="",style="solid", color="blue", weight=9]; 24.05/10.81 5326 -> 3412[label="",style="solid", color="blue", weight=3]; 24.05/10.81 5327[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3219 -> 5327[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5327 -> 3413[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5328[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3219 -> 5328[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5328 -> 3414[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5329[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3219 -> 5329[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5329 -> 3415[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5330[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3219 -> 5330[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5330 -> 3416[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5331[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3219 -> 5331[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5331 -> 3417[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5332[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3219 -> 5332[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5332 -> 3418[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5333[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3219 -> 5333[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5333 -> 3419[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5334[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3219 -> 5334[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5334 -> 3420[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5335[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3219 -> 5335[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5335 -> 3421[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5336[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3219 -> 5336[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5336 -> 3422[label="",style="solid", color="blue", weight=3]; 24.05/10.82 3220[label="compare1 (Left vwx255) (Left vwx256) False",fontsize=16,color="black",shape="box"];3220 -> 3423[label="",style="solid", color="black", weight=3]; 24.05/10.82 3221[label="compare1 (Left vwx255) (Left vwx256) True",fontsize=16,color="black",shape="box"];3221 -> 3424[label="",style="solid", color="black", weight=3]; 24.05/10.82 3222[label="GT",fontsize=16,color="green",shape="box"];3230[label="vwx201 <= vwx202",fontsize=16,color="blue",shape="box"];5337[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3230 -> 5337[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5337 -> 3425[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5338[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3230 -> 5338[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5338 -> 3426[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5339[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3230 -> 5339[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5339 -> 3427[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5340[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3230 -> 5340[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5340 -> 3428[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5341[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3230 -> 5341[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5341 -> 3429[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5342[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3230 -> 5342[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5342 -> 3430[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5343[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3230 -> 5343[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5343 -> 3431[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5344[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3230 -> 5344[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5344 -> 3432[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5345[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3230 -> 5345[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5345 -> 3433[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5346[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3230 -> 5346[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5346 -> 3434[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5347[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3230 -> 5347[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5347 -> 3435[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5348[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3230 -> 5348[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5348 -> 3436[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5349[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3230 -> 5349[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5349 -> 3437[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5350[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3230 -> 5350[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5350 -> 3438[label="",style="solid", color="blue", weight=3]; 24.05/10.82 3231[label="compare1 (Right vwx263) (Right vwx264) False",fontsize=16,color="black",shape="box"];3231 -> 3439[label="",style="solid", color="black", weight=3]; 24.05/10.82 3232[label="compare1 (Right vwx263) (Right vwx264) True",fontsize=16,color="black",shape="box"];3232 -> 3440[label="",style="solid", color="black", weight=3]; 24.05/10.82 3233[label="vwx402",fontsize=16,color="green",shape="box"];3234[label="vwx302",fontsize=16,color="green",shape="box"];3235[label="vwx402",fontsize=16,color="green",shape="box"];3236[label="vwx302",fontsize=16,color="green",shape="box"];3237[label="vwx402",fontsize=16,color="green",shape="box"];3238[label="vwx302",fontsize=16,color="green",shape="box"];3239[label="vwx402",fontsize=16,color="green",shape="box"];3240[label="vwx302",fontsize=16,color="green",shape="box"];3241[label="vwx402",fontsize=16,color="green",shape="box"];3242[label="vwx302",fontsize=16,color="green",shape="box"];3243[label="vwx402",fontsize=16,color="green",shape="box"];3244[label="vwx302",fontsize=16,color="green",shape="box"];3245[label="vwx402",fontsize=16,color="green",shape="box"];3246[label="vwx302",fontsize=16,color="green",shape="box"];3247[label="vwx402",fontsize=16,color="green",shape="box"];3248[label="vwx302",fontsize=16,color="green",shape="box"];3249[label="vwx402",fontsize=16,color="green",shape="box"];3250[label="vwx302",fontsize=16,color="green",shape="box"];3251[label="vwx402",fontsize=16,color="green",shape="box"];3252[label="vwx302",fontsize=16,color="green",shape="box"];3253[label="vwx402",fontsize=16,color="green",shape="box"];3254[label="vwx302",fontsize=16,color="green",shape="box"];3255[label="vwx402",fontsize=16,color="green",shape="box"];3256[label="vwx302",fontsize=16,color="green",shape="box"];3257[label="vwx402",fontsize=16,color="green",shape="box"];3258[label="vwx302",fontsize=16,color="green",shape="box"];3259[label="vwx402",fontsize=16,color="green",shape="box"];3260[label="vwx302",fontsize=16,color="green",shape="box"];3261[label="vwx401",fontsize=16,color="green",shape="box"];3262[label="vwx301",fontsize=16,color="green",shape="box"];3263[label="vwx401",fontsize=16,color="green",shape="box"];3264[label="vwx301",fontsize=16,color="green",shape="box"];3265[label="vwx401",fontsize=16,color="green",shape="box"];3266[label="vwx301",fontsize=16,color="green",shape="box"];3267[label="vwx401",fontsize=16,color="green",shape="box"];3268[label="vwx301",fontsize=16,color="green",shape="box"];3269[label="vwx401",fontsize=16,color="green",shape="box"];3270[label="vwx301",fontsize=16,color="green",shape="box"];3271[label="vwx401",fontsize=16,color="green",shape="box"];3272[label="vwx301",fontsize=16,color="green",shape="box"];3273[label="vwx401",fontsize=16,color="green",shape="box"];3274[label="vwx301",fontsize=16,color="green",shape="box"];3275[label="vwx401",fontsize=16,color="green",shape="box"];3276[label="vwx301",fontsize=16,color="green",shape="box"];3277[label="vwx401",fontsize=16,color="green",shape="box"];3278[label="vwx301",fontsize=16,color="green",shape="box"];3279[label="vwx401",fontsize=16,color="green",shape="box"];3280[label="vwx301",fontsize=16,color="green",shape="box"];3281[label="vwx401",fontsize=16,color="green",shape="box"];3282[label="vwx301",fontsize=16,color="green",shape="box"];3283[label="vwx401",fontsize=16,color="green",shape="box"];3284[label="vwx301",fontsize=16,color="green",shape="box"];3285[label="vwx401",fontsize=16,color="green",shape="box"];3286[label="vwx301",fontsize=16,color="green",shape="box"];3287[label="vwx401",fontsize=16,color="green",shape="box"];3288[label="vwx301",fontsize=16,color="green",shape="box"];3444[label="vwx213",fontsize=16,color="green",shape="box"];3445[label="vwx215",fontsize=16,color="green",shape="box"];3446[label="vwx212",fontsize=16,color="green",shape="box"];3447[label="vwx214",fontsize=16,color="green",shape="box"];3448[label="vwx217",fontsize=16,color="green",shape="box"];3449[label="vwx212 < vwx215",fontsize=16,color="blue",shape="box"];5351[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3449 -> 5351[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5351 -> 3460[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5352[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3449 -> 5352[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5352 -> 3461[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5353[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3449 -> 5353[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5353 -> 3462[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5354[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3449 -> 5354[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5354 -> 3463[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5355[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3449 -> 5355[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5355 -> 3464[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5356[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3449 -> 5356[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5356 -> 3465[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5357[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3449 -> 5357[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5357 -> 3466[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5358[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3449 -> 5358[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5358 -> 3467[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5359[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3449 -> 5359[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5359 -> 3468[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5360[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3449 -> 5360[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5360 -> 3469[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5361[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3449 -> 5361[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5361 -> 3470[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5362[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3449 -> 5362[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5362 -> 3471[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5363[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3449 -> 5363[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5363 -> 3472[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5364[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3449 -> 5364[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5364 -> 3473[label="",style="solid", color="blue", weight=3]; 24.05/10.82 3450 -> 2977[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3450[label="vwx212 == vwx215 && (vwx213 < vwx216 || vwx213 == vwx216 && vwx214 <= vwx217)",fontsize=16,color="magenta"];3450 -> 3474[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3450 -> 3475[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3451[label="vwx216",fontsize=16,color="green",shape="box"];3443[label="compare1 (vwx290,vwx291,vwx292) (vwx293,vwx294,vwx295) (vwx296 || vwx297)",fontsize=16,color="burlywood",shape="triangle"];5365[label="vwx296/False",fontsize=10,color="white",style="solid",shape="box"];3443 -> 5365[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5365 -> 3476[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5366[label="vwx296/True",fontsize=10,color="white",style="solid",shape="box"];3443 -> 5366[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5366 -> 3477[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3291[label="primMulNat (Succ vwx40000) vwx3010",fontsize=16,color="burlywood",shape="box"];5367[label="vwx3010/Succ vwx30100",fontsize=10,color="white",style="solid",shape="box"];3291 -> 5367[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5367 -> 3478[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5368[label="vwx3010/Zero",fontsize=10,color="white",style="solid",shape="box"];3291 -> 5368[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5368 -> 3479[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3292[label="primMulNat Zero vwx3010",fontsize=16,color="burlywood",shape="box"];5369[label="vwx3010/Succ vwx30100",fontsize=10,color="white",style="solid",shape="box"];3292 -> 5369[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5369 -> 3480[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5370[label="vwx3010/Zero",fontsize=10,color="white",style="solid",shape="box"];3292 -> 5370[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5370 -> 3481[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3293[label="vwx3010",fontsize=16,color="green",shape="box"];3294[label="vwx4000",fontsize=16,color="green",shape="box"];3295[label="vwx4000",fontsize=16,color="green",shape="box"];3296[label="vwx3010",fontsize=16,color="green",shape="box"];3297 -> 2977[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3297[label="vwx3001 == vwx4001 && vwx3002 == vwx4002",fontsize=16,color="magenta"];3297 -> 3482[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3297 -> 3483[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3298[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];5371[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3298 -> 5371[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5371 -> 3484[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5372[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3298 -> 5372[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5372 -> 3485[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5373[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3298 -> 5373[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5373 -> 3486[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5374[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3298 -> 5374[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5374 -> 3487[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5375[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3298 -> 5375[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5375 -> 3488[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5376[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3298 -> 5376[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5376 -> 3489[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5377[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3298 -> 5377[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5377 -> 3490[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5378[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3298 -> 5378[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5378 -> 3491[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5379[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3298 -> 5379[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5379 -> 3492[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5380[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3298 -> 5380[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5380 -> 3493[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5381[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3298 -> 5381[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5381 -> 3494[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5382[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3298 -> 5382[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5382 -> 3495[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5383[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3298 -> 5383[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5383 -> 3496[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5384[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3298 -> 5384[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5384 -> 3497[label="",style="solid", color="blue", weight=3]; 24.05/10.82 3299[label="primEqNat vwx3000 vwx4000",fontsize=16,color="burlywood",shape="triangle"];5385[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];3299 -> 5385[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5385 -> 3498[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5386[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];3299 -> 5386[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5386 -> 3499[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3300[label="vwx3001 == vwx4001",fontsize=16,color="blue",shape="box"];5387[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3300 -> 5387[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5387 -> 3500[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5388[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3300 -> 5388[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5388 -> 3501[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5389[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3300 -> 5389[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5389 -> 3502[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5390[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3300 -> 5390[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5390 -> 3503[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5391[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3300 -> 5391[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5391 -> 3504[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5392[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3300 -> 5392[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5392 -> 3505[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5393[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3300 -> 5393[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5393 -> 3506[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5394[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3300 -> 5394[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5394 -> 3507[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5395[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3300 -> 5395[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5395 -> 3508[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5396[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3300 -> 5396[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5396 -> 3509[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5397[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3300 -> 5397[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5397 -> 3510[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5398[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3300 -> 5398[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5398 -> 3511[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5399[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3300 -> 5399[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5399 -> 3512[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5400[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3300 -> 5400[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5400 -> 3513[label="",style="solid", color="blue", weight=3]; 24.05/10.82 3301[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];5401[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3301 -> 5401[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5401 -> 3514[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5402[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3301 -> 5402[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5402 -> 3515[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5403[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3301 -> 5403[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5403 -> 3516[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5404[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3301 -> 5404[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5404 -> 3517[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5405[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3301 -> 5405[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5405 -> 3518[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5406[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3301 -> 5406[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5406 -> 3519[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5407[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3301 -> 5407[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5407 -> 3520[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5408[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3301 -> 5408[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5408 -> 3521[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5409[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3301 -> 5409[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5409 -> 3522[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5410[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3301 -> 5410[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5410 -> 3523[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5411[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3301 -> 5411[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5411 -> 3524[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5412[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3301 -> 5412[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5412 -> 3525[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5413[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3301 -> 5413[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5413 -> 3526[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5414[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3301 -> 5414[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5414 -> 3527[label="",style="solid", color="blue", weight=3]; 24.05/10.82 3302 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3302[label="vwx3000 * vwx4001 == vwx3001 * vwx4000",fontsize=16,color="magenta"];3302 -> 3528[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3302 -> 3529[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3303[label="vwx4000",fontsize=16,color="green",shape="box"];3304[label="vwx3000",fontsize=16,color="green",shape="box"];3305[label="vwx3001 == vwx4001",fontsize=16,color="blue",shape="box"];5415[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3305 -> 5415[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5415 -> 3530[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5416[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3305 -> 5416[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5416 -> 3531[label="",style="solid", color="blue", weight=3]; 24.05/10.82 3306[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];5417[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3306 -> 5417[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5417 -> 3532[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5418[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3306 -> 5418[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5418 -> 3533[label="",style="solid", color="blue", weight=3]; 24.05/10.82 3307[label="primEqInt (Pos (Succ vwx30000)) (Pos vwx4000)",fontsize=16,color="burlywood",shape="box"];5419[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];3307 -> 5419[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5419 -> 3534[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5420[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];3307 -> 5420[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5420 -> 3535[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3308[label="primEqInt (Pos (Succ vwx30000)) (Neg vwx4000)",fontsize=16,color="black",shape="box"];3308 -> 3536[label="",style="solid", color="black", weight=3]; 24.05/10.82 3309[label="primEqInt (Pos Zero) (Pos vwx4000)",fontsize=16,color="burlywood",shape="box"];5421[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];3309 -> 5421[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5421 -> 3537[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5422[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];3309 -> 5422[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5422 -> 3538[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3310[label="primEqInt (Pos Zero) (Neg vwx4000)",fontsize=16,color="burlywood",shape="box"];5423[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];3310 -> 5423[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5423 -> 3539[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5424[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];3310 -> 5424[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5424 -> 3540[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3311[label="primEqInt (Neg (Succ vwx30000)) (Pos vwx4000)",fontsize=16,color="black",shape="box"];3311 -> 3541[label="",style="solid", color="black", weight=3]; 24.05/10.82 3312[label="primEqInt (Neg (Succ vwx30000)) (Neg vwx4000)",fontsize=16,color="burlywood",shape="box"];5425[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];3312 -> 5425[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5425 -> 3542[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5426[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];3312 -> 5426[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5426 -> 3543[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3313[label="primEqInt (Neg Zero) (Pos vwx4000)",fontsize=16,color="burlywood",shape="box"];5427[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];3313 -> 5427[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5427 -> 3544[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5428[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];3313 -> 5428[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5428 -> 3545[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3314[label="primEqInt (Neg Zero) (Neg vwx4000)",fontsize=16,color="burlywood",shape="box"];5429[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];3314 -> 5429[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5429 -> 3546[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5430[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];3314 -> 5430[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5430 -> 3547[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3315 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3315[label="vwx3000 * vwx4001 == vwx3001 * vwx4000",fontsize=16,color="magenta"];3315 -> 3548[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3315 -> 3549[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3316 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3316[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3316 -> 3550[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3316 -> 3551[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3317 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3317[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3317 -> 3552[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3317 -> 3553[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3318 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3318[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3318 -> 3554[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3318 -> 3555[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3319 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3319[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3319 -> 3556[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3319 -> 3557[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3320 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3320[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3320 -> 3558[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3320 -> 3559[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3321 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3321[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3321 -> 3560[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3321 -> 3561[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3322 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3322[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3322 -> 3562[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3322 -> 3563[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3323 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3323[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3323 -> 3564[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3323 -> 3565[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3324 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3324[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3324 -> 3566[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3324 -> 3567[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3325 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3325[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3325 -> 3568[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3325 -> 3569[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3326 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3326[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3326 -> 3570[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3326 -> 3571[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3327 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3327[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3327 -> 3572[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3327 -> 3573[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3328 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3328[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3328 -> 3574[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3328 -> 3575[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3329 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3329[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3329 -> 3576[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3329 -> 3577[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3330 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3330[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3330 -> 3578[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3330 -> 3579[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3331 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3331[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3331 -> 3580[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3331 -> 3581[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3332 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3332[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3332 -> 3582[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3332 -> 3583[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3333 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3333[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3333 -> 3584[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3333 -> 3585[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3334 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3334[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3334 -> 3586[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3334 -> 3587[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3335 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3335[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3335 -> 3588[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3335 -> 3589[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3336 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3336[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3336 -> 3590[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3336 -> 3591[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3337 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3337[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3337 -> 3592[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3337 -> 3593[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3338 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3338[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3338 -> 3594[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3338 -> 3595[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3339 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3339[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3339 -> 3596[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3339 -> 3597[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3340 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3340[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3340 -> 3598[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3340 -> 3599[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3341 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3341[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3341 -> 3600[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3341 -> 3601[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3342 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3342[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3342 -> 3602[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3342 -> 3603[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3343 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3343[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3343 -> 3604[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3343 -> 3605[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3344 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3344[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3344 -> 3606[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3344 -> 3607[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3345 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3345[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3345 -> 3608[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3345 -> 3609[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3346 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3346[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3346 -> 3610[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3346 -> 3611[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3347 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3347[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3347 -> 3612[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3347 -> 3613[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3348 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3348[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3348 -> 3614[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3348 -> 3615[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3349 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3349[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3349 -> 3616[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3349 -> 3617[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3350 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3350[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3350 -> 3618[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3350 -> 3619[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3351 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3351[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3351 -> 3620[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3351 -> 3621[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3352 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3352[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3352 -> 3622[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3352 -> 3623[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3353 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3353[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3353 -> 3624[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3353 -> 3625[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3354 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3354[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3354 -> 3626[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3354 -> 3627[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3355 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3355[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3355 -> 3628[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3355 -> 3629[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3356 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3356[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3356 -> 3630[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3356 -> 3631[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3357 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3357[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3357 -> 3632[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3357 -> 3633[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3358 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3358[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3358 -> 3634[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3358 -> 3635[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3359[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];5431[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3359 -> 5431[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5431 -> 3636[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5432[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3359 -> 5432[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5432 -> 3637[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5433[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3359 -> 5433[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5433 -> 3638[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5434[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3359 -> 5434[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5434 -> 3639[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5435[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3359 -> 5435[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5435 -> 3640[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5436[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3359 -> 5436[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5436 -> 3641[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5437[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3359 -> 5437[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5437 -> 3642[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5438[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3359 -> 5438[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5438 -> 3643[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5439[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3359 -> 5439[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5439 -> 3644[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5440[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3359 -> 5440[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5440 -> 3645[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5441[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3359 -> 5441[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5441 -> 3646[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5442[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3359 -> 5442[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5442 -> 3647[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5443[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3359 -> 5443[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5443 -> 3648[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5444[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3359 -> 5444[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5444 -> 3649[label="",style="solid", color="blue", weight=3]; 24.05/10.82 3360[label="vwx176 <= vwx177",fontsize=16,color="black",shape="triangle"];3360 -> 3650[label="",style="solid", color="black", weight=3]; 24.05/10.82 3361[label="vwx176 <= vwx177",fontsize=16,color="black",shape="triangle"];3361 -> 3651[label="",style="solid", color="black", weight=3]; 24.05/10.82 3362[label="vwx176 <= vwx177",fontsize=16,color="black",shape="triangle"];3362 -> 3652[label="",style="solid", color="black", weight=3]; 24.05/10.82 3363[label="vwx176 <= vwx177",fontsize=16,color="black",shape="triangle"];3363 -> 3653[label="",style="solid", color="black", weight=3]; 24.05/10.82 3364[label="vwx176 <= vwx177",fontsize=16,color="burlywood",shape="triangle"];5445[label="vwx176/LT",fontsize=10,color="white",style="solid",shape="box"];3364 -> 5445[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5445 -> 3654[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5446[label="vwx176/EQ",fontsize=10,color="white",style="solid",shape="box"];3364 -> 5446[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5446 -> 3655[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5447[label="vwx176/GT",fontsize=10,color="white",style="solid",shape="box"];3364 -> 5447[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5447 -> 3656[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3365[label="vwx176 <= vwx177",fontsize=16,color="burlywood",shape="triangle"];5448[label="vwx176/False",fontsize=10,color="white",style="solid",shape="box"];3365 -> 5448[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5448 -> 3657[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5449[label="vwx176/True",fontsize=10,color="white",style="solid",shape="box"];3365 -> 5449[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5449 -> 3658[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3366[label="vwx176 <= vwx177",fontsize=16,color="black",shape="triangle"];3366 -> 3659[label="",style="solid", color="black", weight=3]; 24.05/10.82 3367[label="vwx176 <= vwx177",fontsize=16,color="black",shape="triangle"];3367 -> 3660[label="",style="solid", color="black", weight=3]; 24.05/10.82 3368[label="vwx176 <= vwx177",fontsize=16,color="black",shape="triangle"];3368 -> 3661[label="",style="solid", color="black", weight=3]; 24.05/10.82 3369[label="vwx176 <= vwx177",fontsize=16,color="burlywood",shape="triangle"];5450[label="vwx176/Nothing",fontsize=10,color="white",style="solid",shape="box"];3369 -> 5450[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5450 -> 3662[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5451[label="vwx176/Just vwx1760",fontsize=10,color="white",style="solid",shape="box"];3369 -> 5451[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5451 -> 3663[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3370[label="vwx176 <= vwx177",fontsize=16,color="burlywood",shape="triangle"];5452[label="vwx176/(vwx1760,vwx1761)",fontsize=10,color="white",style="solid",shape="box"];3370 -> 5452[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5452 -> 3664[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3371[label="vwx176 <= vwx177",fontsize=16,color="burlywood",shape="triangle"];5453[label="vwx176/Left vwx1760",fontsize=10,color="white",style="solid",shape="box"];3371 -> 5453[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5453 -> 3665[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5454[label="vwx176/Right vwx1760",fontsize=10,color="white",style="solid",shape="box"];3371 -> 5454[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5454 -> 3666[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3372[label="vwx176 <= vwx177",fontsize=16,color="black",shape="triangle"];3372 -> 3667[label="",style="solid", color="black", weight=3]; 24.05/10.82 3373[label="vwx176 <= vwx177",fontsize=16,color="burlywood",shape="triangle"];5455[label="vwx176/(vwx1760,vwx1761,vwx1762)",fontsize=10,color="white",style="solid",shape="box"];3373 -> 5455[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5455 -> 3668[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3374[label="compare0 (Just vwx248) (Just vwx249) otherwise",fontsize=16,color="black",shape="box"];3374 -> 3669[label="",style="solid", color="black", weight=3]; 24.05/10.82 3375[label="LT",fontsize=16,color="green",shape="box"];3391[label="vwx226 <= vwx228",fontsize=16,color="blue",shape="box"];5456[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3391 -> 5456[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5456 -> 3670[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5457[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3391 -> 5457[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5457 -> 3671[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5458[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3391 -> 5458[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5458 -> 3672[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5459[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3391 -> 5459[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5459 -> 3673[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5460[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3391 -> 5460[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5460 -> 3674[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5461[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3391 -> 5461[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5461 -> 3675[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5462[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3391 -> 5462[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5462 -> 3676[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5463[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3391 -> 5463[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5463 -> 3677[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5464[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3391 -> 5464[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5464 -> 3678[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5465[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3391 -> 5465[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5465 -> 3679[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5466[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3391 -> 5466[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5466 -> 3680[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5467[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3391 -> 5467[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5467 -> 3681[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5468[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3391 -> 5468[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5468 -> 3682[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5469[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3391 -> 5469[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5469 -> 3683[label="",style="solid", color="blue", weight=3]; 24.05/10.82 3392[label="vwx225 == vwx227",fontsize=16,color="blue",shape="box"];5470[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3392 -> 5470[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5470 -> 3684[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5471[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3392 -> 5471[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5471 -> 3685[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5472[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3392 -> 5472[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5472 -> 3686[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5473[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3392 -> 5473[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5473 -> 3687[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5474[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3392 -> 5474[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5474 -> 3688[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5475[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3392 -> 5475[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5475 -> 3689[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5476[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3392 -> 5476[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5476 -> 3690[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5477[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3392 -> 5477[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5477 -> 3691[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5478[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3392 -> 5478[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5478 -> 3692[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5479[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3392 -> 5479[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5479 -> 3693[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5480[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3392 -> 5480[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5480 -> 3694[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5481[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3392 -> 5481[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5481 -> 3695[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5482[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3392 -> 5482[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5482 -> 3696[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5483[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3392 -> 5483[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5483 -> 3697[label="",style="solid", color="blue", weight=3]; 24.05/10.82 3393[label="vwx225 < vwx227",fontsize=16,color="black",shape="triangle"];3393 -> 3698[label="",style="solid", color="black", weight=3]; 24.05/10.82 3394[label="vwx225 < vwx227",fontsize=16,color="black",shape="triangle"];3394 -> 3699[label="",style="solid", color="black", weight=3]; 24.05/10.82 3395[label="vwx225 < vwx227",fontsize=16,color="black",shape="triangle"];3395 -> 3700[label="",style="solid", color="black", weight=3]; 24.05/10.82 3396[label="vwx225 < vwx227",fontsize=16,color="black",shape="triangle"];3396 -> 3701[label="",style="solid", color="black", weight=3]; 24.05/10.82 3397[label="vwx225 < vwx227",fontsize=16,color="black",shape="triangle"];3397 -> 3702[label="",style="solid", color="black", weight=3]; 24.05/10.82 3398[label="vwx225 < vwx227",fontsize=16,color="black",shape="triangle"];3398 -> 3703[label="",style="solid", color="black", weight=3]; 24.05/10.82 3399[label="vwx225 < vwx227",fontsize=16,color="black",shape="triangle"];3399 -> 3704[label="",style="solid", color="black", weight=3]; 24.05/10.82 3400[label="vwx225 < vwx227",fontsize=16,color="black",shape="triangle"];3400 -> 3705[label="",style="solid", color="black", weight=3]; 24.05/10.82 3401[label="vwx225 < vwx227",fontsize=16,color="black",shape="triangle"];3401 -> 3706[label="",style="solid", color="black", weight=3]; 24.05/10.82 3402[label="vwx225 < vwx227",fontsize=16,color="black",shape="triangle"];3402 -> 3707[label="",style="solid", color="black", weight=3]; 24.05/10.82 3403[label="vwx225 < vwx227",fontsize=16,color="black",shape="triangle"];3403 -> 3708[label="",style="solid", color="black", weight=3]; 24.05/10.82 3404[label="vwx225 < vwx227",fontsize=16,color="black",shape="triangle"];3404 -> 3709[label="",style="solid", color="black", weight=3]; 24.05/10.82 3405[label="vwx225 < vwx227",fontsize=16,color="black",shape="triangle"];3405 -> 3710[label="",style="solid", color="black", weight=3]; 24.05/10.82 3406[label="vwx225 < vwx227",fontsize=16,color="black",shape="triangle"];3406 -> 3711[label="",style="solid", color="black", weight=3]; 24.05/10.82 3407[label="compare1 (vwx275,vwx276) (vwx277,vwx278) (False || vwx280)",fontsize=16,color="black",shape="box"];3407 -> 3712[label="",style="solid", color="black", weight=3]; 24.05/10.82 3408[label="compare1 (vwx275,vwx276) (vwx277,vwx278) (True || vwx280)",fontsize=16,color="black",shape="box"];3408 -> 3713[label="",style="solid", color="black", weight=3]; 24.05/10.82 3409 -> 3360[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3409[label="vwx194 <= vwx195",fontsize=16,color="magenta"];3409 -> 3714[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3409 -> 3715[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3410 -> 3361[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3410[label="vwx194 <= vwx195",fontsize=16,color="magenta"];3410 -> 3716[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3410 -> 3717[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3411 -> 3362[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3411[label="vwx194 <= vwx195",fontsize=16,color="magenta"];3411 -> 3718[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3411 -> 3719[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3412 -> 3363[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3412[label="vwx194 <= vwx195",fontsize=16,color="magenta"];3412 -> 3720[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3412 -> 3721[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3413 -> 3364[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3413[label="vwx194 <= vwx195",fontsize=16,color="magenta"];3413 -> 3722[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3413 -> 3723[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3414 -> 3365[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3414[label="vwx194 <= vwx195",fontsize=16,color="magenta"];3414 -> 3724[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3414 -> 3725[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3415 -> 3366[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3415[label="vwx194 <= vwx195",fontsize=16,color="magenta"];3415 -> 3726[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3415 -> 3727[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3416 -> 3367[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3416[label="vwx194 <= vwx195",fontsize=16,color="magenta"];3416 -> 3728[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3416 -> 3729[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3417 -> 3368[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3417[label="vwx194 <= vwx195",fontsize=16,color="magenta"];3417 -> 3730[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3417 -> 3731[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3418 -> 3369[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3418[label="vwx194 <= vwx195",fontsize=16,color="magenta"];3418 -> 3732[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3418 -> 3733[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3419 -> 3370[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3419[label="vwx194 <= vwx195",fontsize=16,color="magenta"];3419 -> 3734[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3419 -> 3735[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3420 -> 3371[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3420[label="vwx194 <= vwx195",fontsize=16,color="magenta"];3420 -> 3736[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3420 -> 3737[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3421 -> 3372[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3421[label="vwx194 <= vwx195",fontsize=16,color="magenta"];3421 -> 3738[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3421 -> 3739[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3422 -> 3373[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3422[label="vwx194 <= vwx195",fontsize=16,color="magenta"];3422 -> 3740[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3422 -> 3741[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3423[label="compare0 (Left vwx255) (Left vwx256) otherwise",fontsize=16,color="black",shape="box"];3423 -> 3742[label="",style="solid", color="black", weight=3]; 24.05/10.82 3424[label="LT",fontsize=16,color="green",shape="box"];3425 -> 3360[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3425[label="vwx201 <= vwx202",fontsize=16,color="magenta"];3425 -> 3743[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3425 -> 3744[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3426 -> 3361[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3426[label="vwx201 <= vwx202",fontsize=16,color="magenta"];3426 -> 3745[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3426 -> 3746[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3427 -> 3362[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3427[label="vwx201 <= vwx202",fontsize=16,color="magenta"];3427 -> 3747[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3427 -> 3748[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3428 -> 3363[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3428[label="vwx201 <= vwx202",fontsize=16,color="magenta"];3428 -> 3749[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3428 -> 3750[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3429 -> 3364[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3429[label="vwx201 <= vwx202",fontsize=16,color="magenta"];3429 -> 3751[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3429 -> 3752[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3430 -> 3365[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3430[label="vwx201 <= vwx202",fontsize=16,color="magenta"];3430 -> 3753[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3430 -> 3754[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3431 -> 3366[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3431[label="vwx201 <= vwx202",fontsize=16,color="magenta"];3431 -> 3755[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3431 -> 3756[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3432 -> 3367[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3432[label="vwx201 <= vwx202",fontsize=16,color="magenta"];3432 -> 3757[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3432 -> 3758[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3433 -> 3368[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3433[label="vwx201 <= vwx202",fontsize=16,color="magenta"];3433 -> 3759[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3433 -> 3760[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3434 -> 3369[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3434[label="vwx201 <= vwx202",fontsize=16,color="magenta"];3434 -> 3761[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3434 -> 3762[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3435 -> 3370[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3435[label="vwx201 <= vwx202",fontsize=16,color="magenta"];3435 -> 3763[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3435 -> 3764[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3436 -> 3371[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3436[label="vwx201 <= vwx202",fontsize=16,color="magenta"];3436 -> 3765[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3436 -> 3766[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3437 -> 3372[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3437[label="vwx201 <= vwx202",fontsize=16,color="magenta"];3437 -> 3767[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3437 -> 3768[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3438 -> 3373[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3438[label="vwx201 <= vwx202",fontsize=16,color="magenta"];3438 -> 3769[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3438 -> 3770[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3439[label="compare0 (Right vwx263) (Right vwx264) otherwise",fontsize=16,color="black",shape="box"];3439 -> 3771[label="",style="solid", color="black", weight=3]; 24.05/10.82 3440[label="LT",fontsize=16,color="green",shape="box"];3460 -> 3393[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3460[label="vwx212 < vwx215",fontsize=16,color="magenta"];3460 -> 3772[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3460 -> 3773[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3461 -> 3394[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3461[label="vwx212 < vwx215",fontsize=16,color="magenta"];3461 -> 3774[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3461 -> 3775[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3462 -> 3395[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3462[label="vwx212 < vwx215",fontsize=16,color="magenta"];3462 -> 3776[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3462 -> 3777[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3463 -> 3396[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3463[label="vwx212 < vwx215",fontsize=16,color="magenta"];3463 -> 3778[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3463 -> 3779[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3464 -> 3397[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3464[label="vwx212 < vwx215",fontsize=16,color="magenta"];3464 -> 3780[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3464 -> 3781[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3465 -> 3398[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3465[label="vwx212 < vwx215",fontsize=16,color="magenta"];3465 -> 3782[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3465 -> 3783[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3466 -> 3399[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3466[label="vwx212 < vwx215",fontsize=16,color="magenta"];3466 -> 3784[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3466 -> 3785[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3467 -> 3400[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3467[label="vwx212 < vwx215",fontsize=16,color="magenta"];3467 -> 3786[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3467 -> 3787[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3468 -> 3401[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3468[label="vwx212 < vwx215",fontsize=16,color="magenta"];3468 -> 3788[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3468 -> 3789[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3469 -> 3402[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3469[label="vwx212 < vwx215",fontsize=16,color="magenta"];3469 -> 3790[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3469 -> 3791[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3470 -> 3403[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3470[label="vwx212 < vwx215",fontsize=16,color="magenta"];3470 -> 3792[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3470 -> 3793[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3471 -> 3404[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3471[label="vwx212 < vwx215",fontsize=16,color="magenta"];3471 -> 3794[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3471 -> 3795[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3472 -> 3405[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3472[label="vwx212 < vwx215",fontsize=16,color="magenta"];3472 -> 3796[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3472 -> 3797[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3473 -> 3406[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3473[label="vwx212 < vwx215",fontsize=16,color="magenta"];3473 -> 3798[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3473 -> 3799[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3474 -> 4118[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3474[label="vwx213 < vwx216 || vwx213 == vwx216 && vwx214 <= vwx217",fontsize=16,color="magenta"];3474 -> 4119[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3474 -> 4120[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3475[label="vwx212 == vwx215",fontsize=16,color="blue",shape="box"];5484[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3475 -> 5484[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5484 -> 3802[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5485[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3475 -> 5485[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5485 -> 3803[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5486[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3475 -> 5486[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5486 -> 3804[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5487[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3475 -> 5487[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5487 -> 3805[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5488[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3475 -> 5488[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5488 -> 3806[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5489[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3475 -> 5489[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5489 -> 3807[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5490[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3475 -> 5490[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5490 -> 3808[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5491[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3475 -> 5491[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5491 -> 3809[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5492[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3475 -> 5492[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5492 -> 3810[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5493[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3475 -> 5493[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5493 -> 3811[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5494[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3475 -> 5494[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5494 -> 3812[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5495[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3475 -> 5495[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5495 -> 3813[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5496[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3475 -> 5496[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5496 -> 3814[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5497[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3475 -> 5497[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5497 -> 3815[label="",style="solid", color="blue", weight=3]; 24.05/10.82 3476[label="compare1 (vwx290,vwx291,vwx292) (vwx293,vwx294,vwx295) (False || vwx297)",fontsize=16,color="black",shape="box"];3476 -> 3816[label="",style="solid", color="black", weight=3]; 24.05/10.82 3477[label="compare1 (vwx290,vwx291,vwx292) (vwx293,vwx294,vwx295) (True || vwx297)",fontsize=16,color="black",shape="box"];3477 -> 3817[label="",style="solid", color="black", weight=3]; 24.05/10.82 3478[label="primMulNat (Succ vwx40000) (Succ vwx30100)",fontsize=16,color="black",shape="box"];3478 -> 3818[label="",style="solid", color="black", weight=3]; 24.05/10.82 3479[label="primMulNat (Succ vwx40000) Zero",fontsize=16,color="black",shape="box"];3479 -> 3819[label="",style="solid", color="black", weight=3]; 24.05/10.82 3480[label="primMulNat Zero (Succ vwx30100)",fontsize=16,color="black",shape="box"];3480 -> 3820[label="",style="solid", color="black", weight=3]; 24.05/10.82 3481[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];3481 -> 3821[label="",style="solid", color="black", weight=3]; 24.05/10.82 3482[label="vwx3002 == vwx4002",fontsize=16,color="blue",shape="box"];5498[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3482 -> 5498[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5498 -> 3822[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5499[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3482 -> 5499[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5499 -> 3823[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5500[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3482 -> 5500[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5500 -> 3824[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5501[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3482 -> 5501[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5501 -> 3825[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5502[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3482 -> 5502[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5502 -> 3826[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5503[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3482 -> 5503[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5503 -> 3827[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5504[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3482 -> 5504[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5504 -> 3828[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5505[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3482 -> 5505[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5505 -> 3829[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5506[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3482 -> 5506[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5506 -> 3830[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5507[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3482 -> 5507[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5507 -> 3831[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5508[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3482 -> 5508[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5508 -> 3832[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5509[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3482 -> 5509[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5509 -> 3833[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5510[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3482 -> 5510[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5510 -> 3834[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5511[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3482 -> 5511[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5511 -> 3835[label="",style="solid", color="blue", weight=3]; 24.05/10.82 3483[label="vwx3001 == vwx4001",fontsize=16,color="blue",shape="box"];5512[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3483 -> 5512[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5512 -> 3836[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5513[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3483 -> 5513[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5513 -> 3837[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5514[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3483 -> 5514[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5514 -> 3838[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5515[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3483 -> 5515[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5515 -> 3839[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5516[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3483 -> 5516[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5516 -> 3840[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5517[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3483 -> 5517[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5517 -> 3841[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5518[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3483 -> 5518[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5518 -> 3842[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5519[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3483 -> 5519[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5519 -> 3843[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5520[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3483 -> 5520[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5520 -> 3844[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5521[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3483 -> 5521[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5521 -> 3845[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5522[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3483 -> 5522[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5522 -> 3846[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5523[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3483 -> 5523[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5523 -> 3847[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5524[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3483 -> 5524[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5524 -> 3848[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5525[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3483 -> 5525[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5525 -> 3849[label="",style="solid", color="blue", weight=3]; 24.05/10.82 3484 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3484[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3484 -> 3850[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3484 -> 3851[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3485 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3485[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3485 -> 3852[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3485 -> 3853[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3486 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3486[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3486 -> 3854[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3486 -> 3855[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3487 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3487[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3487 -> 3856[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3487 -> 3857[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3488 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3488[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3488 -> 3858[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3488 -> 3859[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3489 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3489[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3489 -> 3860[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3489 -> 3861[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3490 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3490[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3490 -> 3862[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3490 -> 3863[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3491 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3491[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3491 -> 3864[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3491 -> 3865[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3492 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3492[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3492 -> 3866[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3492 -> 3867[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3493 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3493[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3493 -> 3868[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3493 -> 3869[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3494 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3494[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3494 -> 3870[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3494 -> 3871[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3495 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3495[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3495 -> 3872[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3495 -> 3873[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3496 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3496[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3496 -> 3874[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3496 -> 3875[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3497 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3497[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3497 -> 3876[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3497 -> 3877[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3498[label="primEqNat (Succ vwx30000) vwx4000",fontsize=16,color="burlywood",shape="box"];5526[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];3498 -> 5526[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5526 -> 3878[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5527[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];3498 -> 5527[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5527 -> 3879[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3499[label="primEqNat Zero vwx4000",fontsize=16,color="burlywood",shape="box"];5528[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];3499 -> 5528[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5528 -> 3880[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5529[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];3499 -> 5529[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5529 -> 3881[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3500 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3500[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3500 -> 3882[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3500 -> 3883[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3501 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3501[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3501 -> 3884[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3501 -> 3885[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3502 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3502[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3502 -> 3886[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3502 -> 3887[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3503 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3503[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3503 -> 3888[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3503 -> 3889[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3504 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3504[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3504 -> 3890[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3504 -> 3891[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3505 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3505[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3505 -> 3892[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3505 -> 3893[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3506 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3506[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3506 -> 3894[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3506 -> 3895[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3507 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3507[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3507 -> 3896[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3507 -> 3897[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3508 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3508[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3508 -> 3898[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3508 -> 3899[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3509 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3509[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3509 -> 3900[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3509 -> 3901[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3510 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3510[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3510 -> 3902[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3510 -> 3903[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3511 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3511[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3511 -> 3904[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3511 -> 3905[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3512 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3512[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3512 -> 3906[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3512 -> 3907[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3513 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3513[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3513 -> 3908[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3513 -> 3909[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3514 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3514[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3514 -> 3910[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3514 -> 3911[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3515 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3515[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3515 -> 3912[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3515 -> 3913[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3516 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3516[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3516 -> 3914[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3516 -> 3915[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3517 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3517[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3517 -> 3916[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3517 -> 3917[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3518 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3518[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3518 -> 3918[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3518 -> 3919[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3519 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3519[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3519 -> 3920[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3519 -> 3921[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3520 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3520[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3520 -> 3922[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3520 -> 3923[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3521 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3521[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3521 -> 3924[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3521 -> 3925[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3522 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3522[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3522 -> 3926[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3522 -> 3927[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3523 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3523[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3523 -> 3928[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3523 -> 3929[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3524 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3524[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3524 -> 3930[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3524 -> 3931[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3525 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3525[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3525 -> 3932[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3525 -> 3933[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3526 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3526[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3526 -> 3934[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3526 -> 3935[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3527 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3527[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3527 -> 3936[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3527 -> 3937[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3528 -> 2447[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3528[label="vwx3001 * vwx4000",fontsize=16,color="magenta"];3528 -> 3938[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3528 -> 3939[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3529 -> 2447[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3529[label="vwx3000 * vwx4001",fontsize=16,color="magenta"];3529 -> 3940[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3529 -> 3941[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3530 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3530[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3530 -> 3942[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3530 -> 3943[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3531 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3531[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3531 -> 3944[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3531 -> 3945[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3532 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3532[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3532 -> 3946[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3532 -> 3947[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3533 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3533[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3533 -> 3948[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3533 -> 3949[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3534[label="primEqInt (Pos (Succ vwx30000)) (Pos (Succ vwx40000))",fontsize=16,color="black",shape="box"];3534 -> 3950[label="",style="solid", color="black", weight=3]; 24.05/10.82 3535[label="primEqInt (Pos (Succ vwx30000)) (Pos Zero)",fontsize=16,color="black",shape="box"];3535 -> 3951[label="",style="solid", color="black", weight=3]; 24.05/10.82 3536[label="False",fontsize=16,color="green",shape="box"];3537[label="primEqInt (Pos Zero) (Pos (Succ vwx40000))",fontsize=16,color="black",shape="box"];3537 -> 3952[label="",style="solid", color="black", weight=3]; 24.05/10.82 3538[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];3538 -> 3953[label="",style="solid", color="black", weight=3]; 24.05/10.82 3539[label="primEqInt (Pos Zero) (Neg (Succ vwx40000))",fontsize=16,color="black",shape="box"];3539 -> 3954[label="",style="solid", color="black", weight=3]; 24.05/10.82 3540[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];3540 -> 3955[label="",style="solid", color="black", weight=3]; 24.05/10.82 3541[label="False",fontsize=16,color="green",shape="box"];3542[label="primEqInt (Neg (Succ vwx30000)) (Neg (Succ vwx40000))",fontsize=16,color="black",shape="box"];3542 -> 3956[label="",style="solid", color="black", weight=3]; 24.05/10.82 3543[label="primEqInt (Neg (Succ vwx30000)) (Neg Zero)",fontsize=16,color="black",shape="box"];3543 -> 3957[label="",style="solid", color="black", weight=3]; 24.05/10.82 3544[label="primEqInt (Neg Zero) (Pos (Succ vwx40000))",fontsize=16,color="black",shape="box"];3544 -> 3958[label="",style="solid", color="black", weight=3]; 24.05/10.82 3545[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];3545 -> 3959[label="",style="solid", color="black", weight=3]; 24.05/10.82 3546[label="primEqInt (Neg Zero) (Neg (Succ vwx40000))",fontsize=16,color="black",shape="box"];3546 -> 3960[label="",style="solid", color="black", weight=3]; 24.05/10.82 3547[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];3547 -> 3961[label="",style="solid", color="black", weight=3]; 24.05/10.82 3548 -> 2447[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3548[label="vwx3001 * vwx4000",fontsize=16,color="magenta"];3548 -> 3962[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3548 -> 3963[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3549 -> 2447[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3549[label="vwx3000 * vwx4001",fontsize=16,color="magenta"];3549 -> 3964[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3549 -> 3965[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3550[label="vwx4000",fontsize=16,color="green",shape="box"];3551[label="vwx3000",fontsize=16,color="green",shape="box"];3552[label="vwx4000",fontsize=16,color="green",shape="box"];3553[label="vwx3000",fontsize=16,color="green",shape="box"];3554[label="vwx4000",fontsize=16,color="green",shape="box"];3555[label="vwx3000",fontsize=16,color="green",shape="box"];3556[label="vwx4000",fontsize=16,color="green",shape="box"];3557[label="vwx3000",fontsize=16,color="green",shape="box"];3558[label="vwx4000",fontsize=16,color="green",shape="box"];3559[label="vwx3000",fontsize=16,color="green",shape="box"];3560[label="vwx4000",fontsize=16,color="green",shape="box"];3561[label="vwx3000",fontsize=16,color="green",shape="box"];3562[label="vwx4000",fontsize=16,color="green",shape="box"];3563[label="vwx3000",fontsize=16,color="green",shape="box"];3564[label="vwx4000",fontsize=16,color="green",shape="box"];3565[label="vwx3000",fontsize=16,color="green",shape="box"];3566[label="vwx4000",fontsize=16,color="green",shape="box"];3567[label="vwx3000",fontsize=16,color="green",shape="box"];3568[label="vwx4000",fontsize=16,color="green",shape="box"];3569[label="vwx3000",fontsize=16,color="green",shape="box"];3570[label="vwx4000",fontsize=16,color="green",shape="box"];3571[label="vwx3000",fontsize=16,color="green",shape="box"];3572[label="vwx4000",fontsize=16,color="green",shape="box"];3573[label="vwx3000",fontsize=16,color="green",shape="box"];3574[label="vwx4000",fontsize=16,color="green",shape="box"];3575[label="vwx3000",fontsize=16,color="green",shape="box"];3576[label="vwx4000",fontsize=16,color="green",shape="box"];3577[label="vwx3000",fontsize=16,color="green",shape="box"];3578[label="vwx4000",fontsize=16,color="green",shape="box"];3579[label="vwx3000",fontsize=16,color="green",shape="box"];3580[label="vwx4000",fontsize=16,color="green",shape="box"];3581[label="vwx3000",fontsize=16,color="green",shape="box"];3582[label="vwx4000",fontsize=16,color="green",shape="box"];3583[label="vwx3000",fontsize=16,color="green",shape="box"];3584[label="vwx4000",fontsize=16,color="green",shape="box"];3585[label="vwx3000",fontsize=16,color="green",shape="box"];3586[label="vwx4000",fontsize=16,color="green",shape="box"];3587[label="vwx3000",fontsize=16,color="green",shape="box"];3588[label="vwx4000",fontsize=16,color="green",shape="box"];3589[label="vwx3000",fontsize=16,color="green",shape="box"];3590[label="vwx4000",fontsize=16,color="green",shape="box"];3591[label="vwx3000",fontsize=16,color="green",shape="box"];3592[label="vwx4000",fontsize=16,color="green",shape="box"];3593[label="vwx3000",fontsize=16,color="green",shape="box"];3594[label="vwx4000",fontsize=16,color="green",shape="box"];3595[label="vwx3000",fontsize=16,color="green",shape="box"];3596[label="vwx4000",fontsize=16,color="green",shape="box"];3597[label="vwx3000",fontsize=16,color="green",shape="box"];3598[label="vwx4000",fontsize=16,color="green",shape="box"];3599[label="vwx3000",fontsize=16,color="green",shape="box"];3600[label="vwx4000",fontsize=16,color="green",shape="box"];3601[label="vwx3000",fontsize=16,color="green",shape="box"];3602[label="vwx4000",fontsize=16,color="green",shape="box"];3603[label="vwx3000",fontsize=16,color="green",shape="box"];3604[label="vwx4000",fontsize=16,color="green",shape="box"];3605[label="vwx3000",fontsize=16,color="green",shape="box"];3606[label="vwx4000",fontsize=16,color="green",shape="box"];3607[label="vwx3000",fontsize=16,color="green",shape="box"];3608[label="vwx4000",fontsize=16,color="green",shape="box"];3609[label="vwx3000",fontsize=16,color="green",shape="box"];3610[label="vwx4000",fontsize=16,color="green",shape="box"];3611[label="vwx3000",fontsize=16,color="green",shape="box"];3612[label="vwx4000",fontsize=16,color="green",shape="box"];3613[label="vwx3000",fontsize=16,color="green",shape="box"];3614[label="vwx4000",fontsize=16,color="green",shape="box"];3615[label="vwx3000",fontsize=16,color="green",shape="box"];3616[label="vwx4000",fontsize=16,color="green",shape="box"];3617[label="vwx3000",fontsize=16,color="green",shape="box"];3618[label="vwx4000",fontsize=16,color="green",shape="box"];3619[label="vwx3000",fontsize=16,color="green",shape="box"];3620[label="vwx4000",fontsize=16,color="green",shape="box"];3621[label="vwx3000",fontsize=16,color="green",shape="box"];3622[label="vwx4000",fontsize=16,color="green",shape="box"];3623[label="vwx3000",fontsize=16,color="green",shape="box"];3624[label="vwx4000",fontsize=16,color="green",shape="box"];3625[label="vwx3000",fontsize=16,color="green",shape="box"];3626[label="vwx4000",fontsize=16,color="green",shape="box"];3627[label="vwx3000",fontsize=16,color="green",shape="box"];3628[label="vwx4000",fontsize=16,color="green",shape="box"];3629[label="vwx3000",fontsize=16,color="green",shape="box"];3630[label="vwx4000",fontsize=16,color="green",shape="box"];3631[label="vwx3000",fontsize=16,color="green",shape="box"];3632[label="vwx4000",fontsize=16,color="green",shape="box"];3633[label="vwx3000",fontsize=16,color="green",shape="box"];3634[label="vwx4001",fontsize=16,color="green",shape="box"];3635[label="vwx3001",fontsize=16,color="green",shape="box"];3636 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3636[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3636 -> 3966[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3636 -> 3967[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3637 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3637[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3637 -> 3968[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3637 -> 3969[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3638 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3638[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3638 -> 3970[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3638 -> 3971[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3639 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3639[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3639 -> 3972[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3639 -> 3973[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3640 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3640[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3640 -> 3974[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3640 -> 3975[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3641 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3641[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3641 -> 3976[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3641 -> 3977[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3642 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3642[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3642 -> 3978[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3642 -> 3979[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3643 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3643[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3643 -> 3980[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3643 -> 3981[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3644 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3644[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3644 -> 3982[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3644 -> 3983[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3645 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3645[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3645 -> 3984[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3645 -> 3985[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3646 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3646[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3646 -> 3986[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3646 -> 3987[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3647 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3647[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3647 -> 3988[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3647 -> 3989[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3648 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3648[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3648 -> 3990[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3648 -> 3991[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3649 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3649[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];3649 -> 3992[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3649 -> 3993[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3650 -> 3994[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3650[label="compare vwx176 vwx177 /= GT",fontsize=16,color="magenta"];3650 -> 3995[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3651 -> 3994[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3651[label="compare vwx176 vwx177 /= GT",fontsize=16,color="magenta"];3651 -> 3996[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3652 -> 3994[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3652[label="compare vwx176 vwx177 /= GT",fontsize=16,color="magenta"];3652 -> 3997[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3653 -> 3994[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3653[label="compare vwx176 vwx177 /= GT",fontsize=16,color="magenta"];3653 -> 3998[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3654[label="LT <= vwx177",fontsize=16,color="burlywood",shape="box"];5530[label="vwx177/LT",fontsize=10,color="white",style="solid",shape="box"];3654 -> 5530[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5530 -> 4003[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5531[label="vwx177/EQ",fontsize=10,color="white",style="solid",shape="box"];3654 -> 5531[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5531 -> 4004[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5532[label="vwx177/GT",fontsize=10,color="white",style="solid",shape="box"];3654 -> 5532[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5532 -> 4005[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3655[label="EQ <= vwx177",fontsize=16,color="burlywood",shape="box"];5533[label="vwx177/LT",fontsize=10,color="white",style="solid",shape="box"];3655 -> 5533[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5533 -> 4006[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5534[label="vwx177/EQ",fontsize=10,color="white",style="solid",shape="box"];3655 -> 5534[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5534 -> 4007[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5535[label="vwx177/GT",fontsize=10,color="white",style="solid",shape="box"];3655 -> 5535[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5535 -> 4008[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3656[label="GT <= vwx177",fontsize=16,color="burlywood",shape="box"];5536[label="vwx177/LT",fontsize=10,color="white",style="solid",shape="box"];3656 -> 5536[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5536 -> 4009[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5537[label="vwx177/EQ",fontsize=10,color="white",style="solid",shape="box"];3656 -> 5537[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5537 -> 4010[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5538[label="vwx177/GT",fontsize=10,color="white",style="solid",shape="box"];3656 -> 5538[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5538 -> 4011[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3657[label="False <= vwx177",fontsize=16,color="burlywood",shape="box"];5539[label="vwx177/False",fontsize=10,color="white",style="solid",shape="box"];3657 -> 5539[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5539 -> 4012[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5540[label="vwx177/True",fontsize=10,color="white",style="solid",shape="box"];3657 -> 5540[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5540 -> 4013[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3658[label="True <= vwx177",fontsize=16,color="burlywood",shape="box"];5541[label="vwx177/False",fontsize=10,color="white",style="solid",shape="box"];3658 -> 5541[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5541 -> 4014[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5542[label="vwx177/True",fontsize=10,color="white",style="solid",shape="box"];3658 -> 5542[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5542 -> 4015[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3659 -> 3994[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3659[label="compare vwx176 vwx177 /= GT",fontsize=16,color="magenta"];3659 -> 3999[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3660 -> 3994[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3660[label="compare vwx176 vwx177 /= GT",fontsize=16,color="magenta"];3660 -> 4000[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3661 -> 3994[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3661[label="compare vwx176 vwx177 /= GT",fontsize=16,color="magenta"];3661 -> 4001[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3662[label="Nothing <= vwx177",fontsize=16,color="burlywood",shape="box"];5543[label="vwx177/Nothing",fontsize=10,color="white",style="solid",shape="box"];3662 -> 5543[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5543 -> 4016[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5544[label="vwx177/Just vwx1770",fontsize=10,color="white",style="solid",shape="box"];3662 -> 5544[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5544 -> 4017[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3663[label="Just vwx1760 <= vwx177",fontsize=16,color="burlywood",shape="box"];5545[label="vwx177/Nothing",fontsize=10,color="white",style="solid",shape="box"];3663 -> 5545[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5545 -> 4018[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5546[label="vwx177/Just vwx1770",fontsize=10,color="white",style="solid",shape="box"];3663 -> 5546[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5546 -> 4019[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3664[label="(vwx1760,vwx1761) <= vwx177",fontsize=16,color="burlywood",shape="box"];5547[label="vwx177/(vwx1770,vwx1771)",fontsize=10,color="white",style="solid",shape="box"];3664 -> 5547[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5547 -> 4020[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3665[label="Left vwx1760 <= vwx177",fontsize=16,color="burlywood",shape="box"];5548[label="vwx177/Left vwx1770",fontsize=10,color="white",style="solid",shape="box"];3665 -> 5548[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5548 -> 4021[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5549[label="vwx177/Right vwx1770",fontsize=10,color="white",style="solid",shape="box"];3665 -> 5549[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5549 -> 4022[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3666[label="Right vwx1760 <= vwx177",fontsize=16,color="burlywood",shape="box"];5550[label="vwx177/Left vwx1770",fontsize=10,color="white",style="solid",shape="box"];3666 -> 5550[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5550 -> 4023[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5551[label="vwx177/Right vwx1770",fontsize=10,color="white",style="solid",shape="box"];3666 -> 5551[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5551 -> 4024[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3667 -> 3994[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3667[label="compare vwx176 vwx177 /= GT",fontsize=16,color="magenta"];3667 -> 4002[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3668[label="(vwx1760,vwx1761,vwx1762) <= vwx177",fontsize=16,color="burlywood",shape="box"];5552[label="vwx177/(vwx1770,vwx1771,vwx1772)",fontsize=10,color="white",style="solid",shape="box"];3668 -> 5552[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5552 -> 4025[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3669[label="compare0 (Just vwx248) (Just vwx249) True",fontsize=16,color="black",shape="box"];3669 -> 4026[label="",style="solid", color="black", weight=3]; 24.05/10.82 3670 -> 3360[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3670[label="vwx226 <= vwx228",fontsize=16,color="magenta"];3670 -> 4027[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3670 -> 4028[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3671 -> 3361[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3671[label="vwx226 <= vwx228",fontsize=16,color="magenta"];3671 -> 4029[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3671 -> 4030[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3672 -> 3362[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3672[label="vwx226 <= vwx228",fontsize=16,color="magenta"];3672 -> 4031[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3672 -> 4032[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3673 -> 3363[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3673[label="vwx226 <= vwx228",fontsize=16,color="magenta"];3673 -> 4033[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3673 -> 4034[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3674 -> 3364[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3674[label="vwx226 <= vwx228",fontsize=16,color="magenta"];3674 -> 4035[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3674 -> 4036[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3675 -> 3365[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3675[label="vwx226 <= vwx228",fontsize=16,color="magenta"];3675 -> 4037[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3675 -> 4038[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3676 -> 3366[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3676[label="vwx226 <= vwx228",fontsize=16,color="magenta"];3676 -> 4039[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3676 -> 4040[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3677 -> 3367[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3677[label="vwx226 <= vwx228",fontsize=16,color="magenta"];3677 -> 4041[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3677 -> 4042[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3678 -> 3368[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3678[label="vwx226 <= vwx228",fontsize=16,color="magenta"];3678 -> 4043[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3678 -> 4044[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3679 -> 3369[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3679[label="vwx226 <= vwx228",fontsize=16,color="magenta"];3679 -> 4045[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3679 -> 4046[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3680 -> 3370[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3680[label="vwx226 <= vwx228",fontsize=16,color="magenta"];3680 -> 4047[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3680 -> 4048[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3681 -> 3371[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3681[label="vwx226 <= vwx228",fontsize=16,color="magenta"];3681 -> 4049[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3681 -> 4050[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3682 -> 3372[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3682[label="vwx226 <= vwx228",fontsize=16,color="magenta"];3682 -> 4051[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3682 -> 4052[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3683 -> 3373[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3683[label="vwx226 <= vwx228",fontsize=16,color="magenta"];3683 -> 4053[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3683 -> 4054[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3684 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3684[label="vwx225 == vwx227",fontsize=16,color="magenta"];3684 -> 4055[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3684 -> 4056[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3685 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3685[label="vwx225 == vwx227",fontsize=16,color="magenta"];3685 -> 4057[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3685 -> 4058[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3686 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3686[label="vwx225 == vwx227",fontsize=16,color="magenta"];3686 -> 4059[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3686 -> 4060[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3687 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3687[label="vwx225 == vwx227",fontsize=16,color="magenta"];3687 -> 4061[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3687 -> 4062[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3688 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3688[label="vwx225 == vwx227",fontsize=16,color="magenta"];3688 -> 4063[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3688 -> 4064[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3689 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3689[label="vwx225 == vwx227",fontsize=16,color="magenta"];3689 -> 4065[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3689 -> 4066[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3690 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3690[label="vwx225 == vwx227",fontsize=16,color="magenta"];3690 -> 4067[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3690 -> 4068[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3691 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3691[label="vwx225 == vwx227",fontsize=16,color="magenta"];3691 -> 4069[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3691 -> 4070[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3692 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3692[label="vwx225 == vwx227",fontsize=16,color="magenta"];3692 -> 4071[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3692 -> 4072[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3693 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3693[label="vwx225 == vwx227",fontsize=16,color="magenta"];3693 -> 4073[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3693 -> 4074[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3694 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3694[label="vwx225 == vwx227",fontsize=16,color="magenta"];3694 -> 4075[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3694 -> 4076[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3695 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3695[label="vwx225 == vwx227",fontsize=16,color="magenta"];3695 -> 4077[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3695 -> 4078[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3696 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3696[label="vwx225 == vwx227",fontsize=16,color="magenta"];3696 -> 4079[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3696 -> 4080[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3697 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3697[label="vwx225 == vwx227",fontsize=16,color="magenta"];3697 -> 4081[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3697 -> 4082[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3698 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3698[label="compare vwx225 vwx227 == LT",fontsize=16,color="magenta"];3698 -> 4083[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3698 -> 4084[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3699 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3699[label="compare vwx225 vwx227 == LT",fontsize=16,color="magenta"];3699 -> 4085[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3699 -> 4086[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3700 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3700[label="compare vwx225 vwx227 == LT",fontsize=16,color="magenta"];3700 -> 4087[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3700 -> 4088[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3701 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3701[label="compare vwx225 vwx227 == LT",fontsize=16,color="magenta"];3701 -> 4089[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3701 -> 4090[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3702 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3702[label="compare vwx225 vwx227 == LT",fontsize=16,color="magenta"];3702 -> 4091[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3702 -> 4092[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3703 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3703[label="compare vwx225 vwx227 == LT",fontsize=16,color="magenta"];3703 -> 4093[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3703 -> 4094[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3704 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3704[label="compare vwx225 vwx227 == LT",fontsize=16,color="magenta"];3704 -> 4095[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3704 -> 4096[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3705 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3705[label="compare vwx225 vwx227 == LT",fontsize=16,color="magenta"];3705 -> 4097[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3705 -> 4098[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3706 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3706[label="compare vwx225 vwx227 == LT",fontsize=16,color="magenta"];3706 -> 4099[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3706 -> 4100[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3707 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3707[label="compare vwx225 vwx227 == LT",fontsize=16,color="magenta"];3707 -> 4101[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3707 -> 4102[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3708 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3708[label="compare vwx225 vwx227 == LT",fontsize=16,color="magenta"];3708 -> 4103[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3708 -> 4104[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3709 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3709[label="compare vwx225 vwx227 == LT",fontsize=16,color="magenta"];3709 -> 4105[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3709 -> 4106[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3710 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3710[label="compare vwx225 vwx227 == LT",fontsize=16,color="magenta"];3710 -> 4107[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3710 -> 4108[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3711 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3711[label="compare vwx225 vwx227 == LT",fontsize=16,color="magenta"];3711 -> 4109[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3711 -> 4110[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3712[label="compare1 (vwx275,vwx276) (vwx277,vwx278) vwx280",fontsize=16,color="burlywood",shape="triangle"];5553[label="vwx280/False",fontsize=10,color="white",style="solid",shape="box"];3712 -> 5553[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5553 -> 4111[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5554[label="vwx280/True",fontsize=10,color="white",style="solid",shape="box"];3712 -> 5554[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5554 -> 4112[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3713 -> 3712[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3713[label="compare1 (vwx275,vwx276) (vwx277,vwx278) True",fontsize=16,color="magenta"];3713 -> 4113[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3714[label="vwx194",fontsize=16,color="green",shape="box"];3715[label="vwx195",fontsize=16,color="green",shape="box"];3716[label="vwx194",fontsize=16,color="green",shape="box"];3717[label="vwx195",fontsize=16,color="green",shape="box"];3718[label="vwx194",fontsize=16,color="green",shape="box"];3719[label="vwx195",fontsize=16,color="green",shape="box"];3720[label="vwx194",fontsize=16,color="green",shape="box"];3721[label="vwx195",fontsize=16,color="green",shape="box"];3722[label="vwx194",fontsize=16,color="green",shape="box"];3723[label="vwx195",fontsize=16,color="green",shape="box"];3724[label="vwx194",fontsize=16,color="green",shape="box"];3725[label="vwx195",fontsize=16,color="green",shape="box"];3726[label="vwx194",fontsize=16,color="green",shape="box"];3727[label="vwx195",fontsize=16,color="green",shape="box"];3728[label="vwx194",fontsize=16,color="green",shape="box"];3729[label="vwx195",fontsize=16,color="green",shape="box"];3730[label="vwx194",fontsize=16,color="green",shape="box"];3731[label="vwx195",fontsize=16,color="green",shape="box"];3732[label="vwx194",fontsize=16,color="green",shape="box"];3733[label="vwx195",fontsize=16,color="green",shape="box"];3734[label="vwx194",fontsize=16,color="green",shape="box"];3735[label="vwx195",fontsize=16,color="green",shape="box"];3736[label="vwx194",fontsize=16,color="green",shape="box"];3737[label="vwx195",fontsize=16,color="green",shape="box"];3738[label="vwx194",fontsize=16,color="green",shape="box"];3739[label="vwx195",fontsize=16,color="green",shape="box"];3740[label="vwx194",fontsize=16,color="green",shape="box"];3741[label="vwx195",fontsize=16,color="green",shape="box"];3742[label="compare0 (Left vwx255) (Left vwx256) True",fontsize=16,color="black",shape="box"];3742 -> 4114[label="",style="solid", color="black", weight=3]; 24.05/10.82 3743[label="vwx201",fontsize=16,color="green",shape="box"];3744[label="vwx202",fontsize=16,color="green",shape="box"];3745[label="vwx201",fontsize=16,color="green",shape="box"];3746[label="vwx202",fontsize=16,color="green",shape="box"];3747[label="vwx201",fontsize=16,color="green",shape="box"];3748[label="vwx202",fontsize=16,color="green",shape="box"];3749[label="vwx201",fontsize=16,color="green",shape="box"];3750[label="vwx202",fontsize=16,color="green",shape="box"];3751[label="vwx201",fontsize=16,color="green",shape="box"];3752[label="vwx202",fontsize=16,color="green",shape="box"];3753[label="vwx201",fontsize=16,color="green",shape="box"];3754[label="vwx202",fontsize=16,color="green",shape="box"];3755[label="vwx201",fontsize=16,color="green",shape="box"];3756[label="vwx202",fontsize=16,color="green",shape="box"];3757[label="vwx201",fontsize=16,color="green",shape="box"];3758[label="vwx202",fontsize=16,color="green",shape="box"];3759[label="vwx201",fontsize=16,color="green",shape="box"];3760[label="vwx202",fontsize=16,color="green",shape="box"];3761[label="vwx201",fontsize=16,color="green",shape="box"];3762[label="vwx202",fontsize=16,color="green",shape="box"];3763[label="vwx201",fontsize=16,color="green",shape="box"];3764[label="vwx202",fontsize=16,color="green",shape="box"];3765[label="vwx201",fontsize=16,color="green",shape="box"];3766[label="vwx202",fontsize=16,color="green",shape="box"];3767[label="vwx201",fontsize=16,color="green",shape="box"];3768[label="vwx202",fontsize=16,color="green",shape="box"];3769[label="vwx201",fontsize=16,color="green",shape="box"];3770[label="vwx202",fontsize=16,color="green",shape="box"];3771[label="compare0 (Right vwx263) (Right vwx264) True",fontsize=16,color="black",shape="box"];3771 -> 4115[label="",style="solid", color="black", weight=3]; 24.05/10.82 3772[label="vwx215",fontsize=16,color="green",shape="box"];3773[label="vwx212",fontsize=16,color="green",shape="box"];3774[label="vwx215",fontsize=16,color="green",shape="box"];3775[label="vwx212",fontsize=16,color="green",shape="box"];3776[label="vwx215",fontsize=16,color="green",shape="box"];3777[label="vwx212",fontsize=16,color="green",shape="box"];3778[label="vwx215",fontsize=16,color="green",shape="box"];3779[label="vwx212",fontsize=16,color="green",shape="box"];3780[label="vwx215",fontsize=16,color="green",shape="box"];3781[label="vwx212",fontsize=16,color="green",shape="box"];3782[label="vwx215",fontsize=16,color="green",shape="box"];3783[label="vwx212",fontsize=16,color="green",shape="box"];3784[label="vwx215",fontsize=16,color="green",shape="box"];3785[label="vwx212",fontsize=16,color="green",shape="box"];3786[label="vwx215",fontsize=16,color="green",shape="box"];3787[label="vwx212",fontsize=16,color="green",shape="box"];3788[label="vwx215",fontsize=16,color="green",shape="box"];3789[label="vwx212",fontsize=16,color="green",shape="box"];3790[label="vwx215",fontsize=16,color="green",shape="box"];3791[label="vwx212",fontsize=16,color="green",shape="box"];3792[label="vwx215",fontsize=16,color="green",shape="box"];3793[label="vwx212",fontsize=16,color="green",shape="box"];3794[label="vwx215",fontsize=16,color="green",shape="box"];3795[label="vwx212",fontsize=16,color="green",shape="box"];3796[label="vwx215",fontsize=16,color="green",shape="box"];3797[label="vwx212",fontsize=16,color="green",shape="box"];3798[label="vwx215",fontsize=16,color="green",shape="box"];3799[label="vwx212",fontsize=16,color="green",shape="box"];4119[label="vwx213 < vwx216",fontsize=16,color="blue",shape="box"];5555[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4119 -> 5555[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5555 -> 4123[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5556[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4119 -> 5556[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5556 -> 4124[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5557[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4119 -> 5557[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5557 -> 4125[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5558[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4119 -> 5558[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5558 -> 4126[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5559[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4119 -> 5559[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5559 -> 4127[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5560[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4119 -> 5560[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5560 -> 4128[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5561[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4119 -> 5561[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5561 -> 4129[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5562[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4119 -> 5562[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5562 -> 4130[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5563[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4119 -> 5563[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5563 -> 4131[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5564[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4119 -> 5564[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5564 -> 4132[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5565[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4119 -> 5565[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5565 -> 4133[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5566[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4119 -> 5566[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5566 -> 4134[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5567[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4119 -> 5567[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5567 -> 4135[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5568[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4119 -> 5568[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5568 -> 4136[label="",style="solid", color="blue", weight=3]; 24.05/10.82 4120 -> 2977[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4120[label="vwx213 == vwx216 && vwx214 <= vwx217",fontsize=16,color="magenta"];4120 -> 4137[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4120 -> 4138[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4118[label="vwx303 || vwx304",fontsize=16,color="burlywood",shape="triangle"];5569[label="vwx303/False",fontsize=10,color="white",style="solid",shape="box"];4118 -> 5569[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5569 -> 4139[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5570[label="vwx303/True",fontsize=10,color="white",style="solid",shape="box"];4118 -> 5570[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5570 -> 4140[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3802 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3802[label="vwx212 == vwx215",fontsize=16,color="magenta"];3802 -> 4141[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3802 -> 4142[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3803 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3803[label="vwx212 == vwx215",fontsize=16,color="magenta"];3803 -> 4143[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3803 -> 4144[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3804 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3804[label="vwx212 == vwx215",fontsize=16,color="magenta"];3804 -> 4145[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3804 -> 4146[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3805 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3805[label="vwx212 == vwx215",fontsize=16,color="magenta"];3805 -> 4147[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3805 -> 4148[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3806 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3806[label="vwx212 == vwx215",fontsize=16,color="magenta"];3806 -> 4149[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3806 -> 4150[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3807 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3807[label="vwx212 == vwx215",fontsize=16,color="magenta"];3807 -> 4151[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3807 -> 4152[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3808 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3808[label="vwx212 == vwx215",fontsize=16,color="magenta"];3808 -> 4153[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3808 -> 4154[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3809 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3809[label="vwx212 == vwx215",fontsize=16,color="magenta"];3809 -> 4155[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3809 -> 4156[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3810 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3810[label="vwx212 == vwx215",fontsize=16,color="magenta"];3810 -> 4157[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3810 -> 4158[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3811 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3811[label="vwx212 == vwx215",fontsize=16,color="magenta"];3811 -> 4159[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3811 -> 4160[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3812 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3812[label="vwx212 == vwx215",fontsize=16,color="magenta"];3812 -> 4161[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3812 -> 4162[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3813 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3813[label="vwx212 == vwx215",fontsize=16,color="magenta"];3813 -> 4163[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3813 -> 4164[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3814 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3814[label="vwx212 == vwx215",fontsize=16,color="magenta"];3814 -> 4165[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3814 -> 4166[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3815 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3815[label="vwx212 == vwx215",fontsize=16,color="magenta"];3815 -> 4167[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3815 -> 4168[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3816[label="compare1 (vwx290,vwx291,vwx292) (vwx293,vwx294,vwx295) vwx297",fontsize=16,color="burlywood",shape="triangle"];5571[label="vwx297/False",fontsize=10,color="white",style="solid",shape="box"];3816 -> 5571[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5571 -> 4169[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5572[label="vwx297/True",fontsize=10,color="white",style="solid",shape="box"];3816 -> 5572[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5572 -> 4170[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 3817 -> 3816[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3817[label="compare1 (vwx290,vwx291,vwx292) (vwx293,vwx294,vwx295) True",fontsize=16,color="magenta"];3817 -> 4171[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3818 -> 4172[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3818[label="primPlusNat (primMulNat vwx40000 (Succ vwx30100)) (Succ vwx30100)",fontsize=16,color="magenta"];3818 -> 4173[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3819[label="Zero",fontsize=16,color="green",shape="box"];3820[label="Zero",fontsize=16,color="green",shape="box"];3821[label="Zero",fontsize=16,color="green",shape="box"];3822 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3822[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3822 -> 4174[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3822 -> 4175[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3823 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3823[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3823 -> 4176[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3823 -> 4177[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3824 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3824[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3824 -> 4178[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3824 -> 4179[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3825 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3825[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3825 -> 4180[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3825 -> 4181[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3826 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3826[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3826 -> 4182[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3826 -> 4183[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3827 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3827[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3827 -> 4184[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3827 -> 4185[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3828 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3828[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3828 -> 4186[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3828 -> 4187[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3829 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3829[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3829 -> 4188[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3829 -> 4189[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3830 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3830[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3830 -> 4190[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3830 -> 4191[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3831 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3831[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3831 -> 4192[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3831 -> 4193[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3832 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3832[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3832 -> 4194[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3832 -> 4195[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3833 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3833[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3833 -> 4196[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3833 -> 4197[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3834 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3834[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3834 -> 4198[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3834 -> 4199[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3835 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3835[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];3835 -> 4200[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3835 -> 4201[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3836 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3836[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3836 -> 4202[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3836 -> 4203[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3837 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3837[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3837 -> 4204[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3837 -> 4205[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3838 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3838[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3838 -> 4206[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3838 -> 4207[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3839 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3839[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3839 -> 4208[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3839 -> 4209[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3840 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3840[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3840 -> 4210[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3840 -> 4211[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3841 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3841[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3841 -> 4212[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3841 -> 4213[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3842 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3842[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3842 -> 4214[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3842 -> 4215[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3843 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3843[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3843 -> 4216[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3843 -> 4217[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3844 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3844[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3844 -> 4218[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3844 -> 4219[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3845 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3845[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3845 -> 4220[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3845 -> 4221[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3846 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3846[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3846 -> 4222[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3846 -> 4223[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3847 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3847[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3847 -> 4224[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3847 -> 4225[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3848 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3848[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3848 -> 4226[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3848 -> 4227[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3849 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3849[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];3849 -> 4228[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3849 -> 4229[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3850[label="vwx4000",fontsize=16,color="green",shape="box"];3851[label="vwx3000",fontsize=16,color="green",shape="box"];3852[label="vwx4000",fontsize=16,color="green",shape="box"];3853[label="vwx3000",fontsize=16,color="green",shape="box"];3854[label="vwx4000",fontsize=16,color="green",shape="box"];3855[label="vwx3000",fontsize=16,color="green",shape="box"];3856[label="vwx4000",fontsize=16,color="green",shape="box"];3857[label="vwx3000",fontsize=16,color="green",shape="box"];3858[label="vwx4000",fontsize=16,color="green",shape="box"];3859[label="vwx3000",fontsize=16,color="green",shape="box"];3860[label="vwx4000",fontsize=16,color="green",shape="box"];3861[label="vwx3000",fontsize=16,color="green",shape="box"];3862[label="vwx4000",fontsize=16,color="green",shape="box"];3863[label="vwx3000",fontsize=16,color="green",shape="box"];3864[label="vwx4000",fontsize=16,color="green",shape="box"];3865[label="vwx3000",fontsize=16,color="green",shape="box"];3866[label="vwx4000",fontsize=16,color="green",shape="box"];3867[label="vwx3000",fontsize=16,color="green",shape="box"];3868[label="vwx4000",fontsize=16,color="green",shape="box"];3869[label="vwx3000",fontsize=16,color="green",shape="box"];3870[label="vwx4000",fontsize=16,color="green",shape="box"];3871[label="vwx3000",fontsize=16,color="green",shape="box"];3872[label="vwx4000",fontsize=16,color="green",shape="box"];3873[label="vwx3000",fontsize=16,color="green",shape="box"];3874[label="vwx4000",fontsize=16,color="green",shape="box"];3875[label="vwx3000",fontsize=16,color="green",shape="box"];3876[label="vwx4000",fontsize=16,color="green",shape="box"];3877[label="vwx3000",fontsize=16,color="green",shape="box"];3878[label="primEqNat (Succ vwx30000) (Succ vwx40000)",fontsize=16,color="black",shape="box"];3878 -> 4230[label="",style="solid", color="black", weight=3]; 24.05/10.82 3879[label="primEqNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];3879 -> 4231[label="",style="solid", color="black", weight=3]; 24.05/10.82 3880[label="primEqNat Zero (Succ vwx40000)",fontsize=16,color="black",shape="box"];3880 -> 4232[label="",style="solid", color="black", weight=3]; 24.05/10.82 3881[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];3881 -> 4233[label="",style="solid", color="black", weight=3]; 24.05/10.82 3882[label="vwx4001",fontsize=16,color="green",shape="box"];3883[label="vwx3001",fontsize=16,color="green",shape="box"];3884[label="vwx4001",fontsize=16,color="green",shape="box"];3885[label="vwx3001",fontsize=16,color="green",shape="box"];3886[label="vwx4001",fontsize=16,color="green",shape="box"];3887[label="vwx3001",fontsize=16,color="green",shape="box"];3888[label="vwx4001",fontsize=16,color="green",shape="box"];3889[label="vwx3001",fontsize=16,color="green",shape="box"];3890[label="vwx4001",fontsize=16,color="green",shape="box"];3891[label="vwx3001",fontsize=16,color="green",shape="box"];3892[label="vwx4001",fontsize=16,color="green",shape="box"];3893[label="vwx3001",fontsize=16,color="green",shape="box"];3894[label="vwx4001",fontsize=16,color="green",shape="box"];3895[label="vwx3001",fontsize=16,color="green",shape="box"];3896[label="vwx4001",fontsize=16,color="green",shape="box"];3897[label="vwx3001",fontsize=16,color="green",shape="box"];3898[label="vwx4001",fontsize=16,color="green",shape="box"];3899[label="vwx3001",fontsize=16,color="green",shape="box"];3900[label="vwx4001",fontsize=16,color="green",shape="box"];3901[label="vwx3001",fontsize=16,color="green",shape="box"];3902[label="vwx4001",fontsize=16,color="green",shape="box"];3903[label="vwx3001",fontsize=16,color="green",shape="box"];3904[label="vwx4001",fontsize=16,color="green",shape="box"];3905[label="vwx3001",fontsize=16,color="green",shape="box"];3906[label="vwx4001",fontsize=16,color="green",shape="box"];3907[label="vwx3001",fontsize=16,color="green",shape="box"];3908[label="vwx4001",fontsize=16,color="green",shape="box"];3909[label="vwx3001",fontsize=16,color="green",shape="box"];3910[label="vwx4000",fontsize=16,color="green",shape="box"];3911[label="vwx3000",fontsize=16,color="green",shape="box"];3912[label="vwx4000",fontsize=16,color="green",shape="box"];3913[label="vwx3000",fontsize=16,color="green",shape="box"];3914[label="vwx4000",fontsize=16,color="green",shape="box"];3915[label="vwx3000",fontsize=16,color="green",shape="box"];3916[label="vwx4000",fontsize=16,color="green",shape="box"];3917[label="vwx3000",fontsize=16,color="green",shape="box"];3918[label="vwx4000",fontsize=16,color="green",shape="box"];3919[label="vwx3000",fontsize=16,color="green",shape="box"];3920[label="vwx4000",fontsize=16,color="green",shape="box"];3921[label="vwx3000",fontsize=16,color="green",shape="box"];3922[label="vwx4000",fontsize=16,color="green",shape="box"];3923[label="vwx3000",fontsize=16,color="green",shape="box"];3924[label="vwx4000",fontsize=16,color="green",shape="box"];3925[label="vwx3000",fontsize=16,color="green",shape="box"];3926[label="vwx4000",fontsize=16,color="green",shape="box"];3927[label="vwx3000",fontsize=16,color="green",shape="box"];3928[label="vwx4000",fontsize=16,color="green",shape="box"];3929[label="vwx3000",fontsize=16,color="green",shape="box"];3930[label="vwx4000",fontsize=16,color="green",shape="box"];3931[label="vwx3000",fontsize=16,color="green",shape="box"];3932[label="vwx4000",fontsize=16,color="green",shape="box"];3933[label="vwx3000",fontsize=16,color="green",shape="box"];3934[label="vwx4000",fontsize=16,color="green",shape="box"];3935[label="vwx3000",fontsize=16,color="green",shape="box"];3936[label="vwx4000",fontsize=16,color="green",shape="box"];3937[label="vwx3000",fontsize=16,color="green",shape="box"];3938[label="vwx3001",fontsize=16,color="green",shape="box"];3939[label="vwx4000",fontsize=16,color="green",shape="box"];3940[label="vwx3000",fontsize=16,color="green",shape="box"];3941[label="vwx4001",fontsize=16,color="green",shape="box"];3942[label="vwx4001",fontsize=16,color="green",shape="box"];3943[label="vwx3001",fontsize=16,color="green",shape="box"];3944[label="vwx4001",fontsize=16,color="green",shape="box"];3945[label="vwx3001",fontsize=16,color="green",shape="box"];3946[label="vwx4000",fontsize=16,color="green",shape="box"];3947[label="vwx3000",fontsize=16,color="green",shape="box"];3948[label="vwx4000",fontsize=16,color="green",shape="box"];3949[label="vwx3000",fontsize=16,color="green",shape="box"];3950 -> 3299[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3950[label="primEqNat vwx30000 vwx40000",fontsize=16,color="magenta"];3950 -> 4234[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3950 -> 4235[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3951[label="False",fontsize=16,color="green",shape="box"];3952[label="False",fontsize=16,color="green",shape="box"];3953[label="True",fontsize=16,color="green",shape="box"];3954[label="False",fontsize=16,color="green",shape="box"];3955[label="True",fontsize=16,color="green",shape="box"];3956 -> 3299[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3956[label="primEqNat vwx30000 vwx40000",fontsize=16,color="magenta"];3956 -> 4236[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3956 -> 4237[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3957[label="False",fontsize=16,color="green",shape="box"];3958[label="False",fontsize=16,color="green",shape="box"];3959[label="True",fontsize=16,color="green",shape="box"];3960[label="False",fontsize=16,color="green",shape="box"];3961[label="True",fontsize=16,color="green",shape="box"];3962[label="vwx3001",fontsize=16,color="green",shape="box"];3963[label="vwx4000",fontsize=16,color="green",shape="box"];3964[label="vwx3000",fontsize=16,color="green",shape="box"];3965[label="vwx4001",fontsize=16,color="green",shape="box"];3966[label="vwx4000",fontsize=16,color="green",shape="box"];3967[label="vwx3000",fontsize=16,color="green",shape="box"];3968[label="vwx4000",fontsize=16,color="green",shape="box"];3969[label="vwx3000",fontsize=16,color="green",shape="box"];3970[label="vwx4000",fontsize=16,color="green",shape="box"];3971[label="vwx3000",fontsize=16,color="green",shape="box"];3972[label="vwx4000",fontsize=16,color="green",shape="box"];3973[label="vwx3000",fontsize=16,color="green",shape="box"];3974[label="vwx4000",fontsize=16,color="green",shape="box"];3975[label="vwx3000",fontsize=16,color="green",shape="box"];3976[label="vwx4000",fontsize=16,color="green",shape="box"];3977[label="vwx3000",fontsize=16,color="green",shape="box"];3978[label="vwx4000",fontsize=16,color="green",shape="box"];3979[label="vwx3000",fontsize=16,color="green",shape="box"];3980[label="vwx4000",fontsize=16,color="green",shape="box"];3981[label="vwx3000",fontsize=16,color="green",shape="box"];3982[label="vwx4000",fontsize=16,color="green",shape="box"];3983[label="vwx3000",fontsize=16,color="green",shape="box"];3984[label="vwx4000",fontsize=16,color="green",shape="box"];3985[label="vwx3000",fontsize=16,color="green",shape="box"];3986[label="vwx4000",fontsize=16,color="green",shape="box"];3987[label="vwx3000",fontsize=16,color="green",shape="box"];3988[label="vwx4000",fontsize=16,color="green",shape="box"];3989[label="vwx3000",fontsize=16,color="green",shape="box"];3990[label="vwx4000",fontsize=16,color="green",shape="box"];3991[label="vwx3000",fontsize=16,color="green",shape="box"];3992[label="vwx4000",fontsize=16,color="green",shape="box"];3993[label="vwx3000",fontsize=16,color="green",shape="box"];3995 -> 2304[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3995[label="compare vwx176 vwx177",fontsize=16,color="magenta"];3995 -> 4238[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3995 -> 4239[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3994[label="vwx299 /= GT",fontsize=16,color="black",shape="triangle"];3994 -> 4240[label="",style="solid", color="black", weight=3]; 24.05/10.82 3996 -> 2270[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3996[label="compare vwx176 vwx177",fontsize=16,color="magenta"];3996 -> 4241[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3996 -> 4242[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3997 -> 2306[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3997[label="compare vwx176 vwx177",fontsize=16,color="magenta"];3997 -> 4243[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3997 -> 4244[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3998 -> 2307[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3998[label="compare vwx176 vwx177",fontsize=16,color="magenta"];3998 -> 4245[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3998 -> 4246[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4003[label="LT <= LT",fontsize=16,color="black",shape="box"];4003 -> 4247[label="",style="solid", color="black", weight=3]; 24.05/10.82 4004[label="LT <= EQ",fontsize=16,color="black",shape="box"];4004 -> 4248[label="",style="solid", color="black", weight=3]; 24.05/10.82 4005[label="LT <= GT",fontsize=16,color="black",shape="box"];4005 -> 4249[label="",style="solid", color="black", weight=3]; 24.05/10.82 4006[label="EQ <= LT",fontsize=16,color="black",shape="box"];4006 -> 4250[label="",style="solid", color="black", weight=3]; 24.05/10.82 4007[label="EQ <= EQ",fontsize=16,color="black",shape="box"];4007 -> 4251[label="",style="solid", color="black", weight=3]; 24.05/10.82 4008[label="EQ <= GT",fontsize=16,color="black",shape="box"];4008 -> 4252[label="",style="solid", color="black", weight=3]; 24.05/10.82 4009[label="GT <= LT",fontsize=16,color="black",shape="box"];4009 -> 4253[label="",style="solid", color="black", weight=3]; 24.05/10.82 4010[label="GT <= EQ",fontsize=16,color="black",shape="box"];4010 -> 4254[label="",style="solid", color="black", weight=3]; 24.05/10.82 4011[label="GT <= GT",fontsize=16,color="black",shape="box"];4011 -> 4255[label="",style="solid", color="black", weight=3]; 24.05/10.82 4012[label="False <= False",fontsize=16,color="black",shape="box"];4012 -> 4256[label="",style="solid", color="black", weight=3]; 24.05/10.82 4013[label="False <= True",fontsize=16,color="black",shape="box"];4013 -> 4257[label="",style="solid", color="black", weight=3]; 24.05/10.82 4014[label="True <= False",fontsize=16,color="black",shape="box"];4014 -> 4258[label="",style="solid", color="black", weight=3]; 24.05/10.82 4015[label="True <= True",fontsize=16,color="black",shape="box"];4015 -> 4259[label="",style="solid", color="black", weight=3]; 24.05/10.82 3999 -> 2310[label="",style="dashed", color="red", weight=0]; 24.05/10.82 3999[label="compare vwx176 vwx177",fontsize=16,color="magenta"];3999 -> 4260[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 3999 -> 4261[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4000 -> 2311[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4000[label="compare vwx176 vwx177",fontsize=16,color="magenta"];4000 -> 4262[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4000 -> 4263[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4001 -> 2312[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4001[label="compare vwx176 vwx177",fontsize=16,color="magenta"];4001 -> 4264[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4001 -> 4265[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4016[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];4016 -> 4266[label="",style="solid", color="black", weight=3]; 24.05/10.82 4017[label="Nothing <= Just vwx1770",fontsize=16,color="black",shape="box"];4017 -> 4267[label="",style="solid", color="black", weight=3]; 24.05/10.82 4018[label="Just vwx1760 <= Nothing",fontsize=16,color="black",shape="box"];4018 -> 4268[label="",style="solid", color="black", weight=3]; 24.05/10.82 4019[label="Just vwx1760 <= Just vwx1770",fontsize=16,color="black",shape="box"];4019 -> 4269[label="",style="solid", color="black", weight=3]; 24.05/10.82 4020[label="(vwx1760,vwx1761) <= (vwx1770,vwx1771)",fontsize=16,color="black",shape="box"];4020 -> 4270[label="",style="solid", color="black", weight=3]; 24.05/10.82 4021[label="Left vwx1760 <= Left vwx1770",fontsize=16,color="black",shape="box"];4021 -> 4271[label="",style="solid", color="black", weight=3]; 24.05/10.82 4022[label="Left vwx1760 <= Right vwx1770",fontsize=16,color="black",shape="box"];4022 -> 4272[label="",style="solid", color="black", weight=3]; 24.05/10.82 4023[label="Right vwx1760 <= Left vwx1770",fontsize=16,color="black",shape="box"];4023 -> 4273[label="",style="solid", color="black", weight=3]; 24.05/10.82 4024[label="Right vwx1760 <= Right vwx1770",fontsize=16,color="black",shape="box"];4024 -> 4274[label="",style="solid", color="black", weight=3]; 24.05/10.82 4002 -> 2316[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4002[label="compare vwx176 vwx177",fontsize=16,color="magenta"];4002 -> 4275[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4002 -> 4276[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4025[label="(vwx1760,vwx1761,vwx1762) <= (vwx1770,vwx1771,vwx1772)",fontsize=16,color="black",shape="box"];4025 -> 4277[label="",style="solid", color="black", weight=3]; 24.05/10.82 4026[label="GT",fontsize=16,color="green",shape="box"];4027[label="vwx226",fontsize=16,color="green",shape="box"];4028[label="vwx228",fontsize=16,color="green",shape="box"];4029[label="vwx226",fontsize=16,color="green",shape="box"];4030[label="vwx228",fontsize=16,color="green",shape="box"];4031[label="vwx226",fontsize=16,color="green",shape="box"];4032[label="vwx228",fontsize=16,color="green",shape="box"];4033[label="vwx226",fontsize=16,color="green",shape="box"];4034[label="vwx228",fontsize=16,color="green",shape="box"];4035[label="vwx226",fontsize=16,color="green",shape="box"];4036[label="vwx228",fontsize=16,color="green",shape="box"];4037[label="vwx226",fontsize=16,color="green",shape="box"];4038[label="vwx228",fontsize=16,color="green",shape="box"];4039[label="vwx226",fontsize=16,color="green",shape="box"];4040[label="vwx228",fontsize=16,color="green",shape="box"];4041[label="vwx226",fontsize=16,color="green",shape="box"];4042[label="vwx228",fontsize=16,color="green",shape="box"];4043[label="vwx226",fontsize=16,color="green",shape="box"];4044[label="vwx228",fontsize=16,color="green",shape="box"];4045[label="vwx226",fontsize=16,color="green",shape="box"];4046[label="vwx228",fontsize=16,color="green",shape="box"];4047[label="vwx226",fontsize=16,color="green",shape="box"];4048[label="vwx228",fontsize=16,color="green",shape="box"];4049[label="vwx226",fontsize=16,color="green",shape="box"];4050[label="vwx228",fontsize=16,color="green",shape="box"];4051[label="vwx226",fontsize=16,color="green",shape="box"];4052[label="vwx228",fontsize=16,color="green",shape="box"];4053[label="vwx226",fontsize=16,color="green",shape="box"];4054[label="vwx228",fontsize=16,color="green",shape="box"];4055[label="vwx227",fontsize=16,color="green",shape="box"];4056[label="vwx225",fontsize=16,color="green",shape="box"];4057[label="vwx227",fontsize=16,color="green",shape="box"];4058[label="vwx225",fontsize=16,color="green",shape="box"];4059[label="vwx227",fontsize=16,color="green",shape="box"];4060[label="vwx225",fontsize=16,color="green",shape="box"];4061[label="vwx227",fontsize=16,color="green",shape="box"];4062[label="vwx225",fontsize=16,color="green",shape="box"];4063[label="vwx227",fontsize=16,color="green",shape="box"];4064[label="vwx225",fontsize=16,color="green",shape="box"];4065[label="vwx227",fontsize=16,color="green",shape="box"];4066[label="vwx225",fontsize=16,color="green",shape="box"];4067[label="vwx227",fontsize=16,color="green",shape="box"];4068[label="vwx225",fontsize=16,color="green",shape="box"];4069[label="vwx227",fontsize=16,color="green",shape="box"];4070[label="vwx225",fontsize=16,color="green",shape="box"];4071[label="vwx227",fontsize=16,color="green",shape="box"];4072[label="vwx225",fontsize=16,color="green",shape="box"];4073[label="vwx227",fontsize=16,color="green",shape="box"];4074[label="vwx225",fontsize=16,color="green",shape="box"];4075[label="vwx227",fontsize=16,color="green",shape="box"];4076[label="vwx225",fontsize=16,color="green",shape="box"];4077[label="vwx227",fontsize=16,color="green",shape="box"];4078[label="vwx225",fontsize=16,color="green",shape="box"];4079[label="vwx227",fontsize=16,color="green",shape="box"];4080[label="vwx225",fontsize=16,color="green",shape="box"];4081[label="vwx227",fontsize=16,color="green",shape="box"];4082[label="vwx225",fontsize=16,color="green",shape="box"];4083[label="LT",fontsize=16,color="green",shape="box"];4084 -> 2304[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4084[label="compare vwx225 vwx227",fontsize=16,color="magenta"];4084 -> 4278[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4084 -> 4279[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4085[label="LT",fontsize=16,color="green",shape="box"];4086 -> 2270[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4086[label="compare vwx225 vwx227",fontsize=16,color="magenta"];4086 -> 4280[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4086 -> 4281[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4087[label="LT",fontsize=16,color="green",shape="box"];4088 -> 2306[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4088[label="compare vwx225 vwx227",fontsize=16,color="magenta"];4088 -> 4282[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4088 -> 4283[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4089[label="LT",fontsize=16,color="green",shape="box"];4090 -> 2307[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4090[label="compare vwx225 vwx227",fontsize=16,color="magenta"];4090 -> 4284[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4090 -> 4285[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4091[label="LT",fontsize=16,color="green",shape="box"];4092 -> 2308[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4092[label="compare vwx225 vwx227",fontsize=16,color="magenta"];4092 -> 4286[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4092 -> 4287[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4093[label="LT",fontsize=16,color="green",shape="box"];4094 -> 2309[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4094[label="compare vwx225 vwx227",fontsize=16,color="magenta"];4094 -> 4288[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4094 -> 4289[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4095[label="LT",fontsize=16,color="green",shape="box"];4096 -> 2310[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4096[label="compare vwx225 vwx227",fontsize=16,color="magenta"];4096 -> 4290[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4096 -> 4291[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4097[label="LT",fontsize=16,color="green",shape="box"];4098 -> 2311[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4098[label="compare vwx225 vwx227",fontsize=16,color="magenta"];4098 -> 4292[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4098 -> 4293[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4099[label="LT",fontsize=16,color="green",shape="box"];4100 -> 2312[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4100[label="compare vwx225 vwx227",fontsize=16,color="magenta"];4100 -> 4294[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4100 -> 4295[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4101[label="LT",fontsize=16,color="green",shape="box"];4102 -> 2313[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4102[label="compare vwx225 vwx227",fontsize=16,color="magenta"];4102 -> 4296[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4102 -> 4297[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4103[label="LT",fontsize=16,color="green",shape="box"];4104 -> 2314[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4104[label="compare vwx225 vwx227",fontsize=16,color="magenta"];4104 -> 4298[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4104 -> 4299[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4105[label="LT",fontsize=16,color="green",shape="box"];4106 -> 2315[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4106[label="compare vwx225 vwx227",fontsize=16,color="magenta"];4106 -> 4300[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4106 -> 4301[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4107[label="LT",fontsize=16,color="green",shape="box"];4108 -> 2316[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4108[label="compare vwx225 vwx227",fontsize=16,color="magenta"];4108 -> 4302[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4108 -> 4303[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4109[label="LT",fontsize=16,color="green",shape="box"];4110 -> 2317[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4110[label="compare vwx225 vwx227",fontsize=16,color="magenta"];4110 -> 4304[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4110 -> 4305[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4111[label="compare1 (vwx275,vwx276) (vwx277,vwx278) False",fontsize=16,color="black",shape="box"];4111 -> 4306[label="",style="solid", color="black", weight=3]; 24.05/10.82 4112[label="compare1 (vwx275,vwx276) (vwx277,vwx278) True",fontsize=16,color="black",shape="box"];4112 -> 4307[label="",style="solid", color="black", weight=3]; 24.05/10.82 4113[label="True",fontsize=16,color="green",shape="box"];4114[label="GT",fontsize=16,color="green",shape="box"];4115[label="GT",fontsize=16,color="green",shape="box"];4123 -> 3393[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4123[label="vwx213 < vwx216",fontsize=16,color="magenta"];4123 -> 4308[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4123 -> 4309[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4124 -> 3394[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4124[label="vwx213 < vwx216",fontsize=16,color="magenta"];4124 -> 4310[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4124 -> 4311[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4125 -> 3395[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4125[label="vwx213 < vwx216",fontsize=16,color="magenta"];4125 -> 4312[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4125 -> 4313[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4126 -> 3396[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4126[label="vwx213 < vwx216",fontsize=16,color="magenta"];4126 -> 4314[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4126 -> 4315[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4127 -> 3397[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4127[label="vwx213 < vwx216",fontsize=16,color="magenta"];4127 -> 4316[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4127 -> 4317[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4128 -> 3398[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4128[label="vwx213 < vwx216",fontsize=16,color="magenta"];4128 -> 4318[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4128 -> 4319[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4129 -> 3399[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4129[label="vwx213 < vwx216",fontsize=16,color="magenta"];4129 -> 4320[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4129 -> 4321[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4130 -> 3400[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4130[label="vwx213 < vwx216",fontsize=16,color="magenta"];4130 -> 4322[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4130 -> 4323[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4131 -> 3401[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4131[label="vwx213 < vwx216",fontsize=16,color="magenta"];4131 -> 4324[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4131 -> 4325[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4132 -> 3402[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4132[label="vwx213 < vwx216",fontsize=16,color="magenta"];4132 -> 4326[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4132 -> 4327[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4133 -> 3403[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4133[label="vwx213 < vwx216",fontsize=16,color="magenta"];4133 -> 4328[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4133 -> 4329[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4134 -> 3404[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4134[label="vwx213 < vwx216",fontsize=16,color="magenta"];4134 -> 4330[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4134 -> 4331[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4135 -> 3405[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4135[label="vwx213 < vwx216",fontsize=16,color="magenta"];4135 -> 4332[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4135 -> 4333[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4136 -> 3406[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4136[label="vwx213 < vwx216",fontsize=16,color="magenta"];4136 -> 4334[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4136 -> 4335[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4137[label="vwx214 <= vwx217",fontsize=16,color="blue",shape="box"];5573[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4137 -> 5573[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5573 -> 4336[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5574[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4137 -> 5574[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5574 -> 4337[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5575[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4137 -> 5575[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5575 -> 4338[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5576[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4137 -> 5576[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5576 -> 4339[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5577[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4137 -> 5577[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5577 -> 4340[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5578[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4137 -> 5578[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5578 -> 4341[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5579[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4137 -> 5579[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5579 -> 4342[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5580[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4137 -> 5580[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5580 -> 4343[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5581[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4137 -> 5581[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5581 -> 4344[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5582[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4137 -> 5582[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5582 -> 4345[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5583[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4137 -> 5583[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5583 -> 4346[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5584[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4137 -> 5584[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5584 -> 4347[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5585[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4137 -> 5585[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5585 -> 4348[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5586[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4137 -> 5586[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5586 -> 4349[label="",style="solid", color="blue", weight=3]; 24.05/10.82 4138[label="vwx213 == vwx216",fontsize=16,color="blue",shape="box"];5587[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4138 -> 5587[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5587 -> 4350[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5588[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4138 -> 5588[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5588 -> 4351[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5589[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4138 -> 5589[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5589 -> 4352[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5590[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4138 -> 5590[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5590 -> 4353[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5591[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4138 -> 5591[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5591 -> 4354[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5592[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4138 -> 5592[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5592 -> 4355[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5593[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4138 -> 5593[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5593 -> 4356[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5594[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4138 -> 5594[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5594 -> 4357[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5595[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4138 -> 5595[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5595 -> 4358[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5596[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4138 -> 5596[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5596 -> 4359[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5597[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4138 -> 5597[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5597 -> 4360[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5598[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4138 -> 5598[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5598 -> 4361[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5599[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4138 -> 5599[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5599 -> 4362[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5600[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4138 -> 5600[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5600 -> 4363[label="",style="solid", color="blue", weight=3]; 24.05/10.82 4139[label="False || vwx304",fontsize=16,color="black",shape="box"];4139 -> 4364[label="",style="solid", color="black", weight=3]; 24.05/10.82 4140[label="True || vwx304",fontsize=16,color="black",shape="box"];4140 -> 4365[label="",style="solid", color="black", weight=3]; 24.05/10.82 4141[label="vwx215",fontsize=16,color="green",shape="box"];4142[label="vwx212",fontsize=16,color="green",shape="box"];4143[label="vwx215",fontsize=16,color="green",shape="box"];4144[label="vwx212",fontsize=16,color="green",shape="box"];4145[label="vwx215",fontsize=16,color="green",shape="box"];4146[label="vwx212",fontsize=16,color="green",shape="box"];4147[label="vwx215",fontsize=16,color="green",shape="box"];4148[label="vwx212",fontsize=16,color="green",shape="box"];4149[label="vwx215",fontsize=16,color="green",shape="box"];4150[label="vwx212",fontsize=16,color="green",shape="box"];4151[label="vwx215",fontsize=16,color="green",shape="box"];4152[label="vwx212",fontsize=16,color="green",shape="box"];4153[label="vwx215",fontsize=16,color="green",shape="box"];4154[label="vwx212",fontsize=16,color="green",shape="box"];4155[label="vwx215",fontsize=16,color="green",shape="box"];4156[label="vwx212",fontsize=16,color="green",shape="box"];4157[label="vwx215",fontsize=16,color="green",shape="box"];4158[label="vwx212",fontsize=16,color="green",shape="box"];4159[label="vwx215",fontsize=16,color="green",shape="box"];4160[label="vwx212",fontsize=16,color="green",shape="box"];4161[label="vwx215",fontsize=16,color="green",shape="box"];4162[label="vwx212",fontsize=16,color="green",shape="box"];4163[label="vwx215",fontsize=16,color="green",shape="box"];4164[label="vwx212",fontsize=16,color="green",shape="box"];4165[label="vwx215",fontsize=16,color="green",shape="box"];4166[label="vwx212",fontsize=16,color="green",shape="box"];4167[label="vwx215",fontsize=16,color="green",shape="box"];4168[label="vwx212",fontsize=16,color="green",shape="box"];4169[label="compare1 (vwx290,vwx291,vwx292) (vwx293,vwx294,vwx295) False",fontsize=16,color="black",shape="box"];4169 -> 4366[label="",style="solid", color="black", weight=3]; 24.05/10.82 4170[label="compare1 (vwx290,vwx291,vwx292) (vwx293,vwx294,vwx295) True",fontsize=16,color="black",shape="box"];4170 -> 4367[label="",style="solid", color="black", weight=3]; 24.05/10.82 4171[label="True",fontsize=16,color="green",shape="box"];4173 -> 3040[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4173[label="primMulNat vwx40000 (Succ vwx30100)",fontsize=16,color="magenta"];4173 -> 4368[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4173 -> 4369[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4172[label="primPlusNat vwx305 (Succ vwx30100)",fontsize=16,color="burlywood",shape="triangle"];5601[label="vwx305/Succ vwx3050",fontsize=10,color="white",style="solid",shape="box"];4172 -> 5601[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5601 -> 4370[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 5602[label="vwx305/Zero",fontsize=10,color="white",style="solid",shape="box"];4172 -> 5602[label="",style="solid", color="burlywood", weight=9]; 24.05/10.82 5602 -> 4371[label="",style="solid", color="burlywood", weight=3]; 24.05/10.82 4174[label="vwx4002",fontsize=16,color="green",shape="box"];4175[label="vwx3002",fontsize=16,color="green",shape="box"];4176[label="vwx4002",fontsize=16,color="green",shape="box"];4177[label="vwx3002",fontsize=16,color="green",shape="box"];4178[label="vwx4002",fontsize=16,color="green",shape="box"];4179[label="vwx3002",fontsize=16,color="green",shape="box"];4180[label="vwx4002",fontsize=16,color="green",shape="box"];4181[label="vwx3002",fontsize=16,color="green",shape="box"];4182[label="vwx4002",fontsize=16,color="green",shape="box"];4183[label="vwx3002",fontsize=16,color="green",shape="box"];4184[label="vwx4002",fontsize=16,color="green",shape="box"];4185[label="vwx3002",fontsize=16,color="green",shape="box"];4186[label="vwx4002",fontsize=16,color="green",shape="box"];4187[label="vwx3002",fontsize=16,color="green",shape="box"];4188[label="vwx4002",fontsize=16,color="green",shape="box"];4189[label="vwx3002",fontsize=16,color="green",shape="box"];4190[label="vwx4002",fontsize=16,color="green",shape="box"];4191[label="vwx3002",fontsize=16,color="green",shape="box"];4192[label="vwx4002",fontsize=16,color="green",shape="box"];4193[label="vwx3002",fontsize=16,color="green",shape="box"];4194[label="vwx4002",fontsize=16,color="green",shape="box"];4195[label="vwx3002",fontsize=16,color="green",shape="box"];4196[label="vwx4002",fontsize=16,color="green",shape="box"];4197[label="vwx3002",fontsize=16,color="green",shape="box"];4198[label="vwx4002",fontsize=16,color="green",shape="box"];4199[label="vwx3002",fontsize=16,color="green",shape="box"];4200[label="vwx4002",fontsize=16,color="green",shape="box"];4201[label="vwx3002",fontsize=16,color="green",shape="box"];4202[label="vwx4001",fontsize=16,color="green",shape="box"];4203[label="vwx3001",fontsize=16,color="green",shape="box"];4204[label="vwx4001",fontsize=16,color="green",shape="box"];4205[label="vwx3001",fontsize=16,color="green",shape="box"];4206[label="vwx4001",fontsize=16,color="green",shape="box"];4207[label="vwx3001",fontsize=16,color="green",shape="box"];4208[label="vwx4001",fontsize=16,color="green",shape="box"];4209[label="vwx3001",fontsize=16,color="green",shape="box"];4210[label="vwx4001",fontsize=16,color="green",shape="box"];4211[label="vwx3001",fontsize=16,color="green",shape="box"];4212[label="vwx4001",fontsize=16,color="green",shape="box"];4213[label="vwx3001",fontsize=16,color="green",shape="box"];4214[label="vwx4001",fontsize=16,color="green",shape="box"];4215[label="vwx3001",fontsize=16,color="green",shape="box"];4216[label="vwx4001",fontsize=16,color="green",shape="box"];4217[label="vwx3001",fontsize=16,color="green",shape="box"];4218[label="vwx4001",fontsize=16,color="green",shape="box"];4219[label="vwx3001",fontsize=16,color="green",shape="box"];4220[label="vwx4001",fontsize=16,color="green",shape="box"];4221[label="vwx3001",fontsize=16,color="green",shape="box"];4222[label="vwx4001",fontsize=16,color="green",shape="box"];4223[label="vwx3001",fontsize=16,color="green",shape="box"];4224[label="vwx4001",fontsize=16,color="green",shape="box"];4225[label="vwx3001",fontsize=16,color="green",shape="box"];4226[label="vwx4001",fontsize=16,color="green",shape="box"];4227[label="vwx3001",fontsize=16,color="green",shape="box"];4228[label="vwx4001",fontsize=16,color="green",shape="box"];4229[label="vwx3001",fontsize=16,color="green",shape="box"];4230 -> 3299[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4230[label="primEqNat vwx30000 vwx40000",fontsize=16,color="magenta"];4230 -> 4372[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4230 -> 4373[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4231[label="False",fontsize=16,color="green",shape="box"];4232[label="False",fontsize=16,color="green",shape="box"];4233[label="True",fontsize=16,color="green",shape="box"];4234[label="vwx40000",fontsize=16,color="green",shape="box"];4235[label="vwx30000",fontsize=16,color="green",shape="box"];4236[label="vwx40000",fontsize=16,color="green",shape="box"];4237[label="vwx30000",fontsize=16,color="green",shape="box"];4238[label="vwx177",fontsize=16,color="green",shape="box"];4239[label="vwx176",fontsize=16,color="green",shape="box"];4240 -> 2187[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4240[label="not (vwx299 == GT)",fontsize=16,color="magenta"];4240 -> 4374[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4241[label="vwx176",fontsize=16,color="green",shape="box"];4242[label="vwx177",fontsize=16,color="green",shape="box"];4243[label="vwx177",fontsize=16,color="green",shape="box"];4244[label="vwx176",fontsize=16,color="green",shape="box"];4245[label="vwx177",fontsize=16,color="green",shape="box"];4246[label="vwx176",fontsize=16,color="green",shape="box"];4247[label="True",fontsize=16,color="green",shape="box"];4248[label="True",fontsize=16,color="green",shape="box"];4249[label="True",fontsize=16,color="green",shape="box"];4250[label="False",fontsize=16,color="green",shape="box"];4251[label="True",fontsize=16,color="green",shape="box"];4252[label="True",fontsize=16,color="green",shape="box"];4253[label="False",fontsize=16,color="green",shape="box"];4254[label="False",fontsize=16,color="green",shape="box"];4255[label="True",fontsize=16,color="green",shape="box"];4256[label="True",fontsize=16,color="green",shape="box"];4257[label="True",fontsize=16,color="green",shape="box"];4258[label="False",fontsize=16,color="green",shape="box"];4259[label="True",fontsize=16,color="green",shape="box"];4260[label="vwx177",fontsize=16,color="green",shape="box"];4261[label="vwx176",fontsize=16,color="green",shape="box"];4262[label="vwx177",fontsize=16,color="green",shape="box"];4263[label="vwx176",fontsize=16,color="green",shape="box"];4264[label="vwx177",fontsize=16,color="green",shape="box"];4265[label="vwx176",fontsize=16,color="green",shape="box"];4266[label="True",fontsize=16,color="green",shape="box"];4267[label="True",fontsize=16,color="green",shape="box"];4268[label="False",fontsize=16,color="green",shape="box"];4269[label="vwx1760 <= vwx1770",fontsize=16,color="blue",shape="box"];5603[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4269 -> 5603[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5603 -> 4375[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5604[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4269 -> 5604[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5604 -> 4376[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5605[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4269 -> 5605[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5605 -> 4377[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5606[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4269 -> 5606[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5606 -> 4378[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5607[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4269 -> 5607[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5607 -> 4379[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5608[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4269 -> 5608[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5608 -> 4380[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5609[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4269 -> 5609[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5609 -> 4381[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5610[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4269 -> 5610[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5610 -> 4382[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5611[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4269 -> 5611[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5611 -> 4383[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5612[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4269 -> 5612[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5612 -> 4384[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5613[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4269 -> 5613[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5613 -> 4385[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5614[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4269 -> 5614[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5614 -> 4386[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5615[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4269 -> 5615[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5615 -> 4387[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5616[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4269 -> 5616[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5616 -> 4388[label="",style="solid", color="blue", weight=3]; 24.05/10.82 4270 -> 4118[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4270[label="vwx1760 < vwx1770 || vwx1760 == vwx1770 && vwx1761 <= vwx1771",fontsize=16,color="magenta"];4270 -> 4389[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4270 -> 4390[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4271[label="vwx1760 <= vwx1770",fontsize=16,color="blue",shape="box"];5617[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4271 -> 5617[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5617 -> 4391[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5618[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4271 -> 5618[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5618 -> 4392[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5619[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4271 -> 5619[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5619 -> 4393[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5620[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4271 -> 5620[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5620 -> 4394[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5621[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4271 -> 5621[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5621 -> 4395[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5622[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4271 -> 5622[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5622 -> 4396[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5623[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4271 -> 5623[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5623 -> 4397[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5624[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4271 -> 5624[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5624 -> 4398[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5625[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4271 -> 5625[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5625 -> 4399[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5626[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4271 -> 5626[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5626 -> 4400[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5627[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4271 -> 5627[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5627 -> 4401[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5628[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4271 -> 5628[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5628 -> 4402[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5629[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4271 -> 5629[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5629 -> 4403[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5630[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4271 -> 5630[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5630 -> 4404[label="",style="solid", color="blue", weight=3]; 24.05/10.82 4272[label="True",fontsize=16,color="green",shape="box"];4273[label="False",fontsize=16,color="green",shape="box"];4274[label="vwx1760 <= vwx1770",fontsize=16,color="blue",shape="box"];5631[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4274 -> 5631[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5631 -> 4405[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5632[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4274 -> 5632[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5632 -> 4406[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5633[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4274 -> 5633[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5633 -> 4407[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5634[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4274 -> 5634[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5634 -> 4408[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5635[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4274 -> 5635[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5635 -> 4409[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5636[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4274 -> 5636[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5636 -> 4410[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5637[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4274 -> 5637[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5637 -> 4411[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5638[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4274 -> 5638[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5638 -> 4412[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5639[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4274 -> 5639[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5639 -> 4413[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5640[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4274 -> 5640[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5640 -> 4414[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5641[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4274 -> 5641[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5641 -> 4415[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5642[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4274 -> 5642[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5642 -> 4416[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5643[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4274 -> 5643[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5643 -> 4417[label="",style="solid", color="blue", weight=3]; 24.05/10.82 5644[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4274 -> 5644[label="",style="solid", color="blue", weight=9]; 24.05/10.82 5644 -> 4418[label="",style="solid", color="blue", weight=3]; 24.05/10.82 4275[label="vwx177",fontsize=16,color="green",shape="box"];4276[label="vwx176",fontsize=16,color="green",shape="box"];4277 -> 4118[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4277[label="vwx1760 < vwx1770 || vwx1760 == vwx1770 && (vwx1761 < vwx1771 || vwx1761 == vwx1771 && vwx1762 <= vwx1772)",fontsize=16,color="magenta"];4277 -> 4419[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4277 -> 4420[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4278[label="vwx227",fontsize=16,color="green",shape="box"];4279[label="vwx225",fontsize=16,color="green",shape="box"];4280[label="vwx225",fontsize=16,color="green",shape="box"];4281[label="vwx227",fontsize=16,color="green",shape="box"];4282[label="vwx227",fontsize=16,color="green",shape="box"];4283[label="vwx225",fontsize=16,color="green",shape="box"];4284[label="vwx227",fontsize=16,color="green",shape="box"];4285[label="vwx225",fontsize=16,color="green",shape="box"];4286[label="vwx227",fontsize=16,color="green",shape="box"];4287[label="vwx225",fontsize=16,color="green",shape="box"];4288[label="vwx227",fontsize=16,color="green",shape="box"];4289[label="vwx225",fontsize=16,color="green",shape="box"];4290[label="vwx227",fontsize=16,color="green",shape="box"];4291[label="vwx225",fontsize=16,color="green",shape="box"];4292[label="vwx227",fontsize=16,color="green",shape="box"];4293[label="vwx225",fontsize=16,color="green",shape="box"];4294[label="vwx227",fontsize=16,color="green",shape="box"];4295[label="vwx225",fontsize=16,color="green",shape="box"];4296[label="vwx227",fontsize=16,color="green",shape="box"];4297[label="vwx225",fontsize=16,color="green",shape="box"];4298[label="vwx227",fontsize=16,color="green",shape="box"];4299[label="vwx225",fontsize=16,color="green",shape="box"];4300[label="vwx227",fontsize=16,color="green",shape="box"];4301[label="vwx225",fontsize=16,color="green",shape="box"];4302[label="vwx227",fontsize=16,color="green",shape="box"];4303[label="vwx225",fontsize=16,color="green",shape="box"];4304[label="vwx227",fontsize=16,color="green",shape="box"];4305[label="vwx225",fontsize=16,color="green",shape="box"];4306[label="compare0 (vwx275,vwx276) (vwx277,vwx278) otherwise",fontsize=16,color="black",shape="box"];4306 -> 4421[label="",style="solid", color="black", weight=3]; 24.05/10.82 4307[label="LT",fontsize=16,color="green",shape="box"];4308[label="vwx216",fontsize=16,color="green",shape="box"];4309[label="vwx213",fontsize=16,color="green",shape="box"];4310[label="vwx216",fontsize=16,color="green",shape="box"];4311[label="vwx213",fontsize=16,color="green",shape="box"];4312[label="vwx216",fontsize=16,color="green",shape="box"];4313[label="vwx213",fontsize=16,color="green",shape="box"];4314[label="vwx216",fontsize=16,color="green",shape="box"];4315[label="vwx213",fontsize=16,color="green",shape="box"];4316[label="vwx216",fontsize=16,color="green",shape="box"];4317[label="vwx213",fontsize=16,color="green",shape="box"];4318[label="vwx216",fontsize=16,color="green",shape="box"];4319[label="vwx213",fontsize=16,color="green",shape="box"];4320[label="vwx216",fontsize=16,color="green",shape="box"];4321[label="vwx213",fontsize=16,color="green",shape="box"];4322[label="vwx216",fontsize=16,color="green",shape="box"];4323[label="vwx213",fontsize=16,color="green",shape="box"];4324[label="vwx216",fontsize=16,color="green",shape="box"];4325[label="vwx213",fontsize=16,color="green",shape="box"];4326[label="vwx216",fontsize=16,color="green",shape="box"];4327[label="vwx213",fontsize=16,color="green",shape="box"];4328[label="vwx216",fontsize=16,color="green",shape="box"];4329[label="vwx213",fontsize=16,color="green",shape="box"];4330[label="vwx216",fontsize=16,color="green",shape="box"];4331[label="vwx213",fontsize=16,color="green",shape="box"];4332[label="vwx216",fontsize=16,color="green",shape="box"];4333[label="vwx213",fontsize=16,color="green",shape="box"];4334[label="vwx216",fontsize=16,color="green",shape="box"];4335[label="vwx213",fontsize=16,color="green",shape="box"];4336 -> 3360[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4336[label="vwx214 <= vwx217",fontsize=16,color="magenta"];4336 -> 4422[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4336 -> 4423[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4337 -> 3361[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4337[label="vwx214 <= vwx217",fontsize=16,color="magenta"];4337 -> 4424[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4337 -> 4425[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4338 -> 3362[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4338[label="vwx214 <= vwx217",fontsize=16,color="magenta"];4338 -> 4426[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4338 -> 4427[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4339 -> 3363[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4339[label="vwx214 <= vwx217",fontsize=16,color="magenta"];4339 -> 4428[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4339 -> 4429[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4340 -> 3364[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4340[label="vwx214 <= vwx217",fontsize=16,color="magenta"];4340 -> 4430[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4340 -> 4431[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4341 -> 3365[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4341[label="vwx214 <= vwx217",fontsize=16,color="magenta"];4341 -> 4432[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4341 -> 4433[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4342 -> 3366[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4342[label="vwx214 <= vwx217",fontsize=16,color="magenta"];4342 -> 4434[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4342 -> 4435[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4343 -> 3367[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4343[label="vwx214 <= vwx217",fontsize=16,color="magenta"];4343 -> 4436[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4343 -> 4437[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4344 -> 3368[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4344[label="vwx214 <= vwx217",fontsize=16,color="magenta"];4344 -> 4438[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4344 -> 4439[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4345 -> 3369[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4345[label="vwx214 <= vwx217",fontsize=16,color="magenta"];4345 -> 4440[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4345 -> 4441[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4346 -> 3370[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4346[label="vwx214 <= vwx217",fontsize=16,color="magenta"];4346 -> 4442[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4346 -> 4443[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4347 -> 3371[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4347[label="vwx214 <= vwx217",fontsize=16,color="magenta"];4347 -> 4444[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4347 -> 4445[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4348 -> 3372[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4348[label="vwx214 <= vwx217",fontsize=16,color="magenta"];4348 -> 4446[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4348 -> 4447[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4349 -> 3373[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4349[label="vwx214 <= vwx217",fontsize=16,color="magenta"];4349 -> 4448[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4349 -> 4449[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4350 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4350[label="vwx213 == vwx216",fontsize=16,color="magenta"];4350 -> 4450[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4350 -> 4451[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4351 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4351[label="vwx213 == vwx216",fontsize=16,color="magenta"];4351 -> 4452[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4351 -> 4453[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4352 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4352[label="vwx213 == vwx216",fontsize=16,color="magenta"];4352 -> 4454[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4352 -> 4455[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4353 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4353[label="vwx213 == vwx216",fontsize=16,color="magenta"];4353 -> 4456[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4353 -> 4457[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4354 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4354[label="vwx213 == vwx216",fontsize=16,color="magenta"];4354 -> 4458[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4354 -> 4459[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4355 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4355[label="vwx213 == vwx216",fontsize=16,color="magenta"];4355 -> 4460[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4355 -> 4461[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4356 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4356[label="vwx213 == vwx216",fontsize=16,color="magenta"];4356 -> 4462[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4356 -> 4463[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4357 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4357[label="vwx213 == vwx216",fontsize=16,color="magenta"];4357 -> 4464[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4357 -> 4465[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4358 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4358[label="vwx213 == vwx216",fontsize=16,color="magenta"];4358 -> 4466[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4358 -> 4467[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4359 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4359[label="vwx213 == vwx216",fontsize=16,color="magenta"];4359 -> 4468[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4359 -> 4469[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4360 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4360[label="vwx213 == vwx216",fontsize=16,color="magenta"];4360 -> 4470[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4360 -> 4471[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4361 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4361[label="vwx213 == vwx216",fontsize=16,color="magenta"];4361 -> 4472[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4361 -> 4473[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4362 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4362[label="vwx213 == vwx216",fontsize=16,color="magenta"];4362 -> 4474[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4362 -> 4475[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4363 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4363[label="vwx213 == vwx216",fontsize=16,color="magenta"];4363 -> 4476[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4363 -> 4477[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4364[label="vwx304",fontsize=16,color="green",shape="box"];4365[label="True",fontsize=16,color="green",shape="box"];4366[label="compare0 (vwx290,vwx291,vwx292) (vwx293,vwx294,vwx295) otherwise",fontsize=16,color="black",shape="box"];4366 -> 4478[label="",style="solid", color="black", weight=3]; 24.05/10.82 4367[label="LT",fontsize=16,color="green",shape="box"];4368[label="vwx40000",fontsize=16,color="green",shape="box"];4369[label="Succ vwx30100",fontsize=16,color="green",shape="box"];4370[label="primPlusNat (Succ vwx3050) (Succ vwx30100)",fontsize=16,color="black",shape="box"];4370 -> 4479[label="",style="solid", color="black", weight=3]; 24.05/10.82 4371[label="primPlusNat Zero (Succ vwx30100)",fontsize=16,color="black",shape="box"];4371 -> 4480[label="",style="solid", color="black", weight=3]; 24.05/10.82 4372[label="vwx40000",fontsize=16,color="green",shape="box"];4373[label="vwx30000",fontsize=16,color="green",shape="box"];4374 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4374[label="vwx299 == GT",fontsize=16,color="magenta"];4374 -> 4481[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4374 -> 4482[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4375 -> 3360[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4375[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4375 -> 4483[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4375 -> 4484[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4376 -> 3361[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4376[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4376 -> 4485[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4376 -> 4486[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4377 -> 3362[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4377[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4377 -> 4487[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4377 -> 4488[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4378 -> 3363[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4378[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4378 -> 4489[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4378 -> 4490[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4379 -> 3364[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4379[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4379 -> 4491[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4379 -> 4492[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4380 -> 3365[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4380[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4380 -> 4493[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4380 -> 4494[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4381 -> 3366[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4381[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4381 -> 4495[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4381 -> 4496[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4382 -> 3367[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4382[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4382 -> 4497[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4382 -> 4498[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4383 -> 3368[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4383[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4383 -> 4499[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4383 -> 4500[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4384 -> 3369[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4384[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4384 -> 4501[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4384 -> 4502[label="",style="dashed", color="magenta", weight=3]; 24.05/10.82 4385 -> 3370[label="",style="dashed", color="red", weight=0]; 24.05/10.82 4385[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4385 -> 4503[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4385 -> 4504[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4386 -> 3371[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4386[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4386 -> 4505[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4386 -> 4506[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4387 -> 3372[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4387[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4387 -> 4507[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4387 -> 4508[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4388 -> 3373[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4388[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4388 -> 4509[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4388 -> 4510[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4389[label="vwx1760 < vwx1770",fontsize=16,color="blue",shape="box"];5645[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4389 -> 5645[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5645 -> 4511[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5646[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4389 -> 5646[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5646 -> 4512[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5647[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4389 -> 5647[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5647 -> 4513[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5648[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4389 -> 5648[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5648 -> 4514[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5649[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4389 -> 5649[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5649 -> 4515[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5650[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4389 -> 5650[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5650 -> 4516[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5651[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4389 -> 5651[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5651 -> 4517[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5652[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4389 -> 5652[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5652 -> 4518[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5653[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4389 -> 5653[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5653 -> 4519[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5654[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4389 -> 5654[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5654 -> 4520[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5655[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4389 -> 5655[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5655 -> 4521[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5656[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4389 -> 5656[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5656 -> 4522[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5657[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4389 -> 5657[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5657 -> 4523[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5658[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4389 -> 5658[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5658 -> 4524[label="",style="solid", color="blue", weight=3]; 24.05/10.83 4390 -> 2977[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4390[label="vwx1760 == vwx1770 && vwx1761 <= vwx1771",fontsize=16,color="magenta"];4390 -> 4525[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4390 -> 4526[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4391 -> 3360[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4391[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4391 -> 4527[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4391 -> 4528[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4392 -> 3361[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4392[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4392 -> 4529[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4392 -> 4530[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4393 -> 3362[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4393[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4393 -> 4531[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4393 -> 4532[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4394 -> 3363[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4394[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4394 -> 4533[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4394 -> 4534[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4395 -> 3364[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4395[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4395 -> 4535[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4395 -> 4536[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4396 -> 3365[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4396[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4396 -> 4537[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4396 -> 4538[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4397 -> 3366[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4397[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4397 -> 4539[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4397 -> 4540[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4398 -> 3367[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4398[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4398 -> 4541[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4398 -> 4542[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4399 -> 3368[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4399[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4399 -> 4543[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4399 -> 4544[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4400 -> 3369[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4400[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4400 -> 4545[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4400 -> 4546[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4401 -> 3370[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4401[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4401 -> 4547[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4401 -> 4548[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4402 -> 3371[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4402[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4402 -> 4549[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4402 -> 4550[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4403 -> 3372[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4403[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4403 -> 4551[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4403 -> 4552[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4404 -> 3373[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4404[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4404 -> 4553[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4404 -> 4554[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4405 -> 3360[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4405[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4405 -> 4555[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4405 -> 4556[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4406 -> 3361[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4406[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4406 -> 4557[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4406 -> 4558[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4407 -> 3362[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4407[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4407 -> 4559[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4407 -> 4560[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4408 -> 3363[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4408[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4408 -> 4561[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4408 -> 4562[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4409 -> 3364[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4409[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4409 -> 4563[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4409 -> 4564[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4410 -> 3365[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4410[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4410 -> 4565[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4410 -> 4566[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4411 -> 3366[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4411[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4411 -> 4567[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4411 -> 4568[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4412 -> 3367[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4412[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4412 -> 4569[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4412 -> 4570[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4413 -> 3368[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4413[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4413 -> 4571[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4413 -> 4572[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4414 -> 3369[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4414[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4414 -> 4573[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4414 -> 4574[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4415 -> 3370[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4415[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4415 -> 4575[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4415 -> 4576[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4416 -> 3371[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4416[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4416 -> 4577[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4416 -> 4578[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4417 -> 3372[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4417[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4417 -> 4579[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4417 -> 4580[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4418 -> 3373[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4418[label="vwx1760 <= vwx1770",fontsize=16,color="magenta"];4418 -> 4581[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4418 -> 4582[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4419[label="vwx1760 < vwx1770",fontsize=16,color="blue",shape="box"];5659[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4419 -> 5659[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5659 -> 4583[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5660[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4419 -> 5660[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5660 -> 4584[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5661[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4419 -> 5661[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5661 -> 4585[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5662[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4419 -> 5662[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5662 -> 4586[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5663[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4419 -> 5663[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5663 -> 4587[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5664[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4419 -> 5664[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5664 -> 4588[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5665[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4419 -> 5665[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5665 -> 4589[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5666[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4419 -> 5666[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5666 -> 4590[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5667[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4419 -> 5667[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5667 -> 4591[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5668[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4419 -> 5668[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5668 -> 4592[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5669[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4419 -> 5669[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5669 -> 4593[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5670[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4419 -> 5670[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5670 -> 4594[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5671[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4419 -> 5671[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5671 -> 4595[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5672[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4419 -> 5672[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5672 -> 4596[label="",style="solid", color="blue", weight=3]; 24.05/10.83 4420 -> 2977[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4420[label="vwx1760 == vwx1770 && (vwx1761 < vwx1771 || vwx1761 == vwx1771 && vwx1762 <= vwx1772)",fontsize=16,color="magenta"];4420 -> 4597[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4420 -> 4598[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4421[label="compare0 (vwx275,vwx276) (vwx277,vwx278) True",fontsize=16,color="black",shape="box"];4421 -> 4599[label="",style="solid", color="black", weight=3]; 24.05/10.83 4422[label="vwx214",fontsize=16,color="green",shape="box"];4423[label="vwx217",fontsize=16,color="green",shape="box"];4424[label="vwx214",fontsize=16,color="green",shape="box"];4425[label="vwx217",fontsize=16,color="green",shape="box"];4426[label="vwx214",fontsize=16,color="green",shape="box"];4427[label="vwx217",fontsize=16,color="green",shape="box"];4428[label="vwx214",fontsize=16,color="green",shape="box"];4429[label="vwx217",fontsize=16,color="green",shape="box"];4430[label="vwx214",fontsize=16,color="green",shape="box"];4431[label="vwx217",fontsize=16,color="green",shape="box"];4432[label="vwx214",fontsize=16,color="green",shape="box"];4433[label="vwx217",fontsize=16,color="green",shape="box"];4434[label="vwx214",fontsize=16,color="green",shape="box"];4435[label="vwx217",fontsize=16,color="green",shape="box"];4436[label="vwx214",fontsize=16,color="green",shape="box"];4437[label="vwx217",fontsize=16,color="green",shape="box"];4438[label="vwx214",fontsize=16,color="green",shape="box"];4439[label="vwx217",fontsize=16,color="green",shape="box"];4440[label="vwx214",fontsize=16,color="green",shape="box"];4441[label="vwx217",fontsize=16,color="green",shape="box"];4442[label="vwx214",fontsize=16,color="green",shape="box"];4443[label="vwx217",fontsize=16,color="green",shape="box"];4444[label="vwx214",fontsize=16,color="green",shape="box"];4445[label="vwx217",fontsize=16,color="green",shape="box"];4446[label="vwx214",fontsize=16,color="green",shape="box"];4447[label="vwx217",fontsize=16,color="green",shape="box"];4448[label="vwx214",fontsize=16,color="green",shape="box"];4449[label="vwx217",fontsize=16,color="green",shape="box"];4450[label="vwx216",fontsize=16,color="green",shape="box"];4451[label="vwx213",fontsize=16,color="green",shape="box"];4452[label="vwx216",fontsize=16,color="green",shape="box"];4453[label="vwx213",fontsize=16,color="green",shape="box"];4454[label="vwx216",fontsize=16,color="green",shape="box"];4455[label="vwx213",fontsize=16,color="green",shape="box"];4456[label="vwx216",fontsize=16,color="green",shape="box"];4457[label="vwx213",fontsize=16,color="green",shape="box"];4458[label="vwx216",fontsize=16,color="green",shape="box"];4459[label="vwx213",fontsize=16,color="green",shape="box"];4460[label="vwx216",fontsize=16,color="green",shape="box"];4461[label="vwx213",fontsize=16,color="green",shape="box"];4462[label="vwx216",fontsize=16,color="green",shape="box"];4463[label="vwx213",fontsize=16,color="green",shape="box"];4464[label="vwx216",fontsize=16,color="green",shape="box"];4465[label="vwx213",fontsize=16,color="green",shape="box"];4466[label="vwx216",fontsize=16,color="green",shape="box"];4467[label="vwx213",fontsize=16,color="green",shape="box"];4468[label="vwx216",fontsize=16,color="green",shape="box"];4469[label="vwx213",fontsize=16,color="green",shape="box"];4470[label="vwx216",fontsize=16,color="green",shape="box"];4471[label="vwx213",fontsize=16,color="green",shape="box"];4472[label="vwx216",fontsize=16,color="green",shape="box"];4473[label="vwx213",fontsize=16,color="green",shape="box"];4474[label="vwx216",fontsize=16,color="green",shape="box"];4475[label="vwx213",fontsize=16,color="green",shape="box"];4476[label="vwx216",fontsize=16,color="green",shape="box"];4477[label="vwx213",fontsize=16,color="green",shape="box"];4478[label="compare0 (vwx290,vwx291,vwx292) (vwx293,vwx294,vwx295) True",fontsize=16,color="black",shape="box"];4478 -> 4600[label="",style="solid", color="black", weight=3]; 24.05/10.83 4479[label="Succ (Succ (primPlusNat vwx3050 vwx30100))",fontsize=16,color="green",shape="box"];4479 -> 4601[label="",style="dashed", color="green", weight=3]; 24.05/10.83 4480[label="Succ vwx30100",fontsize=16,color="green",shape="box"];4481[label="GT",fontsize=16,color="green",shape="box"];4482[label="vwx299",fontsize=16,color="green",shape="box"];4483[label="vwx1760",fontsize=16,color="green",shape="box"];4484[label="vwx1770",fontsize=16,color="green",shape="box"];4485[label="vwx1760",fontsize=16,color="green",shape="box"];4486[label="vwx1770",fontsize=16,color="green",shape="box"];4487[label="vwx1760",fontsize=16,color="green",shape="box"];4488[label="vwx1770",fontsize=16,color="green",shape="box"];4489[label="vwx1760",fontsize=16,color="green",shape="box"];4490[label="vwx1770",fontsize=16,color="green",shape="box"];4491[label="vwx1760",fontsize=16,color="green",shape="box"];4492[label="vwx1770",fontsize=16,color="green",shape="box"];4493[label="vwx1760",fontsize=16,color="green",shape="box"];4494[label="vwx1770",fontsize=16,color="green",shape="box"];4495[label="vwx1760",fontsize=16,color="green",shape="box"];4496[label="vwx1770",fontsize=16,color="green",shape="box"];4497[label="vwx1760",fontsize=16,color="green",shape="box"];4498[label="vwx1770",fontsize=16,color="green",shape="box"];4499[label="vwx1760",fontsize=16,color="green",shape="box"];4500[label="vwx1770",fontsize=16,color="green",shape="box"];4501[label="vwx1760",fontsize=16,color="green",shape="box"];4502[label="vwx1770",fontsize=16,color="green",shape="box"];4503[label="vwx1760",fontsize=16,color="green",shape="box"];4504[label="vwx1770",fontsize=16,color="green",shape="box"];4505[label="vwx1760",fontsize=16,color="green",shape="box"];4506[label="vwx1770",fontsize=16,color="green",shape="box"];4507[label="vwx1760",fontsize=16,color="green",shape="box"];4508[label="vwx1770",fontsize=16,color="green",shape="box"];4509[label="vwx1760",fontsize=16,color="green",shape="box"];4510[label="vwx1770",fontsize=16,color="green",shape="box"];4511 -> 3393[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4511[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4511 -> 4602[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4511 -> 4603[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4512 -> 3394[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4512[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4512 -> 4604[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4512 -> 4605[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4513 -> 3395[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4513[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4513 -> 4606[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4513 -> 4607[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4514 -> 3396[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4514[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4514 -> 4608[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4514 -> 4609[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4515 -> 3397[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4515[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4515 -> 4610[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4515 -> 4611[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4516 -> 3398[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4516[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4516 -> 4612[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4516 -> 4613[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4517 -> 3399[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4517[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4517 -> 4614[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4517 -> 4615[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4518 -> 3400[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4518[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4518 -> 4616[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4518 -> 4617[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4519 -> 3401[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4519[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4519 -> 4618[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4519 -> 4619[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4520 -> 3402[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4520[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4520 -> 4620[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4520 -> 4621[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4521 -> 3403[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4521[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4521 -> 4622[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4521 -> 4623[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4522 -> 3404[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4522[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4522 -> 4624[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4522 -> 4625[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4523 -> 3405[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4523[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4523 -> 4626[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4523 -> 4627[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4524 -> 3406[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4524[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4524 -> 4628[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4524 -> 4629[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4525[label="vwx1761 <= vwx1771",fontsize=16,color="blue",shape="box"];5673[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4525 -> 5673[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5673 -> 4630[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5674[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4525 -> 5674[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5674 -> 4631[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5675[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4525 -> 5675[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5675 -> 4632[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5676[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4525 -> 5676[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5676 -> 4633[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5677[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4525 -> 5677[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5677 -> 4634[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5678[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4525 -> 5678[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5678 -> 4635[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5679[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4525 -> 5679[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5679 -> 4636[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5680[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4525 -> 5680[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5680 -> 4637[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5681[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4525 -> 5681[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5681 -> 4638[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5682[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4525 -> 5682[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5682 -> 4639[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5683[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4525 -> 5683[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5683 -> 4640[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5684[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4525 -> 5684[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5684 -> 4641[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5685[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4525 -> 5685[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5685 -> 4642[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5686[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4525 -> 5686[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5686 -> 4643[label="",style="solid", color="blue", weight=3]; 24.05/10.83 4526[label="vwx1760 == vwx1770",fontsize=16,color="blue",shape="box"];5687[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4526 -> 5687[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5687 -> 4644[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5688[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4526 -> 5688[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5688 -> 4645[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5689[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4526 -> 5689[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5689 -> 4646[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5690[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4526 -> 5690[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5690 -> 4647[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5691[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4526 -> 5691[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5691 -> 4648[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5692[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4526 -> 5692[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5692 -> 4649[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5693[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4526 -> 5693[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5693 -> 4650[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5694[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4526 -> 5694[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5694 -> 4651[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5695[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4526 -> 5695[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5695 -> 4652[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5696[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4526 -> 5696[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5696 -> 4653[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5697[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4526 -> 5697[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5697 -> 4654[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5698[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4526 -> 5698[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5698 -> 4655[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5699[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4526 -> 5699[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5699 -> 4656[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5700[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4526 -> 5700[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5700 -> 4657[label="",style="solid", color="blue", weight=3]; 24.05/10.83 4527[label="vwx1760",fontsize=16,color="green",shape="box"];4528[label="vwx1770",fontsize=16,color="green",shape="box"];4529[label="vwx1760",fontsize=16,color="green",shape="box"];4530[label="vwx1770",fontsize=16,color="green",shape="box"];4531[label="vwx1760",fontsize=16,color="green",shape="box"];4532[label="vwx1770",fontsize=16,color="green",shape="box"];4533[label="vwx1760",fontsize=16,color="green",shape="box"];4534[label="vwx1770",fontsize=16,color="green",shape="box"];4535[label="vwx1760",fontsize=16,color="green",shape="box"];4536[label="vwx1770",fontsize=16,color="green",shape="box"];4537[label="vwx1760",fontsize=16,color="green",shape="box"];4538[label="vwx1770",fontsize=16,color="green",shape="box"];4539[label="vwx1760",fontsize=16,color="green",shape="box"];4540[label="vwx1770",fontsize=16,color="green",shape="box"];4541[label="vwx1760",fontsize=16,color="green",shape="box"];4542[label="vwx1770",fontsize=16,color="green",shape="box"];4543[label="vwx1760",fontsize=16,color="green",shape="box"];4544[label="vwx1770",fontsize=16,color="green",shape="box"];4545[label="vwx1760",fontsize=16,color="green",shape="box"];4546[label="vwx1770",fontsize=16,color="green",shape="box"];4547[label="vwx1760",fontsize=16,color="green",shape="box"];4548[label="vwx1770",fontsize=16,color="green",shape="box"];4549[label="vwx1760",fontsize=16,color="green",shape="box"];4550[label="vwx1770",fontsize=16,color="green",shape="box"];4551[label="vwx1760",fontsize=16,color="green",shape="box"];4552[label="vwx1770",fontsize=16,color="green",shape="box"];4553[label="vwx1760",fontsize=16,color="green",shape="box"];4554[label="vwx1770",fontsize=16,color="green",shape="box"];4555[label="vwx1760",fontsize=16,color="green",shape="box"];4556[label="vwx1770",fontsize=16,color="green",shape="box"];4557[label="vwx1760",fontsize=16,color="green",shape="box"];4558[label="vwx1770",fontsize=16,color="green",shape="box"];4559[label="vwx1760",fontsize=16,color="green",shape="box"];4560[label="vwx1770",fontsize=16,color="green",shape="box"];4561[label="vwx1760",fontsize=16,color="green",shape="box"];4562[label="vwx1770",fontsize=16,color="green",shape="box"];4563[label="vwx1760",fontsize=16,color="green",shape="box"];4564[label="vwx1770",fontsize=16,color="green",shape="box"];4565[label="vwx1760",fontsize=16,color="green",shape="box"];4566[label="vwx1770",fontsize=16,color="green",shape="box"];4567[label="vwx1760",fontsize=16,color="green",shape="box"];4568[label="vwx1770",fontsize=16,color="green",shape="box"];4569[label="vwx1760",fontsize=16,color="green",shape="box"];4570[label="vwx1770",fontsize=16,color="green",shape="box"];4571[label="vwx1760",fontsize=16,color="green",shape="box"];4572[label="vwx1770",fontsize=16,color="green",shape="box"];4573[label="vwx1760",fontsize=16,color="green",shape="box"];4574[label="vwx1770",fontsize=16,color="green",shape="box"];4575[label="vwx1760",fontsize=16,color="green",shape="box"];4576[label="vwx1770",fontsize=16,color="green",shape="box"];4577[label="vwx1760",fontsize=16,color="green",shape="box"];4578[label="vwx1770",fontsize=16,color="green",shape="box"];4579[label="vwx1760",fontsize=16,color="green",shape="box"];4580[label="vwx1770",fontsize=16,color="green",shape="box"];4581[label="vwx1760",fontsize=16,color="green",shape="box"];4582[label="vwx1770",fontsize=16,color="green",shape="box"];4583 -> 3393[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4583[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4583 -> 4658[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4583 -> 4659[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4584 -> 3394[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4584[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4584 -> 4660[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4584 -> 4661[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4585 -> 3395[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4585[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4585 -> 4662[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4585 -> 4663[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4586 -> 3396[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4586[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4586 -> 4664[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4586 -> 4665[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4587 -> 3397[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4587[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4587 -> 4666[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4587 -> 4667[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4588 -> 3398[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4588[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4588 -> 4668[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4588 -> 4669[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4589 -> 3399[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4589[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4589 -> 4670[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4589 -> 4671[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4590 -> 3400[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4590[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4590 -> 4672[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4590 -> 4673[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4591 -> 3401[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4591[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4591 -> 4674[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4591 -> 4675[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4592 -> 3402[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4592[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4592 -> 4676[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4592 -> 4677[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4593 -> 3403[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4593[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4593 -> 4678[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4593 -> 4679[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4594 -> 3404[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4594[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4594 -> 4680[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4594 -> 4681[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4595 -> 3405[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4595[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4595 -> 4682[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4595 -> 4683[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4596 -> 3406[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4596[label="vwx1760 < vwx1770",fontsize=16,color="magenta"];4596 -> 4684[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4596 -> 4685[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4597 -> 4118[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4597[label="vwx1761 < vwx1771 || vwx1761 == vwx1771 && vwx1762 <= vwx1772",fontsize=16,color="magenta"];4597 -> 4686[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4597 -> 4687[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4598[label="vwx1760 == vwx1770",fontsize=16,color="blue",shape="box"];5701[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4598 -> 5701[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5701 -> 4688[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5702[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4598 -> 5702[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5702 -> 4689[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5703[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4598 -> 5703[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5703 -> 4690[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5704[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4598 -> 5704[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5704 -> 4691[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5705[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4598 -> 5705[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5705 -> 4692[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5706[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4598 -> 5706[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5706 -> 4693[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5707[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4598 -> 5707[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5707 -> 4694[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5708[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4598 -> 5708[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5708 -> 4695[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5709[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4598 -> 5709[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5709 -> 4696[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5710[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4598 -> 5710[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5710 -> 4697[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5711[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4598 -> 5711[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5711 -> 4698[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5712[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4598 -> 5712[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5712 -> 4699[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5713[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4598 -> 5713[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5713 -> 4700[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5714[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4598 -> 5714[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5714 -> 4701[label="",style="solid", color="blue", weight=3]; 24.05/10.83 4599[label="GT",fontsize=16,color="green",shape="box"];4600[label="GT",fontsize=16,color="green",shape="box"];4601[label="primPlusNat vwx3050 vwx30100",fontsize=16,color="burlywood",shape="triangle"];5715[label="vwx3050/Succ vwx30500",fontsize=10,color="white",style="solid",shape="box"];4601 -> 5715[label="",style="solid", color="burlywood", weight=9]; 24.05/10.83 5715 -> 4702[label="",style="solid", color="burlywood", weight=3]; 24.05/10.83 5716[label="vwx3050/Zero",fontsize=10,color="white",style="solid",shape="box"];4601 -> 5716[label="",style="solid", color="burlywood", weight=9]; 24.05/10.83 5716 -> 4703[label="",style="solid", color="burlywood", weight=3]; 24.05/10.83 4602[label="vwx1770",fontsize=16,color="green",shape="box"];4603[label="vwx1760",fontsize=16,color="green",shape="box"];4604[label="vwx1770",fontsize=16,color="green",shape="box"];4605[label="vwx1760",fontsize=16,color="green",shape="box"];4606[label="vwx1770",fontsize=16,color="green",shape="box"];4607[label="vwx1760",fontsize=16,color="green",shape="box"];4608[label="vwx1770",fontsize=16,color="green",shape="box"];4609[label="vwx1760",fontsize=16,color="green",shape="box"];4610[label="vwx1770",fontsize=16,color="green",shape="box"];4611[label="vwx1760",fontsize=16,color="green",shape="box"];4612[label="vwx1770",fontsize=16,color="green",shape="box"];4613[label="vwx1760",fontsize=16,color="green",shape="box"];4614[label="vwx1770",fontsize=16,color="green",shape="box"];4615[label="vwx1760",fontsize=16,color="green",shape="box"];4616[label="vwx1770",fontsize=16,color="green",shape="box"];4617[label="vwx1760",fontsize=16,color="green",shape="box"];4618[label="vwx1770",fontsize=16,color="green",shape="box"];4619[label="vwx1760",fontsize=16,color="green",shape="box"];4620[label="vwx1770",fontsize=16,color="green",shape="box"];4621[label="vwx1760",fontsize=16,color="green",shape="box"];4622[label="vwx1770",fontsize=16,color="green",shape="box"];4623[label="vwx1760",fontsize=16,color="green",shape="box"];4624[label="vwx1770",fontsize=16,color="green",shape="box"];4625[label="vwx1760",fontsize=16,color="green",shape="box"];4626[label="vwx1770",fontsize=16,color="green",shape="box"];4627[label="vwx1760",fontsize=16,color="green",shape="box"];4628[label="vwx1770",fontsize=16,color="green",shape="box"];4629[label="vwx1760",fontsize=16,color="green",shape="box"];4630 -> 3360[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4630[label="vwx1761 <= vwx1771",fontsize=16,color="magenta"];4630 -> 4704[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4630 -> 4705[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4631 -> 3361[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4631[label="vwx1761 <= vwx1771",fontsize=16,color="magenta"];4631 -> 4706[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4631 -> 4707[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4632 -> 3362[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4632[label="vwx1761 <= vwx1771",fontsize=16,color="magenta"];4632 -> 4708[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4632 -> 4709[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4633 -> 3363[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4633[label="vwx1761 <= vwx1771",fontsize=16,color="magenta"];4633 -> 4710[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4633 -> 4711[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4634 -> 3364[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4634[label="vwx1761 <= vwx1771",fontsize=16,color="magenta"];4634 -> 4712[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4634 -> 4713[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4635 -> 3365[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4635[label="vwx1761 <= vwx1771",fontsize=16,color="magenta"];4635 -> 4714[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4635 -> 4715[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4636 -> 3366[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4636[label="vwx1761 <= vwx1771",fontsize=16,color="magenta"];4636 -> 4716[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4636 -> 4717[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4637 -> 3367[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4637[label="vwx1761 <= vwx1771",fontsize=16,color="magenta"];4637 -> 4718[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4637 -> 4719[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4638 -> 3368[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4638[label="vwx1761 <= vwx1771",fontsize=16,color="magenta"];4638 -> 4720[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4638 -> 4721[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4639 -> 3369[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4639[label="vwx1761 <= vwx1771",fontsize=16,color="magenta"];4639 -> 4722[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4639 -> 4723[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4640 -> 3370[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4640[label="vwx1761 <= vwx1771",fontsize=16,color="magenta"];4640 -> 4724[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4640 -> 4725[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4641 -> 3371[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4641[label="vwx1761 <= vwx1771",fontsize=16,color="magenta"];4641 -> 4726[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4641 -> 4727[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4642 -> 3372[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4642[label="vwx1761 <= vwx1771",fontsize=16,color="magenta"];4642 -> 4728[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4642 -> 4729[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4643 -> 3373[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4643[label="vwx1761 <= vwx1771",fontsize=16,color="magenta"];4643 -> 4730[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4643 -> 4731[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4644 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4644[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4644 -> 4732[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4644 -> 4733[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4645 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4645[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4645 -> 4734[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4645 -> 4735[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4646 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4646[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4646 -> 4736[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4646 -> 4737[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4647 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4647[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4647 -> 4738[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4647 -> 4739[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4648 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4648[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4648 -> 4740[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4648 -> 4741[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4649 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4649[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4649 -> 4742[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4649 -> 4743[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4650 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4650[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4650 -> 4744[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4650 -> 4745[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4651 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4651[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4651 -> 4746[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4651 -> 4747[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4652 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4652[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4652 -> 4748[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4652 -> 4749[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4653 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4653[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4653 -> 4750[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4653 -> 4751[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4654 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4654[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4654 -> 4752[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4654 -> 4753[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4655 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4655[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4655 -> 4754[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4655 -> 4755[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4656 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4656[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4656 -> 4756[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4656 -> 4757[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4657 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4657[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4657 -> 4758[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4657 -> 4759[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4658[label="vwx1770",fontsize=16,color="green",shape="box"];4659[label="vwx1760",fontsize=16,color="green",shape="box"];4660[label="vwx1770",fontsize=16,color="green",shape="box"];4661[label="vwx1760",fontsize=16,color="green",shape="box"];4662[label="vwx1770",fontsize=16,color="green",shape="box"];4663[label="vwx1760",fontsize=16,color="green",shape="box"];4664[label="vwx1770",fontsize=16,color="green",shape="box"];4665[label="vwx1760",fontsize=16,color="green",shape="box"];4666[label="vwx1770",fontsize=16,color="green",shape="box"];4667[label="vwx1760",fontsize=16,color="green",shape="box"];4668[label="vwx1770",fontsize=16,color="green",shape="box"];4669[label="vwx1760",fontsize=16,color="green",shape="box"];4670[label="vwx1770",fontsize=16,color="green",shape="box"];4671[label="vwx1760",fontsize=16,color="green",shape="box"];4672[label="vwx1770",fontsize=16,color="green",shape="box"];4673[label="vwx1760",fontsize=16,color="green",shape="box"];4674[label="vwx1770",fontsize=16,color="green",shape="box"];4675[label="vwx1760",fontsize=16,color="green",shape="box"];4676[label="vwx1770",fontsize=16,color="green",shape="box"];4677[label="vwx1760",fontsize=16,color="green",shape="box"];4678[label="vwx1770",fontsize=16,color="green",shape="box"];4679[label="vwx1760",fontsize=16,color="green",shape="box"];4680[label="vwx1770",fontsize=16,color="green",shape="box"];4681[label="vwx1760",fontsize=16,color="green",shape="box"];4682[label="vwx1770",fontsize=16,color="green",shape="box"];4683[label="vwx1760",fontsize=16,color="green",shape="box"];4684[label="vwx1770",fontsize=16,color="green",shape="box"];4685[label="vwx1760",fontsize=16,color="green",shape="box"];4686[label="vwx1761 < vwx1771",fontsize=16,color="blue",shape="box"];5717[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4686 -> 5717[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5717 -> 4760[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5718[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4686 -> 5718[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5718 -> 4761[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5719[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4686 -> 5719[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5719 -> 4762[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5720[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4686 -> 5720[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5720 -> 4763[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5721[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4686 -> 5721[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5721 -> 4764[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5722[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4686 -> 5722[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5722 -> 4765[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5723[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4686 -> 5723[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5723 -> 4766[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5724[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4686 -> 5724[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5724 -> 4767[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5725[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4686 -> 5725[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5725 -> 4768[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5726[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4686 -> 5726[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5726 -> 4769[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5727[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4686 -> 5727[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5727 -> 4770[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5728[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4686 -> 5728[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5728 -> 4771[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5729[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4686 -> 5729[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5729 -> 4772[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5730[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4686 -> 5730[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5730 -> 4773[label="",style="solid", color="blue", weight=3]; 24.05/10.83 4687 -> 2977[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4687[label="vwx1761 == vwx1771 && vwx1762 <= vwx1772",fontsize=16,color="magenta"];4687 -> 4774[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4687 -> 4775[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4688 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4688[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4688 -> 4776[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4688 -> 4777[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4689 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4689[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4689 -> 4778[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4689 -> 4779[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4690 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4690[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4690 -> 4780[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4690 -> 4781[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4691 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4691[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4691 -> 4782[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4691 -> 4783[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4692 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4692[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4692 -> 4784[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4692 -> 4785[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4693 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4693[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4693 -> 4786[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4693 -> 4787[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4694 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4694[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4694 -> 4788[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4694 -> 4789[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4695 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4695[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4695 -> 4790[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4695 -> 4791[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4696 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4696[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4696 -> 4792[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4696 -> 4793[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4697 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4697[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4697 -> 4794[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4697 -> 4795[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4698 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4698[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4698 -> 4796[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4698 -> 4797[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4699 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4699[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4699 -> 4798[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4699 -> 4799[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4700 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4700[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4700 -> 4800[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4700 -> 4801[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4701 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4701[label="vwx1760 == vwx1770",fontsize=16,color="magenta"];4701 -> 4802[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4701 -> 4803[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4702[label="primPlusNat (Succ vwx30500) vwx30100",fontsize=16,color="burlywood",shape="box"];5731[label="vwx30100/Succ vwx301000",fontsize=10,color="white",style="solid",shape="box"];4702 -> 5731[label="",style="solid", color="burlywood", weight=9]; 24.05/10.83 5731 -> 4804[label="",style="solid", color="burlywood", weight=3]; 24.05/10.83 5732[label="vwx30100/Zero",fontsize=10,color="white",style="solid",shape="box"];4702 -> 5732[label="",style="solid", color="burlywood", weight=9]; 24.05/10.83 5732 -> 4805[label="",style="solid", color="burlywood", weight=3]; 24.05/10.83 4703[label="primPlusNat Zero vwx30100",fontsize=16,color="burlywood",shape="box"];5733[label="vwx30100/Succ vwx301000",fontsize=10,color="white",style="solid",shape="box"];4703 -> 5733[label="",style="solid", color="burlywood", weight=9]; 24.05/10.83 5733 -> 4806[label="",style="solid", color="burlywood", weight=3]; 24.05/10.83 5734[label="vwx30100/Zero",fontsize=10,color="white",style="solid",shape="box"];4703 -> 5734[label="",style="solid", color="burlywood", weight=9]; 24.05/10.83 5734 -> 4807[label="",style="solid", color="burlywood", weight=3]; 24.05/10.83 4704[label="vwx1761",fontsize=16,color="green",shape="box"];4705[label="vwx1771",fontsize=16,color="green",shape="box"];4706[label="vwx1761",fontsize=16,color="green",shape="box"];4707[label="vwx1771",fontsize=16,color="green",shape="box"];4708[label="vwx1761",fontsize=16,color="green",shape="box"];4709[label="vwx1771",fontsize=16,color="green",shape="box"];4710[label="vwx1761",fontsize=16,color="green",shape="box"];4711[label="vwx1771",fontsize=16,color="green",shape="box"];4712[label="vwx1761",fontsize=16,color="green",shape="box"];4713[label="vwx1771",fontsize=16,color="green",shape="box"];4714[label="vwx1761",fontsize=16,color="green",shape="box"];4715[label="vwx1771",fontsize=16,color="green",shape="box"];4716[label="vwx1761",fontsize=16,color="green",shape="box"];4717[label="vwx1771",fontsize=16,color="green",shape="box"];4718[label="vwx1761",fontsize=16,color="green",shape="box"];4719[label="vwx1771",fontsize=16,color="green",shape="box"];4720[label="vwx1761",fontsize=16,color="green",shape="box"];4721[label="vwx1771",fontsize=16,color="green",shape="box"];4722[label="vwx1761",fontsize=16,color="green",shape="box"];4723[label="vwx1771",fontsize=16,color="green",shape="box"];4724[label="vwx1761",fontsize=16,color="green",shape="box"];4725[label="vwx1771",fontsize=16,color="green",shape="box"];4726[label="vwx1761",fontsize=16,color="green",shape="box"];4727[label="vwx1771",fontsize=16,color="green",shape="box"];4728[label="vwx1761",fontsize=16,color="green",shape="box"];4729[label="vwx1771",fontsize=16,color="green",shape="box"];4730[label="vwx1761",fontsize=16,color="green",shape="box"];4731[label="vwx1771",fontsize=16,color="green",shape="box"];4732[label="vwx1770",fontsize=16,color="green",shape="box"];4733[label="vwx1760",fontsize=16,color="green",shape="box"];4734[label="vwx1770",fontsize=16,color="green",shape="box"];4735[label="vwx1760",fontsize=16,color="green",shape="box"];4736[label="vwx1770",fontsize=16,color="green",shape="box"];4737[label="vwx1760",fontsize=16,color="green",shape="box"];4738[label="vwx1770",fontsize=16,color="green",shape="box"];4739[label="vwx1760",fontsize=16,color="green",shape="box"];4740[label="vwx1770",fontsize=16,color="green",shape="box"];4741[label="vwx1760",fontsize=16,color="green",shape="box"];4742[label="vwx1770",fontsize=16,color="green",shape="box"];4743[label="vwx1760",fontsize=16,color="green",shape="box"];4744[label="vwx1770",fontsize=16,color="green",shape="box"];4745[label="vwx1760",fontsize=16,color="green",shape="box"];4746[label="vwx1770",fontsize=16,color="green",shape="box"];4747[label="vwx1760",fontsize=16,color="green",shape="box"];4748[label="vwx1770",fontsize=16,color="green",shape="box"];4749[label="vwx1760",fontsize=16,color="green",shape="box"];4750[label="vwx1770",fontsize=16,color="green",shape="box"];4751[label="vwx1760",fontsize=16,color="green",shape="box"];4752[label="vwx1770",fontsize=16,color="green",shape="box"];4753[label="vwx1760",fontsize=16,color="green",shape="box"];4754[label="vwx1770",fontsize=16,color="green",shape="box"];4755[label="vwx1760",fontsize=16,color="green",shape="box"];4756[label="vwx1770",fontsize=16,color="green",shape="box"];4757[label="vwx1760",fontsize=16,color="green",shape="box"];4758[label="vwx1770",fontsize=16,color="green",shape="box"];4759[label="vwx1760",fontsize=16,color="green",shape="box"];4760 -> 3393[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4760[label="vwx1761 < vwx1771",fontsize=16,color="magenta"];4760 -> 4808[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4760 -> 4809[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4761 -> 3394[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4761[label="vwx1761 < vwx1771",fontsize=16,color="magenta"];4761 -> 4810[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4761 -> 4811[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4762 -> 3395[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4762[label="vwx1761 < vwx1771",fontsize=16,color="magenta"];4762 -> 4812[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4762 -> 4813[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4763 -> 3396[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4763[label="vwx1761 < vwx1771",fontsize=16,color="magenta"];4763 -> 4814[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4763 -> 4815[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4764 -> 3397[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4764[label="vwx1761 < vwx1771",fontsize=16,color="magenta"];4764 -> 4816[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4764 -> 4817[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4765 -> 3398[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4765[label="vwx1761 < vwx1771",fontsize=16,color="magenta"];4765 -> 4818[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4765 -> 4819[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4766 -> 3399[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4766[label="vwx1761 < vwx1771",fontsize=16,color="magenta"];4766 -> 4820[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4766 -> 4821[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4767 -> 3400[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4767[label="vwx1761 < vwx1771",fontsize=16,color="magenta"];4767 -> 4822[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4767 -> 4823[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4768 -> 3401[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4768[label="vwx1761 < vwx1771",fontsize=16,color="magenta"];4768 -> 4824[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4768 -> 4825[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4769 -> 3402[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4769[label="vwx1761 < vwx1771",fontsize=16,color="magenta"];4769 -> 4826[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4769 -> 4827[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4770 -> 3403[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4770[label="vwx1761 < vwx1771",fontsize=16,color="magenta"];4770 -> 4828[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4770 -> 4829[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4771 -> 3404[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4771[label="vwx1761 < vwx1771",fontsize=16,color="magenta"];4771 -> 4830[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4771 -> 4831[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4772 -> 3405[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4772[label="vwx1761 < vwx1771",fontsize=16,color="magenta"];4772 -> 4832[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4772 -> 4833[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4773 -> 3406[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4773[label="vwx1761 < vwx1771",fontsize=16,color="magenta"];4773 -> 4834[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4773 -> 4835[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4774[label="vwx1762 <= vwx1772",fontsize=16,color="blue",shape="box"];5735[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4774 -> 5735[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5735 -> 4836[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5736[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4774 -> 5736[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5736 -> 4837[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5737[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4774 -> 5737[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5737 -> 4838[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5738[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4774 -> 5738[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5738 -> 4839[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5739[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4774 -> 5739[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5739 -> 4840[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5740[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4774 -> 5740[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5740 -> 4841[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5741[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4774 -> 5741[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5741 -> 4842[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5742[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4774 -> 5742[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5742 -> 4843[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5743[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4774 -> 5743[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5743 -> 4844[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5744[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4774 -> 5744[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5744 -> 4845[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5745[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4774 -> 5745[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5745 -> 4846[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5746[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4774 -> 5746[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5746 -> 4847[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5747[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4774 -> 5747[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5747 -> 4848[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5748[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4774 -> 5748[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5748 -> 4849[label="",style="solid", color="blue", weight=3]; 24.05/10.83 4775[label="vwx1761 == vwx1771",fontsize=16,color="blue",shape="box"];5749[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4775 -> 5749[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5749 -> 4850[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5750[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4775 -> 5750[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5750 -> 4851[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5751[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4775 -> 5751[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5751 -> 4852[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5752[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4775 -> 5752[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5752 -> 4853[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5753[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4775 -> 5753[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5753 -> 4854[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5754[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4775 -> 5754[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5754 -> 4855[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5755[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4775 -> 5755[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5755 -> 4856[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5756[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4775 -> 5756[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5756 -> 4857[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5757[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4775 -> 5757[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5757 -> 4858[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5758[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4775 -> 5758[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5758 -> 4859[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5759[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4775 -> 5759[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5759 -> 4860[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5760[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4775 -> 5760[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5760 -> 4861[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5761[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4775 -> 5761[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5761 -> 4862[label="",style="solid", color="blue", weight=3]; 24.05/10.83 5762[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4775 -> 5762[label="",style="solid", color="blue", weight=9]; 24.05/10.83 5762 -> 4863[label="",style="solid", color="blue", weight=3]; 24.05/10.83 4776[label="vwx1770",fontsize=16,color="green",shape="box"];4777[label="vwx1760",fontsize=16,color="green",shape="box"];4778[label="vwx1770",fontsize=16,color="green",shape="box"];4779[label="vwx1760",fontsize=16,color="green",shape="box"];4780[label="vwx1770",fontsize=16,color="green",shape="box"];4781[label="vwx1760",fontsize=16,color="green",shape="box"];4782[label="vwx1770",fontsize=16,color="green",shape="box"];4783[label="vwx1760",fontsize=16,color="green",shape="box"];4784[label="vwx1770",fontsize=16,color="green",shape="box"];4785[label="vwx1760",fontsize=16,color="green",shape="box"];4786[label="vwx1770",fontsize=16,color="green",shape="box"];4787[label="vwx1760",fontsize=16,color="green",shape="box"];4788[label="vwx1770",fontsize=16,color="green",shape="box"];4789[label="vwx1760",fontsize=16,color="green",shape="box"];4790[label="vwx1770",fontsize=16,color="green",shape="box"];4791[label="vwx1760",fontsize=16,color="green",shape="box"];4792[label="vwx1770",fontsize=16,color="green",shape="box"];4793[label="vwx1760",fontsize=16,color="green",shape="box"];4794[label="vwx1770",fontsize=16,color="green",shape="box"];4795[label="vwx1760",fontsize=16,color="green",shape="box"];4796[label="vwx1770",fontsize=16,color="green",shape="box"];4797[label="vwx1760",fontsize=16,color="green",shape="box"];4798[label="vwx1770",fontsize=16,color="green",shape="box"];4799[label="vwx1760",fontsize=16,color="green",shape="box"];4800[label="vwx1770",fontsize=16,color="green",shape="box"];4801[label="vwx1760",fontsize=16,color="green",shape="box"];4802[label="vwx1770",fontsize=16,color="green",shape="box"];4803[label="vwx1760",fontsize=16,color="green",shape="box"];4804[label="primPlusNat (Succ vwx30500) (Succ vwx301000)",fontsize=16,color="black",shape="box"];4804 -> 4864[label="",style="solid", color="black", weight=3]; 24.05/10.83 4805[label="primPlusNat (Succ vwx30500) Zero",fontsize=16,color="black",shape="box"];4805 -> 4865[label="",style="solid", color="black", weight=3]; 24.05/10.83 4806[label="primPlusNat Zero (Succ vwx301000)",fontsize=16,color="black",shape="box"];4806 -> 4866[label="",style="solid", color="black", weight=3]; 24.05/10.83 4807[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];4807 -> 4867[label="",style="solid", color="black", weight=3]; 24.05/10.83 4808[label="vwx1771",fontsize=16,color="green",shape="box"];4809[label="vwx1761",fontsize=16,color="green",shape="box"];4810[label="vwx1771",fontsize=16,color="green",shape="box"];4811[label="vwx1761",fontsize=16,color="green",shape="box"];4812[label="vwx1771",fontsize=16,color="green",shape="box"];4813[label="vwx1761",fontsize=16,color="green",shape="box"];4814[label="vwx1771",fontsize=16,color="green",shape="box"];4815[label="vwx1761",fontsize=16,color="green",shape="box"];4816[label="vwx1771",fontsize=16,color="green",shape="box"];4817[label="vwx1761",fontsize=16,color="green",shape="box"];4818[label="vwx1771",fontsize=16,color="green",shape="box"];4819[label="vwx1761",fontsize=16,color="green",shape="box"];4820[label="vwx1771",fontsize=16,color="green",shape="box"];4821[label="vwx1761",fontsize=16,color="green",shape="box"];4822[label="vwx1771",fontsize=16,color="green",shape="box"];4823[label="vwx1761",fontsize=16,color="green",shape="box"];4824[label="vwx1771",fontsize=16,color="green",shape="box"];4825[label="vwx1761",fontsize=16,color="green",shape="box"];4826[label="vwx1771",fontsize=16,color="green",shape="box"];4827[label="vwx1761",fontsize=16,color="green",shape="box"];4828[label="vwx1771",fontsize=16,color="green",shape="box"];4829[label="vwx1761",fontsize=16,color="green",shape="box"];4830[label="vwx1771",fontsize=16,color="green",shape="box"];4831[label="vwx1761",fontsize=16,color="green",shape="box"];4832[label="vwx1771",fontsize=16,color="green",shape="box"];4833[label="vwx1761",fontsize=16,color="green",shape="box"];4834[label="vwx1771",fontsize=16,color="green",shape="box"];4835[label="vwx1761",fontsize=16,color="green",shape="box"];4836 -> 3360[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4836[label="vwx1762 <= vwx1772",fontsize=16,color="magenta"];4836 -> 4868[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4836 -> 4869[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4837 -> 3361[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4837[label="vwx1762 <= vwx1772",fontsize=16,color="magenta"];4837 -> 4870[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4837 -> 4871[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4838 -> 3362[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4838[label="vwx1762 <= vwx1772",fontsize=16,color="magenta"];4838 -> 4872[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4838 -> 4873[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4839 -> 3363[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4839[label="vwx1762 <= vwx1772",fontsize=16,color="magenta"];4839 -> 4874[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4839 -> 4875[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4840 -> 3364[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4840[label="vwx1762 <= vwx1772",fontsize=16,color="magenta"];4840 -> 4876[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4840 -> 4877[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4841 -> 3365[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4841[label="vwx1762 <= vwx1772",fontsize=16,color="magenta"];4841 -> 4878[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4841 -> 4879[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4842 -> 3366[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4842[label="vwx1762 <= vwx1772",fontsize=16,color="magenta"];4842 -> 4880[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4842 -> 4881[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4843 -> 3367[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4843[label="vwx1762 <= vwx1772",fontsize=16,color="magenta"];4843 -> 4882[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4843 -> 4883[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4844 -> 3368[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4844[label="vwx1762 <= vwx1772",fontsize=16,color="magenta"];4844 -> 4884[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4844 -> 4885[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4845 -> 3369[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4845[label="vwx1762 <= vwx1772",fontsize=16,color="magenta"];4845 -> 4886[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4845 -> 4887[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4846 -> 3370[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4846[label="vwx1762 <= vwx1772",fontsize=16,color="magenta"];4846 -> 4888[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4846 -> 4889[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4847 -> 3371[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4847[label="vwx1762 <= vwx1772",fontsize=16,color="magenta"];4847 -> 4890[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4847 -> 4891[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4848 -> 3372[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4848[label="vwx1762 <= vwx1772",fontsize=16,color="magenta"];4848 -> 4892[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4848 -> 4893[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4849 -> 3373[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4849[label="vwx1762 <= vwx1772",fontsize=16,color="magenta"];4849 -> 4894[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4849 -> 4895[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4850 -> 2576[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4850[label="vwx1761 == vwx1771",fontsize=16,color="magenta"];4850 -> 4896[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4850 -> 4897[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4851 -> 2580[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4851[label="vwx1761 == vwx1771",fontsize=16,color="magenta"];4851 -> 4898[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4851 -> 4899[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4852 -> 2569[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4852[label="vwx1761 == vwx1771",fontsize=16,color="magenta"];4852 -> 4900[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4852 -> 4901[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4853 -> 2575[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4853[label="vwx1761 == vwx1771",fontsize=16,color="magenta"];4853 -> 4902[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4853 -> 4903[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4854 -> 2577[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4854[label="vwx1761 == vwx1771",fontsize=16,color="magenta"];4854 -> 4904[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4854 -> 4905[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4855 -> 2573[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4855[label="vwx1761 == vwx1771",fontsize=16,color="magenta"];4855 -> 4906[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4855 -> 4907[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4856 -> 2581[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4856[label="vwx1761 == vwx1771",fontsize=16,color="magenta"];4856 -> 4908[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4856 -> 4909[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4857 -> 2574[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4857[label="vwx1761 == vwx1771",fontsize=16,color="magenta"];4857 -> 4910[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4857 -> 4911[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4858 -> 2572[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4858[label="vwx1761 == vwx1771",fontsize=16,color="magenta"];4858 -> 4912[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4858 -> 4913[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4859 -> 2578[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4859[label="vwx1761 == vwx1771",fontsize=16,color="magenta"];4859 -> 4914[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4859 -> 4915[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4860 -> 2570[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4860[label="vwx1761 == vwx1771",fontsize=16,color="magenta"];4860 -> 4916[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4860 -> 4917[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4861 -> 2579[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4861[label="vwx1761 == vwx1771",fontsize=16,color="magenta"];4861 -> 4918[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4861 -> 4919[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4862 -> 2571[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4862[label="vwx1761 == vwx1771",fontsize=16,color="magenta"];4862 -> 4920[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4862 -> 4921[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4863 -> 2568[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4863[label="vwx1761 == vwx1771",fontsize=16,color="magenta"];4863 -> 4922[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4863 -> 4923[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4864[label="Succ (Succ (primPlusNat vwx30500 vwx301000))",fontsize=16,color="green",shape="box"];4864 -> 4924[label="",style="dashed", color="green", weight=3]; 24.05/10.83 4865[label="Succ vwx30500",fontsize=16,color="green",shape="box"];4866[label="Succ vwx301000",fontsize=16,color="green",shape="box"];4867[label="Zero",fontsize=16,color="green",shape="box"];4868[label="vwx1762",fontsize=16,color="green",shape="box"];4869[label="vwx1772",fontsize=16,color="green",shape="box"];4870[label="vwx1762",fontsize=16,color="green",shape="box"];4871[label="vwx1772",fontsize=16,color="green",shape="box"];4872[label="vwx1762",fontsize=16,color="green",shape="box"];4873[label="vwx1772",fontsize=16,color="green",shape="box"];4874[label="vwx1762",fontsize=16,color="green",shape="box"];4875[label="vwx1772",fontsize=16,color="green",shape="box"];4876[label="vwx1762",fontsize=16,color="green",shape="box"];4877[label="vwx1772",fontsize=16,color="green",shape="box"];4878[label="vwx1762",fontsize=16,color="green",shape="box"];4879[label="vwx1772",fontsize=16,color="green",shape="box"];4880[label="vwx1762",fontsize=16,color="green",shape="box"];4881[label="vwx1772",fontsize=16,color="green",shape="box"];4882[label="vwx1762",fontsize=16,color="green",shape="box"];4883[label="vwx1772",fontsize=16,color="green",shape="box"];4884[label="vwx1762",fontsize=16,color="green",shape="box"];4885[label="vwx1772",fontsize=16,color="green",shape="box"];4886[label="vwx1762",fontsize=16,color="green",shape="box"];4887[label="vwx1772",fontsize=16,color="green",shape="box"];4888[label="vwx1762",fontsize=16,color="green",shape="box"];4889[label="vwx1772",fontsize=16,color="green",shape="box"];4890[label="vwx1762",fontsize=16,color="green",shape="box"];4891[label="vwx1772",fontsize=16,color="green",shape="box"];4892[label="vwx1762",fontsize=16,color="green",shape="box"];4893[label="vwx1772",fontsize=16,color="green",shape="box"];4894[label="vwx1762",fontsize=16,color="green",shape="box"];4895[label="vwx1772",fontsize=16,color="green",shape="box"];4896[label="vwx1771",fontsize=16,color="green",shape="box"];4897[label="vwx1761",fontsize=16,color="green",shape="box"];4898[label="vwx1771",fontsize=16,color="green",shape="box"];4899[label="vwx1761",fontsize=16,color="green",shape="box"];4900[label="vwx1771",fontsize=16,color="green",shape="box"];4901[label="vwx1761",fontsize=16,color="green",shape="box"];4902[label="vwx1771",fontsize=16,color="green",shape="box"];4903[label="vwx1761",fontsize=16,color="green",shape="box"];4904[label="vwx1771",fontsize=16,color="green",shape="box"];4905[label="vwx1761",fontsize=16,color="green",shape="box"];4906[label="vwx1771",fontsize=16,color="green",shape="box"];4907[label="vwx1761",fontsize=16,color="green",shape="box"];4908[label="vwx1771",fontsize=16,color="green",shape="box"];4909[label="vwx1761",fontsize=16,color="green",shape="box"];4910[label="vwx1771",fontsize=16,color="green",shape="box"];4911[label="vwx1761",fontsize=16,color="green",shape="box"];4912[label="vwx1771",fontsize=16,color="green",shape="box"];4913[label="vwx1761",fontsize=16,color="green",shape="box"];4914[label="vwx1771",fontsize=16,color="green",shape="box"];4915[label="vwx1761",fontsize=16,color="green",shape="box"];4916[label="vwx1771",fontsize=16,color="green",shape="box"];4917[label="vwx1761",fontsize=16,color="green",shape="box"];4918[label="vwx1771",fontsize=16,color="green",shape="box"];4919[label="vwx1761",fontsize=16,color="green",shape="box"];4920[label="vwx1771",fontsize=16,color="green",shape="box"];4921[label="vwx1761",fontsize=16,color="green",shape="box"];4922[label="vwx1771",fontsize=16,color="green",shape="box"];4923[label="vwx1761",fontsize=16,color="green",shape="box"];4924 -> 4601[label="",style="dashed", color="red", weight=0]; 24.05/10.83 4924[label="primPlusNat vwx30500 vwx301000",fontsize=16,color="magenta"];4924 -> 4925[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4924 -> 4926[label="",style="dashed", color="magenta", weight=3]; 24.05/10.83 4925[label="vwx301000",fontsize=16,color="green",shape="box"];4926[label="vwx30500",fontsize=16,color="green",shape="box"];} 24.05/10.83 24.05/10.83 ---------------------------------------- 24.05/10.83 24.05/10.83 (14) 24.05/10.83 Complex Obligation (AND) 24.05/10.83 24.05/10.83 ---------------------------------------- 24.05/10.83 24.05/10.83 (15) 24.05/10.83 Obligation: 24.05/10.83 Q DP problem: 24.05/10.83 The TRS P consists of the following rules: 24.05/10.83 24.05/10.83 new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 24.05/10.83 24.05/10.83 R is empty. 24.05/10.83 Q is empty. 24.05/10.83 We have to consider all minimal (P,Q,R)-chains. 24.05/10.83 ---------------------------------------- 24.05/10.83 24.05/10.83 (16) QDPSizeChangeProof (EQUIVALENT) 24.05/10.83 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. 24.05/10.83 24.05/10.83 From the DPs we obtained the following set of size-change graphs: 24.05/10.83 *new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 24.05/10.83 The graph contains the following edges 1 > 1, 2 > 2 24.05/10.83 24.05/10.83 24.05/10.83 ---------------------------------------- 24.05/10.83 24.05/10.83 (17) 24.05/10.83 YES 24.05/10.83 24.05/10.83 ---------------------------------------- 24.05/10.83 24.05/10.83 (18) 24.05/10.83 Obligation: 24.05/10.83 Q DP problem: 24.05/10.83 The TRS P consists of the following rules: 24.05/10.83 24.05/10.83 new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, cbe, app(app(app(ty_@3, ceg), ceh), cfa)) -> new_ltEs3(vwx214, vwx217, ceg, ceh, cfa) 24.05/10.83 new_compare2(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), False, app(app(ty_@2, eg), app(ty_Maybe, fa))) -> new_ltEs0(vwx1761, vwx1771, fa) 24.05/10.83 new_compare21(vwx194, vwx195, False, app(app(ty_Either, bhe), bhf), bha) -> new_ltEs2(vwx194, vwx195, bhe, bhf) 24.05/10.83 new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, bag, app(ty_Maybe, bdd)) -> new_ltEs0(vwx1762, vwx1772, bdd) 24.05/10.83 new_ltEs0(Just(vwx1760), Just(vwx1770), app(app(app(ty_@3, db), dc), dd)) -> new_ltEs3(vwx1760, vwx1770, db, dc, dd) 24.05/10.83 new_ltEs(vwx176, vwx177, h) -> new_compare(vwx176, vwx177, h) 24.05/10.83 new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, app(ty_Maybe, cda), cbf) -> new_lt0(vwx213, vwx216, cda) 24.05/10.83 new_ltEs1(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), eg, app(app(app(ty_@3, fg), fh), ga)) -> new_ltEs3(vwx1761, vwx1771, fg, fh, ga) 24.05/10.83 new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, app(ty_[], bcb), bah) -> new_lt(vwx1761, vwx1771, bcb) 24.05/10.83 new_ltEs0(Just(vwx1760), Just(vwx1770), app(app(ty_Either, cg), da)) -> new_ltEs2(vwx1760, vwx1770, cg, da) 24.05/10.83 new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, bca), bag), app(ty_Maybe, bdd))) -> new_ltEs0(vwx1762, vwx1772, bdd) 24.05/10.83 new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, app(ty_Maybe, bba)), bag), bah)) -> new_lt0(vwx1760, vwx1770, bba) 24.05/10.83 new_ltEs1(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), app(app(app(ty_@3, ed), ee), ef), df) -> new_lt3(vwx1760, vwx1770, ed, ee, ef) 24.05/10.83 new_ltEs2(Left(vwx1760), Left(vwx1770), app(ty_[], gb), gc) -> new_ltEs(vwx1760, vwx1770, gb) 24.05/10.83 new_compare21(vwx194, vwx195, False, app(ty_[], bgh), bha) -> new_ltEs(vwx194, vwx195, bgh) 24.05/10.83 new_compare22(vwx201, vwx202, False, cab, app(ty_[], cac)) -> new_ltEs(vwx201, vwx202, cac) 24.05/10.83 new_compare2(Just(vwx1760), Just(vwx1770), False, app(ty_Maybe, app(app(app(ty_@3, db), dc), dd))) -> new_ltEs3(vwx1760, vwx1770, db, dc, dd) 24.05/10.83 new_compare20(vwx225, vwx226, vwx227, vwx228, False, app(app(ty_Either, bgc), bgd), bgb) -> new_compare4(vwx225, vwx227, bgc, bgd) 24.05/10.83 new_compare2(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), False, app(app(ty_@2, app(app(app(ty_@3, ed), ee), ef)), df)) -> new_lt3(vwx1760, vwx1770, ed, ee, ef) 24.05/10.83 new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, bca), app(app(ty_@2, bcd), bce)), bah)) -> new_lt1(vwx1761, vwx1771, bcd, bce) 24.05/10.83 new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, cbe, app(ty_[], cea)) -> new_ltEs(vwx214, vwx217, cea) 24.05/10.83 new_lt3(vwx225, vwx227, bge, bgf, bgg) -> new_compare5(vwx225, vwx227, bge, bgf, bgg) 24.05/10.83 new_compare22(vwx201, vwx202, False, cab, app(app(ty_@2, cae), caf)) -> new_ltEs1(vwx201, vwx202, cae, caf) 24.05/10.83 new_compare1(Just(vwx300), Just(vwx400), bc) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, bc), bc) 24.05/10.83 new_compare2(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), False, app(app(ty_@2, eg), app(ty_[], eh))) -> new_ltEs(vwx1761, vwx1771, eh) 24.05/10.83 new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, app(ty_Maybe, bcc), bah) -> new_lt0(vwx1761, vwx1771, bcc) 24.05/10.83 new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, app(ty_[], cch), cbf) -> new_lt(vwx213, vwx216, cch) 24.05/10.83 new_compare20(vwx225, vwx226, vwx227, vwx228, False, app(ty_[], bed), bgb) -> new_compare(vwx225, vwx227, bed) 24.05/10.83 new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, app(app(ty_Either, bbd), bbe)), bag), bah)) -> new_lt2(vwx1760, vwx1770, bbd, bbe) 24.05/10.83 new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, bca), app(ty_Maybe, bcc)), bah)) -> new_lt0(vwx1761, vwx1771, bcc) 24.05/10.83 new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, app(app(app(ty_@3, ccd), cce), ccf), cbe, cbf) -> new_lt3(vwx212, vwx215, ccd, cce, ccf) 24.05/10.83 new_compare2(vwx176, vwx177, False, app(ty_[], h)) -> new_compare(vwx176, vwx177, h) 24.05/10.83 new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, bca), bag), app(ty_[], bdc))) -> new_ltEs(vwx1762, vwx1772, bdc) 24.05/10.83 new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, bag, app(app(app(ty_@3, bea), beb), bec)) -> new_ltEs3(vwx1762, vwx1772, bea, beb, bec) 24.05/10.83 new_compare2(Just(vwx1760), Just(vwx1770), False, app(ty_Maybe, app(ty_[], cc))) -> new_ltEs(vwx1760, vwx1770, cc) 24.05/10.83 new_compare20(vwx225, vwx226, vwx227, vwx228, False, beh, app(app(app(ty_@3, bfg), bfh), bga)) -> new_ltEs3(vwx226, vwx228, bfg, bfh, bga) 24.05/10.83 new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, app(app(ty_@2, bcd), bce), bah) -> new_lt1(vwx1761, vwx1771, bcd, bce) 24.05/10.83 new_compare2(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), False, app(app(ty_@2, app(ty_Maybe, dg)), df)) -> new_lt0(vwx1760, vwx1770, dg) 24.05/10.83 new_compare20(vwx225, vwx226, vwx227, vwx228, False, beh, app(ty_Maybe, bfb)) -> new_ltEs0(vwx226, vwx228, bfb) 24.05/10.83 new_ltEs2(Right(vwx1760), Right(vwx1770), hd, app(ty_Maybe, hf)) -> new_ltEs0(vwx1760, vwx1770, hf) 24.05/10.83 new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, app(app(ty_Either, ccb), ccc), cbe, cbf) -> new_lt2(vwx212, vwx215, ccb, ccc) 24.05/10.83 new_ltEs0(Just(vwx1760), Just(vwx1770), app(app(ty_@2, ce), cf)) -> new_ltEs1(vwx1760, vwx1770, ce, cf) 24.05/10.83 new_compare2(Right(vwx1760), Right(vwx1770), False, app(app(ty_Either, hd), app(ty_[], he))) -> new_ltEs(vwx1760, vwx1770, he) 24.05/10.83 new_compare20(vwx225, vwx226, vwx227, vwx228, False, app(app(ty_@2, bef), beg), bgb) -> new_compare3(vwx225, vwx227, bef, beg) 24.05/10.83 new_compare2(Left(vwx1760), Left(vwx1770), False, app(app(ty_Either, app(app(ty_Either, gg), gh)), gc)) -> new_ltEs2(vwx1760, vwx1770, gg, gh) 24.05/10.83 new_ltEs2(Right(vwx1760), Right(vwx1770), hd, app(app(app(ty_@3, bac), bad), bae)) -> new_ltEs3(vwx1760, vwx1770, bac, bad, bae) 24.05/10.83 new_ltEs0(Just(vwx1760), Just(vwx1770), app(ty_Maybe, cd)) -> new_ltEs0(vwx1760, vwx1770, cd) 24.05/10.83 new_ltEs1(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), app(app(ty_@2, dh), ea), df) -> new_lt1(vwx1760, vwx1770, dh, ea) 24.05/10.83 new_compare21(vwx194, vwx195, False, app(app(ty_@2, bhc), bhd), bha) -> new_ltEs1(vwx194, vwx195, bhc, bhd) 24.05/10.83 new_ltEs2(Left(vwx1760), Left(vwx1770), app(app(ty_@2, ge), gf), gc) -> new_ltEs1(vwx1760, vwx1770, ge, gf) 24.05/10.83 new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, cbe, app(app(ty_Either, cee), cef)) -> new_ltEs2(vwx214, vwx217, cee, cef) 24.05/10.83 new_compare2(Right(vwx1760), Right(vwx1770), False, app(app(ty_Either, hd), app(app(ty_Either, baa), bab))) -> new_ltEs2(vwx1760, vwx1770, baa, bab) 24.05/10.83 new_compare2(Right(vwx1760), Right(vwx1770), False, app(app(ty_Either, hd), app(ty_Maybe, hf))) -> new_ltEs0(vwx1760, vwx1770, hf) 24.05/10.83 new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, app(app(ty_@2, bbb), bbc)), bag), bah)) -> new_lt1(vwx1760, vwx1770, bbb, bbc) 24.05/10.83 new_lt0(vwx225, vwx227, bee) -> new_compare1(vwx225, vwx227, bee) 24.05/10.83 new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, bca), bag), app(app(ty_@2, bde), bdf))) -> new_ltEs1(vwx1762, vwx1772, bde, bdf) 24.05/10.83 new_ltEs1(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), eg, app(ty_[], eh)) -> new_ltEs(vwx1761, vwx1771, eh) 24.05/10.83 new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), app(app(app(ty_@3, bbf), bbg), bbh), bag, bah) -> new_lt3(vwx1760, vwx1770, bbf, bbg, bbh) 24.05/10.83 new_compare4(Left(vwx300), Left(vwx400), bf, bg) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, bf), bf, bg) 24.05/10.83 new_compare2(Just(vwx1760), Just(vwx1770), False, app(ty_Maybe, app(app(ty_@2, ce), cf))) -> new_ltEs1(vwx1760, vwx1770, ce, cf) 24.05/10.83 new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, app(app(ty_@2, cdb), cdc), cbf) -> new_lt1(vwx213, vwx216, cdb, cdc) 24.05/10.83 new_ltEs1(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), eg, app(app(ty_Either, fd), ff)) -> new_ltEs2(vwx1761, vwx1771, fd, ff) 24.05/10.83 new_compare21(vwx194, vwx195, False, app(ty_Maybe, bhb), bha) -> new_ltEs0(vwx194, vwx195, bhb) 24.05/10.83 new_compare21(vwx194, vwx195, False, app(app(app(ty_@3, bhg), bhh), caa), bha) -> new_ltEs3(vwx194, vwx195, bhg, bhh, caa) 24.05/10.83 new_compare20(vwx225, vwx226, vwx227, vwx228, False, beh, app(app(ty_@2, bfc), bfd)) -> new_ltEs1(vwx226, vwx228, bfc, bfd) 24.05/10.83 new_lt2(vwx225, vwx227, bgc, bgd) -> new_compare4(vwx225, vwx227, bgc, bgd) 24.05/10.83 new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), app(app(ty_Either, bbd), bbe), bag, bah) -> new_lt2(vwx1760, vwx1770, bbd, bbe) 24.05/10.83 new_compare22(vwx201, vwx202, False, cab, app(ty_Maybe, cad)) -> new_ltEs0(vwx201, vwx202, cad) 24.05/10.83 new_compare3(@2(vwx300, vwx301), @2(vwx400, vwx401), bd, be) -> new_compare20(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs6(vwx300, vwx400, bd), new_esEs5(vwx301, vwx401, be)), bd, be) 24.05/10.83 new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, app(app(ty_Either, cdd), cde), cbf) -> new_lt2(vwx213, vwx216, cdd, cde) 24.05/10.83 new_compare20(vwx225, vwx226, vwx227, vwx228, False, beh, app(app(ty_Either, bfe), bff)) -> new_ltEs2(vwx226, vwx228, bfe, bff) 24.05/10.83 new_compare4(Right(vwx300), Right(vwx400), bf, bg) -> new_compare22(vwx300, vwx400, new_esEs8(vwx300, vwx400, bg), bf, bg) 24.05/10.83 new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), app(app(ty_@2, bbb), bbc), bag, bah) -> new_lt1(vwx1760, vwx1770, bbb, bbc) 24.05/10.83 new_lt1(vwx225, vwx227, bef, beg) -> new_compare3(vwx225, vwx227, bef, beg) 24.05/10.83 new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, app(ty_[], baf)), bag), bah)) -> new_lt(vwx1760, vwx1770, baf) 24.05/10.83 new_ltEs1(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), app(app(ty_Either, eb), ec), df) -> new_lt2(vwx1760, vwx1770, eb, ec) 24.05/10.83 new_ltEs0(Just(vwx1760), Just(vwx1770), app(ty_[], cc)) -> new_ltEs(vwx1760, vwx1770, cc) 24.05/10.83 new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, app(app(app(ty_@3, bbf), bbg), bbh)), bag), bah)) -> new_lt3(vwx1760, vwx1770, bbf, bbg, bbh) 24.05/10.83 new_ltEs1(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), app(ty_Maybe, dg), df) -> new_lt0(vwx1760, vwx1770, dg) 24.05/10.83 new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), app(ty_[], baf), bag, bah) -> new_lt(vwx1760, vwx1770, baf) 24.05/10.83 new_primCompAux(Just(vwx300), Just(vwx400), vwx166, app(ty_Maybe, bc)) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, bc), bc) 24.05/10.83 new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, bca), app(app(ty_Either, bcf), bcg)), bah)) -> new_lt2(vwx1761, vwx1771, bcf, bcg) 24.05/10.83 new_compare20(vwx225, vwx226, vwx227, vwx228, False, app(app(app(ty_@3, bge), bgf), bgg), bgb) -> new_compare5(vwx225, vwx227, bge, bgf, bgg) 24.05/10.83 new_compare2(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), False, app(app(ty_@2, eg), app(app(app(ty_@3, fg), fh), ga))) -> new_ltEs3(vwx1761, vwx1771, fg, fh, ga) 24.05/10.83 new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, app(app(ty_@2, cbh), cca), cbe, cbf) -> new_lt1(vwx212, vwx215, cbh, cca) 24.05/10.83 new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, app(ty_Maybe, cbg), cbe, cbf) -> new_lt0(vwx212, vwx215, cbg) 24.05/10.83 new_primCompAux(Right(vwx300), Right(vwx400), vwx166, app(app(ty_Either, bf), bg)) -> new_compare22(vwx300, vwx400, new_esEs8(vwx300, vwx400, bg), bf, bg) 24.05/10.83 new_ltEs1(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), eg, app(ty_Maybe, fa)) -> new_ltEs0(vwx1761, vwx1771, fa) 24.05/10.83 new_compare2(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), False, app(app(ty_@2, app(ty_[], de)), df)) -> new_lt(vwx1760, vwx1770, de) 24.05/10.83 new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, app(app(ty_Either, bcf), bcg), bah) -> new_lt2(vwx1761, vwx1771, bcf, bcg) 24.05/10.83 new_compare2(Left(vwx1760), Left(vwx1770), False, app(app(ty_Either, app(ty_[], gb)), gc)) -> new_ltEs(vwx1760, vwx1770, gb) 24.05/10.83 new_ltEs1(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), eg, app(app(ty_@2, fb), fc)) -> new_ltEs1(vwx1761, vwx1771, fb, fc) 24.05/10.83 new_compare22(vwx201, vwx202, False, cab, app(app(app(ty_@3, cba), cbb), cbc)) -> new_ltEs3(vwx201, vwx202, cba, cbb, cbc) 24.05/10.83 new_compare2(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), False, app(app(ty_@2, eg), app(app(ty_Either, fd), ff))) -> new_ltEs2(vwx1761, vwx1771, fd, ff) 24.05/10.83 new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, bca), bag), app(app(ty_Either, bdg), bdh))) -> new_ltEs2(vwx1762, vwx1772, bdg, bdh) 24.05/10.83 new_lt(vwx225, vwx227, bed) -> new_compare(vwx225, vwx227, bed) 24.05/10.83 new_ltEs2(Left(vwx1760), Left(vwx1770), app(app(app(ty_@3, ha), hb), hc), gc) -> new_ltEs3(vwx1760, vwx1770, ha, hb, hc) 24.05/10.83 new_compare(:(vwx30, vwx31), :(vwx40, vwx41), ba) -> new_primCompAux(vwx30, vwx40, new_compare0(vwx31, vwx41, ba), ba) 24.05/10.83 new_compare20(vwx225, vwx226, vwx227, vwx228, False, beh, app(ty_[], bfa)) -> new_ltEs(vwx226, vwx228, bfa) 24.05/10.83 new_ltEs2(Right(vwx1760), Right(vwx1770), hd, app(app(ty_Either, baa), bab)) -> new_ltEs2(vwx1760, vwx1770, baa, bab) 24.05/10.83 new_compare2(Right(vwx1760), Right(vwx1770), False, app(app(ty_Either, hd), app(app(app(ty_@3, bac), bad), bae))) -> new_ltEs3(vwx1760, vwx1770, bac, bad, bae) 24.05/10.83 new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, bag, app(app(ty_Either, bdg), bdh)) -> new_ltEs2(vwx1762, vwx1772, bdg, bdh) 24.05/10.83 new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, bca), app(app(app(ty_@3, bch), bda), bdb)), bah)) -> new_lt3(vwx1761, vwx1771, bch, bda, bdb) 24.05/10.83 new_compare22(vwx201, vwx202, False, cab, app(app(ty_Either, cag), cah)) -> new_ltEs2(vwx201, vwx202, cag, cah) 24.05/10.83 new_primCompAux(vwx30, vwx40, vwx166, app(ty_[], bb)) -> new_compare(vwx30, vwx40, bb) 24.05/10.83 new_compare5(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bh, ca, cb) -> new_compare23(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs11(vwx300, vwx400, bh), new_asAs(new_esEs10(vwx301, vwx401, ca), new_esEs9(vwx302, vwx402, cb))), bh, ca, cb) 24.05/10.83 new_ltEs2(Left(vwx1760), Left(vwx1770), app(ty_Maybe, gd), gc) -> new_ltEs0(vwx1760, vwx1770, gd) 24.05/10.83 new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, bag, app(ty_[], bdc)) -> new_ltEs(vwx1762, vwx1772, bdc) 24.05/10.83 new_compare2(Just(vwx1760), Just(vwx1770), False, app(ty_Maybe, app(ty_Maybe, cd))) -> new_ltEs0(vwx1760, vwx1770, cd) 24.05/10.83 new_compare2(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), False, app(app(ty_@2, app(app(ty_Either, eb), ec)), df)) -> new_lt2(vwx1760, vwx1770, eb, ec) 24.05/10.83 new_compare2(Left(vwx1760), Left(vwx1770), False, app(app(ty_Either, app(ty_Maybe, gd)), gc)) -> new_ltEs0(vwx1760, vwx1770, gd) 24.05/10.83 new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, app(app(app(ty_@3, cdf), cdg), cdh), cbf) -> new_lt3(vwx213, vwx216, cdf, cdg, cdh) 24.05/10.83 new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, cbe, app(app(ty_@2, cec), ced)) -> new_ltEs1(vwx214, vwx217, cec, ced) 24.05/10.83 new_primCompAux(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), vwx166, app(app(app(ty_@3, bh), ca), cb)) -> new_compare23(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs11(vwx300, vwx400, bh), new_asAs(new_esEs10(vwx301, vwx401, ca), new_esEs9(vwx302, vwx402, cb))), bh, ca, cb) 24.05/10.83 new_compare20(vwx225, vwx226, vwx227, vwx228, False, app(ty_Maybe, bee), bgb) -> new_compare1(vwx225, vwx227, bee) 24.05/10.83 new_primCompAux(Left(vwx300), Left(vwx400), vwx166, app(app(ty_Either, bf), bg)) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, bf), bf, bg) 24.05/10.83 new_compare2(Just(vwx1760), Just(vwx1770), False, app(ty_Maybe, app(app(ty_Either, cg), da))) -> new_ltEs2(vwx1760, vwx1770, cg, da) 24.05/10.83 new_compare2(Left(vwx1760), Left(vwx1770), False, app(app(ty_Either, app(app(ty_@2, ge), gf)), gc)) -> new_ltEs1(vwx1760, vwx1770, ge, gf) 24.05/10.83 new_compare(:(vwx30, vwx31), :(vwx40, vwx41), ba) -> new_compare(vwx31, vwx41, ba) 24.05/10.83 new_primCompAux(@2(vwx300, vwx301), @2(vwx400, vwx401), vwx166, app(app(ty_@2, bd), be)) -> new_compare20(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs6(vwx300, vwx400, bd), new_esEs5(vwx301, vwx401, be)), bd, be) 24.05/10.83 new_compare2(Right(vwx1760), Right(vwx1770), False, app(app(ty_Either, hd), app(app(ty_@2, hg), hh))) -> new_ltEs1(vwx1760, vwx1770, hg, hh) 24.05/10.83 new_ltEs2(Left(vwx1760), Left(vwx1770), app(app(ty_Either, gg), gh), gc) -> new_ltEs2(vwx1760, vwx1770, gg, gh) 24.05/10.83 new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, cbe, app(ty_Maybe, ceb)) -> new_ltEs0(vwx214, vwx217, ceb) 24.05/10.83 new_compare2(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), False, app(app(ty_@2, app(app(ty_@2, dh), ea)), df)) -> new_lt1(vwx1760, vwx1770, dh, ea) 24.05/10.83 new_compare2(Left(vwx1760), Left(vwx1770), False, app(app(ty_Either, app(app(app(ty_@3, ha), hb), hc)), gc)) -> new_ltEs3(vwx1760, vwx1770, ha, hb, hc) 24.05/10.83 new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, app(ty_[], cbd), cbe, cbf) -> new_lt(vwx212, vwx215, cbd) 24.05/10.83 new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, bag, app(app(ty_@2, bde), bdf)) -> new_ltEs1(vwx1762, vwx1772, bde, bdf) 24.05/10.83 new_ltEs1(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), app(ty_[], de), df) -> new_lt(vwx1760, vwx1770, de) 24.05/10.83 new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, bca), app(ty_[], bcb)), bah)) -> new_lt(vwx1761, vwx1771, bcb) 24.05/10.83 new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), app(ty_Maybe, bba), bag, bah) -> new_lt0(vwx1760, vwx1770, bba) 24.05/10.83 new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, bca), bag), app(app(app(ty_@3, bea), beb), bec))) -> new_ltEs3(vwx1762, vwx1772, bea, beb, bec) 24.05/10.83 new_ltEs2(Right(vwx1760), Right(vwx1770), hd, app(app(ty_@2, hg), hh)) -> new_ltEs1(vwx1760, vwx1770, hg, hh) 24.05/10.83 new_ltEs2(Right(vwx1760), Right(vwx1770), hd, app(ty_[], he)) -> new_ltEs(vwx1760, vwx1770, he) 24.05/10.83 new_compare2(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), False, app(app(ty_@2, eg), app(app(ty_@2, fb), fc))) -> new_ltEs1(vwx1761, vwx1771, fb, fc) 24.05/10.83 new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, app(app(app(ty_@3, bch), bda), bdb), bah) -> new_lt3(vwx1761, vwx1771, bch, bda, bdb) 24.05/10.83 24.05/10.83 The TRS R consists of the following rules: 24.05/10.83 24.05/10.83 new_lt22(vwx213, vwx216, ty_Float) -> new_lt8(vwx213, vwx216) 24.05/10.83 new_esEs11(vwx300, vwx400, app(ty_[], dfa)) -> new_esEs24(vwx300, vwx400, dfa) 24.05/10.83 new_ltEs17(Right(vwx1760), Right(vwx1770), hd, app(ty_Ratio, egd)) -> new_ltEs14(vwx1760, vwx1770, egd) 24.05/10.83 new_primCmpInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> LT 24.05/10.83 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 24.05/10.83 new_esEs26(vwx225, vwx227, app(ty_Ratio, dfe)) -> new_esEs19(vwx225, vwx227, dfe) 24.05/10.83 new_ltEs17(Right(vwx1760), Right(vwx1770), hd, ty_Float) -> new_ltEs10(vwx1760, vwx1770) 24.05/10.83 new_pePe(True, vwx304) -> True 24.05/10.83 new_ltEs20(vwx214, vwx217, app(ty_Maybe, ceb)) -> new_ltEs15(vwx214, vwx217, ceb) 24.05/10.83 new_compare15(True, False) -> GT 24.05/10.83 new_compare19(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bh, ca, cb) -> new_compare26(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs11(vwx300, vwx400, bh), new_asAs(new_esEs10(vwx301, vwx401, ca), new_esEs9(vwx302, vwx402, cb))), bh, ca, cb) 24.05/10.83 new_esEs22(Just(vwx3000), Just(vwx4000), ty_@0) -> new_esEs25(vwx3000, vwx4000) 24.05/10.83 new_esEs37(vwx1760, vwx1770, ty_Ordering) -> new_esEs12(vwx1760, vwx1770) 24.05/10.83 new_ltEs20(vwx214, vwx217, ty_Int) -> new_ltEs11(vwx214, vwx217) 24.05/10.83 new_lt5(vwx225, vwx227) -> new_esEs12(new_compare7(vwx225, vwx227), LT) 24.05/10.83 new_esEs34(vwx3001, vwx4001, ty_Double) -> new_esEs17(vwx3001, vwx4001) 24.05/10.83 new_esEs18(True, True) -> True 24.05/10.83 new_lt8(vwx225, vwx227) -> new_esEs12(new_compare12(vwx225, vwx227), LT) 24.05/10.83 new_ltEs12(LT, LT) -> True 24.05/10.83 new_lt21(vwx212, vwx215, ty_Bool) -> new_lt6(vwx212, vwx215) 24.05/10.83 new_lt15(vwx225, vwx227, bee) -> new_esEs12(new_compare16(vwx225, vwx227, bee), LT) 24.05/10.83 new_ltEs11(vwx176, vwx177) -> new_fsEs(new_compare9(vwx176, vwx177)) 24.05/10.83 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Integer, dhh) -> new_esEs13(vwx3000, vwx4000) 24.05/10.83 new_esEs7(vwx300, vwx400, ty_Double) -> new_esEs17(vwx300, vwx400) 24.05/10.83 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 24.05/10.83 new_esEs32(vwx213, vwx216, app(ty_Ratio, ega)) -> new_esEs19(vwx213, vwx216, ega) 24.05/10.83 new_primCmpInt(Pos(Zero), Neg(Succ(vwx4000))) -> GT 24.05/10.83 new_ltEs23(vwx176, vwx177, ty_Float) -> new_ltEs10(vwx176, vwx177) 24.05/10.83 new_esEs5(vwx301, vwx401, app(ty_Ratio, cfh)) -> new_esEs19(vwx301, vwx401, cfh) 24.05/10.83 new_lt20(vwx1761, vwx1771, app(app(ty_Either, bcf), bcg)) -> new_lt17(vwx1761, vwx1771, bcf, bcg) 24.05/10.83 new_esEs36(vwx3000, vwx4000, ty_Integer) -> new_esEs13(vwx3000, vwx4000) 24.05/10.83 new_esEs11(vwx300, vwx400, app(ty_Ratio, dee)) -> new_esEs19(vwx300, vwx400, dee) 24.05/10.83 new_ltEs17(Right(vwx1760), Right(vwx1770), hd, ty_Double) -> new_ltEs8(vwx1760, vwx1770) 24.05/10.83 new_esEs23(Left(vwx3000), Left(vwx4000), app(app(ty_@2, fbg), fbh), dhh) -> new_esEs16(vwx3000, vwx4000, fbg, fbh) 24.05/10.83 new_ltEs19(vwx1762, vwx1772, ty_Integer) -> new_ltEs5(vwx1762, vwx1772) 24.05/10.83 new_ltEs17(Left(vwx1760), Left(vwx1770), app(ty_Ratio, egc), gc) -> new_ltEs14(vwx1760, vwx1770, egc) 24.05/10.83 new_esEs37(vwx1760, vwx1770, app(ty_Maybe, dg)) -> new_esEs22(vwx1760, vwx1770, dg) 24.05/10.83 new_compare113(vwx275, vwx276, vwx277, vwx278, True, dfb, dfc) -> LT 24.05/10.83 new_esEs28(vwx3001, vwx4001, ty_Int) -> new_esEs20(vwx3001, vwx4001) 24.05/10.83 new_primCmpInt(Neg(Succ(vwx3000)), Neg(vwx400)) -> new_primCmpNat0(vwx400, Succ(vwx3000)) 24.05/10.83 new_compare0(:(vwx30, vwx31), :(vwx40, vwx41), ba) -> new_primCompAux1(vwx30, vwx40, new_compare0(vwx31, vwx41, ba), ba) 24.05/10.83 new_ltEs15(Just(vwx1760), Just(vwx1770), ty_Char) -> new_ltEs6(vwx1760, vwx1770) 24.05/10.83 new_esEs34(vwx3001, vwx4001, ty_Int) -> new_esEs20(vwx3001, vwx4001) 24.05/10.83 new_esEs17(Double(vwx3000, vwx3001), Double(vwx4000, vwx4001)) -> new_esEs20(new_sr(vwx3000, vwx4001), new_sr(vwx3001, vwx4000)) 24.05/10.83 new_esEs7(vwx300, vwx400, ty_Int) -> new_esEs20(vwx300, vwx400) 24.05/10.83 new_ltEs17(Left(vwx1760), Left(vwx1770), ty_Char, gc) -> new_ltEs6(vwx1760, vwx1770) 24.05/10.83 new_ltEs23(vwx176, vwx177, ty_Bool) -> new_ltEs4(vwx176, vwx177) 24.05/10.83 new_ltEs23(vwx176, vwx177, app(app(ty_@2, eg), df)) -> new_ltEs16(vwx176, vwx177, eg, df) 24.05/10.83 new_esEs4(vwx300, vwx400, app(app(app(ty_@3, dgh), dha), dhb)) -> new_esEs14(vwx300, vwx400, dgh, dha, dhb) 24.05/10.83 new_lt23(vwx1760, vwx1770, app(ty_Maybe, dg)) -> new_lt15(vwx1760, vwx1770, dg) 24.05/10.83 new_esEs27(vwx3002, vwx4002, app(ty_Maybe, eba)) -> new_esEs22(vwx3002, vwx4002, eba) 24.05/10.83 new_ltEs21(vwx194, vwx195, ty_Char) -> new_ltEs6(vwx194, vwx195) 24.05/10.83 new_ltEs8(vwx176, vwx177) -> new_fsEs(new_compare6(vwx176, vwx177)) 24.05/10.83 new_esEs9(vwx302, vwx402, ty_Integer) -> new_esEs13(vwx302, vwx402) 24.05/10.83 new_esEs31(vwx1760, vwx1770, app(app(app(ty_@3, bbf), bbg), bbh)) -> new_esEs14(vwx1760, vwx1770, bbf, bbg, bbh) 24.05/10.83 new_esEs37(vwx1760, vwx1770, ty_@0) -> new_esEs25(vwx1760, vwx1770) 24.05/10.83 new_esEs32(vwx213, vwx216, app(ty_[], cch)) -> new_esEs24(vwx213, vwx216, cch) 24.05/10.83 new_ltEs4(False, True) -> True 24.05/10.83 new_lt9(vwx225, vwx227, bed) -> new_esEs12(new_compare0(vwx225, vwx227, bed), LT) 24.05/10.83 new_lt19(vwx1760, vwx1770, app(app(ty_Either, bbd), bbe)) -> new_lt17(vwx1760, vwx1770, bbd, bbe) 24.05/10.83 new_esEs6(vwx300, vwx400, app(app(ty_@2, dga), dgb)) -> new_esEs16(vwx300, vwx400, dga, dgb) 24.05/10.83 new_compare11(vwx30, vwx40, ty_Bool) -> new_compare15(vwx30, vwx40) 24.05/10.83 new_esEs33(vwx212, vwx215, app(app(ty_@2, cbh), cca)) -> new_esEs16(vwx212, vwx215, cbh, cca) 24.05/10.83 new_esEs5(vwx301, vwx401, app(ty_[], cgd)) -> new_esEs24(vwx301, vwx401, cgd) 24.05/10.83 new_ltEs23(vwx176, vwx177, ty_Ordering) -> new_ltEs12(vwx176, vwx177) 24.05/10.83 new_primCompAux0(vwx170, GT) -> GT 24.05/10.83 new_esEs11(vwx300, vwx400, ty_Integer) -> new_esEs13(vwx300, vwx400) 24.05/10.83 new_lt23(vwx1760, vwx1770, ty_Char) -> new_lt10(vwx1760, vwx1770) 24.05/10.83 new_esEs5(vwx301, vwx401, ty_Char) -> new_esEs15(vwx301, vwx401) 24.05/10.83 new_esEs31(vwx1760, vwx1770, ty_Integer) -> new_esEs13(vwx1760, vwx1770) 24.05/10.83 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Char) -> new_esEs15(vwx3000, vwx4000) 24.05/10.83 new_primEqInt(Pos(Succ(vwx30000)), Pos(Zero)) -> False 24.05/10.83 new_primEqInt(Pos(Zero), Pos(Succ(vwx40000))) -> False 24.05/10.83 new_ltEs21(vwx194, vwx195, ty_@0) -> new_ltEs13(vwx194, vwx195) 24.05/10.83 new_esEs32(vwx213, vwx216, ty_Char) -> new_esEs15(vwx213, vwx216) 24.05/10.83 new_esEs9(vwx302, vwx402, app(ty_Ratio, dca)) -> new_esEs19(vwx302, vwx402, dca) 24.05/10.83 new_esEs4(vwx300, vwx400, ty_Integer) -> new_esEs13(vwx300, vwx400) 24.05/10.83 new_esEs26(vwx225, vwx227, ty_Char) -> new_esEs15(vwx225, vwx227) 24.05/10.83 new_esEs36(vwx3000, vwx4000, app(ty_Ratio, fee)) -> new_esEs19(vwx3000, vwx4000, fee) 24.05/10.83 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Ordering) -> new_esEs12(vwx3000, vwx4000) 24.05/10.83 new_lt16(vwx225, vwx227, bef, beg) -> new_esEs12(new_compare17(vwx225, vwx227, bef, beg), LT) 24.05/10.83 new_ltEs24(vwx201, vwx202, ty_Int) -> new_ltEs11(vwx201, vwx202) 24.05/10.83 new_esEs27(vwx3002, vwx4002, app(app(ty_@2, eaf), eag)) -> new_esEs16(vwx3002, vwx4002, eaf, eag) 24.05/10.83 new_esEs23(Left(vwx3000), Left(vwx4000), app(app(app(ty_@3, fbd), fbe), fbf), dhh) -> new_esEs14(vwx3000, vwx4000, fbd, fbe, fbf) 24.05/10.83 new_lt22(vwx213, vwx216, app(app(app(ty_@3, cdf), cdg), cdh)) -> new_lt18(vwx213, vwx216, cdf, cdg, cdh) 24.05/10.83 new_esEs26(vwx225, vwx227, app(ty_[], bed)) -> new_esEs24(vwx225, vwx227, bed) 24.05/10.83 new_lt23(vwx1760, vwx1770, ty_Int) -> new_lt11(vwx1760, vwx1770) 24.05/10.83 new_primEqNat0(Succ(vwx30000), Succ(vwx40000)) -> new_primEqNat0(vwx30000, vwx40000) 24.05/10.83 new_esEs28(vwx3001, vwx4001, ty_Float) -> new_esEs21(vwx3001, vwx4001) 24.05/10.83 new_primCompAux0(vwx170, LT) -> LT 24.05/10.83 new_compare12(Float(vwx300, Pos(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare9(new_sr(vwx300, Pos(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 24.05/10.83 new_esEs24([], [], eaa) -> True 24.05/10.83 new_not(True) -> False 24.05/10.83 new_esEs37(vwx1760, vwx1770, ty_Bool) -> new_esEs18(vwx1760, vwx1770) 24.05/10.83 new_lt22(vwx213, vwx216, ty_Double) -> new_lt4(vwx213, vwx216) 24.05/10.83 new_lt22(vwx213, vwx216, ty_Ordering) -> new_lt12(vwx213, vwx216) 24.05/10.83 new_ltEs12(LT, GT) -> True 24.05/10.83 new_primCmpNat0(Zero, Zero) -> EQ 24.05/10.83 new_ltEs20(vwx214, vwx217, ty_Integer) -> new_ltEs5(vwx214, vwx217) 24.05/10.83 new_lt17(vwx225, vwx227, bgc, bgd) -> new_esEs12(new_compare18(vwx225, vwx227, bgc, bgd), LT) 24.05/10.83 new_esEs22(Nothing, Just(vwx4000), dhf) -> False 24.05/10.83 new_esEs22(Just(vwx3000), Nothing, dhf) -> False 24.05/10.83 new_esEs6(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 24.05/10.83 new_esEs22(Nothing, Nothing, dhf) -> True 24.05/10.83 new_esEs32(vwx213, vwx216, ty_Ordering) -> new_esEs12(vwx213, vwx216) 24.05/10.83 new_ltEs9(vwx226, vwx228, app(app(ty_Either, bfe), bff)) -> new_ltEs17(vwx226, vwx228, bfe, bff) 24.05/10.83 new_lt7(vwx225, vwx227, app(app(ty_Either, bgc), bgd)) -> new_lt17(vwx225, vwx227, bgc, bgd) 24.05/10.83 new_ltEs9(vwx226, vwx228, ty_@0) -> new_ltEs13(vwx226, vwx228) 24.05/10.83 new_esEs26(vwx225, vwx227, ty_@0) -> new_esEs25(vwx225, vwx227) 24.05/10.83 new_esEs32(vwx213, vwx216, ty_@0) -> new_esEs25(vwx213, vwx216) 24.05/10.83 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Bool) -> new_esEs18(vwx3000, vwx4000) 24.05/10.83 new_lt23(vwx1760, vwx1770, app(app(app(ty_@3, ed), ee), ef)) -> new_lt18(vwx1760, vwx1770, ed, ee, ef) 24.05/10.83 new_esEs34(vwx3001, vwx4001, app(app(ty_Either, ehe), ehf)) -> new_esEs23(vwx3001, vwx4001, ehe, ehf) 24.05/10.83 new_compare6(Double(vwx300, Pos(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare9(new_sr(vwx300, Pos(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 24.05/10.83 new_esEs30(vwx1761, vwx1771, ty_Double) -> new_esEs17(vwx1761, vwx1771) 24.05/10.83 new_ltEs17(Left(vwx1760), Right(vwx1770), hd, gc) -> True 24.05/10.83 new_esEs32(vwx213, vwx216, app(ty_Maybe, cda)) -> new_esEs22(vwx213, vwx216, cda) 24.05/10.83 new_esEs12(LT, LT) -> True 24.05/10.83 new_esEs4(vwx300, vwx400, app(ty_[], eaa)) -> new_esEs24(vwx300, vwx400, eaa) 24.05/10.83 new_lt19(vwx1760, vwx1770, ty_Integer) -> new_lt14(vwx1760, vwx1770) 24.05/10.83 new_ltEs22(vwx1761, vwx1771, ty_Double) -> new_ltEs8(vwx1761, vwx1771) 24.05/10.83 new_esEs5(vwx301, vwx401, app(app(ty_@2, cff), cfg)) -> new_esEs16(vwx301, vwx401, cff, cfg) 24.05/10.83 new_primCompAux1(vwx30, vwx40, vwx166, ba) -> new_primCompAux0(vwx166, new_compare11(vwx30, vwx40, ba)) 24.05/10.83 new_esEs36(vwx3000, vwx4000, ty_Char) -> new_esEs15(vwx3000, vwx4000) 24.05/10.83 new_esEs35(vwx3000, vwx4000, app(app(app(ty_@3, ehh), faa), fab)) -> new_esEs14(vwx3000, vwx4000, ehh, faa, fab) 24.05/10.83 new_ltEs9(vwx226, vwx228, ty_Double) -> new_ltEs8(vwx226, vwx228) 24.05/10.83 new_ltEs19(vwx1762, vwx1772, ty_Int) -> new_ltEs11(vwx1762, vwx1772) 24.05/10.83 new_primEqNat0(Succ(vwx30000), Zero) -> False 24.05/10.83 new_primEqNat0(Zero, Succ(vwx40000)) -> False 24.05/10.83 new_compare115(vwx248, vwx249, False, ege) -> GT 24.05/10.83 new_ltEs20(vwx214, vwx217, app(app(app(ty_@3, ceg), ceh), cfa)) -> new_ltEs18(vwx214, vwx217, ceg, ceh, cfa) 24.05/10.83 new_ltEs15(Just(vwx1760), Just(vwx1770), app(ty_[], cc)) -> new_ltEs7(vwx1760, vwx1770, cc) 24.05/10.83 new_ltEs19(vwx1762, vwx1772, ty_Char) -> new_ltEs6(vwx1762, vwx1772) 24.05/10.83 new_ltEs15(Just(vwx1760), Just(vwx1770), ty_Integer) -> new_ltEs5(vwx1760, vwx1770) 24.05/10.83 new_esEs5(vwx301, vwx401, ty_Integer) -> new_esEs13(vwx301, vwx401) 24.05/10.83 new_esEs29(vwx3000, vwx4000, app(app(app(ty_@3, ecg), ech), eda)) -> new_esEs14(vwx3000, vwx4000, ecg, ech, eda) 24.05/10.83 new_lt20(vwx1761, vwx1771, ty_Integer) -> new_lt14(vwx1761, vwx1771) 24.05/10.83 new_ltEs23(vwx176, vwx177, ty_Double) -> new_ltEs8(vwx176, vwx177) 24.05/10.83 new_esEs33(vwx212, vwx215, app(app(ty_Either, ccb), ccc)) -> new_esEs23(vwx212, vwx215, ccb, ccc) 24.05/10.83 new_esEs21(Float(vwx3000, vwx3001), Float(vwx4000, vwx4001)) -> new_esEs20(new_sr(vwx3000, vwx4001), new_sr(vwx3001, vwx4000)) 24.05/10.83 new_compare14(LT, LT) -> EQ 24.05/10.83 new_esEs6(vwx300, vwx400, ty_Char) -> new_esEs15(vwx300, vwx400) 24.05/10.83 new_ltEs15(Just(vwx1760), Just(vwx1770), app(app(ty_Either, cg), da)) -> new_ltEs17(vwx1760, vwx1770, cg, da) 24.05/10.83 new_compare112(vwx275, vwx276, vwx277, vwx278, False, vwx280, dfb, dfc) -> new_compare113(vwx275, vwx276, vwx277, vwx278, vwx280, dfb, dfc) 24.05/10.83 new_esEs27(vwx3002, vwx4002, app(app(ty_Either, ebb), ebc)) -> new_esEs23(vwx3002, vwx4002, ebb, ebc) 24.05/10.83 new_esEs23(Right(vwx3000), Right(vwx4000), dhg, ty_@0) -> new_esEs25(vwx3000, vwx4000) 24.05/10.83 new_compare28(vwx176, vwx177, True, fff) -> EQ 24.05/10.83 new_esEs4(vwx300, vwx400, app(ty_Ratio, dhe)) -> new_esEs19(vwx300, vwx400, dhe) 24.05/10.83 new_esEs38(vwx3001, vwx4001, ty_Int) -> new_esEs20(vwx3001, vwx4001) 24.05/10.83 new_ltEs24(vwx201, vwx202, app(app(app(ty_@3, cba), cbb), cbc)) -> new_ltEs18(vwx201, vwx202, cba, cbb, cbc) 24.05/10.83 new_lt20(vwx1761, vwx1771, app(ty_[], bcb)) -> new_lt9(vwx1761, vwx1771, bcb) 24.05/10.83 new_ltEs22(vwx1761, vwx1771, ty_Float) -> new_ltEs10(vwx1761, vwx1771) 24.05/10.83 new_esEs26(vwx225, vwx227, app(ty_Maybe, bee)) -> new_esEs22(vwx225, vwx227, bee) 24.05/10.83 new_esEs29(vwx3000, vwx4000, ty_Double) -> new_esEs17(vwx3000, vwx4000) 24.05/10.83 new_esEs22(Just(vwx3000), Just(vwx4000), app(ty_Maybe, efd)) -> new_esEs22(vwx3000, vwx4000, efd) 24.05/10.83 new_esEs37(vwx1760, vwx1770, ty_Char) -> new_esEs15(vwx1760, vwx1770) 24.05/10.83 new_esEs27(vwx3002, vwx4002, ty_Ordering) -> new_esEs12(vwx3002, vwx4002) 24.05/10.83 new_esEs33(vwx212, vwx215, app(ty_Maybe, cbg)) -> new_esEs22(vwx212, vwx215, cbg) 24.05/10.83 new_esEs35(vwx3000, vwx4000, ty_Integer) -> new_esEs13(vwx3000, vwx4000) 24.05/10.83 new_ltEs17(Left(vwx1760), Left(vwx1770), ty_Integer, gc) -> new_ltEs5(vwx1760, vwx1770) 24.05/10.83 new_compare116(vwx263, vwx264, True, ffd, ffe) -> LT 24.05/10.83 new_primCmpInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> GT 24.05/10.83 new_esEs6(vwx300, vwx400, ty_Float) -> new_esEs21(vwx300, vwx400) 24.05/10.83 new_ltEs17(Right(vwx1760), Right(vwx1770), hd, app(app(ty_Either, baa), bab)) -> new_ltEs17(vwx1760, vwx1770, baa, bab) 24.05/10.83 new_compare9(vwx30, vwx40) -> new_primCmpInt(vwx30, vwx40) 24.05/10.83 new_esEs36(vwx3000, vwx4000, app(app(app(ty_@3, fdh), fea), feb)) -> new_esEs14(vwx3000, vwx4000, fdh, fea, feb) 24.05/10.83 new_esEs28(vwx3001, vwx4001, ty_Double) -> new_esEs17(vwx3001, vwx4001) 24.05/10.83 new_lt21(vwx212, vwx215, ty_Integer) -> new_lt14(vwx212, vwx215) 24.05/10.83 new_esEs28(vwx3001, vwx4001, app(app(ty_Either, ecd), ece)) -> new_esEs23(vwx3001, vwx4001, ecd, ece) 24.05/10.83 new_compare11(vwx30, vwx40, ty_Char) -> new_compare13(vwx30, vwx40) 24.05/10.83 new_lt10(vwx225, vwx227) -> new_esEs12(new_compare13(vwx225, vwx227), LT) 24.05/10.83 new_ltEs17(Right(vwx1760), Right(vwx1770), hd, ty_Ordering) -> new_ltEs12(vwx1760, vwx1770) 24.05/10.83 new_esEs9(vwx302, vwx402, app(ty_[], dce)) -> new_esEs24(vwx302, vwx402, dce) 24.05/10.83 new_compare110(vwx290, vwx291, vwx292, vwx293, vwx294, vwx295, True, vwx297, chg, chh, daa) -> new_compare111(vwx290, vwx291, vwx292, vwx293, vwx294, vwx295, True, chg, chh, daa) 24.05/10.83 new_primPlusNat1(Succ(vwx30500), Succ(vwx301000)) -> Succ(Succ(new_primPlusNat1(vwx30500, vwx301000))) 24.05/10.83 new_esEs9(vwx302, vwx402, ty_Ordering) -> new_esEs12(vwx302, vwx402) 24.05/10.83 new_lt22(vwx213, vwx216, ty_Char) -> new_lt10(vwx213, vwx216) 24.05/10.83 new_esEs33(vwx212, vwx215, ty_Ordering) -> new_esEs12(vwx212, vwx215) 24.05/10.83 new_primCmpNat0(Zero, Succ(vwx4000)) -> LT 24.05/10.83 new_esEs27(vwx3002, vwx4002, ty_Bool) -> new_esEs18(vwx3002, vwx4002) 24.05/10.83 new_esEs23(Right(vwx3000), Right(vwx4000), dhg, ty_Float) -> new_esEs21(vwx3000, vwx4000) 24.05/10.83 new_esEs12(EQ, GT) -> False 24.05/10.83 new_esEs12(GT, EQ) -> False 24.05/10.83 new_esEs33(vwx212, vwx215, ty_Bool) -> new_esEs18(vwx212, vwx215) 24.05/10.83 new_ltEs22(vwx1761, vwx1771, ty_@0) -> new_ltEs13(vwx1761, vwx1771) 24.05/10.83 new_primCmpNat0(Succ(vwx3000), Zero) -> GT 24.05/10.83 new_compare6(Double(vwx300, Pos(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare9(new_sr(vwx300, Pos(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 24.05/10.83 new_compare6(Double(vwx300, Neg(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare9(new_sr(vwx300, Neg(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 24.05/10.83 new_compare16(Just(vwx300), Nothing, bc) -> GT 24.05/10.83 new_pePe(False, vwx304) -> vwx304 24.05/10.83 new_ltEs9(vwx226, vwx228, ty_Bool) -> new_ltEs4(vwx226, vwx228) 24.05/10.83 new_ltEs19(vwx1762, vwx1772, app(app(app(ty_@3, bea), beb), bec)) -> new_ltEs18(vwx1762, vwx1772, bea, beb, bec) 24.05/10.83 new_esEs10(vwx301, vwx401, ty_Double) -> new_esEs17(vwx301, vwx401) 24.05/10.83 new_lt13(vwx225, vwx227, dfe) -> new_esEs12(new_compare8(vwx225, vwx227, dfe), LT) 24.05/10.83 new_ltEs12(GT, GT) -> True 24.05/10.83 new_esEs11(vwx300, vwx400, app(app(ty_@2, dec), ded)) -> new_esEs16(vwx300, vwx400, dec, ded) 24.05/10.83 new_esEs35(vwx3000, vwx4000, ty_Int) -> new_esEs20(vwx3000, vwx4000) 24.05/10.83 new_esEs37(vwx1760, vwx1770, ty_Integer) -> new_esEs13(vwx1760, vwx1770) 24.05/10.83 new_compare25(vwx201, vwx202, True, cab, ffh) -> EQ 24.05/10.83 new_esEs10(vwx301, vwx401, app(ty_[], ddg)) -> new_esEs24(vwx301, vwx401, ddg) 24.05/10.83 new_ltEs24(vwx201, vwx202, app(app(ty_@2, cae), caf)) -> new_ltEs16(vwx201, vwx202, cae, caf) 24.05/10.83 new_lt18(vwx225, vwx227, bge, bgf, bgg) -> new_esEs12(new_compare19(vwx225, vwx227, bge, bgf, bgg), LT) 24.05/10.83 new_esEs7(vwx300, vwx400, ty_Bool) -> new_esEs18(vwx300, vwx400) 24.05/10.83 new_esEs28(vwx3001, vwx4001, app(ty_Maybe, ecc)) -> new_esEs22(vwx3001, vwx4001, ecc) 24.05/10.83 new_esEs8(vwx300, vwx400, ty_Int) -> new_esEs20(vwx300, vwx400) 24.05/10.83 new_compare114(vwx255, vwx256, True, eed, eee) -> LT 24.05/10.83 new_esEs22(Just(vwx3000), Just(vwx4000), app(app(app(ty_@3, eef), eeg), eeh)) -> new_esEs14(vwx3000, vwx4000, eef, eeg, eeh) 24.05/10.83 new_ltEs19(vwx1762, vwx1772, ty_@0) -> new_ltEs13(vwx1762, vwx1772) 24.05/10.83 new_lt22(vwx213, vwx216, app(ty_Maybe, cda)) -> new_lt15(vwx213, vwx216, cda) 24.05/10.83 new_ltEs12(GT, EQ) -> False 24.05/10.83 new_esEs36(vwx3000, vwx4000, ty_@0) -> new_esEs25(vwx3000, vwx4000) 24.05/10.83 new_esEs30(vwx1761, vwx1771, app(app(app(ty_@3, bch), bda), bdb)) -> new_esEs14(vwx1761, vwx1771, bch, bda, bdb) 24.05/10.83 new_esEs29(vwx3000, vwx4000, ty_Integer) -> new_esEs13(vwx3000, vwx4000) 24.05/10.83 new_esEs32(vwx213, vwx216, ty_Bool) -> new_esEs18(vwx213, vwx216) 24.05/10.83 new_compare15(False, False) -> EQ 24.05/10.83 new_lt23(vwx1760, vwx1770, ty_Float) -> new_lt8(vwx1760, vwx1770) 24.05/10.83 new_esEs5(vwx301, vwx401, ty_Bool) -> new_esEs18(vwx301, vwx401) 24.05/10.83 new_compare16(Nothing, Nothing, bc) -> EQ 24.05/10.83 new_esEs37(vwx1760, vwx1770, ty_Int) -> new_esEs20(vwx1760, vwx1770) 24.05/10.83 new_esEs39(vwx3000, vwx4000, ty_Integer) -> new_esEs13(vwx3000, vwx4000) 24.05/10.83 new_esEs29(vwx3000, vwx4000, app(ty_[], edh)) -> new_esEs24(vwx3000, vwx4000, edh) 24.05/10.83 new_primEqInt(Pos(Zero), Neg(Succ(vwx40000))) -> False 24.05/10.83 new_primEqInt(Neg(Zero), Pos(Succ(vwx40000))) -> False 24.05/10.83 new_lt19(vwx1760, vwx1770, ty_Ordering) -> new_lt12(vwx1760, vwx1770) 24.05/10.83 new_compare11(vwx30, vwx40, ty_Double) -> new_compare6(vwx30, vwx40) 24.05/10.83 new_ltEs9(vwx226, vwx228, app(app(ty_@2, bfc), bfd)) -> new_ltEs16(vwx226, vwx228, bfc, bfd) 24.05/10.83 new_esEs8(vwx300, vwx400, app(ty_[], chf)) -> new_esEs24(vwx300, vwx400, chf) 24.05/10.83 new_ltEs17(Left(vwx1760), Left(vwx1770), ty_Int, gc) -> new_ltEs11(vwx1760, vwx1770) 24.05/10.83 new_ltEs19(vwx1762, vwx1772, app(app(ty_Either, bdg), bdh)) -> new_ltEs17(vwx1762, vwx1772, bdg, bdh) 24.05/10.83 new_ltEs21(vwx194, vwx195, ty_Int) -> new_ltEs11(vwx194, vwx195) 24.05/10.83 new_esEs9(vwx302, vwx402, app(app(ty_@2, dbg), dbh)) -> new_esEs16(vwx302, vwx402, dbg, dbh) 24.05/10.83 new_esEs11(vwx300, vwx400, ty_Ordering) -> new_esEs12(vwx300, vwx400) 24.05/10.83 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Integer) -> new_esEs13(vwx3000, vwx4000) 24.05/10.83 new_compare11(vwx30, vwx40, app(app(app(ty_@3, bh), ca), cb)) -> new_compare19(vwx30, vwx40, bh, ca, cb) 24.05/10.83 new_ltEs20(vwx214, vwx217, ty_@0) -> new_ltEs13(vwx214, vwx217) 24.05/10.83 new_esEs8(vwx300, vwx400, ty_Double) -> new_esEs17(vwx300, vwx400) 24.05/10.83 new_esEs35(vwx3000, vwx4000, app(ty_Ratio, fae)) -> new_esEs19(vwx3000, vwx4000, fae) 24.05/10.83 new_ltEs15(Nothing, Nothing, ffg) -> True 24.05/10.83 new_compare24(vwx194, vwx195, False, fbb, bha) -> new_compare114(vwx194, vwx195, new_ltEs21(vwx194, vwx195, fbb), fbb, bha) 24.05/10.83 new_lt7(vwx225, vwx227, app(ty_Maybe, bee)) -> new_lt15(vwx225, vwx227, bee) 24.05/10.83 new_compare11(vwx30, vwx40, ty_@0) -> new_compare7(vwx30, vwx40) 24.05/10.83 new_esEs23(Right(vwx3000), Right(vwx4000), dhg, app(ty_Maybe, fdd)) -> new_esEs22(vwx3000, vwx4000, fdd) 24.05/10.83 new_ltEs24(vwx201, vwx202, ty_Bool) -> new_ltEs4(vwx201, vwx202) 24.05/10.83 new_ltEs20(vwx214, vwx217, app(app(ty_Either, cee), cef)) -> new_ltEs17(vwx214, vwx217, cee, cef) 24.05/10.83 new_esEs33(vwx212, vwx215, ty_Int) -> new_esEs20(vwx212, vwx215) 24.05/10.83 new_esEs10(vwx301, vwx401, ty_Int) -> new_esEs20(vwx301, vwx401) 24.05/10.83 new_ltEs15(Just(vwx1760), Nothing, ffg) -> False 24.05/10.83 new_lt4(vwx225, vwx227) -> new_esEs12(new_compare6(vwx225, vwx227), LT) 24.05/10.83 new_primEqInt(Neg(Succ(vwx30000)), Neg(Succ(vwx40000))) -> new_primEqNat0(vwx30000, vwx40000) 24.05/10.83 new_esEs32(vwx213, vwx216, ty_Float) -> new_esEs21(vwx213, vwx216) 24.05/10.83 new_esEs34(vwx3001, vwx4001, ty_Ordering) -> new_esEs12(vwx3001, vwx4001) 24.05/10.83 new_esEs7(vwx300, vwx400, app(ty_Maybe, dah)) -> new_esEs22(vwx300, vwx400, dah) 24.05/10.83 new_esEs28(vwx3001, vwx4001, ty_Bool) -> new_esEs18(vwx3001, vwx4001) 24.05/10.83 new_compare26(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, cbe, cbf) -> new_compare110(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, new_lt21(vwx212, vwx215, ccg), new_asAs(new_esEs33(vwx212, vwx215, ccg), new_pePe(new_lt22(vwx213, vwx216, cbe), new_asAs(new_esEs32(vwx213, vwx216, cbe), new_ltEs20(vwx214, vwx217, cbf)))), ccg, cbe, cbf) 24.05/10.83 new_primCmpInt(Neg(Zero), Pos(Succ(vwx4000))) -> LT 24.05/10.83 new_esEs23(Left(vwx3000), Left(vwx4000), app(app(ty_Either, fcc), fcd), dhh) -> new_esEs23(vwx3000, vwx4000, fcc, fcd) 24.05/10.83 new_compare114(vwx255, vwx256, False, eed, eee) -> GT 24.05/10.83 new_compare13(Char(vwx300), Char(vwx400)) -> new_primCmpNat0(vwx300, vwx400) 24.05/10.83 new_primMulInt(Pos(vwx4000), Pos(vwx3010)) -> Pos(new_primMulNat0(vwx4000, vwx3010)) 24.05/10.83 new_esEs5(vwx301, vwx401, app(app(ty_Either, cgb), cgc)) -> new_esEs23(vwx301, vwx401, cgb, cgc) 24.05/10.83 new_esEs5(vwx301, vwx401, app(app(app(ty_@3, cfc), cfd), cfe)) -> new_esEs14(vwx301, vwx401, cfc, cfd, cfe) 24.05/10.83 new_compare11(vwx30, vwx40, app(app(ty_Either, bf), bg)) -> new_compare18(vwx30, vwx40, bf, bg) 24.05/10.83 new_esEs30(vwx1761, vwx1771, app(app(ty_Either, bcf), bcg)) -> new_esEs23(vwx1761, vwx1771, bcf, bcg) 24.05/10.83 new_esEs26(vwx225, vwx227, ty_Ordering) -> new_esEs12(vwx225, vwx227) 24.05/10.83 new_lt7(vwx225, vwx227, ty_Integer) -> new_lt14(vwx225, vwx227) 24.05/10.83 new_ltEs23(vwx176, vwx177, app(app(app(ty_@3, bca), bag), bah)) -> new_ltEs18(vwx176, vwx177, bca, bag, bah) 24.05/10.83 new_esEs27(vwx3002, vwx4002, app(ty_Ratio, eah)) -> new_esEs19(vwx3002, vwx4002, eah) 24.05/10.83 new_ltEs17(Left(vwx1760), Left(vwx1770), app(app(ty_Either, gg), gh), gc) -> new_ltEs17(vwx1760, vwx1770, gg, gh) 24.05/10.83 new_esEs24(:(vwx3000, vwx3001), [], eaa) -> False 24.05/10.83 new_esEs24([], :(vwx4000, vwx4001), eaa) -> False 24.05/10.83 new_ltEs17(Left(vwx1760), Left(vwx1770), app(ty_Maybe, gd), gc) -> new_ltEs15(vwx1760, vwx1770, gd) 24.05/10.83 new_primMulNat0(Succ(vwx40000), Zero) -> Zero 24.05/10.83 new_primMulNat0(Zero, Succ(vwx30100)) -> Zero 24.05/10.83 new_ltEs21(vwx194, vwx195, app(ty_Maybe, bhb)) -> new_ltEs15(vwx194, vwx195, bhb) 24.05/10.83 new_primPlusNat0(Zero, vwx30100) -> Succ(vwx30100) 24.05/10.83 new_esEs29(vwx3000, vwx4000, app(app(ty_Either, edf), edg)) -> new_esEs23(vwx3000, vwx4000, edf, edg) 24.05/10.83 new_esEs7(vwx300, vwx400, ty_Float) -> new_esEs21(vwx300, vwx400) 24.05/10.83 new_lt22(vwx213, vwx216, ty_Integer) -> new_lt14(vwx213, vwx216) 24.05/10.83 new_esEs33(vwx212, vwx215, ty_Double) -> new_esEs17(vwx212, vwx215) 24.05/10.83 new_esEs23(Right(vwx3000), Right(vwx4000), dhg, app(app(ty_@2, fda), fdb)) -> new_esEs16(vwx3000, vwx4000, fda, fdb) 24.05/10.83 new_lt19(vwx1760, vwx1770, ty_Float) -> new_lt8(vwx1760, vwx1770) 24.05/10.83 new_esEs37(vwx1760, vwx1770, app(app(app(ty_@3, ed), ee), ef)) -> new_esEs14(vwx1760, vwx1770, ed, ee, ef) 24.05/10.83 new_esEs24(:(vwx3000, vwx3001), :(vwx4000, vwx4001), eaa) -> new_asAs(new_esEs36(vwx3000, vwx4000, eaa), new_esEs24(vwx3001, vwx4001, eaa)) 24.05/10.83 new_esEs6(vwx300, vwx400, ty_Double) -> new_esEs17(vwx300, vwx400) 24.05/10.83 new_ltEs6(vwx176, vwx177) -> new_fsEs(new_compare13(vwx176, vwx177)) 24.05/10.83 new_ltEs23(vwx176, vwx177, app(app(ty_Either, hd), gc)) -> new_ltEs17(vwx176, vwx177, hd, gc) 24.05/10.83 new_esEs8(vwx300, vwx400, app(app(ty_Either, chd), che)) -> new_esEs23(vwx300, vwx400, chd, che) 24.05/10.83 new_compare16(Just(vwx300), Just(vwx400), bc) -> new_compare28(vwx300, vwx400, new_esEs4(vwx300, vwx400, bc), bc) 24.05/10.83 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Char, dhh) -> new_esEs15(vwx3000, vwx4000) 24.05/10.83 new_compare25(vwx201, vwx202, False, cab, ffh) -> new_compare116(vwx201, vwx202, new_ltEs24(vwx201, vwx202, ffh), cab, ffh) 24.05/10.83 new_esEs11(vwx300, vwx400, ty_Float) -> new_esEs21(vwx300, vwx400) 24.05/10.83 new_ltEs9(vwx226, vwx228, app(app(app(ty_@3, bfg), bfh), bga)) -> new_ltEs18(vwx226, vwx228, bfg, bfh, bga) 24.05/10.83 new_ltEs22(vwx1761, vwx1771, app(app(ty_Either, fd), ff)) -> new_ltEs17(vwx1761, vwx1771, fd, ff) 24.05/10.83 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Bool, dhh) -> new_esEs18(vwx3000, vwx4000) 24.05/10.83 new_esEs31(vwx1760, vwx1770, app(ty_Maybe, bba)) -> new_esEs22(vwx1760, vwx1770, bba) 24.05/10.83 new_compare14(EQ, EQ) -> EQ 24.05/10.83 new_esEs30(vwx1761, vwx1771, app(ty_[], bcb)) -> new_esEs24(vwx1761, vwx1771, bcb) 24.05/10.83 new_ltEs22(vwx1761, vwx1771, app(app(app(ty_@3, fg), fh), ga)) -> new_ltEs18(vwx1761, vwx1771, fg, fh, ga) 24.05/10.83 new_esEs34(vwx3001, vwx4001, ty_Float) -> new_esEs21(vwx3001, vwx4001) 24.05/10.83 new_ltEs14(vwx176, vwx177, eab) -> new_fsEs(new_compare8(vwx176, vwx177, eab)) 24.05/10.83 new_esEs8(vwx300, vwx400, ty_Float) -> new_esEs21(vwx300, vwx400) 24.05/10.83 new_ltEs21(vwx194, vwx195, app(app(app(ty_@3, bhg), bhh), caa)) -> new_ltEs18(vwx194, vwx195, bhg, bhh, caa) 24.05/10.83 new_lt14(vwx225, vwx227) -> new_esEs12(new_compare10(vwx225, vwx227), LT) 24.05/10.83 new_compare17(@2(vwx300, vwx301), @2(vwx400, vwx401), bd, be) -> new_compare27(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs6(vwx300, vwx400, bd), new_esEs5(vwx301, vwx401, be)), bd, be) 24.05/10.83 new_esEs31(vwx1760, vwx1770, app(app(ty_@2, bbb), bbc)) -> new_esEs16(vwx1760, vwx1770, bbb, bbc) 24.05/10.83 new_ltEs23(vwx176, vwx177, app(ty_Ratio, eab)) -> new_ltEs14(vwx176, vwx177, eab) 24.05/10.83 new_ltEs20(vwx214, vwx217, ty_Double) -> new_ltEs8(vwx214, vwx217) 24.05/10.83 new_compare11(vwx30, vwx40, ty_Float) -> new_compare12(vwx30, vwx40) 24.05/10.83 new_compare11(vwx30, vwx40, app(ty_Maybe, bc)) -> new_compare16(vwx30, vwx40, bc) 24.05/10.83 new_esEs26(vwx225, vwx227, app(app(app(ty_@3, bge), bgf), bgg)) -> new_esEs14(vwx225, vwx227, bge, bgf, bgg) 24.05/10.83 new_esEs30(vwx1761, vwx1771, app(ty_Maybe, bcc)) -> new_esEs22(vwx1761, vwx1771, bcc) 24.05/10.83 new_esEs5(vwx301, vwx401, app(ty_Maybe, cga)) -> new_esEs22(vwx301, vwx401, cga) 24.05/10.83 new_esEs28(vwx3001, vwx4001, ty_Char) -> new_esEs15(vwx3001, vwx4001) 24.05/10.83 new_esEs28(vwx3001, vwx4001, app(app(app(ty_@3, ebe), ebf), ebg)) -> new_esEs14(vwx3001, vwx4001, ebe, ebf, ebg) 24.05/10.83 new_esEs22(Just(vwx3000), Just(vwx4000), app(ty_Ratio, efc)) -> new_esEs19(vwx3000, vwx4000, efc) 24.05/10.83 new_esEs7(vwx300, vwx400, app(app(ty_Either, dba), dbb)) -> new_esEs23(vwx300, vwx400, dba, dbb) 24.05/10.83 new_esEs10(vwx301, vwx401, ty_@0) -> new_esEs25(vwx301, vwx401) 24.05/10.83 new_esEs32(vwx213, vwx216, app(app(ty_Either, cdd), cde)) -> new_esEs23(vwx213, vwx216, cdd, cde) 24.05/10.83 new_compare18(Left(vwx300), Right(vwx400), bf, bg) -> LT 24.05/10.83 new_compare15(False, True) -> LT 24.05/10.83 new_esEs19(:%(vwx3000, vwx3001), :%(vwx4000, vwx4001), dhe) -> new_asAs(new_esEs39(vwx3000, vwx4000, dhe), new_esEs38(vwx3001, vwx4001, dhe)) 24.05/10.83 new_ltEs21(vwx194, vwx195, app(app(ty_Either, bhe), bhf)) -> new_ltEs17(vwx194, vwx195, bhe, bhf) 24.05/10.83 new_primPlusNat1(Succ(vwx30500), Zero) -> Succ(vwx30500) 24.05/10.83 new_primPlusNat1(Zero, Succ(vwx301000)) -> Succ(vwx301000) 24.05/10.83 new_compare112(vwx275, vwx276, vwx277, vwx278, True, vwx280, dfb, dfc) -> new_compare113(vwx275, vwx276, vwx277, vwx278, True, dfb, dfc) 24.05/10.83 new_esEs32(vwx213, vwx216, app(app(ty_@2, cdb), cdc)) -> new_esEs16(vwx213, vwx216, cdb, cdc) 24.05/10.83 new_esEs31(vwx1760, vwx1770, app(ty_[], baf)) -> new_esEs24(vwx1760, vwx1770, baf) 24.05/10.83 new_lt20(vwx1761, vwx1771, ty_Char) -> new_lt10(vwx1761, vwx1771) 24.05/10.83 new_ltEs17(Right(vwx1760), Right(vwx1770), hd, ty_@0) -> new_ltEs13(vwx1760, vwx1770) 24.05/10.83 new_compare116(vwx263, vwx264, False, ffd, ffe) -> GT 24.05/10.83 new_esEs9(vwx302, vwx402, ty_Float) -> new_esEs21(vwx302, vwx402) 24.05/10.83 new_esEs23(Right(vwx3000), Right(vwx4000), dhg, ty_Int) -> new_esEs20(vwx3000, vwx4000) 24.05/10.83 new_esEs27(vwx3002, vwx4002, ty_Char) -> new_esEs15(vwx3002, vwx4002) 24.05/10.83 new_esEs33(vwx212, vwx215, ty_@0) -> new_esEs25(vwx212, vwx215) 24.05/10.83 new_ltEs9(vwx226, vwx228, app(ty_Ratio, dfd)) -> new_ltEs14(vwx226, vwx228, dfd) 24.05/10.83 new_ltEs17(Left(vwx1760), Left(vwx1770), app(app(ty_@2, ge), gf), gc) -> new_ltEs16(vwx1760, vwx1770, ge, gf) 24.05/10.83 new_esEs29(vwx3000, vwx4000, ty_Bool) -> new_esEs18(vwx3000, vwx4000) 24.05/10.83 new_esEs31(vwx1760, vwx1770, ty_Double) -> new_esEs17(vwx1760, vwx1770) 24.05/10.83 new_lt21(vwx212, vwx215, ty_Ordering) -> new_lt12(vwx212, vwx215) 24.05/10.83 new_esEs6(vwx300, vwx400, app(ty_Maybe, dgd)) -> new_esEs22(vwx300, vwx400, dgd) 24.05/10.83 new_ltEs20(vwx214, vwx217, ty_Float) -> new_ltEs10(vwx214, vwx217) 24.05/10.83 new_esEs6(vwx300, vwx400, app(app(ty_Either, dge), dgf)) -> new_esEs23(vwx300, vwx400, dge, dgf) 24.05/10.83 new_esEs26(vwx225, vwx227, ty_Integer) -> new_esEs13(vwx225, vwx227) 24.05/10.83 new_ltEs23(vwx176, vwx177, ty_Int) -> new_ltEs11(vwx176, vwx177) 24.05/10.83 new_ltEs17(Right(vwx1760), Right(vwx1770), hd, app(app(app(ty_@3, bac), bad), bae)) -> new_ltEs18(vwx1760, vwx1770, bac, bad, bae) 24.05/10.83 new_fsEs(vwx299) -> new_not(new_esEs12(vwx299, GT)) 24.05/10.83 new_compare111(vwx290, vwx291, vwx292, vwx293, vwx294, vwx295, True, chg, chh, daa) -> LT 24.05/10.83 new_primMulInt(Neg(vwx4000), Neg(vwx3010)) -> Pos(new_primMulNat0(vwx4000, vwx3010)) 24.05/10.83 new_ltEs15(Just(vwx1760), Just(vwx1770), ty_Float) -> new_ltEs10(vwx1760, vwx1770) 24.05/10.83 new_ltEs19(vwx1762, vwx1772, ty_Float) -> new_ltEs10(vwx1762, vwx1772) 24.05/10.83 new_esEs23(Right(vwx3000), Right(vwx4000), dhg, ty_Ordering) -> new_esEs12(vwx3000, vwx4000) 24.05/10.83 new_primCmpInt(Pos(Zero), Pos(Succ(vwx4000))) -> new_primCmpNat0(Zero, Succ(vwx4000)) 24.05/10.83 new_esEs32(vwx213, vwx216, ty_Double) -> new_esEs17(vwx213, vwx216) 24.05/10.83 new_esEs34(vwx3001, vwx4001, ty_@0) -> new_esEs25(vwx3001, vwx4001) 24.05/10.83 new_ltEs22(vwx1761, vwx1771, app(app(ty_@2, fb), fc)) -> new_ltEs16(vwx1761, vwx1771, fb, fc) 24.05/10.83 new_lt20(vwx1761, vwx1771, ty_Ordering) -> new_lt12(vwx1761, vwx1771) 24.05/10.83 new_esEs11(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 24.05/10.83 new_esEs27(vwx3002, vwx4002, ty_Integer) -> new_esEs13(vwx3002, vwx4002) 24.05/10.83 new_lt21(vwx212, vwx215, ty_Float) -> new_lt8(vwx212, vwx215) 24.05/10.83 new_compare12(Float(vwx300, Neg(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare9(new_sr(vwx300, Neg(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 24.05/10.83 new_ltEs15(Just(vwx1760), Just(vwx1770), ty_@0) -> new_ltEs13(vwx1760, vwx1770) 24.05/10.83 new_esEs9(vwx302, vwx402, ty_@0) -> new_esEs25(vwx302, vwx402) 24.05/10.83 new_esEs30(vwx1761, vwx1771, ty_Bool) -> new_esEs18(vwx1761, vwx1771) 24.05/10.83 new_ltEs19(vwx1762, vwx1772, app(ty_Maybe, bdd)) -> new_ltEs15(vwx1762, vwx1772, bdd) 24.05/10.83 new_esEs33(vwx212, vwx215, ty_Float) -> new_esEs21(vwx212, vwx215) 24.05/10.83 new_compare115(vwx248, vwx249, True, ege) -> LT 24.05/10.83 new_ltEs9(vwx226, vwx228, ty_Int) -> new_ltEs11(vwx226, vwx228) 24.05/10.83 new_esEs23(Right(vwx3000), Right(vwx4000), dhg, app(app(app(ty_@3, fcf), fcg), fch)) -> new_esEs14(vwx3000, vwx4000, fcf, fcg, fch) 24.05/10.83 new_esEs29(vwx3000, vwx4000, app(ty_Maybe, ede)) -> new_esEs22(vwx3000, vwx4000, ede) 24.05/10.83 new_compare14(EQ, LT) -> GT 24.05/10.83 new_ltEs19(vwx1762, vwx1772, ty_Double) -> new_ltEs8(vwx1762, vwx1772) 24.05/10.83 new_esEs36(vwx3000, vwx4000, ty_Ordering) -> new_esEs12(vwx3000, vwx4000) 24.05/10.83 new_esEs38(vwx3001, vwx4001, ty_Integer) -> new_esEs13(vwx3001, vwx4001) 24.05/10.83 new_esEs6(vwx300, vwx400, ty_Bool) -> new_esEs18(vwx300, vwx400) 24.05/10.83 new_esEs6(vwx300, vwx400, app(ty_[], dgg)) -> new_esEs24(vwx300, vwx400, dgg) 24.05/10.83 new_ltEs15(Just(vwx1760), Just(vwx1770), ty_Double) -> new_ltEs8(vwx1760, vwx1770) 24.05/10.83 new_esEs10(vwx301, vwx401, ty_Float) -> new_esEs21(vwx301, vwx401) 24.05/10.83 new_esEs7(vwx300, vwx400, app(app(ty_@2, dae), daf)) -> new_esEs16(vwx300, vwx400, dae, daf) 24.05/10.83 new_ltEs24(vwx201, vwx202, app(ty_Ratio, fga)) -> new_ltEs14(vwx201, vwx202, fga) 24.05/10.83 new_ltEs15(Just(vwx1760), Just(vwx1770), app(ty_Maybe, cd)) -> new_ltEs15(vwx1760, vwx1770, cd) 24.05/10.83 new_esEs37(vwx1760, vwx1770, app(ty_Ratio, ffb)) -> new_esEs19(vwx1760, vwx1770, ffb) 24.05/10.83 new_esEs31(vwx1760, vwx1770, app(app(ty_Either, bbd), bbe)) -> new_esEs23(vwx1760, vwx1770, bbd, bbe) 24.05/10.83 new_lt11(vwx225, vwx227) -> new_esEs12(new_compare9(vwx225, vwx227), LT) 24.05/10.83 new_esEs4(vwx300, vwx400, ty_Char) -> new_esEs15(vwx300, vwx400) 24.05/10.83 new_esEs27(vwx3002, vwx4002, app(app(app(ty_@3, eac), ead), eae)) -> new_esEs14(vwx3002, vwx4002, eac, ead, eae) 24.05/10.83 new_esEs30(vwx1761, vwx1771, ty_Char) -> new_esEs15(vwx1761, vwx1771) 24.05/10.83 new_esEs23(Right(vwx3000), Right(vwx4000), dhg, app(ty_Ratio, fdc)) -> new_esEs19(vwx3000, vwx4000, fdc) 24.05/10.83 new_esEs9(vwx302, vwx402, ty_Int) -> new_esEs20(vwx302, vwx402) 24.05/10.83 new_esEs36(vwx3000, vwx4000, ty_Int) -> new_esEs20(vwx3000, vwx4000) 24.05/10.83 new_esEs35(vwx3000, vwx4000, app(app(ty_@2, fac), fad)) -> new_esEs16(vwx3000, vwx4000, fac, fad) 24.05/10.83 new_primMulInt(Pos(vwx4000), Neg(vwx3010)) -> Neg(new_primMulNat0(vwx4000, vwx3010)) 24.05/10.83 new_primMulInt(Neg(vwx4000), Pos(vwx3010)) -> Neg(new_primMulNat0(vwx4000, vwx3010)) 24.05/10.83 new_esEs29(vwx3000, vwx4000, ty_Ordering) -> new_esEs12(vwx3000, vwx4000) 24.05/10.83 new_ltEs17(Right(vwx1760), Right(vwx1770), hd, app(ty_[], he)) -> new_ltEs7(vwx1760, vwx1770, he) 24.05/10.83 new_lt19(vwx1760, vwx1770, ty_Char) -> new_lt10(vwx1760, vwx1770) 24.05/10.83 new_esEs34(vwx3001, vwx4001, app(ty_[], ehg)) -> new_esEs24(vwx3001, vwx4001, ehg) 24.05/10.83 new_esEs26(vwx225, vwx227, ty_Double) -> new_esEs17(vwx225, vwx227) 24.05/10.83 new_esEs7(vwx300, vwx400, app(ty_[], dbc)) -> new_esEs24(vwx300, vwx400, dbc) 24.05/10.83 new_compare11(vwx30, vwx40, ty_Int) -> new_compare9(vwx30, vwx40) 24.05/10.83 new_esEs8(vwx300, vwx400, app(app(ty_@2, cgh), cha)) -> new_esEs16(vwx300, vwx400, cgh, cha) 24.05/10.83 new_esEs7(vwx300, vwx400, app(ty_Ratio, dag)) -> new_esEs19(vwx300, vwx400, dag) 24.05/10.83 new_ltEs17(Left(vwx1760), Left(vwx1770), app(ty_[], gb), gc) -> new_ltEs7(vwx1760, vwx1770, gb) 24.05/10.83 new_esEs34(vwx3001, vwx4001, app(ty_Ratio, ehc)) -> new_esEs19(vwx3001, vwx4001, ehc) 24.05/10.83 new_esEs23(Left(vwx3000), Right(vwx4000), dhg, dhh) -> False 24.05/10.83 new_esEs23(Right(vwx3000), Left(vwx4000), dhg, dhh) -> False 24.05/10.83 new_lt23(vwx1760, vwx1770, ty_Integer) -> new_lt14(vwx1760, vwx1770) 24.05/10.83 new_lt7(vwx225, vwx227, app(ty_Ratio, dfe)) -> new_lt13(vwx225, vwx227, dfe) 24.05/10.83 new_ltEs19(vwx1762, vwx1772, ty_Ordering) -> new_ltEs12(vwx1762, vwx1772) 24.05/10.83 new_esEs11(vwx300, vwx400, ty_Int) -> new_esEs20(vwx300, vwx400) 24.05/10.83 new_esEs4(vwx300, vwx400, ty_Float) -> new_esEs21(vwx300, vwx400) 24.05/10.83 new_lt21(vwx212, vwx215, ty_Int) -> new_lt11(vwx212, vwx215) 24.05/10.83 new_esEs11(vwx300, vwx400, ty_Double) -> new_esEs17(vwx300, vwx400) 24.05/10.83 new_esEs29(vwx3000, vwx4000, app(app(ty_@2, edb), edc)) -> new_esEs16(vwx3000, vwx4000, edb, edc) 24.05/10.83 new_sr0(Integer(vwx4000), Integer(vwx3010)) -> Integer(new_primMulInt(vwx4000, vwx3010)) 24.05/10.83 new_esEs28(vwx3001, vwx4001, app(ty_[], ecf)) -> new_esEs24(vwx3001, vwx4001, ecf) 24.05/10.83 new_esEs35(vwx3000, vwx4000, ty_Ordering) -> new_esEs12(vwx3000, vwx4000) 24.05/10.83 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Float, dhh) -> new_esEs21(vwx3000, vwx4000) 24.05/10.83 new_esEs31(vwx1760, vwx1770, ty_Float) -> new_esEs21(vwx1760, vwx1770) 24.05/10.83 new_esEs23(Left(vwx3000), Left(vwx4000), app(ty_Ratio, fca), dhh) -> new_esEs19(vwx3000, vwx4000, fca) 24.05/10.83 new_esEs8(vwx300, vwx400, ty_Ordering) -> new_esEs12(vwx300, vwx400) 24.05/10.83 new_compare18(Right(vwx300), Right(vwx400), bf, bg) -> new_compare25(vwx300, vwx400, new_esEs8(vwx300, vwx400, bg), bf, bg) 24.05/10.83 new_esEs8(vwx300, vwx400, ty_Bool) -> new_esEs18(vwx300, vwx400) 24.05/10.83 new_lt20(vwx1761, vwx1771, app(app(app(ty_@3, bch), bda), bdb)) -> new_lt18(vwx1761, vwx1771, bch, bda, bdb) 24.05/10.83 new_esEs35(vwx3000, vwx4000, ty_Bool) -> new_esEs18(vwx3000, vwx4000) 24.05/10.83 new_esEs36(vwx3000, vwx4000, ty_Double) -> new_esEs17(vwx3000, vwx4000) 24.05/10.83 new_esEs28(vwx3001, vwx4001, ty_Integer) -> new_esEs13(vwx3001, vwx4001) 24.05/10.83 new_esEs30(vwx1761, vwx1771, ty_@0) -> new_esEs25(vwx1761, vwx1771) 24.05/10.83 new_esEs31(vwx1760, vwx1770, ty_Bool) -> new_esEs18(vwx1760, vwx1770) 24.05/10.83 new_esEs8(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 24.05/10.83 new_esEs12(GT, GT) -> True 24.05/10.83 new_lt7(vwx225, vwx227, ty_@0) -> new_lt5(vwx225, vwx227) 24.05/10.83 new_compare0([], :(vwx40, vwx41), ba) -> LT 24.05/10.83 new_asAs(True, vwx243) -> vwx243 24.05/10.83 new_esEs4(vwx300, vwx400, ty_Bool) -> new_esEs18(vwx300, vwx400) 24.05/10.83 new_lt20(vwx1761, vwx1771, ty_Float) -> new_lt8(vwx1761, vwx1771) 24.05/10.83 new_lt7(vwx225, vwx227, ty_Double) -> new_lt4(vwx225, vwx227) 24.05/10.83 new_lt22(vwx213, vwx216, app(app(ty_Either, cdd), cde)) -> new_lt17(vwx213, vwx216, cdd, cde) 24.05/10.83 new_lt19(vwx1760, vwx1770, app(app(app(ty_@3, bbf), bbg), bbh)) -> new_lt18(vwx1760, vwx1770, bbf, bbg, bbh) 24.05/10.83 new_lt6(vwx225, vwx227) -> new_esEs12(new_compare15(vwx225, vwx227), LT) 24.05/10.83 new_ltEs9(vwx226, vwx228, app(ty_Maybe, bfb)) -> new_ltEs15(vwx226, vwx228, bfb) 24.05/10.83 new_ltEs17(Left(vwx1760), Left(vwx1770), ty_Float, gc) -> new_ltEs10(vwx1760, vwx1770) 24.05/10.83 new_esEs30(vwx1761, vwx1771, app(ty_Ratio, eeb)) -> new_esEs19(vwx1761, vwx1771, eeb) 24.05/10.83 new_ltEs22(vwx1761, vwx1771, ty_Int) -> new_ltEs11(vwx1761, vwx1771) 24.05/10.83 new_esEs9(vwx302, vwx402, ty_Double) -> new_esEs17(vwx302, vwx402) 24.05/10.83 new_ltEs21(vwx194, vwx195, ty_Float) -> new_ltEs10(vwx194, vwx195) 24.05/10.83 new_lt7(vwx225, vwx227, app(app(ty_@2, bef), beg)) -> new_lt16(vwx225, vwx227, bef, beg) 24.05/10.83 new_esEs23(Right(vwx3000), Right(vwx4000), dhg, app(app(ty_Either, fde), fdf)) -> new_esEs23(vwx3000, vwx4000, fde, fdf) 24.05/10.83 new_esEs23(Left(vwx3000), Left(vwx4000), app(ty_[], fce), dhh) -> new_esEs24(vwx3000, vwx4000, fce) 24.05/10.83 new_ltEs15(Just(vwx1760), Just(vwx1770), app(ty_Ratio, fgb)) -> new_ltEs14(vwx1760, vwx1770, fgb) 24.05/10.83 new_ltEs23(vwx176, vwx177, ty_Char) -> new_ltEs6(vwx176, vwx177) 24.05/10.83 new_ltEs18(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, bag, bah) -> new_pePe(new_lt19(vwx1760, vwx1770, bca), new_asAs(new_esEs31(vwx1760, vwx1770, bca), new_pePe(new_lt20(vwx1761, vwx1771, bag), new_asAs(new_esEs30(vwx1761, vwx1771, bag), new_ltEs19(vwx1762, vwx1772, bah))))) 24.05/10.83 new_esEs34(vwx3001, vwx4001, ty_Integer) -> new_esEs13(vwx3001, vwx4001) 24.05/10.83 new_esEs23(Right(vwx3000), Right(vwx4000), dhg, app(ty_[], fdg)) -> new_esEs24(vwx3000, vwx4000, fdg) 24.05/10.83 new_lt21(vwx212, vwx215, app(ty_[], cbd)) -> new_lt9(vwx212, vwx215, cbd) 24.05/10.83 new_esEs29(vwx3000, vwx4000, ty_@0) -> new_esEs25(vwx3000, vwx4000) 24.05/10.83 new_esEs18(False, False) -> True 24.05/10.83 new_ltEs23(vwx176, vwx177, ty_Integer) -> new_ltEs5(vwx176, vwx177) 24.05/10.83 new_compare24(vwx194, vwx195, True, fbb, bha) -> EQ 24.05/10.83 new_esEs30(vwx1761, vwx1771, app(app(ty_@2, bcd), bce)) -> new_esEs16(vwx1761, vwx1771, bcd, bce) 24.05/10.83 new_esEs10(vwx301, vwx401, app(app(ty_@2, dda), ddb)) -> new_esEs16(vwx301, vwx401, dda, ddb) 24.05/10.83 new_lt7(vwx225, vwx227, ty_Float) -> new_lt8(vwx225, vwx227) 24.05/10.83 new_primCmpInt(Pos(Succ(vwx3000)), Pos(vwx400)) -> new_primCmpNat0(Succ(vwx3000), vwx400) 24.05/10.83 new_ltEs21(vwx194, vwx195, ty_Bool) -> new_ltEs4(vwx194, vwx195) 24.05/10.83 new_esEs35(vwx3000, vwx4000, ty_@0) -> new_esEs25(vwx3000, vwx4000) 24.05/10.83 new_ltEs21(vwx194, vwx195, app(app(ty_@2, bhc), bhd)) -> new_ltEs16(vwx194, vwx195, bhc, bhd) 24.05/10.83 new_ltEs17(Left(vwx1760), Left(vwx1770), ty_Bool, gc) -> new_ltEs4(vwx1760, vwx1770) 24.05/10.83 new_esEs29(vwx3000, vwx4000, ty_Char) -> new_esEs15(vwx3000, vwx4000) 24.05/10.83 new_ltEs17(Left(vwx1760), Left(vwx1770), ty_Double, gc) -> new_ltEs8(vwx1760, vwx1770) 24.05/10.83 new_compare10(Integer(vwx300), Integer(vwx400)) -> new_primCmpInt(vwx300, vwx400) 24.05/10.83 new_lt19(vwx1760, vwx1770, app(ty_Maybe, bba)) -> new_lt15(vwx1760, vwx1770, bba) 24.05/10.83 new_compare113(vwx275, vwx276, vwx277, vwx278, False, dfb, dfc) -> GT 24.05/10.83 new_esEs12(EQ, EQ) -> True 24.05/10.83 new_compare0([], [], ba) -> EQ 24.05/10.83 new_esEs7(vwx300, vwx400, ty_Integer) -> new_esEs13(vwx300, vwx400) 24.05/10.83 new_ltEs21(vwx194, vwx195, ty_Double) -> new_ltEs8(vwx194, vwx195) 24.05/10.83 new_sr(vwx400, vwx301) -> new_primMulInt(vwx400, vwx301) 24.05/10.83 new_esEs31(vwx1760, vwx1770, ty_Int) -> new_esEs20(vwx1760, vwx1770) 24.05/10.83 new_lt21(vwx212, vwx215, ty_Char) -> new_lt10(vwx212, vwx215) 24.05/10.83 new_esEs4(vwx300, vwx400, app(ty_Maybe, dhf)) -> new_esEs22(vwx300, vwx400, dhf) 24.05/10.83 new_esEs8(vwx300, vwx400, ty_Char) -> new_esEs15(vwx300, vwx400) 24.05/10.83 new_compare14(LT, EQ) -> LT 24.05/10.83 new_ltEs16(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), eg, df) -> new_pePe(new_lt23(vwx1760, vwx1770, eg), new_asAs(new_esEs37(vwx1760, vwx1770, eg), new_ltEs22(vwx1761, vwx1771, df))) 24.05/10.83 new_ltEs17(Right(vwx1760), Right(vwx1770), hd, app(app(ty_@2, hg), hh)) -> new_ltEs16(vwx1760, vwx1770, hg, hh) 24.05/10.83 new_primMulNat0(Zero, Zero) -> Zero 24.05/10.83 new_ltEs20(vwx214, vwx217, ty_Ordering) -> new_ltEs12(vwx214, vwx217) 24.05/10.83 new_esEs10(vwx301, vwx401, app(app(ty_Either, dde), ddf)) -> new_esEs23(vwx301, vwx401, dde, ddf) 24.05/10.83 new_esEs16(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), dhc, dhd) -> new_asAs(new_esEs35(vwx3000, vwx4000, dhc), new_esEs34(vwx3001, vwx4001, dhd)) 24.05/10.83 new_ltEs23(vwx176, vwx177, ty_@0) -> new_ltEs13(vwx176, vwx177) 24.05/10.83 new_lt7(vwx225, vwx227, app(app(app(ty_@3, bge), bgf), bgg)) -> new_lt18(vwx225, vwx227, bge, bgf, bgg) 24.05/10.83 new_ltEs15(Just(vwx1760), Just(vwx1770), app(app(app(ty_@3, db), dc), dd)) -> new_ltEs18(vwx1760, vwx1770, db, dc, dd) 24.05/10.83 new_esEs7(vwx300, vwx400, ty_Char) -> new_esEs15(vwx300, vwx400) 24.05/10.83 new_esEs4(vwx300, vwx400, app(app(ty_@2, dhc), dhd)) -> new_esEs16(vwx300, vwx400, dhc, dhd) 24.05/10.83 new_ltEs20(vwx214, vwx217, app(app(ty_@2, cec), ced)) -> new_ltEs16(vwx214, vwx217, cec, ced) 24.05/10.83 new_esEs7(vwx300, vwx400, app(app(app(ty_@3, dab), dac), dad)) -> new_esEs14(vwx300, vwx400, dab, dac, dad) 24.05/10.83 new_esEs6(vwx300, vwx400, ty_Integer) -> new_esEs13(vwx300, vwx400) 24.05/10.83 new_compare11(vwx30, vwx40, ty_Ordering) -> new_compare14(vwx30, vwx40) 24.05/10.83 new_lt23(vwx1760, vwx1770, ty_Double) -> new_lt4(vwx1760, vwx1770) 24.05/10.83 new_compare14(GT, EQ) -> GT 24.05/10.83 new_esEs4(vwx300, vwx400, ty_Ordering) -> new_esEs12(vwx300, vwx400) 24.05/10.83 new_esEs14(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), dgh, dha, dhb) -> new_asAs(new_esEs29(vwx3000, vwx4000, dgh), new_asAs(new_esEs28(vwx3001, vwx4001, dha), new_esEs27(vwx3002, vwx4002, dhb))) 24.05/10.83 new_compare8(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Int) -> new_compare9(new_sr(vwx300, vwx401), new_sr(vwx400, vwx301)) 24.05/10.83 new_esEs7(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 24.05/10.83 new_ltEs24(vwx201, vwx202, app(ty_[], cac)) -> new_ltEs7(vwx201, vwx202, cac) 24.05/10.83 new_ltEs15(Just(vwx1760), Just(vwx1770), ty_Ordering) -> new_ltEs12(vwx1760, vwx1770) 24.05/10.83 new_esEs29(vwx3000, vwx4000, ty_Float) -> new_esEs21(vwx3000, vwx4000) 24.05/10.83 new_esEs35(vwx3000, vwx4000, ty_Float) -> new_esEs21(vwx3000, vwx4000) 24.05/10.83 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Double, dhh) -> new_esEs17(vwx3000, vwx4000) 24.05/10.83 new_esEs4(vwx300, vwx400, ty_Double) -> new_esEs17(vwx300, vwx400) 24.05/10.83 new_esEs29(vwx3000, vwx4000, app(ty_Ratio, edd)) -> new_esEs19(vwx3000, vwx4000, edd) 24.05/10.83 new_ltEs23(vwx176, vwx177, app(ty_Maybe, ffg)) -> new_ltEs15(vwx176, vwx177, ffg) 24.05/10.83 new_lt20(vwx1761, vwx1771, app(ty_Ratio, eeb)) -> new_lt13(vwx1761, vwx1771, eeb) 24.05/10.83 new_ltEs22(vwx1761, vwx1771, app(ty_Ratio, ffc)) -> new_ltEs14(vwx1761, vwx1771, ffc) 24.05/10.83 new_lt19(vwx1760, vwx1770, ty_Int) -> new_lt11(vwx1760, vwx1770) 24.05/10.83 new_ltEs12(GT, LT) -> False 24.05/10.83 new_lt7(vwx225, vwx227, ty_Ordering) -> new_lt12(vwx225, vwx227) 24.05/10.83 new_compare28(vwx176, vwx177, False, fff) -> new_compare115(vwx176, vwx177, new_ltEs23(vwx176, vwx177, fff), fff) 24.05/10.83 new_lt7(vwx225, vwx227, ty_Bool) -> new_lt6(vwx225, vwx227) 24.05/10.83 new_ltEs15(Just(vwx1760), Just(vwx1770), app(app(ty_@2, ce), cf)) -> new_ltEs16(vwx1760, vwx1770, ce, cf) 24.05/10.83 new_primCompAux0(vwx170, EQ) -> vwx170 24.05/10.83 new_esEs4(vwx300, vwx400, app(app(ty_Either, dhg), dhh)) -> new_esEs23(vwx300, vwx400, dhg, dhh) 24.05/10.83 new_esEs9(vwx302, vwx402, ty_Bool) -> new_esEs18(vwx302, vwx402) 24.05/10.83 new_ltEs19(vwx1762, vwx1772, app(app(ty_@2, bde), bdf)) -> new_ltEs16(vwx1762, vwx1772, bde, bdf) 24.05/10.83 new_compare111(vwx290, vwx291, vwx292, vwx293, vwx294, vwx295, False, chg, chh, daa) -> GT 24.05/10.83 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Int) -> new_esEs20(vwx3000, vwx4000) 24.05/10.83 new_esEs23(Right(vwx3000), Right(vwx4000), dhg, ty_Integer) -> new_esEs13(vwx3000, vwx4000) 24.05/10.83 new_ltEs22(vwx1761, vwx1771, app(ty_Maybe, fa)) -> new_ltEs15(vwx1761, vwx1771, fa) 24.05/10.83 new_ltEs17(Left(vwx1760), Left(vwx1770), ty_Ordering, gc) -> new_ltEs12(vwx1760, vwx1770) 24.05/10.83 new_esEs10(vwx301, vwx401, app(ty_Maybe, ddd)) -> new_esEs22(vwx301, vwx401, ddd) 24.05/10.83 new_ltEs17(Right(vwx1760), Right(vwx1770), hd, ty_Char) -> new_ltEs6(vwx1760, vwx1770) 24.05/10.83 new_compare27(vwx225, vwx226, vwx227, vwx228, True, beh, bgb) -> EQ 24.05/10.83 new_lt19(vwx1760, vwx1770, app(ty_Ratio, eea)) -> new_lt13(vwx1760, vwx1770, eea) 24.05/10.83 new_primEqInt(Neg(Succ(vwx30000)), Neg(Zero)) -> False 24.05/10.83 new_primEqInt(Neg(Zero), Neg(Succ(vwx40000))) -> False 24.05/10.83 new_esEs36(vwx3000, vwx4000, ty_Float) -> new_esEs21(vwx3000, vwx4000) 24.05/10.83 new_esEs10(vwx301, vwx401, ty_Ordering) -> new_esEs12(vwx301, vwx401) 24.05/10.83 new_primEqInt(Pos(Succ(vwx30000)), Pos(Succ(vwx40000))) -> new_primEqNat0(vwx30000, vwx40000) 24.05/10.83 new_ltEs4(True, False) -> False 24.05/10.83 new_esEs9(vwx302, vwx402, app(app(ty_Either, dcc), dcd)) -> new_esEs23(vwx302, vwx402, dcc, dcd) 24.05/10.83 new_ltEs24(vwx201, vwx202, ty_Char) -> new_ltEs6(vwx201, vwx202) 24.05/10.83 new_esEs28(vwx3001, vwx4001, app(ty_Ratio, ecb)) -> new_esEs19(vwx3001, vwx4001, ecb) 24.05/10.83 new_lt23(vwx1760, vwx1770, ty_Bool) -> new_lt6(vwx1760, vwx1770) 24.05/10.83 new_esEs5(vwx301, vwx401, ty_Double) -> new_esEs17(vwx301, vwx401) 24.05/10.83 new_compare14(GT, LT) -> GT 24.05/10.83 new_ltEs24(vwx201, vwx202, app(app(ty_Either, cag), cah)) -> new_ltEs17(vwx201, vwx202, cag, cah) 24.05/10.83 new_esEs6(vwx300, vwx400, app(app(app(ty_@3, dff), dfg), dfh)) -> new_esEs14(vwx300, vwx400, dff, dfg, dfh) 24.05/10.83 new_esEs34(vwx3001, vwx4001, app(app(ty_@2, eha), ehb)) -> new_esEs16(vwx3001, vwx4001, eha, ehb) 24.05/10.83 new_lt23(vwx1760, vwx1770, ty_Ordering) -> new_lt12(vwx1760, vwx1770) 24.05/10.83 new_esEs32(vwx213, vwx216, ty_Int) -> new_esEs20(vwx213, vwx216) 24.05/10.83 new_esEs31(vwx1760, vwx1770, ty_@0) -> new_esEs25(vwx1760, vwx1770) 24.05/10.83 new_lt19(vwx1760, vwx1770, app(ty_[], baf)) -> new_lt9(vwx1760, vwx1770, baf) 24.05/10.83 new_lt12(vwx225, vwx227) -> new_esEs12(new_compare14(vwx225, vwx227), LT) 24.05/10.83 new_ltEs21(vwx194, vwx195, app(ty_Ratio, fbc)) -> new_ltEs14(vwx194, vwx195, fbc) 24.05/10.83 new_compare11(vwx30, vwx40, app(app(ty_@2, bd), be)) -> new_compare17(vwx30, vwx40, bd, be) 24.05/10.83 new_esEs33(vwx212, vwx215, app(ty_[], cbd)) -> new_esEs24(vwx212, vwx215, cbd) 24.05/10.83 new_esEs20(vwx300, vwx400) -> new_primEqInt(vwx300, vwx400) 24.05/10.83 new_ltEs24(vwx201, vwx202, ty_Ordering) -> new_ltEs12(vwx201, vwx202) 24.05/10.83 new_esEs11(vwx300, vwx400, app(app(ty_Either, deg), deh)) -> new_esEs23(vwx300, vwx400, deg, deh) 24.05/10.83 new_primEqInt(Pos(Succ(vwx30000)), Neg(vwx4000)) -> False 24.05/10.83 new_primEqInt(Neg(Succ(vwx30000)), Pos(vwx4000)) -> False 24.05/10.83 new_lt21(vwx212, vwx215, app(ty_Maybe, cbg)) -> new_lt15(vwx212, vwx215, cbg) 24.05/10.83 new_primCmpInt(Neg(Zero), Neg(Succ(vwx4000))) -> new_primCmpNat0(Succ(vwx4000), Zero) 24.05/10.83 new_esEs8(vwx300, vwx400, app(ty_Maybe, chc)) -> new_esEs22(vwx300, vwx400, chc) 24.05/10.83 new_lt23(vwx1760, vwx1770, app(app(ty_Either, eb), ec)) -> new_lt17(vwx1760, vwx1770, eb, ec) 24.05/10.83 new_lt7(vwx225, vwx227, ty_Char) -> new_lt10(vwx225, vwx227) 24.05/10.83 new_esEs10(vwx301, vwx401, ty_Bool) -> new_esEs18(vwx301, vwx401) 24.05/10.83 new_esEs26(vwx225, vwx227, ty_Int) -> new_esEs20(vwx225, vwx227) 24.05/10.83 new_esEs31(vwx1760, vwx1770, ty_Char) -> new_esEs15(vwx1760, vwx1770) 24.05/10.83 new_ltEs17(Right(vwx1760), Right(vwx1770), hd, ty_Integer) -> new_ltEs5(vwx1760, vwx1770) 24.05/10.83 new_ltEs12(EQ, GT) -> True 24.05/10.83 new_compare18(Right(vwx300), Left(vwx400), bf, bg) -> GT 24.05/10.83 new_esEs30(vwx1761, vwx1771, ty_Integer) -> new_esEs13(vwx1761, vwx1771) 24.05/10.83 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 24.05/10.83 new_lt19(vwx1760, vwx1770, ty_@0) -> new_lt5(vwx1760, vwx1770) 24.05/10.83 new_ltEs4(False, False) -> True 24.05/10.83 new_esEs23(Right(vwx3000), Right(vwx4000), dhg, ty_Char) -> new_esEs15(vwx3000, vwx4000) 24.05/10.83 new_ltEs22(vwx1761, vwx1771, ty_Char) -> new_ltEs6(vwx1761, vwx1771) 24.05/10.83 new_esEs22(Just(vwx3000), Just(vwx4000), app(app(ty_Either, efe), eff)) -> new_esEs23(vwx3000, vwx4000, efe, eff) 24.05/10.83 new_compare27(vwx225, vwx226, vwx227, vwx228, False, beh, bgb) -> new_compare112(vwx225, vwx226, vwx227, vwx228, new_lt7(vwx225, vwx227, beh), new_asAs(new_esEs26(vwx225, vwx227, beh), new_ltEs9(vwx226, vwx228, bgb)), beh, bgb) 24.05/10.83 new_ltEs9(vwx226, vwx228, ty_Char) -> new_ltEs6(vwx226, vwx228) 24.05/10.83 new_esEs26(vwx225, vwx227, ty_Bool) -> new_esEs18(vwx225, vwx227) 24.05/10.83 new_esEs28(vwx3001, vwx4001, app(app(ty_@2, ebh), eca)) -> new_esEs16(vwx3001, vwx4001, ebh, eca) 24.05/10.83 new_lt22(vwx213, vwx216, ty_Int) -> new_lt11(vwx213, vwx216) 24.05/10.83 new_ltEs12(EQ, EQ) -> True 24.05/10.83 new_esEs9(vwx302, vwx402, app(ty_Maybe, dcb)) -> new_esEs22(vwx302, vwx402, dcb) 24.05/10.83 new_ltEs24(vwx201, vwx202, ty_Float) -> new_ltEs10(vwx201, vwx202) 24.05/10.83 new_esEs27(vwx3002, vwx4002, app(ty_[], ebd)) -> new_esEs24(vwx3002, vwx4002, ebd) 24.05/10.83 new_esEs30(vwx1761, vwx1771, ty_Float) -> new_esEs21(vwx1761, vwx1771) 24.05/10.83 new_ltEs7(vwx176, vwx177, h) -> new_fsEs(new_compare0(vwx176, vwx177, h)) 24.05/10.83 new_esEs36(vwx3000, vwx4000, app(ty_Maybe, fef)) -> new_esEs22(vwx3000, vwx4000, fef) 24.05/10.83 new_ltEs24(vwx201, vwx202, ty_Integer) -> new_ltEs5(vwx201, vwx202) 24.05/10.83 new_lt19(vwx1760, vwx1770, ty_Double) -> new_lt4(vwx1760, vwx1770) 24.05/10.83 new_esEs29(vwx3000, vwx4000, ty_Int) -> new_esEs20(vwx3000, vwx4000) 24.05/10.83 new_esEs25(@0, @0) -> True 24.05/10.83 new_ltEs22(vwx1761, vwx1771, ty_Bool) -> new_ltEs4(vwx1761, vwx1771) 24.05/10.83 new_esEs34(vwx3001, vwx4001, ty_Bool) -> new_esEs18(vwx3001, vwx4001) 24.05/10.83 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Ordering, dhh) -> new_esEs12(vwx3000, vwx4000) 24.05/10.83 new_ltEs19(vwx1762, vwx1772, app(ty_[], bdc)) -> new_ltEs7(vwx1762, vwx1772, bdc) 24.05/10.83 new_esEs35(vwx3000, vwx4000, ty_Double) -> new_esEs17(vwx3000, vwx4000) 24.05/10.83 new_not(False) -> True 24.05/10.83 new_esEs11(vwx300, vwx400, ty_Bool) -> new_esEs18(vwx300, vwx400) 24.05/10.83 new_esEs28(vwx3001, vwx4001, ty_Ordering) -> new_esEs12(vwx3001, vwx4001) 24.05/10.83 new_ltEs20(vwx214, vwx217, ty_Bool) -> new_ltEs4(vwx214, vwx217) 24.05/10.83 new_esEs37(vwx1760, vwx1770, app(app(ty_Either, eb), ec)) -> new_esEs23(vwx1760, vwx1770, eb, ec) 24.05/10.83 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Float) -> new_esEs21(vwx3000, vwx4000) 24.05/10.83 new_compare11(vwx30, vwx40, ty_Integer) -> new_compare10(vwx30, vwx40) 24.05/10.83 new_esEs36(vwx3000, vwx4000, app(app(ty_@2, fec), fed)) -> new_esEs16(vwx3000, vwx4000, fec, fed) 24.05/10.83 new_lt7(vwx225, vwx227, ty_Int) -> new_lt11(vwx225, vwx227) 24.05/10.83 new_esEs35(vwx3000, vwx4000, app(ty_[], fba)) -> new_esEs24(vwx3000, vwx4000, fba) 24.05/10.83 new_ltEs15(Nothing, Just(vwx1770), ffg) -> True 24.05/10.83 new_lt22(vwx213, vwx216, ty_Bool) -> new_lt6(vwx213, vwx216) 24.05/10.83 new_esEs8(vwx300, vwx400, app(ty_Ratio, chb)) -> new_esEs19(vwx300, vwx400, chb) 24.05/10.83 new_lt21(vwx212, vwx215, app(app(ty_Either, ccb), ccc)) -> new_lt17(vwx212, vwx215, ccb, ccc) 24.05/10.83 new_compare0(:(vwx30, vwx31), [], ba) -> GT 24.05/10.83 new_esEs18(False, True) -> False 24.05/10.83 new_esEs18(True, False) -> False 24.05/10.83 new_esEs12(LT, EQ) -> False 24.05/10.83 new_esEs12(EQ, LT) -> False 24.05/10.83 new_ltEs15(Just(vwx1760), Just(vwx1770), ty_Int) -> new_ltEs11(vwx1760, vwx1770) 24.05/10.83 new_esEs26(vwx225, vwx227, app(app(ty_@2, bef), beg)) -> new_esEs16(vwx225, vwx227, bef, beg) 24.05/10.83 new_esEs31(vwx1760, vwx1770, app(ty_Ratio, eea)) -> new_esEs19(vwx1760, vwx1770, eea) 24.05/10.83 new_compare8(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Integer) -> new_compare10(new_sr0(vwx300, vwx401), new_sr0(vwx400, vwx301)) 24.05/10.83 new_ltEs17(Right(vwx1760), Right(vwx1770), hd, app(ty_Maybe, hf)) -> new_ltEs15(vwx1760, vwx1770, hf) 24.05/10.83 new_ltEs9(vwx226, vwx228, ty_Float) -> new_ltEs10(vwx226, vwx228) 24.05/10.83 new_compare12(Float(vwx300, Pos(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare9(new_sr(vwx300, Pos(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 24.05/10.83 new_compare12(Float(vwx300, Neg(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare9(new_sr(vwx300, Neg(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 24.05/10.83 new_ltEs20(vwx214, vwx217, app(ty_[], cea)) -> new_ltEs7(vwx214, vwx217, cea) 24.05/10.83 new_lt23(vwx1760, vwx1770, app(app(ty_@2, dh), ea)) -> new_lt16(vwx1760, vwx1770, dh, ea) 24.05/10.83 new_esEs37(vwx1760, vwx1770, ty_Float) -> new_esEs21(vwx1760, vwx1770) 24.05/10.83 new_esEs5(vwx301, vwx401, ty_Float) -> new_esEs21(vwx301, vwx401) 24.05/10.83 new_ltEs20(vwx214, vwx217, app(ty_Ratio, egb)) -> new_ltEs14(vwx214, vwx217, egb) 24.05/10.83 new_esEs37(vwx1760, vwx1770, app(ty_[], de)) -> new_esEs24(vwx1760, vwx1770, de) 24.05/10.83 new_esEs6(vwx300, vwx400, ty_Int) -> new_esEs20(vwx300, vwx400) 24.05/10.83 new_esEs7(vwx300, vwx400, ty_Ordering) -> new_esEs12(vwx300, vwx400) 24.05/10.83 new_esEs12(LT, GT) -> False 24.05/10.83 new_esEs12(GT, LT) -> False 24.05/10.83 new_esEs27(vwx3002, vwx4002, ty_Int) -> new_esEs20(vwx3002, vwx4002) 24.05/10.83 new_ltEs17(Left(vwx1760), Left(vwx1770), app(app(app(ty_@3, ha), hb), hc), gc) -> new_ltEs18(vwx1760, vwx1770, ha, hb, hc) 24.05/10.83 new_primPlusNat0(Succ(vwx3050), vwx30100) -> Succ(Succ(new_primPlusNat1(vwx3050, vwx30100))) 24.05/10.83 new_lt20(vwx1761, vwx1771, ty_Int) -> new_lt11(vwx1761, vwx1771) 24.05/10.83 new_esEs32(vwx213, vwx216, app(app(app(ty_@3, cdf), cdg), cdh)) -> new_esEs14(vwx213, vwx216, cdf, cdg, cdh) 24.05/10.83 new_ltEs9(vwx226, vwx228, ty_Integer) -> new_ltEs5(vwx226, vwx228) 24.05/10.83 new_ltEs24(vwx201, vwx202, ty_Double) -> new_ltEs8(vwx201, vwx202) 24.05/10.83 new_ltEs20(vwx214, vwx217, ty_Char) -> new_ltEs6(vwx214, vwx217) 24.05/10.83 new_lt23(vwx1760, vwx1770, ty_@0) -> new_lt5(vwx1760, vwx1770) 24.05/10.83 new_ltEs9(vwx226, vwx228, ty_Ordering) -> new_ltEs12(vwx226, vwx228) 24.05/10.83 new_lt20(vwx1761, vwx1771, app(ty_Maybe, bcc)) -> new_lt15(vwx1761, vwx1771, bcc) 24.05/10.83 new_esEs23(Right(vwx3000), Right(vwx4000), dhg, ty_Double) -> new_esEs17(vwx3000, vwx4000) 24.05/10.83 new_lt23(vwx1760, vwx1770, app(ty_Ratio, ffb)) -> new_lt13(vwx1760, vwx1770, ffb) 24.05/10.83 new_compare6(Double(vwx300, Neg(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare9(new_sr(vwx300, Neg(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 24.05/10.83 new_ltEs17(Right(vwx1760), Right(vwx1770), hd, ty_Int) -> new_ltEs11(vwx1760, vwx1770) 24.05/10.83 new_ltEs19(vwx1762, vwx1772, app(ty_Ratio, eec)) -> new_ltEs14(vwx1762, vwx1772, eec) 24.05/10.83 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 24.05/10.83 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 24.05/10.83 new_lt19(vwx1760, vwx1770, app(app(ty_@2, bbb), bbc)) -> new_lt16(vwx1760, vwx1770, bbb, bbc) 24.05/10.83 new_esEs11(vwx300, vwx400, app(ty_Maybe, def)) -> new_esEs22(vwx300, vwx400, def) 24.05/10.83 new_esEs34(vwx3001, vwx4001, app(ty_Maybe, ehd)) -> new_esEs22(vwx3001, vwx4001, ehd) 24.05/10.83 new_primPlusNat1(Zero, Zero) -> Zero 24.05/10.83 new_esEs39(vwx3000, vwx4000, ty_Int) -> new_esEs20(vwx3000, vwx4000) 24.05/10.83 new_esEs22(Just(vwx3000), Just(vwx4000), app(ty_[], efg)) -> new_esEs24(vwx3000, vwx4000, efg) 24.05/10.83 new_ltEs9(vwx226, vwx228, app(ty_[], bfa)) -> new_ltEs7(vwx226, vwx228, bfa) 24.05/10.83 new_lt20(vwx1761, vwx1771, app(app(ty_@2, bcd), bce)) -> new_lt16(vwx1761, vwx1771, bcd, bce) 24.05/10.83 new_ltEs23(vwx176, vwx177, app(ty_[], h)) -> new_ltEs7(vwx176, vwx177, h) 24.05/10.83 new_compare11(vwx30, vwx40, app(ty_[], bb)) -> new_compare0(vwx30, vwx40, bb) 24.05/10.83 new_esEs10(vwx301, vwx401, app(ty_Ratio, ddc)) -> new_esEs19(vwx301, vwx401, ddc) 24.05/10.83 new_esEs23(Left(vwx3000), Left(vwx4000), ty_@0, dhh) -> new_esEs25(vwx3000, vwx4000) 24.05/10.83 new_compare14(EQ, GT) -> LT 24.05/10.83 new_esEs35(vwx3000, vwx4000, app(app(ty_Either, fag), fah)) -> new_esEs23(vwx3000, vwx4000, fag, fah) 24.05/10.83 new_esEs6(vwx300, vwx400, app(ty_Ratio, dgc)) -> new_esEs19(vwx300, vwx400, dgc) 24.05/10.83 new_esEs27(vwx3002, vwx4002, ty_Double) -> new_esEs17(vwx3002, vwx4002) 24.05/10.83 new_esEs33(vwx212, vwx215, app(ty_Ratio, efh)) -> new_esEs19(vwx212, vwx215, efh) 24.05/10.83 new_lt20(vwx1761, vwx1771, ty_@0) -> new_lt5(vwx1761, vwx1771) 24.05/10.83 new_compare14(LT, GT) -> LT 24.05/10.83 new_esEs34(vwx3001, vwx4001, app(app(app(ty_@3, egf), egg), egh)) -> new_esEs14(vwx3001, vwx4001, egf, egg, egh) 24.05/10.83 new_lt19(vwx1760, vwx1770, ty_Bool) -> new_lt6(vwx1760, vwx1770) 24.05/10.83 new_ltEs17(Left(vwx1760), Left(vwx1770), ty_@0, gc) -> new_ltEs13(vwx1760, vwx1770) 24.05/10.83 new_esEs13(Integer(vwx3000), Integer(vwx4000)) -> new_primEqInt(vwx3000, vwx4000) 24.05/10.83 new_ltEs19(vwx1762, vwx1772, ty_Bool) -> new_ltEs4(vwx1762, vwx1772) 24.05/10.83 new_esEs5(vwx301, vwx401, ty_Ordering) -> new_esEs12(vwx301, vwx401) 24.05/10.83 new_esEs35(vwx3000, vwx4000, ty_Char) -> new_esEs15(vwx3000, vwx4000) 24.05/10.83 new_esEs27(vwx3002, vwx4002, ty_Float) -> new_esEs21(vwx3002, vwx4002) 24.05/10.83 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 24.05/10.83 new_lt21(vwx212, vwx215, app(app(ty_@2, cbh), cca)) -> new_lt16(vwx212, vwx215, cbh, cca) 24.05/10.83 new_ltEs22(vwx1761, vwx1771, app(ty_[], eh)) -> new_ltEs7(vwx1761, vwx1771, eh) 24.05/10.83 new_esEs10(vwx301, vwx401, app(app(app(ty_@3, dcf), dcg), dch)) -> new_esEs14(vwx301, vwx401, dcf, dcg, dch) 24.05/10.83 new_esEs11(vwx300, vwx400, ty_Char) -> new_esEs15(vwx300, vwx400) 24.05/10.83 new_ltEs4(True, True) -> True 24.05/10.83 new_esEs5(vwx301, vwx401, ty_@0) -> new_esEs25(vwx301, vwx401) 24.05/10.83 new_primMulNat0(Succ(vwx40000), Succ(vwx30100)) -> new_primPlusNat0(new_primMulNat0(vwx40000, Succ(vwx30100)), vwx30100) 24.05/10.83 new_ltEs10(vwx176, vwx177) -> new_fsEs(new_compare12(vwx176, vwx177)) 24.05/10.83 new_esEs11(vwx300, vwx400, app(app(app(ty_@3, ddh), dea), deb)) -> new_esEs14(vwx300, vwx400, ddh, dea, deb) 24.05/10.83 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Double) -> new_esEs17(vwx3000, vwx4000) 24.05/10.83 new_ltEs24(vwx201, vwx202, app(ty_Maybe, cad)) -> new_ltEs15(vwx201, vwx202, cad) 24.05/10.83 new_ltEs12(EQ, LT) -> False 24.05/10.83 new_ltEs21(vwx194, vwx195, ty_Ordering) -> new_ltEs12(vwx194, vwx195) 24.05/10.83 new_compare26(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, True, ccg, cbe, cbf) -> EQ 24.05/10.83 new_lt22(vwx213, vwx216, app(ty_[], cch)) -> new_lt9(vwx213, vwx216, cch) 24.05/10.83 new_esEs34(vwx3001, vwx4001, ty_Char) -> new_esEs15(vwx3001, vwx4001) 24.05/10.83 new_esEs33(vwx212, vwx215, ty_Integer) -> new_esEs13(vwx212, vwx215) 24.05/10.83 new_primCmpNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat0(vwx3000, vwx4000) 24.05/10.83 new_esEs4(vwx300, vwx400, ty_Int) -> new_esEs20(vwx300, vwx400) 24.05/10.83 new_lt21(vwx212, vwx215, ty_Double) -> new_lt4(vwx212, vwx215) 24.05/10.83 new_esEs26(vwx225, vwx227, app(app(ty_Either, bgc), bgd)) -> new_esEs23(vwx225, vwx227, bgc, bgd) 24.05/10.83 new_ltEs5(vwx176, vwx177) -> new_fsEs(new_compare10(vwx176, vwx177)) 24.05/10.83 new_lt21(vwx212, vwx215, ty_@0) -> new_lt5(vwx212, vwx215) 24.05/10.83 new_esEs9(vwx302, vwx402, ty_Char) -> new_esEs15(vwx302, vwx402) 24.05/10.83 new_esEs30(vwx1761, vwx1771, ty_Int) -> new_esEs20(vwx1761, vwx1771) 24.05/10.83 new_lt21(vwx212, vwx215, app(ty_Ratio, efh)) -> new_lt13(vwx212, vwx215, efh) 24.05/10.83 new_esEs31(vwx1760, vwx1770, ty_Ordering) -> new_esEs12(vwx1760, vwx1770) 24.05/10.83 new_lt22(vwx213, vwx216, app(app(ty_@2, cdb), cdc)) -> new_lt16(vwx213, vwx216, cdb, cdc) 24.05/10.83 new_ltEs21(vwx194, vwx195, app(ty_[], bgh)) -> new_ltEs7(vwx194, vwx195, bgh) 24.05/10.83 new_esEs26(vwx225, vwx227, ty_Float) -> new_esEs21(vwx225, vwx227) 24.05/10.83 new_ltEs21(vwx194, vwx195, ty_Integer) -> new_ltEs5(vwx194, vwx195) 24.05/10.83 new_esEs10(vwx301, vwx401, ty_Char) -> new_esEs15(vwx301, vwx401) 24.05/10.83 new_esEs27(vwx3002, vwx4002, ty_@0) -> new_esEs25(vwx3002, vwx4002) 24.05/10.83 new_lt22(vwx213, vwx216, ty_@0) -> new_lt5(vwx213, vwx216) 24.05/10.83 new_lt23(vwx1760, vwx1770, app(ty_[], de)) -> new_lt9(vwx1760, vwx1770, de) 24.05/10.83 new_ltEs22(vwx1761, vwx1771, ty_Ordering) -> new_ltEs12(vwx1761, vwx1771) 24.05/10.83 new_esEs32(vwx213, vwx216, ty_Integer) -> new_esEs13(vwx213, vwx216) 24.05/10.83 new_esEs33(vwx212, vwx215, ty_Char) -> new_esEs15(vwx212, vwx215) 24.05/10.83 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 24.05/10.83 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 24.05/10.83 new_ltEs12(LT, EQ) -> True 24.05/10.83 new_ltEs24(vwx201, vwx202, ty_@0) -> new_ltEs13(vwx201, vwx202) 24.05/10.83 new_lt20(vwx1761, vwx1771, ty_Double) -> new_lt4(vwx1761, vwx1771) 24.05/10.83 new_ltEs17(Right(vwx1760), Right(vwx1770), hd, ty_Bool) -> new_ltEs4(vwx1760, vwx1770) 24.05/10.83 new_compare15(True, True) -> EQ 24.05/10.83 new_ltEs17(Right(vwx1760), Left(vwx1770), hd, gc) -> False 24.05/10.83 new_esEs8(vwx300, vwx400, app(app(app(ty_@3, cge), cgf), cgg)) -> new_esEs14(vwx300, vwx400, cge, cgf, cgg) 24.05/10.83 new_compare14(GT, GT) -> EQ 24.05/10.83 new_lt22(vwx213, vwx216, app(ty_Ratio, ega)) -> new_lt13(vwx213, vwx216, ega) 24.05/10.83 new_lt21(vwx212, vwx215, app(app(app(ty_@3, ccd), cce), ccf)) -> new_lt18(vwx212, vwx215, ccd, cce, ccf) 24.05/10.83 new_compare11(vwx30, vwx40, app(ty_Ratio, cfb)) -> new_compare8(vwx30, vwx40, cfb) 24.05/10.83 new_primEqNat0(Zero, Zero) -> True 24.05/10.83 new_esEs22(Just(vwx3000), Just(vwx4000), app(app(ty_@2, efa), efb)) -> new_esEs16(vwx3000, vwx4000, efa, efb) 24.05/10.83 new_esEs15(Char(vwx3000), Char(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 24.05/10.83 new_ltEs22(vwx1761, vwx1771, ty_Integer) -> new_ltEs5(vwx1761, vwx1771) 24.05/10.83 new_compare16(Nothing, Just(vwx400), bc) -> LT 24.05/10.83 new_esEs37(vwx1760, vwx1770, app(app(ty_@2, dh), ea)) -> new_esEs16(vwx1760, vwx1770, dh, ea) 24.05/10.83 new_esEs9(vwx302, vwx402, app(app(app(ty_@3, dbd), dbe), dbf)) -> new_esEs14(vwx302, vwx402, dbd, dbe, dbf) 24.05/10.83 new_esEs30(vwx1761, vwx1771, ty_Ordering) -> new_esEs12(vwx1761, vwx1771) 24.05/10.83 new_esEs28(vwx3001, vwx4001, ty_@0) -> new_esEs25(vwx3001, vwx4001) 24.05/10.83 new_esEs36(vwx3000, vwx4000, app(app(ty_Either, feg), feh)) -> new_esEs23(vwx3000, vwx4000, feg, feh) 24.05/10.83 new_esEs8(vwx300, vwx400, ty_Integer) -> new_esEs13(vwx300, vwx400) 24.05/10.83 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Int, dhh) -> new_esEs20(vwx3000, vwx4000) 24.05/10.83 new_esEs23(Left(vwx3000), Left(vwx4000), app(ty_Maybe, fcb), dhh) -> new_esEs22(vwx3000, vwx4000, fcb) 24.05/10.83 new_asAs(False, vwx243) -> False 24.05/10.83 new_compare7(@0, @0) -> EQ 24.05/10.83 new_esEs36(vwx3000, vwx4000, ty_Bool) -> new_esEs18(vwx3000, vwx4000) 24.05/10.83 new_esEs37(vwx1760, vwx1770, ty_Double) -> new_esEs17(vwx1760, vwx1770) 24.05/10.83 new_ltEs13(vwx176, vwx177) -> new_fsEs(new_compare7(vwx176, vwx177)) 24.05/10.83 new_esEs10(vwx301, vwx401, ty_Integer) -> new_esEs13(vwx301, vwx401) 24.05/10.83 new_esEs6(vwx300, vwx400, ty_Ordering) -> new_esEs12(vwx300, vwx400) 24.05/10.83 new_compare18(Left(vwx300), Left(vwx400), bf, bg) -> new_compare24(vwx300, vwx400, new_esEs7(vwx300, vwx400, bf), bf, bg) 24.05/10.83 new_esEs4(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 24.05/10.83 new_esEs36(vwx3000, vwx4000, app(ty_[], ffa)) -> new_esEs24(vwx3000, vwx4000, ffa) 24.05/10.83 new_esEs35(vwx3000, vwx4000, app(ty_Maybe, faf)) -> new_esEs22(vwx3000, vwx4000, faf) 24.05/10.83 new_lt20(vwx1761, vwx1771, ty_Bool) -> new_lt6(vwx1761, vwx1771) 24.05/10.83 new_esEs23(Right(vwx3000), Right(vwx4000), dhg, ty_Bool) -> new_esEs18(vwx3000, vwx4000) 24.05/10.83 new_esEs5(vwx301, vwx401, ty_Int) -> new_esEs20(vwx301, vwx401) 24.05/10.83 new_compare110(vwx290, vwx291, vwx292, vwx293, vwx294, vwx295, False, vwx297, chg, chh, daa) -> new_compare111(vwx290, vwx291, vwx292, vwx293, vwx294, vwx295, vwx297, chg, chh, daa) 24.05/10.83 new_esEs33(vwx212, vwx215, app(app(app(ty_@3, ccd), cce), ccf)) -> new_esEs14(vwx212, vwx215, ccd, cce, ccf) 24.05/10.83 new_ltEs15(Just(vwx1760), Just(vwx1770), ty_Bool) -> new_ltEs4(vwx1760, vwx1770) 24.05/10.83 new_lt7(vwx225, vwx227, app(ty_[], bed)) -> new_lt9(vwx225, vwx227, bed) 24.05/10.83 24.05/10.83 The set Q consists of the following terms: 24.05/10.83 24.05/10.83 new_lt23(x0, x1, ty_Double) 24.05/10.83 new_ltEs24(x0, x1, ty_Double) 24.05/10.83 new_esEs5(x0, x1, ty_Ordering) 24.05/10.83 new_ltEs21(x0, x1, app(ty_Maybe, x2)) 24.05/10.83 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.83 new_esEs37(x0, x1, app(ty_[], x2)) 24.05/10.83 new_primMulNat0(Zero, Succ(x0)) 24.05/10.83 new_esEs28(x0, x1, app(ty_[], x2)) 24.05/10.83 new_ltEs19(x0, x1, ty_Char) 24.05/10.83 new_ltEs22(x0, x1, ty_@0) 24.05/10.83 new_compare13(Char(x0), Char(x1)) 24.05/10.83 new_lt20(x0, x1, ty_Char) 24.05/10.83 new_ltEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.83 new_esEs34(x0, x1, ty_Float) 24.05/10.83 new_esEs14(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 24.05/10.83 new_esEs12(EQ, EQ) 24.05/10.83 new_esEs23(Left(x0), Left(x1), ty_Integer, x2) 24.05/10.83 new_lt4(x0, x1) 24.05/10.83 new_esEs7(x0, x1, app(ty_Ratio, x2)) 24.05/10.83 new_ltEs22(x0, x1, ty_Bool) 24.05/10.83 new_ltEs24(x0, x1, ty_Ordering) 24.05/10.83 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.83 new_esEs39(x0, x1, ty_Integer) 24.05/10.83 new_esEs22(Just(x0), Just(x1), ty_Integer) 24.05/10.83 new_lt22(x0, x1, app(ty_[], x2)) 24.05/10.83 new_compare25(x0, x1, False, x2, x3) 24.05/10.83 new_ltEs9(x0, x1, app(ty_Maybe, x2)) 24.05/10.83 new_lt7(x0, x1, ty_@0) 24.05/10.83 new_compare18(Left(x0), Right(x1), x2, x3) 24.05/10.83 new_compare18(Right(x0), Left(x1), x2, x3) 24.05/10.83 new_lt6(x0, x1) 24.05/10.83 new_esEs28(x0, x1, ty_Integer) 24.05/10.83 new_esEs5(x0, x1, ty_Double) 24.05/10.83 new_primPlusNat1(Zero, Zero) 24.05/10.83 new_esEs10(x0, x1, ty_Float) 24.05/10.83 new_ltEs20(x0, x1, ty_Float) 24.05/10.83 new_ltEs17(Left(x0), Left(x1), app(ty_[], x2), x3) 24.05/10.83 new_compare6(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 24.05/10.83 new_lt10(x0, x1) 24.05/10.83 new_esEs10(x0, x1, app(ty_[], x2)) 24.05/10.83 new_esEs23(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 24.05/10.83 new_esEs23(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 24.05/10.83 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 24.05/10.83 new_esEs32(x0, x1, ty_Float) 24.05/10.83 new_esEs23(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 24.05/10.83 new_primPlusNat0(Zero, x0) 24.05/10.83 new_esEs35(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.83 new_ltEs9(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.83 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.83 new_esEs9(x0, x1, ty_Float) 24.05/10.83 new_esEs24([], :(x0, x1), x2) 24.05/10.83 new_esEs18(True, True) 24.05/10.83 new_lt9(x0, x1, x2) 24.05/10.83 new_lt22(x0, x1, app(ty_Maybe, x2)) 24.05/10.83 new_esEs29(x0, x1, ty_Bool) 24.05/10.83 new_esEs22(Nothing, Just(x0), x1) 24.05/10.83 new_lt18(x0, x1, x2, x3, x4) 24.05/10.83 new_primCompAux0(x0, GT) 24.05/10.83 new_compare28(x0, x1, True, x2) 24.05/10.83 new_ltEs17(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 24.05/10.83 new_primEqInt(Pos(Zero), Pos(Zero)) 24.05/10.83 new_compare14(GT, GT) 24.05/10.83 new_lt8(x0, x1) 24.05/10.83 new_esEs23(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 24.05/10.83 new_compare6(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 24.05/10.83 new_esEs30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.83 new_compare14(EQ, LT) 24.05/10.83 new_esEs23(Left(x0), Right(x1), x2, x3) 24.05/10.83 new_esEs23(Right(x0), Left(x1), x2, x3) 24.05/10.83 new_compare14(LT, EQ) 24.05/10.83 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.83 new_compare27(x0, x1, x2, x3, True, x4, x5) 24.05/10.83 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 24.05/10.83 new_esEs31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.83 new_esEs4(x0, x1, ty_Ordering) 24.05/10.83 new_lt20(x0, x1, ty_Int) 24.05/10.83 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 24.05/10.83 new_esEs23(Left(x0), Left(x1), ty_Bool, x2) 24.05/10.83 new_primCompAux1(x0, x1, x2, x3) 24.05/10.83 new_ltEs17(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 24.05/10.83 new_lt23(x0, x1, ty_Int) 24.05/10.83 new_esEs4(x0, x1, ty_Double) 24.05/10.83 new_esEs33(x0, x1, ty_Float) 24.05/10.83 new_ltEs23(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.83 new_esEs11(x0, x1, ty_Integer) 24.05/10.83 new_esEs11(x0, x1, ty_Float) 24.05/10.83 new_ltEs23(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.83 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 24.05/10.83 new_ltEs21(x0, x1, app(ty_Ratio, x2)) 24.05/10.83 new_ltEs9(x0, x1, ty_Double) 24.05/10.83 new_pePe(True, x0) 24.05/10.83 new_esEs35(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.83 new_ltEs15(Just(x0), Just(x1), app(ty_Ratio, x2)) 24.05/10.83 new_esEs6(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.83 new_lt19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.83 new_primEqInt(Neg(Zero), Neg(Zero)) 24.05/10.83 new_lt23(x0, x1, ty_Ordering) 24.05/10.83 new_esEs22(Just(x0), Just(x1), ty_@0) 24.05/10.83 new_lt14(x0, x1) 24.05/10.83 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.83 new_esEs28(x0, x1, ty_@0) 24.05/10.83 new_esEs5(x0, x1, ty_Int) 24.05/10.83 new_esEs4(x0, x1, ty_Int) 24.05/10.83 new_ltEs17(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 24.05/10.83 new_lt20(x0, x1, ty_Double) 24.05/10.83 new_lt22(x0, x1, app(ty_Ratio, x2)) 24.05/10.83 new_esEs36(x0, x1, ty_Double) 24.05/10.83 new_ltEs24(x0, x1, ty_Char) 24.05/10.83 new_esEs34(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.83 new_esEs30(x0, x1, ty_Double) 24.05/10.83 new_esEs29(x0, x1, ty_Integer) 24.05/10.83 new_lt7(x0, x1, ty_Integer) 24.05/10.83 new_primPlusNat1(Succ(x0), Succ(x1)) 24.05/10.83 new_esEs27(x0, x1, ty_Bool) 24.05/10.83 new_compare0([], [], x0) 24.05/10.83 new_compare11(x0, x1, ty_Double) 24.05/10.83 new_ltEs21(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.83 new_esEs8(x0, x1, app(ty_Ratio, x2)) 24.05/10.83 new_esEs35(x0, x1, ty_Float) 24.05/10.83 new_esEs33(x0, x1, ty_Integer) 24.05/10.83 new_esEs27(x0, x1, app(ty_Ratio, x2)) 24.05/10.83 new_esEs4(x0, x1, app(ty_Ratio, x2)) 24.05/10.83 new_esEs35(x0, x1, ty_@0) 24.05/10.83 new_esEs5(x0, x1, ty_Char) 24.05/10.83 new_lt20(x0, x1, ty_Ordering) 24.05/10.83 new_primPlusNat1(Zero, Succ(x0)) 24.05/10.83 new_esEs8(x0, x1, ty_Double) 24.05/10.83 new_compare26(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 24.05/10.83 new_esEs7(x0, x1, ty_Float) 24.05/10.83 new_compare115(x0, x1, False, x2) 24.05/10.83 new_esEs33(x0, x1, app(ty_Maybe, x2)) 24.05/10.83 new_ltEs12(GT, EQ) 24.05/10.83 new_ltEs12(EQ, GT) 24.05/10.83 new_esEs33(x0, x1, app(ty_[], x2)) 24.05/10.83 new_esEs8(x0, x1, ty_Int) 24.05/10.83 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.83 new_ltEs9(x0, x1, ty_Int) 24.05/10.83 new_esEs27(x0, x1, ty_Float) 24.05/10.83 new_primMulNat0(Succ(x0), Zero) 24.05/10.83 new_esEs21(Float(x0, x1), Float(x2, x3)) 24.05/10.83 new_compare15(True, False) 24.05/10.83 new_compare15(False, True) 24.05/10.83 new_esEs23(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 24.05/10.83 new_lt7(x0, x1, ty_Ordering) 24.05/10.83 new_lt23(x0, x1, ty_Char) 24.05/10.83 new_lt7(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.83 new_lt20(x0, x1, ty_Bool) 24.05/10.83 new_esEs35(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.83 new_primEqInt(Pos(Zero), Neg(Zero)) 24.05/10.83 new_primEqInt(Neg(Zero), Pos(Zero)) 24.05/10.83 new_esEs26(x0, x1, ty_Integer) 24.05/10.83 new_primMulInt(Pos(x0), Pos(x1)) 24.05/10.83 new_lt12(x0, x1) 24.05/10.83 new_esEs33(x0, x1, ty_Bool) 24.05/10.83 new_compare28(x0, x1, False, x2) 24.05/10.83 new_esEs29(x0, x1, ty_Ordering) 24.05/10.83 new_esEs12(LT, GT) 24.05/10.83 new_esEs12(GT, LT) 24.05/10.83 new_esEs22(Just(x0), Just(x1), ty_Bool) 24.05/10.83 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 24.05/10.83 new_esEs22(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 24.05/10.83 new_esEs32(x0, x1, app(ty_Maybe, x2)) 24.05/10.83 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.83 new_esEs23(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 24.05/10.83 new_esEs28(x0, x1, ty_Bool) 24.05/10.83 new_ltEs22(x0, x1, app(ty_Maybe, x2)) 24.05/10.83 new_esEs23(Left(x0), Left(x1), ty_Float, x2) 24.05/10.83 new_ltEs19(x0, x1, ty_Ordering) 24.05/10.83 new_ltEs17(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 24.05/10.83 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.83 new_compare11(x0, x1, app(ty_Maybe, x2)) 24.05/10.83 new_ltEs24(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.83 new_esEs27(x0, x1, ty_@0) 24.05/10.83 new_compare11(x0, x1, ty_Int) 24.05/10.83 new_esEs11(x0, x1, ty_Bool) 24.05/10.83 new_compare116(x0, x1, True, x2, x3) 24.05/10.83 new_esEs23(Left(x0), Left(x1), ty_@0, x2) 24.05/10.83 new_ltEs24(x0, x1, ty_Int) 24.05/10.83 new_esEs22(Just(x0), Nothing, x1) 24.05/10.83 new_lt22(x0, x1, ty_Double) 24.05/10.83 new_compare6(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 24.05/10.83 new_compare6(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 24.05/10.83 new_ltEs24(x0, x1, app(ty_[], x2)) 24.05/10.83 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 24.05/10.83 new_esEs30(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_esEs6(x0, x1, ty_Ordering) 24.05/10.84 new_esEs9(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_esEs32(x0, x1, app(ty_[], x2)) 24.05/10.84 new_esEs5(x0, x1, app(ty_[], x2)) 24.05/10.84 new_esEs36(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_esEs34(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 24.05/10.84 new_ltEs10(x0, x1) 24.05/10.84 new_ltEs17(Right(x0), Right(x1), x2, ty_Ordering) 24.05/10.84 new_esEs5(x0, x1, ty_Bool) 24.05/10.84 new_esEs31(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_ltEs23(x0, x1, app(ty_[], x2)) 24.05/10.84 new_lt23(x0, x1, ty_Bool) 24.05/10.84 new_ltEs22(x0, x1, ty_Double) 24.05/10.84 new_esEs36(x0, x1, ty_Char) 24.05/10.84 new_esEs10(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_ltEs24(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_compare24(x0, x1, True, x2, x3) 24.05/10.84 new_primCmpNat0(Zero, Succ(x0)) 24.05/10.84 new_ltEs22(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_ltEs21(x0, x1, ty_Double) 24.05/10.84 new_esEs23(Left(x0), Left(x1), ty_Int, x2) 24.05/10.84 new_compare0(:(x0, x1), :(x2, x3), x4) 24.05/10.84 new_ltEs15(Just(x0), Just(x1), app(ty_[], x2)) 24.05/10.84 new_esEs31(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_esEs34(x0, x1, ty_Bool) 24.05/10.84 new_ltEs15(Just(x0), Just(x1), ty_Int) 24.05/10.84 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 24.05/10.84 new_esEs9(x0, x1, ty_Integer) 24.05/10.84 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 24.05/10.84 new_compare116(x0, x1, False, x2, x3) 24.05/10.84 new_ltEs17(Left(x0), Left(x1), ty_Float, x2) 24.05/10.84 new_esEs31(x0, x1, ty_Int) 24.05/10.84 new_esEs30(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_lt22(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 24.05/10.84 new_esEs23(Left(x0), Left(x1), app(ty_[], x2), x3) 24.05/10.84 new_esEs8(x0, x1, ty_Char) 24.05/10.84 new_esEs37(x0, x1, ty_Float) 24.05/10.84 new_ltEs8(x0, x1) 24.05/10.84 new_ltEs17(Right(x0), Right(x1), x2, app(ty_[], x3)) 24.05/10.84 new_esEs22(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_ltEs19(x0, x1, ty_Integer) 24.05/10.84 new_esEs23(Left(x0), Left(x1), ty_Char, x2) 24.05/10.84 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_esEs9(x0, x1, ty_Bool) 24.05/10.84 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 24.05/10.84 new_lt22(x0, x1, ty_Ordering) 24.05/10.84 new_compare11(x0, x1, app(ty_[], x2)) 24.05/10.84 new_ltEs17(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 24.05/10.84 new_ltEs17(Right(x0), Right(x1), x2, ty_Int) 24.05/10.84 new_esEs28(x0, x1, ty_Double) 24.05/10.84 new_ltEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_compare25(x0, x1, True, x2, x3) 24.05/10.84 new_esEs12(GT, GT) 24.05/10.84 new_esEs36(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_esEs12(LT, EQ) 24.05/10.84 new_esEs12(EQ, LT) 24.05/10.84 new_ltEs20(x0, x1, ty_Bool) 24.05/10.84 new_esEs19(:%(x0, x1), :%(x2, x3), x4) 24.05/10.84 new_compare11(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_esEs23(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 24.05/10.84 new_ltEs4(True, True) 24.05/10.84 new_esEs18(False, True) 24.05/10.84 new_esEs18(True, False) 24.05/10.84 new_esEs36(x0, x1, ty_Int) 24.05/10.84 new_esEs7(x0, x1, ty_@0) 24.05/10.84 new_compare111(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 24.05/10.84 new_lt21(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_ltEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_esEs31(x0, x1, ty_Char) 24.05/10.84 new_esEs4(x0, x1, ty_Char) 24.05/10.84 new_ltEs23(x0, x1, ty_Bool) 24.05/10.84 new_esEs37(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_compare15(False, False) 24.05/10.84 new_esEs23(Right(x0), Right(x1), x2, ty_Integer) 24.05/10.84 new_ltEs17(Left(x0), Left(x1), ty_Int, x2) 24.05/10.84 new_esEs33(x0, x1, ty_@0) 24.05/10.84 new_compare14(GT, EQ) 24.05/10.84 new_compare14(EQ, GT) 24.05/10.84 new_ltEs17(Right(x0), Right(x1), x2, ty_Float) 24.05/10.84 new_esEs4(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_esEs22(Just(x0), Just(x1), ty_Ordering) 24.05/10.84 new_esEs32(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_lt23(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_compare112(x0, x1, x2, x3, False, x4, x5, x6) 24.05/10.84 new_esEs30(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_ltEs9(x0, x1, ty_Char) 24.05/10.84 new_compare113(x0, x1, x2, x3, False, x4, x5) 24.05/10.84 new_compare18(Left(x0), Left(x1), x2, x3) 24.05/10.84 new_esEs34(x0, x1, ty_Integer) 24.05/10.84 new_esEs7(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_esEs30(x0, x1, ty_Ordering) 24.05/10.84 new_esEs30(x0, x1, ty_@0) 24.05/10.84 new_esEs6(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 24.05/10.84 new_ltEs17(Left(x0), Left(x1), ty_Char, x2) 24.05/10.84 new_ltEs17(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 24.05/10.84 new_ltEs12(EQ, LT) 24.05/10.84 new_ltEs12(LT, EQ) 24.05/10.84 new_compare110(x0, x1, x2, x3, x4, x5, False, x6, x7, x8, x9) 24.05/10.84 new_primCompAux0(x0, EQ) 24.05/10.84 new_esEs37(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_ltEs11(x0, x1) 24.05/10.84 new_esEs11(x0, x1, ty_@0) 24.05/10.84 new_ltEs15(Just(x0), Just(x1), ty_Char) 24.05/10.84 new_esEs28(x0, x1, ty_Ordering) 24.05/10.84 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 24.05/10.84 new_ltEs12(GT, GT) 24.05/10.84 new_ltEs18(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 24.05/10.84 new_esEs22(Just(x0), Just(x1), app(ty_Maybe, x2)) 24.05/10.84 new_ltEs15(Just(x0), Nothing, x1) 24.05/10.84 new_esEs23(Right(x0), Right(x1), x2, ty_Bool) 24.05/10.84 new_primCmpInt(Neg(Zero), Neg(Zero)) 24.05/10.84 new_esEs36(x0, x1, ty_Float) 24.05/10.84 new_lt20(x0, x1, app(ty_[], x2)) 24.05/10.84 new_esEs37(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_ltEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_ltEs24(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_sr(x0, x1) 24.05/10.84 new_ltEs9(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_lt20(x0, x1, ty_Float) 24.05/10.84 new_compare16(Just(x0), Just(x1), x2) 24.05/10.84 new_ltEs9(x0, x1, ty_Ordering) 24.05/10.84 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_lt23(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_esEs34(x0, x1, ty_Char) 24.05/10.84 new_compare114(x0, x1, True, x2, x3) 24.05/10.84 new_ltEs9(x0, x1, ty_Bool) 24.05/10.84 new_primMulNat0(Succ(x0), Succ(x1)) 24.05/10.84 new_primCmpInt(Pos(Zero), Neg(Zero)) 24.05/10.84 new_primCmpInt(Neg(Zero), Pos(Zero)) 24.05/10.84 new_esEs23(Right(x0), Right(x1), x2, ty_Float) 24.05/10.84 new_esEs34(x0, x1, app(ty_[], x2)) 24.05/10.84 new_esEs29(x0, x1, ty_Int) 24.05/10.84 new_esEs24(:(x0, x1), :(x2, x3), x4) 24.05/10.84 new_compare8(:%(x0, x1), :%(x2, x3), ty_Int) 24.05/10.84 new_ltEs19(x0, x1, ty_Bool) 24.05/10.84 new_esEs26(x0, x1, ty_Double) 24.05/10.84 new_esEs29(x0, x1, ty_Char) 24.05/10.84 new_lt23(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_compare18(Right(x0), Right(x1), x2, x3) 24.05/10.84 new_compare12(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 24.05/10.84 new_esEs34(x0, x1, ty_Int) 24.05/10.84 new_esEs22(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 24.05/10.84 new_ltEs15(Just(x0), Just(x1), ty_Bool) 24.05/10.84 new_esEs37(x0, x1, ty_Char) 24.05/10.84 new_primCmpNat0(Succ(x0), Succ(x1)) 24.05/10.84 new_esEs4(x0, x1, ty_Integer) 24.05/10.84 new_ltEs15(Just(x0), Just(x1), ty_Ordering) 24.05/10.84 new_lt7(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_ltEs19(x0, x1, ty_Float) 24.05/10.84 new_esEs6(x0, x1, ty_Double) 24.05/10.84 new_esEs6(x0, x1, ty_@0) 24.05/10.84 new_esEs4(x0, x1, ty_Bool) 24.05/10.84 new_ltEs9(x0, x1, ty_Integer) 24.05/10.84 new_esEs23(Right(x0), Right(x1), x2, ty_Int) 24.05/10.84 new_ltEs12(LT, LT) 24.05/10.84 new_esEs29(x0, x1, app(ty_[], x2)) 24.05/10.84 new_compare19(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 24.05/10.84 new_esEs31(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_esEs9(x0, x1, app(ty_[], x2)) 24.05/10.84 new_esEs29(x0, x1, ty_Float) 24.05/10.84 new_lt19(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_lt19(x0, x1, ty_@0) 24.05/10.84 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 24.05/10.84 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 24.05/10.84 new_esEs27(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_lt19(x0, x1, ty_Double) 24.05/10.84 new_ltEs17(Right(x0), Right(x1), x2, ty_Char) 24.05/10.84 new_compare14(GT, LT) 24.05/10.84 new_compare14(LT, GT) 24.05/10.84 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_esEs6(x0, x1, app(ty_[], x2)) 24.05/10.84 new_ltEs22(x0, x1, app(ty_[], x2)) 24.05/10.84 new_lt21(x0, x1, ty_Double) 24.05/10.84 new_ltEs23(x0, x1, ty_Float) 24.05/10.84 new_ltEs17(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 24.05/10.84 new_esEs34(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 24.05/10.84 new_ltEs19(x0, x1, ty_Int) 24.05/10.84 new_ltEs17(Right(x0), Right(x1), x2, ty_Bool) 24.05/10.84 new_ltEs17(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 24.05/10.84 new_esEs26(x0, x1, ty_@0) 24.05/10.84 new_esEs37(x0, x1, ty_Int) 24.05/10.84 new_lt7(x0, x1, ty_Double) 24.05/10.84 new_esEs23(Left(x0), Left(x1), ty_Ordering, x2) 24.05/10.84 new_esEs23(Right(x0), Right(x1), x2, ty_Char) 24.05/10.84 new_esEs22(Nothing, Nothing, x0) 24.05/10.84 new_esEs31(x0, x1, ty_Float) 24.05/10.84 new_esEs29(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_compare0(:(x0, x1), [], x2) 24.05/10.84 new_esEs23(Right(x0), Right(x1), x2, app(ty_[], x3)) 24.05/10.84 new_ltEs21(x0, x1, ty_Bool) 24.05/10.84 new_compare24(x0, x1, False, x2, x3) 24.05/10.84 new_esEs10(x0, x1, ty_Ordering) 24.05/10.84 new_lt21(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_compare11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_compare9(x0, x1) 24.05/10.84 new_lt21(x0, x1, ty_@0) 24.05/10.84 new_ltEs15(Just(x0), Just(x1), ty_Integer) 24.05/10.84 new_ltEs21(x0, x1, app(ty_[], x2)) 24.05/10.84 new_ltEs20(x0, x1, ty_Ordering) 24.05/10.84 new_lt23(x0, x1, ty_Float) 24.05/10.84 new_esEs35(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_lt22(x0, x1, ty_Bool) 24.05/10.84 new_ltEs21(x0, x1, ty_@0) 24.05/10.84 new_esEs34(x0, x1, ty_Ordering) 24.05/10.84 new_ltEs17(Left(x0), Left(x1), ty_Bool, x2) 24.05/10.84 new_primMulNat0(Zero, Zero) 24.05/10.84 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_ltEs23(x0, x1, ty_Int) 24.05/10.84 new_compare16(Nothing, Nothing, x0) 24.05/10.84 new_lt19(x0, x1, ty_Bool) 24.05/10.84 new_compare7(@0, @0) 24.05/10.84 new_esEs10(x0, x1, ty_Double) 24.05/10.84 new_compare11(x0, x1, ty_Integer) 24.05/10.84 new_esEs33(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_lt19(x0, x1, ty_Integer) 24.05/10.84 new_lt20(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_ltEs9(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_esEs5(x0, x1, ty_Float) 24.05/10.84 new_ltEs22(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_lt20(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_ltEs24(x0, x1, ty_Float) 24.05/10.84 new_esEs33(x0, x1, ty_Double) 24.05/10.84 new_esEs4(x0, x1, ty_Float) 24.05/10.84 new_esEs9(x0, x1, ty_Double) 24.05/10.84 new_esEs8(x0, x1, ty_Integer) 24.05/10.84 new_ltEs15(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_lt22(x0, x1, ty_@0) 24.05/10.84 new_ltEs21(x0, x1, ty_Integer) 24.05/10.84 new_ltEs17(Left(x0), Left(x1), ty_@0, x2) 24.05/10.84 new_ltEs20(x0, x1, ty_Char) 24.05/10.84 new_lt16(x0, x1, x2, x3) 24.05/10.84 new_esEs4(x0, x1, app(ty_[], x2)) 24.05/10.84 new_lt22(x0, x1, ty_Integer) 24.05/10.84 new_ltEs17(Right(x0), Right(x1), x2, ty_@0) 24.05/10.84 new_lt11(x0, x1) 24.05/10.84 new_ltEs20(x0, x1, ty_Double) 24.05/10.84 new_esEs30(x0, x1, ty_Integer) 24.05/10.84 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_esEs32(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_ltEs16(@2(x0, x1), @2(x2, x3), x4, x5) 24.05/10.84 new_esEs9(x0, x1, ty_Char) 24.05/10.84 new_esEs31(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_ltEs15(Nothing, Just(x0), x1) 24.05/10.84 new_esEs33(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_esEs37(x0, x1, ty_Bool) 24.05/10.84 new_esEs9(x0, x1, ty_Ordering) 24.05/10.84 new_esEs11(x0, x1, ty_Ordering) 24.05/10.84 new_esEs8(x0, x1, app(ty_[], x2)) 24.05/10.84 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_ltEs17(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 24.05/10.84 new_esEs7(x0, x1, ty_Double) 24.05/10.84 new_lt5(x0, x1) 24.05/10.84 new_esEs31(x0, x1, ty_Bool) 24.05/10.84 new_ltEs20(x0, x1, ty_Int) 24.05/10.84 new_esEs36(x0, x1, ty_Integer) 24.05/10.84 new_esEs36(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_esEs11(x0, x1, app(ty_[], x2)) 24.05/10.84 new_lt7(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_compare10(Integer(x0), Integer(x1)) 24.05/10.84 new_esEs8(x0, x1, ty_Float) 24.05/10.84 new_esEs9(x0, x1, ty_Int) 24.05/10.84 new_lt7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_ltEs23(x0, x1, ty_Char) 24.05/10.84 new_esEs35(x0, x1, ty_Double) 24.05/10.84 new_lt23(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_ltEs17(Right(x0), Right(x1), x2, ty_Integer) 24.05/10.84 new_esEs33(x0, x1, ty_Ordering) 24.05/10.84 new_ltEs23(x0, x1, ty_Double) 24.05/10.84 new_esEs29(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_esEs37(x0, x1, ty_Integer) 24.05/10.84 new_compare11(x0, x1, ty_@0) 24.05/10.84 new_ltEs7(x0, x1, x2) 24.05/10.84 new_esEs30(x0, x1, ty_Bool) 24.05/10.84 new_not(True) 24.05/10.84 new_lt21(x0, x1, ty_Integer) 24.05/10.84 new_esEs33(x0, x1, ty_Int) 24.05/10.84 new_ltEs15(Just(x0), Just(x1), ty_@0) 24.05/10.84 new_esEs26(x0, x1, ty_Ordering) 24.05/10.84 new_lt19(x0, x1, app(ty_[], x2)) 24.05/10.84 new_lt22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_esEs25(@0, @0) 24.05/10.84 new_esEs32(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_lt13(x0, x1, x2) 24.05/10.84 new_esEs12(EQ, GT) 24.05/10.84 new_esEs12(GT, EQ) 24.05/10.84 new_esEs31(x0, x1, app(ty_[], x2)) 24.05/10.84 new_esEs11(x0, x1, ty_Int) 24.05/10.84 new_esEs35(x0, x1, app(ty_[], x2)) 24.05/10.84 new_esEs17(Double(x0, x1), Double(x2, x3)) 24.05/10.84 new_lt21(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_compare8(:%(x0, x1), :%(x2, x3), ty_Integer) 24.05/10.84 new_esEs36(x0, x1, ty_@0) 24.05/10.84 new_compare112(x0, x1, x2, x3, True, x4, x5, x6) 24.05/10.84 new_esEs5(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_esEs32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_fsEs(x0) 24.05/10.84 new_compare12(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 24.05/10.84 new_compare12(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 24.05/10.84 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_ltEs15(Just(x0), Just(x1), ty_Float) 24.05/10.84 new_esEs33(x0, x1, ty_Char) 24.05/10.84 new_esEs27(x0, x1, ty_Double) 24.05/10.84 new_ltEs17(Left(x0), Right(x1), x2, x3) 24.05/10.84 new_compare0([], :(x0, x1), x2) 24.05/10.84 new_ltEs17(Right(x0), Left(x1), x2, x3) 24.05/10.84 new_pePe(False, x0) 24.05/10.84 new_esEs10(x0, x1, ty_Char) 24.05/10.84 new_esEs16(@2(x0, x1), @2(x2, x3), x4, x5) 24.05/10.84 new_compare11(x0, x1, ty_Float) 24.05/10.84 new_ltEs9(x0, x1, ty_@0) 24.05/10.84 new_compare26(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 24.05/10.84 new_compare114(x0, x1, False, x2, x3) 24.05/10.84 new_esEs36(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_compare16(Nothing, Just(x0), x1) 24.05/10.84 new_esEs23(Right(x0), Right(x1), x2, ty_Ordering) 24.05/10.84 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_esEs10(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_esEs11(x0, x1, ty_Char) 24.05/10.84 new_compare11(x0, x1, ty_Bool) 24.05/10.84 new_ltEs23(x0, x1, ty_Ordering) 24.05/10.84 new_ltEs15(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 24.05/10.84 new_esEs11(x0, x1, ty_Double) 24.05/10.84 new_esEs23(Left(x0), Left(x1), ty_Double, x2) 24.05/10.84 new_esEs18(False, False) 24.05/10.84 new_esEs22(Just(x0), Just(x1), ty_Double) 24.05/10.84 new_ltEs4(False, True) 24.05/10.84 new_ltEs4(True, False) 24.05/10.84 new_asAs(True, x0) 24.05/10.84 new_esEs36(x0, x1, app(ty_[], x2)) 24.05/10.84 new_esEs37(x0, x1, ty_Ordering) 24.05/10.84 new_esEs32(x0, x1, ty_Char) 24.05/10.84 new_esEs32(x0, x1, ty_Double) 24.05/10.84 new_lt15(x0, x1, x2) 24.05/10.84 new_lt22(x0, x1, ty_Char) 24.05/10.84 new_esEs32(x0, x1, ty_@0) 24.05/10.84 new_ltEs17(Left(x0), Left(x1), ty_Integer, x2) 24.05/10.84 new_ltEs24(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_esEs28(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_ltEs12(EQ, EQ) 24.05/10.84 new_esEs6(x0, x1, ty_Integer) 24.05/10.84 new_esEs34(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_esEs27(x0, x1, ty_Char) 24.05/10.84 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_primCompAux0(x0, LT) 24.05/10.84 new_esEs12(LT, LT) 24.05/10.84 new_esEs11(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_compare12(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 24.05/10.84 new_lt23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_ltEs9(x0, x1, ty_Float) 24.05/10.84 new_ltEs9(x0, x1, app(ty_[], x2)) 24.05/10.84 new_esEs10(x0, x1, ty_@0) 24.05/10.84 new_primCmpNat0(Succ(x0), Zero) 24.05/10.84 new_esEs8(x0, x1, ty_Bool) 24.05/10.84 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_esEs37(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_esEs32(x0, x1, ty_Int) 24.05/10.84 new_esEs15(Char(x0), Char(x1)) 24.05/10.84 new_esEs10(x0, x1, ty_Int) 24.05/10.84 new_esEs23(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 24.05/10.84 new_esEs31(x0, x1, ty_Integer) 24.05/10.84 new_esEs38(x0, x1, ty_Int) 24.05/10.84 new_esEs36(x0, x1, ty_Bool) 24.05/10.84 new_primCmpInt(Pos(Zero), Pos(Zero)) 24.05/10.84 new_ltEs23(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_esEs30(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_esEs27(x0, x1, ty_Int) 24.05/10.84 new_esEs24(:(x0, x1), [], x2) 24.05/10.84 new_esEs37(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_ltEs5(x0, x1) 24.05/10.84 new_esEs34(x0, x1, ty_@0) 24.05/10.84 new_esEs26(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_lt7(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_ltEs21(x0, x1, ty_Ordering) 24.05/10.84 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_compare14(EQ, EQ) 24.05/10.84 new_primEqNat0(Succ(x0), Zero) 24.05/10.84 new_compare11(x0, x1, ty_Char) 24.05/10.84 new_esEs13(Integer(x0), Integer(x1)) 24.05/10.84 new_ltEs22(x0, x1, ty_Float) 24.05/10.84 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_esEs10(x0, x1, ty_Bool) 24.05/10.84 new_esEs22(Just(x0), Just(x1), ty_Int) 24.05/10.84 new_lt19(x0, x1, ty_Ordering) 24.05/10.84 new_esEs39(x0, x1, ty_Int) 24.05/10.84 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_ltEs23(x0, x1, ty_Integer) 24.05/10.84 new_esEs31(x0, x1, ty_Ordering) 24.05/10.84 new_esEs36(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_ltEs24(x0, x1, ty_@0) 24.05/10.84 new_lt20(x0, x1, ty_Integer) 24.05/10.84 new_lt21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_lt22(x0, x1, ty_Int) 24.05/10.84 new_esEs37(x0, x1, ty_Double) 24.05/10.84 new_esEs32(x0, x1, ty_Integer) 24.05/10.84 new_compare16(Just(x0), Nothing, x1) 24.05/10.84 new_lt23(x0, x1, app(ty_[], x2)) 24.05/10.84 new_ltEs23(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_primEqNat0(Zero, Succ(x0)) 24.05/10.84 new_ltEs20(x0, x1, ty_Integer) 24.05/10.84 new_ltEs17(Left(x0), Left(x1), ty_Ordering, x2) 24.05/10.84 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_esEs33(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_esEs29(x0, x1, ty_Double) 24.05/10.84 new_esEs26(x0, x1, ty_Char) 24.05/10.84 new_sr0(Integer(x0), Integer(x1)) 24.05/10.84 new_esEs30(x0, x1, ty_Char) 24.05/10.84 new_ltEs24(x0, x1, ty_Bool) 24.05/10.84 new_ltEs6(x0, x1) 24.05/10.84 new_lt19(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_esEs22(Just(x0), Just(x1), ty_Char) 24.05/10.84 new_ltEs21(x0, x1, ty_Int) 24.05/10.84 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_primPlusNat1(Succ(x0), Zero) 24.05/10.84 new_lt19(x0, x1, ty_Float) 24.05/10.84 new_esEs23(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 24.05/10.84 new_esEs28(x0, x1, ty_Char) 24.05/10.84 new_asAs(False, x0) 24.05/10.84 new_ltEs15(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 24.05/10.84 new_esEs5(x0, x1, ty_Integer) 24.05/10.84 new_esEs30(x0, x1, ty_Int) 24.05/10.84 new_ltEs20(x0, x1, ty_@0) 24.05/10.84 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_lt21(x0, x1, ty_Ordering) 24.05/10.84 new_ltEs4(False, False) 24.05/10.84 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 24.05/10.84 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 24.05/10.84 new_esEs22(Just(x0), Just(x1), app(ty_Ratio, x2)) 24.05/10.84 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_primMulInt(Pos(x0), Neg(x1)) 24.05/10.84 new_primMulInt(Neg(x0), Pos(x1)) 24.05/10.84 new_lt7(x0, x1, ty_Float) 24.05/10.84 new_esEs28(x0, x1, ty_Float) 24.05/10.84 new_esEs32(x0, x1, ty_Bool) 24.05/10.84 new_esEs23(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 24.05/10.84 new_esEs8(x0, x1, ty_@0) 24.05/10.84 new_esEs4(x0, x1, ty_@0) 24.05/10.84 new_esEs7(x0, x1, ty_Int) 24.05/10.84 new_lt23(x0, x1, ty_Integer) 24.05/10.84 new_esEs27(x0, x1, app(ty_[], x2)) 24.05/10.84 new_esEs35(x0, x1, ty_Int) 24.05/10.84 new_ltEs14(x0, x1, x2) 24.05/10.84 new_esEs31(x0, x1, ty_Double) 24.05/10.84 new_esEs9(x0, x1, ty_@0) 24.05/10.84 new_esEs22(Just(x0), Just(x1), ty_Float) 24.05/10.84 new_ltEs21(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_lt19(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_ltEs22(x0, x1, ty_Ordering) 24.05/10.84 new_ltEs15(Nothing, Nothing, x0) 24.05/10.84 new_lt21(x0, x1, ty_Float) 24.05/10.84 new_esEs6(x0, x1, ty_Bool) 24.05/10.84 new_lt22(x0, x1, ty_Float) 24.05/10.84 new_esEs34(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_esEs5(x0, x1, ty_@0) 24.05/10.84 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_esEs28(x0, x1, ty_Int) 24.05/10.84 new_ltEs22(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_lt23(x0, x1, ty_@0) 24.05/10.84 new_esEs6(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_esEs7(x0, x1, ty_Char) 24.05/10.84 new_ltEs17(Left(x0), Left(x1), ty_Double, x2) 24.05/10.84 new_ltEs15(Just(x0), Just(x1), ty_Double) 24.05/10.84 new_esEs26(x0, x1, ty_Bool) 24.05/10.84 new_ltEs22(x0, x1, ty_Int) 24.05/10.84 new_ltEs21(x0, x1, ty_Float) 24.05/10.84 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_esEs35(x0, x1, ty_Char) 24.05/10.84 new_esEs27(x0, x1, ty_Ordering) 24.05/10.84 new_lt17(x0, x1, x2, x3) 24.05/10.84 new_esEs9(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_ltEs15(Just(x0), Just(x1), app(ty_Maybe, x2)) 24.05/10.84 new_esEs8(x0, x1, ty_Ordering) 24.05/10.84 new_esEs35(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_esEs35(x0, x1, ty_Bool) 24.05/10.84 new_ltEs22(x0, x1, ty_Char) 24.05/10.84 new_esEs30(x0, x1, ty_Float) 24.05/10.84 new_primEqNat0(Zero, Zero) 24.05/10.84 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 24.05/10.84 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 24.05/10.84 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_esEs35(x0, x1, ty_Ordering) 24.05/10.84 new_compare14(LT, LT) 24.05/10.84 new_esEs24([], [], x0) 24.05/10.84 new_lt7(x0, x1, ty_Int) 24.05/10.84 new_not(False) 24.05/10.84 new_ltEs19(x0, x1, ty_Double) 24.05/10.84 new_esEs36(x0, x1, ty_Ordering) 24.05/10.84 new_lt20(x0, x1, ty_@0) 24.05/10.84 new_lt21(x0, x1, ty_Char) 24.05/10.84 new_lt22(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_ltEs19(x0, x1, ty_@0) 24.05/10.84 new_esEs7(x0, x1, app(ty_[], x2)) 24.05/10.84 new_compare110(x0, x1, x2, x3, x4, x5, True, x6, x7, x8, x9) 24.05/10.84 new_esEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_ltEs20(x0, x1, app(ty_[], x2)) 24.05/10.84 new_lt7(x0, x1, app(ty_[], x2)) 24.05/10.84 new_ltEs24(x0, x1, ty_Integer) 24.05/10.84 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_ltEs12(LT, GT) 24.05/10.84 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_ltEs12(GT, LT) 24.05/10.84 new_compare11(x0, x1, ty_Ordering) 24.05/10.84 new_esEs28(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_esEs7(x0, x1, ty_Bool) 24.05/10.84 new_esEs38(x0, x1, ty_Integer) 24.05/10.84 new_ltEs19(x0, x1, app(ty_[], x2)) 24.05/10.84 new_compare15(True, True) 24.05/10.84 new_ltEs22(x0, x1, ty_Integer) 24.05/10.84 new_compare17(@2(x0, x1), @2(x2, x3), x4, x5) 24.05/10.84 new_ltEs17(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 24.05/10.84 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 24.05/10.84 new_ltEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_esEs6(x0, x1, app(app(ty_@2, x2), x3)) 24.05/10.84 new_esEs7(x0, x1, ty_Ordering) 24.05/10.84 new_compare115(x0, x1, True, x2) 24.05/10.84 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_esEs30(x0, x1, app(ty_[], x2)) 24.05/10.84 new_lt21(x0, x1, ty_Int) 24.05/10.84 new_primEqNat0(Succ(x0), Succ(x1)) 24.05/10.84 new_esEs23(Right(x0), Right(x1), x2, ty_@0) 24.05/10.84 new_esEs33(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_ltEs23(x0, x1, ty_@0) 24.05/10.84 new_esEs27(x0, x1, ty_Integer) 24.05/10.84 new_esEs10(x0, x1, ty_Integer) 24.05/10.84 new_esEs26(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_esEs6(x0, x1, ty_Char) 24.05/10.84 new_compare111(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 24.05/10.84 new_lt19(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_esEs31(x0, x1, ty_@0) 24.05/10.84 new_compare11(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 24.05/10.84 new_lt21(x0, x1, ty_Bool) 24.05/10.84 new_esEs35(x0, x1, ty_Integer) 24.05/10.84 new_esEs6(x0, x1, ty_Float) 24.05/10.84 new_compare11(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_esEs7(x0, x1, ty_Integer) 24.05/10.84 new_ltEs13(x0, x1) 24.05/10.84 new_primPlusNat0(Succ(x0), x1) 24.05/10.84 new_esEs26(x0, x1, ty_Int) 24.05/10.84 new_lt7(x0, x1, ty_Bool) 24.05/10.84 new_esEs5(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_lt19(x0, x1, ty_Char) 24.05/10.84 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.05/10.84 new_lt21(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_esEs29(x0, x1, ty_@0) 24.05/10.84 new_lt19(x0, x1, ty_Int) 24.05/10.84 new_ltEs21(x0, x1, ty_Char) 24.05/10.84 new_lt7(x0, x1, ty_Char) 24.05/10.84 new_ltEs17(Right(x0), Right(x1), x2, ty_Double) 24.05/10.84 new_esEs11(x0, x1, app(ty_Ratio, x2)) 24.05/10.84 new_esEs26(x0, x1, ty_Float) 24.05/10.84 new_esEs6(x0, x1, ty_Int) 24.05/10.84 new_esEs32(x0, x1, ty_Ordering) 24.05/10.84 new_esEs23(Right(x0), Right(x1), x2, ty_Double) 24.05/10.84 new_compare113(x0, x1, x2, x3, True, x4, x5) 24.05/10.84 new_esEs34(x0, x1, ty_Double) 24.05/10.84 new_compare27(x0, x1, x2, x3, False, x4, x5) 24.05/10.84 new_esEs37(x0, x1, ty_@0) 24.05/10.84 new_esEs20(x0, x1) 24.05/10.84 new_esEs26(x0, x1, app(ty_[], x2)) 24.05/10.84 new_primCmpNat0(Zero, Zero) 24.05/10.84 new_esEs8(x0, x1, app(ty_Maybe, x2)) 24.05/10.84 new_lt21(x0, x1, app(ty_[], x2)) 24.05/10.84 new_esEs22(Just(x0), Just(x1), app(ty_[], x2)) 24.05/10.84 new_primMulInt(Neg(x0), Neg(x1)) 24.05/10.84 24.05/10.84 We have to consider all minimal (P,Q,R)-chains. 24.05/10.84 ---------------------------------------- 24.05/10.84 24.05/10.84 (19) QDPSizeChangeProof (EQUIVALENT) 24.05/10.84 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. 24.05/10.84 24.05/10.84 From the DPs we obtained the following set of size-change graphs: 24.05/10.84 *new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, bag, app(app(app(ty_@3, bea), beb), bec)) -> new_ltEs3(vwx1762, vwx1772, bea, beb, bec) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 24.05/10.84 24.05/10.84 24.05/10.84 *new_ltEs0(Just(vwx1760), Just(vwx1770), app(app(app(ty_@3, db), dc), dd)) -> new_ltEs3(vwx1760, vwx1770, db, dc, dd) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.05/10.84 24.05/10.84 24.05/10.84 *new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, bag, app(ty_Maybe, bdd)) -> new_ltEs0(vwx1762, vwx1772, bdd) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 24.05/10.84 24.05/10.84 24.05/10.84 *new_ltEs0(Just(vwx1760), Just(vwx1770), app(ty_Maybe, cd)) -> new_ltEs0(vwx1760, vwx1770, cd) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.05/10.84 24.05/10.84 24.05/10.84 *new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, bag, app(ty_[], bdc)) -> new_ltEs(vwx1762, vwx1772, bdc) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 24.05/10.84 24.05/10.84 24.05/10.84 *new_ltEs0(Just(vwx1760), Just(vwx1770), app(ty_[], cc)) -> new_ltEs(vwx1760, vwx1770, cc) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.05/10.84 24.05/10.84 24.05/10.84 *new_lt0(vwx225, vwx227, bee) -> new_compare1(vwx225, vwx227, bee) 24.05/10.84 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 24.05/10.84 24.05/10.84 24.05/10.84 *new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, bag, app(app(ty_@2, bde), bdf)) -> new_ltEs1(vwx1762, vwx1772, bde, bdf) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 24.05/10.84 24.05/10.84 24.05/10.84 *new_ltEs0(Just(vwx1760), Just(vwx1770), app(app(ty_@2, ce), cf)) -> new_ltEs1(vwx1760, vwx1770, ce, cf) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.05/10.84 24.05/10.84 24.05/10.84 *new_ltEs0(Just(vwx1760), Just(vwx1770), app(app(ty_Either, cg), da)) -> new_ltEs2(vwx1760, vwx1770, cg, da) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.05/10.84 24.05/10.84 24.05/10.84 *new_lt(vwx225, vwx227, bed) -> new_compare(vwx225, vwx227, bed) 24.05/10.84 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 24.05/10.84 24.05/10.84 24.05/10.84 *new_lt3(vwx225, vwx227, bge, bgf, bgg) -> new_compare5(vwx225, vwx227, bge, bgf, bgg) 24.05/10.84 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4, 5 >= 5 24.05/10.84 24.05/10.84 24.05/10.84 *new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, bag, app(app(ty_Either, bdg), bdh)) -> new_ltEs2(vwx1762, vwx1772, bdg, bdh) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 24.05/10.84 24.05/10.84 24.05/10.84 *new_ltEs(vwx176, vwx177, h) -> new_compare(vwx176, vwx177, h) 24.05/10.84 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare4(Left(vwx300), Left(vwx400), bf, bg) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, bf), bf, bg) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 24.05/10.84 24.05/10.84 24.05/10.84 *new_primCompAux(Left(vwx300), Left(vwx400), vwx166, app(app(ty_Either, bf), bg)) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, bf), bf, bg) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare4(Right(vwx300), Right(vwx400), bf, bg) -> new_compare22(vwx300, vwx400, new_esEs8(vwx300, vwx400, bg), bf, bg) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 24.05/10.84 24.05/10.84 24.05/10.84 *new_primCompAux(Right(vwx300), Right(vwx400), vwx166, app(app(ty_Either, bf), bg)) -> new_compare22(vwx300, vwx400, new_esEs8(vwx300, vwx400, bg), bf, bg) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5 24.05/10.84 24.05/10.84 24.05/10.84 *new_lt1(vwx225, vwx227, bef, beg) -> new_compare3(vwx225, vwx227, bef, beg) 24.05/10.84 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare5(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bh, ca, cb) -> new_compare23(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs11(vwx300, vwx400, bh), new_asAs(new_esEs10(vwx301, vwx401, ca), new_esEs9(vwx302, vwx402, cb))), bh, ca, cb) 24.05/10.84 The graph contains the following edges 1 > 1, 1 > 2, 1 > 3, 2 > 4, 2 > 5, 2 > 6, 3 >= 8, 4 >= 9, 5 >= 10 24.05/10.84 24.05/10.84 24.05/10.84 *new_primCompAux(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), vwx166, app(app(app(ty_@3, bh), ca), cb)) -> new_compare23(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs11(vwx300, vwx400, bh), new_asAs(new_esEs10(vwx301, vwx401, ca), new_esEs9(vwx302, vwx402, cb))), bh, ca, cb) 24.05/10.84 The graph contains the following edges 1 > 1, 1 > 2, 1 > 3, 2 > 4, 2 > 5, 2 > 6, 4 > 8, 4 > 9, 4 > 10 24.05/10.84 24.05/10.84 24.05/10.84 *new_ltEs1(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), eg, app(app(app(ty_@3, fg), fh), ga)) -> new_ltEs3(vwx1761, vwx1771, fg, fh, ga) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.05/10.84 24.05/10.84 24.05/10.84 *new_ltEs1(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), eg, app(ty_Maybe, fa)) -> new_ltEs0(vwx1761, vwx1771, fa) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.05/10.84 24.05/10.84 24.05/10.84 *new_ltEs1(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), eg, app(ty_[], eh)) -> new_ltEs(vwx1761, vwx1771, eh) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.05/10.84 24.05/10.84 24.05/10.84 *new_ltEs1(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), eg, app(app(ty_@2, fb), fc)) -> new_ltEs1(vwx1761, vwx1771, fb, fc) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.05/10.84 24.05/10.84 24.05/10.84 *new_ltEs1(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), eg, app(app(ty_Either, fd), ff)) -> new_ltEs2(vwx1761, vwx1771, fd, ff) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.05/10.84 24.05/10.84 24.05/10.84 *new_ltEs1(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), app(app(app(ty_@3, ed), ee), ef), df) -> new_lt3(vwx1760, vwx1770, ed, ee, ef) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare20(vwx225, vwx226, vwx227, vwx228, False, app(ty_Maybe, bee), bgb) -> new_compare1(vwx225, vwx227, bee) 24.05/10.84 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3 24.05/10.84 24.05/10.84 24.05/10.84 *new_lt2(vwx225, vwx227, bgc, bgd) -> new_compare4(vwx225, vwx227, bgc, bgd) 24.05/10.84 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare3(@2(vwx300, vwx301), @2(vwx400, vwx401), bd, be) -> new_compare20(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs6(vwx300, vwx400, bd), new_esEs5(vwx301, vwx401, be)), bd, be) 24.05/10.84 The graph contains the following edges 1 > 1, 1 > 2, 2 > 3, 2 > 4, 3 >= 6, 4 >= 7 24.05/10.84 24.05/10.84 24.05/10.84 *new_primCompAux(@2(vwx300, vwx301), @2(vwx400, vwx401), vwx166, app(app(ty_@2, bd), be)) -> new_compare20(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs6(vwx300, vwx400, bd), new_esEs5(vwx301, vwx401, be)), bd, be) 24.05/10.84 The graph contains the following edges 1 > 1, 1 > 2, 2 > 3, 2 > 4, 4 > 6, 4 > 7 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare1(Just(vwx300), Just(vwx400), bc) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, bc), bc) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 24.05/10.84 24.05/10.84 24.05/10.84 *new_primCompAux(Just(vwx300), Just(vwx400), vwx166, app(ty_Maybe, bc)) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, bc), bc) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4 24.05/10.84 24.05/10.84 24.05/10.84 *new_ltEs1(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), app(ty_Maybe, dg), df) -> new_lt0(vwx1760, vwx1770, dg) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare21(vwx194, vwx195, False, app(app(app(ty_@3, bhg), bhh), caa), bha) -> new_ltEs3(vwx194, vwx195, bhg, bhh, caa) 24.05/10.84 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare21(vwx194, vwx195, False, app(ty_Maybe, bhb), bha) -> new_ltEs0(vwx194, vwx195, bhb) 24.05/10.84 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare21(vwx194, vwx195, False, app(ty_[], bgh), bha) -> new_ltEs(vwx194, vwx195, bgh) 24.05/10.84 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare21(vwx194, vwx195, False, app(app(ty_@2, bhc), bhd), bha) -> new_ltEs1(vwx194, vwx195, bhc, bhd) 24.05/10.84 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare21(vwx194, vwx195, False, app(app(ty_Either, bhe), bhf), bha) -> new_ltEs2(vwx194, vwx195, bhe, bhf) 24.05/10.84 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare20(vwx225, vwx226, vwx227, vwx228, False, app(app(ty_Either, bgc), bgd), bgb) -> new_compare4(vwx225, vwx227, bgc, bgd) 24.05/10.84 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4 24.05/10.84 24.05/10.84 24.05/10.84 *new_ltEs1(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), app(app(ty_Either, eb), ec), df) -> new_lt2(vwx1760, vwx1770, eb, ec) 24.05/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare20(vwx225, vwx226, vwx227, vwx228, False, beh, app(app(app(ty_@3, bfg), bfh), bga)) -> new_ltEs3(vwx226, vwx228, bfg, bfh, bga) 24.05/10.84 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4, 7 > 5 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare20(vwx225, vwx226, vwx227, vwx228, False, beh, app(ty_Maybe, bfb)) -> new_ltEs0(vwx226, vwx228, bfb) 24.05/10.84 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare20(vwx225, vwx226, vwx227, vwx228, False, beh, app(ty_[], bfa)) -> new_ltEs(vwx226, vwx228, bfa) 24.05/10.84 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare20(vwx225, vwx226, vwx227, vwx228, False, beh, app(app(ty_@2, bfc), bfd)) -> new_ltEs1(vwx226, vwx228, bfc, bfd) 24.05/10.84 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare20(vwx225, vwx226, vwx227, vwx228, False, beh, app(app(ty_Either, bfe), bff)) -> new_ltEs2(vwx226, vwx228, bfe, bff) 24.05/10.84 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare20(vwx225, vwx226, vwx227, vwx228, False, app(app(ty_@2, bef), beg), bgb) -> new_compare3(vwx225, vwx227, bef, beg) 24.05/10.84 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare22(vwx201, vwx202, False, cab, app(app(app(ty_@3, cba), cbb), cbc)) -> new_ltEs3(vwx201, vwx202, cba, cbb, cbc) 24.05/10.84 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4, 5 > 5 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, cbe, app(app(app(ty_@3, ceg), ceh), cfa)) -> new_ltEs3(vwx214, vwx217, ceg, ceh, cfa) 24.05/10.84 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4, 10 > 5 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare22(vwx201, vwx202, False, cab, app(ty_Maybe, cad)) -> new_ltEs0(vwx201, vwx202, cad) 24.05/10.84 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, cbe, app(ty_Maybe, ceb)) -> new_ltEs0(vwx214, vwx217, ceb) 24.05/10.84 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3 24.05/10.84 24.05/10.84 24.05/10.84 *new_compare22(vwx201, vwx202, False, cab, app(ty_[], cac)) -> new_ltEs(vwx201, vwx202, cac) 24.05/10.84 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, cbe, app(ty_[], cea)) -> new_ltEs(vwx214, vwx217, cea) 24.13/10.84 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare22(vwx201, vwx202, False, cab, app(app(ty_@2, cae), caf)) -> new_ltEs1(vwx201, vwx202, cae, caf) 24.13/10.84 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, cbe, app(app(ty_@2, cec), ced)) -> new_ltEs1(vwx214, vwx217, cec, ced) 24.13/10.84 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare22(vwx201, vwx202, False, cab, app(app(ty_Either, cag), cah)) -> new_ltEs2(vwx201, vwx202, cag, cah) 24.13/10.84 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, cbe, app(app(ty_Either, cee), cef)) -> new_ltEs2(vwx214, vwx217, cee, cef) 24.13/10.84 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs1(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), app(app(ty_@2, dh), ea), df) -> new_lt1(vwx1760, vwx1770, dh, ea) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs1(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), app(ty_[], de), df) -> new_lt(vwx1760, vwx1770, de) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare(:(vwx30, vwx31), :(vwx40, vwx41), ba) -> new_primCompAux(vwx30, vwx40, new_compare0(vwx31, vwx41, ba), ba) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare(:(vwx30, vwx31), :(vwx40, vwx41), ba) -> new_compare(vwx31, vwx41, ba) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(vwx176, vwx177, False, app(ty_[], h)) -> new_compare(vwx176, vwx177, h) 24.13/10.84 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_primCompAux(vwx30, vwx40, vwx166, app(ty_[], bb)) -> new_compare(vwx30, vwx40, bb) 24.13/10.84 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare20(vwx225, vwx226, vwx227, vwx228, False, app(ty_[], bed), bgb) -> new_compare(vwx225, vwx227, bed) 24.13/10.84 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare20(vwx225, vwx226, vwx227, vwx228, False, app(app(app(ty_@3, bge), bgf), bgg), bgb) -> new_compare5(vwx225, vwx227, bge, bgf, bgg) 24.13/10.84 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4, 6 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), app(app(app(ty_@3, bbf), bbg), bbh), bag, bah) -> new_lt3(vwx1760, vwx1770, bbf, bbg, bbh) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, app(app(app(ty_@3, bch), bda), bdb), bah) -> new_lt3(vwx1761, vwx1771, bch, bda, bdb) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, app(ty_Maybe, bcc), bah) -> new_lt0(vwx1761, vwx1771, bcc) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), app(ty_Maybe, bba), bag, bah) -> new_lt0(vwx1760, vwx1770, bba) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), app(app(ty_Either, bbd), bbe), bag, bah) -> new_lt2(vwx1760, vwx1770, bbd, bbe) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, app(app(ty_Either, bcf), bcg), bah) -> new_lt2(vwx1761, vwx1771, bcf, bcg) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, app(app(ty_@2, bcd), bce), bah) -> new_lt1(vwx1761, vwx1771, bcd, bce) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), app(app(ty_@2, bbb), bbc), bag, bah) -> new_lt1(vwx1760, vwx1770, bbb, bbc) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), bca, app(ty_[], bcb), bah) -> new_lt(vwx1761, vwx1771, bcb) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs3(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), app(ty_[], baf), bag, bah) -> new_lt(vwx1760, vwx1770, baf) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs2(Right(vwx1760), Right(vwx1770), hd, app(app(app(ty_@3, bac), bad), bae)) -> new_ltEs3(vwx1760, vwx1770, bac, bad, bae) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs2(Left(vwx1760), Left(vwx1770), app(app(app(ty_@3, ha), hb), hc), gc) -> new_ltEs3(vwx1760, vwx1770, ha, hb, hc) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs2(Right(vwx1760), Right(vwx1770), hd, app(ty_Maybe, hf)) -> new_ltEs0(vwx1760, vwx1770, hf) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs2(Left(vwx1760), Left(vwx1770), app(ty_Maybe, gd), gc) -> new_ltEs0(vwx1760, vwx1770, gd) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs2(Left(vwx1760), Left(vwx1770), app(ty_[], gb), gc) -> new_ltEs(vwx1760, vwx1770, gb) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs2(Right(vwx1760), Right(vwx1770), hd, app(ty_[], he)) -> new_ltEs(vwx1760, vwx1770, he) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs2(Left(vwx1760), Left(vwx1770), app(app(ty_@2, ge), gf), gc) -> new_ltEs1(vwx1760, vwx1770, ge, gf) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs2(Right(vwx1760), Right(vwx1770), hd, app(app(ty_@2, hg), hh)) -> new_ltEs1(vwx1760, vwx1770, hg, hh) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs2(Right(vwx1760), Right(vwx1770), hd, app(app(ty_Either, baa), bab)) -> new_ltEs2(vwx1760, vwx1770, baa, bab) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_ltEs2(Left(vwx1760), Left(vwx1770), app(app(ty_Either, gg), gh), gc) -> new_ltEs2(vwx1760, vwx1770, gg, gh) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(Just(vwx1760), Just(vwx1770), False, app(ty_Maybe, app(app(app(ty_@3, db), dc), dd))) -> new_ltEs3(vwx1760, vwx1770, db, dc, dd) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), False, app(app(ty_@2, eg), app(app(app(ty_@3, fg), fh), ga))) -> new_ltEs3(vwx1761, vwx1771, fg, fh, ga) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(Right(vwx1760), Right(vwx1770), False, app(app(ty_Either, hd), app(app(app(ty_@3, bac), bad), bae))) -> new_ltEs3(vwx1760, vwx1770, bac, bad, bae) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(Left(vwx1760), Left(vwx1770), False, app(app(ty_Either, app(app(app(ty_@3, ha), hb), hc)), gc)) -> new_ltEs3(vwx1760, vwx1770, ha, hb, hc) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, bca), bag), app(app(app(ty_@3, bea), beb), bec))) -> new_ltEs3(vwx1762, vwx1772, bea, beb, bec) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), False, app(app(ty_@2, eg), app(ty_Maybe, fa))) -> new_ltEs0(vwx1761, vwx1771, fa) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, bca), bag), app(ty_Maybe, bdd))) -> new_ltEs0(vwx1762, vwx1772, bdd) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(Right(vwx1760), Right(vwx1770), False, app(app(ty_Either, hd), app(ty_Maybe, hf))) -> new_ltEs0(vwx1760, vwx1770, hf) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(Just(vwx1760), Just(vwx1770), False, app(ty_Maybe, app(ty_Maybe, cd))) -> new_ltEs0(vwx1760, vwx1770, cd) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(Left(vwx1760), Left(vwx1770), False, app(app(ty_Either, app(ty_Maybe, gd)), gc)) -> new_ltEs0(vwx1760, vwx1770, gd) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), False, app(app(ty_@2, eg), app(ty_[], eh))) -> new_ltEs(vwx1761, vwx1771, eh) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, bca), bag), app(ty_[], bdc))) -> new_ltEs(vwx1762, vwx1772, bdc) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(Just(vwx1760), Just(vwx1770), False, app(ty_Maybe, app(ty_[], cc))) -> new_ltEs(vwx1760, vwx1770, cc) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(Right(vwx1760), Right(vwx1770), False, app(app(ty_Either, hd), app(ty_[], he))) -> new_ltEs(vwx1760, vwx1770, he) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(Left(vwx1760), Left(vwx1770), False, app(app(ty_Either, app(ty_[], gb)), gc)) -> new_ltEs(vwx1760, vwx1770, gb) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, bca), bag), app(app(ty_@2, bde), bdf))) -> new_ltEs1(vwx1762, vwx1772, bde, bdf) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(Just(vwx1760), Just(vwx1770), False, app(ty_Maybe, app(app(ty_@2, ce), cf))) -> new_ltEs1(vwx1760, vwx1770, ce, cf) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(Left(vwx1760), Left(vwx1770), False, app(app(ty_Either, app(app(ty_@2, ge), gf)), gc)) -> new_ltEs1(vwx1760, vwx1770, ge, gf) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(Right(vwx1760), Right(vwx1770), False, app(app(ty_Either, hd), app(app(ty_@2, hg), hh))) -> new_ltEs1(vwx1760, vwx1770, hg, hh) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), False, app(app(ty_@2, eg), app(app(ty_@2, fb), fc))) -> new_ltEs1(vwx1761, vwx1771, fb, fc) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(Left(vwx1760), Left(vwx1770), False, app(app(ty_Either, app(app(ty_Either, gg), gh)), gc)) -> new_ltEs2(vwx1760, vwx1770, gg, gh) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(Right(vwx1760), Right(vwx1770), False, app(app(ty_Either, hd), app(app(ty_Either, baa), bab))) -> new_ltEs2(vwx1760, vwx1770, baa, bab) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), False, app(app(ty_@2, eg), app(app(ty_Either, fd), ff))) -> new_ltEs2(vwx1761, vwx1771, fd, ff) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, bca), bag), app(app(ty_Either, bdg), bdh))) -> new_ltEs2(vwx1762, vwx1772, bdg, bdh) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(Just(vwx1760), Just(vwx1770), False, app(ty_Maybe, app(app(ty_Either, cg), da))) -> new_ltEs2(vwx1760, vwx1770, cg, da) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), False, app(app(ty_@2, app(app(app(ty_@3, ed), ee), ef)), df)) -> new_lt3(vwx1760, vwx1770, ed, ee, ef) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, app(app(app(ty_@3, bbf), bbg), bbh)), bag), bah)) -> new_lt3(vwx1760, vwx1770, bbf, bbg, bbh) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, bca), app(app(app(ty_@3, bch), bda), bdb)), bah)) -> new_lt3(vwx1761, vwx1771, bch, bda, bdb) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, app(app(app(ty_@3, ccd), cce), ccf), cbe, cbf) -> new_lt3(vwx212, vwx215, ccd, cce, ccf) 24.13/10.84 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4, 8 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, app(app(app(ty_@3, cdf), cdg), cdh), cbf) -> new_lt3(vwx213, vwx216, cdf, cdg, cdh) 24.13/10.84 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4, 9 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, app(ty_Maybe, bba)), bag), bah)) -> new_lt0(vwx1760, vwx1770, bba) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, bca), app(ty_Maybe, bcc)), bah)) -> new_lt0(vwx1761, vwx1771, bcc) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), False, app(app(ty_@2, app(ty_Maybe, dg)), df)) -> new_lt0(vwx1760, vwx1770, dg) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, app(app(ty_Either, bbd), bbe)), bag), bah)) -> new_lt2(vwx1760, vwx1770, bbd, bbe) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, bca), app(app(ty_Either, bcf), bcg)), bah)) -> new_lt2(vwx1761, vwx1771, bcf, bcg) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), False, app(app(ty_@2, app(app(ty_Either, eb), ec)), df)) -> new_lt2(vwx1760, vwx1770, eb, ec) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, bca), app(app(ty_@2, bcd), bce)), bah)) -> new_lt1(vwx1761, vwx1771, bcd, bce) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, app(app(ty_@2, bbb), bbc)), bag), bah)) -> new_lt1(vwx1760, vwx1770, bbb, bbc) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), False, app(app(ty_@2, app(app(ty_@2, dh), ea)), df)) -> new_lt1(vwx1760, vwx1770, dh, ea) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, app(ty_[], baf)), bag), bah)) -> new_lt(vwx1760, vwx1770, baf) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@2(vwx1760, vwx1761), @2(vwx1770, vwx1771), False, app(app(ty_@2, app(ty_[], de)), df)) -> new_lt(vwx1760, vwx1770, de) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare2(@3(vwx1760, vwx1761, vwx1762), @3(vwx1770, vwx1771, vwx1772), False, app(app(app(ty_@3, bca), app(ty_[], bcb)), bah)) -> new_lt(vwx1761, vwx1771, bcb) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, app(ty_Maybe, cda), cbf) -> new_lt0(vwx213, vwx216, cda) 24.13/10.84 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, app(ty_Maybe, cbg), cbe, cbf) -> new_lt0(vwx212, vwx215, cbg) 24.13/10.84 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, app(app(ty_Either, ccb), ccc), cbe, cbf) -> new_lt2(vwx212, vwx215, ccb, ccc) 24.13/10.84 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, app(app(ty_Either, cdd), cde), cbf) -> new_lt2(vwx213, vwx216, cdd, cde) 24.13/10.84 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, app(app(ty_@2, cdb), cdc), cbf) -> new_lt1(vwx213, vwx216, cdb, cdc) 24.13/10.84 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, app(app(ty_@2, cbh), cca), cbe, cbf) -> new_lt1(vwx212, vwx215, cbh, cca) 24.13/10.84 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, ccg, app(ty_[], cch), cbf) -> new_lt(vwx213, vwx216, cch) 24.13/10.84 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_compare23(vwx212, vwx213, vwx214, vwx215, vwx216, vwx217, False, app(ty_[], cbd), cbe, cbf) -> new_lt(vwx212, vwx215, cbd) 24.13/10.84 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3 24.13/10.84 24.13/10.84 24.13/10.84 ---------------------------------------- 24.13/10.84 24.13/10.84 (20) 24.13/10.84 YES 24.13/10.84 24.13/10.84 ---------------------------------------- 24.13/10.84 24.13/10.84 (21) 24.13/10.84 Obligation: 24.13/10.84 Q DP problem: 24.13/10.84 The TRS P consists of the following rules: 24.13/10.84 24.13/10.84 new_primMulNat(Succ(vwx40000), Succ(vwx30100)) -> new_primMulNat(vwx40000, Succ(vwx30100)) 24.13/10.84 24.13/10.84 R is empty. 24.13/10.84 Q is empty. 24.13/10.84 We have to consider all minimal (P,Q,R)-chains. 24.13/10.84 ---------------------------------------- 24.13/10.84 24.13/10.84 (22) QDPSizeChangeProof (EQUIVALENT) 24.13/10.84 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. 24.13/10.84 24.13/10.84 From the DPs we obtained the following set of size-change graphs: 24.13/10.84 *new_primMulNat(Succ(vwx40000), Succ(vwx30100)) -> new_primMulNat(vwx40000, Succ(vwx30100)) 24.13/10.84 The graph contains the following edges 1 > 1, 2 >= 2 24.13/10.84 24.13/10.84 24.13/10.84 ---------------------------------------- 24.13/10.84 24.13/10.84 (23) 24.13/10.84 YES 24.13/10.84 24.13/10.84 ---------------------------------------- 24.13/10.84 24.13/10.84 (24) 24.13/10.84 Obligation: 24.13/10.84 Q DP problem: 24.13/10.84 The TRS P consists of the following rules: 24.13/10.84 24.13/10.84 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(ty_Maybe, gh), ge) -> new_esEs1(vwx3000, vwx4000, gh) 24.13/10.84 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(ty_Either, bdh), bea)) -> new_esEs2(vwx3000, vwx4000, bdh, bea) 24.13/10.84 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), h, ba, app(app(app(ty_@3, bb), bc), bd)) -> new_esEs(vwx3002, vwx4002, bb, bc, bd) 24.13/10.84 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), eg, app(ty_Maybe, ff)) -> new_esEs1(vwx3001, vwx4001, ff) 24.13/10.84 new_esEs2(Left(vwx3000), Left(vwx4000), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx3000, vwx4000, bbc) 24.13/10.84 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), h, ba, app(ty_[], cb)) -> new_esEs3(vwx3002, vwx4002, cb) 24.13/10.84 new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx3000, vwx4000, bcc, bcd) 24.13/10.84 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), h, app(app(ty_@2, cg), da), cf) -> new_esEs0(vwx3001, vwx4001, cg, da) 24.13/10.84 new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx3000, vwx4000, bcf, bcg) 24.13/10.84 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(app(ty_@3, gb), gc), gd), ge) -> new_esEs(vwx3000, vwx4000, gb, gc, gd) 24.13/10.84 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), eg, app(app(ty_@2, fc), fd)) -> new_esEs0(vwx3001, vwx4001, fc, fd) 24.13/10.84 new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx3000, vwx4000, bbh, bca, bcb) 24.13/10.84 new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx3000, vwx4000, bce) 24.13/10.84 new_esEs1(Just(vwx3000), Just(vwx4000), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx3000, vwx4000, bab, bac) 24.13/10.84 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), eg, app(app(ty_Either, fg), fh)) -> new_esEs2(vwx3001, vwx4001, fg, fh) 24.13/10.84 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(ty_Maybe, bdg)) -> new_esEs1(vwx3000, vwx4000, bdg) 24.13/10.84 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(ty_[], beb)) -> new_esEs3(vwx3000, vwx4000, beb) 24.13/10.84 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), h, app(ty_[], de), cf) -> new_esEs3(vwx3001, vwx4001, de) 24.13/10.84 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(ty_Maybe, ec), ba, cf) -> new_esEs1(vwx3000, vwx4000, ec) 24.13/10.84 new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(ty_[], bch)) -> new_esEs3(vwx3000, vwx4000, bch) 24.13/10.84 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(ty_@2, bde), bdf)) -> new_esEs0(vwx3000, vwx4000, bde, bdf) 24.13/10.84 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), h, app(ty_Maybe, db), cf) -> new_esEs1(vwx3001, vwx4001, db) 24.13/10.84 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(ty_[], ef), ba, cf) -> new_esEs3(vwx3000, vwx4000, ef) 24.13/10.84 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), h, app(app(app(ty_@3, cc), cd), ce), cf) -> new_esEs(vwx3001, vwx4001, cc, cd, ce) 24.13/10.84 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), h, ba, app(app(ty_Either, bh), ca)) -> new_esEs2(vwx3002, vwx4002, bh, ca) 24.13/10.84 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), h, ba, app(app(ty_@2, be), bf)) -> new_esEs0(vwx3002, vwx4002, be, bf) 24.13/10.84 new_esEs1(Just(vwx3000), Just(vwx4000), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx3000, vwx4000, hd, he, hf) 24.13/10.84 new_esEs2(Left(vwx3000), Left(vwx4000), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx3000, vwx4000, bbd, bbe) 24.13/10.84 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(ty_[], hc), ge) -> new_esEs3(vwx3000, vwx4000, hc) 24.13/10.84 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), bda) -> new_esEs3(vwx3001, vwx4001, bda) 24.13/10.84 new_esEs2(Left(vwx3000), Left(vwx4000), app(ty_[], bbf), bah) -> new_esEs3(vwx3000, vwx4000, bbf) 24.13/10.84 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), h, ba, app(ty_Maybe, bg)) -> new_esEs1(vwx3002, vwx4002, bg) 24.13/10.84 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(vwx3000, vwx4000, bdb, bdc, bdd) 24.13/10.84 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), h, app(app(ty_Either, dc), dd), cf) -> new_esEs2(vwx3001, vwx4001, dc, dd) 24.13/10.84 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(app(ty_@3, df), dg), dh), ba, cf) -> new_esEs(vwx3000, vwx4000, df, dg, dh) 24.13/10.84 new_esEs1(Just(vwx3000), Just(vwx4000), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx3000, vwx4000, hg, hh) 24.13/10.84 new_esEs2(Left(vwx3000), Left(vwx4000), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx3000, vwx4000, bba, bbb) 24.13/10.84 new_esEs2(Left(vwx3000), Left(vwx4000), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx3000, vwx4000, bae, baf, bag) 24.13/10.84 new_esEs1(Just(vwx3000), Just(vwx4000), app(ty_[], bad)) -> new_esEs3(vwx3000, vwx4000, bad) 24.13/10.84 new_esEs1(Just(vwx3000), Just(vwx4000), app(ty_Maybe, baa)) -> new_esEs1(vwx3000, vwx4000, baa) 24.13/10.84 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(ty_Either, ed), ee), ba, cf) -> new_esEs2(vwx3000, vwx4000, ed, ee) 24.13/10.84 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), eg, app(ty_[], ga)) -> new_esEs3(vwx3001, vwx4001, ga) 24.13/10.84 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(ty_@2, gf), gg), ge) -> new_esEs0(vwx3000, vwx4000, gf, gg) 24.13/10.84 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(ty_Either, ha), hb), ge) -> new_esEs2(vwx3000, vwx4000, ha, hb) 24.13/10.84 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(ty_@2, ea), eb), ba, cf) -> new_esEs0(vwx3000, vwx4000, ea, eb) 24.13/10.84 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), eg, app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vwx3001, vwx4001, eh, fa, fb) 24.13/10.84 24.13/10.84 R is empty. 24.13/10.84 Q is empty. 24.13/10.84 We have to consider all minimal (P,Q,R)-chains. 24.13/10.84 ---------------------------------------- 24.13/10.84 24.13/10.84 (25) QDPSizeChangeProof (EQUIVALENT) 24.13/10.84 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. 24.13/10.84 24.13/10.84 From the DPs we obtained the following set of size-change graphs: 24.13/10.84 *new_esEs1(Just(vwx3000), Just(vwx4000), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx3000, vwx4000, hg, hh) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs1(Just(vwx3000), Just(vwx4000), app(ty_[], bad)) -> new_esEs3(vwx3000, vwx4000, bad) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs1(Just(vwx3000), Just(vwx4000), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx3000, vwx4000, hd, he, hf) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs1(Just(vwx3000), Just(vwx4000), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx3000, vwx4000, bab, bac) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs1(Just(vwx3000), Just(vwx4000), app(ty_Maybe, baa)) -> new_esEs1(vwx3000, vwx4000, baa) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(ty_@2, bde), bdf)) -> new_esEs0(vwx3000, vwx4000, bde, bdf) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(vwx3000, vwx4000, bdb, bdc, bdd) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(ty_Either, bdh), bea)) -> new_esEs2(vwx3000, vwx4000, bdh, bea) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(ty_Maybe, bdg)) -> new_esEs1(vwx3000, vwx4000, bdg) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx3000, vwx4000, bcc, bcd) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs2(Left(vwx3000), Left(vwx4000), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx3000, vwx4000, bba, bbb) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), h, app(app(ty_@2, cg), da), cf) -> new_esEs0(vwx3001, vwx4001, cg, da) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), h, ba, app(app(ty_@2, be), bf)) -> new_esEs0(vwx3002, vwx4002, be, bf) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(ty_@2, ea), eb), ba, cf) -> new_esEs0(vwx3000, vwx4000, ea, eb) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), eg, app(app(ty_@2, fc), fd)) -> new_esEs0(vwx3001, vwx4001, fc, fd) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(ty_@2, gf), gg), ge) -> new_esEs0(vwx3000, vwx4000, gf, gg) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(ty_[], bch)) -> new_esEs3(vwx3000, vwx4000, bch) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs2(Left(vwx3000), Left(vwx4000), app(ty_[], bbf), bah) -> new_esEs3(vwx3000, vwx4000, bbf) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx3000, vwx4000, bbh, bca, bcb) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs2(Left(vwx3000), Left(vwx4000), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx3000, vwx4000, bae, baf, bag) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx3000, vwx4000, bcf, bcg) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs2(Left(vwx3000), Left(vwx4000), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx3000, vwx4000, bbd, bbe) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs2(Left(vwx3000), Left(vwx4000), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx3000, vwx4000, bbc) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx3000, vwx4000, bce) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), h, ba, app(ty_[], cb)) -> new_esEs3(vwx3002, vwx4002, cb) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), h, app(ty_[], de), cf) -> new_esEs3(vwx3001, vwx4001, de) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(ty_[], ef), ba, cf) -> new_esEs3(vwx3000, vwx4000, ef) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(ty_[], beb)) -> new_esEs3(vwx3000, vwx4000, beb) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), bda) -> new_esEs3(vwx3001, vwx4001, bda) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(ty_[], hc), ge) -> new_esEs3(vwx3000, vwx4000, hc) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), eg, app(ty_[], ga)) -> new_esEs3(vwx3001, vwx4001, ga) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), h, ba, app(app(app(ty_@3, bb), bc), bd)) -> new_esEs(vwx3002, vwx4002, bb, bc, bd) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), h, app(app(app(ty_@3, cc), cd), ce), cf) -> new_esEs(vwx3001, vwx4001, cc, cd, ce) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(app(ty_@3, df), dg), dh), ba, cf) -> new_esEs(vwx3000, vwx4000, df, dg, dh) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), h, ba, app(app(ty_Either, bh), ca)) -> new_esEs2(vwx3002, vwx4002, bh, ca) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), h, app(app(ty_Either, dc), dd), cf) -> new_esEs2(vwx3001, vwx4001, dc, dd) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(ty_Either, ed), ee), ba, cf) -> new_esEs2(vwx3000, vwx4000, ed, ee) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(ty_Maybe, ec), ba, cf) -> new_esEs1(vwx3000, vwx4000, ec) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), h, app(ty_Maybe, db), cf) -> new_esEs1(vwx3001, vwx4001, db) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), h, ba, app(ty_Maybe, bg)) -> new_esEs1(vwx3002, vwx4002, bg) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(app(ty_@3, gb), gc), gd), ge) -> new_esEs(vwx3000, vwx4000, gb, gc, gd) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), eg, app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vwx3001, vwx4001, eh, fa, fb) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), eg, app(app(ty_Either, fg), fh)) -> new_esEs2(vwx3001, vwx4001, fg, fh) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(ty_Either, ha), hb), ge) -> new_esEs2(vwx3000, vwx4000, ha, hb) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(ty_Maybe, gh), ge) -> new_esEs1(vwx3000, vwx4000, gh) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.13/10.84 24.13/10.84 24.13/10.84 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), eg, app(ty_Maybe, ff)) -> new_esEs1(vwx3001, vwx4001, ff) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.13/10.84 24.13/10.84 24.13/10.84 ---------------------------------------- 24.13/10.84 24.13/10.84 (26) 24.13/10.84 YES 24.13/10.84 24.13/10.84 ---------------------------------------- 24.13/10.84 24.13/10.84 (27) 24.13/10.84 Obligation: 24.13/10.84 Q DP problem: 24.13/10.84 The TRS P consists of the following rules: 24.13/10.84 24.13/10.84 new_primEqNat(Succ(vwx30000), Succ(vwx40000)) -> new_primEqNat(vwx30000, vwx40000) 24.13/10.84 24.13/10.84 R is empty. 24.13/10.84 Q is empty. 24.13/10.84 We have to consider all minimal (P,Q,R)-chains. 24.13/10.84 ---------------------------------------- 24.13/10.84 24.13/10.84 (28) QDPSizeChangeProof (EQUIVALENT) 24.13/10.84 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. 24.13/10.84 24.13/10.84 From the DPs we obtained the following set of size-change graphs: 24.13/10.84 *new_primEqNat(Succ(vwx30000), Succ(vwx40000)) -> new_primEqNat(vwx30000, vwx40000) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2 24.13/10.84 24.13/10.84 24.13/10.84 ---------------------------------------- 24.13/10.84 24.13/10.84 (29) 24.13/10.84 YES 24.13/10.84 24.13/10.84 ---------------------------------------- 24.13/10.84 24.13/10.84 (30) 24.13/10.84 Obligation: 24.13/10.84 Q DP problem: 24.13/10.84 The TRS P consists of the following rules: 24.13/10.84 24.13/10.84 new_primPlusNat(Succ(vwx30500), Succ(vwx301000)) -> new_primPlusNat(vwx30500, vwx301000) 24.13/10.84 24.13/10.84 R is empty. 24.13/10.84 Q is empty. 24.13/10.84 We have to consider all minimal (P,Q,R)-chains. 24.13/10.84 ---------------------------------------- 24.13/10.84 24.13/10.84 (31) QDPSizeChangeProof (EQUIVALENT) 24.13/10.84 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. 24.13/10.84 24.13/10.84 From the DPs we obtained the following set of size-change graphs: 24.13/10.84 *new_primPlusNat(Succ(vwx30500), Succ(vwx301000)) -> new_primPlusNat(vwx30500, vwx301000) 24.13/10.84 The graph contains the following edges 1 > 1, 2 > 2 24.13/10.84 24.13/10.84 24.13/10.84 ---------------------------------------- 24.13/10.84 24.13/10.84 (32) 24.13/10.84 YES 24.13/10.93 EOF