14.58/6.50 YES 17.24/7.17 proof of /export/starexec/sandbox2/benchmark/theBenchmark.hs 17.24/7.17 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 17.24/7.17 17.24/7.17 17.24/7.17 H-Termination with start terms of the given HASKELL could be proven: 17.24/7.17 17.24/7.17 (0) HASKELL 17.24/7.17 (1) CR [EQUIVALENT, 0 ms] 17.24/7.17 (2) HASKELL 17.24/7.17 (3) IFR [EQUIVALENT, 0 ms] 17.24/7.17 (4) HASKELL 17.24/7.17 (5) BR [EQUIVALENT, 0 ms] 17.24/7.17 (6) HASKELL 17.24/7.17 (7) COR [EQUIVALENT, 12 ms] 17.24/7.17 (8) HASKELL 17.24/7.17 (9) LetRed [EQUIVALENT, 0 ms] 17.24/7.17 (10) HASKELL 17.24/7.17 (11) NumRed [SOUND, 0 ms] 17.24/7.17 (12) HASKELL 17.24/7.17 (13) Narrow [SOUND, 0 ms] 17.24/7.17 (14) AND 17.24/7.17 (15) QDP 17.24/7.17 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 17.24/7.17 (17) YES 17.24/7.17 (18) QDP 17.24/7.17 (19) QDPSizeChangeProof [EQUIVALENT, 0 ms] 17.24/7.17 (20) YES 17.24/7.17 (21) QDP 17.24/7.17 (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] 17.24/7.17 (23) YES 17.24/7.17 (24) QDP 17.24/7.17 (25) QDPSizeChangeProof [EQUIVALENT, 32 ms] 17.24/7.17 (26) YES 17.24/7.17 (27) QDP 17.24/7.17 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 17.24/7.17 (29) YES 17.24/7.17 (30) QDP 17.24/7.17 (31) QDPSizeChangeProof [EQUIVALENT, 0 ms] 17.24/7.17 (32) YES 17.24/7.17 17.24/7.17 17.24/7.17 ---------------------------------------- 17.24/7.17 17.24/7.17 (0) 17.24/7.17 Obligation: 17.24/7.17 mainModule Main 17.24/7.17 module Main where { 17.24/7.17 import qualified Prelude; 17.24/7.17 } 17.24/7.17 17.24/7.17 ---------------------------------------- 17.24/7.17 17.24/7.17 (1) CR (EQUIVALENT) 17.24/7.17 Case Reductions: 17.24/7.17 The following Case expression 17.24/7.17 "case compare x y of { 17.24/7.17 EQ -> o; 17.24/7.17 LT -> LT; 17.24/7.17 GT -> GT} 17.24/7.17 " 17.24/7.17 is transformed to 17.24/7.17 "primCompAux0 o EQ = o; 17.24/7.17 primCompAux0 o LT = LT; 17.24/7.17 primCompAux0 o GT = GT; 17.24/7.17 " 17.24/7.17 17.24/7.17 ---------------------------------------- 17.24/7.17 17.24/7.17 (2) 17.24/7.17 Obligation: 17.24/7.17 mainModule Main 17.24/7.17 module Main where { 17.24/7.17 import qualified Prelude; 17.24/7.17 } 17.24/7.17 17.24/7.17 ---------------------------------------- 17.24/7.17 17.24/7.17 (3) IFR (EQUIVALENT) 17.24/7.17 If Reductions: 17.24/7.17 The following If expression 17.24/7.17 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 17.24/7.17 is transformed to 17.24/7.17 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 17.24/7.17 primDivNatS0 x y False = Zero; 17.24/7.17 " 17.24/7.17 The following If expression 17.24/7.17 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 17.24/7.17 is transformed to 17.24/7.17 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 17.24/7.17 primModNatS0 x y False = Succ x; 17.24/7.18 " 17.24/7.18 17.24/7.18 ---------------------------------------- 17.24/7.18 17.24/7.18 (4) 17.24/7.18 Obligation: 17.24/7.18 mainModule Main 17.24/7.18 module Main where { 17.24/7.18 import qualified Prelude; 17.24/7.18 } 17.24/7.18 17.24/7.18 ---------------------------------------- 17.24/7.18 17.24/7.18 (5) BR (EQUIVALENT) 17.24/7.18 Replaced joker patterns by fresh variables and removed binding patterns. 17.24/7.18 ---------------------------------------- 17.24/7.18 17.24/7.18 (6) 17.24/7.18 Obligation: 17.24/7.18 mainModule Main 17.24/7.18 module Main where { 17.24/7.18 import qualified Prelude; 17.24/7.18 } 17.24/7.18 17.24/7.18 ---------------------------------------- 17.24/7.18 17.24/7.18 (7) COR (EQUIVALENT) 17.24/7.18 Cond Reductions: 17.24/7.18 The following Function with conditions 17.24/7.18 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 17.24/7.18 " 17.24/7.18 is transformed to 17.24/7.18 "compare x y = compare3 x y; 17.24/7.18 " 17.24/7.18 "compare0 x y True = GT; 17.24/7.18 " 17.24/7.18 "compare2 x y True = EQ; 17.24/7.18 compare2 x y False = compare1 x y (x <= y); 17.24/7.18 " 17.24/7.18 "compare1 x y True = LT; 17.24/7.18 compare1 x y False = compare0 x y otherwise; 17.24/7.18 " 17.24/7.18 "compare3 x y = compare2 x y (x == y); 17.24/7.18 " 17.24/7.18 The following Function with conditions 17.24/7.18 "absReal x|x >= 0x|otherwise`negate` x; 17.24/7.18 " 17.24/7.18 is transformed to 17.24/7.18 "absReal x = absReal2 x; 17.24/7.18 " 17.24/7.18 "absReal0 x True = `negate` x; 17.24/7.18 " 17.24/7.18 "absReal1 x True = x; 17.24/7.18 absReal1 x False = absReal0 x otherwise; 17.24/7.18 " 17.24/7.18 "absReal2 x = absReal1 x (x >= 0); 17.24/7.18 " 17.24/7.18 The following Function with conditions 17.24/7.18 "gcd' x 0 = x; 17.24/7.18 gcd' x y = gcd' y (x `rem` y); 17.24/7.18 " 17.24/7.18 is transformed to 17.24/7.18 "gcd' x zx = gcd'2 x zx; 17.24/7.18 gcd' x y = gcd'0 x y; 17.24/7.18 " 17.24/7.18 "gcd'0 x y = gcd' y (x `rem` y); 17.24/7.18 " 17.24/7.18 "gcd'1 True x zx = x; 17.24/7.18 gcd'1 zy zz vuu = gcd'0 zz vuu; 17.24/7.18 " 17.24/7.18 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 17.24/7.18 gcd'2 vuv vuw = gcd'0 vuv vuw; 17.24/7.18 " 17.24/7.18 The following Function with conditions 17.24/7.18 "gcd 0 0 = error []; 17.24/7.18 gcd x y = gcd' (abs x) (abs y) where { 17.24/7.18 gcd' x 0 = x; 17.24/7.18 gcd' x y = gcd' y (x `rem` y); 17.24/7.18 } 17.24/7.18 ; 17.24/7.18 " 17.24/7.18 is transformed to 17.24/7.18 "gcd vux vuy = gcd3 vux vuy; 17.24/7.18 gcd x y = gcd0 x y; 17.24/7.18 " 17.24/7.18 "gcd0 x y = gcd' (abs x) (abs y) where { 17.24/7.18 gcd' x zx = gcd'2 x zx; 17.24/7.18 gcd' x y = gcd'0 x y; 17.24/7.18 ; 17.24/7.18 gcd'0 x y = gcd' y (x `rem` y); 17.24/7.18 ; 17.24/7.18 gcd'1 True x zx = x; 17.24/7.18 gcd'1 zy zz vuu = gcd'0 zz vuu; 17.24/7.18 ; 17.24/7.18 gcd'2 x zx = gcd'1 (zx == 0) x zx; 17.24/7.18 gcd'2 vuv vuw = gcd'0 vuv vuw; 17.24/7.18 } 17.24/7.18 ; 17.24/7.18 " 17.24/7.18 "gcd1 True vux vuy = error []; 17.24/7.18 gcd1 vuz vvu vvv = gcd0 vvu vvv; 17.24/7.18 " 17.24/7.18 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 17.24/7.18 gcd2 vvw vvx vvy = gcd0 vvx vvy; 17.24/7.18 " 17.24/7.18 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 17.24/7.18 gcd3 vvz vwu = gcd0 vvz vwu; 17.24/7.18 " 17.24/7.18 The following Function with conditions 17.24/7.18 "undefined |Falseundefined; 17.24/7.18 " 17.24/7.18 is transformed to 17.24/7.18 "undefined = undefined1; 17.24/7.18 " 17.24/7.18 "undefined0 True = undefined; 17.24/7.18 " 17.24/7.18 "undefined1 = undefined0 False; 17.24/7.18 " 17.24/7.18 The following Function with conditions 17.24/7.18 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 17.24/7.18 d = gcd x y; 17.24/7.18 } 17.24/7.18 ; 17.24/7.18 " 17.24/7.18 is transformed to 17.24/7.18 "reduce x y = reduce2 x y; 17.24/7.18 " 17.24/7.18 "reduce2 x y = reduce1 x y (y == 0) where { 17.24/7.18 d = gcd x y; 17.24/7.18 ; 17.24/7.18 reduce0 x y True = x `quot` d :% (y `quot` d); 17.24/7.18 ; 17.24/7.18 reduce1 x y True = error []; 17.24/7.18 reduce1 x y False = reduce0 x y otherwise; 17.24/7.18 } 17.24/7.18 ; 17.24/7.18 " 17.24/7.18 17.24/7.18 ---------------------------------------- 17.24/7.18 17.24/7.18 (8) 17.24/7.18 Obligation: 17.24/7.18 mainModule Main 17.24/7.18 module Main where { 17.24/7.18 import qualified Prelude; 17.24/7.18 } 17.24/7.18 17.24/7.18 ---------------------------------------- 17.24/7.18 17.24/7.18 (9) LetRed (EQUIVALENT) 17.24/7.18 Let/Where Reductions: 17.24/7.18 The bindings of the following Let/Where expression 17.24/7.18 "gcd' (abs x) (abs y) where { 17.24/7.18 gcd' x zx = gcd'2 x zx; 17.24/7.18 gcd' x y = gcd'0 x y; 17.24/7.18 ; 17.24/7.18 gcd'0 x y = gcd' y (x `rem` y); 17.24/7.18 ; 17.24/7.18 gcd'1 True x zx = x; 17.24/7.18 gcd'1 zy zz vuu = gcd'0 zz vuu; 17.24/7.18 ; 17.24/7.18 gcd'2 x zx = gcd'1 (zx == 0) x zx; 17.24/7.18 gcd'2 vuv vuw = gcd'0 vuv vuw; 17.24/7.18 } 17.24/7.18 " 17.24/7.18 are unpacked to the following functions on top level 17.24/7.18 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 17.24/7.18 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 17.24/7.18 " 17.24/7.18 "gcd0Gcd'1 True x zx = x; 17.24/7.18 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 17.24/7.18 " 17.24/7.18 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 17.24/7.18 gcd0Gcd' x y = gcd0Gcd'0 x y; 17.24/7.18 " 17.24/7.18 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 17.24/7.18 " 17.24/7.18 The bindings of the following Let/Where expression 17.24/7.18 "reduce1 x y (y == 0) where { 17.24/7.18 d = gcd x y; 17.24/7.18 ; 17.24/7.18 reduce0 x y True = x `quot` d :% (y `quot` d); 17.24/7.18 ; 17.24/7.18 reduce1 x y True = error []; 17.24/7.18 reduce1 x y False = reduce0 x y otherwise; 17.24/7.18 } 17.24/7.18 " 17.24/7.18 are unpacked to the following functions on top level 17.24/7.18 "reduce2D vwv vww = gcd vwv vww; 17.24/7.18 " 17.24/7.18 "reduce2Reduce1 vwv vww x y True = error []; 17.24/7.18 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 17.24/7.18 " 17.24/7.18 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 17.24/7.18 " 17.24/7.18 17.24/7.18 ---------------------------------------- 17.24/7.18 17.24/7.18 (10) 17.24/7.18 Obligation: 17.24/7.18 mainModule Main 17.24/7.18 module Main where { 17.24/7.18 import qualified Prelude; 17.24/7.18 } 17.24/7.18 17.24/7.18 ---------------------------------------- 17.24/7.18 17.24/7.18 (11) NumRed (SOUND) 17.24/7.18 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 17.24/7.18 ---------------------------------------- 17.24/7.18 17.24/7.18 (12) 17.24/7.18 Obligation: 17.24/7.18 mainModule Main 17.24/7.18 module Main where { 17.24/7.18 import qualified Prelude; 17.24/7.18 } 17.24/7.18 17.24/7.18 ---------------------------------------- 17.24/7.18 17.24/7.18 (13) Narrow (SOUND) 17.24/7.18 Haskell To QDPs 17.24/7.18 17.24/7.18 digraph dp_graph { 17.24/7.18 node [outthreshold=100, inthreshold=100];1[label="(>=)",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 17.24/7.18 3[label="(>=) vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 17.24/7.18 4[label="(>=) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 17.24/7.18 5[label="compare vwx3 vwx4 /= LT",fontsize=16,color="black",shape="box"];5 -> 6[label="",style="solid", color="black", weight=3]; 17.24/7.18 6 -> 85[label="",style="dashed", color="red", weight=0]; 17.24/7.18 6[label="not (compare vwx3 vwx4 == LT)",fontsize=16,color="magenta"];6 -> 86[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 86[label="compare vwx3 vwx4 == LT",fontsize=16,color="black",shape="box"];86 -> 101[label="",style="solid", color="black", weight=3]; 17.24/7.18 85[label="not vwx19",fontsize=16,color="burlywood",shape="triangle"];2885[label="vwx19/False",fontsize=10,color="white",style="solid",shape="box"];85 -> 2885[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2885 -> 102[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2886[label="vwx19/True",fontsize=10,color="white",style="solid",shape="box"];85 -> 2886[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2886 -> 103[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 101[label="compare3 vwx3 vwx4 == LT",fontsize=16,color="black",shape="box"];101 -> 104[label="",style="solid", color="black", weight=3]; 17.24/7.18 102[label="not False",fontsize=16,color="black",shape="box"];102 -> 105[label="",style="solid", color="black", weight=3]; 17.24/7.18 103[label="not True",fontsize=16,color="black",shape="box"];103 -> 106[label="",style="solid", color="black", weight=3]; 17.24/7.18 104[label="compare2 vwx3 vwx4 (vwx3 == vwx4) == LT",fontsize=16,color="burlywood",shape="box"];2887[label="vwx3/Left vwx30",fontsize=10,color="white",style="solid",shape="box"];104 -> 2887[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2887 -> 107[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2888[label="vwx3/Right vwx30",fontsize=10,color="white",style="solid",shape="box"];104 -> 2888[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2888 -> 108[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 105[label="True",fontsize=16,color="green",shape="box"];106[label="False",fontsize=16,color="green",shape="box"];107[label="compare2 (Left vwx30) vwx4 (Left vwx30 == vwx4) == LT",fontsize=16,color="burlywood",shape="box"];2889[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];107 -> 2889[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2889 -> 109[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2890[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];107 -> 2890[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2890 -> 110[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 108[label="compare2 (Right vwx30) vwx4 (Right vwx30 == vwx4) == LT",fontsize=16,color="burlywood",shape="box"];2891[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];108 -> 2891[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2891 -> 111[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2892[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];108 -> 2892[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2892 -> 112[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 109[label="compare2 (Left vwx30) (Left vwx40) (Left vwx30 == Left vwx40) == LT",fontsize=16,color="black",shape="box"];109 -> 113[label="",style="solid", color="black", weight=3]; 17.24/7.18 110[label="compare2 (Left vwx30) (Right vwx40) (Left vwx30 == Right vwx40) == LT",fontsize=16,color="black",shape="box"];110 -> 114[label="",style="solid", color="black", weight=3]; 17.24/7.18 111[label="compare2 (Right vwx30) (Left vwx40) (Right vwx30 == Left vwx40) == LT",fontsize=16,color="black",shape="box"];111 -> 115[label="",style="solid", color="black", weight=3]; 17.24/7.18 112[label="compare2 (Right vwx30) (Right vwx40) (Right vwx30 == Right vwx40) == LT",fontsize=16,color="black",shape="box"];112 -> 116[label="",style="solid", color="black", weight=3]; 17.24/7.18 113 -> 117[label="",style="dashed", color="red", weight=0]; 17.24/7.18 113[label="compare2 (Left vwx30) (Left vwx40) (vwx30 == vwx40) == LT",fontsize=16,color="magenta"];113 -> 118[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 113 -> 119[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 113 -> 120[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 114[label="compare2 (Left vwx30) (Right vwx40) False == LT",fontsize=16,color="black",shape="box"];114 -> 121[label="",style="solid", color="black", weight=3]; 17.24/7.18 115[label="compare2 (Right vwx30) (Left vwx40) False == LT",fontsize=16,color="black",shape="box"];115 -> 122[label="",style="solid", color="black", weight=3]; 17.24/7.18 116 -> 123[label="",style="dashed", color="red", weight=0]; 17.24/7.18 116[label="compare2 (Right vwx30) (Right vwx40) (vwx30 == vwx40) == LT",fontsize=16,color="magenta"];116 -> 124[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 116 -> 125[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 116 -> 126[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 118[label="vwx30",fontsize=16,color="green",shape="box"];119[label="vwx40",fontsize=16,color="green",shape="box"];120[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];2893[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];120 -> 2893[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2893 -> 127[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2894[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];120 -> 2894[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2894 -> 128[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2895[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];120 -> 2895[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2895 -> 129[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2896[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];120 -> 2896[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2896 -> 130[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2897[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];120 -> 2897[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2897 -> 131[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2898[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];120 -> 2898[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2898 -> 132[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2899[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];120 -> 2899[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2899 -> 133[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2900[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];120 -> 2900[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2900 -> 134[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2901[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];120 -> 2901[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2901 -> 135[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2902[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];120 -> 2902[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2902 -> 136[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2903[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];120 -> 2903[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2903 -> 137[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2904[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];120 -> 2904[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2904 -> 138[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2905[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];120 -> 2905[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2905 -> 139[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2906[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];120 -> 2906[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2906 -> 140[label="",style="solid", color="blue", weight=3]; 17.24/7.18 117[label="compare2 (Left vwx24) (Left vwx25) vwx26 == LT",fontsize=16,color="burlywood",shape="triangle"];2907[label="vwx26/False",fontsize=10,color="white",style="solid",shape="box"];117 -> 2907[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2907 -> 141[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2908[label="vwx26/True",fontsize=10,color="white",style="solid",shape="box"];117 -> 2908[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2908 -> 142[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 121[label="compare1 (Left vwx30) (Right vwx40) (Left vwx30 <= Right vwx40) == LT",fontsize=16,color="black",shape="box"];121 -> 143[label="",style="solid", color="black", weight=3]; 17.24/7.18 122[label="compare1 (Right vwx30) (Left vwx40) (Right vwx30 <= Left vwx40) == LT",fontsize=16,color="black",shape="box"];122 -> 144[label="",style="solid", color="black", weight=3]; 17.24/7.18 124[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];2909[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];124 -> 2909[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2909 -> 145[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2910[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];124 -> 2910[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2910 -> 146[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2911[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];124 -> 2911[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2911 -> 147[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2912[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];124 -> 2912[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2912 -> 148[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2913[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];124 -> 2913[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2913 -> 149[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2914[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];124 -> 2914[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2914 -> 150[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2915[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];124 -> 2915[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2915 -> 151[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2916[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];124 -> 2916[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2916 -> 152[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2917[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];124 -> 2917[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2917 -> 153[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2918[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];124 -> 2918[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2918 -> 154[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2919[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];124 -> 2919[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2919 -> 155[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2920[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];124 -> 2920[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2920 -> 156[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2921[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];124 -> 2921[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2921 -> 157[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2922[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];124 -> 2922[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2922 -> 158[label="",style="solid", color="blue", weight=3]; 17.24/7.18 125[label="vwx40",fontsize=16,color="green",shape="box"];126[label="vwx30",fontsize=16,color="green",shape="box"];123[label="compare2 (Right vwx31) (Right vwx32) vwx33 == LT",fontsize=16,color="burlywood",shape="triangle"];2923[label="vwx33/False",fontsize=10,color="white",style="solid",shape="box"];123 -> 2923[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2923 -> 159[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2924[label="vwx33/True",fontsize=10,color="white",style="solid",shape="box"];123 -> 2924[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2924 -> 160[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 127[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2925[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];127 -> 2925[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2925 -> 161[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2926[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];127 -> 2926[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2926 -> 162[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 128[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2927[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];128 -> 2927[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2927 -> 163[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 129[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2928[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];129 -> 2928[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2928 -> 164[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2929[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];129 -> 2929[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2929 -> 165[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 130[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2930[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];130 -> 2930[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2930 -> 166[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2931[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];130 -> 2931[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2931 -> 167[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 131[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2932[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];131 -> 2932[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2932 -> 168[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 132[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];132 -> 169[label="",style="solid", color="black", weight=3]; 17.24/7.18 133[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];133 -> 170[label="",style="solid", color="black", weight=3]; 17.24/7.18 134[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2933[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];134 -> 2933[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2933 -> 171[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 135[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2934[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];135 -> 2934[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2934 -> 172[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2935[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];135 -> 2935[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2935 -> 173[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2936[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];135 -> 2936[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2936 -> 174[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 136[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2937[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];136 -> 2937[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2937 -> 175[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 137[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2938[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];137 -> 2938[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2938 -> 176[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 138[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2939[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];138 -> 2939[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2939 -> 177[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2940[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];138 -> 2940[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2940 -> 178[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 139[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];139 -> 179[label="",style="solid", color="black", weight=3]; 17.24/7.18 140[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];140 -> 180[label="",style="solid", color="black", weight=3]; 17.24/7.18 141[label="compare2 (Left vwx24) (Left vwx25) False == LT",fontsize=16,color="black",shape="box"];141 -> 181[label="",style="solid", color="black", weight=3]; 17.24/7.18 142[label="compare2 (Left vwx24) (Left vwx25) True == LT",fontsize=16,color="black",shape="box"];142 -> 182[label="",style="solid", color="black", weight=3]; 17.24/7.18 143 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.18 143[label="compare1 (Left vwx30) (Right vwx40) True == LT",fontsize=16,color="magenta"];143 -> 183[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 143 -> 184[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 144 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.18 144[label="compare1 (Right vwx30) (Left vwx40) False == LT",fontsize=16,color="magenta"];144 -> 185[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 144 -> 186[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 145 -> 127[label="",style="dashed", color="red", weight=0]; 17.24/7.18 145[label="vwx30 == vwx40",fontsize=16,color="magenta"];145 -> 187[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 145 -> 188[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 146 -> 128[label="",style="dashed", color="red", weight=0]; 17.24/7.18 146[label="vwx30 == vwx40",fontsize=16,color="magenta"];146 -> 189[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 146 -> 190[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 147 -> 129[label="",style="dashed", color="red", weight=0]; 17.24/7.18 147[label="vwx30 == vwx40",fontsize=16,color="magenta"];147 -> 191[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 147 -> 192[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 148 -> 130[label="",style="dashed", color="red", weight=0]; 17.24/7.18 148[label="vwx30 == vwx40",fontsize=16,color="magenta"];148 -> 193[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 148 -> 194[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 149 -> 131[label="",style="dashed", color="red", weight=0]; 17.24/7.18 149[label="vwx30 == vwx40",fontsize=16,color="magenta"];149 -> 195[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 149 -> 196[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 150 -> 132[label="",style="dashed", color="red", weight=0]; 17.24/7.18 150[label="vwx30 == vwx40",fontsize=16,color="magenta"];150 -> 197[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 150 -> 198[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 151 -> 133[label="",style="dashed", color="red", weight=0]; 17.24/7.18 151[label="vwx30 == vwx40",fontsize=16,color="magenta"];151 -> 199[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 151 -> 200[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 152 -> 134[label="",style="dashed", color="red", weight=0]; 17.24/7.18 152[label="vwx30 == vwx40",fontsize=16,color="magenta"];152 -> 201[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 152 -> 202[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 153 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.18 153[label="vwx30 == vwx40",fontsize=16,color="magenta"];153 -> 203[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 153 -> 204[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 154 -> 136[label="",style="dashed", color="red", weight=0]; 17.24/7.18 154[label="vwx30 == vwx40",fontsize=16,color="magenta"];154 -> 205[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 154 -> 206[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 155 -> 137[label="",style="dashed", color="red", weight=0]; 17.24/7.18 155[label="vwx30 == vwx40",fontsize=16,color="magenta"];155 -> 207[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 155 -> 208[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 156 -> 138[label="",style="dashed", color="red", weight=0]; 17.24/7.18 156[label="vwx30 == vwx40",fontsize=16,color="magenta"];156 -> 209[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 156 -> 210[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 157 -> 139[label="",style="dashed", color="red", weight=0]; 17.24/7.18 157[label="vwx30 == vwx40",fontsize=16,color="magenta"];157 -> 211[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 157 -> 212[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 158 -> 140[label="",style="dashed", color="red", weight=0]; 17.24/7.18 158[label="vwx30 == vwx40",fontsize=16,color="magenta"];158 -> 213[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 158 -> 214[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 159[label="compare2 (Right vwx31) (Right vwx32) False == LT",fontsize=16,color="black",shape="box"];159 -> 215[label="",style="solid", color="black", weight=3]; 17.24/7.18 160[label="compare2 (Right vwx31) (Right vwx32) True == LT",fontsize=16,color="black",shape="box"];160 -> 216[label="",style="solid", color="black", weight=3]; 17.24/7.18 161[label="Left vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2941[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];161 -> 2941[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2941 -> 217[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2942[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];161 -> 2942[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2942 -> 218[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 162[label="Right vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2943[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];162 -> 2943[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2943 -> 219[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2944[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];162 -> 2944[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2944 -> 220[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 163[label="vwx300 :% vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];2945[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];163 -> 2945[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2945 -> 221[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 164[label="vwx300 : vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];2946[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];164 -> 2946[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2946 -> 222[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2947[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];164 -> 2947[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2947 -> 223[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 165[label="[] == vwx40",fontsize=16,color="burlywood",shape="box"];2948[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];165 -> 2948[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2948 -> 224[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2949[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];165 -> 2949[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2949 -> 225[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 166[label="False == vwx40",fontsize=16,color="burlywood",shape="box"];2950[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];166 -> 2950[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2950 -> 226[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2951[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];166 -> 2951[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2951 -> 227[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 167[label="True == vwx40",fontsize=16,color="burlywood",shape="box"];2952[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];167 -> 2952[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2952 -> 228[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2953[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];167 -> 2953[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2953 -> 229[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 168[label="Integer vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2954[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];168 -> 2954[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2954 -> 230[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 169[label="primEqInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2955[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];169 -> 2955[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2955 -> 231[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2956[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];169 -> 2956[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2956 -> 232[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 170[label="primEqFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2957[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];170 -> 2957[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2957 -> 233[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 171[label="(vwx300,vwx301) == vwx40",fontsize=16,color="burlywood",shape="box"];2958[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];171 -> 2958[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2958 -> 234[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 172[label="LT == vwx40",fontsize=16,color="burlywood",shape="box"];2959[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];172 -> 2959[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2959 -> 235[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2960[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];172 -> 2960[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2960 -> 236[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2961[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];172 -> 2961[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2961 -> 237[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 173[label="EQ == vwx40",fontsize=16,color="burlywood",shape="box"];2962[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];173 -> 2962[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2962 -> 238[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2963[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];173 -> 2963[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2963 -> 239[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2964[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];173 -> 2964[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2964 -> 240[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 174[label="GT == vwx40",fontsize=16,color="burlywood",shape="box"];2965[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];174 -> 2965[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2965 -> 241[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2966[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];174 -> 2966[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2966 -> 242[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2967[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];174 -> 2967[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2967 -> 243[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 175[label="(vwx300,vwx301,vwx302) == vwx40",fontsize=16,color="burlywood",shape="box"];2968[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];175 -> 2968[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2968 -> 244[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 176[label="() == vwx40",fontsize=16,color="burlywood",shape="box"];2969[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];176 -> 2969[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2969 -> 245[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 177[label="Nothing == vwx40",fontsize=16,color="burlywood",shape="box"];2970[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];177 -> 2970[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2970 -> 246[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2971[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];177 -> 2971[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2971 -> 247[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 178[label="Just vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2972[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];178 -> 2972[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2972 -> 248[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2973[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];178 -> 2973[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2973 -> 249[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 179[label="primEqDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2974[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];179 -> 2974[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2974 -> 250[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 180[label="primEqChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2975[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];180 -> 2975[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2975 -> 251[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 181 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.18 181[label="compare1 (Left vwx24) (Left vwx25) (Left vwx24 <= Left vwx25) == LT",fontsize=16,color="magenta"];181 -> 252[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 181 -> 253[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 182 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.18 182[label="EQ == LT",fontsize=16,color="magenta"];182 -> 254[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 182 -> 255[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 183[label="LT",fontsize=16,color="green",shape="box"];184 -> 1832[label="",style="dashed", color="red", weight=0]; 17.24/7.18 184[label="compare1 (Left vwx30) (Right vwx40) True",fontsize=16,color="magenta"];184 -> 1833[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 184 -> 1834[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 184 -> 1835[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 185[label="LT",fontsize=16,color="green",shape="box"];186 -> 1832[label="",style="dashed", color="red", weight=0]; 17.24/7.18 186[label="compare1 (Right vwx30) (Left vwx40) False",fontsize=16,color="magenta"];186 -> 1836[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 186 -> 1837[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 186 -> 1838[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 187[label="vwx40",fontsize=16,color="green",shape="box"];188[label="vwx30",fontsize=16,color="green",shape="box"];189[label="vwx40",fontsize=16,color="green",shape="box"];190[label="vwx30",fontsize=16,color="green",shape="box"];191[label="vwx40",fontsize=16,color="green",shape="box"];192[label="vwx30",fontsize=16,color="green",shape="box"];193[label="vwx40",fontsize=16,color="green",shape="box"];194[label="vwx30",fontsize=16,color="green",shape="box"];195[label="vwx40",fontsize=16,color="green",shape="box"];196[label="vwx30",fontsize=16,color="green",shape="box"];197[label="vwx40",fontsize=16,color="green",shape="box"];198[label="vwx30",fontsize=16,color="green",shape="box"];199[label="vwx40",fontsize=16,color="green",shape="box"];200[label="vwx30",fontsize=16,color="green",shape="box"];201[label="vwx40",fontsize=16,color="green",shape="box"];202[label="vwx30",fontsize=16,color="green",shape="box"];203[label="vwx40",fontsize=16,color="green",shape="box"];204[label="vwx30",fontsize=16,color="green",shape="box"];205[label="vwx40",fontsize=16,color="green",shape="box"];206[label="vwx30",fontsize=16,color="green",shape="box"];207[label="vwx40",fontsize=16,color="green",shape="box"];208[label="vwx30",fontsize=16,color="green",shape="box"];209[label="vwx40",fontsize=16,color="green",shape="box"];210[label="vwx30",fontsize=16,color="green",shape="box"];211[label="vwx40",fontsize=16,color="green",shape="box"];212[label="vwx30",fontsize=16,color="green",shape="box"];213[label="vwx40",fontsize=16,color="green",shape="box"];214[label="vwx30",fontsize=16,color="green",shape="box"];215 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.18 215[label="compare1 (Right vwx31) (Right vwx32) (Right vwx31 <= Right vwx32) == LT",fontsize=16,color="magenta"];215 -> 258[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 215 -> 259[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 216 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.18 216[label="EQ == LT",fontsize=16,color="magenta"];216 -> 260[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 216 -> 261[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 217[label="Left vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];217 -> 262[label="",style="solid", color="black", weight=3]; 17.24/7.18 218[label="Left vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];218 -> 263[label="",style="solid", color="black", weight=3]; 17.24/7.18 219[label="Right vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];219 -> 264[label="",style="solid", color="black", weight=3]; 17.24/7.18 220[label="Right vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];220 -> 265[label="",style="solid", color="black", weight=3]; 17.24/7.18 221[label="vwx300 :% vwx301 == vwx400 :% vwx401",fontsize=16,color="black",shape="box"];221 -> 266[label="",style="solid", color="black", weight=3]; 17.24/7.18 222[label="vwx300 : vwx301 == vwx400 : vwx401",fontsize=16,color="black",shape="box"];222 -> 267[label="",style="solid", color="black", weight=3]; 17.24/7.18 223[label="vwx300 : vwx301 == []",fontsize=16,color="black",shape="box"];223 -> 268[label="",style="solid", color="black", weight=3]; 17.24/7.18 224[label="[] == vwx400 : vwx401",fontsize=16,color="black",shape="box"];224 -> 269[label="",style="solid", color="black", weight=3]; 17.24/7.18 225[label="[] == []",fontsize=16,color="black",shape="box"];225 -> 270[label="",style="solid", color="black", weight=3]; 17.24/7.18 226[label="False == False",fontsize=16,color="black",shape="box"];226 -> 271[label="",style="solid", color="black", weight=3]; 17.24/7.18 227[label="False == True",fontsize=16,color="black",shape="box"];227 -> 272[label="",style="solid", color="black", weight=3]; 17.24/7.18 228[label="True == False",fontsize=16,color="black",shape="box"];228 -> 273[label="",style="solid", color="black", weight=3]; 17.24/7.18 229[label="True == True",fontsize=16,color="black",shape="box"];229 -> 274[label="",style="solid", color="black", weight=3]; 17.24/7.18 230[label="Integer vwx300 == Integer vwx400",fontsize=16,color="black",shape="box"];230 -> 275[label="",style="solid", color="black", weight=3]; 17.24/7.18 231[label="primEqInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2976[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];231 -> 2976[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2976 -> 276[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2977[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];231 -> 2977[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2977 -> 277[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 232[label="primEqInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2978[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];232 -> 2978[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2978 -> 278[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2979[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];232 -> 2979[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2979 -> 279[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 233[label="primEqFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2980[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];233 -> 2980[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2980 -> 280[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 234[label="(vwx300,vwx301) == (vwx400,vwx401)",fontsize=16,color="black",shape="box"];234 -> 281[label="",style="solid", color="black", weight=3]; 17.24/7.18 235[label="LT == LT",fontsize=16,color="black",shape="box"];235 -> 282[label="",style="solid", color="black", weight=3]; 17.24/7.18 236[label="LT == EQ",fontsize=16,color="black",shape="box"];236 -> 283[label="",style="solid", color="black", weight=3]; 17.24/7.18 237[label="LT == GT",fontsize=16,color="black",shape="box"];237 -> 284[label="",style="solid", color="black", weight=3]; 17.24/7.18 238[label="EQ == LT",fontsize=16,color="black",shape="box"];238 -> 285[label="",style="solid", color="black", weight=3]; 17.24/7.18 239[label="EQ == EQ",fontsize=16,color="black",shape="box"];239 -> 286[label="",style="solid", color="black", weight=3]; 17.24/7.18 240[label="EQ == GT",fontsize=16,color="black",shape="box"];240 -> 287[label="",style="solid", color="black", weight=3]; 17.24/7.18 241[label="GT == LT",fontsize=16,color="black",shape="box"];241 -> 288[label="",style="solid", color="black", weight=3]; 17.24/7.18 242[label="GT == EQ",fontsize=16,color="black",shape="box"];242 -> 289[label="",style="solid", color="black", weight=3]; 17.24/7.18 243[label="GT == GT",fontsize=16,color="black",shape="box"];243 -> 290[label="",style="solid", color="black", weight=3]; 17.24/7.18 244[label="(vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];244 -> 291[label="",style="solid", color="black", weight=3]; 17.24/7.18 245[label="() == ()",fontsize=16,color="black",shape="box"];245 -> 292[label="",style="solid", color="black", weight=3]; 17.24/7.18 246[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];246 -> 293[label="",style="solid", color="black", weight=3]; 17.24/7.18 247[label="Nothing == Just vwx400",fontsize=16,color="black",shape="box"];247 -> 294[label="",style="solid", color="black", weight=3]; 17.24/7.18 248[label="Just vwx300 == Nothing",fontsize=16,color="black",shape="box"];248 -> 295[label="",style="solid", color="black", weight=3]; 17.24/7.18 249[label="Just vwx300 == Just vwx400",fontsize=16,color="black",shape="box"];249 -> 296[label="",style="solid", color="black", weight=3]; 17.24/7.18 250[label="primEqDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2981[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];250 -> 2981[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2981 -> 297[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 251[label="primEqChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2982[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];251 -> 2982[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2982 -> 298[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 252[label="LT",fontsize=16,color="green",shape="box"];253 -> 1832[label="",style="dashed", color="red", weight=0]; 17.24/7.18 253[label="compare1 (Left vwx24) (Left vwx25) (Left vwx24 <= Left vwx25)",fontsize=16,color="magenta"];253 -> 1839[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 253 -> 1840[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 253 -> 1841[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 254[label="LT",fontsize=16,color="green",shape="box"];255[label="EQ",fontsize=16,color="green",shape="box"];1833[label="Left vwx30",fontsize=16,color="green",shape="box"];1834[label="Right vwx40",fontsize=16,color="green",shape="box"];1835[label="True",fontsize=16,color="green",shape="box"];1832[label="compare1 vwx240 vwx250 vwx82",fontsize=16,color="burlywood",shape="triangle"];2983[label="vwx82/False",fontsize=10,color="white",style="solid",shape="box"];1832 -> 2983[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2983 -> 1852[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 2984[label="vwx82/True",fontsize=10,color="white",style="solid",shape="box"];1832 -> 2984[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 2984 -> 1853[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 1836[label="Right vwx30",fontsize=16,color="green",shape="box"];1837[label="Left vwx40",fontsize=16,color="green",shape="box"];1838[label="False",fontsize=16,color="green",shape="box"];258[label="LT",fontsize=16,color="green",shape="box"];259 -> 1832[label="",style="dashed", color="red", weight=0]; 17.24/7.18 259[label="compare1 (Right vwx31) (Right vwx32) (Right vwx31 <= Right vwx32)",fontsize=16,color="magenta"];259 -> 1842[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 259 -> 1843[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 259 -> 1844[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 260[label="LT",fontsize=16,color="green",shape="box"];261[label="EQ",fontsize=16,color="green",shape="box"];262[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2985[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 2985[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2985 -> 302[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2986[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 2986[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2986 -> 303[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2987[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 2987[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2987 -> 304[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2988[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 2988[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2988 -> 305[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2989[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 2989[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2989 -> 306[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2990[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 2990[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2990 -> 307[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2991[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 2991[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2991 -> 308[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2992[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 2992[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2992 -> 309[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2993[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 2993[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2993 -> 310[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2994[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 2994[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2994 -> 311[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2995[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 2995[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2995 -> 312[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2996[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 2996[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2996 -> 313[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2997[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 2997[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2997 -> 314[label="",style="solid", color="blue", weight=3]; 17.24/7.18 2998[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 2998[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2998 -> 315[label="",style="solid", color="blue", weight=3]; 17.24/7.18 263[label="False",fontsize=16,color="green",shape="box"];264[label="False",fontsize=16,color="green",shape="box"];265[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2999[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 2999[label="",style="solid", color="blue", weight=9]; 17.24/7.18 2999 -> 316[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3000[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 3000[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3000 -> 317[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3001[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 3001[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3001 -> 318[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3002[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 3002[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3002 -> 319[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3003[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 3003[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3003 -> 320[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3004[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 3004[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3004 -> 321[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3005[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 3005[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3005 -> 322[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3006[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 3006[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3006 -> 323[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3007[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 3007[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3007 -> 324[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3008[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 3008[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3008 -> 325[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3009[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 3009[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3009 -> 326[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3010[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 3010[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3010 -> 327[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3011[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 3011[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3011 -> 328[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3012[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 3012[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3012 -> 329[label="",style="solid", color="blue", weight=3]; 17.24/7.18 266 -> 457[label="",style="dashed", color="red", weight=0]; 17.24/7.18 266[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];266 -> 458[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 266 -> 459[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 267 -> 457[label="",style="dashed", color="red", weight=0]; 17.24/7.18 267[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];267 -> 460[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 267 -> 461[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 268[label="False",fontsize=16,color="green",shape="box"];269[label="False",fontsize=16,color="green",shape="box"];270[label="True",fontsize=16,color="green",shape="box"];271[label="True",fontsize=16,color="green",shape="box"];272[label="False",fontsize=16,color="green",shape="box"];273[label="False",fontsize=16,color="green",shape="box"];274[label="True",fontsize=16,color="green",shape="box"];275 -> 169[label="",style="dashed", color="red", weight=0]; 17.24/7.18 275[label="primEqInt vwx300 vwx400",fontsize=16,color="magenta"];275 -> 340[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 275 -> 341[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 276[label="primEqInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];3013[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];276 -> 3013[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3013 -> 342[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3014[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];276 -> 3014[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3014 -> 343[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 277[label="primEqInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];3015[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];277 -> 3015[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3015 -> 344[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3016[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];277 -> 3016[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3016 -> 345[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 278[label="primEqInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];3017[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];278 -> 3017[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3017 -> 346[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3018[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];278 -> 3018[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3018 -> 347[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 279[label="primEqInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];3019[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];279 -> 3019[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3019 -> 348[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3020[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];279 -> 3020[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3020 -> 349[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 280[label="primEqFloat (Float vwx300 vwx301) (Float vwx400 vwx401)",fontsize=16,color="black",shape="box"];280 -> 350[label="",style="solid", color="black", weight=3]; 17.24/7.18 281 -> 457[label="",style="dashed", color="red", weight=0]; 17.24/7.18 281[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];281 -> 462[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 281 -> 463[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 282[label="True",fontsize=16,color="green",shape="box"];283[label="False",fontsize=16,color="green",shape="box"];284[label="False",fontsize=16,color="green",shape="box"];285[label="False",fontsize=16,color="green",shape="box"];286[label="True",fontsize=16,color="green",shape="box"];287[label="False",fontsize=16,color="green",shape="box"];288[label="False",fontsize=16,color="green",shape="box"];289[label="False",fontsize=16,color="green",shape="box"];290[label="True",fontsize=16,color="green",shape="box"];291 -> 457[label="",style="dashed", color="red", weight=0]; 17.24/7.18 291[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];291 -> 464[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 291 -> 465[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 292[label="True",fontsize=16,color="green",shape="box"];293[label="True",fontsize=16,color="green",shape="box"];294[label="False",fontsize=16,color="green",shape="box"];295[label="False",fontsize=16,color="green",shape="box"];296[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3021[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3021[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3021 -> 362[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3022[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3022[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3022 -> 363[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3023[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3023[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3023 -> 364[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3024[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3024[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3024 -> 365[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3025[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3025[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3025 -> 366[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3026[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3026[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3026 -> 367[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3027[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3027[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3027 -> 368[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3028[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3028[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3028 -> 369[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3029[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3029[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3029 -> 370[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3030[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3030[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3030 -> 371[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3031[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3031[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3031 -> 372[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3032[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3032[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3032 -> 373[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3033[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3033[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3033 -> 374[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3034[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3034[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3034 -> 375[label="",style="solid", color="blue", weight=3]; 17.24/7.18 297[label="primEqDouble (Double vwx300 vwx301) (Double vwx400 vwx401)",fontsize=16,color="black",shape="box"];297 -> 376[label="",style="solid", color="black", weight=3]; 17.24/7.18 298[label="primEqChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];298 -> 377[label="",style="solid", color="black", weight=3]; 17.24/7.18 1839[label="Left vwx24",fontsize=16,color="green",shape="box"];1840[label="Left vwx25",fontsize=16,color="green",shape="box"];1841[label="Left vwx24 <= Left vwx25",fontsize=16,color="black",shape="box"];1841 -> 1854[label="",style="solid", color="black", weight=3]; 17.24/7.18 1852[label="compare1 vwx240 vwx250 False",fontsize=16,color="black",shape="box"];1852 -> 1860[label="",style="solid", color="black", weight=3]; 17.24/7.18 1853[label="compare1 vwx240 vwx250 True",fontsize=16,color="black",shape="box"];1853 -> 1861[label="",style="solid", color="black", weight=3]; 17.24/7.18 1842[label="Right vwx31",fontsize=16,color="green",shape="box"];1843[label="Right vwx32",fontsize=16,color="green",shape="box"];1844[label="Right vwx31 <= Right vwx32",fontsize=16,color="black",shape="box"];1844 -> 1855[label="",style="solid", color="black", weight=3]; 17.24/7.18 302 -> 127[label="",style="dashed", color="red", weight=0]; 17.24/7.18 302[label="vwx300 == vwx400",fontsize=16,color="magenta"];302 -> 399[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 302 -> 400[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 303 -> 128[label="",style="dashed", color="red", weight=0]; 17.24/7.18 303[label="vwx300 == vwx400",fontsize=16,color="magenta"];303 -> 401[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 303 -> 402[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 304 -> 129[label="",style="dashed", color="red", weight=0]; 17.24/7.18 304[label="vwx300 == vwx400",fontsize=16,color="magenta"];304 -> 403[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 304 -> 404[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 305 -> 130[label="",style="dashed", color="red", weight=0]; 17.24/7.18 305[label="vwx300 == vwx400",fontsize=16,color="magenta"];305 -> 405[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 305 -> 406[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 306 -> 131[label="",style="dashed", color="red", weight=0]; 17.24/7.18 306[label="vwx300 == vwx400",fontsize=16,color="magenta"];306 -> 407[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 306 -> 408[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 307 -> 132[label="",style="dashed", color="red", weight=0]; 17.24/7.18 307[label="vwx300 == vwx400",fontsize=16,color="magenta"];307 -> 409[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 307 -> 410[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 308 -> 133[label="",style="dashed", color="red", weight=0]; 17.24/7.18 308[label="vwx300 == vwx400",fontsize=16,color="magenta"];308 -> 411[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 308 -> 412[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 309 -> 134[label="",style="dashed", color="red", weight=0]; 17.24/7.18 309[label="vwx300 == vwx400",fontsize=16,color="magenta"];309 -> 413[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 309 -> 414[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 310 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.18 310[label="vwx300 == vwx400",fontsize=16,color="magenta"];310 -> 415[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 310 -> 416[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 311 -> 136[label="",style="dashed", color="red", weight=0]; 17.24/7.18 311[label="vwx300 == vwx400",fontsize=16,color="magenta"];311 -> 417[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 311 -> 418[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 312 -> 137[label="",style="dashed", color="red", weight=0]; 17.24/7.18 312[label="vwx300 == vwx400",fontsize=16,color="magenta"];312 -> 419[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 312 -> 420[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 313 -> 138[label="",style="dashed", color="red", weight=0]; 17.24/7.18 313[label="vwx300 == vwx400",fontsize=16,color="magenta"];313 -> 421[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 313 -> 422[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 314 -> 139[label="",style="dashed", color="red", weight=0]; 17.24/7.18 314[label="vwx300 == vwx400",fontsize=16,color="magenta"];314 -> 423[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 314 -> 424[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 315 -> 140[label="",style="dashed", color="red", weight=0]; 17.24/7.18 315[label="vwx300 == vwx400",fontsize=16,color="magenta"];315 -> 425[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 315 -> 426[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 316 -> 127[label="",style="dashed", color="red", weight=0]; 17.24/7.18 316[label="vwx300 == vwx400",fontsize=16,color="magenta"];316 -> 427[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 316 -> 428[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 317 -> 128[label="",style="dashed", color="red", weight=0]; 17.24/7.18 317[label="vwx300 == vwx400",fontsize=16,color="magenta"];317 -> 429[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 317 -> 430[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 318 -> 129[label="",style="dashed", color="red", weight=0]; 17.24/7.18 318[label="vwx300 == vwx400",fontsize=16,color="magenta"];318 -> 431[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 318 -> 432[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 319 -> 130[label="",style="dashed", color="red", weight=0]; 17.24/7.18 319[label="vwx300 == vwx400",fontsize=16,color="magenta"];319 -> 433[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 319 -> 434[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 320 -> 131[label="",style="dashed", color="red", weight=0]; 17.24/7.18 320[label="vwx300 == vwx400",fontsize=16,color="magenta"];320 -> 435[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 320 -> 436[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 321 -> 132[label="",style="dashed", color="red", weight=0]; 17.24/7.18 321[label="vwx300 == vwx400",fontsize=16,color="magenta"];321 -> 437[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 321 -> 438[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 322 -> 133[label="",style="dashed", color="red", weight=0]; 17.24/7.18 322[label="vwx300 == vwx400",fontsize=16,color="magenta"];322 -> 439[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 322 -> 440[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 323 -> 134[label="",style="dashed", color="red", weight=0]; 17.24/7.18 323[label="vwx300 == vwx400",fontsize=16,color="magenta"];323 -> 441[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 323 -> 442[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 324 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.18 324[label="vwx300 == vwx400",fontsize=16,color="magenta"];324 -> 443[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 324 -> 444[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 325 -> 136[label="",style="dashed", color="red", weight=0]; 17.24/7.18 325[label="vwx300 == vwx400",fontsize=16,color="magenta"];325 -> 445[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 325 -> 446[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 326 -> 137[label="",style="dashed", color="red", weight=0]; 17.24/7.18 326[label="vwx300 == vwx400",fontsize=16,color="magenta"];326 -> 447[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 326 -> 448[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 327 -> 138[label="",style="dashed", color="red", weight=0]; 17.24/7.18 327[label="vwx300 == vwx400",fontsize=16,color="magenta"];327 -> 449[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 327 -> 450[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 328 -> 139[label="",style="dashed", color="red", weight=0]; 17.24/7.18 328[label="vwx300 == vwx400",fontsize=16,color="magenta"];328 -> 451[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 328 -> 452[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 329 -> 140[label="",style="dashed", color="red", weight=0]; 17.24/7.18 329[label="vwx300 == vwx400",fontsize=16,color="magenta"];329 -> 453[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 329 -> 454[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 458[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3035[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];458 -> 3035[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3035 -> 470[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3036[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];458 -> 3036[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3036 -> 471[label="",style="solid", color="blue", weight=3]; 17.24/7.18 459[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3037[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];459 -> 3037[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3037 -> 472[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3038[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];459 -> 3038[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3038 -> 473[label="",style="solid", color="blue", weight=3]; 17.24/7.18 457[label="vwx59 && vwx60",fontsize=16,color="burlywood",shape="triangle"];3039[label="vwx59/False",fontsize=10,color="white",style="solid",shape="box"];457 -> 3039[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3039 -> 474[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3040[label="vwx59/True",fontsize=10,color="white",style="solid",shape="box"];457 -> 3040[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3040 -> 475[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 460 -> 129[label="",style="dashed", color="red", weight=0]; 17.24/7.18 460[label="vwx301 == vwx401",fontsize=16,color="magenta"];460 -> 476[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 460 -> 477[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 461[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3041[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];461 -> 3041[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3041 -> 478[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3042[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];461 -> 3042[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3042 -> 479[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3043[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];461 -> 3043[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3043 -> 480[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3044[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];461 -> 3044[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3044 -> 481[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3045[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];461 -> 3045[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3045 -> 482[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3046[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];461 -> 3046[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3046 -> 483[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3047[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];461 -> 3047[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3047 -> 484[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3048[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];461 -> 3048[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3048 -> 485[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3049[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];461 -> 3049[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3049 -> 486[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3050[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];461 -> 3050[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3050 -> 487[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3051[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];461 -> 3051[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3051 -> 488[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3052[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];461 -> 3052[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3052 -> 489[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3053[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];461 -> 3053[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3053 -> 490[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3054[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];461 -> 3054[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3054 -> 491[label="",style="solid", color="blue", weight=3]; 17.24/7.18 340[label="vwx400",fontsize=16,color="green",shape="box"];341[label="vwx300",fontsize=16,color="green",shape="box"];342[label="primEqInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3055[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];342 -> 3055[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3055 -> 492[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3056[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];342 -> 3056[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3056 -> 493[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 343[label="primEqInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];343 -> 494[label="",style="solid", color="black", weight=3]; 17.24/7.18 344[label="primEqInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3057[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];344 -> 3057[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3057 -> 495[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3058[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];344 -> 3058[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3058 -> 496[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 345[label="primEqInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3059[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];345 -> 3059[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3059 -> 497[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3060[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];345 -> 3060[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3060 -> 498[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 346[label="primEqInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];346 -> 499[label="",style="solid", color="black", weight=3]; 17.24/7.18 347[label="primEqInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3061[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];347 -> 3061[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3061 -> 500[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3062[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];347 -> 3062[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3062 -> 501[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 348[label="primEqInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3063[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];348 -> 3063[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3063 -> 502[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3064[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];348 -> 3064[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3064 -> 503[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 349[label="primEqInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3065[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];349 -> 3065[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3065 -> 504[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3066[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];349 -> 3066[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3066 -> 505[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 350 -> 132[label="",style="dashed", color="red", weight=0]; 17.24/7.18 350[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];350 -> 506[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 350 -> 507[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 462[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3067[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];462 -> 3067[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3067 -> 508[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3068[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];462 -> 3068[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3068 -> 509[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3069[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];462 -> 3069[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3069 -> 510[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3070[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];462 -> 3070[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3070 -> 511[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3071[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];462 -> 3071[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3071 -> 512[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3072[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];462 -> 3072[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3072 -> 513[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3073[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];462 -> 3073[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3073 -> 514[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3074[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];462 -> 3074[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3074 -> 515[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3075[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];462 -> 3075[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3075 -> 516[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3076[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];462 -> 3076[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3076 -> 517[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3077[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];462 -> 3077[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3077 -> 518[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3078[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];462 -> 3078[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3078 -> 519[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3079[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];462 -> 3079[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3079 -> 520[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3080[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];462 -> 3080[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3080 -> 521[label="",style="solid", color="blue", weight=3]; 17.24/7.18 463[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3081[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];463 -> 3081[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3081 -> 522[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3082[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];463 -> 3082[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3082 -> 523[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3083[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];463 -> 3083[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3083 -> 524[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3084[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];463 -> 3084[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3084 -> 525[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3085[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];463 -> 3085[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3085 -> 526[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3086[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];463 -> 3086[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3086 -> 527[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3087[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];463 -> 3087[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3087 -> 528[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3088[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];463 -> 3088[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3088 -> 529[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3089[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];463 -> 3089[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3089 -> 530[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3090[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];463 -> 3090[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3090 -> 531[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3091[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];463 -> 3091[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3091 -> 532[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3092[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];463 -> 3092[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3092 -> 533[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3093[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];463 -> 3093[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3093 -> 534[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3094[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];463 -> 3094[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3094 -> 535[label="",style="solid", color="blue", weight=3]; 17.24/7.18 464 -> 457[label="",style="dashed", color="red", weight=0]; 17.24/7.18 464[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];464 -> 536[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 464 -> 537[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 465[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3095[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];465 -> 3095[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3095 -> 538[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3096[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];465 -> 3096[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3096 -> 539[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3097[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];465 -> 3097[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3097 -> 540[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3098[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];465 -> 3098[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3098 -> 541[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3099[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];465 -> 3099[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3099 -> 542[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3100[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];465 -> 3100[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3100 -> 543[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3101[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];465 -> 3101[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3101 -> 544[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3102[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];465 -> 3102[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3102 -> 545[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3103[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];465 -> 3103[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3103 -> 546[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3104[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];465 -> 3104[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3104 -> 547[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3105[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];465 -> 3105[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3105 -> 548[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3106[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];465 -> 3106[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3106 -> 549[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3107[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];465 -> 3107[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3107 -> 550[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3108[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];465 -> 3108[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3108 -> 551[label="",style="solid", color="blue", weight=3]; 17.24/7.18 362 -> 127[label="",style="dashed", color="red", weight=0]; 17.24/7.18 362[label="vwx300 == vwx400",fontsize=16,color="magenta"];362 -> 552[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 362 -> 553[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 363 -> 128[label="",style="dashed", color="red", weight=0]; 17.24/7.18 363[label="vwx300 == vwx400",fontsize=16,color="magenta"];363 -> 554[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 363 -> 555[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 364 -> 129[label="",style="dashed", color="red", weight=0]; 17.24/7.18 364[label="vwx300 == vwx400",fontsize=16,color="magenta"];364 -> 556[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 364 -> 557[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 365 -> 130[label="",style="dashed", color="red", weight=0]; 17.24/7.18 365[label="vwx300 == vwx400",fontsize=16,color="magenta"];365 -> 558[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 365 -> 559[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 366 -> 131[label="",style="dashed", color="red", weight=0]; 17.24/7.18 366[label="vwx300 == vwx400",fontsize=16,color="magenta"];366 -> 560[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 366 -> 561[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 367 -> 132[label="",style="dashed", color="red", weight=0]; 17.24/7.18 367[label="vwx300 == vwx400",fontsize=16,color="magenta"];367 -> 562[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 367 -> 563[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 368 -> 133[label="",style="dashed", color="red", weight=0]; 17.24/7.18 368[label="vwx300 == vwx400",fontsize=16,color="magenta"];368 -> 564[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 368 -> 565[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 369 -> 134[label="",style="dashed", color="red", weight=0]; 17.24/7.18 369[label="vwx300 == vwx400",fontsize=16,color="magenta"];369 -> 566[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 369 -> 567[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 370 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.18 370[label="vwx300 == vwx400",fontsize=16,color="magenta"];370 -> 568[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 370 -> 569[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 371 -> 136[label="",style="dashed", color="red", weight=0]; 17.24/7.18 371[label="vwx300 == vwx400",fontsize=16,color="magenta"];371 -> 570[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 371 -> 571[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 372 -> 137[label="",style="dashed", color="red", weight=0]; 17.24/7.18 372[label="vwx300 == vwx400",fontsize=16,color="magenta"];372 -> 572[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 372 -> 573[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 373 -> 138[label="",style="dashed", color="red", weight=0]; 17.24/7.18 373[label="vwx300 == vwx400",fontsize=16,color="magenta"];373 -> 574[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 373 -> 575[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 374 -> 139[label="",style="dashed", color="red", weight=0]; 17.24/7.18 374[label="vwx300 == vwx400",fontsize=16,color="magenta"];374 -> 576[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 374 -> 577[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 375 -> 140[label="",style="dashed", color="red", weight=0]; 17.24/7.18 375[label="vwx300 == vwx400",fontsize=16,color="magenta"];375 -> 578[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 375 -> 579[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 376 -> 132[label="",style="dashed", color="red", weight=0]; 17.24/7.18 376[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];376 -> 580[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 376 -> 581[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 377[label="primEqNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];3109[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];377 -> 3109[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3109 -> 582[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3110[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];377 -> 3110[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3110 -> 583[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 1854[label="vwx24 <= vwx25",fontsize=16,color="blue",shape="box"];3111[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1854 -> 3111[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3111 -> 1862[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3112[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1854 -> 3112[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3112 -> 1863[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3113[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1854 -> 3113[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3113 -> 1864[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3114[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1854 -> 3114[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3114 -> 1865[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3115[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1854 -> 3115[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3115 -> 1866[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3116[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1854 -> 3116[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3116 -> 1867[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3117[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1854 -> 3117[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3117 -> 1868[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3118[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1854 -> 3118[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3118 -> 1869[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3119[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1854 -> 3119[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3119 -> 1870[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3120[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1854 -> 3120[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3120 -> 1871[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3121[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1854 -> 3121[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3121 -> 1872[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3122[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1854 -> 3122[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3122 -> 1873[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3123[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1854 -> 3123[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3123 -> 1874[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3124[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1854 -> 3124[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3124 -> 1875[label="",style="solid", color="blue", weight=3]; 17.24/7.18 1860[label="compare0 vwx240 vwx250 otherwise",fontsize=16,color="black",shape="box"];1860 -> 1894[label="",style="solid", color="black", weight=3]; 17.24/7.18 1861[label="LT",fontsize=16,color="green",shape="box"];1855[label="vwx31 <= vwx32",fontsize=16,color="blue",shape="box"];3125[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1855 -> 3125[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3125 -> 1876[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3126[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1855 -> 3126[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3126 -> 1877[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3127[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1855 -> 3127[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3127 -> 1878[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3128[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1855 -> 3128[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3128 -> 1879[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3129[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1855 -> 3129[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3129 -> 1880[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3130[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1855 -> 3130[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3130 -> 1881[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3131[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1855 -> 3131[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3131 -> 1882[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3132[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1855 -> 3132[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3132 -> 1883[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3133[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1855 -> 3133[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3133 -> 1884[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3134[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1855 -> 3134[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3134 -> 1885[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3135[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1855 -> 3135[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3135 -> 1886[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3136[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1855 -> 3136[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3136 -> 1887[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3137[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1855 -> 3137[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3137 -> 1888[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3138[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1855 -> 3138[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3138 -> 1889[label="",style="solid", color="blue", weight=3]; 17.24/7.18 399[label="vwx400",fontsize=16,color="green",shape="box"];400[label="vwx300",fontsize=16,color="green",shape="box"];401[label="vwx400",fontsize=16,color="green",shape="box"];402[label="vwx300",fontsize=16,color="green",shape="box"];403[label="vwx400",fontsize=16,color="green",shape="box"];404[label="vwx300",fontsize=16,color="green",shape="box"];405[label="vwx400",fontsize=16,color="green",shape="box"];406[label="vwx300",fontsize=16,color="green",shape="box"];407[label="vwx400",fontsize=16,color="green",shape="box"];408[label="vwx300",fontsize=16,color="green",shape="box"];409[label="vwx400",fontsize=16,color="green",shape="box"];410[label="vwx300",fontsize=16,color="green",shape="box"];411[label="vwx400",fontsize=16,color="green",shape="box"];412[label="vwx300",fontsize=16,color="green",shape="box"];413[label="vwx400",fontsize=16,color="green",shape="box"];414[label="vwx300",fontsize=16,color="green",shape="box"];415[label="vwx400",fontsize=16,color="green",shape="box"];416[label="vwx300",fontsize=16,color="green",shape="box"];417[label="vwx400",fontsize=16,color="green",shape="box"];418[label="vwx300",fontsize=16,color="green",shape="box"];419[label="vwx400",fontsize=16,color="green",shape="box"];420[label="vwx300",fontsize=16,color="green",shape="box"];421[label="vwx400",fontsize=16,color="green",shape="box"];422[label="vwx300",fontsize=16,color="green",shape="box"];423[label="vwx400",fontsize=16,color="green",shape="box"];424[label="vwx300",fontsize=16,color="green",shape="box"];425[label="vwx400",fontsize=16,color="green",shape="box"];426[label="vwx300",fontsize=16,color="green",shape="box"];427[label="vwx400",fontsize=16,color="green",shape="box"];428[label="vwx300",fontsize=16,color="green",shape="box"];429[label="vwx400",fontsize=16,color="green",shape="box"];430[label="vwx300",fontsize=16,color="green",shape="box"];431[label="vwx400",fontsize=16,color="green",shape="box"];432[label="vwx300",fontsize=16,color="green",shape="box"];433[label="vwx400",fontsize=16,color="green",shape="box"];434[label="vwx300",fontsize=16,color="green",shape="box"];435[label="vwx400",fontsize=16,color="green",shape="box"];436[label="vwx300",fontsize=16,color="green",shape="box"];437[label="vwx400",fontsize=16,color="green",shape="box"];438[label="vwx300",fontsize=16,color="green",shape="box"];439[label="vwx400",fontsize=16,color="green",shape="box"];440[label="vwx300",fontsize=16,color="green",shape="box"];441[label="vwx400",fontsize=16,color="green",shape="box"];442[label="vwx300",fontsize=16,color="green",shape="box"];443[label="vwx400",fontsize=16,color="green",shape="box"];444[label="vwx300",fontsize=16,color="green",shape="box"];445[label="vwx400",fontsize=16,color="green",shape="box"];446[label="vwx300",fontsize=16,color="green",shape="box"];447[label="vwx400",fontsize=16,color="green",shape="box"];448[label="vwx300",fontsize=16,color="green",shape="box"];449[label="vwx400",fontsize=16,color="green",shape="box"];450[label="vwx300",fontsize=16,color="green",shape="box"];451[label="vwx400",fontsize=16,color="green",shape="box"];452[label="vwx300",fontsize=16,color="green",shape="box"];453[label="vwx400",fontsize=16,color="green",shape="box"];454[label="vwx300",fontsize=16,color="green",shape="box"];470 -> 131[label="",style="dashed", color="red", weight=0]; 17.24/7.18 470[label="vwx301 == vwx401",fontsize=16,color="magenta"];470 -> 616[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 470 -> 617[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 471 -> 132[label="",style="dashed", color="red", weight=0]; 17.24/7.18 471[label="vwx301 == vwx401",fontsize=16,color="magenta"];471 -> 618[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 471 -> 619[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 472 -> 131[label="",style="dashed", color="red", weight=0]; 17.24/7.18 472[label="vwx300 == vwx400",fontsize=16,color="magenta"];472 -> 620[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 472 -> 621[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 473 -> 132[label="",style="dashed", color="red", weight=0]; 17.24/7.18 473[label="vwx300 == vwx400",fontsize=16,color="magenta"];473 -> 622[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 473 -> 623[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 474[label="False && vwx60",fontsize=16,color="black",shape="box"];474 -> 624[label="",style="solid", color="black", weight=3]; 17.24/7.18 475[label="True && vwx60",fontsize=16,color="black",shape="box"];475 -> 625[label="",style="solid", color="black", weight=3]; 17.24/7.18 476[label="vwx401",fontsize=16,color="green",shape="box"];477[label="vwx301",fontsize=16,color="green",shape="box"];478 -> 127[label="",style="dashed", color="red", weight=0]; 17.24/7.18 478[label="vwx300 == vwx400",fontsize=16,color="magenta"];478 -> 626[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 478 -> 627[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 479 -> 128[label="",style="dashed", color="red", weight=0]; 17.24/7.18 479[label="vwx300 == vwx400",fontsize=16,color="magenta"];479 -> 628[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 479 -> 629[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 480 -> 129[label="",style="dashed", color="red", weight=0]; 17.24/7.18 480[label="vwx300 == vwx400",fontsize=16,color="magenta"];480 -> 630[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 480 -> 631[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 481 -> 130[label="",style="dashed", color="red", weight=0]; 17.24/7.18 481[label="vwx300 == vwx400",fontsize=16,color="magenta"];481 -> 632[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 481 -> 633[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 482 -> 131[label="",style="dashed", color="red", weight=0]; 17.24/7.18 482[label="vwx300 == vwx400",fontsize=16,color="magenta"];482 -> 634[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 482 -> 635[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 483 -> 132[label="",style="dashed", color="red", weight=0]; 17.24/7.18 483[label="vwx300 == vwx400",fontsize=16,color="magenta"];483 -> 636[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 483 -> 637[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 484 -> 133[label="",style="dashed", color="red", weight=0]; 17.24/7.18 484[label="vwx300 == vwx400",fontsize=16,color="magenta"];484 -> 638[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 484 -> 639[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 485 -> 134[label="",style="dashed", color="red", weight=0]; 17.24/7.18 485[label="vwx300 == vwx400",fontsize=16,color="magenta"];485 -> 640[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 485 -> 641[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 486 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.18 486[label="vwx300 == vwx400",fontsize=16,color="magenta"];486 -> 642[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 486 -> 643[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 487 -> 136[label="",style="dashed", color="red", weight=0]; 17.24/7.18 487[label="vwx300 == vwx400",fontsize=16,color="magenta"];487 -> 644[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 487 -> 645[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 488 -> 137[label="",style="dashed", color="red", weight=0]; 17.24/7.18 488[label="vwx300 == vwx400",fontsize=16,color="magenta"];488 -> 646[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 488 -> 647[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 489 -> 138[label="",style="dashed", color="red", weight=0]; 17.24/7.18 489[label="vwx300 == vwx400",fontsize=16,color="magenta"];489 -> 648[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 489 -> 649[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 490 -> 139[label="",style="dashed", color="red", weight=0]; 17.24/7.18 490[label="vwx300 == vwx400",fontsize=16,color="magenta"];490 -> 650[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 490 -> 651[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 491 -> 140[label="",style="dashed", color="red", weight=0]; 17.24/7.18 491[label="vwx300 == vwx400",fontsize=16,color="magenta"];491 -> 652[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 491 -> 653[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 492[label="primEqInt (Pos (Succ vwx3000)) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];492 -> 654[label="",style="solid", color="black", weight=3]; 17.24/7.18 493[label="primEqInt (Pos (Succ vwx3000)) (Pos Zero)",fontsize=16,color="black",shape="box"];493 -> 655[label="",style="solid", color="black", weight=3]; 17.24/7.18 494[label="False",fontsize=16,color="green",shape="box"];495[label="primEqInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];495 -> 656[label="",style="solid", color="black", weight=3]; 17.24/7.18 496[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];496 -> 657[label="",style="solid", color="black", weight=3]; 17.24/7.18 497[label="primEqInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];497 -> 658[label="",style="solid", color="black", weight=3]; 17.24/7.18 498[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];498 -> 659[label="",style="solid", color="black", weight=3]; 17.24/7.18 499[label="False",fontsize=16,color="green",shape="box"];500[label="primEqInt (Neg (Succ vwx3000)) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];500 -> 660[label="",style="solid", color="black", weight=3]; 17.24/7.18 501[label="primEqInt (Neg (Succ vwx3000)) (Neg Zero)",fontsize=16,color="black",shape="box"];501 -> 661[label="",style="solid", color="black", weight=3]; 17.24/7.18 502[label="primEqInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];502 -> 662[label="",style="solid", color="black", weight=3]; 17.24/7.18 503[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];503 -> 663[label="",style="solid", color="black", weight=3]; 17.24/7.18 504[label="primEqInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];504 -> 664[label="",style="solid", color="black", weight=3]; 17.24/7.18 505[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];505 -> 665[label="",style="solid", color="black", weight=3]; 17.24/7.18 506[label="vwx301 * vwx400",fontsize=16,color="black",shape="triangle"];506 -> 666[label="",style="solid", color="black", weight=3]; 17.24/7.18 507 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.18 507[label="vwx300 * vwx401",fontsize=16,color="magenta"];507 -> 667[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 507 -> 668[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 508 -> 127[label="",style="dashed", color="red", weight=0]; 17.24/7.18 508[label="vwx301 == vwx401",fontsize=16,color="magenta"];508 -> 669[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 508 -> 670[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 509 -> 128[label="",style="dashed", color="red", weight=0]; 17.24/7.18 509[label="vwx301 == vwx401",fontsize=16,color="magenta"];509 -> 671[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 509 -> 672[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 510 -> 129[label="",style="dashed", color="red", weight=0]; 17.24/7.18 510[label="vwx301 == vwx401",fontsize=16,color="magenta"];510 -> 673[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 510 -> 674[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 511 -> 130[label="",style="dashed", color="red", weight=0]; 17.24/7.18 511[label="vwx301 == vwx401",fontsize=16,color="magenta"];511 -> 675[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 511 -> 676[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 512 -> 131[label="",style="dashed", color="red", weight=0]; 17.24/7.18 512[label="vwx301 == vwx401",fontsize=16,color="magenta"];512 -> 677[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 512 -> 678[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 513 -> 132[label="",style="dashed", color="red", weight=0]; 17.24/7.18 513[label="vwx301 == vwx401",fontsize=16,color="magenta"];513 -> 679[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 513 -> 680[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 514 -> 133[label="",style="dashed", color="red", weight=0]; 17.24/7.18 514[label="vwx301 == vwx401",fontsize=16,color="magenta"];514 -> 681[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 514 -> 682[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 515 -> 134[label="",style="dashed", color="red", weight=0]; 17.24/7.18 515[label="vwx301 == vwx401",fontsize=16,color="magenta"];515 -> 683[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 515 -> 684[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 516 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.18 516[label="vwx301 == vwx401",fontsize=16,color="magenta"];516 -> 685[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 516 -> 686[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 517 -> 136[label="",style="dashed", color="red", weight=0]; 17.24/7.18 517[label="vwx301 == vwx401",fontsize=16,color="magenta"];517 -> 687[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 517 -> 688[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 518 -> 137[label="",style="dashed", color="red", weight=0]; 17.24/7.18 518[label="vwx301 == vwx401",fontsize=16,color="magenta"];518 -> 689[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 518 -> 690[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 519 -> 138[label="",style="dashed", color="red", weight=0]; 17.24/7.18 519[label="vwx301 == vwx401",fontsize=16,color="magenta"];519 -> 691[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 519 -> 692[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 520 -> 139[label="",style="dashed", color="red", weight=0]; 17.24/7.18 520[label="vwx301 == vwx401",fontsize=16,color="magenta"];520 -> 693[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 520 -> 694[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 521 -> 140[label="",style="dashed", color="red", weight=0]; 17.24/7.18 521[label="vwx301 == vwx401",fontsize=16,color="magenta"];521 -> 695[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 521 -> 696[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 522 -> 127[label="",style="dashed", color="red", weight=0]; 17.24/7.18 522[label="vwx300 == vwx400",fontsize=16,color="magenta"];522 -> 697[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 522 -> 698[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 523 -> 128[label="",style="dashed", color="red", weight=0]; 17.24/7.18 523[label="vwx300 == vwx400",fontsize=16,color="magenta"];523 -> 699[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 523 -> 700[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 524 -> 129[label="",style="dashed", color="red", weight=0]; 17.24/7.18 524[label="vwx300 == vwx400",fontsize=16,color="magenta"];524 -> 701[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 524 -> 702[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 525 -> 130[label="",style="dashed", color="red", weight=0]; 17.24/7.18 525[label="vwx300 == vwx400",fontsize=16,color="magenta"];525 -> 703[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 525 -> 704[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 526 -> 131[label="",style="dashed", color="red", weight=0]; 17.24/7.18 526[label="vwx300 == vwx400",fontsize=16,color="magenta"];526 -> 705[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 526 -> 706[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 527 -> 132[label="",style="dashed", color="red", weight=0]; 17.24/7.18 527[label="vwx300 == vwx400",fontsize=16,color="magenta"];527 -> 707[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 527 -> 708[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 528 -> 133[label="",style="dashed", color="red", weight=0]; 17.24/7.18 528[label="vwx300 == vwx400",fontsize=16,color="magenta"];528 -> 709[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 528 -> 710[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 529 -> 134[label="",style="dashed", color="red", weight=0]; 17.24/7.18 529[label="vwx300 == vwx400",fontsize=16,color="magenta"];529 -> 711[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 529 -> 712[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 530 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.18 530[label="vwx300 == vwx400",fontsize=16,color="magenta"];530 -> 713[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 530 -> 714[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 531 -> 136[label="",style="dashed", color="red", weight=0]; 17.24/7.18 531[label="vwx300 == vwx400",fontsize=16,color="magenta"];531 -> 715[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 531 -> 716[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 532 -> 137[label="",style="dashed", color="red", weight=0]; 17.24/7.18 532[label="vwx300 == vwx400",fontsize=16,color="magenta"];532 -> 717[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 532 -> 718[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 533 -> 138[label="",style="dashed", color="red", weight=0]; 17.24/7.18 533[label="vwx300 == vwx400",fontsize=16,color="magenta"];533 -> 719[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 533 -> 720[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 534 -> 139[label="",style="dashed", color="red", weight=0]; 17.24/7.18 534[label="vwx300 == vwx400",fontsize=16,color="magenta"];534 -> 721[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 534 -> 722[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 535 -> 140[label="",style="dashed", color="red", weight=0]; 17.24/7.18 535[label="vwx300 == vwx400",fontsize=16,color="magenta"];535 -> 723[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 535 -> 724[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 536[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];3139[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];536 -> 3139[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3139 -> 725[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3140[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];536 -> 3140[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3140 -> 726[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3141[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];536 -> 3141[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3141 -> 727[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3142[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];536 -> 3142[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3142 -> 728[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3143[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];536 -> 3143[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3143 -> 729[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3144[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];536 -> 3144[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3144 -> 730[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3145[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];536 -> 3145[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3145 -> 731[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3146[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];536 -> 3146[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3146 -> 732[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3147[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];536 -> 3147[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3147 -> 733[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3148[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];536 -> 3148[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3148 -> 734[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3149[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];536 -> 3149[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3149 -> 735[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3150[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];536 -> 3150[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3150 -> 736[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3151[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];536 -> 3151[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3151 -> 737[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3152[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];536 -> 3152[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3152 -> 738[label="",style="solid", color="blue", weight=3]; 17.24/7.18 537[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3153[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];537 -> 3153[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3153 -> 739[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3154[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];537 -> 3154[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3154 -> 740[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3155[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];537 -> 3155[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3155 -> 741[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3156[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];537 -> 3156[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3156 -> 742[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3157[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];537 -> 3157[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3157 -> 743[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3158[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];537 -> 3158[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3158 -> 744[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3159[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];537 -> 3159[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3159 -> 745[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3160[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];537 -> 3160[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3160 -> 746[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3161[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];537 -> 3161[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3161 -> 747[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3162[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];537 -> 3162[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3162 -> 748[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3163[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];537 -> 3163[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3163 -> 749[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3164[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];537 -> 3164[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3164 -> 750[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3165[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];537 -> 3165[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3165 -> 751[label="",style="solid", color="blue", weight=3]; 17.24/7.18 3166[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];537 -> 3166[label="",style="solid", color="blue", weight=9]; 17.24/7.18 3166 -> 752[label="",style="solid", color="blue", weight=3]; 17.24/7.18 538 -> 127[label="",style="dashed", color="red", weight=0]; 17.24/7.18 538[label="vwx300 == vwx400",fontsize=16,color="magenta"];538 -> 753[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 538 -> 754[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 539 -> 128[label="",style="dashed", color="red", weight=0]; 17.24/7.18 539[label="vwx300 == vwx400",fontsize=16,color="magenta"];539 -> 755[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 539 -> 756[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 540 -> 129[label="",style="dashed", color="red", weight=0]; 17.24/7.18 540[label="vwx300 == vwx400",fontsize=16,color="magenta"];540 -> 757[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 540 -> 758[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 541 -> 130[label="",style="dashed", color="red", weight=0]; 17.24/7.18 541[label="vwx300 == vwx400",fontsize=16,color="magenta"];541 -> 759[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 541 -> 760[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 542 -> 131[label="",style="dashed", color="red", weight=0]; 17.24/7.18 542[label="vwx300 == vwx400",fontsize=16,color="magenta"];542 -> 761[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 542 -> 762[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 543 -> 132[label="",style="dashed", color="red", weight=0]; 17.24/7.18 543[label="vwx300 == vwx400",fontsize=16,color="magenta"];543 -> 763[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 543 -> 764[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 544 -> 133[label="",style="dashed", color="red", weight=0]; 17.24/7.18 544[label="vwx300 == vwx400",fontsize=16,color="magenta"];544 -> 765[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 544 -> 766[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 545 -> 134[label="",style="dashed", color="red", weight=0]; 17.24/7.18 545[label="vwx300 == vwx400",fontsize=16,color="magenta"];545 -> 767[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 545 -> 768[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 546 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.18 546[label="vwx300 == vwx400",fontsize=16,color="magenta"];546 -> 769[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 546 -> 770[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 547 -> 136[label="",style="dashed", color="red", weight=0]; 17.24/7.18 547[label="vwx300 == vwx400",fontsize=16,color="magenta"];547 -> 771[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 547 -> 772[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 548 -> 137[label="",style="dashed", color="red", weight=0]; 17.24/7.18 548[label="vwx300 == vwx400",fontsize=16,color="magenta"];548 -> 773[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 548 -> 774[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 549 -> 138[label="",style="dashed", color="red", weight=0]; 17.24/7.18 549[label="vwx300 == vwx400",fontsize=16,color="magenta"];549 -> 775[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 549 -> 776[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 550 -> 139[label="",style="dashed", color="red", weight=0]; 17.24/7.18 550[label="vwx300 == vwx400",fontsize=16,color="magenta"];550 -> 777[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 550 -> 778[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 551 -> 140[label="",style="dashed", color="red", weight=0]; 17.24/7.18 551[label="vwx300 == vwx400",fontsize=16,color="magenta"];551 -> 779[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 551 -> 780[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 552[label="vwx400",fontsize=16,color="green",shape="box"];553[label="vwx300",fontsize=16,color="green",shape="box"];554[label="vwx400",fontsize=16,color="green",shape="box"];555[label="vwx300",fontsize=16,color="green",shape="box"];556[label="vwx400",fontsize=16,color="green",shape="box"];557[label="vwx300",fontsize=16,color="green",shape="box"];558[label="vwx400",fontsize=16,color="green",shape="box"];559[label="vwx300",fontsize=16,color="green",shape="box"];560[label="vwx400",fontsize=16,color="green",shape="box"];561[label="vwx300",fontsize=16,color="green",shape="box"];562[label="vwx400",fontsize=16,color="green",shape="box"];563[label="vwx300",fontsize=16,color="green",shape="box"];564[label="vwx400",fontsize=16,color="green",shape="box"];565[label="vwx300",fontsize=16,color="green",shape="box"];566[label="vwx400",fontsize=16,color="green",shape="box"];567[label="vwx300",fontsize=16,color="green",shape="box"];568[label="vwx400",fontsize=16,color="green",shape="box"];569[label="vwx300",fontsize=16,color="green",shape="box"];570[label="vwx400",fontsize=16,color="green",shape="box"];571[label="vwx300",fontsize=16,color="green",shape="box"];572[label="vwx400",fontsize=16,color="green",shape="box"];573[label="vwx300",fontsize=16,color="green",shape="box"];574[label="vwx400",fontsize=16,color="green",shape="box"];575[label="vwx300",fontsize=16,color="green",shape="box"];576[label="vwx400",fontsize=16,color="green",shape="box"];577[label="vwx300",fontsize=16,color="green",shape="box"];578[label="vwx400",fontsize=16,color="green",shape="box"];579[label="vwx300",fontsize=16,color="green",shape="box"];580 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.18 580[label="vwx301 * vwx400",fontsize=16,color="magenta"];580 -> 781[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 580 -> 782[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 581 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.18 581[label="vwx300 * vwx401",fontsize=16,color="magenta"];581 -> 783[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 581 -> 784[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 582[label="primEqNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];3167[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];582 -> 3167[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3167 -> 785[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3168[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];582 -> 3168[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3168 -> 786[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 583[label="primEqNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];3169[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];583 -> 3169[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3169 -> 787[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3170[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];583 -> 3170[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3170 -> 788[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 1862[label="vwx24 <= vwx25",fontsize=16,color="black",shape="triangle"];1862 -> 1895[label="",style="solid", color="black", weight=3]; 17.24/7.18 1863[label="vwx24 <= vwx25",fontsize=16,color="burlywood",shape="triangle"];3171[label="vwx24/False",fontsize=10,color="white",style="solid",shape="box"];1863 -> 3171[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3171 -> 1896[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3172[label="vwx24/True",fontsize=10,color="white",style="solid",shape="box"];1863 -> 3172[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3172 -> 1897[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 1864[label="vwx24 <= vwx25",fontsize=16,color="black",shape="triangle"];1864 -> 1898[label="",style="solid", color="black", weight=3]; 17.24/7.18 1865[label="vwx24 <= vwx25",fontsize=16,color="burlywood",shape="triangle"];3173[label="vwx24/(vwx240,vwx241)",fontsize=10,color="white",style="solid",shape="box"];1865 -> 3173[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3173 -> 1899[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 1866[label="vwx24 <= vwx25",fontsize=16,color="black",shape="triangle"];1866 -> 1900[label="",style="solid", color="black", weight=3]; 17.24/7.18 1867[label="vwx24 <= vwx25",fontsize=16,color="burlywood",shape="triangle"];3174[label="vwx24/Left vwx240",fontsize=10,color="white",style="solid",shape="box"];1867 -> 3174[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3174 -> 1901[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3175[label="vwx24/Right vwx240",fontsize=10,color="white",style="solid",shape="box"];1867 -> 3175[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3175 -> 1902[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 1868[label="vwx24 <= vwx25",fontsize=16,color="black",shape="triangle"];1868 -> 1903[label="",style="solid", color="black", weight=3]; 17.24/7.18 1869[label="vwx24 <= vwx25",fontsize=16,color="black",shape="triangle"];1869 -> 1904[label="",style="solid", color="black", weight=3]; 17.24/7.18 1870[label="vwx24 <= vwx25",fontsize=16,color="burlywood",shape="triangle"];3176[label="vwx24/LT",fontsize=10,color="white",style="solid",shape="box"];1870 -> 3176[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3176 -> 1905[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3177[label="vwx24/EQ",fontsize=10,color="white",style="solid",shape="box"];1870 -> 3177[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3177 -> 1906[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3178[label="vwx24/GT",fontsize=10,color="white",style="solid",shape="box"];1870 -> 3178[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3178 -> 1907[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 1871[label="vwx24 <= vwx25",fontsize=16,color="black",shape="triangle"];1871 -> 1908[label="",style="solid", color="black", weight=3]; 17.24/7.18 1872[label="vwx24 <= vwx25",fontsize=16,color="black",shape="triangle"];1872 -> 1909[label="",style="solid", color="black", weight=3]; 17.24/7.18 1873[label="vwx24 <= vwx25",fontsize=16,color="burlywood",shape="triangle"];3179[label="vwx24/Nothing",fontsize=10,color="white",style="solid",shape="box"];1873 -> 3179[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3179 -> 1910[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3180[label="vwx24/Just vwx240",fontsize=10,color="white",style="solid",shape="box"];1873 -> 3180[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3180 -> 1911[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 1874[label="vwx24 <= vwx25",fontsize=16,color="burlywood",shape="triangle"];3181[label="vwx24/(vwx240,vwx241,vwx242)",fontsize=10,color="white",style="solid",shape="box"];1874 -> 3181[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3181 -> 1912[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 1875[label="vwx24 <= vwx25",fontsize=16,color="black",shape="triangle"];1875 -> 1913[label="",style="solid", color="black", weight=3]; 17.24/7.18 1894[label="compare0 vwx240 vwx250 True",fontsize=16,color="black",shape="box"];1894 -> 1943[label="",style="solid", color="black", weight=3]; 17.24/7.18 1876 -> 1862[label="",style="dashed", color="red", weight=0]; 17.24/7.18 1876[label="vwx31 <= vwx32",fontsize=16,color="magenta"];1876 -> 1914[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1876 -> 1915[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1877 -> 1863[label="",style="dashed", color="red", weight=0]; 17.24/7.18 1877[label="vwx31 <= vwx32",fontsize=16,color="magenta"];1877 -> 1916[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1877 -> 1917[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1878 -> 1864[label="",style="dashed", color="red", weight=0]; 17.24/7.18 1878[label="vwx31 <= vwx32",fontsize=16,color="magenta"];1878 -> 1918[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1878 -> 1919[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1879 -> 1865[label="",style="dashed", color="red", weight=0]; 17.24/7.18 1879[label="vwx31 <= vwx32",fontsize=16,color="magenta"];1879 -> 1920[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1879 -> 1921[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1880 -> 1866[label="",style="dashed", color="red", weight=0]; 17.24/7.18 1880[label="vwx31 <= vwx32",fontsize=16,color="magenta"];1880 -> 1922[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1880 -> 1923[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1881 -> 1867[label="",style="dashed", color="red", weight=0]; 17.24/7.18 1881[label="vwx31 <= vwx32",fontsize=16,color="magenta"];1881 -> 1924[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1881 -> 1925[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1882 -> 1868[label="",style="dashed", color="red", weight=0]; 17.24/7.18 1882[label="vwx31 <= vwx32",fontsize=16,color="magenta"];1882 -> 1926[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1882 -> 1927[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1883 -> 1869[label="",style="dashed", color="red", weight=0]; 17.24/7.18 1883[label="vwx31 <= vwx32",fontsize=16,color="magenta"];1883 -> 1928[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1883 -> 1929[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1884 -> 1870[label="",style="dashed", color="red", weight=0]; 17.24/7.18 1884[label="vwx31 <= vwx32",fontsize=16,color="magenta"];1884 -> 1930[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1884 -> 1931[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1885 -> 1871[label="",style="dashed", color="red", weight=0]; 17.24/7.18 1885[label="vwx31 <= vwx32",fontsize=16,color="magenta"];1885 -> 1932[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1885 -> 1933[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1886 -> 1872[label="",style="dashed", color="red", weight=0]; 17.24/7.18 1886[label="vwx31 <= vwx32",fontsize=16,color="magenta"];1886 -> 1934[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1886 -> 1935[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1887 -> 1873[label="",style="dashed", color="red", weight=0]; 17.24/7.18 1887[label="vwx31 <= vwx32",fontsize=16,color="magenta"];1887 -> 1936[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1887 -> 1937[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1888 -> 1874[label="",style="dashed", color="red", weight=0]; 17.24/7.18 1888[label="vwx31 <= vwx32",fontsize=16,color="magenta"];1888 -> 1938[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1888 -> 1939[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1889 -> 1875[label="",style="dashed", color="red", weight=0]; 17.24/7.18 1889[label="vwx31 <= vwx32",fontsize=16,color="magenta"];1889 -> 1940[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1889 -> 1941[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 616[label="vwx401",fontsize=16,color="green",shape="box"];617[label="vwx301",fontsize=16,color="green",shape="box"];618[label="vwx401",fontsize=16,color="green",shape="box"];619[label="vwx301",fontsize=16,color="green",shape="box"];620[label="vwx400",fontsize=16,color="green",shape="box"];621[label="vwx300",fontsize=16,color="green",shape="box"];622[label="vwx400",fontsize=16,color="green",shape="box"];623[label="vwx300",fontsize=16,color="green",shape="box"];624[label="False",fontsize=16,color="green",shape="box"];625[label="vwx60",fontsize=16,color="green",shape="box"];626[label="vwx400",fontsize=16,color="green",shape="box"];627[label="vwx300",fontsize=16,color="green",shape="box"];628[label="vwx400",fontsize=16,color="green",shape="box"];629[label="vwx300",fontsize=16,color="green",shape="box"];630[label="vwx400",fontsize=16,color="green",shape="box"];631[label="vwx300",fontsize=16,color="green",shape="box"];632[label="vwx400",fontsize=16,color="green",shape="box"];633[label="vwx300",fontsize=16,color="green",shape="box"];634[label="vwx400",fontsize=16,color="green",shape="box"];635[label="vwx300",fontsize=16,color="green",shape="box"];636[label="vwx400",fontsize=16,color="green",shape="box"];637[label="vwx300",fontsize=16,color="green",shape="box"];638[label="vwx400",fontsize=16,color="green",shape="box"];639[label="vwx300",fontsize=16,color="green",shape="box"];640[label="vwx400",fontsize=16,color="green",shape="box"];641[label="vwx300",fontsize=16,color="green",shape="box"];642[label="vwx400",fontsize=16,color="green",shape="box"];643[label="vwx300",fontsize=16,color="green",shape="box"];644[label="vwx400",fontsize=16,color="green",shape="box"];645[label="vwx300",fontsize=16,color="green",shape="box"];646[label="vwx400",fontsize=16,color="green",shape="box"];647[label="vwx300",fontsize=16,color="green",shape="box"];648[label="vwx400",fontsize=16,color="green",shape="box"];649[label="vwx300",fontsize=16,color="green",shape="box"];650[label="vwx400",fontsize=16,color="green",shape="box"];651[label="vwx300",fontsize=16,color="green",shape="box"];652[label="vwx400",fontsize=16,color="green",shape="box"];653[label="vwx300",fontsize=16,color="green",shape="box"];654 -> 377[label="",style="dashed", color="red", weight=0]; 17.24/7.18 654[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];654 -> 838[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 654 -> 839[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 655[label="False",fontsize=16,color="green",shape="box"];656[label="False",fontsize=16,color="green",shape="box"];657[label="True",fontsize=16,color="green",shape="box"];658[label="False",fontsize=16,color="green",shape="box"];659[label="True",fontsize=16,color="green",shape="box"];660 -> 377[label="",style="dashed", color="red", weight=0]; 17.24/7.18 660[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];660 -> 840[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 660 -> 841[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 661[label="False",fontsize=16,color="green",shape="box"];662[label="False",fontsize=16,color="green",shape="box"];663[label="True",fontsize=16,color="green",shape="box"];664[label="False",fontsize=16,color="green",shape="box"];665[label="True",fontsize=16,color="green",shape="box"];666[label="primMulInt vwx301 vwx400",fontsize=16,color="burlywood",shape="triangle"];3182[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];666 -> 3182[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3182 -> 842[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3183[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];666 -> 3183[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3183 -> 843[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 667[label="vwx300",fontsize=16,color="green",shape="box"];668[label="vwx401",fontsize=16,color="green",shape="box"];669[label="vwx401",fontsize=16,color="green",shape="box"];670[label="vwx301",fontsize=16,color="green",shape="box"];671[label="vwx401",fontsize=16,color="green",shape="box"];672[label="vwx301",fontsize=16,color="green",shape="box"];673[label="vwx401",fontsize=16,color="green",shape="box"];674[label="vwx301",fontsize=16,color="green",shape="box"];675[label="vwx401",fontsize=16,color="green",shape="box"];676[label="vwx301",fontsize=16,color="green",shape="box"];677[label="vwx401",fontsize=16,color="green",shape="box"];678[label="vwx301",fontsize=16,color="green",shape="box"];679[label="vwx401",fontsize=16,color="green",shape="box"];680[label="vwx301",fontsize=16,color="green",shape="box"];681[label="vwx401",fontsize=16,color="green",shape="box"];682[label="vwx301",fontsize=16,color="green",shape="box"];683[label="vwx401",fontsize=16,color="green",shape="box"];684[label="vwx301",fontsize=16,color="green",shape="box"];685[label="vwx401",fontsize=16,color="green",shape="box"];686[label="vwx301",fontsize=16,color="green",shape="box"];687[label="vwx401",fontsize=16,color="green",shape="box"];688[label="vwx301",fontsize=16,color="green",shape="box"];689[label="vwx401",fontsize=16,color="green",shape="box"];690[label="vwx301",fontsize=16,color="green",shape="box"];691[label="vwx401",fontsize=16,color="green",shape="box"];692[label="vwx301",fontsize=16,color="green",shape="box"];693[label="vwx401",fontsize=16,color="green",shape="box"];694[label="vwx301",fontsize=16,color="green",shape="box"];695[label="vwx401",fontsize=16,color="green",shape="box"];696[label="vwx301",fontsize=16,color="green",shape="box"];697[label="vwx400",fontsize=16,color="green",shape="box"];698[label="vwx300",fontsize=16,color="green",shape="box"];699[label="vwx400",fontsize=16,color="green",shape="box"];700[label="vwx300",fontsize=16,color="green",shape="box"];701[label="vwx400",fontsize=16,color="green",shape="box"];702[label="vwx300",fontsize=16,color="green",shape="box"];703[label="vwx400",fontsize=16,color="green",shape="box"];704[label="vwx300",fontsize=16,color="green",shape="box"];705[label="vwx400",fontsize=16,color="green",shape="box"];706[label="vwx300",fontsize=16,color="green",shape="box"];707[label="vwx400",fontsize=16,color="green",shape="box"];708[label="vwx300",fontsize=16,color="green",shape="box"];709[label="vwx400",fontsize=16,color="green",shape="box"];710[label="vwx300",fontsize=16,color="green",shape="box"];711[label="vwx400",fontsize=16,color="green",shape="box"];712[label="vwx300",fontsize=16,color="green",shape="box"];713[label="vwx400",fontsize=16,color="green",shape="box"];714[label="vwx300",fontsize=16,color="green",shape="box"];715[label="vwx400",fontsize=16,color="green",shape="box"];716[label="vwx300",fontsize=16,color="green",shape="box"];717[label="vwx400",fontsize=16,color="green",shape="box"];718[label="vwx300",fontsize=16,color="green",shape="box"];719[label="vwx400",fontsize=16,color="green",shape="box"];720[label="vwx300",fontsize=16,color="green",shape="box"];721[label="vwx400",fontsize=16,color="green",shape="box"];722[label="vwx300",fontsize=16,color="green",shape="box"];723[label="vwx400",fontsize=16,color="green",shape="box"];724[label="vwx300",fontsize=16,color="green",shape="box"];725 -> 127[label="",style="dashed", color="red", weight=0]; 17.24/7.18 725[label="vwx302 == vwx402",fontsize=16,color="magenta"];725 -> 844[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 725 -> 845[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 726 -> 128[label="",style="dashed", color="red", weight=0]; 17.24/7.18 726[label="vwx302 == vwx402",fontsize=16,color="magenta"];726 -> 846[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 726 -> 847[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 727 -> 129[label="",style="dashed", color="red", weight=0]; 17.24/7.18 727[label="vwx302 == vwx402",fontsize=16,color="magenta"];727 -> 848[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 727 -> 849[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 728 -> 130[label="",style="dashed", color="red", weight=0]; 17.24/7.18 728[label="vwx302 == vwx402",fontsize=16,color="magenta"];728 -> 850[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 728 -> 851[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 729 -> 131[label="",style="dashed", color="red", weight=0]; 17.24/7.18 729[label="vwx302 == vwx402",fontsize=16,color="magenta"];729 -> 852[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 729 -> 853[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 730 -> 132[label="",style="dashed", color="red", weight=0]; 17.24/7.18 730[label="vwx302 == vwx402",fontsize=16,color="magenta"];730 -> 854[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 730 -> 855[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 731 -> 133[label="",style="dashed", color="red", weight=0]; 17.24/7.18 731[label="vwx302 == vwx402",fontsize=16,color="magenta"];731 -> 856[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 731 -> 857[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 732 -> 134[label="",style="dashed", color="red", weight=0]; 17.24/7.18 732[label="vwx302 == vwx402",fontsize=16,color="magenta"];732 -> 858[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 732 -> 859[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 733 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.18 733[label="vwx302 == vwx402",fontsize=16,color="magenta"];733 -> 860[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 733 -> 861[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 734 -> 136[label="",style="dashed", color="red", weight=0]; 17.24/7.18 734[label="vwx302 == vwx402",fontsize=16,color="magenta"];734 -> 862[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 734 -> 863[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 735 -> 137[label="",style="dashed", color="red", weight=0]; 17.24/7.18 735[label="vwx302 == vwx402",fontsize=16,color="magenta"];735 -> 864[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 735 -> 865[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 736 -> 138[label="",style="dashed", color="red", weight=0]; 17.24/7.18 736[label="vwx302 == vwx402",fontsize=16,color="magenta"];736 -> 866[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 736 -> 867[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 737 -> 139[label="",style="dashed", color="red", weight=0]; 17.24/7.18 737[label="vwx302 == vwx402",fontsize=16,color="magenta"];737 -> 868[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 737 -> 869[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 738 -> 140[label="",style="dashed", color="red", weight=0]; 17.24/7.18 738[label="vwx302 == vwx402",fontsize=16,color="magenta"];738 -> 870[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 738 -> 871[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 739 -> 127[label="",style="dashed", color="red", weight=0]; 17.24/7.18 739[label="vwx301 == vwx401",fontsize=16,color="magenta"];739 -> 872[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 739 -> 873[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 740 -> 128[label="",style="dashed", color="red", weight=0]; 17.24/7.18 740[label="vwx301 == vwx401",fontsize=16,color="magenta"];740 -> 874[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 740 -> 875[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 741 -> 129[label="",style="dashed", color="red", weight=0]; 17.24/7.18 741[label="vwx301 == vwx401",fontsize=16,color="magenta"];741 -> 876[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 741 -> 877[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 742 -> 130[label="",style="dashed", color="red", weight=0]; 17.24/7.18 742[label="vwx301 == vwx401",fontsize=16,color="magenta"];742 -> 878[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 742 -> 879[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 743 -> 131[label="",style="dashed", color="red", weight=0]; 17.24/7.18 743[label="vwx301 == vwx401",fontsize=16,color="magenta"];743 -> 880[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 743 -> 881[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 744 -> 132[label="",style="dashed", color="red", weight=0]; 17.24/7.18 744[label="vwx301 == vwx401",fontsize=16,color="magenta"];744 -> 882[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 744 -> 883[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 745 -> 133[label="",style="dashed", color="red", weight=0]; 17.24/7.18 745[label="vwx301 == vwx401",fontsize=16,color="magenta"];745 -> 884[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 745 -> 885[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 746 -> 134[label="",style="dashed", color="red", weight=0]; 17.24/7.18 746[label="vwx301 == vwx401",fontsize=16,color="magenta"];746 -> 886[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 746 -> 887[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 747 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.18 747[label="vwx301 == vwx401",fontsize=16,color="magenta"];747 -> 888[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 747 -> 889[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 748 -> 136[label="",style="dashed", color="red", weight=0]; 17.24/7.18 748[label="vwx301 == vwx401",fontsize=16,color="magenta"];748 -> 890[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 748 -> 891[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 749 -> 137[label="",style="dashed", color="red", weight=0]; 17.24/7.18 749[label="vwx301 == vwx401",fontsize=16,color="magenta"];749 -> 892[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 749 -> 893[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 750 -> 138[label="",style="dashed", color="red", weight=0]; 17.24/7.18 750[label="vwx301 == vwx401",fontsize=16,color="magenta"];750 -> 894[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 750 -> 895[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 751 -> 139[label="",style="dashed", color="red", weight=0]; 17.24/7.18 751[label="vwx301 == vwx401",fontsize=16,color="magenta"];751 -> 896[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 751 -> 897[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 752 -> 140[label="",style="dashed", color="red", weight=0]; 17.24/7.18 752[label="vwx301 == vwx401",fontsize=16,color="magenta"];752 -> 898[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 752 -> 899[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 753[label="vwx400",fontsize=16,color="green",shape="box"];754[label="vwx300",fontsize=16,color="green",shape="box"];755[label="vwx400",fontsize=16,color="green",shape="box"];756[label="vwx300",fontsize=16,color="green",shape="box"];757[label="vwx400",fontsize=16,color="green",shape="box"];758[label="vwx300",fontsize=16,color="green",shape="box"];759[label="vwx400",fontsize=16,color="green",shape="box"];760[label="vwx300",fontsize=16,color="green",shape="box"];761[label="vwx400",fontsize=16,color="green",shape="box"];762[label="vwx300",fontsize=16,color="green",shape="box"];763[label="vwx400",fontsize=16,color="green",shape="box"];764[label="vwx300",fontsize=16,color="green",shape="box"];765[label="vwx400",fontsize=16,color="green",shape="box"];766[label="vwx300",fontsize=16,color="green",shape="box"];767[label="vwx400",fontsize=16,color="green",shape="box"];768[label="vwx300",fontsize=16,color="green",shape="box"];769[label="vwx400",fontsize=16,color="green",shape="box"];770[label="vwx300",fontsize=16,color="green",shape="box"];771[label="vwx400",fontsize=16,color="green",shape="box"];772[label="vwx300",fontsize=16,color="green",shape="box"];773[label="vwx400",fontsize=16,color="green",shape="box"];774[label="vwx300",fontsize=16,color="green",shape="box"];775[label="vwx400",fontsize=16,color="green",shape="box"];776[label="vwx300",fontsize=16,color="green",shape="box"];777[label="vwx400",fontsize=16,color="green",shape="box"];778[label="vwx300",fontsize=16,color="green",shape="box"];779[label="vwx400",fontsize=16,color="green",shape="box"];780[label="vwx300",fontsize=16,color="green",shape="box"];781[label="vwx301",fontsize=16,color="green",shape="box"];782[label="vwx400",fontsize=16,color="green",shape="box"];783[label="vwx300",fontsize=16,color="green",shape="box"];784[label="vwx401",fontsize=16,color="green",shape="box"];785[label="primEqNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];785 -> 900[label="",style="solid", color="black", weight=3]; 17.24/7.18 786[label="primEqNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];786 -> 901[label="",style="solid", color="black", weight=3]; 17.24/7.18 787[label="primEqNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];787 -> 902[label="",style="solid", color="black", weight=3]; 17.24/7.18 788[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];788 -> 903[label="",style="solid", color="black", weight=3]; 17.24/7.18 1895[label="compare vwx24 vwx25 /= GT",fontsize=16,color="black",shape="box"];1895 -> 1944[label="",style="solid", color="black", weight=3]; 17.24/7.18 1896[label="False <= vwx25",fontsize=16,color="burlywood",shape="box"];3184[label="vwx25/False",fontsize=10,color="white",style="solid",shape="box"];1896 -> 3184[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3184 -> 1945[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3185[label="vwx25/True",fontsize=10,color="white",style="solid",shape="box"];1896 -> 3185[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3185 -> 1946[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 1897[label="True <= vwx25",fontsize=16,color="burlywood",shape="box"];3186[label="vwx25/False",fontsize=10,color="white",style="solid",shape="box"];1897 -> 3186[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3186 -> 1947[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3187[label="vwx25/True",fontsize=10,color="white",style="solid",shape="box"];1897 -> 3187[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3187 -> 1948[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 1898[label="compare vwx24 vwx25 /= GT",fontsize=16,color="black",shape="box"];1898 -> 1949[label="",style="solid", color="black", weight=3]; 17.24/7.18 1899[label="(vwx240,vwx241) <= vwx25",fontsize=16,color="burlywood",shape="box"];3188[label="vwx25/(vwx250,vwx251)",fontsize=10,color="white",style="solid",shape="box"];1899 -> 3188[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3188 -> 1950[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 1900[label="compare vwx24 vwx25 /= GT",fontsize=16,color="black",shape="box"];1900 -> 1951[label="",style="solid", color="black", weight=3]; 17.24/7.18 1901[label="Left vwx240 <= vwx25",fontsize=16,color="burlywood",shape="box"];3189[label="vwx25/Left vwx250",fontsize=10,color="white",style="solid",shape="box"];1901 -> 3189[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3189 -> 1952[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3190[label="vwx25/Right vwx250",fontsize=10,color="white",style="solid",shape="box"];1901 -> 3190[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3190 -> 1953[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 1902[label="Right vwx240 <= vwx25",fontsize=16,color="burlywood",shape="box"];3191[label="vwx25/Left vwx250",fontsize=10,color="white",style="solid",shape="box"];1902 -> 3191[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3191 -> 1954[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3192[label="vwx25/Right vwx250",fontsize=10,color="white",style="solid",shape="box"];1902 -> 3192[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3192 -> 1955[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 1903[label="compare vwx24 vwx25 /= GT",fontsize=16,color="black",shape="box"];1903 -> 1956[label="",style="solid", color="black", weight=3]; 17.24/7.18 1904[label="compare vwx24 vwx25 /= GT",fontsize=16,color="black",shape="box"];1904 -> 1957[label="",style="solid", color="black", weight=3]; 17.24/7.18 1905[label="LT <= vwx25",fontsize=16,color="burlywood",shape="box"];3193[label="vwx25/LT",fontsize=10,color="white",style="solid",shape="box"];1905 -> 3193[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3193 -> 1958[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3194[label="vwx25/EQ",fontsize=10,color="white",style="solid",shape="box"];1905 -> 3194[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3194 -> 1959[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3195[label="vwx25/GT",fontsize=10,color="white",style="solid",shape="box"];1905 -> 3195[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3195 -> 1960[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 1906[label="EQ <= vwx25",fontsize=16,color="burlywood",shape="box"];3196[label="vwx25/LT",fontsize=10,color="white",style="solid",shape="box"];1906 -> 3196[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3196 -> 1961[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3197[label="vwx25/EQ",fontsize=10,color="white",style="solid",shape="box"];1906 -> 3197[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3197 -> 1962[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3198[label="vwx25/GT",fontsize=10,color="white",style="solid",shape="box"];1906 -> 3198[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3198 -> 1963[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 1907[label="GT <= vwx25",fontsize=16,color="burlywood",shape="box"];3199[label="vwx25/LT",fontsize=10,color="white",style="solid",shape="box"];1907 -> 3199[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3199 -> 1964[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3200[label="vwx25/EQ",fontsize=10,color="white",style="solid",shape="box"];1907 -> 3200[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3200 -> 1965[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3201[label="vwx25/GT",fontsize=10,color="white",style="solid",shape="box"];1907 -> 3201[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3201 -> 1966[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 1908[label="compare vwx24 vwx25 /= GT",fontsize=16,color="black",shape="box"];1908 -> 1967[label="",style="solid", color="black", weight=3]; 17.24/7.18 1909[label="compare vwx24 vwx25 /= GT",fontsize=16,color="black",shape="box"];1909 -> 1968[label="",style="solid", color="black", weight=3]; 17.24/7.18 1910[label="Nothing <= vwx25",fontsize=16,color="burlywood",shape="box"];3202[label="vwx25/Nothing",fontsize=10,color="white",style="solid",shape="box"];1910 -> 3202[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3202 -> 1969[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3203[label="vwx25/Just vwx250",fontsize=10,color="white",style="solid",shape="box"];1910 -> 3203[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3203 -> 1970[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 1911[label="Just vwx240 <= vwx25",fontsize=16,color="burlywood",shape="box"];3204[label="vwx25/Nothing",fontsize=10,color="white",style="solid",shape="box"];1911 -> 3204[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3204 -> 1971[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3205[label="vwx25/Just vwx250",fontsize=10,color="white",style="solid",shape="box"];1911 -> 3205[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3205 -> 1972[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 1912[label="(vwx240,vwx241,vwx242) <= vwx25",fontsize=16,color="burlywood",shape="box"];3206[label="vwx25/(vwx250,vwx251,vwx252)",fontsize=10,color="white",style="solid",shape="box"];1912 -> 3206[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3206 -> 1973[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 1913[label="compare vwx24 vwx25 /= GT",fontsize=16,color="black",shape="box"];1913 -> 1974[label="",style="solid", color="black", weight=3]; 17.24/7.18 1943[label="GT",fontsize=16,color="green",shape="box"];1914[label="vwx31",fontsize=16,color="green",shape="box"];1915[label="vwx32",fontsize=16,color="green",shape="box"];1916[label="vwx31",fontsize=16,color="green",shape="box"];1917[label="vwx32",fontsize=16,color="green",shape="box"];1918[label="vwx31",fontsize=16,color="green",shape="box"];1919[label="vwx32",fontsize=16,color="green",shape="box"];1920[label="vwx31",fontsize=16,color="green",shape="box"];1921[label="vwx32",fontsize=16,color="green",shape="box"];1922[label="vwx31",fontsize=16,color="green",shape="box"];1923[label="vwx32",fontsize=16,color="green",shape="box"];1924[label="vwx31",fontsize=16,color="green",shape="box"];1925[label="vwx32",fontsize=16,color="green",shape="box"];1926[label="vwx31",fontsize=16,color="green",shape="box"];1927[label="vwx32",fontsize=16,color="green",shape="box"];1928[label="vwx31",fontsize=16,color="green",shape="box"];1929[label="vwx32",fontsize=16,color="green",shape="box"];1930[label="vwx31",fontsize=16,color="green",shape="box"];1931[label="vwx32",fontsize=16,color="green",shape="box"];1932[label="vwx31",fontsize=16,color="green",shape="box"];1933[label="vwx32",fontsize=16,color="green",shape="box"];1934[label="vwx31",fontsize=16,color="green",shape="box"];1935[label="vwx32",fontsize=16,color="green",shape="box"];1936[label="vwx31",fontsize=16,color="green",shape="box"];1937[label="vwx32",fontsize=16,color="green",shape="box"];1938[label="vwx31",fontsize=16,color="green",shape="box"];1939[label="vwx32",fontsize=16,color="green",shape="box"];1940[label="vwx31",fontsize=16,color="green",shape="box"];1941[label="vwx32",fontsize=16,color="green",shape="box"];838[label="vwx4000",fontsize=16,color="green",shape="box"];839[label="vwx3000",fontsize=16,color="green",shape="box"];840[label="vwx4000",fontsize=16,color="green",shape="box"];841[label="vwx3000",fontsize=16,color="green",shape="box"];842[label="primMulInt (Pos vwx3010) vwx400",fontsize=16,color="burlywood",shape="box"];3207[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];842 -> 3207[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3207 -> 937[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3208[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];842 -> 3208[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3208 -> 938[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 843[label="primMulInt (Neg vwx3010) vwx400",fontsize=16,color="burlywood",shape="box"];3209[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];843 -> 3209[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3209 -> 939[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 3210[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];843 -> 3210[label="",style="solid", color="burlywood", weight=9]; 17.24/7.18 3210 -> 940[label="",style="solid", color="burlywood", weight=3]; 17.24/7.18 844[label="vwx402",fontsize=16,color="green",shape="box"];845[label="vwx302",fontsize=16,color="green",shape="box"];846[label="vwx402",fontsize=16,color="green",shape="box"];847[label="vwx302",fontsize=16,color="green",shape="box"];848[label="vwx402",fontsize=16,color="green",shape="box"];849[label="vwx302",fontsize=16,color="green",shape="box"];850[label="vwx402",fontsize=16,color="green",shape="box"];851[label="vwx302",fontsize=16,color="green",shape="box"];852[label="vwx402",fontsize=16,color="green",shape="box"];853[label="vwx302",fontsize=16,color="green",shape="box"];854[label="vwx402",fontsize=16,color="green",shape="box"];855[label="vwx302",fontsize=16,color="green",shape="box"];856[label="vwx402",fontsize=16,color="green",shape="box"];857[label="vwx302",fontsize=16,color="green",shape="box"];858[label="vwx402",fontsize=16,color="green",shape="box"];859[label="vwx302",fontsize=16,color="green",shape="box"];860[label="vwx402",fontsize=16,color="green",shape="box"];861[label="vwx302",fontsize=16,color="green",shape="box"];862[label="vwx402",fontsize=16,color="green",shape="box"];863[label="vwx302",fontsize=16,color="green",shape="box"];864[label="vwx402",fontsize=16,color="green",shape="box"];865[label="vwx302",fontsize=16,color="green",shape="box"];866[label="vwx402",fontsize=16,color="green",shape="box"];867[label="vwx302",fontsize=16,color="green",shape="box"];868[label="vwx402",fontsize=16,color="green",shape="box"];869[label="vwx302",fontsize=16,color="green",shape="box"];870[label="vwx402",fontsize=16,color="green",shape="box"];871[label="vwx302",fontsize=16,color="green",shape="box"];872[label="vwx401",fontsize=16,color="green",shape="box"];873[label="vwx301",fontsize=16,color="green",shape="box"];874[label="vwx401",fontsize=16,color="green",shape="box"];875[label="vwx301",fontsize=16,color="green",shape="box"];876[label="vwx401",fontsize=16,color="green",shape="box"];877[label="vwx301",fontsize=16,color="green",shape="box"];878[label="vwx401",fontsize=16,color="green",shape="box"];879[label="vwx301",fontsize=16,color="green",shape="box"];880[label="vwx401",fontsize=16,color="green",shape="box"];881[label="vwx301",fontsize=16,color="green",shape="box"];882[label="vwx401",fontsize=16,color="green",shape="box"];883[label="vwx301",fontsize=16,color="green",shape="box"];884[label="vwx401",fontsize=16,color="green",shape="box"];885[label="vwx301",fontsize=16,color="green",shape="box"];886[label="vwx401",fontsize=16,color="green",shape="box"];887[label="vwx301",fontsize=16,color="green",shape="box"];888[label="vwx401",fontsize=16,color="green",shape="box"];889[label="vwx301",fontsize=16,color="green",shape="box"];890[label="vwx401",fontsize=16,color="green",shape="box"];891[label="vwx301",fontsize=16,color="green",shape="box"];892[label="vwx401",fontsize=16,color="green",shape="box"];893[label="vwx301",fontsize=16,color="green",shape="box"];894[label="vwx401",fontsize=16,color="green",shape="box"];895[label="vwx301",fontsize=16,color="green",shape="box"];896[label="vwx401",fontsize=16,color="green",shape="box"];897[label="vwx301",fontsize=16,color="green",shape="box"];898[label="vwx401",fontsize=16,color="green",shape="box"];899[label="vwx301",fontsize=16,color="green",shape="box"];900 -> 377[label="",style="dashed", color="red", weight=0]; 17.24/7.18 900[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];900 -> 941[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 900 -> 942[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 901[label="False",fontsize=16,color="green",shape="box"];902[label="False",fontsize=16,color="green",shape="box"];903[label="True",fontsize=16,color="green",shape="box"];1944 -> 85[label="",style="dashed", color="red", weight=0]; 17.24/7.18 1944[label="not (compare vwx24 vwx25 == GT)",fontsize=16,color="magenta"];1944 -> 1977[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1945[label="False <= False",fontsize=16,color="black",shape="box"];1945 -> 1978[label="",style="solid", color="black", weight=3]; 17.24/7.18 1946[label="False <= True",fontsize=16,color="black",shape="box"];1946 -> 1979[label="",style="solid", color="black", weight=3]; 17.24/7.18 1947[label="True <= False",fontsize=16,color="black",shape="box"];1947 -> 1980[label="",style="solid", color="black", weight=3]; 17.24/7.18 1948[label="True <= True",fontsize=16,color="black",shape="box"];1948 -> 1981[label="",style="solid", color="black", weight=3]; 17.24/7.18 1949 -> 85[label="",style="dashed", color="red", weight=0]; 17.24/7.18 1949[label="not (compare vwx24 vwx25 == GT)",fontsize=16,color="magenta"];1949 -> 1982[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1950[label="(vwx240,vwx241) <= (vwx250,vwx251)",fontsize=16,color="black",shape="box"];1950 -> 1983[label="",style="solid", color="black", weight=3]; 17.24/7.18 1951 -> 85[label="",style="dashed", color="red", weight=0]; 17.24/7.18 1951[label="not (compare vwx24 vwx25 == GT)",fontsize=16,color="magenta"];1951 -> 1984[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1952[label="Left vwx240 <= Left vwx250",fontsize=16,color="black",shape="box"];1952 -> 1985[label="",style="solid", color="black", weight=3]; 17.24/7.18 1953[label="Left vwx240 <= Right vwx250",fontsize=16,color="black",shape="box"];1953 -> 1986[label="",style="solid", color="black", weight=3]; 17.24/7.18 1954[label="Right vwx240 <= Left vwx250",fontsize=16,color="black",shape="box"];1954 -> 1987[label="",style="solid", color="black", weight=3]; 17.24/7.18 1955[label="Right vwx240 <= Right vwx250",fontsize=16,color="black",shape="box"];1955 -> 1988[label="",style="solid", color="black", weight=3]; 17.24/7.18 1956 -> 85[label="",style="dashed", color="red", weight=0]; 17.24/7.18 1956[label="not (compare vwx24 vwx25 == GT)",fontsize=16,color="magenta"];1956 -> 1989[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1957 -> 85[label="",style="dashed", color="red", weight=0]; 17.24/7.18 1957[label="not (compare vwx24 vwx25 == GT)",fontsize=16,color="magenta"];1957 -> 1990[label="",style="dashed", color="magenta", weight=3]; 17.24/7.18 1958[label="LT <= LT",fontsize=16,color="black",shape="box"];1958 -> 1991[label="",style="solid", color="black", weight=3]; 17.24/7.18 1959[label="LT <= EQ",fontsize=16,color="black",shape="box"];1959 -> 1992[label="",style="solid", color="black", weight=3]; 17.24/7.18 1960[label="LT <= GT",fontsize=16,color="black",shape="box"];1960 -> 1993[label="",style="solid", color="black", weight=3]; 17.24/7.18 1961[label="EQ <= LT",fontsize=16,color="black",shape="box"];1961 -> 1994[label="",style="solid", color="black", weight=3]; 17.24/7.18 1962[label="EQ <= EQ",fontsize=16,color="black",shape="box"];1962 -> 1995[label="",style="solid", color="black", weight=3]; 17.24/7.18 1963[label="EQ <= GT",fontsize=16,color="black",shape="box"];1963 -> 1996[label="",style="solid", color="black", weight=3]; 17.24/7.18 1964[label="GT <= LT",fontsize=16,color="black",shape="box"];1964 -> 1997[label="",style="solid", color="black", weight=3]; 17.24/7.18 1965[label="GT <= EQ",fontsize=16,color="black",shape="box"];1965 -> 1998[label="",style="solid", color="black", weight=3]; 17.24/7.18 1966[label="GT <= GT",fontsize=16,color="black",shape="box"];1966 -> 1999[label="",style="solid", color="black", weight=3]; 17.24/7.18 1967 -> 85[label="",style="dashed", color="red", weight=0]; 17.24/7.18 1967[label="not (compare vwx24 vwx25 == GT)",fontsize=16,color="magenta"];1967 -> 2000[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1968 -> 85[label="",style="dashed", color="red", weight=0]; 17.24/7.19 1968[label="not (compare vwx24 vwx25 == GT)",fontsize=16,color="magenta"];1968 -> 2001[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1969[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];1969 -> 2002[label="",style="solid", color="black", weight=3]; 17.24/7.19 1970[label="Nothing <= Just vwx250",fontsize=16,color="black",shape="box"];1970 -> 2003[label="",style="solid", color="black", weight=3]; 17.24/7.19 1971[label="Just vwx240 <= Nothing",fontsize=16,color="black",shape="box"];1971 -> 2004[label="",style="solid", color="black", weight=3]; 17.24/7.19 1972[label="Just vwx240 <= Just vwx250",fontsize=16,color="black",shape="box"];1972 -> 2005[label="",style="solid", color="black", weight=3]; 17.24/7.19 1973[label="(vwx240,vwx241,vwx242) <= (vwx250,vwx251,vwx252)",fontsize=16,color="black",shape="box"];1973 -> 2006[label="",style="solid", color="black", weight=3]; 17.24/7.19 1974 -> 85[label="",style="dashed", color="red", weight=0]; 17.24/7.19 1974[label="not (compare vwx24 vwx25 == GT)",fontsize=16,color="magenta"];1974 -> 2007[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 937[label="primMulInt (Pos vwx3010) (Pos vwx4000)",fontsize=16,color="black",shape="box"];937 -> 974[label="",style="solid", color="black", weight=3]; 17.24/7.19 938[label="primMulInt (Pos vwx3010) (Neg vwx4000)",fontsize=16,color="black",shape="box"];938 -> 975[label="",style="solid", color="black", weight=3]; 17.24/7.19 939[label="primMulInt (Neg vwx3010) (Pos vwx4000)",fontsize=16,color="black",shape="box"];939 -> 976[label="",style="solid", color="black", weight=3]; 17.24/7.19 940[label="primMulInt (Neg vwx3010) (Neg vwx4000)",fontsize=16,color="black",shape="box"];940 -> 977[label="",style="solid", color="black", weight=3]; 17.24/7.19 941[label="vwx4000",fontsize=16,color="green",shape="box"];942[label="vwx3000",fontsize=16,color="green",shape="box"];1977 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 1977[label="compare vwx24 vwx25 == GT",fontsize=16,color="magenta"];1977 -> 2008[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1977 -> 2009[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1978[label="True",fontsize=16,color="green",shape="box"];1979[label="True",fontsize=16,color="green",shape="box"];1980[label="False",fontsize=16,color="green",shape="box"];1981[label="True",fontsize=16,color="green",shape="box"];1982 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 1982[label="compare vwx24 vwx25 == GT",fontsize=16,color="magenta"];1982 -> 2010[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1982 -> 2011[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1983 -> 2075[label="",style="dashed", color="red", weight=0]; 17.24/7.19 1983[label="vwx240 < vwx250 || vwx240 == vwx250 && vwx241 <= vwx251",fontsize=16,color="magenta"];1983 -> 2076[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1983 -> 2077[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1984 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 1984[label="compare vwx24 vwx25 == GT",fontsize=16,color="magenta"];1984 -> 2017[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1984 -> 2018[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1985[label="vwx240 <= vwx250",fontsize=16,color="blue",shape="box"];3211[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3211[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3211 -> 2019[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3212[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3212[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3212 -> 2020[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3213[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3213[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3213 -> 2021[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3214[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3214[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3214 -> 2022[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3215[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3215[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3215 -> 2023[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3216[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3216[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3216 -> 2024[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3217[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3217[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3217 -> 2025[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3218[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3218[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3218 -> 2026[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3219[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3219[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3219 -> 2027[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3220[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3220[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3220 -> 2028[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3221[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3221[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3221 -> 2029[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3222[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3222[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3222 -> 2030[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3223[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3223[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3223 -> 2031[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3224[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3224[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3224 -> 2032[label="",style="solid", color="blue", weight=3]; 17.24/7.19 1986[label="True",fontsize=16,color="green",shape="box"];1987[label="False",fontsize=16,color="green",shape="box"];1988[label="vwx240 <= vwx250",fontsize=16,color="blue",shape="box"];3225[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3225[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3225 -> 2033[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3226[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3226[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3226 -> 2034[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3227[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3227[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3227 -> 2035[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3228[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3228[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3228 -> 2036[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3229[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3229[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3229 -> 2037[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3230[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3230[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3230 -> 2038[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3231[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3231[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3231 -> 2039[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3232[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3232[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3232 -> 2040[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3233[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3233[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3233 -> 2041[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3234[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3234[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3234 -> 2042[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3235[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3235[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3235 -> 2043[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3236[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3236[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3236 -> 2044[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3237[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3237[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3237 -> 2045[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3238[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3238[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3238 -> 2046[label="",style="solid", color="blue", weight=3]; 17.24/7.19 1989 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 1989[label="compare vwx24 vwx25 == GT",fontsize=16,color="magenta"];1989 -> 2047[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1989 -> 2048[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1990 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 1990[label="compare vwx24 vwx25 == GT",fontsize=16,color="magenta"];1990 -> 2049[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1990 -> 2050[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1991[label="True",fontsize=16,color="green",shape="box"];1992[label="True",fontsize=16,color="green",shape="box"];1993[label="True",fontsize=16,color="green",shape="box"];1994[label="False",fontsize=16,color="green",shape="box"];1995[label="True",fontsize=16,color="green",shape="box"];1996[label="True",fontsize=16,color="green",shape="box"];1997[label="False",fontsize=16,color="green",shape="box"];1998[label="False",fontsize=16,color="green",shape="box"];1999[label="True",fontsize=16,color="green",shape="box"];2000 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2000[label="compare vwx24 vwx25 == GT",fontsize=16,color="magenta"];2000 -> 2051[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2000 -> 2052[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2001 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2001[label="compare vwx24 vwx25 == GT",fontsize=16,color="magenta"];2001 -> 2053[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2001 -> 2054[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2002[label="True",fontsize=16,color="green",shape="box"];2003[label="True",fontsize=16,color="green",shape="box"];2004[label="False",fontsize=16,color="green",shape="box"];2005[label="vwx240 <= vwx250",fontsize=16,color="blue",shape="box"];3239[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2005 -> 3239[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3239 -> 2055[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3240[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2005 -> 3240[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3240 -> 2056[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3241[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2005 -> 3241[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3241 -> 2057[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3242[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2005 -> 3242[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3242 -> 2058[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3243[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2005 -> 3243[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3243 -> 2059[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3244[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2005 -> 3244[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3244 -> 2060[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3245[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2005 -> 3245[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3245 -> 2061[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3246[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2005 -> 3246[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3246 -> 2062[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3247[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2005 -> 3247[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3247 -> 2063[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3248[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2005 -> 3248[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3248 -> 2064[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3249[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2005 -> 3249[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3249 -> 2065[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3250[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2005 -> 3250[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3250 -> 2066[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3251[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2005 -> 3251[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3251 -> 2067[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3252[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2005 -> 3252[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3252 -> 2068[label="",style="solid", color="blue", weight=3]; 17.24/7.19 2006 -> 2075[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2006[label="vwx240 < vwx250 || vwx240 == vwx250 && (vwx241 < vwx251 || vwx241 == vwx251 && vwx242 <= vwx252)",fontsize=16,color="magenta"];2006 -> 2078[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2006 -> 2079[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2007 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2007[label="compare vwx24 vwx25 == GT",fontsize=16,color="magenta"];2007 -> 2069[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2007 -> 2070[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 974[label="Pos (primMulNat vwx3010 vwx4000)",fontsize=16,color="green",shape="box"];974 -> 1041[label="",style="dashed", color="green", weight=3]; 17.24/7.19 975[label="Neg (primMulNat vwx3010 vwx4000)",fontsize=16,color="green",shape="box"];975 -> 1042[label="",style="dashed", color="green", weight=3]; 17.24/7.19 976[label="Neg (primMulNat vwx3010 vwx4000)",fontsize=16,color="green",shape="box"];976 -> 1043[label="",style="dashed", color="green", weight=3]; 17.24/7.19 977[label="Pos (primMulNat vwx3010 vwx4000)",fontsize=16,color="green",shape="box"];977 -> 1044[label="",style="dashed", color="green", weight=3]; 17.24/7.19 2008[label="GT",fontsize=16,color="green",shape="box"];2009[label="compare vwx24 vwx25",fontsize=16,color="black",shape="triangle"];2009 -> 2071[label="",style="solid", color="black", weight=3]; 17.24/7.19 2010[label="GT",fontsize=16,color="green",shape="box"];2011[label="compare vwx24 vwx25",fontsize=16,color="black",shape="triangle"];2011 -> 2072[label="",style="solid", color="black", weight=3]; 17.24/7.19 2076[label="vwx240 < vwx250",fontsize=16,color="blue",shape="box"];3253[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3253[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3253 -> 2082[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3254[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3254[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3254 -> 2083[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3255[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3255[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3255 -> 2084[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3256[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3256[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3256 -> 2085[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3257[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3257[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3257 -> 2086[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3258[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3258[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3258 -> 2087[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3259[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3259[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3259 -> 2088[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3260[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3260[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3260 -> 2089[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3261[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3261[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3261 -> 2090[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3262[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3262[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3262 -> 2091[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3263[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3263[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3263 -> 2092[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3264[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3264[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3264 -> 2093[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3265[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3265[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3265 -> 2094[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3266[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3266[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3266 -> 2095[label="",style="solid", color="blue", weight=3]; 17.24/7.19 2077 -> 457[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2077[label="vwx240 == vwx250 && vwx241 <= vwx251",fontsize=16,color="magenta"];2077 -> 2096[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2077 -> 2097[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2075[label="vwx87 || vwx88",fontsize=16,color="burlywood",shape="triangle"];3267[label="vwx87/False",fontsize=10,color="white",style="solid",shape="box"];2075 -> 3267[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3267 -> 2098[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3268[label="vwx87/True",fontsize=10,color="white",style="solid",shape="box"];2075 -> 3268[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3268 -> 2099[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2017[label="GT",fontsize=16,color="green",shape="box"];2018[label="compare vwx24 vwx25",fontsize=16,color="burlywood",shape="triangle"];3269[label="vwx24/()",fontsize=10,color="white",style="solid",shape="box"];2018 -> 3269[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3269 -> 2100[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2019 -> 1862[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2019[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2019 -> 2101[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2019 -> 2102[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2020 -> 1863[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2020[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2020 -> 2103[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2020 -> 2104[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2021 -> 1864[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2021[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2021 -> 2105[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2021 -> 2106[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2022 -> 1865[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2022[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2022 -> 2107[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2022 -> 2108[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2023 -> 1866[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2023[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2023 -> 2109[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2023 -> 2110[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2024 -> 1867[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2024[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2024 -> 2111[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2024 -> 2112[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2025 -> 1868[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2025[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2025 -> 2113[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2025 -> 2114[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2026 -> 1869[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2026[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2026 -> 2115[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2026 -> 2116[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2027 -> 1870[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2027[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2027 -> 2117[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2027 -> 2118[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2028 -> 1871[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2028[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2028 -> 2119[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2028 -> 2120[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2029 -> 1872[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2029[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2029 -> 2121[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2029 -> 2122[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2030 -> 1873[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2030[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2030 -> 2123[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2030 -> 2124[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2031 -> 1874[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2031[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2031 -> 2125[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2031 -> 2126[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2032 -> 1875[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2032[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2032 -> 2127[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2032 -> 2128[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2033 -> 1862[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2033[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2033 -> 2129[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2033 -> 2130[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2034 -> 1863[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2034[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2034 -> 2131[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2034 -> 2132[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2035 -> 1864[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2035[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2035 -> 2133[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2035 -> 2134[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2036 -> 1865[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2036[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2036 -> 2135[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2036 -> 2136[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2037 -> 1866[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2037[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2037 -> 2137[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2037 -> 2138[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2038 -> 1867[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2038[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2038 -> 2139[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2038 -> 2140[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2039 -> 1868[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2039[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2039 -> 2141[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2039 -> 2142[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2040 -> 1869[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2040[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2040 -> 2143[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2040 -> 2144[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2041 -> 1870[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2041[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2041 -> 2145[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2041 -> 2146[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2042 -> 1871[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2042[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2042 -> 2147[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2042 -> 2148[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2043 -> 1872[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2043[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2043 -> 2149[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2043 -> 2150[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2044 -> 1873[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2044[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2044 -> 2151[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2044 -> 2152[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2045 -> 1874[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2045[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2045 -> 2153[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2045 -> 2154[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2046 -> 1875[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2046[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2046 -> 2155[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2046 -> 2156[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2047[label="GT",fontsize=16,color="green",shape="box"];2048[label="compare vwx24 vwx25",fontsize=16,color="burlywood",shape="triangle"];3270[label="vwx24/vwx240 :% vwx241",fontsize=10,color="white",style="solid",shape="box"];2048 -> 3270[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3270 -> 2157[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2049[label="GT",fontsize=16,color="green",shape="box"];2050[label="compare vwx24 vwx25",fontsize=16,color="burlywood",shape="triangle"];3271[label="vwx24/Integer vwx240",fontsize=10,color="white",style="solid",shape="box"];2050 -> 3271[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3271 -> 2158[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2051[label="GT",fontsize=16,color="green",shape="box"];2052[label="compare vwx24 vwx25",fontsize=16,color="burlywood",shape="triangle"];3272[label="vwx24/vwx240 : vwx241",fontsize=10,color="white",style="solid",shape="box"];2052 -> 3272[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3272 -> 2159[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3273[label="vwx24/[]",fontsize=10,color="white",style="solid",shape="box"];2052 -> 3273[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3273 -> 2160[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2053[label="GT",fontsize=16,color="green",shape="box"];2054[label="compare vwx24 vwx25",fontsize=16,color="black",shape="triangle"];2054 -> 2161[label="",style="solid", color="black", weight=3]; 17.24/7.19 2055 -> 1862[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2055[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2055 -> 2162[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2055 -> 2163[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2056 -> 1863[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2056[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2056 -> 2164[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2056 -> 2165[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2057 -> 1864[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2057[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2057 -> 2166[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2057 -> 2167[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2058 -> 1865[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2058[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2058 -> 2168[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2058 -> 2169[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2059 -> 1866[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2059[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2059 -> 2170[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2059 -> 2171[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2060 -> 1867[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2060[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2060 -> 2172[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2060 -> 2173[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2061 -> 1868[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2061[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2061 -> 2174[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2061 -> 2175[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2062 -> 1869[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2062[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2062 -> 2176[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2062 -> 2177[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2063 -> 1870[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2063[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2063 -> 2178[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2063 -> 2179[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2064 -> 1871[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2064[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2064 -> 2180[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2064 -> 2181[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2065 -> 1872[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2065[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2065 -> 2182[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2065 -> 2183[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2066 -> 1873[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2066[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2066 -> 2184[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2066 -> 2185[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2067 -> 1874[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2067[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2067 -> 2186[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2067 -> 2187[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2068 -> 1875[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2068[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2068 -> 2188[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2068 -> 2189[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2078[label="vwx240 < vwx250",fontsize=16,color="blue",shape="box"];3274[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3274[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3274 -> 2190[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3275[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3275[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3275 -> 2191[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3276[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3276[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3276 -> 2192[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3277[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3277[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3277 -> 2193[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3278[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3278[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3278 -> 2194[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3279[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3279[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3279 -> 2195[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3280[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3280[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3280 -> 2196[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3281[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3281[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3281 -> 2197[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3282[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3282[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3282 -> 2198[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3283[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3283[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3283 -> 2199[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3284[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3284[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3284 -> 2200[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3285[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3285[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3285 -> 2201[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3286[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3286[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3286 -> 2202[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3287[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3287[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3287 -> 2203[label="",style="solid", color="blue", weight=3]; 17.24/7.19 2079 -> 457[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2079[label="vwx240 == vwx250 && (vwx241 < vwx251 || vwx241 == vwx251 && vwx242 <= vwx252)",fontsize=16,color="magenta"];2079 -> 2204[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2079 -> 2205[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2069[label="GT",fontsize=16,color="green",shape="box"];2070[label="compare vwx24 vwx25",fontsize=16,color="black",shape="triangle"];2070 -> 2206[label="",style="solid", color="black", weight=3]; 17.24/7.19 1041[label="primMulNat vwx3010 vwx4000",fontsize=16,color="burlywood",shape="triangle"];3288[label="vwx3010/Succ vwx30100",fontsize=10,color="white",style="solid",shape="box"];1041 -> 3288[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3288 -> 1181[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3289[label="vwx3010/Zero",fontsize=10,color="white",style="solid",shape="box"];1041 -> 3289[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3289 -> 1182[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 1042 -> 1041[label="",style="dashed", color="red", weight=0]; 17.24/7.19 1042[label="primMulNat vwx3010 vwx4000",fontsize=16,color="magenta"];1042 -> 1183[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1043 -> 1041[label="",style="dashed", color="red", weight=0]; 17.24/7.19 1043[label="primMulNat vwx3010 vwx4000",fontsize=16,color="magenta"];1043 -> 1184[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1044 -> 1041[label="",style="dashed", color="red", weight=0]; 17.24/7.19 1044[label="primMulNat vwx3010 vwx4000",fontsize=16,color="magenta"];1044 -> 1185[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1044 -> 1186[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2071[label="primCmpFloat vwx24 vwx25",fontsize=16,color="burlywood",shape="box"];3290[label="vwx24/Float vwx240 vwx241",fontsize=10,color="white",style="solid",shape="box"];2071 -> 3290[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3290 -> 2207[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2072[label="primCmpInt vwx24 vwx25",fontsize=16,color="burlywood",shape="triangle"];3291[label="vwx24/Pos vwx240",fontsize=10,color="white",style="solid",shape="box"];2072 -> 3291[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3291 -> 2208[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3292[label="vwx24/Neg vwx240",fontsize=10,color="white",style="solid",shape="box"];2072 -> 3292[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3292 -> 2209[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2082[label="vwx240 < vwx250",fontsize=16,color="black",shape="triangle"];2082 -> 2210[label="",style="solid", color="black", weight=3]; 17.24/7.19 2083[label="vwx240 < vwx250",fontsize=16,color="black",shape="triangle"];2083 -> 2211[label="",style="solid", color="black", weight=3]; 17.24/7.19 2084[label="vwx240 < vwx250",fontsize=16,color="black",shape="triangle"];2084 -> 2212[label="",style="solid", color="black", weight=3]; 17.24/7.19 2085[label="vwx240 < vwx250",fontsize=16,color="black",shape="triangle"];2085 -> 2213[label="",style="solid", color="black", weight=3]; 17.24/7.19 2086[label="vwx240 < vwx250",fontsize=16,color="black",shape="triangle"];2086 -> 2214[label="",style="solid", color="black", weight=3]; 17.24/7.19 2087[label="vwx240 < vwx250",fontsize=16,color="black",shape="triangle"];2087 -> 2215[label="",style="solid", color="black", weight=3]; 17.24/7.19 2088[label="vwx240 < vwx250",fontsize=16,color="black",shape="triangle"];2088 -> 2216[label="",style="solid", color="black", weight=3]; 17.24/7.19 2089[label="vwx240 < vwx250",fontsize=16,color="black",shape="triangle"];2089 -> 2217[label="",style="solid", color="black", weight=3]; 17.24/7.19 2090[label="vwx240 < vwx250",fontsize=16,color="black",shape="triangle"];2090 -> 2218[label="",style="solid", color="black", weight=3]; 17.24/7.19 2091[label="vwx240 < vwx250",fontsize=16,color="black",shape="triangle"];2091 -> 2219[label="",style="solid", color="black", weight=3]; 17.24/7.19 2092[label="vwx240 < vwx250",fontsize=16,color="black",shape="triangle"];2092 -> 2220[label="",style="solid", color="black", weight=3]; 17.24/7.19 2093[label="vwx240 < vwx250",fontsize=16,color="black",shape="triangle"];2093 -> 2221[label="",style="solid", color="black", weight=3]; 17.24/7.19 2094[label="vwx240 < vwx250",fontsize=16,color="black",shape="triangle"];2094 -> 2222[label="",style="solid", color="black", weight=3]; 17.24/7.19 2095[label="vwx240 < vwx250",fontsize=16,color="black",shape="triangle"];2095 -> 2223[label="",style="solid", color="black", weight=3]; 17.24/7.19 2096[label="vwx241 <= vwx251",fontsize=16,color="blue",shape="box"];3293[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2096 -> 3293[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3293 -> 2224[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3294[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2096 -> 3294[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3294 -> 2225[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3295[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2096 -> 3295[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3295 -> 2226[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3296[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2096 -> 3296[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3296 -> 2227[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3297[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2096 -> 3297[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3297 -> 2228[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3298[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2096 -> 3298[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3298 -> 2229[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3299[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2096 -> 3299[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3299 -> 2230[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3300[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2096 -> 3300[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3300 -> 2231[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3301[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2096 -> 3301[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3301 -> 2232[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3302[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2096 -> 3302[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3302 -> 2233[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3303[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2096 -> 3303[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3303 -> 2234[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3304[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2096 -> 3304[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3304 -> 2235[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3305[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2096 -> 3305[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3305 -> 2236[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3306[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2096 -> 3306[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3306 -> 2237[label="",style="solid", color="blue", weight=3]; 17.24/7.19 2097[label="vwx240 == vwx250",fontsize=16,color="blue",shape="box"];3307[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2097 -> 3307[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3307 -> 2238[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3308[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2097 -> 3308[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3308 -> 2239[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3309[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2097 -> 3309[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3309 -> 2240[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3310[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2097 -> 3310[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3310 -> 2241[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3311[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2097 -> 3311[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3311 -> 2242[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3312[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2097 -> 3312[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3312 -> 2243[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3313[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2097 -> 3313[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3313 -> 2244[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3314[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2097 -> 3314[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3314 -> 2245[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3315[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2097 -> 3315[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3315 -> 2246[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3316[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2097 -> 3316[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3316 -> 2247[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3317[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2097 -> 3317[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3317 -> 2248[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3318[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2097 -> 3318[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3318 -> 2249[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3319[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2097 -> 3319[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3319 -> 2250[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3320[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2097 -> 3320[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3320 -> 2251[label="",style="solid", color="blue", weight=3]; 17.24/7.19 2098[label="False || vwx88",fontsize=16,color="black",shape="box"];2098 -> 2252[label="",style="solid", color="black", weight=3]; 17.24/7.19 2099[label="True || vwx88",fontsize=16,color="black",shape="box"];2099 -> 2253[label="",style="solid", color="black", weight=3]; 17.24/7.19 2100[label="compare () vwx25",fontsize=16,color="burlywood",shape="box"];3321[label="vwx25/()",fontsize=10,color="white",style="solid",shape="box"];2100 -> 3321[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3321 -> 2254[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2101[label="vwx240",fontsize=16,color="green",shape="box"];2102[label="vwx250",fontsize=16,color="green",shape="box"];2103[label="vwx240",fontsize=16,color="green",shape="box"];2104[label="vwx250",fontsize=16,color="green",shape="box"];2105[label="vwx240",fontsize=16,color="green",shape="box"];2106[label="vwx250",fontsize=16,color="green",shape="box"];2107[label="vwx240",fontsize=16,color="green",shape="box"];2108[label="vwx250",fontsize=16,color="green",shape="box"];2109[label="vwx240",fontsize=16,color="green",shape="box"];2110[label="vwx250",fontsize=16,color="green",shape="box"];2111[label="vwx240",fontsize=16,color="green",shape="box"];2112[label="vwx250",fontsize=16,color="green",shape="box"];2113[label="vwx240",fontsize=16,color="green",shape="box"];2114[label="vwx250",fontsize=16,color="green",shape="box"];2115[label="vwx240",fontsize=16,color="green",shape="box"];2116[label="vwx250",fontsize=16,color="green",shape="box"];2117[label="vwx240",fontsize=16,color="green",shape="box"];2118[label="vwx250",fontsize=16,color="green",shape="box"];2119[label="vwx240",fontsize=16,color="green",shape="box"];2120[label="vwx250",fontsize=16,color="green",shape="box"];2121[label="vwx240",fontsize=16,color="green",shape="box"];2122[label="vwx250",fontsize=16,color="green",shape="box"];2123[label="vwx240",fontsize=16,color="green",shape="box"];2124[label="vwx250",fontsize=16,color="green",shape="box"];2125[label="vwx240",fontsize=16,color="green",shape="box"];2126[label="vwx250",fontsize=16,color="green",shape="box"];2127[label="vwx240",fontsize=16,color="green",shape="box"];2128[label="vwx250",fontsize=16,color="green",shape="box"];2129[label="vwx240",fontsize=16,color="green",shape="box"];2130[label="vwx250",fontsize=16,color="green",shape="box"];2131[label="vwx240",fontsize=16,color="green",shape="box"];2132[label="vwx250",fontsize=16,color="green",shape="box"];2133[label="vwx240",fontsize=16,color="green",shape="box"];2134[label="vwx250",fontsize=16,color="green",shape="box"];2135[label="vwx240",fontsize=16,color="green",shape="box"];2136[label="vwx250",fontsize=16,color="green",shape="box"];2137[label="vwx240",fontsize=16,color="green",shape="box"];2138[label="vwx250",fontsize=16,color="green",shape="box"];2139[label="vwx240",fontsize=16,color="green",shape="box"];2140[label="vwx250",fontsize=16,color="green",shape="box"];2141[label="vwx240",fontsize=16,color="green",shape="box"];2142[label="vwx250",fontsize=16,color="green",shape="box"];2143[label="vwx240",fontsize=16,color="green",shape="box"];2144[label="vwx250",fontsize=16,color="green",shape="box"];2145[label="vwx240",fontsize=16,color="green",shape="box"];2146[label="vwx250",fontsize=16,color="green",shape="box"];2147[label="vwx240",fontsize=16,color="green",shape="box"];2148[label="vwx250",fontsize=16,color="green",shape="box"];2149[label="vwx240",fontsize=16,color="green",shape="box"];2150[label="vwx250",fontsize=16,color="green",shape="box"];2151[label="vwx240",fontsize=16,color="green",shape="box"];2152[label="vwx250",fontsize=16,color="green",shape="box"];2153[label="vwx240",fontsize=16,color="green",shape="box"];2154[label="vwx250",fontsize=16,color="green",shape="box"];2155[label="vwx240",fontsize=16,color="green",shape="box"];2156[label="vwx250",fontsize=16,color="green",shape="box"];2157[label="compare (vwx240 :% vwx241) vwx25",fontsize=16,color="burlywood",shape="box"];3322[label="vwx25/vwx250 :% vwx251",fontsize=10,color="white",style="solid",shape="box"];2157 -> 3322[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3322 -> 2255[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2158[label="compare (Integer vwx240) vwx25",fontsize=16,color="burlywood",shape="box"];3323[label="vwx25/Integer vwx250",fontsize=10,color="white",style="solid",shape="box"];2158 -> 3323[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3323 -> 2256[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2159[label="compare (vwx240 : vwx241) vwx25",fontsize=16,color="burlywood",shape="box"];3324[label="vwx25/vwx250 : vwx251",fontsize=10,color="white",style="solid",shape="box"];2159 -> 3324[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3324 -> 2257[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3325[label="vwx25/[]",fontsize=10,color="white",style="solid",shape="box"];2159 -> 3325[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3325 -> 2258[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2160[label="compare [] vwx25",fontsize=16,color="burlywood",shape="box"];3326[label="vwx25/vwx250 : vwx251",fontsize=10,color="white",style="solid",shape="box"];2160 -> 3326[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3326 -> 2259[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3327[label="vwx25/[]",fontsize=10,color="white",style="solid",shape="box"];2160 -> 3327[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3327 -> 2260[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2161[label="primCmpChar vwx24 vwx25",fontsize=16,color="burlywood",shape="box"];3328[label="vwx24/Char vwx240",fontsize=10,color="white",style="solid",shape="box"];2161 -> 3328[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3328 -> 2261[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2162[label="vwx240",fontsize=16,color="green",shape="box"];2163[label="vwx250",fontsize=16,color="green",shape="box"];2164[label="vwx240",fontsize=16,color="green",shape="box"];2165[label="vwx250",fontsize=16,color="green",shape="box"];2166[label="vwx240",fontsize=16,color="green",shape="box"];2167[label="vwx250",fontsize=16,color="green",shape="box"];2168[label="vwx240",fontsize=16,color="green",shape="box"];2169[label="vwx250",fontsize=16,color="green",shape="box"];2170[label="vwx240",fontsize=16,color="green",shape="box"];2171[label="vwx250",fontsize=16,color="green",shape="box"];2172[label="vwx240",fontsize=16,color="green",shape="box"];2173[label="vwx250",fontsize=16,color="green",shape="box"];2174[label="vwx240",fontsize=16,color="green",shape="box"];2175[label="vwx250",fontsize=16,color="green",shape="box"];2176[label="vwx240",fontsize=16,color="green",shape="box"];2177[label="vwx250",fontsize=16,color="green",shape="box"];2178[label="vwx240",fontsize=16,color="green",shape="box"];2179[label="vwx250",fontsize=16,color="green",shape="box"];2180[label="vwx240",fontsize=16,color="green",shape="box"];2181[label="vwx250",fontsize=16,color="green",shape="box"];2182[label="vwx240",fontsize=16,color="green",shape="box"];2183[label="vwx250",fontsize=16,color="green",shape="box"];2184[label="vwx240",fontsize=16,color="green",shape="box"];2185[label="vwx250",fontsize=16,color="green",shape="box"];2186[label="vwx240",fontsize=16,color="green",shape="box"];2187[label="vwx250",fontsize=16,color="green",shape="box"];2188[label="vwx240",fontsize=16,color="green",shape="box"];2189[label="vwx250",fontsize=16,color="green",shape="box"];2190 -> 2082[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2190[label="vwx240 < vwx250",fontsize=16,color="magenta"];2190 -> 2262[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2190 -> 2263[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2191 -> 2083[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2191[label="vwx240 < vwx250",fontsize=16,color="magenta"];2191 -> 2264[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2191 -> 2265[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2192 -> 2084[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2192[label="vwx240 < vwx250",fontsize=16,color="magenta"];2192 -> 2266[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2192 -> 2267[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2193 -> 2085[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2193[label="vwx240 < vwx250",fontsize=16,color="magenta"];2193 -> 2268[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2193 -> 2269[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2194 -> 2086[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2194[label="vwx240 < vwx250",fontsize=16,color="magenta"];2194 -> 2270[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2194 -> 2271[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2195 -> 2087[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2195[label="vwx240 < vwx250",fontsize=16,color="magenta"];2195 -> 2272[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2195 -> 2273[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2196 -> 2088[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2196[label="vwx240 < vwx250",fontsize=16,color="magenta"];2196 -> 2274[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2196 -> 2275[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2197 -> 2089[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2197[label="vwx240 < vwx250",fontsize=16,color="magenta"];2197 -> 2276[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2197 -> 2277[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2198 -> 2090[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2198[label="vwx240 < vwx250",fontsize=16,color="magenta"];2198 -> 2278[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2198 -> 2279[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2199 -> 2091[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2199[label="vwx240 < vwx250",fontsize=16,color="magenta"];2199 -> 2280[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2199 -> 2281[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2200 -> 2092[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2200[label="vwx240 < vwx250",fontsize=16,color="magenta"];2200 -> 2282[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2200 -> 2283[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2201 -> 2093[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2201[label="vwx240 < vwx250",fontsize=16,color="magenta"];2201 -> 2284[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2201 -> 2285[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2202 -> 2094[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2202[label="vwx240 < vwx250",fontsize=16,color="magenta"];2202 -> 2286[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2202 -> 2287[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2203 -> 2095[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2203[label="vwx240 < vwx250",fontsize=16,color="magenta"];2203 -> 2288[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2203 -> 2289[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2204 -> 2075[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2204[label="vwx241 < vwx251 || vwx241 == vwx251 && vwx242 <= vwx252",fontsize=16,color="magenta"];2204 -> 2290[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2204 -> 2291[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2205[label="vwx240 == vwx250",fontsize=16,color="blue",shape="box"];3329[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2205 -> 3329[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3329 -> 2292[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3330[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2205 -> 3330[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3330 -> 2293[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3331[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2205 -> 3331[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3331 -> 2294[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3332[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2205 -> 3332[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3332 -> 2295[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3333[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2205 -> 3333[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3333 -> 2296[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3334[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2205 -> 3334[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3334 -> 2297[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3335[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2205 -> 3335[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3335 -> 2298[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3336[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2205 -> 3336[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3336 -> 2299[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3337[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2205 -> 3337[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3337 -> 2300[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3338[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2205 -> 3338[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3338 -> 2301[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3339[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2205 -> 3339[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3339 -> 2302[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3340[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2205 -> 3340[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3340 -> 2303[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3341[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2205 -> 3341[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3341 -> 2304[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3342[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2205 -> 3342[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3342 -> 2305[label="",style="solid", color="blue", weight=3]; 17.24/7.19 2206[label="primCmpDouble vwx24 vwx25",fontsize=16,color="burlywood",shape="box"];3343[label="vwx24/Double vwx240 vwx241",fontsize=10,color="white",style="solid",shape="box"];2206 -> 3343[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3343 -> 2306[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 1181[label="primMulNat (Succ vwx30100) vwx4000",fontsize=16,color="burlywood",shape="box"];3344[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1181 -> 3344[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3344 -> 1287[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3345[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1181 -> 3345[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3345 -> 1288[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 1182[label="primMulNat Zero vwx4000",fontsize=16,color="burlywood",shape="box"];3346[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1182 -> 3346[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3346 -> 1289[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3347[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1182 -> 3347[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3347 -> 1290[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 1183[label="vwx4000",fontsize=16,color="green",shape="box"];1184[label="vwx3010",fontsize=16,color="green",shape="box"];1185[label="vwx4000",fontsize=16,color="green",shape="box"];1186[label="vwx3010",fontsize=16,color="green",shape="box"];2207[label="primCmpFloat (Float vwx240 vwx241) vwx25",fontsize=16,color="burlywood",shape="box"];3348[label="vwx241/Pos vwx2410",fontsize=10,color="white",style="solid",shape="box"];2207 -> 3348[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3348 -> 2307[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3349[label="vwx241/Neg vwx2410",fontsize=10,color="white",style="solid",shape="box"];2207 -> 3349[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3349 -> 2308[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2208[label="primCmpInt (Pos vwx240) vwx25",fontsize=16,color="burlywood",shape="box"];3350[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];2208 -> 3350[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3350 -> 2309[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3351[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];2208 -> 3351[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3351 -> 2310[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2209[label="primCmpInt (Neg vwx240) vwx25",fontsize=16,color="burlywood",shape="box"];3352[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];2209 -> 3352[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3352 -> 2311[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3353[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];2209 -> 3353[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3353 -> 2312[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2210 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2210[label="compare vwx240 vwx250 == LT",fontsize=16,color="magenta"];2210 -> 2313[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2210 -> 2314[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2211 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2211[label="compare vwx240 vwx250 == LT",fontsize=16,color="magenta"];2211 -> 2315[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2211 -> 2316[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2212 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2212[label="compare vwx240 vwx250 == LT",fontsize=16,color="magenta"];2212 -> 2317[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2212 -> 2318[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2213 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2213[label="compare vwx240 vwx250 == LT",fontsize=16,color="magenta"];2213 -> 2319[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2213 -> 2320[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2214 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2214[label="compare vwx240 vwx250 == LT",fontsize=16,color="magenta"];2214 -> 2321[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2214 -> 2322[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2215 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2215[label="compare vwx240 vwx250 == LT",fontsize=16,color="magenta"];2215 -> 2323[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2215 -> 2324[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2216 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2216[label="compare vwx240 vwx250 == LT",fontsize=16,color="magenta"];2216 -> 2325[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2216 -> 2326[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2217 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2217[label="compare vwx240 vwx250 == LT",fontsize=16,color="magenta"];2217 -> 2327[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2217 -> 2328[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2218 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2218[label="compare vwx240 vwx250 == LT",fontsize=16,color="magenta"];2218 -> 2329[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2218 -> 2330[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2219 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2219[label="compare vwx240 vwx250 == LT",fontsize=16,color="magenta"];2219 -> 2331[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2219 -> 2332[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2220 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2220[label="compare vwx240 vwx250 == LT",fontsize=16,color="magenta"];2220 -> 2333[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2220 -> 2334[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2221 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2221[label="compare vwx240 vwx250 == LT",fontsize=16,color="magenta"];2221 -> 2335[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2221 -> 2336[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2222 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2222[label="compare vwx240 vwx250 == LT",fontsize=16,color="magenta"];2222 -> 2337[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2222 -> 2338[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2223 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2223[label="compare vwx240 vwx250 == LT",fontsize=16,color="magenta"];2223 -> 2339[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2223 -> 2340[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2224 -> 1862[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2224[label="vwx241 <= vwx251",fontsize=16,color="magenta"];2224 -> 2341[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2224 -> 2342[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2225 -> 1863[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2225[label="vwx241 <= vwx251",fontsize=16,color="magenta"];2225 -> 2343[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2225 -> 2344[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2226 -> 1864[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2226[label="vwx241 <= vwx251",fontsize=16,color="magenta"];2226 -> 2345[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2226 -> 2346[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2227 -> 1865[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2227[label="vwx241 <= vwx251",fontsize=16,color="magenta"];2227 -> 2347[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2227 -> 2348[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2228 -> 1866[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2228[label="vwx241 <= vwx251",fontsize=16,color="magenta"];2228 -> 2349[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2228 -> 2350[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2229 -> 1867[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2229[label="vwx241 <= vwx251",fontsize=16,color="magenta"];2229 -> 2351[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2229 -> 2352[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2230 -> 1868[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2230[label="vwx241 <= vwx251",fontsize=16,color="magenta"];2230 -> 2353[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2230 -> 2354[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2231 -> 1869[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2231[label="vwx241 <= vwx251",fontsize=16,color="magenta"];2231 -> 2355[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2231 -> 2356[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2232 -> 1870[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2232[label="vwx241 <= vwx251",fontsize=16,color="magenta"];2232 -> 2357[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2232 -> 2358[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2233 -> 1871[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2233[label="vwx241 <= vwx251",fontsize=16,color="magenta"];2233 -> 2359[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2233 -> 2360[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2234 -> 1872[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2234[label="vwx241 <= vwx251",fontsize=16,color="magenta"];2234 -> 2361[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2234 -> 2362[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2235 -> 1873[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2235[label="vwx241 <= vwx251",fontsize=16,color="magenta"];2235 -> 2363[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2235 -> 2364[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2236 -> 1874[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2236[label="vwx241 <= vwx251",fontsize=16,color="magenta"];2236 -> 2365[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2236 -> 2366[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2237 -> 1875[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2237[label="vwx241 <= vwx251",fontsize=16,color="magenta"];2237 -> 2367[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2237 -> 2368[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2238 -> 133[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2238[label="vwx240 == vwx250",fontsize=16,color="magenta"];2238 -> 2369[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2238 -> 2370[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2239 -> 130[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2239[label="vwx240 == vwx250",fontsize=16,color="magenta"];2239 -> 2371[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2239 -> 2372[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2240 -> 132[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2240[label="vwx240 == vwx250",fontsize=16,color="magenta"];2240 -> 2373[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2240 -> 2374[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2241 -> 134[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2241[label="vwx240 == vwx250",fontsize=16,color="magenta"];2241 -> 2375[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2241 -> 2376[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2242 -> 137[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2242[label="vwx240 == vwx250",fontsize=16,color="magenta"];2242 -> 2377[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2242 -> 2378[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2243 -> 127[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2243[label="vwx240 == vwx250",fontsize=16,color="magenta"];2243 -> 2379[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2243 -> 2380[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2244 -> 128[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2244[label="vwx240 == vwx250",fontsize=16,color="magenta"];2244 -> 2381[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2244 -> 2382[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2245 -> 131[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2245[label="vwx240 == vwx250",fontsize=16,color="magenta"];2245 -> 2383[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2245 -> 2384[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2246 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2246[label="vwx240 == vwx250",fontsize=16,color="magenta"];2246 -> 2385[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2246 -> 2386[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2247 -> 129[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2247[label="vwx240 == vwx250",fontsize=16,color="magenta"];2247 -> 2387[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2247 -> 2388[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2248 -> 140[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2248[label="vwx240 == vwx250",fontsize=16,color="magenta"];2248 -> 2389[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2248 -> 2390[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2249 -> 138[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2249[label="vwx240 == vwx250",fontsize=16,color="magenta"];2249 -> 2391[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2249 -> 2392[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2250 -> 136[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2250[label="vwx240 == vwx250",fontsize=16,color="magenta"];2250 -> 2393[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2250 -> 2394[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2251 -> 139[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2251[label="vwx240 == vwx250",fontsize=16,color="magenta"];2251 -> 2395[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2251 -> 2396[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2252[label="vwx88",fontsize=16,color="green",shape="box"];2253[label="True",fontsize=16,color="green",shape="box"];2254[label="compare () ()",fontsize=16,color="black",shape="box"];2254 -> 2397[label="",style="solid", color="black", weight=3]; 17.24/7.19 2255[label="compare (vwx240 :% vwx241) (vwx250 :% vwx251)",fontsize=16,color="black",shape="box"];2255 -> 2398[label="",style="solid", color="black", weight=3]; 17.24/7.19 2256[label="compare (Integer vwx240) (Integer vwx250)",fontsize=16,color="black",shape="box"];2256 -> 2399[label="",style="solid", color="black", weight=3]; 17.24/7.19 2257[label="compare (vwx240 : vwx241) (vwx250 : vwx251)",fontsize=16,color="black",shape="box"];2257 -> 2400[label="",style="solid", color="black", weight=3]; 17.24/7.19 2258[label="compare (vwx240 : vwx241) []",fontsize=16,color="black",shape="box"];2258 -> 2401[label="",style="solid", color="black", weight=3]; 17.24/7.19 2259[label="compare [] (vwx250 : vwx251)",fontsize=16,color="black",shape="box"];2259 -> 2402[label="",style="solid", color="black", weight=3]; 17.24/7.19 2260[label="compare [] []",fontsize=16,color="black",shape="box"];2260 -> 2403[label="",style="solid", color="black", weight=3]; 17.24/7.19 2261[label="primCmpChar (Char vwx240) vwx25",fontsize=16,color="burlywood",shape="box"];3354[label="vwx25/Char vwx250",fontsize=10,color="white",style="solid",shape="box"];2261 -> 3354[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3354 -> 2404[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2262[label="vwx240",fontsize=16,color="green",shape="box"];2263[label="vwx250",fontsize=16,color="green",shape="box"];2264[label="vwx240",fontsize=16,color="green",shape="box"];2265[label="vwx250",fontsize=16,color="green",shape="box"];2266[label="vwx240",fontsize=16,color="green",shape="box"];2267[label="vwx250",fontsize=16,color="green",shape="box"];2268[label="vwx240",fontsize=16,color="green",shape="box"];2269[label="vwx250",fontsize=16,color="green",shape="box"];2270[label="vwx240",fontsize=16,color="green",shape="box"];2271[label="vwx250",fontsize=16,color="green",shape="box"];2272[label="vwx240",fontsize=16,color="green",shape="box"];2273[label="vwx250",fontsize=16,color="green",shape="box"];2274[label="vwx240",fontsize=16,color="green",shape="box"];2275[label="vwx250",fontsize=16,color="green",shape="box"];2276[label="vwx240",fontsize=16,color="green",shape="box"];2277[label="vwx250",fontsize=16,color="green",shape="box"];2278[label="vwx240",fontsize=16,color="green",shape="box"];2279[label="vwx250",fontsize=16,color="green",shape="box"];2280[label="vwx240",fontsize=16,color="green",shape="box"];2281[label="vwx250",fontsize=16,color="green",shape="box"];2282[label="vwx240",fontsize=16,color="green",shape="box"];2283[label="vwx250",fontsize=16,color="green",shape="box"];2284[label="vwx240",fontsize=16,color="green",shape="box"];2285[label="vwx250",fontsize=16,color="green",shape="box"];2286[label="vwx240",fontsize=16,color="green",shape="box"];2287[label="vwx250",fontsize=16,color="green",shape="box"];2288[label="vwx240",fontsize=16,color="green",shape="box"];2289[label="vwx250",fontsize=16,color="green",shape="box"];2290[label="vwx241 < vwx251",fontsize=16,color="blue",shape="box"];3355[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2290 -> 3355[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3355 -> 2405[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3356[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2290 -> 3356[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3356 -> 2406[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3357[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2290 -> 3357[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3357 -> 2407[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3358[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2290 -> 3358[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3358 -> 2408[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3359[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2290 -> 3359[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3359 -> 2409[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3360[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2290 -> 3360[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3360 -> 2410[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3361[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2290 -> 3361[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3361 -> 2411[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3362[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2290 -> 3362[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3362 -> 2412[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3363[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2290 -> 3363[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3363 -> 2413[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3364[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2290 -> 3364[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3364 -> 2414[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3365[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2290 -> 3365[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3365 -> 2415[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3366[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2290 -> 3366[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3366 -> 2416[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3367[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2290 -> 3367[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3367 -> 2417[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3368[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2290 -> 3368[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3368 -> 2418[label="",style="solid", color="blue", weight=3]; 17.24/7.19 2291 -> 457[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2291[label="vwx241 == vwx251 && vwx242 <= vwx252",fontsize=16,color="magenta"];2291 -> 2419[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2291 -> 2420[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2292 -> 133[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2292[label="vwx240 == vwx250",fontsize=16,color="magenta"];2292 -> 2421[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2292 -> 2422[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2293 -> 130[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2293[label="vwx240 == vwx250",fontsize=16,color="magenta"];2293 -> 2423[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2293 -> 2424[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2294 -> 132[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2294[label="vwx240 == vwx250",fontsize=16,color="magenta"];2294 -> 2425[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2294 -> 2426[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2295 -> 134[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2295[label="vwx240 == vwx250",fontsize=16,color="magenta"];2295 -> 2427[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2295 -> 2428[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2296 -> 137[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2296[label="vwx240 == vwx250",fontsize=16,color="magenta"];2296 -> 2429[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2296 -> 2430[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2297 -> 127[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2297[label="vwx240 == vwx250",fontsize=16,color="magenta"];2297 -> 2431[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2297 -> 2432[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2298 -> 128[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2298[label="vwx240 == vwx250",fontsize=16,color="magenta"];2298 -> 2433[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2298 -> 2434[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2299 -> 131[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2299[label="vwx240 == vwx250",fontsize=16,color="magenta"];2299 -> 2435[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2299 -> 2436[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2300 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2300[label="vwx240 == vwx250",fontsize=16,color="magenta"];2300 -> 2437[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2300 -> 2438[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2301 -> 129[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2301[label="vwx240 == vwx250",fontsize=16,color="magenta"];2301 -> 2439[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2301 -> 2440[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2302 -> 140[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2302[label="vwx240 == vwx250",fontsize=16,color="magenta"];2302 -> 2441[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2302 -> 2442[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2303 -> 138[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2303[label="vwx240 == vwx250",fontsize=16,color="magenta"];2303 -> 2443[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2303 -> 2444[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2304 -> 136[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2304[label="vwx240 == vwx250",fontsize=16,color="magenta"];2304 -> 2445[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2304 -> 2446[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2305 -> 139[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2305[label="vwx240 == vwx250",fontsize=16,color="magenta"];2305 -> 2447[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2305 -> 2448[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2306[label="primCmpDouble (Double vwx240 vwx241) vwx25",fontsize=16,color="burlywood",shape="box"];3369[label="vwx241/Pos vwx2410",fontsize=10,color="white",style="solid",shape="box"];2306 -> 3369[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3369 -> 2449[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3370[label="vwx241/Neg vwx2410",fontsize=10,color="white",style="solid",shape="box"];2306 -> 3370[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3370 -> 2450[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 1287[label="primMulNat (Succ vwx30100) (Succ vwx40000)",fontsize=16,color="black",shape="box"];1287 -> 1435[label="",style="solid", color="black", weight=3]; 17.24/7.19 1288[label="primMulNat (Succ vwx30100) Zero",fontsize=16,color="black",shape="box"];1288 -> 1436[label="",style="solid", color="black", weight=3]; 17.24/7.19 1289[label="primMulNat Zero (Succ vwx40000)",fontsize=16,color="black",shape="box"];1289 -> 1437[label="",style="solid", color="black", weight=3]; 17.24/7.19 1290[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1290 -> 1438[label="",style="solid", color="black", weight=3]; 17.24/7.19 2307[label="primCmpFloat (Float vwx240 (Pos vwx2410)) vwx25",fontsize=16,color="burlywood",shape="box"];3371[label="vwx25/Float vwx250 vwx251",fontsize=10,color="white",style="solid",shape="box"];2307 -> 3371[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3371 -> 2451[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2308[label="primCmpFloat (Float vwx240 (Neg vwx2410)) vwx25",fontsize=16,color="burlywood",shape="box"];3372[label="vwx25/Float vwx250 vwx251",fontsize=10,color="white",style="solid",shape="box"];2308 -> 3372[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3372 -> 2452[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2309[label="primCmpInt (Pos (Succ vwx2400)) vwx25",fontsize=16,color="burlywood",shape="box"];3373[label="vwx25/Pos vwx250",fontsize=10,color="white",style="solid",shape="box"];2309 -> 3373[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3373 -> 2453[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3374[label="vwx25/Neg vwx250",fontsize=10,color="white",style="solid",shape="box"];2309 -> 3374[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3374 -> 2454[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2310[label="primCmpInt (Pos Zero) vwx25",fontsize=16,color="burlywood",shape="box"];3375[label="vwx25/Pos vwx250",fontsize=10,color="white",style="solid",shape="box"];2310 -> 3375[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3375 -> 2455[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3376[label="vwx25/Neg vwx250",fontsize=10,color="white",style="solid",shape="box"];2310 -> 3376[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3376 -> 2456[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2311[label="primCmpInt (Neg (Succ vwx2400)) vwx25",fontsize=16,color="burlywood",shape="box"];3377[label="vwx25/Pos vwx250",fontsize=10,color="white",style="solid",shape="box"];2311 -> 3377[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3377 -> 2457[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3378[label="vwx25/Neg vwx250",fontsize=10,color="white",style="solid",shape="box"];2311 -> 3378[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3378 -> 2458[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2312[label="primCmpInt (Neg Zero) vwx25",fontsize=16,color="burlywood",shape="box"];3379[label="vwx25/Pos vwx250",fontsize=10,color="white",style="solid",shape="box"];2312 -> 3379[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3379 -> 2459[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3380[label="vwx25/Neg vwx250",fontsize=10,color="white",style="solid",shape="box"];2312 -> 3380[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3380 -> 2460[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2313[label="LT",fontsize=16,color="green",shape="box"];2314 -> 2009[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2314[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2314 -> 2461[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2314 -> 2462[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2315[label="LT",fontsize=16,color="green",shape="box"];2316[label="compare vwx240 vwx250",fontsize=16,color="black",shape="triangle"];2316 -> 2463[label="",style="solid", color="black", weight=3]; 17.24/7.19 2317[label="LT",fontsize=16,color="green",shape="box"];2318 -> 2011[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2318[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2318 -> 2464[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2318 -> 2465[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2319[label="LT",fontsize=16,color="green",shape="box"];2320[label="compare vwx240 vwx250",fontsize=16,color="black",shape="triangle"];2320 -> 2466[label="",style="solid", color="black", weight=3]; 17.24/7.19 2321[label="LT",fontsize=16,color="green",shape="box"];2322 -> 2018[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2322[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2322 -> 2467[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2322 -> 2468[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2323[label="LT",fontsize=16,color="green",shape="box"];2324[label="compare vwx240 vwx250",fontsize=16,color="black",shape="triangle"];2324 -> 2469[label="",style="solid", color="black", weight=3]; 17.24/7.19 2325[label="LT",fontsize=16,color="green",shape="box"];2326 -> 2048[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2326[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2326 -> 2470[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2326 -> 2471[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2327[label="LT",fontsize=16,color="green",shape="box"];2328 -> 2050[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2328[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2328 -> 2472[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2328 -> 2473[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2329[label="LT",fontsize=16,color="green",shape="box"];2330[label="compare vwx240 vwx250",fontsize=16,color="black",shape="triangle"];2330 -> 2474[label="",style="solid", color="black", weight=3]; 17.24/7.19 2331[label="LT",fontsize=16,color="green",shape="box"];2332 -> 2052[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2332[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2332 -> 2475[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2332 -> 2476[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2333[label="LT",fontsize=16,color="green",shape="box"];2334 -> 2054[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2334[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2334 -> 2477[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2334 -> 2478[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2335[label="LT",fontsize=16,color="green",shape="box"];2336[label="compare vwx240 vwx250",fontsize=16,color="black",shape="triangle"];2336 -> 2479[label="",style="solid", color="black", weight=3]; 17.24/7.19 2337[label="LT",fontsize=16,color="green",shape="box"];2338[label="compare vwx240 vwx250",fontsize=16,color="black",shape="triangle"];2338 -> 2480[label="",style="solid", color="black", weight=3]; 17.24/7.19 2339[label="LT",fontsize=16,color="green",shape="box"];2340 -> 2070[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2340[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2340 -> 2481[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2340 -> 2482[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2341[label="vwx241",fontsize=16,color="green",shape="box"];2342[label="vwx251",fontsize=16,color="green",shape="box"];2343[label="vwx241",fontsize=16,color="green",shape="box"];2344[label="vwx251",fontsize=16,color="green",shape="box"];2345[label="vwx241",fontsize=16,color="green",shape="box"];2346[label="vwx251",fontsize=16,color="green",shape="box"];2347[label="vwx241",fontsize=16,color="green",shape="box"];2348[label="vwx251",fontsize=16,color="green",shape="box"];2349[label="vwx241",fontsize=16,color="green",shape="box"];2350[label="vwx251",fontsize=16,color="green",shape="box"];2351[label="vwx241",fontsize=16,color="green",shape="box"];2352[label="vwx251",fontsize=16,color="green",shape="box"];2353[label="vwx241",fontsize=16,color="green",shape="box"];2354[label="vwx251",fontsize=16,color="green",shape="box"];2355[label="vwx241",fontsize=16,color="green",shape="box"];2356[label="vwx251",fontsize=16,color="green",shape="box"];2357[label="vwx241",fontsize=16,color="green",shape="box"];2358[label="vwx251",fontsize=16,color="green",shape="box"];2359[label="vwx241",fontsize=16,color="green",shape="box"];2360[label="vwx251",fontsize=16,color="green",shape="box"];2361[label="vwx241",fontsize=16,color="green",shape="box"];2362[label="vwx251",fontsize=16,color="green",shape="box"];2363[label="vwx241",fontsize=16,color="green",shape="box"];2364[label="vwx251",fontsize=16,color="green",shape="box"];2365[label="vwx241",fontsize=16,color="green",shape="box"];2366[label="vwx251",fontsize=16,color="green",shape="box"];2367[label="vwx241",fontsize=16,color="green",shape="box"];2368[label="vwx251",fontsize=16,color="green",shape="box"];2369[label="vwx250",fontsize=16,color="green",shape="box"];2370[label="vwx240",fontsize=16,color="green",shape="box"];2371[label="vwx250",fontsize=16,color="green",shape="box"];2372[label="vwx240",fontsize=16,color="green",shape="box"];2373[label="vwx250",fontsize=16,color="green",shape="box"];2374[label="vwx240",fontsize=16,color="green",shape="box"];2375[label="vwx250",fontsize=16,color="green",shape="box"];2376[label="vwx240",fontsize=16,color="green",shape="box"];2377[label="vwx250",fontsize=16,color="green",shape="box"];2378[label="vwx240",fontsize=16,color="green",shape="box"];2379[label="vwx250",fontsize=16,color="green",shape="box"];2380[label="vwx240",fontsize=16,color="green",shape="box"];2381[label="vwx250",fontsize=16,color="green",shape="box"];2382[label="vwx240",fontsize=16,color="green",shape="box"];2383[label="vwx250",fontsize=16,color="green",shape="box"];2384[label="vwx240",fontsize=16,color="green",shape="box"];2385[label="vwx250",fontsize=16,color="green",shape="box"];2386[label="vwx240",fontsize=16,color="green",shape="box"];2387[label="vwx250",fontsize=16,color="green",shape="box"];2388[label="vwx240",fontsize=16,color="green",shape="box"];2389[label="vwx250",fontsize=16,color="green",shape="box"];2390[label="vwx240",fontsize=16,color="green",shape="box"];2391[label="vwx250",fontsize=16,color="green",shape="box"];2392[label="vwx240",fontsize=16,color="green",shape="box"];2393[label="vwx250",fontsize=16,color="green",shape="box"];2394[label="vwx240",fontsize=16,color="green",shape="box"];2395[label="vwx250",fontsize=16,color="green",shape="box"];2396[label="vwx240",fontsize=16,color="green",shape="box"];2397[label="EQ",fontsize=16,color="green",shape="box"];2398[label="compare (vwx240 * vwx251) (vwx250 * vwx241)",fontsize=16,color="blue",shape="box"];3381[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2398 -> 3381[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3381 -> 2483[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3382[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2398 -> 3382[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3382 -> 2484[label="",style="solid", color="blue", weight=3]; 17.24/7.19 2399 -> 2072[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2399[label="primCmpInt vwx240 vwx250",fontsize=16,color="magenta"];2399 -> 2485[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2399 -> 2486[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2400 -> 2487[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2400[label="primCompAux vwx240 vwx250 (compare vwx241 vwx251)",fontsize=16,color="magenta"];2400 -> 2488[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2401[label="GT",fontsize=16,color="green",shape="box"];2402[label="LT",fontsize=16,color="green",shape="box"];2403[label="EQ",fontsize=16,color="green",shape="box"];2404[label="primCmpChar (Char vwx240) (Char vwx250)",fontsize=16,color="black",shape="box"];2404 -> 2489[label="",style="solid", color="black", weight=3]; 17.24/7.19 2405 -> 2082[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2405[label="vwx241 < vwx251",fontsize=16,color="magenta"];2405 -> 2490[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2405 -> 2491[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2406 -> 2083[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2406[label="vwx241 < vwx251",fontsize=16,color="magenta"];2406 -> 2492[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2406 -> 2493[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2407 -> 2084[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2407[label="vwx241 < vwx251",fontsize=16,color="magenta"];2407 -> 2494[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2407 -> 2495[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2408 -> 2085[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2408[label="vwx241 < vwx251",fontsize=16,color="magenta"];2408 -> 2496[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2408 -> 2497[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2409 -> 2086[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2409[label="vwx241 < vwx251",fontsize=16,color="magenta"];2409 -> 2498[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2409 -> 2499[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2410 -> 2087[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2410[label="vwx241 < vwx251",fontsize=16,color="magenta"];2410 -> 2500[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2410 -> 2501[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2411 -> 2088[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2411[label="vwx241 < vwx251",fontsize=16,color="magenta"];2411 -> 2502[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2411 -> 2503[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2412 -> 2089[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2412[label="vwx241 < vwx251",fontsize=16,color="magenta"];2412 -> 2504[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2412 -> 2505[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2413 -> 2090[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2413[label="vwx241 < vwx251",fontsize=16,color="magenta"];2413 -> 2506[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2413 -> 2507[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2414 -> 2091[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2414[label="vwx241 < vwx251",fontsize=16,color="magenta"];2414 -> 2508[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2414 -> 2509[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2415 -> 2092[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2415[label="vwx241 < vwx251",fontsize=16,color="magenta"];2415 -> 2510[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2415 -> 2511[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2416 -> 2093[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2416[label="vwx241 < vwx251",fontsize=16,color="magenta"];2416 -> 2512[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2416 -> 2513[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2417 -> 2094[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2417[label="vwx241 < vwx251",fontsize=16,color="magenta"];2417 -> 2514[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2417 -> 2515[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2418 -> 2095[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2418[label="vwx241 < vwx251",fontsize=16,color="magenta"];2418 -> 2516[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2418 -> 2517[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2419[label="vwx242 <= vwx252",fontsize=16,color="blue",shape="box"];3383[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2419 -> 3383[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3383 -> 2518[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3384[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2419 -> 3384[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3384 -> 2519[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3385[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2419 -> 3385[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3385 -> 2520[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3386[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2419 -> 3386[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3386 -> 2521[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3387[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2419 -> 3387[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3387 -> 2522[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3388[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2419 -> 3388[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3388 -> 2523[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3389[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2419 -> 3389[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3389 -> 2524[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3390[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2419 -> 3390[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3390 -> 2525[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3391[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2419 -> 3391[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3391 -> 2526[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3392[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2419 -> 3392[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3392 -> 2527[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3393[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2419 -> 3393[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3393 -> 2528[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3394[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2419 -> 3394[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3394 -> 2529[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3395[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2419 -> 3395[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3395 -> 2530[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3396[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2419 -> 3396[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3396 -> 2531[label="",style="solid", color="blue", weight=3]; 17.24/7.19 2420[label="vwx241 == vwx251",fontsize=16,color="blue",shape="box"];3397[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2420 -> 3397[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3397 -> 2532[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3398[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2420 -> 3398[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3398 -> 2533[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3399[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2420 -> 3399[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3399 -> 2534[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3400[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2420 -> 3400[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3400 -> 2535[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3401[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2420 -> 3401[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3401 -> 2536[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3402[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2420 -> 3402[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3402 -> 2537[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3403[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2420 -> 3403[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3403 -> 2538[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3404[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2420 -> 3404[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3404 -> 2539[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3405[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2420 -> 3405[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3405 -> 2540[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3406[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2420 -> 3406[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3406 -> 2541[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3407[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2420 -> 3407[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3407 -> 2542[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3408[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2420 -> 3408[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3408 -> 2543[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3409[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2420 -> 3409[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3409 -> 2544[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3410[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2420 -> 3410[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3410 -> 2545[label="",style="solid", color="blue", weight=3]; 17.24/7.19 2421[label="vwx250",fontsize=16,color="green",shape="box"];2422[label="vwx240",fontsize=16,color="green",shape="box"];2423[label="vwx250",fontsize=16,color="green",shape="box"];2424[label="vwx240",fontsize=16,color="green",shape="box"];2425[label="vwx250",fontsize=16,color="green",shape="box"];2426[label="vwx240",fontsize=16,color="green",shape="box"];2427[label="vwx250",fontsize=16,color="green",shape="box"];2428[label="vwx240",fontsize=16,color="green",shape="box"];2429[label="vwx250",fontsize=16,color="green",shape="box"];2430[label="vwx240",fontsize=16,color="green",shape="box"];2431[label="vwx250",fontsize=16,color="green",shape="box"];2432[label="vwx240",fontsize=16,color="green",shape="box"];2433[label="vwx250",fontsize=16,color="green",shape="box"];2434[label="vwx240",fontsize=16,color="green",shape="box"];2435[label="vwx250",fontsize=16,color="green",shape="box"];2436[label="vwx240",fontsize=16,color="green",shape="box"];2437[label="vwx250",fontsize=16,color="green",shape="box"];2438[label="vwx240",fontsize=16,color="green",shape="box"];2439[label="vwx250",fontsize=16,color="green",shape="box"];2440[label="vwx240",fontsize=16,color="green",shape="box"];2441[label="vwx250",fontsize=16,color="green",shape="box"];2442[label="vwx240",fontsize=16,color="green",shape="box"];2443[label="vwx250",fontsize=16,color="green",shape="box"];2444[label="vwx240",fontsize=16,color="green",shape="box"];2445[label="vwx250",fontsize=16,color="green",shape="box"];2446[label="vwx240",fontsize=16,color="green",shape="box"];2447[label="vwx250",fontsize=16,color="green",shape="box"];2448[label="vwx240",fontsize=16,color="green",shape="box"];2449[label="primCmpDouble (Double vwx240 (Pos vwx2410)) vwx25",fontsize=16,color="burlywood",shape="box"];3411[label="vwx25/Double vwx250 vwx251",fontsize=10,color="white",style="solid",shape="box"];2449 -> 3411[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3411 -> 2546[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2450[label="primCmpDouble (Double vwx240 (Neg vwx2410)) vwx25",fontsize=16,color="burlywood",shape="box"];3412[label="vwx25/Double vwx250 vwx251",fontsize=10,color="white",style="solid",shape="box"];2450 -> 3412[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3412 -> 2547[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 1435 -> 1536[label="",style="dashed", color="red", weight=0]; 17.24/7.19 1435[label="primPlusNat (primMulNat vwx30100 (Succ vwx40000)) (Succ vwx40000)",fontsize=16,color="magenta"];1435 -> 1537[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1436[label="Zero",fontsize=16,color="green",shape="box"];1437[label="Zero",fontsize=16,color="green",shape="box"];1438[label="Zero",fontsize=16,color="green",shape="box"];2451[label="primCmpFloat (Float vwx240 (Pos vwx2410)) (Float vwx250 vwx251)",fontsize=16,color="burlywood",shape="box"];3413[label="vwx251/Pos vwx2510",fontsize=10,color="white",style="solid",shape="box"];2451 -> 3413[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3413 -> 2548[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3414[label="vwx251/Neg vwx2510",fontsize=10,color="white",style="solid",shape="box"];2451 -> 3414[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3414 -> 2549[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2452[label="primCmpFloat (Float vwx240 (Neg vwx2410)) (Float vwx250 vwx251)",fontsize=16,color="burlywood",shape="box"];3415[label="vwx251/Pos vwx2510",fontsize=10,color="white",style="solid",shape="box"];2452 -> 3415[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3415 -> 2550[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3416[label="vwx251/Neg vwx2510",fontsize=10,color="white",style="solid",shape="box"];2452 -> 3416[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3416 -> 2551[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2453[label="primCmpInt (Pos (Succ vwx2400)) (Pos vwx250)",fontsize=16,color="black",shape="box"];2453 -> 2552[label="",style="solid", color="black", weight=3]; 17.24/7.19 2454[label="primCmpInt (Pos (Succ vwx2400)) (Neg vwx250)",fontsize=16,color="black",shape="box"];2454 -> 2553[label="",style="solid", color="black", weight=3]; 17.24/7.19 2455[label="primCmpInt (Pos Zero) (Pos vwx250)",fontsize=16,color="burlywood",shape="box"];3417[label="vwx250/Succ vwx2500",fontsize=10,color="white",style="solid",shape="box"];2455 -> 3417[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3417 -> 2554[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3418[label="vwx250/Zero",fontsize=10,color="white",style="solid",shape="box"];2455 -> 3418[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3418 -> 2555[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2456[label="primCmpInt (Pos Zero) (Neg vwx250)",fontsize=16,color="burlywood",shape="box"];3419[label="vwx250/Succ vwx2500",fontsize=10,color="white",style="solid",shape="box"];2456 -> 3419[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3419 -> 2556[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3420[label="vwx250/Zero",fontsize=10,color="white",style="solid",shape="box"];2456 -> 3420[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3420 -> 2557[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2457[label="primCmpInt (Neg (Succ vwx2400)) (Pos vwx250)",fontsize=16,color="black",shape="box"];2457 -> 2558[label="",style="solid", color="black", weight=3]; 17.24/7.19 2458[label="primCmpInt (Neg (Succ vwx2400)) (Neg vwx250)",fontsize=16,color="black",shape="box"];2458 -> 2559[label="",style="solid", color="black", weight=3]; 17.24/7.19 2459[label="primCmpInt (Neg Zero) (Pos vwx250)",fontsize=16,color="burlywood",shape="box"];3421[label="vwx250/Succ vwx2500",fontsize=10,color="white",style="solid",shape="box"];2459 -> 3421[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3421 -> 2560[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3422[label="vwx250/Zero",fontsize=10,color="white",style="solid",shape="box"];2459 -> 3422[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3422 -> 2561[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2460[label="primCmpInt (Neg Zero) (Neg vwx250)",fontsize=16,color="burlywood",shape="box"];3423[label="vwx250/Succ vwx2500",fontsize=10,color="white",style="solid",shape="box"];2460 -> 3423[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3423 -> 2562[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3424[label="vwx250/Zero",fontsize=10,color="white",style="solid",shape="box"];2460 -> 3424[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3424 -> 2563[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2461[label="vwx240",fontsize=16,color="green",shape="box"];2462[label="vwx250",fontsize=16,color="green",shape="box"];2463[label="compare3 vwx240 vwx250",fontsize=16,color="black",shape="box"];2463 -> 2564[label="",style="solid", color="black", weight=3]; 17.24/7.19 2464[label="vwx240",fontsize=16,color="green",shape="box"];2465[label="vwx250",fontsize=16,color="green",shape="box"];2466[label="compare3 vwx240 vwx250",fontsize=16,color="black",shape="box"];2466 -> 2565[label="",style="solid", color="black", weight=3]; 17.24/7.19 2467[label="vwx240",fontsize=16,color="green",shape="box"];2468[label="vwx250",fontsize=16,color="green",shape="box"];2469[label="compare3 vwx240 vwx250",fontsize=16,color="black",shape="box"];2469 -> 2566[label="",style="solid", color="black", weight=3]; 17.24/7.19 2470[label="vwx240",fontsize=16,color="green",shape="box"];2471[label="vwx250",fontsize=16,color="green",shape="box"];2472[label="vwx240",fontsize=16,color="green",shape="box"];2473[label="vwx250",fontsize=16,color="green",shape="box"];2474[label="compare3 vwx240 vwx250",fontsize=16,color="black",shape="box"];2474 -> 2567[label="",style="solid", color="black", weight=3]; 17.24/7.19 2475[label="vwx240",fontsize=16,color="green",shape="box"];2476[label="vwx250",fontsize=16,color="green",shape="box"];2477[label="vwx240",fontsize=16,color="green",shape="box"];2478[label="vwx250",fontsize=16,color="green",shape="box"];2479[label="compare3 vwx240 vwx250",fontsize=16,color="black",shape="box"];2479 -> 2568[label="",style="solid", color="black", weight=3]; 17.24/7.19 2480[label="compare3 vwx240 vwx250",fontsize=16,color="black",shape="box"];2480 -> 2569[label="",style="solid", color="black", weight=3]; 17.24/7.19 2481[label="vwx240",fontsize=16,color="green",shape="box"];2482[label="vwx250",fontsize=16,color="green",shape="box"];2483 -> 2011[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2483[label="compare (vwx240 * vwx251) (vwx250 * vwx241)",fontsize=16,color="magenta"];2483 -> 2570[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2483 -> 2571[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2484 -> 2050[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2484[label="compare (vwx240 * vwx251) (vwx250 * vwx241)",fontsize=16,color="magenta"];2484 -> 2572[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2484 -> 2573[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2485[label="vwx240",fontsize=16,color="green",shape="box"];2486[label="vwx250",fontsize=16,color="green",shape="box"];2488 -> 2052[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2488[label="compare vwx241 vwx251",fontsize=16,color="magenta"];2488 -> 2574[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2488 -> 2575[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2487[label="primCompAux vwx240 vwx250 vwx89",fontsize=16,color="black",shape="triangle"];2487 -> 2576[label="",style="solid", color="black", weight=3]; 17.24/7.19 2489[label="primCmpNat vwx240 vwx250",fontsize=16,color="burlywood",shape="triangle"];3425[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];2489 -> 3425[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3425 -> 2577[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3426[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];2489 -> 3426[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3426 -> 2578[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2490[label="vwx241",fontsize=16,color="green",shape="box"];2491[label="vwx251",fontsize=16,color="green",shape="box"];2492[label="vwx241",fontsize=16,color="green",shape="box"];2493[label="vwx251",fontsize=16,color="green",shape="box"];2494[label="vwx241",fontsize=16,color="green",shape="box"];2495[label="vwx251",fontsize=16,color="green",shape="box"];2496[label="vwx241",fontsize=16,color="green",shape="box"];2497[label="vwx251",fontsize=16,color="green",shape="box"];2498[label="vwx241",fontsize=16,color="green",shape="box"];2499[label="vwx251",fontsize=16,color="green",shape="box"];2500[label="vwx241",fontsize=16,color="green",shape="box"];2501[label="vwx251",fontsize=16,color="green",shape="box"];2502[label="vwx241",fontsize=16,color="green",shape="box"];2503[label="vwx251",fontsize=16,color="green",shape="box"];2504[label="vwx241",fontsize=16,color="green",shape="box"];2505[label="vwx251",fontsize=16,color="green",shape="box"];2506[label="vwx241",fontsize=16,color="green",shape="box"];2507[label="vwx251",fontsize=16,color="green",shape="box"];2508[label="vwx241",fontsize=16,color="green",shape="box"];2509[label="vwx251",fontsize=16,color="green",shape="box"];2510[label="vwx241",fontsize=16,color="green",shape="box"];2511[label="vwx251",fontsize=16,color="green",shape="box"];2512[label="vwx241",fontsize=16,color="green",shape="box"];2513[label="vwx251",fontsize=16,color="green",shape="box"];2514[label="vwx241",fontsize=16,color="green",shape="box"];2515[label="vwx251",fontsize=16,color="green",shape="box"];2516[label="vwx241",fontsize=16,color="green",shape="box"];2517[label="vwx251",fontsize=16,color="green",shape="box"];2518 -> 1862[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2518[label="vwx242 <= vwx252",fontsize=16,color="magenta"];2518 -> 2579[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2518 -> 2580[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2519 -> 1863[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2519[label="vwx242 <= vwx252",fontsize=16,color="magenta"];2519 -> 2581[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2519 -> 2582[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2520 -> 1864[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2520[label="vwx242 <= vwx252",fontsize=16,color="magenta"];2520 -> 2583[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2520 -> 2584[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2521 -> 1865[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2521[label="vwx242 <= vwx252",fontsize=16,color="magenta"];2521 -> 2585[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2521 -> 2586[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2522 -> 1866[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2522[label="vwx242 <= vwx252",fontsize=16,color="magenta"];2522 -> 2587[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2522 -> 2588[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2523 -> 1867[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2523[label="vwx242 <= vwx252",fontsize=16,color="magenta"];2523 -> 2589[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2523 -> 2590[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2524 -> 1868[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2524[label="vwx242 <= vwx252",fontsize=16,color="magenta"];2524 -> 2591[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2524 -> 2592[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2525 -> 1869[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2525[label="vwx242 <= vwx252",fontsize=16,color="magenta"];2525 -> 2593[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2525 -> 2594[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2526 -> 1870[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2526[label="vwx242 <= vwx252",fontsize=16,color="magenta"];2526 -> 2595[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2526 -> 2596[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2527 -> 1871[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2527[label="vwx242 <= vwx252",fontsize=16,color="magenta"];2527 -> 2597[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2527 -> 2598[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2528 -> 1872[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2528[label="vwx242 <= vwx252",fontsize=16,color="magenta"];2528 -> 2599[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2528 -> 2600[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2529 -> 1873[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2529[label="vwx242 <= vwx252",fontsize=16,color="magenta"];2529 -> 2601[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2529 -> 2602[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2530 -> 1874[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2530[label="vwx242 <= vwx252",fontsize=16,color="magenta"];2530 -> 2603[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2530 -> 2604[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2531 -> 1875[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2531[label="vwx242 <= vwx252",fontsize=16,color="magenta"];2531 -> 2605[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2531 -> 2606[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2532 -> 133[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2532[label="vwx241 == vwx251",fontsize=16,color="magenta"];2532 -> 2607[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2532 -> 2608[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2533 -> 130[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2533[label="vwx241 == vwx251",fontsize=16,color="magenta"];2533 -> 2609[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2533 -> 2610[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2534 -> 132[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2534[label="vwx241 == vwx251",fontsize=16,color="magenta"];2534 -> 2611[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2534 -> 2612[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2535 -> 134[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2535[label="vwx241 == vwx251",fontsize=16,color="magenta"];2535 -> 2613[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2535 -> 2614[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2536 -> 137[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2536[label="vwx241 == vwx251",fontsize=16,color="magenta"];2536 -> 2615[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2536 -> 2616[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2537 -> 127[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2537[label="vwx241 == vwx251",fontsize=16,color="magenta"];2537 -> 2617[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2537 -> 2618[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2538 -> 128[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2538[label="vwx241 == vwx251",fontsize=16,color="magenta"];2538 -> 2619[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2538 -> 2620[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2539 -> 131[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2539[label="vwx241 == vwx251",fontsize=16,color="magenta"];2539 -> 2621[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2539 -> 2622[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2540 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2540[label="vwx241 == vwx251",fontsize=16,color="magenta"];2540 -> 2623[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2540 -> 2624[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2541 -> 129[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2541[label="vwx241 == vwx251",fontsize=16,color="magenta"];2541 -> 2625[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2541 -> 2626[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2542 -> 140[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2542[label="vwx241 == vwx251",fontsize=16,color="magenta"];2542 -> 2627[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2542 -> 2628[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2543 -> 138[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2543[label="vwx241 == vwx251",fontsize=16,color="magenta"];2543 -> 2629[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2543 -> 2630[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2544 -> 136[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2544[label="vwx241 == vwx251",fontsize=16,color="magenta"];2544 -> 2631[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2544 -> 2632[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2545 -> 139[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2545[label="vwx241 == vwx251",fontsize=16,color="magenta"];2545 -> 2633[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2545 -> 2634[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2546[label="primCmpDouble (Double vwx240 (Pos vwx2410)) (Double vwx250 vwx251)",fontsize=16,color="burlywood",shape="box"];3427[label="vwx251/Pos vwx2510",fontsize=10,color="white",style="solid",shape="box"];2546 -> 3427[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3427 -> 2635[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3428[label="vwx251/Neg vwx2510",fontsize=10,color="white",style="solid",shape="box"];2546 -> 3428[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3428 -> 2636[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2547[label="primCmpDouble (Double vwx240 (Neg vwx2410)) (Double vwx250 vwx251)",fontsize=16,color="burlywood",shape="box"];3429[label="vwx251/Pos vwx2510",fontsize=10,color="white",style="solid",shape="box"];2547 -> 3429[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3429 -> 2637[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3430[label="vwx251/Neg vwx2510",fontsize=10,color="white",style="solid",shape="box"];2547 -> 3430[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3430 -> 2638[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 1537 -> 1041[label="",style="dashed", color="red", weight=0]; 17.24/7.19 1537[label="primMulNat vwx30100 (Succ vwx40000)",fontsize=16,color="magenta"];1537 -> 1629[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1537 -> 1630[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1536[label="primPlusNat vwx68 (Succ vwx40000)",fontsize=16,color="burlywood",shape="triangle"];3431[label="vwx68/Succ vwx680",fontsize=10,color="white",style="solid",shape="box"];1536 -> 3431[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3431 -> 1631[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3432[label="vwx68/Zero",fontsize=10,color="white",style="solid",shape="box"];1536 -> 3432[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3432 -> 1632[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2548[label="primCmpFloat (Float vwx240 (Pos vwx2410)) (Float vwx250 (Pos vwx2510))",fontsize=16,color="black",shape="box"];2548 -> 2639[label="",style="solid", color="black", weight=3]; 17.24/7.19 2549[label="primCmpFloat (Float vwx240 (Pos vwx2410)) (Float vwx250 (Neg vwx2510))",fontsize=16,color="black",shape="box"];2549 -> 2640[label="",style="solid", color="black", weight=3]; 17.24/7.19 2550[label="primCmpFloat (Float vwx240 (Neg vwx2410)) (Float vwx250 (Pos vwx2510))",fontsize=16,color="black",shape="box"];2550 -> 2641[label="",style="solid", color="black", weight=3]; 17.24/7.19 2551[label="primCmpFloat (Float vwx240 (Neg vwx2410)) (Float vwx250 (Neg vwx2510))",fontsize=16,color="black",shape="box"];2551 -> 2642[label="",style="solid", color="black", weight=3]; 17.24/7.19 2552 -> 2489[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2552[label="primCmpNat (Succ vwx2400) vwx250",fontsize=16,color="magenta"];2552 -> 2643[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2552 -> 2644[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2553[label="GT",fontsize=16,color="green",shape="box"];2554[label="primCmpInt (Pos Zero) (Pos (Succ vwx2500))",fontsize=16,color="black",shape="box"];2554 -> 2645[label="",style="solid", color="black", weight=3]; 17.24/7.19 2555[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2555 -> 2646[label="",style="solid", color="black", weight=3]; 17.24/7.19 2556[label="primCmpInt (Pos Zero) (Neg (Succ vwx2500))",fontsize=16,color="black",shape="box"];2556 -> 2647[label="",style="solid", color="black", weight=3]; 17.24/7.19 2557[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2557 -> 2648[label="",style="solid", color="black", weight=3]; 17.24/7.19 2558[label="LT",fontsize=16,color="green",shape="box"];2559 -> 2489[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2559[label="primCmpNat vwx250 (Succ vwx2400)",fontsize=16,color="magenta"];2559 -> 2649[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2559 -> 2650[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2560[label="primCmpInt (Neg Zero) (Pos (Succ vwx2500))",fontsize=16,color="black",shape="box"];2560 -> 2651[label="",style="solid", color="black", weight=3]; 17.24/7.19 2561[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2561 -> 2652[label="",style="solid", color="black", weight=3]; 17.24/7.19 2562[label="primCmpInt (Neg Zero) (Neg (Succ vwx2500))",fontsize=16,color="black",shape="box"];2562 -> 2653[label="",style="solid", color="black", weight=3]; 17.24/7.19 2563[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2563 -> 2654[label="",style="solid", color="black", weight=3]; 17.24/7.19 2564 -> 2655[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2564[label="compare2 vwx240 vwx250 (vwx240 == vwx250)",fontsize=16,color="magenta"];2564 -> 2656[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2565 -> 2657[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2565[label="compare2 vwx240 vwx250 (vwx240 == vwx250)",fontsize=16,color="magenta"];2565 -> 2658[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2566 -> 2659[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2566[label="compare2 vwx240 vwx250 (vwx240 == vwx250)",fontsize=16,color="magenta"];2566 -> 2660[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2567 -> 2661[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2567[label="compare2 vwx240 vwx250 (vwx240 == vwx250)",fontsize=16,color="magenta"];2567 -> 2662[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2568 -> 2663[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2568[label="compare2 vwx240 vwx250 (vwx240 == vwx250)",fontsize=16,color="magenta"];2568 -> 2664[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2569 -> 2665[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2569[label="compare2 vwx240 vwx250 (vwx240 == vwx250)",fontsize=16,color="magenta"];2569 -> 2666[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2570 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2570[label="vwx240 * vwx251",fontsize=16,color="magenta"];2570 -> 2667[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2570 -> 2668[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2571 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2571[label="vwx250 * vwx241",fontsize=16,color="magenta"];2571 -> 2669[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2571 -> 2670[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2572[label="vwx240 * vwx251",fontsize=16,color="burlywood",shape="triangle"];3433[label="vwx240/Integer vwx2400",fontsize=10,color="white",style="solid",shape="box"];2572 -> 3433[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3433 -> 2671[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2573 -> 2572[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2573[label="vwx250 * vwx241",fontsize=16,color="magenta"];2573 -> 2672[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2573 -> 2673[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2574[label="vwx241",fontsize=16,color="green",shape="box"];2575[label="vwx251",fontsize=16,color="green",shape="box"];2576 -> 2674[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2576[label="primCompAux0 vwx89 (compare vwx240 vwx250)",fontsize=16,color="magenta"];2576 -> 2675[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2576 -> 2676[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2577[label="primCmpNat (Succ vwx2400) vwx250",fontsize=16,color="burlywood",shape="box"];3434[label="vwx250/Succ vwx2500",fontsize=10,color="white",style="solid",shape="box"];2577 -> 3434[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3434 -> 2677[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3435[label="vwx250/Zero",fontsize=10,color="white",style="solid",shape="box"];2577 -> 3435[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3435 -> 2678[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2578[label="primCmpNat Zero vwx250",fontsize=16,color="burlywood",shape="box"];3436[label="vwx250/Succ vwx2500",fontsize=10,color="white",style="solid",shape="box"];2578 -> 3436[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3436 -> 2679[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3437[label="vwx250/Zero",fontsize=10,color="white",style="solid",shape="box"];2578 -> 3437[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3437 -> 2680[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2579[label="vwx242",fontsize=16,color="green",shape="box"];2580[label="vwx252",fontsize=16,color="green",shape="box"];2581[label="vwx242",fontsize=16,color="green",shape="box"];2582[label="vwx252",fontsize=16,color="green",shape="box"];2583[label="vwx242",fontsize=16,color="green",shape="box"];2584[label="vwx252",fontsize=16,color="green",shape="box"];2585[label="vwx242",fontsize=16,color="green",shape="box"];2586[label="vwx252",fontsize=16,color="green",shape="box"];2587[label="vwx242",fontsize=16,color="green",shape="box"];2588[label="vwx252",fontsize=16,color="green",shape="box"];2589[label="vwx242",fontsize=16,color="green",shape="box"];2590[label="vwx252",fontsize=16,color="green",shape="box"];2591[label="vwx242",fontsize=16,color="green",shape="box"];2592[label="vwx252",fontsize=16,color="green",shape="box"];2593[label="vwx242",fontsize=16,color="green",shape="box"];2594[label="vwx252",fontsize=16,color="green",shape="box"];2595[label="vwx242",fontsize=16,color="green",shape="box"];2596[label="vwx252",fontsize=16,color="green",shape="box"];2597[label="vwx242",fontsize=16,color="green",shape="box"];2598[label="vwx252",fontsize=16,color="green",shape="box"];2599[label="vwx242",fontsize=16,color="green",shape="box"];2600[label="vwx252",fontsize=16,color="green",shape="box"];2601[label="vwx242",fontsize=16,color="green",shape="box"];2602[label="vwx252",fontsize=16,color="green",shape="box"];2603[label="vwx242",fontsize=16,color="green",shape="box"];2604[label="vwx252",fontsize=16,color="green",shape="box"];2605[label="vwx242",fontsize=16,color="green",shape="box"];2606[label="vwx252",fontsize=16,color="green",shape="box"];2607[label="vwx251",fontsize=16,color="green",shape="box"];2608[label="vwx241",fontsize=16,color="green",shape="box"];2609[label="vwx251",fontsize=16,color="green",shape="box"];2610[label="vwx241",fontsize=16,color="green",shape="box"];2611[label="vwx251",fontsize=16,color="green",shape="box"];2612[label="vwx241",fontsize=16,color="green",shape="box"];2613[label="vwx251",fontsize=16,color="green",shape="box"];2614[label="vwx241",fontsize=16,color="green",shape="box"];2615[label="vwx251",fontsize=16,color="green",shape="box"];2616[label="vwx241",fontsize=16,color="green",shape="box"];2617[label="vwx251",fontsize=16,color="green",shape="box"];2618[label="vwx241",fontsize=16,color="green",shape="box"];2619[label="vwx251",fontsize=16,color="green",shape="box"];2620[label="vwx241",fontsize=16,color="green",shape="box"];2621[label="vwx251",fontsize=16,color="green",shape="box"];2622[label="vwx241",fontsize=16,color="green",shape="box"];2623[label="vwx251",fontsize=16,color="green",shape="box"];2624[label="vwx241",fontsize=16,color="green",shape="box"];2625[label="vwx251",fontsize=16,color="green",shape="box"];2626[label="vwx241",fontsize=16,color="green",shape="box"];2627[label="vwx251",fontsize=16,color="green",shape="box"];2628[label="vwx241",fontsize=16,color="green",shape="box"];2629[label="vwx251",fontsize=16,color="green",shape="box"];2630[label="vwx241",fontsize=16,color="green",shape="box"];2631[label="vwx251",fontsize=16,color="green",shape="box"];2632[label="vwx241",fontsize=16,color="green",shape="box"];2633[label="vwx251",fontsize=16,color="green",shape="box"];2634[label="vwx241",fontsize=16,color="green",shape="box"];2635[label="primCmpDouble (Double vwx240 (Pos vwx2410)) (Double vwx250 (Pos vwx2510))",fontsize=16,color="black",shape="box"];2635 -> 2681[label="",style="solid", color="black", weight=3]; 17.24/7.19 2636[label="primCmpDouble (Double vwx240 (Pos vwx2410)) (Double vwx250 (Neg vwx2510))",fontsize=16,color="black",shape="box"];2636 -> 2682[label="",style="solid", color="black", weight=3]; 17.24/7.19 2637[label="primCmpDouble (Double vwx240 (Neg vwx2410)) (Double vwx250 (Pos vwx2510))",fontsize=16,color="black",shape="box"];2637 -> 2683[label="",style="solid", color="black", weight=3]; 17.24/7.19 2638[label="primCmpDouble (Double vwx240 (Neg vwx2410)) (Double vwx250 (Neg vwx2510))",fontsize=16,color="black",shape="box"];2638 -> 2684[label="",style="solid", color="black", weight=3]; 17.24/7.19 1629[label="Succ vwx40000",fontsize=16,color="green",shape="box"];1630[label="vwx30100",fontsize=16,color="green",shape="box"];1631[label="primPlusNat (Succ vwx680) (Succ vwx40000)",fontsize=16,color="black",shape="box"];1631 -> 1679[label="",style="solid", color="black", weight=3]; 17.24/7.19 1632[label="primPlusNat Zero (Succ vwx40000)",fontsize=16,color="black",shape="box"];1632 -> 1680[label="",style="solid", color="black", weight=3]; 17.24/7.19 2639 -> 2011[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2639[label="compare (vwx240 * Pos vwx2510) (Pos vwx2410 * vwx250)",fontsize=16,color="magenta"];2639 -> 2685[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2639 -> 2686[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2640 -> 2011[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2640[label="compare (vwx240 * Pos vwx2510) (Neg vwx2410 * vwx250)",fontsize=16,color="magenta"];2640 -> 2687[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2640 -> 2688[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2641 -> 2011[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2641[label="compare (vwx240 * Neg vwx2510) (Pos vwx2410 * vwx250)",fontsize=16,color="magenta"];2641 -> 2689[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2641 -> 2690[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2642 -> 2011[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2642[label="compare (vwx240 * Neg vwx2510) (Neg vwx2410 * vwx250)",fontsize=16,color="magenta"];2642 -> 2691[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2642 -> 2692[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2643[label="vwx250",fontsize=16,color="green",shape="box"];2644[label="Succ vwx2400",fontsize=16,color="green",shape="box"];2645 -> 2489[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2645[label="primCmpNat Zero (Succ vwx2500)",fontsize=16,color="magenta"];2645 -> 2693[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2645 -> 2694[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2646[label="EQ",fontsize=16,color="green",shape="box"];2647[label="GT",fontsize=16,color="green",shape="box"];2648[label="EQ",fontsize=16,color="green",shape="box"];2649[label="Succ vwx2400",fontsize=16,color="green",shape="box"];2650[label="vwx250",fontsize=16,color="green",shape="box"];2651[label="LT",fontsize=16,color="green",shape="box"];2652[label="EQ",fontsize=16,color="green",shape="box"];2653 -> 2489[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2653[label="primCmpNat (Succ vwx2500) Zero",fontsize=16,color="magenta"];2653 -> 2695[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2653 -> 2696[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2654[label="EQ",fontsize=16,color="green",shape="box"];2656 -> 130[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2656[label="vwx240 == vwx250",fontsize=16,color="magenta"];2656 -> 2697[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2656 -> 2698[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2655[label="compare2 vwx240 vwx250 vwx90",fontsize=16,color="burlywood",shape="triangle"];3438[label="vwx90/False",fontsize=10,color="white",style="solid",shape="box"];2655 -> 3438[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3438 -> 2699[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3439[label="vwx90/True",fontsize=10,color="white",style="solid",shape="box"];2655 -> 3439[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3439 -> 2700[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2658 -> 134[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2658[label="vwx240 == vwx250",fontsize=16,color="magenta"];2658 -> 2701[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2658 -> 2702[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2657[label="compare2 vwx240 vwx250 vwx91",fontsize=16,color="burlywood",shape="triangle"];3440[label="vwx91/False",fontsize=10,color="white",style="solid",shape="box"];2657 -> 3440[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3440 -> 2703[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3441[label="vwx91/True",fontsize=10,color="white",style="solid",shape="box"];2657 -> 3441[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3441 -> 2704[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2660 -> 127[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2660[label="vwx240 == vwx250",fontsize=16,color="magenta"];2660 -> 2705[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2660 -> 2706[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2659[label="compare2 vwx240 vwx250 vwx92",fontsize=16,color="burlywood",shape="triangle"];3442[label="vwx92/False",fontsize=10,color="white",style="solid",shape="box"];2659 -> 3442[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3442 -> 2707[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3443[label="vwx92/True",fontsize=10,color="white",style="solid",shape="box"];2659 -> 3443[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3443 -> 2708[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2662 -> 135[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2662[label="vwx240 == vwx250",fontsize=16,color="magenta"];2662 -> 2709[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2662 -> 2710[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2661[label="compare2 vwx240 vwx250 vwx93",fontsize=16,color="burlywood",shape="triangle"];3444[label="vwx93/False",fontsize=10,color="white",style="solid",shape="box"];2661 -> 3444[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3444 -> 2711[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3445[label="vwx93/True",fontsize=10,color="white",style="solid",shape="box"];2661 -> 3445[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3445 -> 2712[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2664 -> 138[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2664[label="vwx240 == vwx250",fontsize=16,color="magenta"];2664 -> 2713[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2664 -> 2714[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2663[label="compare2 vwx240 vwx250 vwx94",fontsize=16,color="burlywood",shape="triangle"];3446[label="vwx94/False",fontsize=10,color="white",style="solid",shape="box"];2663 -> 3446[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3446 -> 2715[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3447[label="vwx94/True",fontsize=10,color="white",style="solid",shape="box"];2663 -> 3447[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3447 -> 2716[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2666 -> 136[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2666[label="vwx240 == vwx250",fontsize=16,color="magenta"];2666 -> 2717[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2666 -> 2718[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2665[label="compare2 vwx240 vwx250 vwx95",fontsize=16,color="burlywood",shape="triangle"];3448[label="vwx95/False",fontsize=10,color="white",style="solid",shape="box"];2665 -> 3448[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3448 -> 2719[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3449[label="vwx95/True",fontsize=10,color="white",style="solid",shape="box"];2665 -> 3449[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3449 -> 2720[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2667[label="vwx240",fontsize=16,color="green",shape="box"];2668[label="vwx251",fontsize=16,color="green",shape="box"];2669[label="vwx250",fontsize=16,color="green",shape="box"];2670[label="vwx241",fontsize=16,color="green",shape="box"];2671[label="Integer vwx2400 * vwx251",fontsize=16,color="burlywood",shape="box"];3450[label="vwx251/Integer vwx2510",fontsize=10,color="white",style="solid",shape="box"];2671 -> 3450[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3450 -> 2721[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2672[label="vwx250",fontsize=16,color="green",shape="box"];2673[label="vwx241",fontsize=16,color="green",shape="box"];2675[label="vwx89",fontsize=16,color="green",shape="box"];2676[label="compare vwx240 vwx250",fontsize=16,color="blue",shape="box"];3451[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2676 -> 3451[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3451 -> 2722[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3452[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2676 -> 3452[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3452 -> 2723[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3453[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2676 -> 3453[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3453 -> 2724[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3454[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2676 -> 3454[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3454 -> 2725[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3455[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2676 -> 3455[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3455 -> 2726[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3456[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2676 -> 3456[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3456 -> 2727[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3457[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2676 -> 3457[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3457 -> 2728[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3458[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2676 -> 3458[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3458 -> 2729[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3459[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2676 -> 3459[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3459 -> 2730[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3460[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2676 -> 3460[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3460 -> 2731[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3461[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2676 -> 3461[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3461 -> 2732[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3462[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2676 -> 3462[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3462 -> 2733[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3463[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2676 -> 3463[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3463 -> 2734[label="",style="solid", color="blue", weight=3]; 17.24/7.19 3464[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2676 -> 3464[label="",style="solid", color="blue", weight=9]; 17.24/7.19 3464 -> 2735[label="",style="solid", color="blue", weight=3]; 17.24/7.19 2674[label="primCompAux0 vwx99 vwx100",fontsize=16,color="burlywood",shape="triangle"];3465[label="vwx100/LT",fontsize=10,color="white",style="solid",shape="box"];2674 -> 3465[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3465 -> 2736[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3466[label="vwx100/EQ",fontsize=10,color="white",style="solid",shape="box"];2674 -> 3466[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3466 -> 2737[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 3467[label="vwx100/GT",fontsize=10,color="white",style="solid",shape="box"];2674 -> 3467[label="",style="solid", color="burlywood", weight=9]; 17.24/7.19 3467 -> 2738[label="",style="solid", color="burlywood", weight=3]; 17.24/7.19 2677[label="primCmpNat (Succ vwx2400) (Succ vwx2500)",fontsize=16,color="black",shape="box"];2677 -> 2739[label="",style="solid", color="black", weight=3]; 17.24/7.19 2678[label="primCmpNat (Succ vwx2400) Zero",fontsize=16,color="black",shape="box"];2678 -> 2740[label="",style="solid", color="black", weight=3]; 17.24/7.19 2679[label="primCmpNat Zero (Succ vwx2500)",fontsize=16,color="black",shape="box"];2679 -> 2741[label="",style="solid", color="black", weight=3]; 17.24/7.19 2680[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];2680 -> 2742[label="",style="solid", color="black", weight=3]; 17.24/7.19 2681 -> 2011[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2681[label="compare (vwx240 * Pos vwx2510) (Pos vwx2410 * vwx250)",fontsize=16,color="magenta"];2681 -> 2743[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2681 -> 2744[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2682 -> 2011[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2682[label="compare (vwx240 * Pos vwx2510) (Neg vwx2410 * vwx250)",fontsize=16,color="magenta"];2682 -> 2745[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2682 -> 2746[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2683 -> 2011[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2683[label="compare (vwx240 * Neg vwx2510) (Pos vwx2410 * vwx250)",fontsize=16,color="magenta"];2683 -> 2747[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2683 -> 2748[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2684 -> 2011[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2684[label="compare (vwx240 * Neg vwx2510) (Neg vwx2410 * vwx250)",fontsize=16,color="magenta"];2684 -> 2749[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2684 -> 2750[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 1679[label="Succ (Succ (primPlusNat vwx680 vwx40000))",fontsize=16,color="green",shape="box"];1679 -> 1747[label="",style="dashed", color="green", weight=3]; 17.24/7.19 1680[label="Succ vwx40000",fontsize=16,color="green",shape="box"];2685 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2685[label="vwx240 * Pos vwx2510",fontsize=16,color="magenta"];2685 -> 2751[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2685 -> 2752[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2686 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2686[label="Pos vwx2410 * vwx250",fontsize=16,color="magenta"];2686 -> 2753[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2686 -> 2754[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2687 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2687[label="vwx240 * Pos vwx2510",fontsize=16,color="magenta"];2687 -> 2755[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2687 -> 2756[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2688 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2688[label="Neg vwx2410 * vwx250",fontsize=16,color="magenta"];2688 -> 2757[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2688 -> 2758[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2689 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2689[label="vwx240 * Neg vwx2510",fontsize=16,color="magenta"];2689 -> 2759[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2689 -> 2760[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2690 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2690[label="Pos vwx2410 * vwx250",fontsize=16,color="magenta"];2690 -> 2761[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2690 -> 2762[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2691 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2691[label="vwx240 * Neg vwx2510",fontsize=16,color="magenta"];2691 -> 2763[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2691 -> 2764[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2692 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2692[label="Neg vwx2410 * vwx250",fontsize=16,color="magenta"];2692 -> 2765[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2692 -> 2766[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2693[label="Succ vwx2500",fontsize=16,color="green",shape="box"];2694[label="Zero",fontsize=16,color="green",shape="box"];2695[label="Zero",fontsize=16,color="green",shape="box"];2696[label="Succ vwx2500",fontsize=16,color="green",shape="box"];2697[label="vwx250",fontsize=16,color="green",shape="box"];2698[label="vwx240",fontsize=16,color="green",shape="box"];2699[label="compare2 vwx240 vwx250 False",fontsize=16,color="black",shape="box"];2699 -> 2767[label="",style="solid", color="black", weight=3]; 17.24/7.19 2700[label="compare2 vwx240 vwx250 True",fontsize=16,color="black",shape="box"];2700 -> 2768[label="",style="solid", color="black", weight=3]; 17.24/7.19 2701[label="vwx250",fontsize=16,color="green",shape="box"];2702[label="vwx240",fontsize=16,color="green",shape="box"];2703[label="compare2 vwx240 vwx250 False",fontsize=16,color="black",shape="box"];2703 -> 2769[label="",style="solid", color="black", weight=3]; 17.24/7.19 2704[label="compare2 vwx240 vwx250 True",fontsize=16,color="black",shape="box"];2704 -> 2770[label="",style="solid", color="black", weight=3]; 17.24/7.19 2705[label="vwx250",fontsize=16,color="green",shape="box"];2706[label="vwx240",fontsize=16,color="green",shape="box"];2707[label="compare2 vwx240 vwx250 False",fontsize=16,color="black",shape="box"];2707 -> 2771[label="",style="solid", color="black", weight=3]; 17.24/7.19 2708[label="compare2 vwx240 vwx250 True",fontsize=16,color="black",shape="box"];2708 -> 2772[label="",style="solid", color="black", weight=3]; 17.24/7.19 2709[label="vwx250",fontsize=16,color="green",shape="box"];2710[label="vwx240",fontsize=16,color="green",shape="box"];2711[label="compare2 vwx240 vwx250 False",fontsize=16,color="black",shape="box"];2711 -> 2773[label="",style="solid", color="black", weight=3]; 17.24/7.19 2712[label="compare2 vwx240 vwx250 True",fontsize=16,color="black",shape="box"];2712 -> 2774[label="",style="solid", color="black", weight=3]; 17.24/7.19 2713[label="vwx250",fontsize=16,color="green",shape="box"];2714[label="vwx240",fontsize=16,color="green",shape="box"];2715[label="compare2 vwx240 vwx250 False",fontsize=16,color="black",shape="box"];2715 -> 2775[label="",style="solid", color="black", weight=3]; 17.24/7.19 2716[label="compare2 vwx240 vwx250 True",fontsize=16,color="black",shape="box"];2716 -> 2776[label="",style="solid", color="black", weight=3]; 17.24/7.19 2717[label="vwx250",fontsize=16,color="green",shape="box"];2718[label="vwx240",fontsize=16,color="green",shape="box"];2719[label="compare2 vwx240 vwx250 False",fontsize=16,color="black",shape="box"];2719 -> 2777[label="",style="solid", color="black", weight=3]; 17.24/7.19 2720[label="compare2 vwx240 vwx250 True",fontsize=16,color="black",shape="box"];2720 -> 2778[label="",style="solid", color="black", weight=3]; 17.24/7.19 2721[label="Integer vwx2400 * Integer vwx2510",fontsize=16,color="black",shape="box"];2721 -> 2779[label="",style="solid", color="black", weight=3]; 17.24/7.19 2722 -> 2009[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2722[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2722 -> 2780[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2722 -> 2781[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2723 -> 2316[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2723[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2723 -> 2782[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2723 -> 2783[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2724 -> 2011[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2724[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2724 -> 2784[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2724 -> 2785[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2725 -> 2320[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2725[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2725 -> 2786[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2725 -> 2787[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2726 -> 2018[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2726[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2726 -> 2788[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2726 -> 2789[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2727 -> 2324[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2727[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2727 -> 2790[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2727 -> 2791[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2728 -> 2048[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2728[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2728 -> 2792[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2728 -> 2793[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2729 -> 2050[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2729[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2729 -> 2794[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2729 -> 2795[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2730 -> 2330[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2730[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2730 -> 2796[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2730 -> 2797[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2731 -> 2052[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2731[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2731 -> 2798[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2731 -> 2799[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2732 -> 2054[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2732[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2732 -> 2800[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2732 -> 2801[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2733 -> 2336[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2733[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2733 -> 2802[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2733 -> 2803[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2734 -> 2338[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2734[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2734 -> 2804[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2734 -> 2805[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2735 -> 2070[label="",style="dashed", color="red", weight=0]; 17.24/7.19 2735[label="compare vwx240 vwx250",fontsize=16,color="magenta"];2735 -> 2806[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2735 -> 2807[label="",style="dashed", color="magenta", weight=3]; 17.24/7.19 2736[label="primCompAux0 vwx99 LT",fontsize=16,color="black",shape="box"];2736 -> 2808[label="",style="solid", color="black", weight=3]; 17.24/7.20 2737[label="primCompAux0 vwx99 EQ",fontsize=16,color="black",shape="box"];2737 -> 2809[label="",style="solid", color="black", weight=3]; 17.24/7.20 2738[label="primCompAux0 vwx99 GT",fontsize=16,color="black",shape="box"];2738 -> 2810[label="",style="solid", color="black", weight=3]; 17.24/7.20 2739 -> 2489[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2739[label="primCmpNat vwx2400 vwx2500",fontsize=16,color="magenta"];2739 -> 2811[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2739 -> 2812[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2740[label="GT",fontsize=16,color="green",shape="box"];2741[label="LT",fontsize=16,color="green",shape="box"];2742[label="EQ",fontsize=16,color="green",shape="box"];2743 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2743[label="vwx240 * Pos vwx2510",fontsize=16,color="magenta"];2743 -> 2813[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2743 -> 2814[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2744 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2744[label="Pos vwx2410 * vwx250",fontsize=16,color="magenta"];2744 -> 2815[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2744 -> 2816[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2745 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2745[label="vwx240 * Pos vwx2510",fontsize=16,color="magenta"];2745 -> 2817[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2745 -> 2818[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2746 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2746[label="Neg vwx2410 * vwx250",fontsize=16,color="magenta"];2746 -> 2819[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2746 -> 2820[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2747 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2747[label="vwx240 * Neg vwx2510",fontsize=16,color="magenta"];2747 -> 2821[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2747 -> 2822[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2748 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2748[label="Pos vwx2410 * vwx250",fontsize=16,color="magenta"];2748 -> 2823[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2748 -> 2824[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2749 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2749[label="vwx240 * Neg vwx2510",fontsize=16,color="magenta"];2749 -> 2825[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2749 -> 2826[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2750 -> 506[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2750[label="Neg vwx2410 * vwx250",fontsize=16,color="magenta"];2750 -> 2827[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2750 -> 2828[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 1747[label="primPlusNat vwx680 vwx40000",fontsize=16,color="burlywood",shape="triangle"];3468[label="vwx680/Succ vwx6800",fontsize=10,color="white",style="solid",shape="box"];1747 -> 3468[label="",style="solid", color="burlywood", weight=9]; 17.24/7.20 3468 -> 1826[label="",style="solid", color="burlywood", weight=3]; 17.24/7.20 3469[label="vwx680/Zero",fontsize=10,color="white",style="solid",shape="box"];1747 -> 3469[label="",style="solid", color="burlywood", weight=9]; 17.24/7.20 3469 -> 1827[label="",style="solid", color="burlywood", weight=3]; 17.24/7.20 2751[label="vwx240",fontsize=16,color="green",shape="box"];2752[label="Pos vwx2510",fontsize=16,color="green",shape="box"];2753[label="Pos vwx2410",fontsize=16,color="green",shape="box"];2754[label="vwx250",fontsize=16,color="green",shape="box"];2755[label="vwx240",fontsize=16,color="green",shape="box"];2756[label="Pos vwx2510",fontsize=16,color="green",shape="box"];2757[label="Neg vwx2410",fontsize=16,color="green",shape="box"];2758[label="vwx250",fontsize=16,color="green",shape="box"];2759[label="vwx240",fontsize=16,color="green",shape="box"];2760[label="Neg vwx2510",fontsize=16,color="green",shape="box"];2761[label="Pos vwx2410",fontsize=16,color="green",shape="box"];2762[label="vwx250",fontsize=16,color="green",shape="box"];2763[label="vwx240",fontsize=16,color="green",shape="box"];2764[label="Neg vwx2510",fontsize=16,color="green",shape="box"];2765[label="Neg vwx2410",fontsize=16,color="green",shape="box"];2766[label="vwx250",fontsize=16,color="green",shape="box"];2767 -> 2829[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2767[label="compare1 vwx240 vwx250 (vwx240 <= vwx250)",fontsize=16,color="magenta"];2767 -> 2830[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2768[label="EQ",fontsize=16,color="green",shape="box"];2769 -> 2831[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2769[label="compare1 vwx240 vwx250 (vwx240 <= vwx250)",fontsize=16,color="magenta"];2769 -> 2832[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2770[label="EQ",fontsize=16,color="green",shape="box"];2771 -> 1832[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2771[label="compare1 vwx240 vwx250 (vwx240 <= vwx250)",fontsize=16,color="magenta"];2771 -> 2833[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2772[label="EQ",fontsize=16,color="green",shape="box"];2773 -> 2834[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2773[label="compare1 vwx240 vwx250 (vwx240 <= vwx250)",fontsize=16,color="magenta"];2773 -> 2835[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2774[label="EQ",fontsize=16,color="green",shape="box"];2775 -> 2836[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2775[label="compare1 vwx240 vwx250 (vwx240 <= vwx250)",fontsize=16,color="magenta"];2775 -> 2837[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2776[label="EQ",fontsize=16,color="green",shape="box"];2777 -> 2838[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2777[label="compare1 vwx240 vwx250 (vwx240 <= vwx250)",fontsize=16,color="magenta"];2777 -> 2839[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2778[label="EQ",fontsize=16,color="green",shape="box"];2779[label="Integer (primMulInt vwx2400 vwx2510)",fontsize=16,color="green",shape="box"];2779 -> 2840[label="",style="dashed", color="green", weight=3]; 17.24/7.20 2780[label="vwx240",fontsize=16,color="green",shape="box"];2781[label="vwx250",fontsize=16,color="green",shape="box"];2782[label="vwx240",fontsize=16,color="green",shape="box"];2783[label="vwx250",fontsize=16,color="green",shape="box"];2784[label="vwx240",fontsize=16,color="green",shape="box"];2785[label="vwx250",fontsize=16,color="green",shape="box"];2786[label="vwx240",fontsize=16,color="green",shape="box"];2787[label="vwx250",fontsize=16,color="green",shape="box"];2788[label="vwx240",fontsize=16,color="green",shape="box"];2789[label="vwx250",fontsize=16,color="green",shape="box"];2790[label="vwx240",fontsize=16,color="green",shape="box"];2791[label="vwx250",fontsize=16,color="green",shape="box"];2792[label="vwx240",fontsize=16,color="green",shape="box"];2793[label="vwx250",fontsize=16,color="green",shape="box"];2794[label="vwx240",fontsize=16,color="green",shape="box"];2795[label="vwx250",fontsize=16,color="green",shape="box"];2796[label="vwx240",fontsize=16,color="green",shape="box"];2797[label="vwx250",fontsize=16,color="green",shape="box"];2798[label="vwx240",fontsize=16,color="green",shape="box"];2799[label="vwx250",fontsize=16,color="green",shape="box"];2800[label="vwx240",fontsize=16,color="green",shape="box"];2801[label="vwx250",fontsize=16,color="green",shape="box"];2802[label="vwx240",fontsize=16,color="green",shape="box"];2803[label="vwx250",fontsize=16,color="green",shape="box"];2804[label="vwx240",fontsize=16,color="green",shape="box"];2805[label="vwx250",fontsize=16,color="green",shape="box"];2806[label="vwx240",fontsize=16,color="green",shape="box"];2807[label="vwx250",fontsize=16,color="green",shape="box"];2808[label="LT",fontsize=16,color="green",shape="box"];2809[label="vwx99",fontsize=16,color="green",shape="box"];2810[label="GT",fontsize=16,color="green",shape="box"];2811[label="vwx2500",fontsize=16,color="green",shape="box"];2812[label="vwx2400",fontsize=16,color="green",shape="box"];2813[label="vwx240",fontsize=16,color="green",shape="box"];2814[label="Pos vwx2510",fontsize=16,color="green",shape="box"];2815[label="Pos vwx2410",fontsize=16,color="green",shape="box"];2816[label="vwx250",fontsize=16,color="green",shape="box"];2817[label="vwx240",fontsize=16,color="green",shape="box"];2818[label="Pos vwx2510",fontsize=16,color="green",shape="box"];2819[label="Neg vwx2410",fontsize=16,color="green",shape="box"];2820[label="vwx250",fontsize=16,color="green",shape="box"];2821[label="vwx240",fontsize=16,color="green",shape="box"];2822[label="Neg vwx2510",fontsize=16,color="green",shape="box"];2823[label="Pos vwx2410",fontsize=16,color="green",shape="box"];2824[label="vwx250",fontsize=16,color="green",shape="box"];2825[label="vwx240",fontsize=16,color="green",shape="box"];2826[label="Neg vwx2510",fontsize=16,color="green",shape="box"];2827[label="Neg vwx2410",fontsize=16,color="green",shape="box"];2828[label="vwx250",fontsize=16,color="green",shape="box"];1826[label="primPlusNat (Succ vwx6800) vwx40000",fontsize=16,color="burlywood",shape="box"];3470[label="vwx40000/Succ vwx400000",fontsize=10,color="white",style="solid",shape="box"];1826 -> 3470[label="",style="solid", color="burlywood", weight=9]; 17.24/7.20 3470 -> 1856[label="",style="solid", color="burlywood", weight=3]; 17.24/7.20 3471[label="vwx40000/Zero",fontsize=10,color="white",style="solid",shape="box"];1826 -> 3471[label="",style="solid", color="burlywood", weight=9]; 17.24/7.20 3471 -> 1857[label="",style="solid", color="burlywood", weight=3]; 17.24/7.20 1827[label="primPlusNat Zero vwx40000",fontsize=16,color="burlywood",shape="box"];3472[label="vwx40000/Succ vwx400000",fontsize=10,color="white",style="solid",shape="box"];1827 -> 3472[label="",style="solid", color="burlywood", weight=9]; 17.24/7.20 3472 -> 1858[label="",style="solid", color="burlywood", weight=3]; 17.24/7.20 3473[label="vwx40000/Zero",fontsize=10,color="white",style="solid",shape="box"];1827 -> 3473[label="",style="solid", color="burlywood", weight=9]; 17.24/7.20 3473 -> 1859[label="",style="solid", color="burlywood", weight=3]; 17.24/7.20 2830 -> 1863[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2830[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2830 -> 2841[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2830 -> 2842[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2829[label="compare1 vwx240 vwx250 vwx101",fontsize=16,color="burlywood",shape="triangle"];3474[label="vwx101/False",fontsize=10,color="white",style="solid",shape="box"];2829 -> 3474[label="",style="solid", color="burlywood", weight=9]; 17.24/7.20 3474 -> 2843[label="",style="solid", color="burlywood", weight=3]; 17.24/7.20 3475[label="vwx101/True",fontsize=10,color="white",style="solid",shape="box"];2829 -> 3475[label="",style="solid", color="burlywood", weight=9]; 17.24/7.20 3475 -> 2844[label="",style="solid", color="burlywood", weight=3]; 17.24/7.20 2832 -> 1865[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2832[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2832 -> 2845[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2832 -> 2846[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2831[label="compare1 vwx240 vwx250 vwx102",fontsize=16,color="burlywood",shape="triangle"];3476[label="vwx102/False",fontsize=10,color="white",style="solid",shape="box"];2831 -> 3476[label="",style="solid", color="burlywood", weight=9]; 17.24/7.20 3476 -> 2847[label="",style="solid", color="burlywood", weight=3]; 17.24/7.20 3477[label="vwx102/True",fontsize=10,color="white",style="solid",shape="box"];2831 -> 3477[label="",style="solid", color="burlywood", weight=9]; 17.24/7.20 3477 -> 2848[label="",style="solid", color="burlywood", weight=3]; 17.24/7.20 2833 -> 1867[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2833[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2833 -> 2849[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2833 -> 2850[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2835 -> 1870[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2835[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2835 -> 2851[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2835 -> 2852[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2834[label="compare1 vwx240 vwx250 vwx103",fontsize=16,color="burlywood",shape="triangle"];3478[label="vwx103/False",fontsize=10,color="white",style="solid",shape="box"];2834 -> 3478[label="",style="solid", color="burlywood", weight=9]; 17.24/7.20 3478 -> 2853[label="",style="solid", color="burlywood", weight=3]; 17.24/7.20 3479[label="vwx103/True",fontsize=10,color="white",style="solid",shape="box"];2834 -> 3479[label="",style="solid", color="burlywood", weight=9]; 17.24/7.20 3479 -> 2854[label="",style="solid", color="burlywood", weight=3]; 17.24/7.20 2837 -> 1873[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2837[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2837 -> 2855[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2837 -> 2856[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2836[label="compare1 vwx240 vwx250 vwx104",fontsize=16,color="burlywood",shape="triangle"];3480[label="vwx104/False",fontsize=10,color="white",style="solid",shape="box"];2836 -> 3480[label="",style="solid", color="burlywood", weight=9]; 17.24/7.20 3480 -> 2857[label="",style="solid", color="burlywood", weight=3]; 17.24/7.20 3481[label="vwx104/True",fontsize=10,color="white",style="solid",shape="box"];2836 -> 3481[label="",style="solid", color="burlywood", weight=9]; 17.24/7.20 3481 -> 2858[label="",style="solid", color="burlywood", weight=3]; 17.24/7.20 2839 -> 1874[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2839[label="vwx240 <= vwx250",fontsize=16,color="magenta"];2839 -> 2859[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2839 -> 2860[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2838[label="compare1 vwx240 vwx250 vwx105",fontsize=16,color="burlywood",shape="triangle"];3482[label="vwx105/False",fontsize=10,color="white",style="solid",shape="box"];2838 -> 3482[label="",style="solid", color="burlywood", weight=9]; 17.24/7.20 3482 -> 2861[label="",style="solid", color="burlywood", weight=3]; 17.24/7.20 3483[label="vwx105/True",fontsize=10,color="white",style="solid",shape="box"];2838 -> 3483[label="",style="solid", color="burlywood", weight=9]; 17.24/7.20 3483 -> 2862[label="",style="solid", color="burlywood", weight=3]; 17.24/7.20 2840 -> 666[label="",style="dashed", color="red", weight=0]; 17.24/7.20 2840[label="primMulInt vwx2400 vwx2510",fontsize=16,color="magenta"];2840 -> 2863[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2840 -> 2864[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 1856[label="primPlusNat (Succ vwx6800) (Succ vwx400000)",fontsize=16,color="black",shape="box"];1856 -> 1890[label="",style="solid", color="black", weight=3]; 17.24/7.20 1857[label="primPlusNat (Succ vwx6800) Zero",fontsize=16,color="black",shape="box"];1857 -> 1891[label="",style="solid", color="black", weight=3]; 17.24/7.20 1858[label="primPlusNat Zero (Succ vwx400000)",fontsize=16,color="black",shape="box"];1858 -> 1892[label="",style="solid", color="black", weight=3]; 17.24/7.20 1859[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];1859 -> 1893[label="",style="solid", color="black", weight=3]; 17.24/7.20 2841[label="vwx240",fontsize=16,color="green",shape="box"];2842[label="vwx250",fontsize=16,color="green",shape="box"];2843[label="compare1 vwx240 vwx250 False",fontsize=16,color="black",shape="box"];2843 -> 2865[label="",style="solid", color="black", weight=3]; 17.24/7.20 2844[label="compare1 vwx240 vwx250 True",fontsize=16,color="black",shape="box"];2844 -> 2866[label="",style="solid", color="black", weight=3]; 17.24/7.20 2845[label="vwx240",fontsize=16,color="green",shape="box"];2846[label="vwx250",fontsize=16,color="green",shape="box"];2847[label="compare1 vwx240 vwx250 False",fontsize=16,color="black",shape="box"];2847 -> 2867[label="",style="solid", color="black", weight=3]; 17.24/7.20 2848[label="compare1 vwx240 vwx250 True",fontsize=16,color="black",shape="box"];2848 -> 2868[label="",style="solid", color="black", weight=3]; 17.24/7.20 2849[label="vwx240",fontsize=16,color="green",shape="box"];2850[label="vwx250",fontsize=16,color="green",shape="box"];2851[label="vwx240",fontsize=16,color="green",shape="box"];2852[label="vwx250",fontsize=16,color="green",shape="box"];2853[label="compare1 vwx240 vwx250 False",fontsize=16,color="black",shape="box"];2853 -> 2869[label="",style="solid", color="black", weight=3]; 17.24/7.20 2854[label="compare1 vwx240 vwx250 True",fontsize=16,color="black",shape="box"];2854 -> 2870[label="",style="solid", color="black", weight=3]; 17.24/7.20 2855[label="vwx240",fontsize=16,color="green",shape="box"];2856[label="vwx250",fontsize=16,color="green",shape="box"];2857[label="compare1 vwx240 vwx250 False",fontsize=16,color="black",shape="box"];2857 -> 2871[label="",style="solid", color="black", weight=3]; 17.24/7.20 2858[label="compare1 vwx240 vwx250 True",fontsize=16,color="black",shape="box"];2858 -> 2872[label="",style="solid", color="black", weight=3]; 17.24/7.20 2859[label="vwx240",fontsize=16,color="green",shape="box"];2860[label="vwx250",fontsize=16,color="green",shape="box"];2861[label="compare1 vwx240 vwx250 False",fontsize=16,color="black",shape="box"];2861 -> 2873[label="",style="solid", color="black", weight=3]; 17.24/7.20 2862[label="compare1 vwx240 vwx250 True",fontsize=16,color="black",shape="box"];2862 -> 2874[label="",style="solid", color="black", weight=3]; 17.24/7.20 2863[label="vwx2400",fontsize=16,color="green",shape="box"];2864[label="vwx2510",fontsize=16,color="green",shape="box"];1890[label="Succ (Succ (primPlusNat vwx6800 vwx400000))",fontsize=16,color="green",shape="box"];1890 -> 1942[label="",style="dashed", color="green", weight=3]; 17.24/7.20 1891[label="Succ vwx6800",fontsize=16,color="green",shape="box"];1892[label="Succ vwx400000",fontsize=16,color="green",shape="box"];1893[label="Zero",fontsize=16,color="green",shape="box"];2865[label="compare0 vwx240 vwx250 otherwise",fontsize=16,color="black",shape="box"];2865 -> 2875[label="",style="solid", color="black", weight=3]; 17.24/7.20 2866[label="LT",fontsize=16,color="green",shape="box"];2867[label="compare0 vwx240 vwx250 otherwise",fontsize=16,color="black",shape="box"];2867 -> 2876[label="",style="solid", color="black", weight=3]; 17.24/7.20 2868[label="LT",fontsize=16,color="green",shape="box"];2869[label="compare0 vwx240 vwx250 otherwise",fontsize=16,color="black",shape="box"];2869 -> 2877[label="",style="solid", color="black", weight=3]; 17.24/7.20 2870[label="LT",fontsize=16,color="green",shape="box"];2871[label="compare0 vwx240 vwx250 otherwise",fontsize=16,color="black",shape="box"];2871 -> 2878[label="",style="solid", color="black", weight=3]; 17.24/7.20 2872[label="LT",fontsize=16,color="green",shape="box"];2873[label="compare0 vwx240 vwx250 otherwise",fontsize=16,color="black",shape="box"];2873 -> 2879[label="",style="solid", color="black", weight=3]; 17.24/7.20 2874[label="LT",fontsize=16,color="green",shape="box"];1942 -> 1747[label="",style="dashed", color="red", weight=0]; 17.24/7.20 1942[label="primPlusNat vwx6800 vwx400000",fontsize=16,color="magenta"];1942 -> 1975[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 1942 -> 1976[label="",style="dashed", color="magenta", weight=3]; 17.24/7.20 2875[label="compare0 vwx240 vwx250 True",fontsize=16,color="black",shape="box"];2875 -> 2880[label="",style="solid", color="black", weight=3]; 17.24/7.20 2876[label="compare0 vwx240 vwx250 True",fontsize=16,color="black",shape="box"];2876 -> 2881[label="",style="solid", color="black", weight=3]; 17.24/7.20 2877[label="compare0 vwx240 vwx250 True",fontsize=16,color="black",shape="box"];2877 -> 2882[label="",style="solid", color="black", weight=3]; 17.24/7.20 2878[label="compare0 vwx240 vwx250 True",fontsize=16,color="black",shape="box"];2878 -> 2883[label="",style="solid", color="black", weight=3]; 17.24/7.20 2879[label="compare0 vwx240 vwx250 True",fontsize=16,color="black",shape="box"];2879 -> 2884[label="",style="solid", color="black", weight=3]; 17.24/7.20 1975[label="vwx6800",fontsize=16,color="green",shape="box"];1976[label="vwx400000",fontsize=16,color="green",shape="box"];2880[label="GT",fontsize=16,color="green",shape="box"];2881[label="GT",fontsize=16,color="green",shape="box"];2882[label="GT",fontsize=16,color="green",shape="box"];2883[label="GT",fontsize=16,color="green",shape="box"];2884[label="GT",fontsize=16,color="green",shape="box"];} 17.24/7.20 17.24/7.20 ---------------------------------------- 17.24/7.20 17.24/7.20 (14) 17.24/7.20 Complex Obligation (AND) 17.24/7.20 17.24/7.20 ---------------------------------------- 17.24/7.20 17.24/7.20 (15) 17.24/7.20 Obligation: 17.24/7.20 Q DP problem: 17.24/7.20 The TRS P consists of the following rules: 17.24/7.20 17.24/7.20 new_primCmpNat(Succ(vwx2400), Succ(vwx2500)) -> new_primCmpNat(vwx2400, vwx2500) 17.24/7.20 17.24/7.20 R is empty. 17.24/7.20 Q is empty. 17.24/7.20 We have to consider all minimal (P,Q,R)-chains. 17.24/7.20 ---------------------------------------- 17.24/7.20 17.24/7.20 (16) QDPSizeChangeProof (EQUIVALENT) 17.24/7.20 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. 17.24/7.20 17.24/7.20 From the DPs we obtained the following set of size-change graphs: 17.24/7.20 *new_primCmpNat(Succ(vwx2400), Succ(vwx2500)) -> new_primCmpNat(vwx2400, vwx2500) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2 17.24/7.20 17.24/7.20 17.24/7.20 ---------------------------------------- 17.24/7.20 17.24/7.20 (17) 17.24/7.20 YES 17.24/7.20 17.24/7.20 ---------------------------------------- 17.24/7.20 17.24/7.20 (18) 17.24/7.20 Obligation: 17.24/7.20 Q DP problem: 17.24/7.20 The TRS P consists of the following rules: 17.24/7.20 17.24/7.20 new_primMulNat(Succ(vwx30100), Succ(vwx40000)) -> new_primMulNat(vwx30100, Succ(vwx40000)) 17.24/7.20 17.24/7.20 R is empty. 17.24/7.20 Q is empty. 17.24/7.20 We have to consider all minimal (P,Q,R)-chains. 17.24/7.20 ---------------------------------------- 17.24/7.20 17.24/7.20 (19) QDPSizeChangeProof (EQUIVALENT) 17.24/7.20 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. 17.24/7.20 17.24/7.20 From the DPs we obtained the following set of size-change graphs: 17.24/7.20 *new_primMulNat(Succ(vwx30100), Succ(vwx40000)) -> new_primMulNat(vwx30100, Succ(vwx40000)) 17.24/7.20 The graph contains the following edges 1 > 1, 2 >= 2 17.24/7.20 17.24/7.20 17.24/7.20 ---------------------------------------- 17.24/7.20 17.24/7.20 (20) 17.24/7.20 YES 17.24/7.20 17.24/7.20 ---------------------------------------- 17.24/7.20 17.24/7.20 (21) 17.24/7.20 Obligation: 17.24/7.20 Q DP problem: 17.24/7.20 The TRS P consists of the following rules: 17.24/7.20 17.24/7.20 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(app(ty_@3, ff), fg), fh)) -> new_esEs2(vwx301, vwx401, ff, fg, fh) 17.24/7.20 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(app(ty_@2, bbc), bbd), bba) -> new_esEs1(vwx301, vwx401, bbc, bbd) 17.24/7.20 new_esEs0(Left(vwx300), Left(vwx400), app(app(ty_@2, cf), cg), cd) -> new_esEs1(vwx300, vwx400, cf, cg) 17.24/7.20 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, bda), he, bba) -> new_esEs3(vwx300, vwx400, bda) 17.24/7.20 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(app(ty_@2, baa), bab)) -> new_esEs1(vwx302, vwx402, baa, bab) 17.24/7.20 new_esEs3(Just(vwx300), Just(vwx400), app(app(ty_Either, bdb), bdc)) -> new_esEs0(vwx300, vwx400, bdb, bdc) 17.24/7.20 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_Either, eh), fa)) -> new_esEs0(vwx301, vwx401, eh, fa) 17.24/7.20 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, gb), gc), gd) -> new_esEs0(vwx300, vwx400, gb, gc) 17.24/7.20 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(ty_Maybe, baf)) -> new_esEs3(vwx302, vwx402, baf) 17.24/7.20 new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, bd), be)) -> new_esEs1(vwx300, vwx400, bd, be) 17.24/7.20 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], ge), gd) -> new_esEs(vwx300, vwx400, ge) 17.24/7.20 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(ty_Maybe, bbh), bba) -> new_esEs3(vwx301, vwx401, bbh) 17.24/7.20 new_esEs0(Right(vwx300), Right(vwx400), de, app(app(ty_Either, df), dg)) -> new_esEs0(vwx300, vwx400, df, dg) 17.24/7.20 new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), h) -> new_esEs(vwx301, vwx401, h) 17.24/7.20 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(ty_[], hh)) -> new_esEs(vwx302, vwx402, hh) 17.24/7.20 new_esEs3(Just(vwx300), Just(vwx400), app(ty_Maybe, beb)) -> new_esEs3(vwx300, vwx400, beb) 17.24/7.20 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(ty_[], bbb), bba) -> new_esEs(vwx301, vwx401, bbb) 17.24/7.20 new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], bc)) -> new_esEs(vwx300, vwx400, bc) 17.24/7.20 new_esEs0(Right(vwx300), Right(vwx400), de, app(ty_[], dh)) -> new_esEs(vwx300, vwx400, dh) 17.24/7.20 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], bcc), he, bba) -> new_esEs(vwx300, vwx400, bcc) 17.24/7.20 new_esEs0(Left(vwx300), Left(vwx400), app(app(app(ty_@3, da), db), dc), cd) -> new_esEs2(vwx300, vwx400, da, db, dc) 17.24/7.20 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(app(app(ty_@3, bbe), bbf), bbg), bba) -> new_esEs2(vwx301, vwx401, bbe, bbf, bbg) 17.24/7.20 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, bcf), bcg), bch), he, bba) -> new_esEs2(vwx300, vwx400, bcf, bcg, bch) 17.24/7.20 new_esEs0(Right(vwx300), Right(vwx400), de, app(ty_Maybe, ef)) -> new_esEs3(vwx300, vwx400, ef) 17.24/7.20 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(app(ty_Either, bag), bah), bba) -> new_esEs0(vwx301, vwx401, bag, bah) 17.24/7.20 new_esEs0(Left(vwx300), Left(vwx400), app(app(ty_Either, cb), cc), cd) -> new_esEs0(vwx300, vwx400, cb, cc) 17.24/7.20 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_Maybe, ga)) -> new_esEs3(vwx301, vwx401, ga) 17.24/7.20 new_esEs3(Just(vwx300), Just(vwx400), app(ty_[], bdd)) -> new_esEs(vwx300, vwx400, bdd) 17.24/7.20 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(app(ty_Either, hf), hg)) -> new_esEs0(vwx302, vwx402, hf, hg) 17.24/7.20 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, bca), bcb), he, bba) -> new_esEs0(vwx300, vwx400, bca, bcb) 17.24/7.20 new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, ca)) -> new_esEs3(vwx300, vwx400, ca) 17.24/7.20 new_esEs0(Right(vwx300), Right(vwx400), de, app(app(ty_@2, ea), eb)) -> new_esEs1(vwx300, vwx400, ea, eb) 17.24/7.20 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, gh), ha), hb), gd) -> new_esEs2(vwx300, vwx400, gh, ha, hb) 17.24/7.20 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, hc), gd) -> new_esEs3(vwx300, vwx400, hc) 17.24/7.20 new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, ba), bb)) -> new_esEs0(vwx300, vwx400, ba, bb) 17.24/7.20 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, gf), gg), gd) -> new_esEs1(vwx300, vwx400, gf, gg) 17.24/7.20 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_[], fb)) -> new_esEs(vwx301, vwx401, fb) 17.24/7.20 new_esEs0(Right(vwx300), Right(vwx400), de, app(app(app(ty_@3, ec), ed), ee)) -> new_esEs2(vwx300, vwx400, ec, ed, ee) 17.24/7.20 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(app(app(ty_@3, bac), bad), bae)) -> new_esEs2(vwx302, vwx402, bac, bad, bae) 17.24/7.20 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_@2, fc), fd)) -> new_esEs1(vwx301, vwx401, fc, fd) 17.24/7.20 new_esEs0(Left(vwx300), Left(vwx400), app(ty_Maybe, dd), cd) -> new_esEs3(vwx300, vwx400, dd) 17.24/7.20 new_esEs3(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bdg), bdh), bea)) -> new_esEs2(vwx300, vwx400, bdg, bdh, bea) 17.24/7.20 new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, bf), bg), bh)) -> new_esEs2(vwx300, vwx400, bf, bg, bh) 17.24/7.20 new_esEs0(Left(vwx300), Left(vwx400), app(ty_[], ce), cd) -> new_esEs(vwx300, vwx400, ce) 17.24/7.20 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, bcd), bce), he, bba) -> new_esEs1(vwx300, vwx400, bcd, bce) 17.24/7.20 new_esEs3(Just(vwx300), Just(vwx400), app(app(ty_@2, bde), bdf)) -> new_esEs1(vwx300, vwx400, bde, bdf) 17.24/7.20 17.24/7.20 R is empty. 17.24/7.20 Q is empty. 17.24/7.20 We have to consider all minimal (P,Q,R)-chains. 17.24/7.20 ---------------------------------------- 17.24/7.20 17.24/7.20 (22) QDPSizeChangeProof (EQUIVALENT) 17.24/7.20 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. 17.24/7.20 17.24/7.20 From the DPs we obtained the following set of size-change graphs: 17.24/7.20 *new_esEs3(Just(vwx300), Just(vwx400), app(app(ty_@2, bde), bdf)) -> new_esEs1(vwx300, vwx400, bde, bdf) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs3(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bdg), bdh), bea)) -> new_esEs2(vwx300, vwx400, bdg, bdh, bea) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs3(Just(vwx300), Just(vwx400), app(app(ty_Either, bdb), bdc)) -> new_esEs0(vwx300, vwx400, bdb, bdc) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, bd), be)) -> new_esEs1(vwx300, vwx400, bd, be) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, bf), bg), bh)) -> new_esEs2(vwx300, vwx400, bf, bg, bh) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, ba), bb)) -> new_esEs0(vwx300, vwx400, ba, bb) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs3(Just(vwx300), Just(vwx400), app(ty_Maybe, beb)) -> new_esEs3(vwx300, vwx400, beb) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs3(Just(vwx300), Just(vwx400), app(ty_[], bdd)) -> new_esEs(vwx300, vwx400, bdd) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, ca)) -> new_esEs3(vwx300, vwx400, ca) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(app(ty_@2, bbc), bbd), bba) -> new_esEs1(vwx301, vwx401, bbc, bbd) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(app(ty_@2, baa), bab)) -> new_esEs1(vwx302, vwx402, baa, bab) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, bcd), bce), he, bba) -> new_esEs1(vwx300, vwx400, bcd, bce) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(app(app(ty_@3, bbe), bbf), bbg), bba) -> new_esEs2(vwx301, vwx401, bbe, bbf, bbg) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, bcf), bcg), bch), he, bba) -> new_esEs2(vwx300, vwx400, bcf, bcg, bch) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(app(app(ty_@3, bac), bad), bae)) -> new_esEs2(vwx302, vwx402, bac, bad, bae) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(app(ty_Either, bag), bah), bba) -> new_esEs0(vwx301, vwx401, bag, bah) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(app(ty_Either, hf), hg)) -> new_esEs0(vwx302, vwx402, hf, hg) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, bca), bcb), he, bba) -> new_esEs0(vwx300, vwx400, bca, bcb) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, bda), he, bba) -> new_esEs3(vwx300, vwx400, bda) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(ty_Maybe, baf)) -> new_esEs3(vwx302, vwx402, baf) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(ty_Maybe, bbh), bba) -> new_esEs3(vwx301, vwx401, bbh) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(ty_[], hh)) -> new_esEs(vwx302, vwx402, hh) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(ty_[], bbb), bba) -> new_esEs(vwx301, vwx401, bbb) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], bcc), he, bba) -> new_esEs(vwx300, vwx400, bcc) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, gf), gg), gd) -> new_esEs1(vwx300, vwx400, gf, gg) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_@2, fc), fd)) -> new_esEs1(vwx301, vwx401, fc, fd) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs0(Left(vwx300), Left(vwx400), app(app(ty_@2, cf), cg), cd) -> new_esEs1(vwx300, vwx400, cf, cg) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs0(Right(vwx300), Right(vwx400), de, app(app(ty_@2, ea), eb)) -> new_esEs1(vwx300, vwx400, ea, eb) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(app(ty_@3, ff), fg), fh)) -> new_esEs2(vwx301, vwx401, ff, fg, fh) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, gh), ha), hb), gd) -> new_esEs2(vwx300, vwx400, gh, ha, hb) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_Either, eh), fa)) -> new_esEs0(vwx301, vwx401, eh, fa) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, gb), gc), gd) -> new_esEs0(vwx300, vwx400, gb, gc) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_Maybe, ga)) -> new_esEs3(vwx301, vwx401, ga) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, hc), gd) -> new_esEs3(vwx300, vwx400, hc) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], ge), gd) -> new_esEs(vwx300, vwx400, ge) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_[], fb)) -> new_esEs(vwx301, vwx401, fb) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs0(Left(vwx300), Left(vwx400), app(app(app(ty_@3, da), db), dc), cd) -> new_esEs2(vwx300, vwx400, da, db, dc) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs0(Right(vwx300), Right(vwx400), de, app(app(app(ty_@3, ec), ed), ee)) -> new_esEs2(vwx300, vwx400, ec, ed, ee) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs0(Right(vwx300), Right(vwx400), de, app(app(ty_Either, df), dg)) -> new_esEs0(vwx300, vwx400, df, dg) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs0(Left(vwx300), Left(vwx400), app(app(ty_Either, cb), cc), cd) -> new_esEs0(vwx300, vwx400, cb, cc) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs0(Right(vwx300), Right(vwx400), de, app(ty_Maybe, ef)) -> new_esEs3(vwx300, vwx400, ef) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs0(Left(vwx300), Left(vwx400), app(ty_Maybe, dd), cd) -> new_esEs3(vwx300, vwx400, dd) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs0(Right(vwx300), Right(vwx400), de, app(ty_[], dh)) -> new_esEs(vwx300, vwx400, dh) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs0(Left(vwx300), Left(vwx400), app(ty_[], ce), cd) -> new_esEs(vwx300, vwx400, ce) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), h) -> new_esEs(vwx301, vwx401, h) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], bc)) -> new_esEs(vwx300, vwx400, bc) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.24/7.20 17.24/7.20 17.24/7.20 ---------------------------------------- 17.24/7.20 17.24/7.20 (23) 17.24/7.20 YES 17.24/7.20 17.24/7.20 ---------------------------------------- 17.24/7.20 17.24/7.20 (24) 17.24/7.20 Obligation: 17.24/7.20 Q DP problem: 17.24/7.20 The TRS P consists of the following rules: 17.24/7.20 17.24/7.20 new_primCompAux(vwx240, vwx250, vwx89, app(ty_Maybe, gh)) -> new_compare4(vwx240, vwx250, gh) 17.24/7.20 new_primCompAux(vwx240, vwx250, vwx89, app(app(app(ty_@3, ha), hb), hc)) -> new_compare5(vwx240, vwx250, ha, hb, hc) 17.24/7.20 new_ltEs2(Just(vwx240), Just(vwx250), app(ty_[], hh)) -> new_ltEs1(vwx240, vwx250, hh) 17.24/7.20 new_ltEs0(Left(vwx240), Left(vwx250), app(ty_Maybe, ec), dg) -> new_ltEs2(vwx240, vwx250, ec) 17.24/7.20 new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), app(app(ty_@2, bae), baf), bag, bah) -> new_lt(vwx240, vwx250, bae, baf) 17.24/7.20 new_lt2(vwx240, vwx250, bf) -> new_compare21(vwx240, vwx250, new_esEs6(vwx240, vwx250, bf), bf) 17.24/7.20 new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, bag, app(ty_Maybe, bdg)) -> new_ltEs2(vwx242, vwx252, bdg) 17.24/7.20 new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, app(ty_Maybe, bcf), bah) -> new_lt2(vwx241, vwx251, bcf) 17.24/7.20 new_ltEs0(Right(vwx240), Right(vwx250), eg, app(app(app(ty_@3, fg), fh), ga)) -> new_ltEs3(vwx240, vwx250, fg, fh, ga) 17.24/7.20 new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), app(ty_Maybe, bbd), bag, bah) -> new_lt2(vwx240, vwx250, bbd) 17.24/7.20 new_ltEs0(Left(vwx240), Left(vwx250), app(ty_[], eb), dg) -> new_ltEs1(vwx240, vwx250, eb) 17.24/7.20 new_ltEs0(Right(vwx240), Right(vwx250), eg, app(app(ty_Either, fb), fc)) -> new_ltEs0(vwx240, vwx250, fb, fc) 17.24/7.20 new_ltEs(@2(vwx240, vwx241), @2(vwx250, vwx251), cb, app(ty_Maybe, da)) -> new_ltEs2(vwx241, vwx251, da) 17.24/7.20 new_ltEs0(Right(vwx240), Right(vwx250), eg, app(ty_Maybe, ff)) -> new_ltEs2(vwx240, vwx250, ff) 17.24/7.20 new_primCompAux(vwx240, vwx250, vwx89, app(app(ty_@2, gc), gd)) -> new_compare0(vwx240, vwx250, gc, gd) 17.24/7.20 new_lt(vwx240, vwx250, h, ba) -> new_compare2(vwx240, vwx250, new_esEs4(vwx240, vwx250, h, ba), h, ba) 17.24/7.20 new_ltEs0(Left(vwx240), Left(vwx250), app(app(ty_Either, dh), ea), dg) -> new_ltEs0(vwx240, vwx250, dh, ea) 17.24/7.20 new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, bag, app(ty_[], bdf)) -> new_ltEs1(vwx242, vwx252, bdf) 17.24/7.20 new_ltEs(@2(vwx240, vwx241), @2(vwx250, vwx251), cb, app(ty_[], cg)) -> new_ltEs1(vwx241, vwx251, cg) 17.24/7.20 new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, app(app(ty_Either, bcc), bcd), bah) -> new_lt0(vwx241, vwx251, bcc, bcd) 17.24/7.20 new_ltEs0(Left(vwx240), Left(vwx250), app(app(ty_@2, de), df), dg) -> new_ltEs(vwx240, vwx250, de, df) 17.24/7.20 new_ltEs(@2(vwx240, vwx241), @2(vwx250, vwx251), app(ty_Maybe, bf), bb) -> new_compare21(vwx240, vwx250, new_esEs6(vwx240, vwx250, bf), bf) 17.24/7.20 new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, bag, app(app(ty_@2, bdb), bdc)) -> new_ltEs(vwx242, vwx252, bdb, bdc) 17.24/7.20 new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, bag, app(app(app(ty_@3, bdh), bea), beb)) -> new_ltEs3(vwx242, vwx252, bdh, bea, beb) 17.24/7.20 new_ltEs(@2(vwx240, vwx241), @2(vwx250, vwx251), cb, app(app(ty_Either, ce), cf)) -> new_ltEs0(vwx241, vwx251, ce, cf) 17.24/7.20 new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, app(ty_[], bce), bah) -> new_lt1(vwx241, vwx251, bce) 17.24/7.20 new_ltEs2(Just(vwx240), Just(vwx250), app(app(app(ty_@3, bab), bac), bad)) -> new_ltEs3(vwx240, vwx250, bab, bac, bad) 17.24/7.20 new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, app(app(ty_@2, bca), bcb), bah) -> new_lt(vwx241, vwx251, bca, bcb) 17.24/7.20 new_compare22(vwx240, vwx250, False, bg, bh, ca) -> new_ltEs3(vwx240, vwx250, bg, bh, ca) 17.24/7.20 new_ltEs(@2(vwx240, vwx241), @2(vwx250, vwx251), app(app(ty_Either, bc), bd), bb) -> new_compare20(vwx240, vwx250, new_esEs5(vwx240, vwx250, bc, bd), bc, bd) 17.24/7.20 new_ltEs1(:(vwx240, vwx241), :(vwx250, vwx251), gb) -> new_primCompAux(vwx240, vwx250, new_compare3(vwx241, vwx251, gb), gb) 17.24/7.20 new_primCompAux(vwx240, vwx250, vwx89, app(ty_[], gg)) -> new_compare(vwx240, vwx250, gg) 17.24/7.20 new_compare4(vwx240, vwx250, bf) -> new_compare21(vwx240, vwx250, new_esEs6(vwx240, vwx250, bf), bf) 17.24/7.20 new_ltEs(@2(vwx240, vwx241), @2(vwx250, vwx251), app(app(app(ty_@3, bg), bh), ca), bb) -> new_compare22(vwx240, vwx250, new_esEs7(vwx240, vwx250, bg, bh, ca), bg, bh, ca) 17.24/7.20 new_ltEs(@2(vwx240, vwx241), @2(vwx250, vwx251), cb, app(app(app(ty_@3, db), dc), dd)) -> new_ltEs3(vwx241, vwx251, db, dc, dd) 17.24/7.20 new_ltEs2(Just(vwx240), Just(vwx250), app(app(ty_@2, hd), he)) -> new_ltEs(vwx240, vwx250, hd, he) 17.24/7.20 new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, bag, app(app(ty_Either, bdd), bde)) -> new_ltEs0(vwx242, vwx252, bdd, bde) 17.24/7.20 new_compare0(vwx240, vwx250, h, ba) -> new_compare2(vwx240, vwx250, new_esEs4(vwx240, vwx250, h, ba), h, ba) 17.24/7.20 new_primCompAux(vwx240, vwx250, vwx89, app(app(ty_Either, ge), gf)) -> new_compare1(vwx240, vwx250, ge, gf) 17.24/7.20 new_compare(:(vwx240, vwx241), :(vwx250, vwx251), gb) -> new_compare(vwx241, vwx251, gb) 17.24/7.20 new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), app(app(ty_Either, bba), bbb), bag, bah) -> new_lt0(vwx240, vwx250, bba, bbb) 17.24/7.20 new_compare2(vwx240, vwx250, False, h, ba) -> new_ltEs(vwx240, vwx250, h, ba) 17.24/7.20 new_ltEs(@2(vwx240, vwx241), @2(vwx250, vwx251), app(app(ty_@2, h), ba), bb) -> new_compare2(vwx240, vwx250, new_esEs4(vwx240, vwx250, h, ba), h, ba) 17.24/7.20 new_ltEs(@2(vwx240, vwx241), @2(vwx250, vwx251), cb, app(app(ty_@2, cc), cd)) -> new_ltEs(vwx241, vwx251, cc, cd) 17.24/7.20 new_ltEs2(Just(vwx240), Just(vwx250), app(app(ty_Either, hf), hg)) -> new_ltEs0(vwx240, vwx250, hf, hg) 17.24/7.20 new_compare5(vwx240, vwx250, bg, bh, ca) -> new_compare22(vwx240, vwx250, new_esEs7(vwx240, vwx250, bg, bh, ca), bg, bh, ca) 17.24/7.20 new_ltEs0(Left(vwx240), Left(vwx250), app(app(app(ty_@3, ed), ee), ef), dg) -> new_ltEs3(vwx240, vwx250, ed, ee, ef) 17.24/7.20 new_ltEs0(Right(vwx240), Right(vwx250), eg, app(ty_[], fd)) -> new_ltEs1(vwx240, vwx250, fd) 17.24/7.20 new_ltEs1(:(vwx240, vwx241), :(vwx250, vwx251), gb) -> new_compare(vwx241, vwx251, gb) 17.24/7.20 new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), app(app(app(ty_@3, bbe), bbf), bbg), bag, bah) -> new_lt3(vwx240, vwx250, bbe, bbf, bbg) 17.24/7.20 new_compare(:(vwx240, vwx241), :(vwx250, vwx251), gb) -> new_primCompAux(vwx240, vwx250, new_compare3(vwx241, vwx251, gb), gb) 17.24/7.20 new_lt3(vwx240, vwx250, bg, bh, ca) -> new_compare22(vwx240, vwx250, new_esEs7(vwx240, vwx250, bg, bh, ca), bg, bh, ca) 17.24/7.20 new_lt1(vwx240, vwx250, be) -> new_compare(vwx240, vwx250, be) 17.24/7.20 new_ltEs2(Just(vwx240), Just(vwx250), app(ty_Maybe, baa)) -> new_ltEs2(vwx240, vwx250, baa) 17.24/7.20 new_compare20(vwx240, vwx250, False, bc, bd) -> new_ltEs0(vwx240, vwx250, bc, bd) 17.24/7.20 new_lt0(vwx240, vwx250, bc, bd) -> new_compare20(vwx240, vwx250, new_esEs5(vwx240, vwx250, bc, bd), bc, bd) 17.24/7.20 new_ltEs(@2(vwx240, vwx241), @2(vwx250, vwx251), app(ty_[], be), bb) -> new_compare(vwx240, vwx250, be) 17.24/7.20 new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, app(app(app(ty_@3, bcg), bch), bda), bah) -> new_lt3(vwx241, vwx251, bcg, bch, bda) 17.24/7.20 new_compare21(vwx240, vwx250, False, bf) -> new_ltEs2(vwx240, vwx250, bf) 17.24/7.20 new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), app(ty_[], bbc), bag, bah) -> new_lt1(vwx240, vwx250, bbc) 17.24/7.20 new_compare1(vwx240, vwx250, bc, bd) -> new_compare20(vwx240, vwx250, new_esEs5(vwx240, vwx250, bc, bd), bc, bd) 17.24/7.20 new_ltEs0(Right(vwx240), Right(vwx250), eg, app(app(ty_@2, eh), fa)) -> new_ltEs(vwx240, vwx250, eh, fa) 17.24/7.20 17.24/7.20 The TRS R consists of the following rules: 17.24/7.20 17.24/7.20 new_ltEs10(vwx24, vwx25, ccf) -> new_not(new_esEs15(new_compare19(vwx24, vwx25, ccf), GT)) 17.24/7.20 new_ltEs5(Left(vwx240), Left(vwx250), ty_Bool, dg) -> new_ltEs7(vwx240, vwx250) 17.24/7.20 new_ltEs19(vwx242, vwx252, ty_Integer) -> new_ltEs11(vwx242, vwx252) 17.24/7.20 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 17.24/7.20 new_primCmpInt(Neg(Succ(vwx2400)), Pos(vwx250)) -> LT 17.24/7.20 new_compare10(vwx240, vwx250, True, bg, bh, ca) -> LT 17.24/7.20 new_esEs19(vwx240, vwx250, ty_Integer) -> new_esEs12(vwx240, vwx250) 17.24/7.20 new_pePe(True, vwx88) -> True 17.24/7.20 new_compare12(vwx240, vwx250, False, bc, bd) -> GT 17.24/7.20 new_esEs24(vwx302, vwx402, ty_Ordering) -> new_esEs15(vwx302, vwx402) 17.24/7.20 new_esEs25(vwx301, vwx401, ty_Int) -> new_esEs13(vwx301, vwx401) 17.24/7.20 new_compare18(vwx240, vwx250, bc, bd) -> new_compare29(vwx240, vwx250, new_esEs5(vwx240, vwx250, bc, bd), bc, bd) 17.24/7.20 new_ltEs5(Left(vwx240), Left(vwx250), ty_Integer, dg) -> new_ltEs11(vwx240, vwx250) 17.24/7.20 new_esEs21(vwx240, vwx250, app(app(app(ty_@3, bbe), bbf), bbg)) -> new_esEs7(vwx240, vwx250, bbe, bbf, bbg) 17.24/7.20 new_lt7(vwx240, vwx250, h, ba) -> new_esEs15(new_compare16(vwx240, vwx250, h, ba), LT) 17.24/7.20 new_lt18(vwx240, vwx250) -> new_esEs15(new_compare26(vwx240, vwx250), LT) 17.24/7.20 new_esEs27(vwx301, vwx401, ty_@0) -> new_esEs16(vwx301, vwx401) 17.24/7.20 new_compare23(vwx240, vwx250, True, bf) -> EQ 17.24/7.20 new_esEs17(Double(vwx300, vwx301), Double(vwx400, vwx401)) -> new_esEs13(new_sr0(vwx300, vwx401), new_sr0(vwx301, vwx400)) 17.24/7.20 new_lt12(vwx240, vwx250) -> new_esEs15(new_compare17(vwx240, vwx250), LT) 17.24/7.20 new_ltEs12(LT, LT) -> True 17.24/7.20 new_ltEs19(vwx242, vwx252, ty_Bool) -> new_ltEs7(vwx242, vwx252) 17.24/7.20 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 17.24/7.20 new_esEs27(vwx301, vwx401, app(app(ty_Either, chf), chg)) -> new_esEs5(vwx301, vwx401, chf, chg) 17.24/7.20 new_compare110(vwx240, vwx250, False, bf) -> GT 17.24/7.20 new_primCmpInt(Pos(Zero), Neg(Succ(vwx2500))) -> GT 17.24/7.20 new_esEs6(Just(vwx300), Just(vwx400), ty_@0) -> new_esEs16(vwx300, vwx400) 17.24/7.20 new_esEs28(vwx300, vwx400, ty_Char) -> new_esEs18(vwx300, vwx400) 17.24/7.20 new_esEs8(:(vwx300, vwx301), :(vwx400, vwx401), bec) -> new_asAs(new_esEs9(vwx300, vwx400, bec), new_esEs8(vwx301, vwx401, bec)) 17.24/7.20 new_esEs25(vwx301, vwx401, ty_Integer) -> new_esEs12(vwx301, vwx401) 17.24/7.20 new_compare210(vwx240, vwx250, True, bg, bh, ca) -> EQ 17.24/7.20 new_primCmpInt(Neg(Succ(vwx2400)), Neg(vwx250)) -> new_primCmpNat0(vwx250, Succ(vwx2400)) 17.24/7.20 new_esEs6(Just(vwx300), Just(vwx400), app(app(ty_Either, cbd), cbe)) -> new_esEs5(vwx300, vwx400, cbd, cbe) 17.24/7.20 new_ltEs5(Right(vwx240), Right(vwx250), eg, ty_Ordering) -> new_ltEs12(vwx240, vwx250) 17.24/7.20 new_primCompAux0(vwx99, GT) -> GT 17.24/7.20 new_ltEs5(Left(vwx240), Right(vwx250), eg, dg) -> True 17.24/7.20 new_compare3([], [], gb) -> EQ 17.24/7.20 new_ltEs15(Just(vwx240), Just(vwx250), app(ty_Ratio, cbb)) -> new_ltEs10(vwx240, vwx250, cbb) 17.24/7.20 new_compare26(Double(vwx240, Pos(vwx2410)), Double(vwx250, Pos(vwx2510))) -> new_compare15(new_sr0(vwx240, Pos(vwx2510)), new_sr0(Pos(vwx2410), vwx250)) 17.24/7.20 new_ltEs5(Left(vwx240), Left(vwx250), app(app(ty_@2, de), df), dg) -> new_ltEs8(vwx240, vwx250, de, df) 17.24/7.20 new_primEqInt(Pos(Succ(vwx3000)), Pos(Zero)) -> False 17.24/7.20 new_primEqInt(Pos(Zero), Pos(Succ(vwx4000))) -> False 17.24/7.20 new_ltEs18(vwx241, vwx251, ty_Float) -> new_ltEs6(vwx241, vwx251) 17.24/7.20 new_esEs6(Just(vwx300), Just(vwx400), ty_Bool) -> new_esEs11(vwx300, vwx400) 17.24/7.20 new_esEs24(vwx302, vwx402, ty_Double) -> new_esEs17(vwx302, vwx402) 17.24/7.20 new_compare9(vwx240, vwx250, app(ty_Ratio, cad)) -> new_compare19(vwx240, vwx250, cad) 17.24/7.20 new_esEs10(:%(vwx300, vwx301), :%(vwx400, vwx401), cdb) -> new_asAs(new_esEs23(vwx300, vwx400, cdb), new_esEs22(vwx301, vwx401, cdb)) 17.24/7.20 new_esEs21(vwx240, vwx250, ty_Int) -> new_esEs13(vwx240, vwx250) 17.24/7.20 new_esEs24(vwx302, vwx402, app(app(ty_@2, ceb), cec)) -> new_esEs4(vwx302, vwx402, ceb, cec) 17.24/7.20 new_lt6(vwx240, vwx250, bg, bh, ca) -> new_esEs15(new_compare8(vwx240, vwx250, bg, bh, ca), LT) 17.24/7.20 new_compare19(:%(vwx240, vwx241), :%(vwx250, vwx251), ty_Int) -> new_compare15(new_sr0(vwx240, vwx251), new_sr0(vwx250, vwx241)) 17.24/7.20 new_compare9(vwx240, vwx250, ty_Char) -> new_compare6(vwx240, vwx250) 17.24/7.20 new_esEs28(vwx300, vwx400, ty_Ordering) -> new_esEs15(vwx300, vwx400) 17.24/7.20 new_esEs5(Left(vwx300), Left(vwx400), app(ty_Maybe, bgh), bfh) -> new_esEs6(vwx300, vwx400, bgh) 17.24/7.20 new_primEqNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 17.24/7.20 new_esEs5(Right(vwx300), Right(vwx400), bha, app(app(ty_@2, bhf), bhg)) -> new_esEs4(vwx300, vwx400, bhf, bhg) 17.24/7.20 new_esEs19(vwx240, vwx250, app(ty_Ratio, cag)) -> new_esEs10(vwx240, vwx250, cag) 17.24/7.20 new_primCompAux0(vwx99, LT) -> LT 17.24/7.20 new_lt19(vwx240, vwx250, app(ty_[], bbc)) -> new_lt4(vwx240, vwx250, bbc) 17.24/7.20 new_esEs20(vwx241, vwx251, ty_Ordering) -> new_esEs15(vwx241, vwx251) 17.24/7.20 new_compare9(vwx240, vwx250, app(app(ty_Either, ge), gf)) -> new_compare18(vwx240, vwx250, ge, gf) 17.24/7.20 new_not(True) -> False 17.24/7.20 new_esEs25(vwx301, vwx401, app(ty_Ratio, cfb)) -> new_esEs10(vwx301, vwx401, cfb) 17.24/7.20 new_esEs28(vwx300, vwx400, ty_Bool) -> new_esEs11(vwx300, vwx400) 17.24/7.20 new_esEs9(vwx300, vwx400, app(app(app(ty_@3, bfb), bfc), bfd)) -> new_esEs7(vwx300, vwx400, bfb, bfc, bfd) 17.24/7.20 new_ltEs18(vwx241, vwx251, ty_Double) -> new_ltEs17(vwx241, vwx251) 17.24/7.20 new_ltEs12(LT, GT) -> True 17.24/7.20 new_esEs20(vwx241, vwx251, ty_Int) -> new_esEs13(vwx241, vwx251) 17.24/7.20 new_primCmpNat0(Zero, Zero) -> EQ 17.24/7.20 new_compare211(vwx240, vwx250, False, h, ba) -> new_compare112(vwx240, vwx250, new_ltEs8(vwx240, vwx250, h, ba), h, ba) 17.24/7.20 new_ltEs15(Just(vwx240), Just(vwx250), ty_Integer) -> new_ltEs11(vwx240, vwx250) 17.24/7.20 new_compare11(vwx240, vwx250, False) -> GT 17.24/7.20 new_esEs27(vwx301, vwx401, ty_Bool) -> new_esEs11(vwx301, vwx401) 17.24/7.20 new_ltEs15(Just(vwx240), Just(vwx250), ty_Bool) -> new_ltEs7(vwx240, vwx250) 17.24/7.20 new_esEs24(vwx302, vwx402, ty_Float) -> new_esEs14(vwx302, vwx402) 17.24/7.20 new_esEs5(Left(vwx300), Left(vwx400), ty_Float, bfh) -> new_esEs14(vwx300, vwx400) 17.24/7.20 new_esEs25(vwx301, vwx401, app(app(app(ty_@3, cff), cfg), cfh)) -> new_esEs7(vwx301, vwx401, cff, cfg, cfh) 17.24/7.20 new_esEs27(vwx301, vwx401, app(ty_[], daa)) -> new_esEs8(vwx301, vwx401, daa) 17.24/7.20 new_esEs9(vwx300, vwx400, app(ty_Ratio, bef)) -> new_esEs10(vwx300, vwx400, bef) 17.24/7.20 new_compare9(vwx240, vwx250, ty_Int) -> new_compare15(vwx240, vwx250) 17.24/7.20 new_esEs15(LT, EQ) -> False 17.24/7.20 new_esEs15(EQ, LT) -> False 17.24/7.20 new_ltEs19(vwx242, vwx252, ty_Double) -> new_ltEs17(vwx242, vwx252) 17.24/7.20 new_ltEs4(vwx24, vwx25) -> new_not(new_esEs15(new_compare15(vwx24, vwx25), GT)) 17.24/7.20 new_lt20(vwx241, vwx251, ty_Ordering) -> new_lt16(vwx241, vwx251) 17.24/7.20 new_esEs5(Left(vwx300), Left(vwx400), ty_Double, bfh) -> new_esEs17(vwx300, vwx400) 17.24/7.20 new_lt8(vwx240, vwx250, app(ty_Maybe, bf)) -> new_lt17(vwx240, vwx250, bf) 17.24/7.20 new_esEs19(vwx240, vwx250, app(app(ty_@2, h), ba)) -> new_esEs4(vwx240, vwx250, h, ba) 17.24/7.20 new_primEqNat0(Succ(vwx3000), Zero) -> False 17.24/7.20 new_primEqNat0(Zero, Succ(vwx4000)) -> False 17.24/7.20 new_esEs19(vwx240, vwx250, app(app(app(ty_@3, bg), bh), ca)) -> new_esEs7(vwx240, vwx250, bg, bh, ca) 17.24/7.20 new_esEs18(Char(vwx300), Char(vwx400)) -> new_primEqNat0(vwx300, vwx400) 17.24/7.20 new_ltEs5(Right(vwx240), Right(vwx250), eg, ty_Char) -> new_ltEs14(vwx240, vwx250) 17.24/7.20 new_esEs12(Integer(vwx300), Integer(vwx400)) -> new_primEqInt(vwx300, vwx400) 17.24/7.20 new_lt20(vwx241, vwx251, app(ty_[], bce)) -> new_lt4(vwx241, vwx251, bce) 17.24/7.20 new_lt13(vwx240, vwx250, bc, bd) -> new_esEs15(new_compare18(vwx240, vwx250, bc, bd), LT) 17.24/7.20 new_esEs5(Left(vwx300), Left(vwx400), ty_Integer, bfh) -> new_esEs12(vwx300, vwx400) 17.24/7.20 new_ltEs5(Left(vwx240), Left(vwx250), app(app(ty_Either, dh), ea), dg) -> new_ltEs5(vwx240, vwx250, dh, ea) 17.24/7.20 new_compare210(vwx240, vwx250, False, bg, bh, ca) -> new_compare10(vwx240, vwx250, new_ltEs16(vwx240, vwx250, bg, bh, ca), bg, bh, ca) 17.24/7.20 new_ltEs14(vwx24, vwx25) -> new_not(new_esEs15(new_compare6(vwx24, vwx25), GT)) 17.24/7.20 new_esEs26(vwx300, vwx400, app(ty_Ratio, cgd)) -> new_esEs10(vwx300, vwx400, cgd) 17.24/7.20 new_lt19(vwx240, vwx250, ty_@0) -> new_lt12(vwx240, vwx250) 17.24/7.20 new_primCmpInt(Pos(Succ(vwx2400)), Neg(vwx250)) -> GT 17.24/7.20 new_compare9(vwx240, vwx250, app(app(app(ty_@3, ha), hb), hc)) -> new_compare8(vwx240, vwx250, ha, hb, hc) 17.24/7.20 new_esEs20(vwx241, vwx251, app(app(ty_@2, bca), bcb)) -> new_esEs4(vwx241, vwx251, bca, bcb) 17.24/7.20 new_esEs28(vwx300, vwx400, ty_Double) -> new_esEs17(vwx300, vwx400) 17.24/7.20 new_esEs5(Left(vwx300), Left(vwx400), ty_Ordering, bfh) -> new_esEs15(vwx300, vwx400) 17.24/7.20 new_lt9(vwx240, vwx250) -> new_esEs15(new_compare13(vwx240, vwx250), LT) 17.24/7.20 new_ltEs5(Left(vwx240), Left(vwx250), ty_Double, dg) -> new_ltEs17(vwx240, vwx250) 17.24/7.20 new_lt8(vwx240, vwx250, app(app(app(ty_@3, bg), bh), ca)) -> new_lt6(vwx240, vwx250, bg, bh, ca) 17.24/7.20 new_ltEs18(vwx241, vwx251, ty_Int) -> new_ltEs4(vwx241, vwx251) 17.24/7.20 new_primPlusNat1(Succ(vwx6800), Succ(vwx400000)) -> Succ(Succ(new_primPlusNat1(vwx6800, vwx400000))) 17.24/7.20 new_esEs19(vwx240, vwx250, ty_Int) -> new_esEs13(vwx240, vwx250) 17.24/7.20 new_primCmpNat0(Zero, Succ(vwx2500)) -> LT 17.24/7.20 new_esEs6(Just(vwx300), Just(vwx400), ty_Double) -> new_esEs17(vwx300, vwx400) 17.24/7.20 new_esEs26(vwx300, vwx400, app(app(app(ty_@3, cgh), cha), chb)) -> new_esEs7(vwx300, vwx400, cgh, cha, chb) 17.24/7.20 new_ltEs15(Just(vwx240), Just(vwx250), app(ty_[], hh)) -> new_ltEs13(vwx240, vwx250, hh) 17.24/7.20 new_esEs26(vwx300, vwx400, app(ty_[], cge)) -> new_esEs8(vwx300, vwx400, cge) 17.24/7.20 new_esEs21(vwx240, vwx250, app(ty_Ratio, ccg)) -> new_esEs10(vwx240, vwx250, ccg) 17.24/7.20 new_compare26(Double(vwx240, Neg(vwx2410)), Double(vwx250, Neg(vwx2510))) -> new_compare15(new_sr0(vwx240, Neg(vwx2510)), new_sr0(Neg(vwx2410), vwx250)) 17.24/7.20 new_lt20(vwx241, vwx251, ty_@0) -> new_lt12(vwx241, vwx251) 17.24/7.20 new_compare14(vwx240, vwx250) -> new_compare27(vwx240, vwx250, new_esEs11(vwx240, vwx250)) 17.24/7.20 new_ltEs19(vwx242, vwx252, app(ty_[], bdf)) -> new_ltEs13(vwx242, vwx252, bdf) 17.24/7.20 new_ltEs5(Left(vwx240), Left(vwx250), app(ty_Maybe, ec), dg) -> new_ltEs15(vwx240, vwx250, ec) 17.24/7.20 new_sr(Integer(vwx2400), Integer(vwx2510)) -> Integer(new_primMulInt(vwx2400, vwx2510)) 17.24/7.20 new_primCmpNat0(Succ(vwx2400), Zero) -> GT 17.24/7.20 new_ltEs18(vwx241, vwx251, ty_Ordering) -> new_ltEs12(vwx241, vwx251) 17.24/7.20 new_compare13(Float(vwx240, Pos(vwx2410)), Float(vwx250, Pos(vwx2510))) -> new_compare15(new_sr0(vwx240, Pos(vwx2510)), new_sr0(Pos(vwx2410), vwx250)) 17.24/7.20 new_compare3([], :(vwx250, vwx251), gb) -> LT 17.24/7.20 new_pePe(False, vwx88) -> vwx88 17.24/7.20 new_esEs26(vwx300, vwx400, ty_Integer) -> new_esEs12(vwx300, vwx400) 17.24/7.20 new_ltEs12(GT, GT) -> True 17.24/7.20 new_esEs11(False, True) -> False 17.24/7.20 new_esEs11(True, False) -> False 17.24/7.20 new_lt17(vwx240, vwx250, bf) -> new_esEs15(new_compare7(vwx240, vwx250, bf), LT) 17.24/7.20 new_esEs9(vwx300, vwx400, ty_Float) -> new_esEs14(vwx300, vwx400) 17.24/7.20 new_compare23(vwx240, vwx250, False, bf) -> new_compare110(vwx240, vwx250, new_ltEs15(vwx240, vwx250, bf), bf) 17.24/7.20 new_esEs15(GT, GT) -> True 17.24/7.20 new_esEs19(vwx240, vwx250, ty_Char) -> new_esEs18(vwx240, vwx250) 17.24/7.20 new_ltEs18(vwx241, vwx251, ty_@0) -> new_ltEs9(vwx241, vwx251) 17.24/7.20 new_compare112(vwx240, vwx250, True, h, ba) -> LT 17.24/7.20 new_esEs15(EQ, GT) -> False 17.24/7.20 new_esEs15(GT, EQ) -> False 17.24/7.20 new_ltEs12(GT, EQ) -> False 17.24/7.20 new_lt19(vwx240, vwx250, ty_Bool) -> new_lt10(vwx240, vwx250) 17.24/7.20 new_ltEs18(vwx241, vwx251, ty_Integer) -> new_ltEs11(vwx241, vwx251) 17.24/7.20 new_ltEs17(vwx24, vwx25) -> new_not(new_esEs15(new_compare26(vwx24, vwx25), GT)) 17.24/7.20 new_lt11(vwx240, vwx250) -> new_esEs15(new_compare15(vwx240, vwx250), LT) 17.24/7.20 new_esEs21(vwx240, vwx250, app(ty_[], bbc)) -> new_esEs8(vwx240, vwx250, bbc) 17.24/7.20 new_esEs5(Left(vwx300), Left(vwx400), app(app(ty_@2, bgc), bgd), bfh) -> new_esEs4(vwx300, vwx400, bgc, bgd) 17.24/7.20 new_ltEs15(Just(vwx240), Just(vwx250), ty_Float) -> new_ltEs6(vwx240, vwx250) 17.24/7.20 new_esEs25(vwx301, vwx401, ty_Ordering) -> new_esEs15(vwx301, vwx401) 17.24/7.20 new_esEs21(vwx240, vwx250, app(app(ty_@2, bae), baf)) -> new_esEs4(vwx240, vwx250, bae, baf) 17.24/7.20 new_esEs24(vwx302, vwx402, ty_Int) -> new_esEs13(vwx302, vwx402) 17.24/7.20 new_primEqInt(Pos(Zero), Neg(Succ(vwx4000))) -> False 17.24/7.20 new_primEqInt(Neg(Zero), Pos(Succ(vwx4000))) -> False 17.24/7.20 new_lt8(vwx240, vwx250, ty_@0) -> new_lt12(vwx240, vwx250) 17.24/7.20 new_esEs19(vwx240, vwx250, ty_Double) -> new_esEs17(vwx240, vwx250) 17.24/7.20 new_esEs28(vwx300, vwx400, ty_@0) -> new_esEs16(vwx300, vwx400) 17.24/7.20 new_ltEs13(vwx24, vwx25, gb) -> new_not(new_esEs15(new_compare3(vwx24, vwx25, gb), GT)) 17.24/7.20 new_ltEs15(Just(vwx240), Just(vwx250), app(app(ty_@2, hd), he)) -> new_ltEs8(vwx240, vwx250, hd, he) 17.24/7.20 new_ltEs18(vwx241, vwx251, ty_Bool) -> new_ltEs7(vwx241, vwx251) 17.24/7.20 new_esEs25(vwx301, vwx401, app(app(ty_@2, cfd), cfe)) -> new_esEs4(vwx301, vwx401, cfd, cfe) 17.24/7.20 new_ltEs15(Nothing, Nothing, cba) -> True 17.24/7.20 new_esEs21(vwx240, vwx250, ty_Float) -> new_esEs14(vwx240, vwx250) 17.24/7.20 new_lt8(vwx240, vwx250, ty_Integer) -> new_lt15(vwx240, vwx250) 17.24/7.20 new_ltEs15(Just(vwx240), Just(vwx250), ty_Int) -> new_ltEs4(vwx240, vwx250) 17.24/7.20 new_ltEs15(Just(vwx240), Nothing, cba) -> False 17.24/7.20 new_ltEs19(vwx242, vwx252, ty_Int) -> new_ltEs4(vwx242, vwx252) 17.24/7.20 new_esEs24(vwx302, vwx402, app(app(ty_Either, cdf), cdg)) -> new_esEs5(vwx302, vwx402, cdf, cdg) 17.24/7.20 new_primEqInt(Neg(Succ(vwx3000)), Neg(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 17.24/7.20 new_lt8(vwx240, vwx250, ty_Char) -> new_lt5(vwx240, vwx250) 17.24/7.20 new_esEs24(vwx302, vwx402, ty_Integer) -> new_esEs12(vwx302, vwx402) 17.24/7.20 new_compare15(vwx24, vwx25) -> new_primCmpInt(vwx24, vwx25) 17.24/7.20 new_primCmpInt(Neg(Zero), Pos(Succ(vwx2500))) -> LT 17.24/7.20 new_ltEs18(vwx241, vwx251, app(app(app(ty_@3, db), dc), dd)) -> new_ltEs16(vwx241, vwx251, db, dc, dd) 17.24/7.20 new_ltEs19(vwx242, vwx252, ty_Char) -> new_ltEs14(vwx242, vwx252) 17.24/7.20 new_esEs20(vwx241, vwx251, app(ty_Ratio, cch)) -> new_esEs10(vwx241, vwx251, cch) 17.24/7.20 new_esEs5(Left(vwx300), Left(vwx400), ty_Int, bfh) -> new_esEs13(vwx300, vwx400) 17.24/7.20 new_primMulInt(Pos(vwx3010), Pos(vwx4000)) -> Pos(new_primMulNat0(vwx3010, vwx4000)) 17.24/7.20 new_esEs25(vwx301, vwx401, app(ty_[], cfc)) -> new_esEs8(vwx301, vwx401, cfc) 17.24/7.20 new_lt15(vwx240, vwx250) -> new_esEs15(new_compare24(vwx240, vwx250), LT) 17.24/7.20 new_ltEs15(Just(vwx240), Just(vwx250), ty_Char) -> new_ltEs14(vwx240, vwx250) 17.24/7.20 new_ltEs19(vwx242, vwx252, app(ty_Ratio, cda)) -> new_ltEs10(vwx242, vwx252, cda) 17.24/7.20 new_esEs9(vwx300, vwx400, app(app(ty_@2, beh), bfa)) -> new_esEs4(vwx300, vwx400, beh, bfa) 17.24/7.20 new_ltEs5(Right(vwx240), Right(vwx250), eg, ty_Int) -> new_ltEs4(vwx240, vwx250) 17.24/7.20 new_esEs5(Right(vwx300), Right(vwx400), bha, ty_Float) -> new_esEs14(vwx300, vwx400) 17.24/7.20 new_esEs24(vwx302, vwx402, app(ty_Maybe, ceg)) -> new_esEs6(vwx302, vwx402, ceg) 17.24/7.20 new_primMulNat0(Succ(vwx30100), Zero) -> Zero 17.24/7.20 new_primMulNat0(Zero, Succ(vwx40000)) -> Zero 17.24/7.20 new_primPlusNat0(Zero, vwx40000) -> Succ(vwx40000) 17.24/7.20 new_esEs9(vwx300, vwx400, app(ty_[], beg)) -> new_esEs8(vwx300, vwx400, beg) 17.24/7.20 new_esEs15(LT, GT) -> False 17.24/7.20 new_esEs15(GT, LT) -> False 17.24/7.20 new_esEs5(Left(vwx300), Left(vwx400), app(app(ty_Either, bff), bfg), bfh) -> new_esEs5(vwx300, vwx400, bff, bfg) 17.24/7.20 new_esEs5(Right(vwx300), Right(vwx400), bha, app(ty_Maybe, cac)) -> new_esEs6(vwx300, vwx400, cac) 17.24/7.20 new_esEs5(Right(vwx300), Right(vwx400), bha, app(app(app(ty_@3, bhh), caa), cab)) -> new_esEs7(vwx300, vwx400, bhh, caa, cab) 17.24/7.20 new_esEs21(vwx240, vwx250, app(app(ty_Either, bba), bbb)) -> new_esEs5(vwx240, vwx250, bba, bbb) 17.24/7.20 new_ltEs18(vwx241, vwx251, app(ty_Maybe, da)) -> new_ltEs15(vwx241, vwx251, da) 17.24/7.20 new_esEs9(vwx300, vwx400, ty_Int) -> new_esEs13(vwx300, vwx400) 17.24/7.20 new_esEs6(Just(vwx300), Just(vwx400), app(app(app(ty_@3, ccb), ccc), ccd)) -> new_esEs7(vwx300, vwx400, ccb, ccc, ccd) 17.24/7.20 new_compare111(vwx240, vwx250, True) -> LT 17.24/7.20 new_lt20(vwx241, vwx251, ty_Bool) -> new_lt10(vwx241, vwx251) 17.24/7.20 new_esEs28(vwx300, vwx400, app(ty_Ratio, dbb)) -> new_esEs10(vwx300, vwx400, dbb) 17.24/7.20 new_lt14(vwx240, vwx250, cag) -> new_esEs15(new_compare19(vwx240, vwx250, cag), LT) 17.24/7.20 new_ltEs7(False, True) -> True 17.24/7.20 new_ltEs15(Just(vwx240), Just(vwx250), ty_@0) -> new_ltEs9(vwx240, vwx250) 17.24/7.20 new_primPlusNat1(Succ(vwx6800), Zero) -> Succ(vwx6800) 17.24/7.20 new_primPlusNat1(Zero, Succ(vwx400000)) -> Succ(vwx400000) 17.24/7.20 new_esEs24(vwx302, vwx402, app(app(app(ty_@3, ced), cee), cef)) -> new_esEs7(vwx302, vwx402, ced, cee, cef) 17.24/7.20 new_esEs21(vwx240, vwx250, ty_Double) -> new_esEs17(vwx240, vwx250) 17.24/7.20 new_ltEs19(vwx242, vwx252, app(app(ty_@2, bdb), bdc)) -> new_ltEs8(vwx242, vwx252, bdb, bdc) 17.24/7.20 new_ltEs19(vwx242, vwx252, ty_Float) -> new_ltEs6(vwx242, vwx252) 17.24/7.20 new_esEs9(vwx300, vwx400, app(ty_Maybe, bfe)) -> new_esEs6(vwx300, vwx400, bfe) 17.24/7.20 new_lt8(vwx240, vwx250, app(app(ty_Either, bc), bd)) -> new_lt13(vwx240, vwx250, bc, bd) 17.24/7.20 new_ltEs7(True, False) -> False 17.24/7.20 new_ltEs15(Just(vwx240), Just(vwx250), app(app(app(ty_@3, bab), bac), bad)) -> new_ltEs16(vwx240, vwx250, bab, bac, bad) 17.24/7.20 new_esEs20(vwx241, vwx251, ty_@0) -> new_esEs16(vwx241, vwx251) 17.24/7.20 new_esEs5(Right(vwx300), Right(vwx400), bha, ty_Char) -> new_esEs18(vwx300, vwx400) 17.24/7.20 new_esEs20(vwx241, vwx251, ty_Char) -> new_esEs18(vwx241, vwx251) 17.24/7.20 new_ltEs5(Right(vwx240), Right(vwx250), eg, ty_@0) -> new_ltEs9(vwx240, vwx250) 17.24/7.20 new_esEs6(Just(vwx300), Just(vwx400), app(app(ty_@2, cbh), cca)) -> new_esEs4(vwx300, vwx400, cbh, cca) 17.24/7.20 new_compare9(vwx240, vwx250, ty_Bool) -> new_compare14(vwx240, vwx250) 17.24/7.20 new_esEs19(vwx240, vwx250, ty_Float) -> new_esEs14(vwx240, vwx250) 17.24/7.20 new_esEs22(vwx301, vwx401, ty_Int) -> new_esEs13(vwx301, vwx401) 17.24/7.20 new_esEs27(vwx301, vwx401, ty_Ordering) -> new_esEs15(vwx301, vwx401) 17.24/7.20 new_primMulInt(Neg(vwx3010), Neg(vwx4000)) -> Pos(new_primMulNat0(vwx3010, vwx4000)) 17.24/7.20 new_ltEs7(False, False) -> True 17.24/7.20 new_primCmpInt(Pos(Zero), Pos(Succ(vwx2500))) -> new_primCmpNat0(Zero, Succ(vwx2500)) 17.24/7.20 new_esEs5(Right(vwx300), Right(vwx400), bha, ty_@0) -> new_esEs16(vwx300, vwx400) 17.24/7.20 new_esEs6(Just(vwx300), Just(vwx400), app(ty_[], cbg)) -> new_esEs8(vwx300, vwx400, cbg) 17.24/7.20 new_esEs20(vwx241, vwx251, ty_Double) -> new_esEs17(vwx241, vwx251) 17.24/7.20 new_esEs9(vwx300, vwx400, app(app(ty_Either, bed), bee)) -> new_esEs5(vwx300, vwx400, bed, bee) 17.24/7.20 new_lt8(vwx240, vwx250, app(ty_[], be)) -> new_lt4(vwx240, vwx250, be) 17.24/7.20 new_esEs6(Just(vwx300), Just(vwx400), app(ty_Maybe, cce)) -> new_esEs6(vwx300, vwx400, cce) 17.24/7.20 new_esEs6(Nothing, Just(vwx400), cbc) -> False 17.24/7.20 new_esEs6(Just(vwx300), Nothing, cbc) -> False 17.24/7.20 new_lt8(vwx240, vwx250, ty_Ordering) -> new_lt16(vwx240, vwx250) 17.24/7.20 new_esEs6(Nothing, Nothing, cbc) -> True 17.24/7.20 new_esEs24(vwx302, vwx402, ty_Bool) -> new_esEs11(vwx302, vwx402) 17.24/7.20 new_ltEs19(vwx242, vwx252, app(ty_Maybe, bdg)) -> new_ltEs15(vwx242, vwx252, bdg) 17.24/7.20 new_esEs11(False, False) -> True 17.24/7.20 new_esEs20(vwx241, vwx251, ty_Float) -> new_esEs14(vwx241, vwx251) 17.24/7.20 new_ltEs18(vwx241, vwx251, ty_Char) -> new_ltEs14(vwx241, vwx251) 17.24/7.20 new_ltEs5(Right(vwx240), Right(vwx250), eg, ty_Float) -> new_ltEs6(vwx240, vwx250) 17.24/7.20 new_ltEs15(Just(vwx240), Just(vwx250), app(ty_Maybe, baa)) -> new_ltEs15(vwx240, vwx250, baa) 17.24/7.20 new_lt5(vwx240, vwx250) -> new_esEs15(new_compare6(vwx240, vwx250), LT) 17.24/7.20 new_esEs5(Left(vwx300), Left(vwx400), app(ty_Ratio, bga), bfh) -> new_esEs10(vwx300, vwx400, bga) 17.24/7.20 new_esEs5(Right(vwx300), Right(vwx400), bha, app(ty_[], bhe)) -> new_esEs8(vwx300, vwx400, bhe) 17.24/7.20 new_esEs5(Left(vwx300), Left(vwx400), ty_Bool, bfh) -> new_esEs11(vwx300, vwx400) 17.24/7.20 new_ltEs19(vwx242, vwx252, app(app(ty_Either, bdd), bde)) -> new_ltEs5(vwx242, vwx252, bdd, bde) 17.24/7.20 new_primMulInt(Pos(vwx3010), Neg(vwx4000)) -> Neg(new_primMulNat0(vwx3010, vwx4000)) 17.24/7.20 new_primMulInt(Neg(vwx3010), Pos(vwx4000)) -> Neg(new_primMulNat0(vwx3010, vwx4000)) 17.24/7.20 new_esEs8(:(vwx300, vwx301), [], bec) -> False 17.24/7.20 new_esEs8([], :(vwx400, vwx401), bec) -> False 17.24/7.20 new_ltEs5(Left(vwx240), Left(vwx250), app(ty_[], eb), dg) -> new_ltEs13(vwx240, vwx250, eb) 17.24/7.20 new_lt20(vwx241, vwx251, app(app(ty_Either, bcc), bcd)) -> new_lt13(vwx241, vwx251, bcc, bcd) 17.24/7.20 new_esEs19(vwx240, vwx250, app(app(ty_Either, bc), bd)) -> new_esEs5(vwx240, vwx250, bc, bd) 17.24/7.20 new_esEs26(vwx300, vwx400, ty_Double) -> new_esEs17(vwx300, vwx400) 17.24/7.20 new_compare9(vwx240, vwx250, ty_Double) -> new_compare26(vwx240, vwx250) 17.24/7.20 new_compare28(vwx240, vwx250, True) -> EQ 17.24/7.20 new_esEs15(LT, LT) -> True 17.24/7.20 new_esEs19(vwx240, vwx250, ty_@0) -> new_esEs16(vwx240, vwx250) 17.24/7.20 new_esEs6(Just(vwx300), Just(vwx400), ty_Integer) -> new_esEs12(vwx300, vwx400) 17.24/7.20 new_ltEs5(Left(vwx240), Left(vwx250), ty_Ordering, dg) -> new_ltEs12(vwx240, vwx250) 17.24/7.20 new_compare10(vwx240, vwx250, False, bg, bh, ca) -> GT 17.24/7.20 new_esEs5(Right(vwx300), Right(vwx400), bha, ty_Ordering) -> new_esEs15(vwx300, vwx400) 17.24/7.20 new_ltEs19(vwx242, vwx252, ty_Ordering) -> new_ltEs12(vwx242, vwx252) 17.24/7.20 new_ltEs19(vwx242, vwx252, ty_@0) -> new_ltEs9(vwx242, vwx252) 17.24/7.20 new_ltEs5(Right(vwx240), Right(vwx250), eg, ty_Integer) -> new_ltEs11(vwx240, vwx250) 17.24/7.20 new_ltEs5(Right(vwx240), Right(vwx250), eg, app(ty_[], fd)) -> new_ltEs13(vwx240, vwx250, fd) 17.24/7.20 new_esEs23(vwx300, vwx400, ty_Int) -> new_esEs13(vwx300, vwx400) 17.24/7.20 new_primCompAux1(vwx240, vwx250, vwx89, gb) -> new_primCompAux0(vwx89, new_compare9(vwx240, vwx250, gb)) 17.24/7.20 new_ltEs5(Left(vwx240), Left(vwx250), ty_@0, dg) -> new_ltEs9(vwx240, vwx250) 17.24/7.20 new_ltEs19(vwx242, vwx252, app(app(app(ty_@3, bdh), bea), beb)) -> new_ltEs16(vwx242, vwx252, bdh, bea, beb) 17.24/7.20 new_lt19(vwx240, vwx250, ty_Float) -> new_lt9(vwx240, vwx250) 17.24/7.20 new_esEs13(vwx30, vwx40) -> new_primEqInt(vwx30, vwx40) 17.24/7.20 new_esEs6(Just(vwx300), Just(vwx400), ty_Int) -> new_esEs13(vwx300, vwx400) 17.24/7.20 new_esEs28(vwx300, vwx400, app(app(app(ty_@3, dbf), dbg), dbh)) -> new_esEs7(vwx300, vwx400, dbf, dbg, dbh) 17.24/7.20 new_lt10(vwx240, vwx250) -> new_esEs15(new_compare14(vwx240, vwx250), LT) 17.24/7.20 new_ltEs5(Right(vwx240), Right(vwx250), eg, app(ty_Ratio, caf)) -> new_ltEs10(vwx240, vwx250, caf) 17.24/7.20 new_esEs25(vwx301, vwx401, ty_Bool) -> new_esEs11(vwx301, vwx401) 17.24/7.20 new_esEs24(vwx302, vwx402, app(ty_[], cea)) -> new_esEs8(vwx302, vwx402, cea) 17.24/7.20 new_asAs(True, vwx60) -> vwx60 17.24/7.20 new_ltEs5(Right(vwx240), Left(vwx250), eg, dg) -> False 17.24/7.20 new_esEs5(Right(vwx300), Right(vwx400), bha, ty_Double) -> new_esEs17(vwx300, vwx400) 17.24/7.20 new_esEs6(Just(vwx300), Just(vwx400), app(ty_Ratio, cbf)) -> new_esEs10(vwx300, vwx400, cbf) 17.24/7.20 new_esEs21(vwx240, vwx250, app(ty_Maybe, bbd)) -> new_esEs6(vwx240, vwx250, bbd) 17.24/7.20 new_compare28(vwx240, vwx250, False) -> new_compare11(vwx240, vwx250, new_ltEs12(vwx240, vwx250)) 17.24/7.20 new_lt8(vwx240, vwx250, ty_Int) -> new_lt11(vwx240, vwx250) 17.24/7.20 new_ltEs9(vwx24, vwx25) -> new_not(new_esEs15(new_compare17(vwx24, vwx25), GT)) 17.24/7.20 new_esEs26(vwx300, vwx400, ty_Ordering) -> new_esEs15(vwx300, vwx400) 17.24/7.20 new_lt8(vwx240, vwx250, ty_Float) -> new_lt9(vwx240, vwx250) 17.24/7.20 new_ltEs18(vwx241, vwx251, app(app(ty_@2, cc), cd)) -> new_ltEs8(vwx241, vwx251, cc, cd) 17.24/7.20 new_compare13(Float(vwx240, Neg(vwx2410)), Float(vwx250, Neg(vwx2510))) -> new_compare15(new_sr0(vwx240, Neg(vwx2510)), new_sr0(Neg(vwx2410), vwx250)) 17.24/7.20 new_lt20(vwx241, vwx251, app(app(ty_@2, bca), bcb)) -> new_lt7(vwx241, vwx251, bca, bcb) 17.24/7.20 new_esEs9(vwx300, vwx400, ty_Double) -> new_esEs17(vwx300, vwx400) 17.24/7.20 new_ltEs5(Right(vwx240), Right(vwx250), eg, ty_Bool) -> new_ltEs7(vwx240, vwx250) 17.24/7.20 new_lt20(vwx241, vwx251, ty_Float) -> new_lt9(vwx241, vwx251) 17.24/7.20 new_esEs21(vwx240, vwx250, ty_Char) -> new_esEs18(vwx240, vwx250) 17.24/7.20 new_esEs16(@0, @0) -> True 17.24/7.20 new_esEs27(vwx301, vwx401, ty_Integer) -> new_esEs12(vwx301, vwx401) 17.24/7.20 new_esEs26(vwx300, vwx400, ty_Char) -> new_esEs18(vwx300, vwx400) 17.24/7.20 new_esEs27(vwx301, vwx401, ty_Float) -> new_esEs14(vwx301, vwx401) 17.24/7.20 new_compare9(vwx240, vwx250, ty_@0) -> new_compare17(vwx240, vwx250) 17.24/7.20 new_lt19(vwx240, vwx250, app(app(ty_@2, bae), baf)) -> new_lt7(vwx240, vwx250, bae, baf) 17.24/7.20 new_esEs19(vwx240, vwx250, ty_Bool) -> new_esEs11(vwx240, vwx250) 17.24/7.20 new_ltEs5(Left(vwx240), Left(vwx250), app(app(app(ty_@3, ed), ee), ef), dg) -> new_ltEs16(vwx240, vwx250, ed, ee, ef) 17.24/7.20 new_ltEs5(Left(vwx240), Left(vwx250), app(ty_Ratio, cae), dg) -> new_ltEs10(vwx240, vwx250, cae) 17.24/7.20 new_primCmpInt(Pos(Succ(vwx2400)), Pos(vwx250)) -> new_primCmpNat0(Succ(vwx2400), vwx250) 17.24/7.20 new_ltEs5(Right(vwx240), Right(vwx250), eg, app(app(ty_Either, fb), fc)) -> new_ltEs5(vwx240, vwx250, fb, fc) 17.24/7.20 new_ltEs15(Just(vwx240), Just(vwx250), app(app(ty_Either, hf), hg)) -> new_ltEs5(vwx240, vwx250, hf, hg) 17.24/7.20 new_compare9(vwx240, vwx250, app(ty_[], gg)) -> new_compare3(vwx240, vwx250, gg) 17.24/7.20 new_primMulNat0(Zero, Zero) -> Zero 17.24/7.20 new_compare9(vwx240, vwx250, app(ty_Maybe, gh)) -> new_compare7(vwx240, vwx250, gh) 17.24/7.20 new_esEs19(vwx240, vwx250, app(ty_[], be)) -> new_esEs8(vwx240, vwx250, be) 17.24/7.20 new_compare111(vwx240, vwx250, False) -> GT 17.24/7.20 new_ltEs18(vwx241, vwx251, app(ty_[], cg)) -> new_ltEs13(vwx241, vwx251, cg) 17.24/7.20 new_esEs21(vwx240, vwx250, ty_@0) -> new_esEs16(vwx240, vwx250) 17.24/7.20 new_ltEs5(Right(vwx240), Right(vwx250), eg, ty_Double) -> new_ltEs17(vwx240, vwx250) 17.24/7.20 new_esEs9(vwx300, vwx400, ty_Bool) -> new_esEs11(vwx300, vwx400) 17.24/7.20 new_esEs20(vwx241, vwx251, app(app(ty_Either, bcc), bcd)) -> new_esEs5(vwx241, vwx251, bcc, bcd) 17.24/7.20 new_compare3(:(vwx240, vwx241), :(vwx250, vwx251), gb) -> new_primCompAux1(vwx240, vwx250, new_compare3(vwx241, vwx251, gb), gb) 17.24/7.20 new_esEs5(Right(vwx300), Right(vwx400), bha, app(app(ty_Either, bhb), bhc)) -> new_esEs5(vwx300, vwx400, bhb, bhc) 17.24/7.20 new_ltEs15(Just(vwx240), Just(vwx250), ty_Ordering) -> new_ltEs12(vwx240, vwx250) 17.24/7.20 new_esEs26(vwx300, vwx400, app(ty_Maybe, chc)) -> new_esEs6(vwx300, vwx400, chc) 17.24/7.20 new_compare16(vwx240, vwx250, h, ba) -> new_compare211(vwx240, vwx250, new_esEs4(vwx240, vwx250, h, ba), h, ba) 17.24/7.20 new_esEs26(vwx300, vwx400, ty_Bool) -> new_esEs11(vwx300, vwx400) 17.24/7.20 new_lt19(vwx240, vwx250, ty_Int) -> new_lt11(vwx240, vwx250) 17.24/7.20 new_lt4(vwx240, vwx250, be) -> new_esEs15(new_compare3(vwx240, vwx250, be), LT) 17.24/7.20 new_ltEs12(GT, LT) -> False 17.24/7.20 new_compare9(vwx240, vwx250, ty_Float) -> new_compare13(vwx240, vwx250) 17.24/7.20 new_esEs27(vwx301, vwx401, app(ty_Ratio, chh)) -> new_esEs10(vwx301, vwx401, chh) 17.24/7.20 new_ltEs18(vwx241, vwx251, app(ty_Ratio, cah)) -> new_ltEs10(vwx241, vwx251, cah) 17.24/7.20 new_esEs9(vwx300, vwx400, ty_@0) -> new_esEs16(vwx300, vwx400) 17.24/7.20 new_primCompAux0(vwx99, EQ) -> vwx99 17.24/7.20 new_esEs28(vwx300, vwx400, ty_Integer) -> new_esEs12(vwx300, vwx400) 17.24/7.20 new_esEs23(vwx300, vwx400, ty_Integer) -> new_esEs12(vwx300, vwx400) 17.24/7.20 new_esEs20(vwx241, vwx251, app(ty_[], bce)) -> new_esEs8(vwx241, vwx251, bce) 17.24/7.20 new_lt16(vwx240, vwx250) -> new_esEs15(new_compare25(vwx240, vwx250), LT) 17.24/7.20 new_primEqInt(Neg(Succ(vwx3000)), Neg(Zero)) -> False 17.24/7.20 new_primEqInt(Neg(Zero), Neg(Succ(vwx4000))) -> False 17.24/7.20 new_esEs21(vwx240, vwx250, ty_Bool) -> new_esEs11(vwx240, vwx250) 17.24/7.20 new_esEs25(vwx301, vwx401, app(ty_Maybe, cga)) -> new_esEs6(vwx301, vwx401, cga) 17.24/7.20 new_compare26(Double(vwx240, Pos(vwx2410)), Double(vwx250, Neg(vwx2510))) -> new_compare15(new_sr0(vwx240, Pos(vwx2510)), new_sr0(Neg(vwx2410), vwx250)) 17.24/7.20 new_compare26(Double(vwx240, Neg(vwx2410)), Double(vwx250, Pos(vwx2510))) -> new_compare15(new_sr0(vwx240, Neg(vwx2510)), new_sr0(Pos(vwx2410), vwx250)) 17.24/7.20 new_ltEs7(True, True) -> True 17.24/7.20 new_lt19(vwx240, vwx250, app(app(ty_Either, bba), bbb)) -> new_lt13(vwx240, vwx250, bba, bbb) 17.24/7.20 new_lt19(vwx240, vwx250, app(ty_Ratio, ccg)) -> new_lt14(vwx240, vwx250, ccg) 17.24/7.20 new_primEqInt(Pos(Succ(vwx3000)), Pos(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 17.24/7.20 new_esEs26(vwx300, vwx400, app(app(ty_@2, cgf), cgg)) -> new_esEs4(vwx300, vwx400, cgf, cgg) 17.24/7.20 new_esEs14(Float(vwx300, vwx301), Float(vwx400, vwx401)) -> new_esEs13(new_sr0(vwx300, vwx401), new_sr0(vwx301, vwx400)) 17.24/7.20 new_compare7(vwx240, vwx250, bf) -> new_compare23(vwx240, vwx250, new_esEs6(vwx240, vwx250, bf), bf) 17.24/7.20 new_esEs25(vwx301, vwx401, app(app(ty_Either, ceh), cfa)) -> new_esEs5(vwx301, vwx401, ceh, cfa) 17.24/7.20 new_esEs20(vwx241, vwx251, app(ty_Maybe, bcf)) -> new_esEs6(vwx241, vwx251, bcf) 17.24/7.20 new_ltEs18(vwx241, vwx251, app(app(ty_Either, ce), cf)) -> new_ltEs5(vwx241, vwx251, ce, cf) 17.24/7.20 new_esEs11(True, True) -> True 17.24/7.20 new_primEqInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> False 17.24/7.20 new_primEqInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> False 17.24/7.20 new_ltEs8(@2(vwx240, vwx241), @2(vwx250, vwx251), cb, bb) -> new_pePe(new_lt8(vwx240, vwx250, cb), new_asAs(new_esEs19(vwx240, vwx250, cb), new_ltEs18(vwx241, vwx251, bb))) 17.24/7.20 new_esEs19(vwx240, vwx250, app(ty_Maybe, bf)) -> new_esEs6(vwx240, vwx250, bf) 17.24/7.20 new_esEs9(vwx300, vwx400, ty_Char) -> new_esEs18(vwx300, vwx400) 17.24/7.20 new_lt20(vwx241, vwx251, app(ty_Ratio, cch)) -> new_lt14(vwx241, vwx251, cch) 17.24/7.20 new_primCmpInt(Neg(Zero), Neg(Succ(vwx2500))) -> new_primCmpNat0(Succ(vwx2500), Zero) 17.24/7.20 new_esEs6(Just(vwx300), Just(vwx400), ty_Float) -> new_esEs14(vwx300, vwx400) 17.24/7.20 new_compare211(vwx240, vwx250, True, h, ba) -> EQ 17.24/7.20 new_lt19(vwx240, vwx250, ty_Double) -> new_lt18(vwx240, vwx250) 17.24/7.20 new_ltEs12(EQ, GT) -> True 17.24/7.20 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 17.24/7.20 new_ltEs5(Right(vwx240), Right(vwx250), eg, app(app(ty_@2, eh), fa)) -> new_ltEs8(vwx240, vwx250, eh, fa) 17.24/7.20 new_esEs28(vwx300, vwx400, ty_Float) -> new_esEs14(vwx300, vwx400) 17.24/7.20 new_esEs27(vwx301, vwx401, ty_Char) -> new_esEs18(vwx301, vwx401) 17.24/7.20 new_esEs26(vwx300, vwx400, app(app(ty_Either, cgb), cgc)) -> new_esEs5(vwx300, vwx400, cgb, cgc) 17.24/7.20 new_lt8(vwx240, vwx250, ty_Bool) -> new_lt10(vwx240, vwx250) 17.24/7.20 new_ltEs12(EQ, EQ) -> True 17.24/7.20 new_esEs4(@2(vwx300, vwx301), @2(vwx400, vwx401), chd, che) -> new_asAs(new_esEs28(vwx300, vwx400, chd), new_esEs27(vwx301, vwx401, che)) 17.24/7.20 new_compare19(:%(vwx240, vwx241), :%(vwx250, vwx251), ty_Integer) -> new_compare24(new_sr(vwx240, vwx251), new_sr(vwx250, vwx241)) 17.24/7.20 new_lt19(vwx240, vwx250, ty_Ordering) -> new_lt16(vwx240, vwx250) 17.24/7.20 new_esEs15(EQ, EQ) -> True 17.24/7.20 new_ltEs15(Just(vwx240), Just(vwx250), ty_Double) -> new_ltEs17(vwx240, vwx250) 17.24/7.20 new_ltEs5(Right(vwx240), Right(vwx250), eg, app(ty_Maybe, ff)) -> new_ltEs15(vwx240, vwx250, ff) 17.24/7.20 new_compare112(vwx240, vwx250, False, h, ba) -> GT 17.24/7.20 new_ltEs16(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, bag, bah) -> new_pePe(new_lt19(vwx240, vwx250, bbh), new_asAs(new_esEs21(vwx240, vwx250, bbh), new_pePe(new_lt20(vwx241, vwx251, bag), new_asAs(new_esEs20(vwx241, vwx251, bag), new_ltEs19(vwx242, vwx252, bah))))) 17.24/7.20 new_esEs24(vwx302, vwx402, app(ty_Ratio, cdh)) -> new_esEs10(vwx302, vwx402, cdh) 17.24/7.20 new_ltEs5(Right(vwx240), Right(vwx250), eg, app(app(app(ty_@3, fg), fh), ga)) -> new_ltEs16(vwx240, vwx250, fg, fh, ga) 17.24/7.20 new_esEs5(Right(vwx300), Right(vwx400), bha, ty_Int) -> new_esEs13(vwx300, vwx400) 17.24/7.20 new_lt19(vwx240, vwx250, app(app(app(ty_@3, bbe), bbf), bbg)) -> new_lt6(vwx240, vwx250, bbe, bbf, bbg) 17.24/7.20 new_lt20(vwx241, vwx251, ty_Double) -> new_lt18(vwx241, vwx251) 17.24/7.20 new_not(False) -> True 17.24/7.20 new_lt19(vwx240, vwx250, ty_Integer) -> new_lt15(vwx240, vwx250) 17.24/7.20 new_esEs20(vwx241, vwx251, app(app(app(ty_@3, bcg), bch), bda)) -> new_esEs7(vwx241, vwx251, bcg, bch, bda) 17.24/7.20 new_ltEs15(Nothing, Just(vwx250), cba) -> True 17.24/7.20 new_esEs5(Right(vwx300), Right(vwx400), bha, ty_Bool) -> new_esEs11(vwx300, vwx400) 17.24/7.20 new_compare29(vwx240, vwx250, False, bc, bd) -> new_compare12(vwx240, vwx250, new_ltEs5(vwx240, vwx250, bc, bd), bc, bd) 17.24/7.20 new_esEs25(vwx301, vwx401, ty_Double) -> new_esEs17(vwx301, vwx401) 17.24/7.20 new_esEs5(Left(vwx300), Right(vwx400), bha, bfh) -> False 17.24/7.20 new_esEs5(Right(vwx300), Left(vwx400), bha, bfh) -> False 17.24/7.20 new_esEs24(vwx302, vwx402, ty_@0) -> new_esEs16(vwx302, vwx402) 17.24/7.20 new_ltEs5(Left(vwx240), Left(vwx250), ty_Char, dg) -> new_ltEs14(vwx240, vwx250) 17.24/7.20 new_lt20(vwx241, vwx251, ty_Integer) -> new_lt15(vwx241, vwx251) 17.24/7.20 new_esEs6(Just(vwx300), Just(vwx400), ty_Char) -> new_esEs18(vwx300, vwx400) 17.24/7.20 new_compare24(Integer(vwx240), Integer(vwx250)) -> new_primCmpInt(vwx240, vwx250) 17.24/7.20 new_ltEs6(vwx24, vwx25) -> new_not(new_esEs15(new_compare13(vwx24, vwx25), GT)) 17.24/7.20 new_esEs27(vwx301, vwx401, app(app(app(ty_@3, dad), dae), daf)) -> new_esEs7(vwx301, vwx401, dad, dae, daf) 17.24/7.20 new_esEs19(vwx240, vwx250, ty_Ordering) -> new_esEs15(vwx240, vwx250) 17.24/7.20 new_ltEs5(Left(vwx240), Left(vwx250), ty_Int, dg) -> new_ltEs4(vwx240, vwx250) 17.24/7.20 new_primPlusNat0(Succ(vwx680), vwx40000) -> Succ(Succ(new_primPlusNat1(vwx680, vwx40000))) 17.24/7.20 new_lt20(vwx241, vwx251, ty_Int) -> new_lt11(vwx241, vwx251) 17.24/7.20 new_esEs8([], [], bec) -> True 17.24/7.20 new_compare9(vwx240, vwx250, ty_Ordering) -> new_compare25(vwx240, vwx250) 17.24/7.20 new_sr0(vwx301, vwx400) -> new_primMulInt(vwx301, vwx400) 17.24/7.20 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 17.24/7.20 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 17.24/7.20 new_esEs22(vwx301, vwx401, ty_Integer) -> new_esEs12(vwx301, vwx401) 17.24/7.20 new_compare9(vwx240, vwx250, app(app(ty_@2, gc), gd)) -> new_compare16(vwx240, vwx250, gc, gd) 17.24/7.20 new_esEs26(vwx300, vwx400, ty_Int) -> new_esEs13(vwx300, vwx400) 17.24/7.20 new_primPlusNat1(Zero, Zero) -> Zero 17.24/7.20 new_esEs9(vwx300, vwx400, ty_Integer) -> new_esEs12(vwx300, vwx400) 17.24/7.20 new_esEs20(vwx241, vwx251, ty_Bool) -> new_esEs11(vwx241, vwx251) 17.24/7.20 new_compare8(vwx240, vwx250, bg, bh, ca) -> new_compare210(vwx240, vwx250, new_esEs7(vwx240, vwx250, bg, bh, ca), bg, bh, ca) 17.24/7.20 new_esEs26(vwx300, vwx400, ty_@0) -> new_esEs16(vwx300, vwx400) 17.24/7.20 new_esEs27(vwx301, vwx401, app(app(ty_@2, dab), dac)) -> new_esEs4(vwx301, vwx401, dab, dac) 17.24/7.20 new_esEs27(vwx301, vwx401, ty_Double) -> new_esEs17(vwx301, vwx401) 17.24/7.20 new_esEs6(Just(vwx300), Just(vwx400), ty_Ordering) -> new_esEs15(vwx300, vwx400) 17.24/7.20 new_esEs5(Right(vwx300), Right(vwx400), bha, ty_Integer) -> new_esEs12(vwx300, vwx400) 17.24/7.20 new_compare11(vwx240, vwx250, True) -> LT 17.24/7.20 new_esEs7(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cdc, cdd, cde) -> new_asAs(new_esEs26(vwx300, vwx400, cdc), new_asAs(new_esEs25(vwx301, vwx401, cdd), new_esEs24(vwx302, vwx402, cde))) 17.24/7.20 new_esEs21(vwx240, vwx250, ty_Integer) -> new_esEs12(vwx240, vwx250) 17.24/7.20 new_esEs28(vwx300, vwx400, app(ty_Maybe, dca)) -> new_esEs6(vwx300, vwx400, dca) 17.24/7.20 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 17.24/7.20 new_esEs9(vwx300, vwx400, ty_Ordering) -> new_esEs15(vwx300, vwx400) 17.24/7.20 new_esEs5(Left(vwx300), Left(vwx400), app(ty_[], bgb), bfh) -> new_esEs8(vwx300, vwx400, bgb) 17.24/7.20 new_primMulNat0(Succ(vwx30100), Succ(vwx40000)) -> new_primPlusNat0(new_primMulNat0(vwx30100, Succ(vwx40000)), vwx40000) 17.24/7.20 new_compare17(@0, @0) -> EQ 17.24/7.20 new_esEs28(vwx300, vwx400, app(app(ty_@2, dbd), dbe)) -> new_esEs4(vwx300, vwx400, dbd, dbe) 17.24/7.20 new_ltEs12(EQ, LT) -> False 17.24/7.20 new_compare9(vwx240, vwx250, ty_Integer) -> new_compare24(vwx240, vwx250) 17.24/7.20 new_compare13(Float(vwx240, Pos(vwx2410)), Float(vwx250, Neg(vwx2510))) -> new_compare15(new_sr0(vwx240, Pos(vwx2510)), new_sr0(Neg(vwx2410), vwx250)) 17.24/7.20 new_compare13(Float(vwx240, Neg(vwx2410)), Float(vwx250, Pos(vwx2510))) -> new_compare15(new_sr0(vwx240, Neg(vwx2510)), new_sr0(Pos(vwx2410), vwx250)) 17.24/7.20 new_compare29(vwx240, vwx250, True, bc, bd) -> EQ 17.24/7.20 new_lt19(vwx240, vwx250, app(ty_Maybe, bbd)) -> new_lt17(vwx240, vwx250, bbd) 17.24/7.20 new_esEs5(Right(vwx300), Right(vwx400), bha, app(ty_Ratio, bhd)) -> new_esEs10(vwx300, vwx400, bhd) 17.24/7.20 new_primCmpNat0(Succ(vwx2400), Succ(vwx2500)) -> new_primCmpNat0(vwx2400, vwx2500) 17.24/7.20 new_esEs20(vwx241, vwx251, ty_Integer) -> new_esEs12(vwx241, vwx251) 17.24/7.20 new_lt8(vwx240, vwx250, ty_Double) -> new_lt18(vwx240, vwx250) 17.24/7.20 new_esEs28(vwx300, vwx400, ty_Int) -> new_esEs13(vwx300, vwx400) 17.24/7.20 new_esEs5(Left(vwx300), Left(vwx400), ty_@0, bfh) -> new_esEs16(vwx300, vwx400) 17.24/7.20 new_esEs21(vwx240, vwx250, ty_Ordering) -> new_esEs15(vwx240, vwx250) 17.24/7.20 new_esEs27(vwx301, vwx401, app(ty_Maybe, dag)) -> new_esEs6(vwx301, vwx401, dag) 17.24/7.20 new_compare3(:(vwx240, vwx241), [], gb) -> GT 17.24/7.20 new_compare6(Char(vwx240), Char(vwx250)) -> new_primCmpNat0(vwx240, vwx250) 17.24/7.20 new_lt8(vwx240, vwx250, app(ty_Ratio, cag)) -> new_lt14(vwx240, vwx250, cag) 17.24/7.20 new_esEs5(Left(vwx300), Left(vwx400), ty_Char, bfh) -> new_esEs18(vwx300, vwx400) 17.24/7.20 new_compare25(vwx240, vwx250) -> new_compare28(vwx240, vwx250, new_esEs15(vwx240, vwx250)) 17.24/7.20 new_esEs24(vwx302, vwx402, ty_Char) -> new_esEs18(vwx302, vwx402) 17.24/7.20 new_esEs25(vwx301, vwx401, ty_Float) -> new_esEs14(vwx301, vwx401) 17.24/7.20 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 17.24/7.20 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 17.24/7.20 new_ltEs12(LT, EQ) -> True 17.24/7.20 new_esEs28(vwx300, vwx400, app(ty_[], dbc)) -> new_esEs8(vwx300, vwx400, dbc) 17.24/7.20 new_ltEs5(Left(vwx240), Left(vwx250), ty_Float, dg) -> new_ltEs6(vwx240, vwx250) 17.24/7.20 new_lt20(vwx241, vwx251, app(app(app(ty_@3, bcg), bch), bda)) -> new_lt6(vwx241, vwx251, bcg, bch, bda) 17.24/7.20 new_esEs27(vwx301, vwx401, ty_Int) -> new_esEs13(vwx301, vwx401) 17.24/7.20 new_lt20(vwx241, vwx251, ty_Char) -> new_lt5(vwx241, vwx251) 17.24/7.20 new_primEqNat0(Zero, Zero) -> True 17.24/7.20 new_esEs28(vwx300, vwx400, app(app(ty_Either, dah), dba)) -> new_esEs5(vwx300, vwx400, dah, dba) 17.24/7.20 new_ltEs11(vwx24, vwx25) -> new_not(new_esEs15(new_compare24(vwx24, vwx25), GT)) 17.24/7.20 new_compare110(vwx240, vwx250, True, bf) -> LT 17.24/7.20 new_esEs25(vwx301, vwx401, ty_Char) -> new_esEs18(vwx301, vwx401) 17.24/7.20 new_esEs26(vwx300, vwx400, ty_Float) -> new_esEs14(vwx300, vwx400) 17.24/7.20 new_asAs(False, vwx60) -> False 17.24/7.20 new_lt8(vwx240, vwx250, app(app(ty_@2, h), ba)) -> new_lt7(vwx240, vwx250, h, ba) 17.24/7.20 new_lt20(vwx241, vwx251, app(ty_Maybe, bcf)) -> new_lt17(vwx241, vwx251, bcf) 17.24/7.20 new_lt19(vwx240, vwx250, ty_Char) -> new_lt5(vwx240, vwx250) 17.24/7.20 new_esEs25(vwx301, vwx401, ty_@0) -> new_esEs16(vwx301, vwx401) 17.24/7.20 new_compare27(vwx240, vwx250, True) -> EQ 17.24/7.20 new_compare12(vwx240, vwx250, True, bc, bd) -> LT 17.24/7.20 new_compare27(vwx240, vwx250, False) -> new_compare111(vwx240, vwx250, new_ltEs7(vwx240, vwx250)) 17.24/7.20 new_esEs5(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bge), bgf), bgg), bfh) -> new_esEs7(vwx300, vwx400, bge, bgf, bgg) 17.24/7.20 17.24/7.20 The set Q consists of the following terms: 17.24/7.20 17.24/7.20 new_ltEs18(x0, x1, ty_@0) 17.24/7.20 new_lt19(x0, x1, ty_Double) 17.24/7.20 new_ltEs15(Just(x0), Just(x1), app(ty_Ratio, x2)) 17.24/7.20 new_ltEs5(Left(x0), Left(x1), ty_Int, x2) 17.24/7.20 new_esEs26(x0, x1, app(ty_Ratio, x2)) 17.24/7.20 new_primMulNat0(Succ(x0), Zero) 17.24/7.20 new_compare9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.24/7.20 new_esEs5(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 17.24/7.20 new_ltEs15(Just(x0), Just(x1), ty_Char) 17.24/7.20 new_ltEs15(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 17.24/7.20 new_esEs28(x0, x1, ty_Double) 17.24/7.20 new_ltEs5(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 17.24/7.20 new_esEs25(x0, x1, ty_Char) 17.24/7.20 new_esEs27(x0, x1, ty_Int) 17.24/7.20 new_compare7(x0, x1, x2) 17.24/7.20 new_esEs24(x0, x1, ty_@0) 17.24/7.20 new_compare3(:(x0, x1), :(x2, x3), x4) 17.24/7.20 new_ltEs8(@2(x0, x1), @2(x2, x3), x4, x5) 17.24/7.20 new_lt19(x0, x1, ty_Ordering) 17.24/7.20 new_primPlusNat1(Zero, Zero) 17.24/7.20 new_lt20(x0, x1, app(ty_Maybe, x2)) 17.24/7.20 new_compare3([], [], x0) 17.24/7.20 new_compare3([], :(x0, x1), x2) 17.24/7.20 new_esEs26(x0, x1, ty_Double) 17.24/7.20 new_ltEs19(x0, x1, app(ty_[], x2)) 17.24/7.20 new_esEs24(x0, x1, ty_Bool) 17.24/7.20 new_esEs9(x0, x1, ty_Integer) 17.24/7.20 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 17.24/7.20 new_ltEs18(x0, x1, app(app(ty_@2, x2), x3)) 17.24/7.20 new_esEs27(x0, x1, ty_Char) 17.24/7.20 new_lt20(x0, x1, ty_Bool) 17.24/7.20 new_lt6(x0, x1, x2, x3, x4) 17.24/7.20 new_esEs27(x0, x1, ty_Ordering) 17.24/7.20 new_compare11(x0, x1, True) 17.24/7.20 new_esEs26(x0, x1, ty_Int) 17.24/7.20 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 17.24/7.20 new_compare112(x0, x1, False, x2, x3) 17.24/7.20 new_primEqInt(Pos(Zero), Pos(Zero)) 17.24/7.20 new_esEs24(x0, x1, app(ty_Maybe, x2)) 17.24/7.20 new_ltEs19(x0, x1, ty_@0) 17.24/7.20 new_esEs5(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 17.24/7.20 new_ltEs15(Just(x0), Just(x1), ty_Int) 17.24/7.20 new_lt19(x0, x1, app(app(ty_Either, x2), x3)) 17.24/7.20 new_primPlusNat1(Succ(x0), Zero) 17.24/7.20 new_esEs5(Left(x0), Left(x1), ty_Float, x2) 17.24/7.20 new_compare23(x0, x1, True, x2) 17.24/7.20 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 17.24/7.20 new_esEs24(x0, x1, ty_Char) 17.24/7.20 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.24/7.20 new_ltEs19(x0, x1, ty_Integer) 17.24/7.20 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 17.24/7.20 new_esEs7(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 17.24/7.20 new_compare17(@0, @0) 17.24/7.20 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 17.24/7.20 new_primEqInt(Neg(Zero), Neg(Zero)) 17.24/7.20 new_esEs5(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 17.24/7.20 new_esEs5(Right(x0), Right(x1), x2, ty_Bool) 17.24/7.20 new_esEs15(EQ, GT) 17.24/7.20 new_esEs15(GT, EQ) 17.24/7.20 new_ltEs18(x0, x1, ty_Integer) 17.24/7.20 new_esEs26(x0, x1, ty_Ordering) 17.24/7.20 new_ltEs5(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 17.24/7.20 new_primEqNat0(Zero, Succ(x0)) 17.24/7.20 new_esEs15(LT, LT) 17.24/7.20 new_compare26(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 17.24/7.20 new_ltEs18(x0, x1, ty_Char) 17.24/7.20 new_ltEs15(Just(x0), Just(x1), ty_@0) 17.24/7.20 new_esEs24(x0, x1, ty_Integer) 17.24/7.20 new_esEs5(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 17.24/7.20 new_esEs21(x0, x1, app(ty_Ratio, x2)) 17.24/7.20 new_esEs19(x0, x1, ty_Float) 17.24/7.20 new_ltEs5(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 17.24/7.20 new_esEs19(x0, x1, app(app(ty_@2, x2), x3)) 17.24/7.20 new_primCmpNat0(Succ(x0), Zero) 17.24/7.20 new_primPlusNat0(Zero, x0) 17.24/7.20 new_primCompAux0(x0, LT) 17.24/7.20 new_esEs27(x0, x1, ty_Double) 17.24/7.20 new_ltEs12(GT, EQ) 17.24/7.20 new_ltEs12(EQ, GT) 17.24/7.20 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 17.24/7.20 new_primMulNat0(Zero, Succ(x0)) 17.24/7.20 new_primCompAux0(x0, EQ) 17.24/7.20 new_ltEs18(x0, x1, ty_Int) 17.24/7.20 new_compare3(:(x0, x1), [], x2) 17.24/7.20 new_primEqInt(Pos(Zero), Neg(Zero)) 17.24/7.20 new_primEqInt(Neg(Zero), Pos(Zero)) 17.24/7.20 new_primMulInt(Pos(x0), Pos(x1)) 17.24/7.20 new_esEs5(Right(x0), Right(x1), x2, ty_@0) 17.24/7.20 new_esEs27(x0, x1, ty_Bool) 17.24/7.20 new_ltEs5(Left(x0), Left(x1), ty_Ordering, x2) 17.24/7.20 new_esEs20(x0, x1, ty_Ordering) 17.24/7.20 new_esEs5(Right(x0), Right(x1), x2, ty_Float) 17.24/7.20 new_compare8(x0, x1, x2, x3, x4) 17.24/7.20 new_primCmpNat0(Zero, Succ(x0)) 17.24/7.20 new_ltEs5(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 17.24/7.20 new_lt20(x0, x1, app(ty_Ratio, x2)) 17.24/7.20 new_lt19(x0, x1, app(ty_Ratio, x2)) 17.24/7.20 new_esEs28(x0, x1, ty_Ordering) 17.24/7.20 new_ltEs18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.24/7.20 new_lt8(x0, x1, ty_Float) 17.24/7.20 new_lt12(x0, x1) 17.24/7.20 new_ltEs18(x0, x1, app(ty_Maybe, x2)) 17.24/7.20 new_ltEs7(False, True) 17.24/7.20 new_ltEs7(True, False) 17.24/7.20 new_esEs25(x0, x1, ty_Ordering) 17.24/7.20 new_ltEs18(x0, x1, ty_Bool) 17.24/7.20 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 17.24/7.20 new_sr0(x0, x1) 17.24/7.20 new_compare9(x0, x1, ty_Ordering) 17.24/7.20 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 17.24/7.20 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 17.24/7.20 new_lt20(x0, x1, ty_Integer) 17.24/7.20 new_ltEs5(Left(x0), Left(x1), app(ty_[], x2), x3) 17.24/7.20 new_sr(Integer(x0), Integer(x1)) 17.24/7.20 new_ltEs5(Right(x0), Right(x1), x2, ty_Ordering) 17.24/7.20 new_esEs27(x0, x1, ty_Integer) 17.24/7.20 new_ltEs9(x0, x1) 17.24/7.20 new_lt8(x0, x1, app(ty_[], x2)) 17.24/7.20 new_ltEs5(Right(x0), Right(x1), x2, app(ty_[], x3)) 17.24/7.20 new_lt18(x0, x1) 17.24/7.20 new_esEs5(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 17.24/7.20 new_compare9(x0, x1, app(app(ty_Either, x2), x3)) 17.24/7.20 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 17.24/7.20 new_compare16(x0, x1, x2, x3) 17.24/7.20 new_esEs6(Just(x0), Just(x1), app(ty_Ratio, x2)) 17.24/7.20 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 17.24/7.20 new_lt8(x0, x1, ty_Integer) 17.24/7.20 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 17.24/7.20 new_esEs5(Left(x0), Left(x1), ty_Integer, x2) 17.24/7.20 new_esEs9(x0, x1, ty_Char) 17.24/7.20 new_lt19(x0, x1, ty_Bool) 17.24/7.20 new_esEs15(LT, GT) 17.24/7.20 new_esEs15(GT, LT) 17.24/7.20 new_compare9(x0, x1, ty_Int) 17.24/7.20 new_ltEs11(x0, x1) 17.24/7.20 new_esEs19(x0, x1, ty_Integer) 17.24/7.20 new_esEs21(x0, x1, app(ty_[], x2)) 17.24/7.20 new_compare9(x0, x1, ty_Char) 17.24/7.20 new_esEs25(x0, x1, ty_Integer) 17.24/7.20 new_esEs21(x0, x1, ty_Char) 17.24/7.20 new_esEs6(Nothing, Nothing, x0) 17.24/7.20 new_esEs12(Integer(x0), Integer(x1)) 17.24/7.20 new_compare19(:%(x0, x1), :%(x2, x3), ty_Integer) 17.24/7.20 new_esEs5(Right(x0), Right(x1), x2, ty_Double) 17.24/7.20 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 17.24/7.20 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 17.24/7.20 new_lt8(x0, x1, ty_Bool) 17.24/7.20 new_esEs5(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 17.24/7.20 new_lt20(x0, x1, ty_Double) 17.24/7.20 new_compare25(x0, x1) 17.24/7.20 new_esEs24(x0, x1, ty_Double) 17.24/7.20 new_esEs19(x0, x1, app(ty_Maybe, x2)) 17.24/7.20 new_esEs24(x0, x1, ty_Ordering) 17.24/7.20 new_lt13(x0, x1, x2, x3) 17.24/7.20 new_esEs19(x0, x1, app(ty_[], x2)) 17.24/7.20 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 17.24/7.20 new_lt19(x0, x1, ty_Integer) 17.24/7.20 new_ltEs7(False, False) 17.24/7.20 new_esEs21(x0, x1, ty_Int) 17.24/7.20 new_ltEs17(x0, x1) 17.24/7.20 new_esEs27(x0, x1, ty_@0) 17.24/7.20 new_ltEs5(Right(x0), Right(x1), x2, ty_Double) 17.24/7.20 new_esEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.24/7.20 new_esEs23(x0, x1, ty_Integer) 17.24/7.20 new_ltEs15(Nothing, Nothing, x0) 17.24/7.20 new_ltEs12(EQ, LT) 17.24/7.20 new_ltEs12(LT, EQ) 17.24/7.20 new_esEs28(x0, x1, ty_Bool) 17.24/7.20 new_ltEs18(x0, x1, app(ty_[], x2)) 17.24/7.20 new_ltEs18(x0, x1, ty_Float) 17.24/7.20 new_ltEs12(GT, GT) 17.24/7.20 new_esEs26(x0, x1, ty_@0) 17.24/7.20 new_esEs21(x0, x1, ty_Ordering) 17.24/7.20 new_primCmpInt(Neg(Zero), Neg(Zero)) 17.24/7.20 new_esEs28(x0, x1, ty_Char) 17.24/7.20 new_asAs(True, x0) 17.24/7.20 new_ltEs15(Just(x0), Just(x1), ty_Double) 17.24/7.20 new_compare28(x0, x1, False) 17.24/7.20 new_compare26(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 17.24/7.20 new_compare26(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 17.24/7.20 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.24/7.20 new_esEs9(x0, x1, ty_Bool) 17.24/7.20 new_lt19(x0, x1, ty_Char) 17.24/7.20 new_esEs8([], :(x0, x1), x2) 17.24/7.20 new_lt8(x0, x1, app(app(ty_@2, x2), x3)) 17.24/7.20 new_primMulNat0(Succ(x0), Succ(x1)) 17.24/7.20 new_lt8(x0, x1, app(ty_Maybe, x2)) 17.24/7.20 new_primCmpInt(Pos(Zero), Neg(Zero)) 17.24/7.20 new_primCmpInt(Neg(Zero), Pos(Zero)) 17.24/7.20 new_esEs19(x0, x1, ty_Bool) 17.24/7.20 new_lt19(x0, x1, app(ty_[], x2)) 17.24/7.20 new_esEs27(x0, x1, app(ty_[], x2)) 17.24/7.20 new_lt20(x0, x1, ty_@0) 17.24/7.20 new_esEs5(Right(x0), Right(x1), x2, app(ty_[], x3)) 17.24/7.20 new_esEs25(x0, x1, ty_Bool) 17.24/7.20 new_esEs17(Double(x0, x1), Double(x2, x3)) 17.24/7.20 new_esEs11(False, False) 17.24/7.20 new_ltEs5(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 17.24/7.20 new_ltEs5(Left(x0), Left(x1), ty_@0, x2) 17.24/7.20 new_esEs28(x0, x1, ty_Int) 17.24/7.20 new_lt17(x0, x1, x2) 17.24/7.20 new_primCompAux1(x0, x1, x2, x3) 17.24/7.20 new_lt19(x0, x1, ty_Int) 17.24/7.20 new_compare211(x0, x1, False, x2, x3) 17.24/7.20 new_esEs27(x0, x1, app(ty_Maybe, x2)) 17.24/7.20 new_compare27(x0, x1, False) 17.24/7.20 new_esEs25(x0, x1, ty_Float) 17.24/7.20 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 17.24/7.20 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 17.24/7.20 new_esEs9(x0, x1, ty_Float) 17.24/7.20 new_compare110(x0, x1, False, x2) 17.24/7.20 new_esEs6(Just(x0), Just(x1), ty_@0) 17.24/7.20 new_ltEs19(x0, x1, ty_Double) 17.24/7.20 new_ltEs4(x0, x1) 17.24/7.20 new_esEs5(Left(x0), Left(x1), ty_Bool, x2) 17.24/7.20 new_ltEs12(LT, LT) 17.24/7.20 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 17.24/7.20 new_esEs20(x0, x1, ty_Double) 17.24/7.20 new_lt8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.24/7.20 new_esEs6(Just(x0), Just(x1), ty_Double) 17.24/7.20 new_esEs5(Left(x0), Left(x1), ty_Char, x2) 17.24/7.20 new_compare10(x0, x1, True, x2, x3, x4) 17.24/7.20 new_esEs21(x0, x1, ty_Bool) 17.24/7.20 new_esEs24(x0, x1, app(ty_Ratio, x2)) 17.24/7.20 new_esEs20(x0, x1, ty_@0) 17.24/7.20 new_esEs4(@2(x0, x1), @2(x2, x3), x4, x5) 17.24/7.20 new_compare9(x0, x1, ty_Float) 17.24/7.20 new_esEs16(@0, @0) 17.24/7.20 new_esEs14(Float(x0, x1), Float(x2, x3)) 17.24/7.20 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 17.24/7.20 new_primEqNat0(Succ(x0), Succ(x1)) 17.24/7.20 new_ltEs5(Left(x0), Left(x1), ty_Double, x2) 17.24/7.20 new_esEs28(x0, x1, ty_Float) 17.24/7.20 new_lt8(x0, x1, ty_Ordering) 17.24/7.20 new_esEs8(:(x0, x1), [], x2) 17.24/7.20 new_esEs25(x0, x1, ty_Int) 17.24/7.20 new_esEs9(x0, x1, ty_Int) 17.24/7.20 new_primCompAux0(x0, GT) 17.24/7.20 new_esEs19(x0, x1, ty_Char) 17.24/7.20 new_esEs5(Left(x0), Left(x1), ty_Int, x2) 17.24/7.20 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 17.24/7.20 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 17.24/7.20 new_lt8(x0, x1, ty_Int) 17.24/7.20 new_lt19(x0, x1, ty_Float) 17.24/7.20 new_ltEs5(Right(x0), Right(x1), x2, ty_Bool) 17.24/7.20 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 17.24/7.20 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 17.24/7.20 new_compare9(x0, x1, ty_Integer) 17.24/7.20 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.24/7.20 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.24/7.20 new_compare111(x0, x1, False) 17.24/7.20 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 17.24/7.20 new_esEs21(x0, x1, ty_Integer) 17.24/7.20 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 17.24/7.20 new_lt4(x0, x1, x2) 17.24/7.20 new_primPlusNat0(Succ(x0), x1) 17.24/7.20 new_esEs26(x0, x1, ty_Float) 17.24/7.20 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.24/7.20 new_lt8(x0, x1, ty_Char) 17.24/7.20 new_esEs23(x0, x1, ty_Int) 17.24/7.20 new_primMulNat0(Zero, Zero) 17.24/7.20 new_ltEs5(Right(x0), Right(x1), x2, ty_@0) 17.24/7.20 new_primPlusNat1(Zero, Succ(x0)) 17.24/7.20 new_compare210(x0, x1, False, x2, x3, x4) 17.24/7.20 new_esEs15(EQ, EQ) 17.24/7.20 new_compare29(x0, x1, True, x2, x3) 17.24/7.20 new_lt8(x0, x1, app(ty_Ratio, x2)) 17.24/7.20 new_esEs19(x0, x1, app(ty_Ratio, x2)) 17.24/7.20 new_esEs6(Just(x0), Nothing, x1) 17.24/7.20 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 17.24/7.20 new_esEs5(Left(x0), Left(x1), ty_Ordering, x2) 17.24/7.20 new_ltEs15(Just(x0), Nothing, x1) 17.24/7.20 new_ltEs16(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 17.24/7.20 new_ltEs5(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 17.24/7.20 new_ltEs5(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 17.24/7.20 new_primCmpNat0(Succ(x0), Succ(x1)) 17.24/7.20 new_compare18(x0, x1, x2, x3) 17.24/7.20 new_esEs24(x0, x1, app(ty_[], x2)) 17.24/7.20 new_ltEs5(Left(x0), Right(x1), x2, x3) 17.24/7.20 new_ltEs5(Right(x0), Left(x1), x2, x3) 17.24/7.20 new_lt7(x0, x1, x2, x3) 17.24/7.20 new_ltEs5(Left(x0), Left(x1), ty_Float, x2) 17.24/7.20 new_esEs27(x0, x1, ty_Float) 17.24/7.20 new_ltEs15(Nothing, Just(x0), x1) 17.24/7.20 new_esEs25(x0, x1, app(ty_Maybe, x2)) 17.24/7.20 new_esEs19(x0, x1, ty_Ordering) 17.24/7.20 new_ltEs18(x0, x1, app(ty_Ratio, x2)) 17.24/7.20 new_lt20(x0, x1, app(ty_[], x2)) 17.24/7.20 new_compare9(x0, x1, app(ty_Ratio, x2)) 17.24/7.20 new_compare9(x0, x1, ty_Bool) 17.24/7.20 new_pePe(True, x0) 17.24/7.20 new_esEs19(x0, x1, ty_Int) 17.24/7.20 new_compare6(Char(x0), Char(x1)) 17.24/7.20 new_primPlusNat1(Succ(x0), Succ(x1)) 17.24/7.20 new_ltEs5(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 17.24/7.20 new_compare15(x0, x1) 17.24/7.20 new_ltEs15(Just(x0), Just(x1), app(ty_Maybe, x2)) 17.24/7.20 new_esEs19(x0, x1, ty_@0) 17.24/7.20 new_esEs21(x0, x1, ty_@0) 17.24/7.20 new_esEs6(Just(x0), Just(x1), app(ty_Maybe, x2)) 17.24/7.20 new_compare10(x0, x1, False, x2, x3, x4) 17.24/7.20 new_lt19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.24/7.20 new_not(True) 17.24/7.20 new_esEs9(x0, x1, ty_Ordering) 17.24/7.20 new_esEs5(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 17.24/7.20 new_ltEs13(x0, x1, x2) 17.24/7.20 new_esEs9(x0, x1, app(ty_[], x2)) 17.24/7.20 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 17.24/7.20 new_esEs6(Just(x0), Just(x1), app(ty_[], x2)) 17.24/7.20 new_lt5(x0, x1) 17.24/7.20 new_esEs6(Just(x0), Just(x1), ty_Ordering) 17.24/7.20 new_esEs11(True, True) 17.24/7.20 new_esEs21(x0, x1, ty_Float) 17.24/7.20 new_compare13(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 17.24/7.20 new_esEs6(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 17.24/7.20 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 17.24/7.20 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 17.24/7.20 new_ltEs15(Just(x0), Just(x1), ty_Float) 17.24/7.20 new_lt8(x0, x1, app(app(ty_Either, x2), x3)) 17.24/7.20 new_esEs6(Just(x0), Just(x1), ty_Integer) 17.24/7.20 new_esEs11(False, True) 17.24/7.20 new_esEs11(True, False) 17.24/7.20 new_esEs20(x0, x1, ty_Integer) 17.24/7.20 new_lt8(x0, x1, ty_Double) 17.24/7.20 new_compare12(x0, x1, False, x2, x3) 17.24/7.20 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 17.24/7.20 new_ltEs5(Right(x0), Right(x1), x2, ty_Integer) 17.24/7.20 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.24/7.20 new_compare112(x0, x1, True, x2, x3) 17.24/7.20 new_esEs9(x0, x1, app(ty_Ratio, x2)) 17.24/7.20 new_lt14(x0, x1, x2) 17.24/7.20 new_esEs28(x0, x1, app(ty_[], x2)) 17.24/7.20 new_esEs28(x0, x1, app(ty_Ratio, x2)) 17.24/7.20 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.24/7.20 new_lt20(x0, x1, ty_Ordering) 17.24/7.20 new_esEs8([], [], x0) 17.24/7.20 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 17.24/7.20 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 17.24/7.20 new_ltEs12(EQ, EQ) 17.24/7.20 new_esEs22(x0, x1, ty_Integer) 17.24/7.20 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 17.24/7.20 new_lt8(x0, x1, ty_@0) 17.24/7.20 new_esEs26(x0, x1, app(ty_Maybe, x2)) 17.24/7.20 new_esEs20(x0, x1, app(ty_Ratio, x2)) 17.24/7.20 new_ltEs5(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 17.24/7.20 new_esEs28(x0, x1, ty_Integer) 17.24/7.20 new_compare13(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 17.24/7.20 new_compare13(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 17.24/7.20 new_esEs21(x0, x1, app(ty_Maybe, x2)) 17.24/7.20 new_ltEs18(x0, x1, app(app(ty_Either, x2), x3)) 17.24/7.20 new_esEs20(x0, x1, app(ty_Maybe, x2)) 17.24/7.20 new_compare19(:%(x0, x1), :%(x2, x3), ty_Int) 17.24/7.20 new_esEs8(:(x0, x1), :(x2, x3), x4) 17.24/7.20 new_primCmpInt(Pos(Zero), Pos(Zero)) 17.24/7.20 new_esEs5(Left(x0), Right(x1), x2, x3) 17.24/7.20 new_esEs5(Right(x0), Left(x1), x2, x3) 17.24/7.20 new_compare9(x0, x1, app(ty_Maybe, x2)) 17.24/7.20 new_compare28(x0, x1, True) 17.24/7.20 new_esEs25(x0, x1, app(ty_[], x2)) 17.24/7.20 new_ltEs14(x0, x1) 17.24/7.20 new_lt19(x0, x1, app(ty_Maybe, x2)) 17.24/7.20 new_esEs28(x0, x1, ty_@0) 17.24/7.20 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.24/7.20 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.24/7.20 new_esEs26(x0, x1, ty_Bool) 17.24/7.20 new_compare210(x0, x1, True, x2, x3, x4) 17.24/7.20 new_esEs5(Right(x0), Right(x1), x2, ty_Int) 17.24/7.20 new_ltEs5(Left(x0), Left(x1), ty_Integer, x2) 17.24/7.20 new_primEqNat0(Succ(x0), Zero) 17.24/7.20 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 17.24/7.20 new_ltEs5(Right(x0), Right(x1), x2, ty_Float) 17.24/7.20 new_esEs5(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 17.24/7.20 new_esEs6(Nothing, Just(x0), x1) 17.24/7.20 new_ltEs18(x0, x1, ty_Double) 17.24/7.20 new_pePe(False, x0) 17.24/7.20 new_esEs9(x0, x1, app(ty_Maybe, x2)) 17.24/7.20 new_ltEs15(Just(x0), Just(x1), ty_Integer) 17.24/7.20 new_esEs5(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 17.24/7.20 new_ltEs18(x0, x1, ty_Ordering) 17.24/7.20 new_esEs20(x0, x1, app(ty_[], x2)) 17.24/7.20 new_esEs6(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 17.24/7.20 new_lt15(x0, x1) 17.24/7.20 new_esEs10(:%(x0, x1), :%(x2, x3), x4) 17.24/7.20 new_ltEs19(x0, x1, ty_Ordering) 17.24/7.20 new_esEs5(Left(x0), Left(x1), app(ty_[], x2), x3) 17.24/7.20 new_esEs24(x0, x1, ty_Float) 17.24/7.20 new_lt19(x0, x1, ty_@0) 17.24/7.20 new_ltEs19(x0, x1, ty_Int) 17.24/7.20 new_esEs25(x0, x1, app(ty_Ratio, x2)) 17.24/7.20 new_lt20(x0, x1, ty_Int) 17.24/7.20 new_ltEs10(x0, x1, x2) 17.24/7.20 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 17.24/7.20 new_esEs5(Right(x0), Right(x1), x2, ty_Char) 17.24/7.20 new_esEs20(x0, x1, ty_Bool) 17.24/7.20 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 17.24/7.20 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 17.24/7.20 new_ltEs19(x0, x1, ty_Float) 17.24/7.20 new_esEs27(x0, x1, app(ty_Ratio, x2)) 17.24/7.20 new_esEs15(GT, GT) 17.24/7.20 new_esEs26(x0, x1, ty_Integer) 17.24/7.20 new_primMulInt(Pos(x0), Neg(x1)) 17.24/7.20 new_primMulInt(Neg(x0), Pos(x1)) 17.24/7.20 new_compare29(x0, x1, False, x2, x3) 17.24/7.20 new_compare14(x0, x1) 17.24/7.20 new_lt20(x0, x1, ty_Char) 17.24/7.20 new_esEs15(LT, EQ) 17.24/7.20 new_esEs15(EQ, LT) 17.24/7.20 new_lt9(x0, x1) 17.24/7.20 new_ltEs5(Right(x0), Right(x1), x2, ty_Int) 17.24/7.20 new_ltEs5(Right(x0), Right(x1), x2, ty_Char) 17.24/7.20 new_esEs13(x0, x1) 17.24/7.20 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 17.24/7.20 new_lt11(x0, x1) 17.24/7.20 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 17.24/7.20 new_ltEs6(x0, x1) 17.24/7.20 new_compare13(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 17.24/7.20 new_ltEs5(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 17.24/7.20 new_esEs18(Char(x0), Char(x1)) 17.24/7.20 new_esEs20(x0, x1, ty_Int) 17.24/7.20 new_lt19(x0, x1, app(app(ty_@2, x2), x3)) 17.24/7.20 new_asAs(False, x0) 17.24/7.20 new_esEs25(x0, x1, ty_@0) 17.24/7.20 new_primEqNat0(Zero, Zero) 17.24/7.20 new_esEs19(x0, x1, ty_Double) 17.24/7.20 new_ltEs15(Just(x0), Just(x1), app(ty_[], x2)) 17.24/7.20 new_compare27(x0, x1, True) 17.24/7.20 new_ltEs15(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 17.24/7.20 new_compare9(x0, x1, ty_@0) 17.24/7.20 new_esEs24(x0, x1, ty_Int) 17.24/7.20 new_not(False) 17.24/7.20 new_esEs28(x0, x1, app(ty_Maybe, x2)) 17.24/7.20 new_esEs9(x0, x1, ty_Double) 17.24/7.20 new_esEs25(x0, x1, ty_Double) 17.24/7.20 new_compare110(x0, x1, True, x2) 17.24/7.20 new_compare12(x0, x1, True, x2, x3) 17.24/7.20 new_ltEs7(True, True) 17.24/7.20 new_compare211(x0, x1, True, x2, x3) 17.24/7.20 new_ltEs15(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 17.24/7.20 new_ltEs15(Just(x0), Just(x1), ty_Ordering) 17.24/7.20 new_esEs6(Just(x0), Just(x1), ty_Bool) 17.24/7.20 new_ltEs12(LT, GT) 17.24/7.20 new_ltEs12(GT, LT) 17.24/7.20 new_esEs26(x0, x1, app(ty_[], x2)) 17.24/7.20 new_esEs19(x0, x1, app(app(ty_Either, x2), x3)) 17.24/7.20 new_compare9(x0, x1, ty_Double) 17.24/7.20 new_esEs6(Just(x0), Just(x1), ty_Float) 17.24/7.20 new_esEs26(x0, x1, ty_Char) 17.24/7.20 new_esEs21(x0, x1, ty_Double) 17.24/7.20 new_lt10(x0, x1) 17.24/7.20 new_ltEs15(Just(x0), Just(x1), ty_Bool) 17.24/7.20 new_compare9(x0, x1, app(ty_[], x2)) 17.24/7.20 new_esEs5(Left(x0), Left(x1), ty_@0, x2) 17.24/7.20 new_esEs20(x0, x1, ty_Float) 17.24/7.20 new_ltEs5(Left(x0), Left(x1), ty_Bool, x2) 17.24/7.20 new_esEs6(Just(x0), Just(x1), ty_Char) 17.24/7.20 new_compare24(Integer(x0), Integer(x1)) 17.24/7.20 new_esEs20(x0, x1, ty_Char) 17.24/7.20 new_ltEs19(x0, x1, ty_Bool) 17.24/7.20 new_ltEs19(x0, x1, ty_Char) 17.24/7.20 new_esEs22(x0, x1, ty_Int) 17.24/7.20 new_esEs6(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 17.24/7.20 new_esEs5(Right(x0), Right(x1), x2, ty_Ordering) 17.24/7.20 new_lt16(x0, x1) 17.24/7.20 new_esEs9(x0, x1, ty_@0) 17.24/7.20 new_esEs5(Right(x0), Right(x1), x2, ty_Integer) 17.24/7.20 new_compare23(x0, x1, False, x2) 17.24/7.20 new_compare111(x0, x1, True) 17.24/7.20 new_esEs6(Just(x0), Just(x1), ty_Int) 17.24/7.20 new_compare26(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 17.24/7.20 new_esEs5(Left(x0), Left(x1), ty_Double, x2) 17.24/7.20 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.24/7.20 new_ltEs5(Left(x0), Left(x1), ty_Char, x2) 17.24/7.20 new_primCmpNat0(Zero, Zero) 17.24/7.20 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 17.24/7.20 new_lt20(x0, x1, ty_Float) 17.24/7.20 new_compare9(x0, x1, app(app(ty_@2, x2), x3)) 17.24/7.20 new_compare11(x0, x1, False) 17.24/7.20 new_esEs5(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 17.24/7.20 new_primMulInt(Neg(x0), Neg(x1)) 17.24/7.20 17.24/7.20 We have to consider all minimal (P,Q,R)-chains. 17.24/7.20 ---------------------------------------- 17.24/7.20 17.24/7.20 (25) QDPSizeChangeProof (EQUIVALENT) 17.24/7.20 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. 17.24/7.20 17.24/7.20 From the DPs we obtained the following set of size-change graphs: 17.24/7.20 *new_compare4(vwx240, vwx250, bf) -> new_compare21(vwx240, vwx250, new_esEs6(vwx240, vwx250, bf), bf) 17.24/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_compare5(vwx240, vwx250, bg, bh, ca) -> new_compare22(vwx240, vwx250, new_esEs7(vwx240, vwx250, bg, bh, ca), bg, bh, ca) 17.24/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs1(:(vwx240, vwx241), :(vwx250, vwx251), gb) -> new_primCompAux(vwx240, vwx250, new_compare3(vwx241, vwx251, gb), gb) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_compare(:(vwx240, vwx241), :(vwx250, vwx251), gb) -> new_primCompAux(vwx240, vwx250, new_compare3(vwx241, vwx251, gb), gb) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs1(:(vwx240, vwx241), :(vwx250, vwx251), gb) -> new_compare(vwx241, vwx251, gb) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs2(Just(vwx240), Just(vwx250), app(ty_Maybe, baa)) -> new_ltEs2(vwx240, vwx250, baa) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs2(Just(vwx240), Just(vwx250), app(app(ty_Either, hf), hg)) -> new_ltEs0(vwx240, vwx250, hf, hg) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs2(Just(vwx240), Just(vwx250), app(app(app(ty_@3, bab), bac), bad)) -> new_ltEs3(vwx240, vwx250, bab, bac, bad) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_lt(vwx240, vwx250, h, ba) -> new_compare2(vwx240, vwx250, new_esEs4(vwx240, vwx250, h, ba), h, ba) 17.24/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_compare21(vwx240, vwx250, False, bf) -> new_ltEs2(vwx240, vwx250, bf) 17.24/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_lt2(vwx240, vwx250, bf) -> new_compare21(vwx240, vwx250, new_esEs6(vwx240, vwx250, bf), bf) 17.24/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, bag, app(ty_Maybe, bdg)) -> new_ltEs2(vwx242, vwx252, bdg) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, bag, app(app(ty_Either, bdd), bde)) -> new_ltEs0(vwx242, vwx252, bdd, bde) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, bag, app(app(app(ty_@3, bdh), bea), beb)) -> new_ltEs3(vwx242, vwx252, bdh, bea, beb) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs(@2(vwx240, vwx241), @2(vwx250, vwx251), cb, app(ty_Maybe, da)) -> new_ltEs2(vwx241, vwx251, da) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs2(Just(vwx240), Just(vwx250), app(app(ty_@2, hd), he)) -> new_ltEs(vwx240, vwx250, hd, he) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs2(Just(vwx240), Just(vwx250), app(ty_[], hh)) -> new_ltEs1(vwx240, vwx250, hh) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, bag, app(app(ty_@2, bdb), bdc)) -> new_ltEs(vwx242, vwx252, bdb, bdc) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_compare0(vwx240, vwx250, h, ba) -> new_compare2(vwx240, vwx250, new_esEs4(vwx240, vwx250, h, ba), h, ba) 17.24/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_compare2(vwx240, vwx250, False, h, ba) -> new_ltEs(vwx240, vwx250, h, ba) 17.24/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs(@2(vwx240, vwx241), @2(vwx250, vwx251), cb, app(app(ty_@2, cc), cd)) -> new_ltEs(vwx241, vwx251, cc, cd) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_lt0(vwx240, vwx250, bc, bd) -> new_compare20(vwx240, vwx250, new_esEs5(vwx240, vwx250, bc, bd), bc, bd) 17.24/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs(@2(vwx240, vwx241), @2(vwx250, vwx251), cb, app(app(ty_Either, ce), cf)) -> new_ltEs0(vwx241, vwx251, ce, cf) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_compare20(vwx240, vwx250, False, bc, bd) -> new_ltEs0(vwx240, vwx250, bc, bd) 17.24/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs(@2(vwx240, vwx241), @2(vwx250, vwx251), cb, app(app(app(ty_@3, db), dc), dd)) -> new_ltEs3(vwx241, vwx251, db, dc, dd) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_compare22(vwx240, vwx250, False, bg, bh, ca) -> new_ltEs3(vwx240, vwx250, bg, bh, ca) 17.24/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4, 6 >= 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_lt1(vwx240, vwx250, be) -> new_compare(vwx240, vwx250, be) 17.24/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs(@2(vwx240, vwx241), @2(vwx250, vwx251), app(app(app(ty_@3, bg), bh), ca), bb) -> new_compare22(vwx240, vwx250, new_esEs7(vwx240, vwx250, bg, bh, ca), bg, bh, ca) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5, 3 > 6 17.24/7.20 17.24/7.20 17.24/7.20 *new_lt3(vwx240, vwx250, bg, bh, ca) -> new_compare22(vwx240, vwx250, new_esEs7(vwx240, vwx250, bg, bh, ca), bg, bh, ca) 17.24/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, bag, app(ty_[], bdf)) -> new_ltEs1(vwx242, vwx252, bdf) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs(@2(vwx240, vwx241), @2(vwx250, vwx251), cb, app(ty_[], cg)) -> new_ltEs1(vwx241, vwx251, cg) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_compare(:(vwx240, vwx241), :(vwx250, vwx251), gb) -> new_compare(vwx241, vwx251, gb) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_compare1(vwx240, vwx250, bc, bd) -> new_compare20(vwx240, vwx250, new_esEs5(vwx240, vwx250, bc, bd), bc, bd) 17.24/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_primCompAux(vwx240, vwx250, vwx89, app(ty_Maybe, gh)) -> new_compare4(vwx240, vwx250, gh) 17.24/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_primCompAux(vwx240, vwx250, vwx89, app(app(ty_@2, gc), gd)) -> new_compare0(vwx240, vwx250, gc, gd) 17.24/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs(@2(vwx240, vwx241), @2(vwx250, vwx251), app(ty_[], be), bb) -> new_compare(vwx240, vwx250, be) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_primCompAux(vwx240, vwx250, vwx89, app(ty_[], gg)) -> new_compare(vwx240, vwx250, gg) 17.24/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs(@2(vwx240, vwx241), @2(vwx250, vwx251), app(app(ty_@2, h), ba), bb) -> new_compare2(vwx240, vwx250, new_esEs4(vwx240, vwx250, h, ba), h, ba) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_primCompAux(vwx240, vwx250, vwx89, app(app(app(ty_@3, ha), hb), hc)) -> new_compare5(vwx240, vwx250, ha, hb, hc) 17.24/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_primCompAux(vwx240, vwx250, vwx89, app(app(ty_Either, ge), gf)) -> new_compare1(vwx240, vwx250, ge, gf) 17.24/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs(@2(vwx240, vwx241), @2(vwx250, vwx251), app(app(ty_Either, bc), bd), bb) -> new_compare20(vwx240, vwx250, new_esEs5(vwx240, vwx250, bc, bd), bc, bd) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs(@2(vwx240, vwx241), @2(vwx250, vwx251), app(ty_Maybe, bf), bb) -> new_compare21(vwx240, vwx250, new_esEs6(vwx240, vwx250, bf), bf) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs0(Left(vwx240), Left(vwx250), app(ty_Maybe, ec), dg) -> new_ltEs2(vwx240, vwx250, ec) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs0(Right(vwx240), Right(vwx250), eg, app(ty_Maybe, ff)) -> new_ltEs2(vwx240, vwx250, ff) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs0(Right(vwx240), Right(vwx250), eg, app(app(ty_Either, fb), fc)) -> new_ltEs0(vwx240, vwx250, fb, fc) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs0(Left(vwx240), Left(vwx250), app(app(ty_Either, dh), ea), dg) -> new_ltEs0(vwx240, vwx250, dh, ea) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs0(Right(vwx240), Right(vwx250), eg, app(app(app(ty_@3, fg), fh), ga)) -> new_ltEs3(vwx240, vwx250, fg, fh, ga) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs0(Left(vwx240), Left(vwx250), app(app(app(ty_@3, ed), ee), ef), dg) -> new_ltEs3(vwx240, vwx250, ed, ee, ef) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, app(ty_Maybe, bcf), bah) -> new_lt2(vwx241, vwx251, bcf) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), app(ty_Maybe, bbd), bag, bah) -> new_lt2(vwx240, vwx250, bbd) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), app(app(ty_@2, bae), baf), bag, bah) -> new_lt(vwx240, vwx250, bae, baf) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, app(app(ty_@2, bca), bcb), bah) -> new_lt(vwx241, vwx251, bca, bcb) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), app(app(app(ty_@3, bbe), bbf), bbg), bag, bah) -> new_lt3(vwx240, vwx250, bbe, bbf, bbg) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, app(app(app(ty_@3, bcg), bch), bda), bah) -> new_lt3(vwx241, vwx251, bcg, bch, bda) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, app(ty_[], bce), bah) -> new_lt1(vwx241, vwx251, bce) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), app(ty_[], bbc), bag, bah) -> new_lt1(vwx240, vwx250, bbc) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), bbh, app(app(ty_Either, bcc), bcd), bah) -> new_lt0(vwx241, vwx251, bcc, bcd) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs3(@3(vwx240, vwx241, vwx242), @3(vwx250, vwx251, vwx252), app(app(ty_Either, bba), bbb), bag, bah) -> new_lt0(vwx240, vwx250, bba, bbb) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs0(Left(vwx240), Left(vwx250), app(app(ty_@2, de), df), dg) -> new_ltEs(vwx240, vwx250, de, df) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs0(Right(vwx240), Right(vwx250), eg, app(app(ty_@2, eh), fa)) -> new_ltEs(vwx240, vwx250, eh, fa) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs0(Left(vwx240), Left(vwx250), app(ty_[], eb), dg) -> new_ltEs1(vwx240, vwx250, eb) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.24/7.20 17.24/7.20 17.24/7.20 *new_ltEs0(Right(vwx240), Right(vwx250), eg, app(ty_[], fd)) -> new_ltEs1(vwx240, vwx250, fd) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.24/7.20 17.24/7.20 17.24/7.20 ---------------------------------------- 17.24/7.20 17.24/7.20 (26) 17.24/7.20 YES 17.24/7.20 17.24/7.20 ---------------------------------------- 17.24/7.20 17.24/7.20 (27) 17.24/7.20 Obligation: 17.24/7.20 Q DP problem: 17.24/7.20 The TRS P consists of the following rules: 17.24/7.20 17.24/7.20 new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 17.24/7.20 17.24/7.20 R is empty. 17.24/7.20 Q is empty. 17.24/7.20 We have to consider all minimal (P,Q,R)-chains. 17.24/7.20 ---------------------------------------- 17.24/7.20 17.24/7.20 (28) QDPSizeChangeProof (EQUIVALENT) 17.24/7.20 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. 17.24/7.20 17.24/7.20 From the DPs we obtained the following set of size-change graphs: 17.24/7.20 *new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2 17.24/7.20 17.24/7.20 17.24/7.20 ---------------------------------------- 17.24/7.20 17.24/7.20 (29) 17.24/7.20 YES 17.24/7.20 17.24/7.20 ---------------------------------------- 17.24/7.20 17.24/7.20 (30) 17.24/7.20 Obligation: 17.24/7.20 Q DP problem: 17.24/7.20 The TRS P consists of the following rules: 17.24/7.20 17.24/7.20 new_primPlusNat(Succ(vwx6800), Succ(vwx400000)) -> new_primPlusNat(vwx6800, vwx400000) 17.24/7.20 17.24/7.20 R is empty. 17.24/7.20 Q is empty. 17.24/7.20 We have to consider all minimal (P,Q,R)-chains. 17.24/7.20 ---------------------------------------- 17.24/7.20 17.24/7.20 (31) QDPSizeChangeProof (EQUIVALENT) 17.24/7.20 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. 17.24/7.20 17.24/7.20 From the DPs we obtained the following set of size-change graphs: 17.24/7.20 *new_primPlusNat(Succ(vwx6800), Succ(vwx400000)) -> new_primPlusNat(vwx6800, vwx400000) 17.24/7.20 The graph contains the following edges 1 > 1, 2 > 2 17.24/7.20 17.24/7.20 17.24/7.20 ---------------------------------------- 17.24/7.20 17.24/7.20 (32) 17.24/7.20 YES 17.24/7.24 EOF