15.98/6.41 YES 18.77/7.14 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 18.77/7.14 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 18.77/7.14 18.77/7.14 18.77/7.14 H-Termination with start terms of the given HASKELL could be proven: 18.77/7.14 18.77/7.14 (0) HASKELL 18.77/7.14 (1) CR [EQUIVALENT, 0 ms] 18.77/7.14 (2) HASKELL 18.77/7.14 (3) IFR [EQUIVALENT, 0 ms] 18.77/7.14 (4) HASKELL 18.77/7.14 (5) BR [EQUIVALENT, 0 ms] 18.77/7.14 (6) HASKELL 18.77/7.14 (7) COR [EQUIVALENT, 15 ms] 18.77/7.14 (8) HASKELL 18.77/7.14 (9) LetRed [EQUIVALENT, 0 ms] 18.77/7.14 (10) HASKELL 18.77/7.14 (11) NumRed [SOUND, 0 ms] 18.77/7.14 (12) HASKELL 18.77/7.14 (13) Narrow [SOUND, 0 ms] 18.77/7.14 (14) AND 18.77/7.14 (15) QDP 18.77/7.14 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.77/7.14 (17) YES 18.77/7.14 (18) QDP 18.77/7.14 (19) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.77/7.14 (20) YES 18.77/7.14 (21) QDP 18.77/7.14 (22) DependencyGraphProof [EQUIVALENT, 0 ms] 18.77/7.14 (23) QDP 18.77/7.14 (24) QDPSizeChangeProof [EQUIVALENT, 384 ms] 18.77/7.14 (25) YES 18.77/7.14 (26) QDP 18.77/7.14 (27) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.77/7.14 (28) YES 18.77/7.14 (29) QDP 18.77/7.14 (30) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.77/7.14 (31) YES 18.77/7.14 (32) QDP 18.77/7.14 (33) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.77/7.14 (34) YES 18.77/7.14 (35) QDP 18.77/7.14 (36) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.77/7.14 (37) YES 18.77/7.14 18.77/7.14 18.77/7.14 ---------------------------------------- 18.77/7.14 18.77/7.14 (0) 18.77/7.14 Obligation: 18.77/7.14 mainModule Main 18.77/7.14 module Main where { 18.77/7.14 import qualified Prelude; 18.77/7.14 } 18.77/7.14 18.77/7.14 ---------------------------------------- 18.77/7.14 18.77/7.14 (1) CR (EQUIVALENT) 18.77/7.14 Case Reductions: 18.77/7.14 The following Case expression 18.77/7.14 "case compare x y of { 18.77/7.14 EQ -> o; 18.77/7.14 LT -> LT; 18.77/7.14 GT -> GT} 18.77/7.14 " 18.77/7.14 is transformed to 18.77/7.14 "primCompAux0 o EQ = o; 18.77/7.14 primCompAux0 o LT = LT; 18.77/7.14 primCompAux0 o GT = GT; 18.77/7.14 " 18.77/7.14 18.77/7.14 ---------------------------------------- 18.77/7.14 18.77/7.14 (2) 18.77/7.14 Obligation: 18.77/7.14 mainModule Main 18.77/7.14 module Main where { 18.77/7.14 import qualified Prelude; 18.77/7.14 } 18.77/7.14 18.77/7.14 ---------------------------------------- 18.77/7.14 18.77/7.14 (3) IFR (EQUIVALENT) 18.77/7.14 If Reductions: 18.77/7.14 The following If expression 18.77/7.14 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 18.77/7.14 is transformed to 18.77/7.14 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 18.77/7.14 primDivNatS0 x y False = Zero; 18.77/7.14 " 18.77/7.14 The following If expression 18.77/7.14 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 18.77/7.14 is transformed to 18.77/7.14 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 18.77/7.14 primModNatS0 x y False = Succ x; 18.77/7.14 " 18.77/7.14 18.77/7.14 ---------------------------------------- 18.77/7.14 18.77/7.14 (4) 18.77/7.14 Obligation: 18.77/7.14 mainModule Main 18.77/7.14 module Main where { 18.77/7.14 import qualified Prelude; 18.77/7.14 } 18.77/7.14 18.77/7.14 ---------------------------------------- 18.77/7.14 18.77/7.14 (5) BR (EQUIVALENT) 18.77/7.14 Replaced joker patterns by fresh variables and removed binding patterns. 18.77/7.14 ---------------------------------------- 18.77/7.14 18.77/7.14 (6) 18.77/7.14 Obligation: 18.77/7.14 mainModule Main 18.77/7.14 module Main where { 18.77/7.14 import qualified Prelude; 18.77/7.14 } 18.77/7.14 18.77/7.14 ---------------------------------------- 18.77/7.14 18.77/7.14 (7) COR (EQUIVALENT) 18.77/7.14 Cond Reductions: 18.77/7.14 The following Function with conditions 18.77/7.14 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 18.77/7.14 " 18.77/7.14 is transformed to 18.77/7.14 "compare x y = compare3 x y; 18.77/7.14 " 18.77/7.14 "compare1 x y True = LT; 18.77/7.14 compare1 x y False = compare0 x y otherwise; 18.77/7.14 " 18.77/7.14 "compare2 x y True = EQ; 18.77/7.14 compare2 x y False = compare1 x y (x <= y); 18.77/7.14 " 18.77/7.14 "compare0 x y True = GT; 18.77/7.14 " 18.77/7.14 "compare3 x y = compare2 x y (x == y); 18.77/7.14 " 18.77/7.14 The following Function with conditions 18.77/7.14 "max x y|x <= yy|otherwisex; 18.77/7.14 " 18.77/7.14 is transformed to 18.77/7.14 "max x y = max2 x y; 18.77/7.14 " 18.77/7.14 "max0 x y True = x; 18.77/7.14 " 18.77/7.14 "max1 x y True = y; 18.77/7.14 max1 x y False = max0 x y otherwise; 18.77/7.14 " 18.77/7.14 "max2 x y = max1 x y (x <= y); 18.77/7.14 " 18.77/7.14 The following Function with conditions 18.77/7.14 "absReal x|x >= 0x|otherwise`negate` x; 18.77/7.14 " 18.77/7.14 is transformed to 18.77/7.14 "absReal x = absReal2 x; 18.77/7.14 " 18.77/7.14 "absReal1 x True = x; 18.77/7.14 absReal1 x False = absReal0 x otherwise; 18.77/7.14 " 18.77/7.14 "absReal0 x True = `negate` x; 18.77/7.14 " 18.77/7.14 "absReal2 x = absReal1 x (x >= 0); 18.77/7.14 " 18.77/7.14 The following Function with conditions 18.77/7.14 "gcd' x 0 = x; 18.77/7.14 gcd' x y = gcd' y (x `rem` y); 18.77/7.14 " 18.77/7.14 is transformed to 18.77/7.14 "gcd' x zx = gcd'2 x zx; 18.77/7.14 gcd' x y = gcd'0 x y; 18.77/7.14 " 18.77/7.14 "gcd'0 x y = gcd' y (x `rem` y); 18.77/7.14 " 18.77/7.14 "gcd'1 True x zx = x; 18.77/7.14 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.77/7.14 " 18.77/7.14 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.77/7.14 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.77/7.14 " 18.77/7.14 The following Function with conditions 18.77/7.14 "gcd 0 0 = error []; 18.77/7.14 gcd x y = gcd' (abs x) (abs y) where { 18.77/7.14 gcd' x 0 = x; 18.77/7.14 gcd' x y = gcd' y (x `rem` y); 18.77/7.14 } 18.77/7.14 ; 18.77/7.14 " 18.77/7.14 is transformed to 18.77/7.14 "gcd vux vuy = gcd3 vux vuy; 18.77/7.14 gcd x y = gcd0 x y; 18.77/7.14 " 18.77/7.14 "gcd0 x y = gcd' (abs x) (abs y) where { 18.77/7.14 gcd' x zx = gcd'2 x zx; 18.77/7.14 gcd' x y = gcd'0 x y; 18.77/7.14 ; 18.77/7.14 gcd'0 x y = gcd' y (x `rem` y); 18.77/7.14 ; 18.77/7.14 gcd'1 True x zx = x; 18.77/7.14 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.77/7.14 ; 18.77/7.14 gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.77/7.14 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.77/7.14 } 18.77/7.14 ; 18.77/7.14 " 18.77/7.14 "gcd1 True vux vuy = error []; 18.77/7.14 gcd1 vuz vvu vvv = gcd0 vvu vvv; 18.77/7.14 " 18.77/7.14 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 18.77/7.14 gcd2 vvw vvx vvy = gcd0 vvx vvy; 18.77/7.14 " 18.77/7.14 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 18.77/7.14 gcd3 vvz vwu = gcd0 vvz vwu; 18.77/7.14 " 18.77/7.14 The following Function with conditions 18.77/7.14 "undefined |Falseundefined; 18.77/7.14 " 18.77/7.14 is transformed to 18.77/7.14 "undefined = undefined1; 18.77/7.14 " 18.77/7.14 "undefined0 True = undefined; 18.77/7.14 " 18.77/7.14 "undefined1 = undefined0 False; 18.77/7.14 " 18.77/7.14 The following Function with conditions 18.77/7.14 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 18.77/7.14 d = gcd x y; 18.77/7.14 } 18.77/7.14 ; 18.77/7.14 " 18.77/7.14 is transformed to 18.77/7.14 "reduce x y = reduce2 x y; 18.77/7.14 " 18.77/7.14 "reduce2 x y = reduce1 x y (y == 0) where { 18.77/7.14 d = gcd x y; 18.77/7.14 ; 18.77/7.14 reduce0 x y True = x `quot` d :% (y `quot` d); 18.77/7.14 ; 18.77/7.14 reduce1 x y True = error []; 18.77/7.14 reduce1 x y False = reduce0 x y otherwise; 18.77/7.14 } 18.77/7.14 ; 18.77/7.14 " 18.77/7.14 18.77/7.14 ---------------------------------------- 18.77/7.14 18.77/7.14 (8) 18.77/7.14 Obligation: 18.77/7.14 mainModule Main 18.77/7.14 module Main where { 18.77/7.14 import qualified Prelude; 18.77/7.14 } 18.77/7.14 18.77/7.14 ---------------------------------------- 18.77/7.14 18.77/7.14 (9) LetRed (EQUIVALENT) 18.77/7.14 Let/Where Reductions: 18.77/7.14 The bindings of the following Let/Where expression 18.77/7.14 "gcd' (abs x) (abs y) where { 18.77/7.14 gcd' x zx = gcd'2 x zx; 18.77/7.14 gcd' x y = gcd'0 x y; 18.77/7.14 ; 18.77/7.14 gcd'0 x y = gcd' y (x `rem` y); 18.77/7.14 ; 18.77/7.14 gcd'1 True x zx = x; 18.77/7.14 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.77/7.14 ; 18.77/7.14 gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.77/7.14 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.77/7.14 } 18.77/7.14 " 18.77/7.14 are unpacked to the following functions on top level 18.77/7.14 "gcd0Gcd'1 True x zx = x; 18.77/7.14 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 18.77/7.14 " 18.77/7.14 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 18.77/7.14 gcd0Gcd' x y = gcd0Gcd'0 x y; 18.77/7.14 " 18.77/7.14 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 18.77/7.14 " 18.77/7.14 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 18.77/7.14 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 18.77/7.14 " 18.77/7.14 The bindings of the following Let/Where expression 18.77/7.14 "reduce1 x y (y == 0) where { 18.77/7.14 d = gcd x y; 18.77/7.14 ; 18.77/7.14 reduce0 x y True = x `quot` d :% (y `quot` d); 18.77/7.14 ; 18.77/7.14 reduce1 x y True = error []; 18.77/7.14 reduce1 x y False = reduce0 x y otherwise; 18.77/7.14 } 18.77/7.14 " 18.77/7.14 are unpacked to the following functions on top level 18.77/7.14 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 18.77/7.14 " 18.77/7.14 "reduce2D vwv vww = gcd vwv vww; 18.77/7.14 " 18.77/7.14 "reduce2Reduce1 vwv vww x y True = error []; 18.77/7.14 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 18.77/7.14 " 18.77/7.14 18.77/7.14 ---------------------------------------- 18.77/7.14 18.77/7.14 (10) 18.77/7.14 Obligation: 18.77/7.14 mainModule Main 18.77/7.14 module Main where { 18.77/7.14 import qualified Prelude; 18.77/7.14 } 18.77/7.14 18.77/7.14 ---------------------------------------- 18.77/7.14 18.77/7.14 (11) NumRed (SOUND) 18.77/7.14 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 18.77/7.14 ---------------------------------------- 18.77/7.14 18.77/7.14 (12) 18.77/7.14 Obligation: 18.77/7.14 mainModule Main 18.77/7.14 module Main where { 18.77/7.14 import qualified Prelude; 18.77/7.14 } 18.77/7.14 18.77/7.14 ---------------------------------------- 18.77/7.14 18.77/7.14 (13) Narrow (SOUND) 18.77/7.14 Haskell To QDPs 18.77/7.14 18.77/7.14 digraph dp_graph { 18.77/7.14 node [outthreshold=100, inthreshold=100];1[label="maximum",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 18.77/7.14 3[label="maximum vwx3",fontsize=16,color="black",shape="triangle"];3 -> 4[label="",style="solid", color="black", weight=3]; 18.77/7.14 4[label="foldl1 max vwx3",fontsize=16,color="burlywood",shape="box"];2890[label="vwx3/vwx30 : vwx31",fontsize=10,color="white",style="solid",shape="box"];4 -> 2890[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2890 -> 5[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2891[label="vwx3/[]",fontsize=10,color="white",style="solid",shape="box"];4 -> 2891[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2891 -> 6[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 5[label="foldl1 max (vwx30 : vwx31)",fontsize=16,color="black",shape="box"];5 -> 7[label="",style="solid", color="black", weight=3]; 18.77/7.14 6[label="foldl1 max []",fontsize=16,color="black",shape="box"];6 -> 8[label="",style="solid", color="black", weight=3]; 18.77/7.14 7[label="foldl max vwx30 vwx31",fontsize=16,color="burlywood",shape="triangle"];2892[label="vwx31/vwx310 : vwx311",fontsize=10,color="white",style="solid",shape="box"];7 -> 2892[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2892 -> 9[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2893[label="vwx31/[]",fontsize=10,color="white",style="solid",shape="box"];7 -> 2893[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2893 -> 10[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 8[label="error []",fontsize=16,color="red",shape="box"];9[label="foldl max vwx30 (vwx310 : vwx311)",fontsize=16,color="black",shape="box"];9 -> 11[label="",style="solid", color="black", weight=3]; 18.77/7.14 10[label="foldl max vwx30 []",fontsize=16,color="black",shape="box"];10 -> 12[label="",style="solid", color="black", weight=3]; 18.77/7.14 11 -> 7[label="",style="dashed", color="red", weight=0]; 18.77/7.14 11[label="foldl max (max vwx30 vwx310) vwx311",fontsize=16,color="magenta"];11 -> 13[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 11 -> 14[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 12[label="vwx30",fontsize=16,color="green",shape="box"];13[label="vwx311",fontsize=16,color="green",shape="box"];14[label="max vwx30 vwx310",fontsize=16,color="black",shape="box"];14 -> 15[label="",style="solid", color="black", weight=3]; 18.77/7.14 15[label="max2 vwx30 vwx310",fontsize=16,color="black",shape="box"];15 -> 16[label="",style="solid", color="black", weight=3]; 18.77/7.14 16[label="max1 vwx30 vwx310 (vwx30 <= vwx310)",fontsize=16,color="black",shape="box"];16 -> 17[label="",style="solid", color="black", weight=3]; 18.77/7.14 17[label="max1 vwx30 vwx310 (compare vwx30 vwx310 /= GT)",fontsize=16,color="black",shape="box"];17 -> 18[label="",style="solid", color="black", weight=3]; 18.77/7.14 18[label="max1 vwx30 vwx310 (not (compare vwx30 vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];2894[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];18 -> 2894[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2894 -> 19[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2895[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];18 -> 2895[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2895 -> 20[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 19[label="max1 (vwx300 : vwx301) vwx310 (not (compare (vwx300 : vwx301) vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];2896[label="vwx310/vwx3100 : vwx3101",fontsize=10,color="white",style="solid",shape="box"];19 -> 2896[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2896 -> 21[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2897[label="vwx310/[]",fontsize=10,color="white",style="solid",shape="box"];19 -> 2897[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2897 -> 22[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 20[label="max1 [] vwx310 (not (compare [] vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];2898[label="vwx310/vwx3100 : vwx3101",fontsize=10,color="white",style="solid",shape="box"];20 -> 2898[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2898 -> 23[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2899[label="vwx310/[]",fontsize=10,color="white",style="solid",shape="box"];20 -> 2899[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2899 -> 24[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 21[label="max1 (vwx300 : vwx301) (vwx3100 : vwx3101) (not (compare (vwx300 : vwx301) (vwx3100 : vwx3101) == GT))",fontsize=16,color="black",shape="box"];21 -> 25[label="",style="solid", color="black", weight=3]; 18.77/7.14 22[label="max1 (vwx300 : vwx301) [] (not (compare (vwx300 : vwx301) [] == GT))",fontsize=16,color="black",shape="box"];22 -> 26[label="",style="solid", color="black", weight=3]; 18.77/7.14 23[label="max1 [] (vwx3100 : vwx3101) (not (compare [] (vwx3100 : vwx3101) == GT))",fontsize=16,color="black",shape="box"];23 -> 27[label="",style="solid", color="black", weight=3]; 18.77/7.14 24[label="max1 [] [] (not (compare [] [] == GT))",fontsize=16,color="black",shape="box"];24 -> 28[label="",style="solid", color="black", weight=3]; 18.77/7.14 25 -> 100[label="",style="dashed", color="red", weight=0]; 18.77/7.14 25[label="max1 (vwx300 : vwx301) (vwx3100 : vwx3101) (not (primCompAux vwx300 vwx3100 (compare vwx301 vwx3101) == GT))",fontsize=16,color="magenta"];25 -> 101[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 25 -> 102[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 25 -> 103[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 25 -> 104[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 25 -> 105[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 26[label="max1 (vwx300 : vwx301) [] (not (GT == GT))",fontsize=16,color="black",shape="box"];26 -> 30[label="",style="solid", color="black", weight=3]; 18.77/7.14 27[label="max1 [] (vwx3100 : vwx3101) (not (LT == GT))",fontsize=16,color="black",shape="box"];27 -> 31[label="",style="solid", color="black", weight=3]; 18.77/7.14 28[label="max1 [] [] (not (EQ == GT))",fontsize=16,color="black",shape="box"];28 -> 32[label="",style="solid", color="black", weight=3]; 18.77/7.14 101[label="vwx3100",fontsize=16,color="green",shape="box"];102[label="primCompAux vwx300 vwx3100 (compare vwx301 vwx3101)",fontsize=16,color="black",shape="triangle"];102 -> 115[label="",style="solid", color="black", weight=3]; 18.77/7.14 103[label="vwx301",fontsize=16,color="green",shape="box"];104[label="vwx300",fontsize=16,color="green",shape="box"];105[label="vwx3101",fontsize=16,color="green",shape="box"];100[label="max1 (vwx10 : vwx11) (vwx12 : vwx13) (not (vwx15 == GT))",fontsize=16,color="burlywood",shape="triangle"];2900[label="vwx15/LT",fontsize=10,color="white",style="solid",shape="box"];100 -> 2900[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2900 -> 116[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2901[label="vwx15/EQ",fontsize=10,color="white",style="solid",shape="box"];100 -> 2901[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2901 -> 117[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2902[label="vwx15/GT",fontsize=10,color="white",style="solid",shape="box"];100 -> 2902[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2902 -> 118[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 30[label="max1 (vwx300 : vwx301) [] (not True)",fontsize=16,color="black",shape="box"];30 -> 39[label="",style="solid", color="black", weight=3]; 18.77/7.14 31[label="max1 [] (vwx3100 : vwx3101) (not False)",fontsize=16,color="black",shape="box"];31 -> 40[label="",style="solid", color="black", weight=3]; 18.77/7.14 32[label="max1 [] [] (not False)",fontsize=16,color="black",shape="box"];32 -> 41[label="",style="solid", color="black", weight=3]; 18.77/7.14 115 -> 120[label="",style="dashed", color="red", weight=0]; 18.77/7.14 115[label="primCompAux0 (compare vwx301 vwx3101) (compare vwx300 vwx3100)",fontsize=16,color="magenta"];115 -> 121[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 115 -> 122[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 115 -> 123[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 116[label="max1 (vwx10 : vwx11) (vwx12 : vwx13) (not (LT == GT))",fontsize=16,color="black",shape="box"];116 -> 124[label="",style="solid", color="black", weight=3]; 18.77/7.14 117[label="max1 (vwx10 : vwx11) (vwx12 : vwx13) (not (EQ == GT))",fontsize=16,color="black",shape="box"];117 -> 125[label="",style="solid", color="black", weight=3]; 18.77/7.14 118[label="max1 (vwx10 : vwx11) (vwx12 : vwx13) (not (GT == GT))",fontsize=16,color="black",shape="box"];118 -> 126[label="",style="solid", color="black", weight=3]; 18.77/7.14 39[label="max1 (vwx300 : vwx301) [] False",fontsize=16,color="black",shape="box"];39 -> 59[label="",style="solid", color="black", weight=3]; 18.77/7.14 40[label="max1 [] (vwx3100 : vwx3101) True",fontsize=16,color="black",shape="box"];40 -> 60[label="",style="solid", color="black", weight=3]; 18.77/7.14 41[label="max1 [] [] True",fontsize=16,color="black",shape="box"];41 -> 61[label="",style="solid", color="black", weight=3]; 18.77/7.14 121[label="vwx3101",fontsize=16,color="green",shape="box"];122[label="vwx301",fontsize=16,color="green",shape="box"];123[label="compare vwx300 vwx3100",fontsize=16,color="blue",shape="box"];2903[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];123 -> 2903[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2903 -> 127[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2904[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];123 -> 2904[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2904 -> 128[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2905[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];123 -> 2905[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2905 -> 129[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2906[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];123 -> 2906[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2906 -> 130[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2907[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];123 -> 2907[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2907 -> 131[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2908[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];123 -> 2908[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2908 -> 132[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2909[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];123 -> 2909[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2909 -> 133[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2910[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];123 -> 2910[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2910 -> 134[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2911[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];123 -> 2911[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2911 -> 135[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2912[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];123 -> 2912[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2912 -> 136[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2913[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];123 -> 2913[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2913 -> 137[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2914[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];123 -> 2914[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2914 -> 138[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2915[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];123 -> 2915[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2915 -> 139[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2916[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];123 -> 2916[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2916 -> 140[label="",style="solid", color="blue", weight=3]; 18.77/7.14 120[label="primCompAux0 (compare vwx20 vwx21) vwx22",fontsize=16,color="burlywood",shape="triangle"];2917[label="vwx22/LT",fontsize=10,color="white",style="solid",shape="box"];120 -> 2917[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2917 -> 141[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2918[label="vwx22/EQ",fontsize=10,color="white",style="solid",shape="box"];120 -> 2918[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2918 -> 142[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2919[label="vwx22/GT",fontsize=10,color="white",style="solid",shape="box"];120 -> 2919[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2919 -> 143[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 124[label="max1 (vwx10 : vwx11) (vwx12 : vwx13) (not False)",fontsize=16,color="black",shape="triangle"];124 -> 144[label="",style="solid", color="black", weight=3]; 18.77/7.14 125 -> 124[label="",style="dashed", color="red", weight=0]; 18.77/7.14 125[label="max1 (vwx10 : vwx11) (vwx12 : vwx13) (not False)",fontsize=16,color="magenta"];126[label="max1 (vwx10 : vwx11) (vwx12 : vwx13) (not True)",fontsize=16,color="black",shape="box"];126 -> 145[label="",style="solid", color="black", weight=3]; 18.77/7.14 59[label="max0 (vwx300 : vwx301) [] otherwise",fontsize=16,color="black",shape="box"];59 -> 80[label="",style="solid", color="black", weight=3]; 18.77/7.14 60[label="vwx3100 : vwx3101",fontsize=16,color="green",shape="box"];61[label="[]",fontsize=16,color="green",shape="box"];127[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];127 -> 146[label="",style="solid", color="black", weight=3]; 18.77/7.14 128[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];128 -> 147[label="",style="solid", color="black", weight=3]; 18.77/7.14 129[label="compare vwx300 vwx3100",fontsize=16,color="burlywood",shape="triangle"];2920[label="vwx300/Integer vwx3000",fontsize=10,color="white",style="solid",shape="box"];129 -> 2920[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2920 -> 148[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 130[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];130 -> 149[label="",style="solid", color="black", weight=3]; 18.77/7.14 131[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];131 -> 150[label="",style="solid", color="black", weight=3]; 18.77/7.14 132[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];132 -> 151[label="",style="solid", color="black", weight=3]; 18.77/7.14 133[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];133 -> 152[label="",style="solid", color="black", weight=3]; 18.77/7.14 134[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];134 -> 153[label="",style="solid", color="black", weight=3]; 18.77/7.14 135[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];135 -> 154[label="",style="solid", color="black", weight=3]; 18.77/7.14 136[label="compare vwx300 vwx3100",fontsize=16,color="burlywood",shape="triangle"];2921[label="vwx300/()",fontsize=10,color="white",style="solid",shape="box"];136 -> 2921[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2921 -> 155[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 137[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];137 -> 156[label="",style="solid", color="black", weight=3]; 18.77/7.14 138[label="compare vwx300 vwx3100",fontsize=16,color="burlywood",shape="triangle"];2922[label="vwx300/vwx3000 : vwx3001",fontsize=10,color="white",style="solid",shape="box"];138 -> 2922[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2922 -> 157[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2923[label="vwx300/[]",fontsize=10,color="white",style="solid",shape="box"];138 -> 2923[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2923 -> 158[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 139[label="compare vwx300 vwx3100",fontsize=16,color="burlywood",shape="triangle"];2924[label="vwx300/vwx3000 :% vwx3001",fontsize=10,color="white",style="solid",shape="box"];139 -> 2924[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2924 -> 159[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 140[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];140 -> 160[label="",style="solid", color="black", weight=3]; 18.77/7.14 141[label="primCompAux0 (compare vwx20 vwx21) LT",fontsize=16,color="black",shape="box"];141 -> 161[label="",style="solid", color="black", weight=3]; 18.77/7.14 142[label="primCompAux0 (compare vwx20 vwx21) EQ",fontsize=16,color="black",shape="box"];142 -> 162[label="",style="solid", color="black", weight=3]; 18.77/7.14 143[label="primCompAux0 (compare vwx20 vwx21) GT",fontsize=16,color="black",shape="box"];143 -> 163[label="",style="solid", color="black", weight=3]; 18.77/7.14 144[label="max1 (vwx10 : vwx11) (vwx12 : vwx13) True",fontsize=16,color="black",shape="box"];144 -> 164[label="",style="solid", color="black", weight=3]; 18.77/7.14 145[label="max1 (vwx10 : vwx11) (vwx12 : vwx13) False",fontsize=16,color="black",shape="box"];145 -> 165[label="",style="solid", color="black", weight=3]; 18.77/7.14 80[label="max0 (vwx300 : vwx301) [] True",fontsize=16,color="black",shape="box"];80 -> 119[label="",style="solid", color="black", weight=3]; 18.77/7.14 146[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="box"];146 -> 166[label="",style="solid", color="black", weight=3]; 18.77/7.14 147[label="primCmpDouble vwx300 vwx3100",fontsize=16,color="burlywood",shape="box"];2925[label="vwx300/Double vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];147 -> 2925[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2925 -> 167[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 148[label="compare (Integer vwx3000) vwx3100",fontsize=16,color="burlywood",shape="box"];2926[label="vwx3100/Integer vwx31000",fontsize=10,color="white",style="solid",shape="box"];148 -> 2926[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2926 -> 168[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 149[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="box"];149 -> 169[label="",style="solid", color="black", weight=3]; 18.77/7.14 150[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="box"];150 -> 170[label="",style="solid", color="black", weight=3]; 18.77/7.14 151[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="box"];151 -> 171[label="",style="solid", color="black", weight=3]; 18.77/7.14 152[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="box"];152 -> 172[label="",style="solid", color="black", weight=3]; 18.77/7.14 153[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="box"];153 -> 173[label="",style="solid", color="black", weight=3]; 18.77/7.14 154[label="primCmpInt vwx300 vwx3100",fontsize=16,color="burlywood",shape="triangle"];2927[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];154 -> 2927[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2927 -> 174[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2928[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];154 -> 2928[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2928 -> 175[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 155[label="compare () vwx3100",fontsize=16,color="burlywood",shape="box"];2929[label="vwx3100/()",fontsize=10,color="white",style="solid",shape="box"];155 -> 2929[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2929 -> 176[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 156[label="primCmpFloat vwx300 vwx3100",fontsize=16,color="burlywood",shape="box"];2930[label="vwx300/Float vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];156 -> 2930[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2930 -> 177[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 157[label="compare (vwx3000 : vwx3001) vwx3100",fontsize=16,color="burlywood",shape="box"];2931[label="vwx3100/vwx31000 : vwx31001",fontsize=10,color="white",style="solid",shape="box"];157 -> 2931[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2931 -> 178[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2932[label="vwx3100/[]",fontsize=10,color="white",style="solid",shape="box"];157 -> 2932[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2932 -> 179[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 158[label="compare [] vwx3100",fontsize=16,color="burlywood",shape="box"];2933[label="vwx3100/vwx31000 : vwx31001",fontsize=10,color="white",style="solid",shape="box"];158 -> 2933[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2933 -> 180[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2934[label="vwx3100/[]",fontsize=10,color="white",style="solid",shape="box"];158 -> 2934[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2934 -> 181[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 159[label="compare (vwx3000 :% vwx3001) vwx3100",fontsize=16,color="burlywood",shape="box"];2935[label="vwx3100/vwx31000 :% vwx31001",fontsize=10,color="white",style="solid",shape="box"];159 -> 2935[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2935 -> 182[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 160[label="primCmpChar vwx300 vwx3100",fontsize=16,color="burlywood",shape="box"];2936[label="vwx300/Char vwx3000",fontsize=10,color="white",style="solid",shape="box"];160 -> 2936[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2936 -> 183[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 161[label="LT",fontsize=16,color="green",shape="box"];162[label="compare vwx20 vwx21",fontsize=16,color="blue",shape="box"];2937[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2937[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2937 -> 184[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2938[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2938[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2938 -> 185[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2939[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2939[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2939 -> 186[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2940[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2940[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2940 -> 187[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2941[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2941[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2941 -> 188[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2942[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2942[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2942 -> 189[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2943[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2943[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2943 -> 190[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2944[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2944[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2944 -> 191[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2945[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2945[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2945 -> 192[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2946[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2946[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2946 -> 193[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2947[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2947[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2947 -> 194[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2948[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2948[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2948 -> 195[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2949[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2949[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2949 -> 196[label="",style="solid", color="blue", weight=3]; 18.77/7.14 2950[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2950[label="",style="solid", color="blue", weight=9]; 18.77/7.14 2950 -> 197[label="",style="solid", color="blue", weight=3]; 18.77/7.14 163[label="GT",fontsize=16,color="green",shape="box"];164[label="vwx12 : vwx13",fontsize=16,color="green",shape="box"];165[label="max0 (vwx10 : vwx11) (vwx12 : vwx13) otherwise",fontsize=16,color="black",shape="box"];165 -> 198[label="",style="solid", color="black", weight=3]; 18.77/7.14 119[label="vwx300 : vwx301",fontsize=16,color="green",shape="box"];166[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="burlywood",shape="box"];2951[label="vwx300/False",fontsize=10,color="white",style="solid",shape="box"];166 -> 2951[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2951 -> 199[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2952[label="vwx300/True",fontsize=10,color="white",style="solid",shape="box"];166 -> 2952[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2952 -> 200[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 167[label="primCmpDouble (Double vwx3000 vwx3001) vwx3100",fontsize=16,color="burlywood",shape="box"];2953[label="vwx3001/Pos vwx30010",fontsize=10,color="white",style="solid",shape="box"];167 -> 2953[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2953 -> 201[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2954[label="vwx3001/Neg vwx30010",fontsize=10,color="white",style="solid",shape="box"];167 -> 2954[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2954 -> 202[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 168[label="compare (Integer vwx3000) (Integer vwx31000)",fontsize=16,color="black",shape="box"];168 -> 203[label="",style="solid", color="black", weight=3]; 18.77/7.14 169[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="burlywood",shape="box"];2955[label="vwx300/Nothing",fontsize=10,color="white",style="solid",shape="box"];169 -> 2955[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2955 -> 204[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2956[label="vwx300/Just vwx3000",fontsize=10,color="white",style="solid",shape="box"];169 -> 2956[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2956 -> 205[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 170[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="burlywood",shape="box"];2957[label="vwx300/LT",fontsize=10,color="white",style="solid",shape="box"];170 -> 2957[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2957 -> 206[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2958[label="vwx300/EQ",fontsize=10,color="white",style="solid",shape="box"];170 -> 2958[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2958 -> 207[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2959[label="vwx300/GT",fontsize=10,color="white",style="solid",shape="box"];170 -> 2959[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2959 -> 208[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 171[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="burlywood",shape="box"];2960[label="vwx300/(vwx3000,vwx3001,vwx3002)",fontsize=10,color="white",style="solid",shape="box"];171 -> 2960[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2960 -> 209[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 172[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="burlywood",shape="box"];2961[label="vwx300/Left vwx3000",fontsize=10,color="white",style="solid",shape="box"];172 -> 2961[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2961 -> 210[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2962[label="vwx300/Right vwx3000",fontsize=10,color="white",style="solid",shape="box"];172 -> 2962[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2962 -> 211[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 173[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="burlywood",shape="box"];2963[label="vwx300/(vwx3000,vwx3001)",fontsize=10,color="white",style="solid",shape="box"];173 -> 2963[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2963 -> 212[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 174[label="primCmpInt (Pos vwx3000) vwx3100",fontsize=16,color="burlywood",shape="box"];2964[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];174 -> 2964[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2964 -> 213[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2965[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];174 -> 2965[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2965 -> 214[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 175[label="primCmpInt (Neg vwx3000) vwx3100",fontsize=16,color="burlywood",shape="box"];2966[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];175 -> 2966[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2966 -> 215[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2967[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];175 -> 2967[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2967 -> 216[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 176[label="compare () ()",fontsize=16,color="black",shape="box"];176 -> 217[label="",style="solid", color="black", weight=3]; 18.77/7.14 177[label="primCmpFloat (Float vwx3000 vwx3001) vwx3100",fontsize=16,color="burlywood",shape="box"];2968[label="vwx3001/Pos vwx30010",fontsize=10,color="white",style="solid",shape="box"];177 -> 2968[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2968 -> 218[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2969[label="vwx3001/Neg vwx30010",fontsize=10,color="white",style="solid",shape="box"];177 -> 2969[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2969 -> 219[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 178[label="compare (vwx3000 : vwx3001) (vwx31000 : vwx31001)",fontsize=16,color="black",shape="box"];178 -> 220[label="",style="solid", color="black", weight=3]; 18.77/7.14 179[label="compare (vwx3000 : vwx3001) []",fontsize=16,color="black",shape="box"];179 -> 221[label="",style="solid", color="black", weight=3]; 18.77/7.14 180[label="compare [] (vwx31000 : vwx31001)",fontsize=16,color="black",shape="box"];180 -> 222[label="",style="solid", color="black", weight=3]; 18.77/7.14 181[label="compare [] []",fontsize=16,color="black",shape="box"];181 -> 223[label="",style="solid", color="black", weight=3]; 18.77/7.14 182[label="compare (vwx3000 :% vwx3001) (vwx31000 :% vwx31001)",fontsize=16,color="black",shape="box"];182 -> 224[label="",style="solid", color="black", weight=3]; 18.77/7.14 183[label="primCmpChar (Char vwx3000) vwx3100",fontsize=16,color="burlywood",shape="box"];2970[label="vwx3100/Char vwx31000",fontsize=10,color="white",style="solid",shape="box"];183 -> 2970[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2970 -> 225[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 184 -> 127[label="",style="dashed", color="red", weight=0]; 18.77/7.14 184[label="compare vwx20 vwx21",fontsize=16,color="magenta"];184 -> 226[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 184 -> 227[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 185 -> 128[label="",style="dashed", color="red", weight=0]; 18.77/7.14 185[label="compare vwx20 vwx21",fontsize=16,color="magenta"];185 -> 228[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 185 -> 229[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 186 -> 129[label="",style="dashed", color="red", weight=0]; 18.77/7.14 186[label="compare vwx20 vwx21",fontsize=16,color="magenta"];186 -> 230[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 186 -> 231[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 187 -> 130[label="",style="dashed", color="red", weight=0]; 18.77/7.14 187[label="compare vwx20 vwx21",fontsize=16,color="magenta"];187 -> 232[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 187 -> 233[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 188 -> 131[label="",style="dashed", color="red", weight=0]; 18.77/7.14 188[label="compare vwx20 vwx21",fontsize=16,color="magenta"];188 -> 234[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 188 -> 235[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 189 -> 132[label="",style="dashed", color="red", weight=0]; 18.77/7.14 189[label="compare vwx20 vwx21",fontsize=16,color="magenta"];189 -> 236[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 189 -> 237[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 190 -> 133[label="",style="dashed", color="red", weight=0]; 18.77/7.14 190[label="compare vwx20 vwx21",fontsize=16,color="magenta"];190 -> 238[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 190 -> 239[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 191 -> 134[label="",style="dashed", color="red", weight=0]; 18.77/7.14 191[label="compare vwx20 vwx21",fontsize=16,color="magenta"];191 -> 240[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 191 -> 241[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 192 -> 135[label="",style="dashed", color="red", weight=0]; 18.77/7.14 192[label="compare vwx20 vwx21",fontsize=16,color="magenta"];192 -> 242[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 192 -> 243[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 193 -> 136[label="",style="dashed", color="red", weight=0]; 18.77/7.14 193[label="compare vwx20 vwx21",fontsize=16,color="magenta"];193 -> 244[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 193 -> 245[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 194 -> 137[label="",style="dashed", color="red", weight=0]; 18.77/7.14 194[label="compare vwx20 vwx21",fontsize=16,color="magenta"];194 -> 246[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 194 -> 247[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 195 -> 138[label="",style="dashed", color="red", weight=0]; 18.77/7.14 195[label="compare vwx20 vwx21",fontsize=16,color="magenta"];195 -> 248[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 195 -> 249[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 196 -> 139[label="",style="dashed", color="red", weight=0]; 18.77/7.14 196[label="compare vwx20 vwx21",fontsize=16,color="magenta"];196 -> 250[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 196 -> 251[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 197 -> 140[label="",style="dashed", color="red", weight=0]; 18.77/7.14 197[label="compare vwx20 vwx21",fontsize=16,color="magenta"];197 -> 252[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 197 -> 253[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 198[label="max0 (vwx10 : vwx11) (vwx12 : vwx13) True",fontsize=16,color="black",shape="box"];198 -> 254[label="",style="solid", color="black", weight=3]; 18.77/7.14 199[label="compare2 False vwx3100 (False == vwx3100)",fontsize=16,color="burlywood",shape="box"];2971[label="vwx3100/False",fontsize=10,color="white",style="solid",shape="box"];199 -> 2971[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2971 -> 255[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2972[label="vwx3100/True",fontsize=10,color="white",style="solid",shape="box"];199 -> 2972[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2972 -> 256[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 200[label="compare2 True vwx3100 (True == vwx3100)",fontsize=16,color="burlywood",shape="box"];2973[label="vwx3100/False",fontsize=10,color="white",style="solid",shape="box"];200 -> 2973[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2973 -> 257[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2974[label="vwx3100/True",fontsize=10,color="white",style="solid",shape="box"];200 -> 2974[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2974 -> 258[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 201[label="primCmpDouble (Double vwx3000 (Pos vwx30010)) vwx3100",fontsize=16,color="burlywood",shape="box"];2975[label="vwx3100/Double vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];201 -> 2975[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2975 -> 259[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 202[label="primCmpDouble (Double vwx3000 (Neg vwx30010)) vwx3100",fontsize=16,color="burlywood",shape="box"];2976[label="vwx3100/Double vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];202 -> 2976[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2976 -> 260[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 203 -> 154[label="",style="dashed", color="red", weight=0]; 18.77/7.14 203[label="primCmpInt vwx3000 vwx31000",fontsize=16,color="magenta"];203 -> 261[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 203 -> 262[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 204[label="compare2 Nothing vwx3100 (Nothing == vwx3100)",fontsize=16,color="burlywood",shape="box"];2977[label="vwx3100/Nothing",fontsize=10,color="white",style="solid",shape="box"];204 -> 2977[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2977 -> 263[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2978[label="vwx3100/Just vwx31000",fontsize=10,color="white",style="solid",shape="box"];204 -> 2978[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2978 -> 264[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 205[label="compare2 (Just vwx3000) vwx3100 (Just vwx3000 == vwx3100)",fontsize=16,color="burlywood",shape="box"];2979[label="vwx3100/Nothing",fontsize=10,color="white",style="solid",shape="box"];205 -> 2979[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2979 -> 265[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2980[label="vwx3100/Just vwx31000",fontsize=10,color="white",style="solid",shape="box"];205 -> 2980[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2980 -> 266[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 206[label="compare2 LT vwx3100 (LT == vwx3100)",fontsize=16,color="burlywood",shape="box"];2981[label="vwx3100/LT",fontsize=10,color="white",style="solid",shape="box"];206 -> 2981[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2981 -> 267[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2982[label="vwx3100/EQ",fontsize=10,color="white",style="solid",shape="box"];206 -> 2982[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2982 -> 268[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2983[label="vwx3100/GT",fontsize=10,color="white",style="solid",shape="box"];206 -> 2983[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2983 -> 269[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 207[label="compare2 EQ vwx3100 (EQ == vwx3100)",fontsize=16,color="burlywood",shape="box"];2984[label="vwx3100/LT",fontsize=10,color="white",style="solid",shape="box"];207 -> 2984[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2984 -> 270[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2985[label="vwx3100/EQ",fontsize=10,color="white",style="solid",shape="box"];207 -> 2985[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2985 -> 271[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2986[label="vwx3100/GT",fontsize=10,color="white",style="solid",shape="box"];207 -> 2986[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2986 -> 272[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 208[label="compare2 GT vwx3100 (GT == vwx3100)",fontsize=16,color="burlywood",shape="box"];2987[label="vwx3100/LT",fontsize=10,color="white",style="solid",shape="box"];208 -> 2987[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2987 -> 273[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2988[label="vwx3100/EQ",fontsize=10,color="white",style="solid",shape="box"];208 -> 2988[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2988 -> 274[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2989[label="vwx3100/GT",fontsize=10,color="white",style="solid",shape="box"];208 -> 2989[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2989 -> 275[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 209[label="compare2 (vwx3000,vwx3001,vwx3002) vwx3100 ((vwx3000,vwx3001,vwx3002) == vwx3100)",fontsize=16,color="burlywood",shape="box"];2990[label="vwx3100/(vwx31000,vwx31001,vwx31002)",fontsize=10,color="white",style="solid",shape="box"];209 -> 2990[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2990 -> 276[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 210[label="compare2 (Left vwx3000) vwx3100 (Left vwx3000 == vwx3100)",fontsize=16,color="burlywood",shape="box"];2991[label="vwx3100/Left vwx31000",fontsize=10,color="white",style="solid",shape="box"];210 -> 2991[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2991 -> 277[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2992[label="vwx3100/Right vwx31000",fontsize=10,color="white",style="solid",shape="box"];210 -> 2992[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2992 -> 278[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 211[label="compare2 (Right vwx3000) vwx3100 (Right vwx3000 == vwx3100)",fontsize=16,color="burlywood",shape="box"];2993[label="vwx3100/Left vwx31000",fontsize=10,color="white",style="solid",shape="box"];211 -> 2993[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2993 -> 279[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2994[label="vwx3100/Right vwx31000",fontsize=10,color="white",style="solid",shape="box"];211 -> 2994[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2994 -> 280[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 212[label="compare2 (vwx3000,vwx3001) vwx3100 ((vwx3000,vwx3001) == vwx3100)",fontsize=16,color="burlywood",shape="box"];2995[label="vwx3100/(vwx31000,vwx31001)",fontsize=10,color="white",style="solid",shape="box"];212 -> 2995[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2995 -> 281[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 213[label="primCmpInt (Pos (Succ vwx30000)) vwx3100",fontsize=16,color="burlywood",shape="box"];2996[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];213 -> 2996[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2996 -> 282[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2997[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];213 -> 2997[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2997 -> 283[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 214[label="primCmpInt (Pos Zero) vwx3100",fontsize=16,color="burlywood",shape="box"];2998[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];214 -> 2998[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2998 -> 284[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 2999[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];214 -> 2999[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 2999 -> 285[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 215[label="primCmpInt (Neg (Succ vwx30000)) vwx3100",fontsize=16,color="burlywood",shape="box"];3000[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];215 -> 3000[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3000 -> 286[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3001[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];215 -> 3001[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3001 -> 287[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 216[label="primCmpInt (Neg Zero) vwx3100",fontsize=16,color="burlywood",shape="box"];3002[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];216 -> 3002[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3002 -> 288[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3003[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];216 -> 3003[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3003 -> 289[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 217[label="EQ",fontsize=16,color="green",shape="box"];218[label="primCmpFloat (Float vwx3000 (Pos vwx30010)) vwx3100",fontsize=16,color="burlywood",shape="box"];3004[label="vwx3100/Float vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];218 -> 3004[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3004 -> 290[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 219[label="primCmpFloat (Float vwx3000 (Neg vwx30010)) vwx3100",fontsize=16,color="burlywood",shape="box"];3005[label="vwx3100/Float vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];219 -> 3005[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3005 -> 291[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 220 -> 102[label="",style="dashed", color="red", weight=0]; 18.77/7.14 220[label="primCompAux vwx3000 vwx31000 (compare vwx3001 vwx31001)",fontsize=16,color="magenta"];220 -> 292[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 220 -> 293[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 220 -> 294[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 220 -> 295[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 221[label="GT",fontsize=16,color="green",shape="box"];222[label="LT",fontsize=16,color="green",shape="box"];223[label="EQ",fontsize=16,color="green",shape="box"];224[label="compare (vwx3000 * vwx31001) (vwx31000 * vwx3001)",fontsize=16,color="blue",shape="box"];3006[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];224 -> 3006[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3006 -> 296[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3007[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];224 -> 3007[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3007 -> 297[label="",style="solid", color="blue", weight=3]; 18.77/7.14 225[label="primCmpChar (Char vwx3000) (Char vwx31000)",fontsize=16,color="black",shape="box"];225 -> 298[label="",style="solid", color="black", weight=3]; 18.77/7.14 226[label="vwx20",fontsize=16,color="green",shape="box"];227[label="vwx21",fontsize=16,color="green",shape="box"];228[label="vwx20",fontsize=16,color="green",shape="box"];229[label="vwx21",fontsize=16,color="green",shape="box"];230[label="vwx20",fontsize=16,color="green",shape="box"];231[label="vwx21",fontsize=16,color="green",shape="box"];232[label="vwx20",fontsize=16,color="green",shape="box"];233[label="vwx21",fontsize=16,color="green",shape="box"];234[label="vwx20",fontsize=16,color="green",shape="box"];235[label="vwx21",fontsize=16,color="green",shape="box"];236[label="vwx20",fontsize=16,color="green",shape="box"];237[label="vwx21",fontsize=16,color="green",shape="box"];238[label="vwx20",fontsize=16,color="green",shape="box"];239[label="vwx21",fontsize=16,color="green",shape="box"];240[label="vwx20",fontsize=16,color="green",shape="box"];241[label="vwx21",fontsize=16,color="green",shape="box"];242[label="vwx20",fontsize=16,color="green",shape="box"];243[label="vwx21",fontsize=16,color="green",shape="box"];244[label="vwx20",fontsize=16,color="green",shape="box"];245[label="vwx21",fontsize=16,color="green",shape="box"];246[label="vwx20",fontsize=16,color="green",shape="box"];247[label="vwx21",fontsize=16,color="green",shape="box"];248[label="vwx20",fontsize=16,color="green",shape="box"];249[label="vwx21",fontsize=16,color="green",shape="box"];250[label="vwx20",fontsize=16,color="green",shape="box"];251[label="vwx21",fontsize=16,color="green",shape="box"];252[label="vwx20",fontsize=16,color="green",shape="box"];253[label="vwx21",fontsize=16,color="green",shape="box"];254[label="vwx10 : vwx11",fontsize=16,color="green",shape="box"];255[label="compare2 False False (False == False)",fontsize=16,color="black",shape="box"];255 -> 299[label="",style="solid", color="black", weight=3]; 18.77/7.14 256[label="compare2 False True (False == True)",fontsize=16,color="black",shape="box"];256 -> 300[label="",style="solid", color="black", weight=3]; 18.77/7.14 257[label="compare2 True False (True == False)",fontsize=16,color="black",shape="box"];257 -> 301[label="",style="solid", color="black", weight=3]; 18.77/7.14 258[label="compare2 True True (True == True)",fontsize=16,color="black",shape="box"];258 -> 302[label="",style="solid", color="black", weight=3]; 18.77/7.14 259[label="primCmpDouble (Double vwx3000 (Pos vwx30010)) (Double vwx31000 vwx31001)",fontsize=16,color="burlywood",shape="box"];3008[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];259 -> 3008[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3008 -> 303[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3009[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];259 -> 3009[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3009 -> 304[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 260[label="primCmpDouble (Double vwx3000 (Neg vwx30010)) (Double vwx31000 vwx31001)",fontsize=16,color="burlywood",shape="box"];3010[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];260 -> 3010[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3010 -> 305[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3011[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];260 -> 3011[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3011 -> 306[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 261[label="vwx3000",fontsize=16,color="green",shape="box"];262[label="vwx31000",fontsize=16,color="green",shape="box"];263[label="compare2 Nothing Nothing (Nothing == Nothing)",fontsize=16,color="black",shape="box"];263 -> 307[label="",style="solid", color="black", weight=3]; 18.77/7.14 264[label="compare2 Nothing (Just vwx31000) (Nothing == Just vwx31000)",fontsize=16,color="black",shape="box"];264 -> 308[label="",style="solid", color="black", weight=3]; 18.77/7.14 265[label="compare2 (Just vwx3000) Nothing (Just vwx3000 == Nothing)",fontsize=16,color="black",shape="box"];265 -> 309[label="",style="solid", color="black", weight=3]; 18.77/7.14 266[label="compare2 (Just vwx3000) (Just vwx31000) (Just vwx3000 == Just vwx31000)",fontsize=16,color="black",shape="box"];266 -> 310[label="",style="solid", color="black", weight=3]; 18.77/7.14 267[label="compare2 LT LT (LT == LT)",fontsize=16,color="black",shape="box"];267 -> 311[label="",style="solid", color="black", weight=3]; 18.77/7.14 268[label="compare2 LT EQ (LT == EQ)",fontsize=16,color="black",shape="box"];268 -> 312[label="",style="solid", color="black", weight=3]; 18.77/7.14 269[label="compare2 LT GT (LT == GT)",fontsize=16,color="black",shape="box"];269 -> 313[label="",style="solid", color="black", weight=3]; 18.77/7.14 270[label="compare2 EQ LT (EQ == LT)",fontsize=16,color="black",shape="box"];270 -> 314[label="",style="solid", color="black", weight=3]; 18.77/7.14 271[label="compare2 EQ EQ (EQ == EQ)",fontsize=16,color="black",shape="box"];271 -> 315[label="",style="solid", color="black", weight=3]; 18.77/7.14 272[label="compare2 EQ GT (EQ == GT)",fontsize=16,color="black",shape="box"];272 -> 316[label="",style="solid", color="black", weight=3]; 18.77/7.14 273[label="compare2 GT LT (GT == LT)",fontsize=16,color="black",shape="box"];273 -> 317[label="",style="solid", color="black", weight=3]; 18.77/7.14 274[label="compare2 GT EQ (GT == EQ)",fontsize=16,color="black",shape="box"];274 -> 318[label="",style="solid", color="black", weight=3]; 18.77/7.14 275[label="compare2 GT GT (GT == GT)",fontsize=16,color="black",shape="box"];275 -> 319[label="",style="solid", color="black", weight=3]; 18.77/7.14 276[label="compare2 (vwx3000,vwx3001,vwx3002) (vwx31000,vwx31001,vwx31002) ((vwx3000,vwx3001,vwx3002) == (vwx31000,vwx31001,vwx31002))",fontsize=16,color="black",shape="box"];276 -> 320[label="",style="solid", color="black", weight=3]; 18.77/7.14 277[label="compare2 (Left vwx3000) (Left vwx31000) (Left vwx3000 == Left vwx31000)",fontsize=16,color="black",shape="box"];277 -> 321[label="",style="solid", color="black", weight=3]; 18.77/7.14 278[label="compare2 (Left vwx3000) (Right vwx31000) (Left vwx3000 == Right vwx31000)",fontsize=16,color="black",shape="box"];278 -> 322[label="",style="solid", color="black", weight=3]; 18.77/7.14 279[label="compare2 (Right vwx3000) (Left vwx31000) (Right vwx3000 == Left vwx31000)",fontsize=16,color="black",shape="box"];279 -> 323[label="",style="solid", color="black", weight=3]; 18.77/7.14 280[label="compare2 (Right vwx3000) (Right vwx31000) (Right vwx3000 == Right vwx31000)",fontsize=16,color="black",shape="box"];280 -> 324[label="",style="solid", color="black", weight=3]; 18.77/7.14 281[label="compare2 (vwx3000,vwx3001) (vwx31000,vwx31001) ((vwx3000,vwx3001) == (vwx31000,vwx31001))",fontsize=16,color="black",shape="box"];281 -> 325[label="",style="solid", color="black", weight=3]; 18.77/7.14 282[label="primCmpInt (Pos (Succ vwx30000)) (Pos vwx31000)",fontsize=16,color="black",shape="box"];282 -> 326[label="",style="solid", color="black", weight=3]; 18.77/7.14 283[label="primCmpInt (Pos (Succ vwx30000)) (Neg vwx31000)",fontsize=16,color="black",shape="box"];283 -> 327[label="",style="solid", color="black", weight=3]; 18.77/7.14 284[label="primCmpInt (Pos Zero) (Pos vwx31000)",fontsize=16,color="burlywood",shape="box"];3012[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];284 -> 3012[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3012 -> 328[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3013[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];284 -> 3013[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3013 -> 329[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 285[label="primCmpInt (Pos Zero) (Neg vwx31000)",fontsize=16,color="burlywood",shape="box"];3014[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];285 -> 3014[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3014 -> 330[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3015[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];285 -> 3015[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3015 -> 331[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 286[label="primCmpInt (Neg (Succ vwx30000)) (Pos vwx31000)",fontsize=16,color="black",shape="box"];286 -> 332[label="",style="solid", color="black", weight=3]; 18.77/7.14 287[label="primCmpInt (Neg (Succ vwx30000)) (Neg vwx31000)",fontsize=16,color="black",shape="box"];287 -> 333[label="",style="solid", color="black", weight=3]; 18.77/7.14 288[label="primCmpInt (Neg Zero) (Pos vwx31000)",fontsize=16,color="burlywood",shape="box"];3016[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];288 -> 3016[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3016 -> 334[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3017[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];288 -> 3017[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3017 -> 335[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 289[label="primCmpInt (Neg Zero) (Neg vwx31000)",fontsize=16,color="burlywood",shape="box"];3018[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];289 -> 3018[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3018 -> 336[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3019[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];289 -> 3019[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3019 -> 337[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 290[label="primCmpFloat (Float vwx3000 (Pos vwx30010)) (Float vwx31000 vwx31001)",fontsize=16,color="burlywood",shape="box"];3020[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];290 -> 3020[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3020 -> 338[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3021[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];290 -> 3021[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3021 -> 339[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 291[label="primCmpFloat (Float vwx3000 (Neg vwx30010)) (Float vwx31000 vwx31001)",fontsize=16,color="burlywood",shape="box"];3022[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];291 -> 3022[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3022 -> 340[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3023[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];291 -> 3023[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3023 -> 341[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 292[label="vwx3000",fontsize=16,color="green",shape="box"];293[label="vwx31000",fontsize=16,color="green",shape="box"];294[label="vwx3001",fontsize=16,color="green",shape="box"];295[label="vwx31001",fontsize=16,color="green",shape="box"];296 -> 129[label="",style="dashed", color="red", weight=0]; 18.77/7.14 296[label="compare (vwx3000 * vwx31001) (vwx31000 * vwx3001)",fontsize=16,color="magenta"];296 -> 342[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 296 -> 343[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 297 -> 135[label="",style="dashed", color="red", weight=0]; 18.77/7.14 297[label="compare (vwx3000 * vwx31001) (vwx31000 * vwx3001)",fontsize=16,color="magenta"];297 -> 344[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 297 -> 345[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 298[label="primCmpNat vwx3000 vwx31000",fontsize=16,color="burlywood",shape="triangle"];3024[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];298 -> 3024[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3024 -> 346[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3025[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];298 -> 3025[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3025 -> 347[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 299[label="compare2 False False True",fontsize=16,color="black",shape="box"];299 -> 348[label="",style="solid", color="black", weight=3]; 18.77/7.14 300[label="compare2 False True False",fontsize=16,color="black",shape="box"];300 -> 349[label="",style="solid", color="black", weight=3]; 18.77/7.14 301[label="compare2 True False False",fontsize=16,color="black",shape="box"];301 -> 350[label="",style="solid", color="black", weight=3]; 18.77/7.14 302[label="compare2 True True True",fontsize=16,color="black",shape="box"];302 -> 351[label="",style="solid", color="black", weight=3]; 18.77/7.14 303[label="primCmpDouble (Double vwx3000 (Pos vwx30010)) (Double vwx31000 (Pos vwx310010))",fontsize=16,color="black",shape="box"];303 -> 352[label="",style="solid", color="black", weight=3]; 18.77/7.14 304[label="primCmpDouble (Double vwx3000 (Pos vwx30010)) (Double vwx31000 (Neg vwx310010))",fontsize=16,color="black",shape="box"];304 -> 353[label="",style="solid", color="black", weight=3]; 18.77/7.14 305[label="primCmpDouble (Double vwx3000 (Neg vwx30010)) (Double vwx31000 (Pos vwx310010))",fontsize=16,color="black",shape="box"];305 -> 354[label="",style="solid", color="black", weight=3]; 18.77/7.14 306[label="primCmpDouble (Double vwx3000 (Neg vwx30010)) (Double vwx31000 (Neg vwx310010))",fontsize=16,color="black",shape="box"];306 -> 355[label="",style="solid", color="black", weight=3]; 18.77/7.14 307[label="compare2 Nothing Nothing True",fontsize=16,color="black",shape="box"];307 -> 356[label="",style="solid", color="black", weight=3]; 18.77/7.14 308[label="compare2 Nothing (Just vwx31000) False",fontsize=16,color="black",shape="box"];308 -> 357[label="",style="solid", color="black", weight=3]; 18.77/7.14 309[label="compare2 (Just vwx3000) Nothing False",fontsize=16,color="black",shape="box"];309 -> 358[label="",style="solid", color="black", weight=3]; 18.77/7.14 310 -> 359[label="",style="dashed", color="red", weight=0]; 18.77/7.14 310[label="compare2 (Just vwx3000) (Just vwx31000) (vwx3000 == vwx31000)",fontsize=16,color="magenta"];310 -> 360[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 310 -> 361[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 310 -> 362[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 311[label="compare2 LT LT True",fontsize=16,color="black",shape="box"];311 -> 363[label="",style="solid", color="black", weight=3]; 18.77/7.14 312[label="compare2 LT EQ False",fontsize=16,color="black",shape="box"];312 -> 364[label="",style="solid", color="black", weight=3]; 18.77/7.14 313[label="compare2 LT GT False",fontsize=16,color="black",shape="box"];313 -> 365[label="",style="solid", color="black", weight=3]; 18.77/7.14 314[label="compare2 EQ LT False",fontsize=16,color="black",shape="box"];314 -> 366[label="",style="solid", color="black", weight=3]; 18.77/7.14 315[label="compare2 EQ EQ True",fontsize=16,color="black",shape="box"];315 -> 367[label="",style="solid", color="black", weight=3]; 18.77/7.14 316[label="compare2 EQ GT False",fontsize=16,color="black",shape="box"];316 -> 368[label="",style="solid", color="black", weight=3]; 18.77/7.14 317[label="compare2 GT LT False",fontsize=16,color="black",shape="box"];317 -> 369[label="",style="solid", color="black", weight=3]; 18.77/7.14 318[label="compare2 GT EQ False",fontsize=16,color="black",shape="box"];318 -> 370[label="",style="solid", color="black", weight=3]; 18.77/7.14 319[label="compare2 GT GT True",fontsize=16,color="black",shape="box"];319 -> 371[label="",style="solid", color="black", weight=3]; 18.77/7.14 320 -> 935[label="",style="dashed", color="red", weight=0]; 18.77/7.14 320[label="compare2 (vwx3000,vwx3001,vwx3002) (vwx31000,vwx31001,vwx31002) (vwx3000 == vwx31000 && vwx3001 == vwx31001 && vwx3002 == vwx31002)",fontsize=16,color="magenta"];320 -> 936[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 320 -> 937[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 320 -> 938[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 320 -> 939[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 320 -> 940[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 320 -> 941[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 320 -> 942[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 321 -> 380[label="",style="dashed", color="red", weight=0]; 18.77/7.14 321[label="compare2 (Left vwx3000) (Left vwx31000) (vwx3000 == vwx31000)",fontsize=16,color="magenta"];321 -> 381[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 321 -> 382[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 321 -> 383[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 322[label="compare2 (Left vwx3000) (Right vwx31000) False",fontsize=16,color="black",shape="box"];322 -> 384[label="",style="solid", color="black", weight=3]; 18.77/7.14 323[label="compare2 (Right vwx3000) (Left vwx31000) False",fontsize=16,color="black",shape="box"];323 -> 385[label="",style="solid", color="black", weight=3]; 18.77/7.14 324 -> 386[label="",style="dashed", color="red", weight=0]; 18.77/7.14 324[label="compare2 (Right vwx3000) (Right vwx31000) (vwx3000 == vwx31000)",fontsize=16,color="magenta"];324 -> 387[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 324 -> 388[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 324 -> 389[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 325 -> 788[label="",style="dashed", color="red", weight=0]; 18.77/7.14 325[label="compare2 (vwx3000,vwx3001) (vwx31000,vwx31001) (vwx3000 == vwx31000 && vwx3001 == vwx31001)",fontsize=16,color="magenta"];325 -> 789[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 325 -> 790[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 325 -> 791[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 325 -> 792[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 325 -> 793[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 326 -> 298[label="",style="dashed", color="red", weight=0]; 18.77/7.14 326[label="primCmpNat (Succ vwx30000) vwx31000",fontsize=16,color="magenta"];326 -> 396[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 326 -> 397[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 327[label="GT",fontsize=16,color="green",shape="box"];328[label="primCmpInt (Pos Zero) (Pos (Succ vwx310000))",fontsize=16,color="black",shape="box"];328 -> 398[label="",style="solid", color="black", weight=3]; 18.77/7.14 329[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];329 -> 399[label="",style="solid", color="black", weight=3]; 18.77/7.14 330[label="primCmpInt (Pos Zero) (Neg (Succ vwx310000))",fontsize=16,color="black",shape="box"];330 -> 400[label="",style="solid", color="black", weight=3]; 18.77/7.14 331[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];331 -> 401[label="",style="solid", color="black", weight=3]; 18.77/7.14 332[label="LT",fontsize=16,color="green",shape="box"];333 -> 298[label="",style="dashed", color="red", weight=0]; 18.77/7.14 333[label="primCmpNat vwx31000 (Succ vwx30000)",fontsize=16,color="magenta"];333 -> 402[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 333 -> 403[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 334[label="primCmpInt (Neg Zero) (Pos (Succ vwx310000))",fontsize=16,color="black",shape="box"];334 -> 404[label="",style="solid", color="black", weight=3]; 18.77/7.14 335[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];335 -> 405[label="",style="solid", color="black", weight=3]; 18.77/7.14 336[label="primCmpInt (Neg Zero) (Neg (Succ vwx310000))",fontsize=16,color="black",shape="box"];336 -> 406[label="",style="solid", color="black", weight=3]; 18.77/7.14 337[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];337 -> 407[label="",style="solid", color="black", weight=3]; 18.77/7.14 338[label="primCmpFloat (Float vwx3000 (Pos vwx30010)) (Float vwx31000 (Pos vwx310010))",fontsize=16,color="black",shape="box"];338 -> 408[label="",style="solid", color="black", weight=3]; 18.77/7.14 339[label="primCmpFloat (Float vwx3000 (Pos vwx30010)) (Float vwx31000 (Neg vwx310010))",fontsize=16,color="black",shape="box"];339 -> 409[label="",style="solid", color="black", weight=3]; 18.77/7.14 340[label="primCmpFloat (Float vwx3000 (Neg vwx30010)) (Float vwx31000 (Pos vwx310010))",fontsize=16,color="black",shape="box"];340 -> 410[label="",style="solid", color="black", weight=3]; 18.77/7.14 341[label="primCmpFloat (Float vwx3000 (Neg vwx30010)) (Float vwx31000 (Neg vwx310010))",fontsize=16,color="black",shape="box"];341 -> 411[label="",style="solid", color="black", weight=3]; 18.77/7.14 342[label="vwx3000 * vwx31001",fontsize=16,color="burlywood",shape="triangle"];3026[label="vwx3000/Integer vwx30000",fontsize=10,color="white",style="solid",shape="box"];342 -> 3026[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3026 -> 412[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 343 -> 342[label="",style="dashed", color="red", weight=0]; 18.77/7.14 343[label="vwx31000 * vwx3001",fontsize=16,color="magenta"];343 -> 413[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 343 -> 414[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 344[label="vwx3000 * vwx31001",fontsize=16,color="black",shape="triangle"];344 -> 415[label="",style="solid", color="black", weight=3]; 18.77/7.14 345 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.14 345[label="vwx31000 * vwx3001",fontsize=16,color="magenta"];345 -> 416[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 345 -> 417[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 346[label="primCmpNat (Succ vwx30000) vwx31000",fontsize=16,color="burlywood",shape="box"];3027[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];346 -> 3027[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3027 -> 418[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3028[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];346 -> 3028[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3028 -> 419[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 347[label="primCmpNat Zero vwx31000",fontsize=16,color="burlywood",shape="box"];3029[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];347 -> 3029[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3029 -> 420[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3030[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];347 -> 3030[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3030 -> 421[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 348[label="EQ",fontsize=16,color="green",shape="box"];349[label="compare1 False True (False <= True)",fontsize=16,color="black",shape="box"];349 -> 422[label="",style="solid", color="black", weight=3]; 18.77/7.14 350[label="compare1 True False (True <= False)",fontsize=16,color="black",shape="box"];350 -> 423[label="",style="solid", color="black", weight=3]; 18.77/7.14 351[label="EQ",fontsize=16,color="green",shape="box"];352 -> 135[label="",style="dashed", color="red", weight=0]; 18.77/7.14 352[label="compare (vwx3000 * Pos vwx310010) (Pos vwx30010 * vwx31000)",fontsize=16,color="magenta"];352 -> 424[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 352 -> 425[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 353 -> 135[label="",style="dashed", color="red", weight=0]; 18.77/7.14 353[label="compare (vwx3000 * Pos vwx310010) (Neg vwx30010 * vwx31000)",fontsize=16,color="magenta"];353 -> 426[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 353 -> 427[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 354 -> 135[label="",style="dashed", color="red", weight=0]; 18.77/7.14 354[label="compare (vwx3000 * Neg vwx310010) (Pos vwx30010 * vwx31000)",fontsize=16,color="magenta"];354 -> 428[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 354 -> 429[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 355 -> 135[label="",style="dashed", color="red", weight=0]; 18.77/7.14 355[label="compare (vwx3000 * Neg vwx310010) (Neg vwx30010 * vwx31000)",fontsize=16,color="magenta"];355 -> 430[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 355 -> 431[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 356[label="EQ",fontsize=16,color="green",shape="box"];357[label="compare1 Nothing (Just vwx31000) (Nothing <= Just vwx31000)",fontsize=16,color="black",shape="box"];357 -> 432[label="",style="solid", color="black", weight=3]; 18.77/7.14 358[label="compare1 (Just vwx3000) Nothing (Just vwx3000 <= Nothing)",fontsize=16,color="black",shape="box"];358 -> 433[label="",style="solid", color="black", weight=3]; 18.77/7.14 360[label="vwx3000",fontsize=16,color="green",shape="box"];361[label="vwx31000",fontsize=16,color="green",shape="box"];362[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];3031[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3031[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3031 -> 434[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3032[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3032[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3032 -> 435[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3033[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3033[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3033 -> 436[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3034[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3034[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3034 -> 437[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3035[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3035[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3035 -> 438[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3036[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3036[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3036 -> 439[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3037[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3037[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3037 -> 440[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3038[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3038[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3038 -> 441[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3039[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3039[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3039 -> 442[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3040[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3040[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3040 -> 443[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3041[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3041[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3041 -> 444[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3042[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3042[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3042 -> 445[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3043[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3043[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3043 -> 446[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3044[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3044[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3044 -> 447[label="",style="solid", color="blue", weight=3]; 18.77/7.14 359[label="compare2 (Just vwx27) (Just vwx28) vwx29",fontsize=16,color="burlywood",shape="triangle"];3045[label="vwx29/False",fontsize=10,color="white",style="solid",shape="box"];359 -> 3045[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3045 -> 448[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3046[label="vwx29/True",fontsize=10,color="white",style="solid",shape="box"];359 -> 3046[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3046 -> 449[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 363[label="EQ",fontsize=16,color="green",shape="box"];364[label="compare1 LT EQ (LT <= EQ)",fontsize=16,color="black",shape="box"];364 -> 450[label="",style="solid", color="black", weight=3]; 18.77/7.14 365[label="compare1 LT GT (LT <= GT)",fontsize=16,color="black",shape="box"];365 -> 451[label="",style="solid", color="black", weight=3]; 18.77/7.14 366[label="compare1 EQ LT (EQ <= LT)",fontsize=16,color="black",shape="box"];366 -> 452[label="",style="solid", color="black", weight=3]; 18.77/7.14 367[label="EQ",fontsize=16,color="green",shape="box"];368[label="compare1 EQ GT (EQ <= GT)",fontsize=16,color="black",shape="box"];368 -> 453[label="",style="solid", color="black", weight=3]; 18.77/7.14 369[label="compare1 GT LT (GT <= LT)",fontsize=16,color="black",shape="box"];369 -> 454[label="",style="solid", color="black", weight=3]; 18.77/7.14 370[label="compare1 GT EQ (GT <= EQ)",fontsize=16,color="black",shape="box"];370 -> 455[label="",style="solid", color="black", weight=3]; 18.77/7.14 371[label="EQ",fontsize=16,color="green",shape="box"];936 -> 987[label="",style="dashed", color="red", weight=0]; 18.77/7.14 936[label="vwx3000 == vwx31000 && vwx3001 == vwx31001 && vwx3002 == vwx31002",fontsize=16,color="magenta"];936 -> 988[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 936 -> 989[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 937[label="vwx3002",fontsize=16,color="green",shape="box"];938[label="vwx3001",fontsize=16,color="green",shape="box"];939[label="vwx31001",fontsize=16,color="green",shape="box"];940[label="vwx31000",fontsize=16,color="green",shape="box"];941[label="vwx31002",fontsize=16,color="green",shape="box"];942[label="vwx3000",fontsize=16,color="green",shape="box"];935[label="compare2 (vwx78,vwx79,vwx80) (vwx81,vwx82,vwx83) vwx110",fontsize=16,color="burlywood",shape="triangle"];3047[label="vwx110/False",fontsize=10,color="white",style="solid",shape="box"];935 -> 3047[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3047 -> 982[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3048[label="vwx110/True",fontsize=10,color="white",style="solid",shape="box"];935 -> 3048[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3048 -> 983[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 381[label="vwx31000",fontsize=16,color="green",shape="box"];382[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];3049[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 3049[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3049 -> 472[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3050[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 3050[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3050 -> 473[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3051[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 3051[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3051 -> 474[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3052[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 3052[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3052 -> 475[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3053[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 3053[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3053 -> 476[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3054[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 3054[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3054 -> 477[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3055[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 3055[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3055 -> 478[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3056[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 3056[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3056 -> 479[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3057[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 3057[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3057 -> 480[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3058[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 3058[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3058 -> 481[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3059[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 3059[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3059 -> 482[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3060[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 3060[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3060 -> 483[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3061[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 3061[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3061 -> 484[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3062[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];382 -> 3062[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3062 -> 485[label="",style="solid", color="blue", weight=3]; 18.77/7.14 383[label="vwx3000",fontsize=16,color="green",shape="box"];380[label="compare2 (Left vwx49) (Left vwx50) vwx51",fontsize=16,color="burlywood",shape="triangle"];3063[label="vwx51/False",fontsize=10,color="white",style="solid",shape="box"];380 -> 3063[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3063 -> 486[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3064[label="vwx51/True",fontsize=10,color="white",style="solid",shape="box"];380 -> 3064[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3064 -> 487[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 384[label="compare1 (Left vwx3000) (Right vwx31000) (Left vwx3000 <= Right vwx31000)",fontsize=16,color="black",shape="box"];384 -> 488[label="",style="solid", color="black", weight=3]; 18.77/7.14 385[label="compare1 (Right vwx3000) (Left vwx31000) (Right vwx3000 <= Left vwx31000)",fontsize=16,color="black",shape="box"];385 -> 489[label="",style="solid", color="black", weight=3]; 18.77/7.14 387[label="vwx31000",fontsize=16,color="green",shape="box"];388[label="vwx3000",fontsize=16,color="green",shape="box"];389[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];3065[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];389 -> 3065[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3065 -> 490[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3066[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];389 -> 3066[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3066 -> 491[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3067[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];389 -> 3067[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3067 -> 492[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3068[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];389 -> 3068[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3068 -> 493[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3069[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];389 -> 3069[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3069 -> 494[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3070[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];389 -> 3070[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3070 -> 495[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3071[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];389 -> 3071[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3071 -> 496[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3072[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];389 -> 3072[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3072 -> 497[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3073[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];389 -> 3073[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3073 -> 498[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3074[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];389 -> 3074[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3074 -> 499[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3075[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];389 -> 3075[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3075 -> 500[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3076[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];389 -> 3076[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3076 -> 501[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3077[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];389 -> 3077[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3077 -> 502[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3078[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];389 -> 3078[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3078 -> 503[label="",style="solid", color="blue", weight=3]; 18.77/7.14 386[label="compare2 (Right vwx56) (Right vwx57) vwx58",fontsize=16,color="burlywood",shape="triangle"];3079[label="vwx58/False",fontsize=10,color="white",style="solid",shape="box"];386 -> 3079[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3079 -> 504[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3080[label="vwx58/True",fontsize=10,color="white",style="solid",shape="box"];386 -> 3080[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3080 -> 505[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 789[label="vwx3001",fontsize=16,color="green",shape="box"];790[label="vwx31001",fontsize=16,color="green",shape="box"];791 -> 987[label="",style="dashed", color="red", weight=0]; 18.77/7.14 791[label="vwx3000 == vwx31000 && vwx3001 == vwx31001",fontsize=16,color="magenta"];791 -> 990[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 791 -> 991[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 792[label="vwx31000",fontsize=16,color="green",shape="box"];793[label="vwx3000",fontsize=16,color="green",shape="box"];788[label="compare2 (vwx91,vwx92) (vwx93,vwx94) vwx95",fontsize=16,color="burlywood",shape="triangle"];3081[label="vwx95/False",fontsize=10,color="white",style="solid",shape="box"];788 -> 3081[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3081 -> 813[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3082[label="vwx95/True",fontsize=10,color="white",style="solid",shape="box"];788 -> 3082[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3082 -> 814[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 396[label="vwx31000",fontsize=16,color="green",shape="box"];397[label="Succ vwx30000",fontsize=16,color="green",shape="box"];398 -> 298[label="",style="dashed", color="red", weight=0]; 18.77/7.14 398[label="primCmpNat Zero (Succ vwx310000)",fontsize=16,color="magenta"];398 -> 522[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 398 -> 523[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 399[label="EQ",fontsize=16,color="green",shape="box"];400[label="GT",fontsize=16,color="green",shape="box"];401[label="EQ",fontsize=16,color="green",shape="box"];402[label="Succ vwx30000",fontsize=16,color="green",shape="box"];403[label="vwx31000",fontsize=16,color="green",shape="box"];404[label="LT",fontsize=16,color="green",shape="box"];405[label="EQ",fontsize=16,color="green",shape="box"];406 -> 298[label="",style="dashed", color="red", weight=0]; 18.77/7.14 406[label="primCmpNat (Succ vwx310000) Zero",fontsize=16,color="magenta"];406 -> 524[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 406 -> 525[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 407[label="EQ",fontsize=16,color="green",shape="box"];408 -> 135[label="",style="dashed", color="red", weight=0]; 18.77/7.14 408[label="compare (vwx3000 * Pos vwx310010) (Pos vwx30010 * vwx31000)",fontsize=16,color="magenta"];408 -> 526[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 408 -> 527[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 409 -> 135[label="",style="dashed", color="red", weight=0]; 18.77/7.14 409[label="compare (vwx3000 * Pos vwx310010) (Neg vwx30010 * vwx31000)",fontsize=16,color="magenta"];409 -> 528[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 409 -> 529[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 410 -> 135[label="",style="dashed", color="red", weight=0]; 18.77/7.14 410[label="compare (vwx3000 * Neg vwx310010) (Pos vwx30010 * vwx31000)",fontsize=16,color="magenta"];410 -> 530[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 410 -> 531[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 411 -> 135[label="",style="dashed", color="red", weight=0]; 18.77/7.14 411[label="compare (vwx3000 * Neg vwx310010) (Neg vwx30010 * vwx31000)",fontsize=16,color="magenta"];411 -> 532[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 411 -> 533[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 412[label="Integer vwx30000 * vwx31001",fontsize=16,color="burlywood",shape="box"];3083[label="vwx31001/Integer vwx310010",fontsize=10,color="white",style="solid",shape="box"];412 -> 3083[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3083 -> 534[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 413[label="vwx31000",fontsize=16,color="green",shape="box"];414[label="vwx3001",fontsize=16,color="green",shape="box"];415[label="primMulInt vwx3000 vwx31001",fontsize=16,color="burlywood",shape="triangle"];3084[label="vwx3000/Pos vwx30000",fontsize=10,color="white",style="solid",shape="box"];415 -> 3084[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3084 -> 535[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3085[label="vwx3000/Neg vwx30000",fontsize=10,color="white",style="solid",shape="box"];415 -> 3085[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3085 -> 536[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 416[label="vwx31000",fontsize=16,color="green",shape="box"];417[label="vwx3001",fontsize=16,color="green",shape="box"];418[label="primCmpNat (Succ vwx30000) (Succ vwx310000)",fontsize=16,color="black",shape="box"];418 -> 537[label="",style="solid", color="black", weight=3]; 18.77/7.14 419[label="primCmpNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];419 -> 538[label="",style="solid", color="black", weight=3]; 18.77/7.14 420[label="primCmpNat Zero (Succ vwx310000)",fontsize=16,color="black",shape="box"];420 -> 539[label="",style="solid", color="black", weight=3]; 18.77/7.14 421[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];421 -> 540[label="",style="solid", color="black", weight=3]; 18.77/7.14 422[label="compare1 False True True",fontsize=16,color="black",shape="box"];422 -> 541[label="",style="solid", color="black", weight=3]; 18.77/7.14 423[label="compare1 True False False",fontsize=16,color="black",shape="box"];423 -> 542[label="",style="solid", color="black", weight=3]; 18.77/7.14 424 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.14 424[label="vwx3000 * Pos vwx310010",fontsize=16,color="magenta"];424 -> 543[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 424 -> 544[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 425 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.14 425[label="Pos vwx30010 * vwx31000",fontsize=16,color="magenta"];425 -> 545[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 425 -> 546[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 426 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.14 426[label="vwx3000 * Pos vwx310010",fontsize=16,color="magenta"];426 -> 547[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 426 -> 548[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 427 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.14 427[label="Neg vwx30010 * vwx31000",fontsize=16,color="magenta"];427 -> 549[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 427 -> 550[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 428 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.14 428[label="vwx3000 * Neg vwx310010",fontsize=16,color="magenta"];428 -> 551[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 428 -> 552[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 429 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.14 429[label="Pos vwx30010 * vwx31000",fontsize=16,color="magenta"];429 -> 553[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 429 -> 554[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 430 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.14 430[label="vwx3000 * Neg vwx310010",fontsize=16,color="magenta"];430 -> 555[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 430 -> 556[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 431 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.14 431[label="Neg vwx30010 * vwx31000",fontsize=16,color="magenta"];431 -> 557[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 431 -> 558[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 432[label="compare1 Nothing (Just vwx31000) True",fontsize=16,color="black",shape="box"];432 -> 559[label="",style="solid", color="black", weight=3]; 18.77/7.14 433[label="compare1 (Just vwx3000) Nothing False",fontsize=16,color="black",shape="box"];433 -> 560[label="",style="solid", color="black", weight=3]; 18.77/7.14 434[label="vwx3000 == vwx31000",fontsize=16,color="burlywood",shape="triangle"];3086[label="vwx3000/False",fontsize=10,color="white",style="solid",shape="box"];434 -> 3086[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3086 -> 561[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3087[label="vwx3000/True",fontsize=10,color="white",style="solid",shape="box"];434 -> 3087[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3087 -> 562[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 435[label="vwx3000 == vwx31000",fontsize=16,color="black",shape="triangle"];435 -> 563[label="",style="solid", color="black", weight=3]; 18.77/7.14 436[label="vwx3000 == vwx31000",fontsize=16,color="burlywood",shape="triangle"];3088[label="vwx3000/Nothing",fontsize=10,color="white",style="solid",shape="box"];436 -> 3088[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3088 -> 564[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3089[label="vwx3000/Just vwx30000",fontsize=10,color="white",style="solid",shape="box"];436 -> 3089[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3089 -> 565[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 437[label="vwx3000 == vwx31000",fontsize=16,color="burlywood",shape="triangle"];3090[label="vwx3000/(vwx30000,vwx30001,vwx30002)",fontsize=10,color="white",style="solid",shape="box"];437 -> 3090[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3090 -> 566[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 438[label="vwx3000 == vwx31000",fontsize=16,color="burlywood",shape="triangle"];3091[label="vwx3000/vwx30000 : vwx30001",fontsize=10,color="white",style="solid",shape="box"];438 -> 3091[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3091 -> 567[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3092[label="vwx3000/[]",fontsize=10,color="white",style="solid",shape="box"];438 -> 3092[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3092 -> 568[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 439[label="vwx3000 == vwx31000",fontsize=16,color="burlywood",shape="triangle"];3093[label="vwx3000/vwx30000 :% vwx30001",fontsize=10,color="white",style="solid",shape="box"];439 -> 3093[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3093 -> 569[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 440[label="vwx3000 == vwx31000",fontsize=16,color="burlywood",shape="triangle"];3094[label="vwx3000/Integer vwx30000",fontsize=10,color="white",style="solid",shape="box"];440 -> 3094[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3094 -> 570[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 441[label="vwx3000 == vwx31000",fontsize=16,color="black",shape="triangle"];441 -> 571[label="",style="solid", color="black", weight=3]; 18.77/7.14 442[label="vwx3000 == vwx31000",fontsize=16,color="burlywood",shape="triangle"];3095[label="vwx3000/()",fontsize=10,color="white",style="solid",shape="box"];442 -> 3095[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3095 -> 572[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 443[label="vwx3000 == vwx31000",fontsize=16,color="black",shape="triangle"];443 -> 573[label="",style="solid", color="black", weight=3]; 18.77/7.14 444[label="vwx3000 == vwx31000",fontsize=16,color="burlywood",shape="triangle"];3096[label="vwx3000/(vwx30000,vwx30001)",fontsize=10,color="white",style="solid",shape="box"];444 -> 3096[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3096 -> 574[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 445[label="vwx3000 == vwx31000",fontsize=16,color="burlywood",shape="triangle"];3097[label="vwx3000/LT",fontsize=10,color="white",style="solid",shape="box"];445 -> 3097[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3097 -> 575[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3098[label="vwx3000/EQ",fontsize=10,color="white",style="solid",shape="box"];445 -> 3098[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3098 -> 576[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3099[label="vwx3000/GT",fontsize=10,color="white",style="solid",shape="box"];445 -> 3099[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3099 -> 577[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 446[label="vwx3000 == vwx31000",fontsize=16,color="black",shape="triangle"];446 -> 578[label="",style="solid", color="black", weight=3]; 18.77/7.14 447[label="vwx3000 == vwx31000",fontsize=16,color="burlywood",shape="triangle"];3100[label="vwx3000/Left vwx30000",fontsize=10,color="white",style="solid",shape="box"];447 -> 3100[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3100 -> 579[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3101[label="vwx3000/Right vwx30000",fontsize=10,color="white",style="solid",shape="box"];447 -> 3101[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3101 -> 580[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 448[label="compare2 (Just vwx27) (Just vwx28) False",fontsize=16,color="black",shape="box"];448 -> 581[label="",style="solid", color="black", weight=3]; 18.77/7.14 449[label="compare2 (Just vwx27) (Just vwx28) True",fontsize=16,color="black",shape="box"];449 -> 582[label="",style="solid", color="black", weight=3]; 18.77/7.14 450[label="compare1 LT EQ True",fontsize=16,color="black",shape="box"];450 -> 583[label="",style="solid", color="black", weight=3]; 18.77/7.14 451[label="compare1 LT GT True",fontsize=16,color="black",shape="box"];451 -> 584[label="",style="solid", color="black", weight=3]; 18.77/7.14 452[label="compare1 EQ LT False",fontsize=16,color="black",shape="box"];452 -> 585[label="",style="solid", color="black", weight=3]; 18.77/7.14 453[label="compare1 EQ GT True",fontsize=16,color="black",shape="box"];453 -> 586[label="",style="solid", color="black", weight=3]; 18.77/7.14 454[label="compare1 GT LT False",fontsize=16,color="black",shape="box"];454 -> 587[label="",style="solid", color="black", weight=3]; 18.77/7.14 455[label="compare1 GT EQ False",fontsize=16,color="black",shape="box"];455 -> 588[label="",style="solid", color="black", weight=3]; 18.77/7.14 988 -> 987[label="",style="dashed", color="red", weight=0]; 18.77/7.14 988[label="vwx3001 == vwx31001 && vwx3002 == vwx31002",fontsize=16,color="magenta"];988 -> 1006[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 988 -> 1007[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 989[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];3102[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3102[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3102 -> 1008[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3103[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3103[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3103 -> 1009[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3104[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3104[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3104 -> 1010[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3105[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3105[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3105 -> 1011[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3106[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3106[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3106 -> 1012[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3107[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3107[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3107 -> 1013[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3108[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3108[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3108 -> 1014[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3109[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3109[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3109 -> 1015[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3110[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3110[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3110 -> 1016[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3111[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3111[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3111 -> 1017[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3112[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3112[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3112 -> 1018[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3113[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3113[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3113 -> 1019[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3114[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3114[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3114 -> 1020[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3115[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3115[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3115 -> 1021[label="",style="solid", color="blue", weight=3]; 18.77/7.14 987[label="vwx115 && vwx116",fontsize=16,color="burlywood",shape="triangle"];3116[label="vwx115/False",fontsize=10,color="white",style="solid",shape="box"];987 -> 3116[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3116 -> 1022[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3117[label="vwx115/True",fontsize=10,color="white",style="solid",shape="box"];987 -> 3117[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3117 -> 1023[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 982[label="compare2 (vwx78,vwx79,vwx80) (vwx81,vwx82,vwx83) False",fontsize=16,color="black",shape="box"];982 -> 1024[label="",style="solid", color="black", weight=3]; 18.77/7.14 983[label="compare2 (vwx78,vwx79,vwx80) (vwx81,vwx82,vwx83) True",fontsize=16,color="black",shape="box"];983 -> 1025[label="",style="solid", color="black", weight=3]; 18.77/7.14 472 -> 434[label="",style="dashed", color="red", weight=0]; 18.77/7.14 472[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];472 -> 619[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 472 -> 620[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 473 -> 435[label="",style="dashed", color="red", weight=0]; 18.77/7.14 473[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];473 -> 621[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 473 -> 622[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 474 -> 436[label="",style="dashed", color="red", weight=0]; 18.77/7.14 474[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];474 -> 623[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 474 -> 624[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 475 -> 437[label="",style="dashed", color="red", weight=0]; 18.77/7.14 475[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];475 -> 625[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 475 -> 626[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 476 -> 438[label="",style="dashed", color="red", weight=0]; 18.77/7.14 476[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];476 -> 627[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 476 -> 628[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 477 -> 439[label="",style="dashed", color="red", weight=0]; 18.77/7.14 477[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];477 -> 629[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 477 -> 630[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 478 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.14 478[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];478 -> 631[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 478 -> 632[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 479 -> 441[label="",style="dashed", color="red", weight=0]; 18.77/7.14 479[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];479 -> 633[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 479 -> 634[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 480 -> 442[label="",style="dashed", color="red", weight=0]; 18.77/7.14 480[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];480 -> 635[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 480 -> 636[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 481 -> 443[label="",style="dashed", color="red", weight=0]; 18.77/7.14 481[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];481 -> 637[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 481 -> 638[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 482 -> 444[label="",style="dashed", color="red", weight=0]; 18.77/7.14 482[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];482 -> 639[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 482 -> 640[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 483 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.14 483[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];483 -> 641[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 483 -> 642[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 484 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.14 484[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];484 -> 643[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 484 -> 644[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 485 -> 447[label="",style="dashed", color="red", weight=0]; 18.77/7.14 485[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];485 -> 645[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 485 -> 646[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 486[label="compare2 (Left vwx49) (Left vwx50) False",fontsize=16,color="black",shape="box"];486 -> 647[label="",style="solid", color="black", weight=3]; 18.77/7.14 487[label="compare2 (Left vwx49) (Left vwx50) True",fontsize=16,color="black",shape="box"];487 -> 648[label="",style="solid", color="black", weight=3]; 18.77/7.14 488[label="compare1 (Left vwx3000) (Right vwx31000) True",fontsize=16,color="black",shape="box"];488 -> 649[label="",style="solid", color="black", weight=3]; 18.77/7.14 489[label="compare1 (Right vwx3000) (Left vwx31000) False",fontsize=16,color="black",shape="box"];489 -> 650[label="",style="solid", color="black", weight=3]; 18.77/7.14 490 -> 434[label="",style="dashed", color="red", weight=0]; 18.77/7.14 490[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];490 -> 651[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 490 -> 652[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 491 -> 435[label="",style="dashed", color="red", weight=0]; 18.77/7.14 491[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];491 -> 653[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 491 -> 654[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 492 -> 436[label="",style="dashed", color="red", weight=0]; 18.77/7.14 492[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];492 -> 655[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 492 -> 656[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 493 -> 437[label="",style="dashed", color="red", weight=0]; 18.77/7.14 493[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];493 -> 657[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 493 -> 658[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 494 -> 438[label="",style="dashed", color="red", weight=0]; 18.77/7.14 494[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];494 -> 659[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 494 -> 660[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 495 -> 439[label="",style="dashed", color="red", weight=0]; 18.77/7.14 495[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];495 -> 661[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 495 -> 662[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 496 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.14 496[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];496 -> 663[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 496 -> 664[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 497 -> 441[label="",style="dashed", color="red", weight=0]; 18.77/7.14 497[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];497 -> 665[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 497 -> 666[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 498 -> 442[label="",style="dashed", color="red", weight=0]; 18.77/7.14 498[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];498 -> 667[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 498 -> 668[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 499 -> 443[label="",style="dashed", color="red", weight=0]; 18.77/7.14 499[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];499 -> 669[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 499 -> 670[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 500 -> 444[label="",style="dashed", color="red", weight=0]; 18.77/7.14 500[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];500 -> 671[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 500 -> 672[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 501 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.14 501[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];501 -> 673[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 501 -> 674[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 502 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.14 502[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];502 -> 675[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 502 -> 676[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 503 -> 447[label="",style="dashed", color="red", weight=0]; 18.77/7.14 503[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];503 -> 677[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 503 -> 678[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 504[label="compare2 (Right vwx56) (Right vwx57) False",fontsize=16,color="black",shape="box"];504 -> 679[label="",style="solid", color="black", weight=3]; 18.77/7.14 505[label="compare2 (Right vwx56) (Right vwx57) True",fontsize=16,color="black",shape="box"];505 -> 680[label="",style="solid", color="black", weight=3]; 18.77/7.14 990[label="vwx3001 == vwx31001",fontsize=16,color="blue",shape="box"];3118[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];990 -> 3118[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3118 -> 1026[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3119[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];990 -> 3119[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3119 -> 1027[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3120[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];990 -> 3120[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3120 -> 1028[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3121[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];990 -> 3121[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3121 -> 1029[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3122[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];990 -> 3122[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3122 -> 1030[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3123[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];990 -> 3123[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3123 -> 1031[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3124[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];990 -> 3124[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3124 -> 1032[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3125[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];990 -> 3125[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3125 -> 1033[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3126[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];990 -> 3126[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3126 -> 1034[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3127[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];990 -> 3127[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3127 -> 1035[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3128[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];990 -> 3128[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3128 -> 1036[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3129[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];990 -> 3129[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3129 -> 1037[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3130[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];990 -> 3130[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3130 -> 1038[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3131[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];990 -> 3131[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3131 -> 1039[label="",style="solid", color="blue", weight=3]; 18.77/7.14 991[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];3132[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];991 -> 3132[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3132 -> 1040[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3133[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];991 -> 3133[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3133 -> 1041[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3134[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];991 -> 3134[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3134 -> 1042[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3135[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];991 -> 3135[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3135 -> 1043[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3136[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];991 -> 3136[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3136 -> 1044[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3137[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];991 -> 3137[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3137 -> 1045[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3138[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];991 -> 3138[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3138 -> 1046[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3139[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];991 -> 3139[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3139 -> 1047[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3140[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];991 -> 3140[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3140 -> 1048[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3141[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];991 -> 3141[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3141 -> 1049[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3142[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];991 -> 3142[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3142 -> 1050[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3143[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];991 -> 3143[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3143 -> 1051[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3144[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];991 -> 3144[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3144 -> 1052[label="",style="solid", color="blue", weight=3]; 18.77/7.14 3145[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];991 -> 3145[label="",style="solid", color="blue", weight=9]; 18.77/7.14 3145 -> 1053[label="",style="solid", color="blue", weight=3]; 18.77/7.14 813[label="compare2 (vwx91,vwx92) (vwx93,vwx94) False",fontsize=16,color="black",shape="box"];813 -> 882[label="",style="solid", color="black", weight=3]; 18.77/7.14 814[label="compare2 (vwx91,vwx92) (vwx93,vwx94) True",fontsize=16,color="black",shape="box"];814 -> 883[label="",style="solid", color="black", weight=3]; 18.77/7.14 522[label="Succ vwx310000",fontsize=16,color="green",shape="box"];523[label="Zero",fontsize=16,color="green",shape="box"];524[label="Zero",fontsize=16,color="green",shape="box"];525[label="Succ vwx310000",fontsize=16,color="green",shape="box"];526 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.14 526[label="vwx3000 * Pos vwx310010",fontsize=16,color="magenta"];526 -> 711[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 526 -> 712[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 527 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.14 527[label="Pos vwx30010 * vwx31000",fontsize=16,color="magenta"];527 -> 713[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 527 -> 714[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 528 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.14 528[label="vwx3000 * Pos vwx310010",fontsize=16,color="magenta"];528 -> 715[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 528 -> 716[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 529 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.14 529[label="Neg vwx30010 * vwx31000",fontsize=16,color="magenta"];529 -> 717[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 529 -> 718[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 530 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.14 530[label="vwx3000 * Neg vwx310010",fontsize=16,color="magenta"];530 -> 719[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 530 -> 720[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 531 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.14 531[label="Pos vwx30010 * vwx31000",fontsize=16,color="magenta"];531 -> 721[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 531 -> 722[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 532 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.14 532[label="vwx3000 * Neg vwx310010",fontsize=16,color="magenta"];532 -> 723[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 532 -> 724[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 533 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.14 533[label="Neg vwx30010 * vwx31000",fontsize=16,color="magenta"];533 -> 725[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 533 -> 726[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 534[label="Integer vwx30000 * Integer vwx310010",fontsize=16,color="black",shape="box"];534 -> 727[label="",style="solid", color="black", weight=3]; 18.77/7.14 535[label="primMulInt (Pos vwx30000) vwx31001",fontsize=16,color="burlywood",shape="box"];3146[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];535 -> 3146[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3146 -> 728[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3147[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];535 -> 3147[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3147 -> 729[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 536[label="primMulInt (Neg vwx30000) vwx31001",fontsize=16,color="burlywood",shape="box"];3148[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];536 -> 3148[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3148 -> 730[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3149[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];536 -> 3149[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3149 -> 731[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 537 -> 298[label="",style="dashed", color="red", weight=0]; 18.77/7.14 537[label="primCmpNat vwx30000 vwx310000",fontsize=16,color="magenta"];537 -> 732[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 537 -> 733[label="",style="dashed", color="magenta", weight=3]; 18.77/7.14 538[label="GT",fontsize=16,color="green",shape="box"];539[label="LT",fontsize=16,color="green",shape="box"];540[label="EQ",fontsize=16,color="green",shape="box"];541[label="LT",fontsize=16,color="green",shape="box"];542[label="compare0 True False otherwise",fontsize=16,color="black",shape="box"];542 -> 734[label="",style="solid", color="black", weight=3]; 18.77/7.14 543[label="vwx3000",fontsize=16,color="green",shape="box"];544[label="Pos vwx310010",fontsize=16,color="green",shape="box"];545[label="Pos vwx30010",fontsize=16,color="green",shape="box"];546[label="vwx31000",fontsize=16,color="green",shape="box"];547[label="vwx3000",fontsize=16,color="green",shape="box"];548[label="Pos vwx310010",fontsize=16,color="green",shape="box"];549[label="Neg vwx30010",fontsize=16,color="green",shape="box"];550[label="vwx31000",fontsize=16,color="green",shape="box"];551[label="vwx3000",fontsize=16,color="green",shape="box"];552[label="Neg vwx310010",fontsize=16,color="green",shape="box"];553[label="Pos vwx30010",fontsize=16,color="green",shape="box"];554[label="vwx31000",fontsize=16,color="green",shape="box"];555[label="vwx3000",fontsize=16,color="green",shape="box"];556[label="Neg vwx310010",fontsize=16,color="green",shape="box"];557[label="Neg vwx30010",fontsize=16,color="green",shape="box"];558[label="vwx31000",fontsize=16,color="green",shape="box"];559[label="LT",fontsize=16,color="green",shape="box"];560[label="compare0 (Just vwx3000) Nothing otherwise",fontsize=16,color="black",shape="box"];560 -> 735[label="",style="solid", color="black", weight=3]; 18.77/7.14 561[label="False == vwx31000",fontsize=16,color="burlywood",shape="box"];3150[label="vwx31000/False",fontsize=10,color="white",style="solid",shape="box"];561 -> 3150[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3150 -> 736[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3151[label="vwx31000/True",fontsize=10,color="white",style="solid",shape="box"];561 -> 3151[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3151 -> 737[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 562[label="True == vwx31000",fontsize=16,color="burlywood",shape="box"];3152[label="vwx31000/False",fontsize=10,color="white",style="solid",shape="box"];562 -> 3152[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3152 -> 738[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3153[label="vwx31000/True",fontsize=10,color="white",style="solid",shape="box"];562 -> 3153[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3153 -> 739[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 563[label="primEqDouble vwx3000 vwx31000",fontsize=16,color="burlywood",shape="box"];3154[label="vwx3000/Double vwx30000 vwx30001",fontsize=10,color="white",style="solid",shape="box"];563 -> 3154[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3154 -> 740[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 564[label="Nothing == vwx31000",fontsize=16,color="burlywood",shape="box"];3155[label="vwx31000/Nothing",fontsize=10,color="white",style="solid",shape="box"];564 -> 3155[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3155 -> 741[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3156[label="vwx31000/Just vwx310000",fontsize=10,color="white",style="solid",shape="box"];564 -> 3156[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3156 -> 742[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 565[label="Just vwx30000 == vwx31000",fontsize=16,color="burlywood",shape="box"];3157[label="vwx31000/Nothing",fontsize=10,color="white",style="solid",shape="box"];565 -> 3157[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3157 -> 743[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3158[label="vwx31000/Just vwx310000",fontsize=10,color="white",style="solid",shape="box"];565 -> 3158[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3158 -> 744[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 566[label="(vwx30000,vwx30001,vwx30002) == vwx31000",fontsize=16,color="burlywood",shape="box"];3159[label="vwx31000/(vwx310000,vwx310001,vwx310002)",fontsize=10,color="white",style="solid",shape="box"];566 -> 3159[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3159 -> 745[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 567[label="vwx30000 : vwx30001 == vwx31000",fontsize=16,color="burlywood",shape="box"];3160[label="vwx31000/vwx310000 : vwx310001",fontsize=10,color="white",style="solid",shape="box"];567 -> 3160[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3160 -> 746[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3161[label="vwx31000/[]",fontsize=10,color="white",style="solid",shape="box"];567 -> 3161[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3161 -> 747[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 568[label="[] == vwx31000",fontsize=16,color="burlywood",shape="box"];3162[label="vwx31000/vwx310000 : vwx310001",fontsize=10,color="white",style="solid",shape="box"];568 -> 3162[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3162 -> 748[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 3163[label="vwx31000/[]",fontsize=10,color="white",style="solid",shape="box"];568 -> 3163[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3163 -> 749[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 569[label="vwx30000 :% vwx30001 == vwx31000",fontsize=16,color="burlywood",shape="box"];3164[label="vwx31000/vwx310000 :% vwx310001",fontsize=10,color="white",style="solid",shape="box"];569 -> 3164[label="",style="solid", color="burlywood", weight=9]; 18.77/7.14 3164 -> 750[label="",style="solid", color="burlywood", weight=3]; 18.77/7.14 570[label="Integer vwx30000 == vwx31000",fontsize=16,color="burlywood",shape="box"];3165[label="vwx31000/Integer vwx310000",fontsize=10,color="white",style="solid",shape="box"];570 -> 3165[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3165 -> 751[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 571[label="primEqFloat vwx3000 vwx31000",fontsize=16,color="burlywood",shape="box"];3166[label="vwx3000/Float vwx30000 vwx30001",fontsize=10,color="white",style="solid",shape="box"];571 -> 3166[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3166 -> 752[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 572[label="() == vwx31000",fontsize=16,color="burlywood",shape="box"];3167[label="vwx31000/()",fontsize=10,color="white",style="solid",shape="box"];572 -> 3167[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3167 -> 753[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 573[label="primEqChar vwx3000 vwx31000",fontsize=16,color="burlywood",shape="box"];3168[label="vwx3000/Char vwx30000",fontsize=10,color="white",style="solid",shape="box"];573 -> 3168[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3168 -> 754[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 574[label="(vwx30000,vwx30001) == vwx31000",fontsize=16,color="burlywood",shape="box"];3169[label="vwx31000/(vwx310000,vwx310001)",fontsize=10,color="white",style="solid",shape="box"];574 -> 3169[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3169 -> 755[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 575[label="LT == vwx31000",fontsize=16,color="burlywood",shape="box"];3170[label="vwx31000/LT",fontsize=10,color="white",style="solid",shape="box"];575 -> 3170[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3170 -> 756[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3171[label="vwx31000/EQ",fontsize=10,color="white",style="solid",shape="box"];575 -> 3171[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3171 -> 757[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3172[label="vwx31000/GT",fontsize=10,color="white",style="solid",shape="box"];575 -> 3172[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3172 -> 758[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 576[label="EQ == vwx31000",fontsize=16,color="burlywood",shape="box"];3173[label="vwx31000/LT",fontsize=10,color="white",style="solid",shape="box"];576 -> 3173[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3173 -> 759[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3174[label="vwx31000/EQ",fontsize=10,color="white",style="solid",shape="box"];576 -> 3174[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3174 -> 760[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3175[label="vwx31000/GT",fontsize=10,color="white",style="solid",shape="box"];576 -> 3175[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3175 -> 761[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 577[label="GT == vwx31000",fontsize=16,color="burlywood",shape="box"];3176[label="vwx31000/LT",fontsize=10,color="white",style="solid",shape="box"];577 -> 3176[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3176 -> 762[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3177[label="vwx31000/EQ",fontsize=10,color="white",style="solid",shape="box"];577 -> 3177[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3177 -> 763[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3178[label="vwx31000/GT",fontsize=10,color="white",style="solid",shape="box"];577 -> 3178[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3178 -> 764[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 578[label="primEqInt vwx3000 vwx31000",fontsize=16,color="burlywood",shape="triangle"];3179[label="vwx3000/Pos vwx30000",fontsize=10,color="white",style="solid",shape="box"];578 -> 3179[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3179 -> 765[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3180[label="vwx3000/Neg vwx30000",fontsize=10,color="white",style="solid",shape="box"];578 -> 3180[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3180 -> 766[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 579[label="Left vwx30000 == vwx31000",fontsize=16,color="burlywood",shape="box"];3181[label="vwx31000/Left vwx310000",fontsize=10,color="white",style="solid",shape="box"];579 -> 3181[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3181 -> 767[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3182[label="vwx31000/Right vwx310000",fontsize=10,color="white",style="solid",shape="box"];579 -> 3182[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3182 -> 768[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 580[label="Right vwx30000 == vwx31000",fontsize=16,color="burlywood",shape="box"];3183[label="vwx31000/Left vwx310000",fontsize=10,color="white",style="solid",shape="box"];580 -> 3183[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3183 -> 769[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3184[label="vwx31000/Right vwx310000",fontsize=10,color="white",style="solid",shape="box"];580 -> 3184[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3184 -> 770[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 581 -> 875[label="",style="dashed", color="red", weight=0]; 18.77/7.15 581[label="compare1 (Just vwx27) (Just vwx28) (Just vwx27 <= Just vwx28)",fontsize=16,color="magenta"];581 -> 876[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 581 -> 877[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 581 -> 878[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 582[label="EQ",fontsize=16,color="green",shape="box"];583[label="LT",fontsize=16,color="green",shape="box"];584[label="LT",fontsize=16,color="green",shape="box"];585[label="compare0 EQ LT otherwise",fontsize=16,color="black",shape="box"];585 -> 772[label="",style="solid", color="black", weight=3]; 18.77/7.15 586[label="LT",fontsize=16,color="green",shape="box"];587[label="compare0 GT LT otherwise",fontsize=16,color="black",shape="box"];587 -> 773[label="",style="solid", color="black", weight=3]; 18.77/7.15 588[label="compare0 GT EQ otherwise",fontsize=16,color="black",shape="box"];588 -> 774[label="",style="solid", color="black", weight=3]; 18.77/7.15 1006[label="vwx3002 == vwx31002",fontsize=16,color="blue",shape="box"];3185[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1006 -> 3185[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3185 -> 1062[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3186[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1006 -> 3186[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3186 -> 1063[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3187[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1006 -> 3187[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3187 -> 1064[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3188[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1006 -> 3188[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3188 -> 1065[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3189[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1006 -> 3189[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3189 -> 1066[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3190[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1006 -> 3190[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3190 -> 1067[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3191[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1006 -> 3191[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3191 -> 1068[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3192[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1006 -> 3192[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3192 -> 1069[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3193[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1006 -> 3193[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3193 -> 1070[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3194[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1006 -> 3194[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3194 -> 1071[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3195[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1006 -> 3195[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3195 -> 1072[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3196[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1006 -> 3196[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3196 -> 1073[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3197[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1006 -> 3197[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3197 -> 1074[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3198[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1006 -> 3198[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3198 -> 1075[label="",style="solid", color="blue", weight=3]; 18.77/7.15 1007[label="vwx3001 == vwx31001",fontsize=16,color="blue",shape="box"];3199[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1007 -> 3199[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3199 -> 1076[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3200[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1007 -> 3200[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3200 -> 1077[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3201[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1007 -> 3201[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3201 -> 1078[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3202[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1007 -> 3202[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3202 -> 1079[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3203[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1007 -> 3203[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3203 -> 1080[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3204[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1007 -> 3204[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3204 -> 1081[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3205[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1007 -> 3205[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3205 -> 1082[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3206[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1007 -> 3206[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3206 -> 1083[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3207[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1007 -> 3207[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3207 -> 1084[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3208[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1007 -> 3208[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3208 -> 1085[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3209[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1007 -> 3209[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3209 -> 1086[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3210[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1007 -> 3210[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3210 -> 1087[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3211[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1007 -> 3211[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3211 -> 1088[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3212[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1007 -> 3212[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3212 -> 1089[label="",style="solid", color="blue", weight=3]; 18.77/7.15 1008 -> 434[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1008[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1008 -> 1090[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1008 -> 1091[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1009 -> 435[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1009[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1009 -> 1092[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1009 -> 1093[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1010 -> 436[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1010[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1010 -> 1094[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1010 -> 1095[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1011 -> 437[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1011[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1011 -> 1096[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1011 -> 1097[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1012 -> 438[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1012[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1012 -> 1098[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1012 -> 1099[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1013 -> 439[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1013[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1013 -> 1100[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1013 -> 1101[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1014 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1014[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1014 -> 1102[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1014 -> 1103[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1015 -> 441[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1015[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1015 -> 1104[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1015 -> 1105[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1016 -> 442[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1016[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1016 -> 1106[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1016 -> 1107[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1017 -> 443[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1017[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1017 -> 1108[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1017 -> 1109[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1018 -> 444[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1018[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1018 -> 1110[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1018 -> 1111[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1019 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1019[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1019 -> 1112[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1019 -> 1113[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1020 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1020[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1020 -> 1114[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1020 -> 1115[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1021 -> 447[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1021[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1021 -> 1116[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1021 -> 1117[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1022[label="False && vwx116",fontsize=16,color="black",shape="box"];1022 -> 1118[label="",style="solid", color="black", weight=3]; 18.77/7.15 1023[label="True && vwx116",fontsize=16,color="black",shape="box"];1023 -> 1119[label="",style="solid", color="black", weight=3]; 18.77/7.15 1024[label="compare1 (vwx78,vwx79,vwx80) (vwx81,vwx82,vwx83) ((vwx78,vwx79,vwx80) <= (vwx81,vwx82,vwx83))",fontsize=16,color="black",shape="box"];1024 -> 1120[label="",style="solid", color="black", weight=3]; 18.77/7.15 1025[label="EQ",fontsize=16,color="green",shape="box"];619[label="vwx31000",fontsize=16,color="green",shape="box"];620[label="vwx3000",fontsize=16,color="green",shape="box"];621[label="vwx31000",fontsize=16,color="green",shape="box"];622[label="vwx3000",fontsize=16,color="green",shape="box"];623[label="vwx31000",fontsize=16,color="green",shape="box"];624[label="vwx3000",fontsize=16,color="green",shape="box"];625[label="vwx31000",fontsize=16,color="green",shape="box"];626[label="vwx3000",fontsize=16,color="green",shape="box"];627[label="vwx31000",fontsize=16,color="green",shape="box"];628[label="vwx3000",fontsize=16,color="green",shape="box"];629[label="vwx31000",fontsize=16,color="green",shape="box"];630[label="vwx3000",fontsize=16,color="green",shape="box"];631[label="vwx31000",fontsize=16,color="green",shape="box"];632[label="vwx3000",fontsize=16,color="green",shape="box"];633[label="vwx31000",fontsize=16,color="green",shape="box"];634[label="vwx3000",fontsize=16,color="green",shape="box"];635[label="vwx31000",fontsize=16,color="green",shape="box"];636[label="vwx3000",fontsize=16,color="green",shape="box"];637[label="vwx31000",fontsize=16,color="green",shape="box"];638[label="vwx3000",fontsize=16,color="green",shape="box"];639[label="vwx31000",fontsize=16,color="green",shape="box"];640[label="vwx3000",fontsize=16,color="green",shape="box"];641[label="vwx31000",fontsize=16,color="green",shape="box"];642[label="vwx3000",fontsize=16,color="green",shape="box"];643[label="vwx31000",fontsize=16,color="green",shape="box"];644[label="vwx3000",fontsize=16,color="green",shape="box"];645[label="vwx31000",fontsize=16,color="green",shape="box"];646[label="vwx3000",fontsize=16,color="green",shape="box"];647 -> 1055[label="",style="dashed", color="red", weight=0]; 18.77/7.15 647[label="compare1 (Left vwx49) (Left vwx50) (Left vwx49 <= Left vwx50)",fontsize=16,color="magenta"];647 -> 1056[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 647 -> 1057[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 647 -> 1058[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 648[label="EQ",fontsize=16,color="green",shape="box"];649[label="LT",fontsize=16,color="green",shape="box"];650[label="compare0 (Right vwx3000) (Left vwx31000) otherwise",fontsize=16,color="black",shape="box"];650 -> 785[label="",style="solid", color="black", weight=3]; 18.77/7.15 651[label="vwx31000",fontsize=16,color="green",shape="box"];652[label="vwx3000",fontsize=16,color="green",shape="box"];653[label="vwx31000",fontsize=16,color="green",shape="box"];654[label="vwx3000",fontsize=16,color="green",shape="box"];655[label="vwx31000",fontsize=16,color="green",shape="box"];656[label="vwx3000",fontsize=16,color="green",shape="box"];657[label="vwx31000",fontsize=16,color="green",shape="box"];658[label="vwx3000",fontsize=16,color="green",shape="box"];659[label="vwx31000",fontsize=16,color="green",shape="box"];660[label="vwx3000",fontsize=16,color="green",shape="box"];661[label="vwx31000",fontsize=16,color="green",shape="box"];662[label="vwx3000",fontsize=16,color="green",shape="box"];663[label="vwx31000",fontsize=16,color="green",shape="box"];664[label="vwx3000",fontsize=16,color="green",shape="box"];665[label="vwx31000",fontsize=16,color="green",shape="box"];666[label="vwx3000",fontsize=16,color="green",shape="box"];667[label="vwx31000",fontsize=16,color="green",shape="box"];668[label="vwx3000",fontsize=16,color="green",shape="box"];669[label="vwx31000",fontsize=16,color="green",shape="box"];670[label="vwx3000",fontsize=16,color="green",shape="box"];671[label="vwx31000",fontsize=16,color="green",shape="box"];672[label="vwx3000",fontsize=16,color="green",shape="box"];673[label="vwx31000",fontsize=16,color="green",shape="box"];674[label="vwx3000",fontsize=16,color="green",shape="box"];675[label="vwx31000",fontsize=16,color="green",shape="box"];676[label="vwx3000",fontsize=16,color="green",shape="box"];677[label="vwx31000",fontsize=16,color="green",shape="box"];678[label="vwx3000",fontsize=16,color="green",shape="box"];679 -> 1181[label="",style="dashed", color="red", weight=0]; 18.77/7.15 679[label="compare1 (Right vwx56) (Right vwx57) (Right vwx56 <= Right vwx57)",fontsize=16,color="magenta"];679 -> 1182[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 679 -> 1183[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 679 -> 1184[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 680[label="EQ",fontsize=16,color="green",shape="box"];1026 -> 434[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1026[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1026 -> 1121[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1026 -> 1122[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1027 -> 435[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1027[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1027 -> 1123[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1027 -> 1124[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1028 -> 436[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1028[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1028 -> 1125[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1028 -> 1126[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1029 -> 437[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1029[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1029 -> 1127[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1029 -> 1128[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1030 -> 438[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1030[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1030 -> 1129[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1030 -> 1130[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1031 -> 439[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1031[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1031 -> 1131[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1031 -> 1132[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1032 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1032[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1032 -> 1133[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1032 -> 1134[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1033 -> 441[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1033[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1033 -> 1135[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1033 -> 1136[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1034 -> 442[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1034[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1034 -> 1137[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1034 -> 1138[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1035 -> 443[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1035[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1035 -> 1139[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1035 -> 1140[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1036 -> 444[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1036[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1036 -> 1141[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1036 -> 1142[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1037 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1037[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1037 -> 1143[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1037 -> 1144[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1038 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1038[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1038 -> 1145[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1038 -> 1146[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1039 -> 447[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1039[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1039 -> 1147[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1039 -> 1148[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1040 -> 434[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1040[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1040 -> 1149[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1040 -> 1150[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1041 -> 435[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1041[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1041 -> 1151[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1041 -> 1152[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1042 -> 436[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1042[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1042 -> 1153[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1042 -> 1154[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1043 -> 437[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1043[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1043 -> 1155[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1043 -> 1156[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1044 -> 438[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1044[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1044 -> 1157[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1044 -> 1158[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1045 -> 439[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1045[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1045 -> 1159[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1045 -> 1160[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1046 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1046[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1046 -> 1161[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1046 -> 1162[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1047 -> 441[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1047[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1047 -> 1163[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1047 -> 1164[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1048 -> 442[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1048[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1048 -> 1165[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1048 -> 1166[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1049 -> 443[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1049[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1049 -> 1167[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1049 -> 1168[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1050 -> 444[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1050[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1050 -> 1169[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1050 -> 1170[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1051 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1051[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1051 -> 1171[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1051 -> 1172[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1052 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1052[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1052 -> 1173[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1052 -> 1174[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1053 -> 447[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1053[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1053 -> 1175[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1053 -> 1176[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 882[label="compare1 (vwx91,vwx92) (vwx93,vwx94) ((vwx91,vwx92) <= (vwx93,vwx94))",fontsize=16,color="black",shape="box"];882 -> 1054[label="",style="solid", color="black", weight=3]; 18.77/7.15 883[label="EQ",fontsize=16,color="green",shape="box"];711[label="vwx3000",fontsize=16,color="green",shape="box"];712[label="Pos vwx310010",fontsize=16,color="green",shape="box"];713[label="Pos vwx30010",fontsize=16,color="green",shape="box"];714[label="vwx31000",fontsize=16,color="green",shape="box"];715[label="vwx3000",fontsize=16,color="green",shape="box"];716[label="Pos vwx310010",fontsize=16,color="green",shape="box"];717[label="Neg vwx30010",fontsize=16,color="green",shape="box"];718[label="vwx31000",fontsize=16,color="green",shape="box"];719[label="vwx3000",fontsize=16,color="green",shape="box"];720[label="Neg vwx310010",fontsize=16,color="green",shape="box"];721[label="Pos vwx30010",fontsize=16,color="green",shape="box"];722[label="vwx31000",fontsize=16,color="green",shape="box"];723[label="vwx3000",fontsize=16,color="green",shape="box"];724[label="Neg vwx310010",fontsize=16,color="green",shape="box"];725[label="Neg vwx30010",fontsize=16,color="green",shape="box"];726[label="vwx31000",fontsize=16,color="green",shape="box"];727[label="Integer (primMulInt vwx30000 vwx310010)",fontsize=16,color="green",shape="box"];727 -> 831[label="",style="dashed", color="green", weight=3]; 18.77/7.15 728[label="primMulInt (Pos vwx30000) (Pos vwx310010)",fontsize=16,color="black",shape="box"];728 -> 832[label="",style="solid", color="black", weight=3]; 18.77/7.15 729[label="primMulInt (Pos vwx30000) (Neg vwx310010)",fontsize=16,color="black",shape="box"];729 -> 833[label="",style="solid", color="black", weight=3]; 18.77/7.15 730[label="primMulInt (Neg vwx30000) (Pos vwx310010)",fontsize=16,color="black",shape="box"];730 -> 834[label="",style="solid", color="black", weight=3]; 18.77/7.15 731[label="primMulInt (Neg vwx30000) (Neg vwx310010)",fontsize=16,color="black",shape="box"];731 -> 835[label="",style="solid", color="black", weight=3]; 18.77/7.15 732[label="vwx310000",fontsize=16,color="green",shape="box"];733[label="vwx30000",fontsize=16,color="green",shape="box"];734[label="compare0 True False True",fontsize=16,color="black",shape="box"];734 -> 836[label="",style="solid", color="black", weight=3]; 18.77/7.15 735[label="compare0 (Just vwx3000) Nothing True",fontsize=16,color="black",shape="box"];735 -> 837[label="",style="solid", color="black", weight=3]; 18.77/7.15 736[label="False == False",fontsize=16,color="black",shape="box"];736 -> 838[label="",style="solid", color="black", weight=3]; 18.77/7.15 737[label="False == True",fontsize=16,color="black",shape="box"];737 -> 839[label="",style="solid", color="black", weight=3]; 18.77/7.15 738[label="True == False",fontsize=16,color="black",shape="box"];738 -> 840[label="",style="solid", color="black", weight=3]; 18.77/7.15 739[label="True == True",fontsize=16,color="black",shape="box"];739 -> 841[label="",style="solid", color="black", weight=3]; 18.77/7.15 740[label="primEqDouble (Double vwx30000 vwx30001) vwx31000",fontsize=16,color="burlywood",shape="box"];3213[label="vwx31000/Double vwx310000 vwx310001",fontsize=10,color="white",style="solid",shape="box"];740 -> 3213[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3213 -> 842[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 741[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];741 -> 843[label="",style="solid", color="black", weight=3]; 18.77/7.15 742[label="Nothing == Just vwx310000",fontsize=16,color="black",shape="box"];742 -> 844[label="",style="solid", color="black", weight=3]; 18.77/7.15 743[label="Just vwx30000 == Nothing",fontsize=16,color="black",shape="box"];743 -> 845[label="",style="solid", color="black", weight=3]; 18.77/7.15 744[label="Just vwx30000 == Just vwx310000",fontsize=16,color="black",shape="box"];744 -> 846[label="",style="solid", color="black", weight=3]; 18.77/7.15 745[label="(vwx30000,vwx30001,vwx30002) == (vwx310000,vwx310001,vwx310002)",fontsize=16,color="black",shape="box"];745 -> 847[label="",style="solid", color="black", weight=3]; 18.77/7.15 746[label="vwx30000 : vwx30001 == vwx310000 : vwx310001",fontsize=16,color="black",shape="box"];746 -> 848[label="",style="solid", color="black", weight=3]; 18.77/7.15 747[label="vwx30000 : vwx30001 == []",fontsize=16,color="black",shape="box"];747 -> 849[label="",style="solid", color="black", weight=3]; 18.77/7.15 748[label="[] == vwx310000 : vwx310001",fontsize=16,color="black",shape="box"];748 -> 850[label="",style="solid", color="black", weight=3]; 18.77/7.15 749[label="[] == []",fontsize=16,color="black",shape="box"];749 -> 851[label="",style="solid", color="black", weight=3]; 18.77/7.15 750[label="vwx30000 :% vwx30001 == vwx310000 :% vwx310001",fontsize=16,color="black",shape="box"];750 -> 852[label="",style="solid", color="black", weight=3]; 18.77/7.15 751[label="Integer vwx30000 == Integer vwx310000",fontsize=16,color="black",shape="box"];751 -> 853[label="",style="solid", color="black", weight=3]; 18.77/7.15 752[label="primEqFloat (Float vwx30000 vwx30001) vwx31000",fontsize=16,color="burlywood",shape="box"];3214[label="vwx31000/Float vwx310000 vwx310001",fontsize=10,color="white",style="solid",shape="box"];752 -> 3214[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3214 -> 854[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 753[label="() == ()",fontsize=16,color="black",shape="box"];753 -> 855[label="",style="solid", color="black", weight=3]; 18.77/7.15 754[label="primEqChar (Char vwx30000) vwx31000",fontsize=16,color="burlywood",shape="box"];3215[label="vwx31000/Char vwx310000",fontsize=10,color="white",style="solid",shape="box"];754 -> 3215[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3215 -> 856[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 755[label="(vwx30000,vwx30001) == (vwx310000,vwx310001)",fontsize=16,color="black",shape="box"];755 -> 857[label="",style="solid", color="black", weight=3]; 18.77/7.15 756[label="LT == LT",fontsize=16,color="black",shape="box"];756 -> 858[label="",style="solid", color="black", weight=3]; 18.77/7.15 757[label="LT == EQ",fontsize=16,color="black",shape="box"];757 -> 859[label="",style="solid", color="black", weight=3]; 18.77/7.15 758[label="LT == GT",fontsize=16,color="black",shape="box"];758 -> 860[label="",style="solid", color="black", weight=3]; 18.77/7.15 759[label="EQ == LT",fontsize=16,color="black",shape="box"];759 -> 861[label="",style="solid", color="black", weight=3]; 18.77/7.15 760[label="EQ == EQ",fontsize=16,color="black",shape="box"];760 -> 862[label="",style="solid", color="black", weight=3]; 18.77/7.15 761[label="EQ == GT",fontsize=16,color="black",shape="box"];761 -> 863[label="",style="solid", color="black", weight=3]; 18.77/7.15 762[label="GT == LT",fontsize=16,color="black",shape="box"];762 -> 864[label="",style="solid", color="black", weight=3]; 18.77/7.15 763[label="GT == EQ",fontsize=16,color="black",shape="box"];763 -> 865[label="",style="solid", color="black", weight=3]; 18.77/7.15 764[label="GT == GT",fontsize=16,color="black",shape="box"];764 -> 866[label="",style="solid", color="black", weight=3]; 18.77/7.15 765[label="primEqInt (Pos vwx30000) vwx31000",fontsize=16,color="burlywood",shape="box"];3216[label="vwx30000/Succ vwx300000",fontsize=10,color="white",style="solid",shape="box"];765 -> 3216[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3216 -> 867[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3217[label="vwx30000/Zero",fontsize=10,color="white",style="solid",shape="box"];765 -> 3217[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3217 -> 868[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 766[label="primEqInt (Neg vwx30000) vwx31000",fontsize=16,color="burlywood",shape="box"];3218[label="vwx30000/Succ vwx300000",fontsize=10,color="white",style="solid",shape="box"];766 -> 3218[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3218 -> 869[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3219[label="vwx30000/Zero",fontsize=10,color="white",style="solid",shape="box"];766 -> 3219[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3219 -> 870[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 767[label="Left vwx30000 == Left vwx310000",fontsize=16,color="black",shape="box"];767 -> 871[label="",style="solid", color="black", weight=3]; 18.77/7.15 768[label="Left vwx30000 == Right vwx310000",fontsize=16,color="black",shape="box"];768 -> 872[label="",style="solid", color="black", weight=3]; 18.77/7.15 769[label="Right vwx30000 == Left vwx310000",fontsize=16,color="black",shape="box"];769 -> 873[label="",style="solid", color="black", weight=3]; 18.77/7.15 770[label="Right vwx30000 == Right vwx310000",fontsize=16,color="black",shape="box"];770 -> 874[label="",style="solid", color="black", weight=3]; 18.77/7.15 876[label="Just vwx27 <= Just vwx28",fontsize=16,color="black",shape="box"];876 -> 914[label="",style="solid", color="black", weight=3]; 18.77/7.15 877[label="vwx27",fontsize=16,color="green",shape="box"];878[label="vwx28",fontsize=16,color="green",shape="box"];875[label="compare1 (Just vwx107) (Just vwx108) vwx109",fontsize=16,color="burlywood",shape="triangle"];3220[label="vwx109/False",fontsize=10,color="white",style="solid",shape="box"];875 -> 3220[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3220 -> 915[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3221[label="vwx109/True",fontsize=10,color="white",style="solid",shape="box"];875 -> 3221[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3221 -> 916[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 772[label="compare0 EQ LT True",fontsize=16,color="black",shape="box"];772 -> 917[label="",style="solid", color="black", weight=3]; 18.77/7.15 773[label="compare0 GT LT True",fontsize=16,color="black",shape="box"];773 -> 918[label="",style="solid", color="black", weight=3]; 18.77/7.15 774[label="compare0 GT EQ True",fontsize=16,color="black",shape="box"];774 -> 919[label="",style="solid", color="black", weight=3]; 18.77/7.15 1062 -> 434[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1062[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1062 -> 1188[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1062 -> 1189[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1063 -> 435[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1063[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1063 -> 1190[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1063 -> 1191[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1064 -> 436[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1064[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1064 -> 1192[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1064 -> 1193[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1065 -> 437[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1065[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1065 -> 1194[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1065 -> 1195[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1066 -> 438[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1066[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1066 -> 1196[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1066 -> 1197[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1067 -> 439[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1067[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1067 -> 1198[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1067 -> 1199[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1068 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1068[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1068 -> 1200[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1068 -> 1201[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1069 -> 441[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1069[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1069 -> 1202[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1069 -> 1203[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1070 -> 442[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1070[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1070 -> 1204[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1070 -> 1205[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1071 -> 443[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1071[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1071 -> 1206[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1071 -> 1207[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1072 -> 444[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1072[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1072 -> 1208[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1072 -> 1209[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1073 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1073[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1073 -> 1210[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1073 -> 1211[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1074 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1074[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1074 -> 1212[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1074 -> 1213[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1075 -> 447[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1075[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1075 -> 1214[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1075 -> 1215[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1076 -> 434[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1076[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1076 -> 1216[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1076 -> 1217[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1077 -> 435[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1077[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1077 -> 1218[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1077 -> 1219[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1078 -> 436[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1078[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1078 -> 1220[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1078 -> 1221[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1079 -> 437[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1079[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1079 -> 1222[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1079 -> 1223[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1080 -> 438[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1080[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1080 -> 1224[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1080 -> 1225[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1081 -> 439[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1081[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1081 -> 1226[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1081 -> 1227[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1082 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1082[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1082 -> 1228[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1082 -> 1229[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1083 -> 441[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1083[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1083 -> 1230[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1083 -> 1231[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1084 -> 442[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1084[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1084 -> 1232[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1084 -> 1233[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1085 -> 443[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1085[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1085 -> 1234[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1085 -> 1235[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1086 -> 444[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1086[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1086 -> 1236[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1086 -> 1237[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1087 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1087[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1087 -> 1238[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1087 -> 1239[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1088 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1088[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1088 -> 1240[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1088 -> 1241[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1089 -> 447[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1089[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1089 -> 1242[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1089 -> 1243[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1090[label="vwx31000",fontsize=16,color="green",shape="box"];1091[label="vwx3000",fontsize=16,color="green",shape="box"];1092[label="vwx31000",fontsize=16,color="green",shape="box"];1093[label="vwx3000",fontsize=16,color="green",shape="box"];1094[label="vwx31000",fontsize=16,color="green",shape="box"];1095[label="vwx3000",fontsize=16,color="green",shape="box"];1096[label="vwx31000",fontsize=16,color="green",shape="box"];1097[label="vwx3000",fontsize=16,color="green",shape="box"];1098[label="vwx31000",fontsize=16,color="green",shape="box"];1099[label="vwx3000",fontsize=16,color="green",shape="box"];1100[label="vwx31000",fontsize=16,color="green",shape="box"];1101[label="vwx3000",fontsize=16,color="green",shape="box"];1102[label="vwx31000",fontsize=16,color="green",shape="box"];1103[label="vwx3000",fontsize=16,color="green",shape="box"];1104[label="vwx31000",fontsize=16,color="green",shape="box"];1105[label="vwx3000",fontsize=16,color="green",shape="box"];1106[label="vwx31000",fontsize=16,color="green",shape="box"];1107[label="vwx3000",fontsize=16,color="green",shape="box"];1108[label="vwx31000",fontsize=16,color="green",shape="box"];1109[label="vwx3000",fontsize=16,color="green",shape="box"];1110[label="vwx31000",fontsize=16,color="green",shape="box"];1111[label="vwx3000",fontsize=16,color="green",shape="box"];1112[label="vwx31000",fontsize=16,color="green",shape="box"];1113[label="vwx3000",fontsize=16,color="green",shape="box"];1114[label="vwx31000",fontsize=16,color="green",shape="box"];1115[label="vwx3000",fontsize=16,color="green",shape="box"];1116[label="vwx31000",fontsize=16,color="green",shape="box"];1117[label="vwx3000",fontsize=16,color="green",shape="box"];1118[label="False",fontsize=16,color="green",shape="box"];1119[label="vwx116",fontsize=16,color="green",shape="box"];1120 -> 1330[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1120[label="compare1 (vwx78,vwx79,vwx80) (vwx81,vwx82,vwx83) (vwx78 < vwx81 || vwx78 == vwx81 && (vwx79 < vwx82 || vwx79 == vwx82 && vwx80 <= vwx83))",fontsize=16,color="magenta"];1120 -> 1331[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1120 -> 1332[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1120 -> 1333[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1120 -> 1334[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1120 -> 1335[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1120 -> 1336[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1120 -> 1337[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1120 -> 1338[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1056[label="Left vwx49 <= Left vwx50",fontsize=16,color="black",shape="box"];1056 -> 1177[label="",style="solid", color="black", weight=3]; 18.77/7.15 1057[label="vwx49",fontsize=16,color="green",shape="box"];1058[label="vwx50",fontsize=16,color="green",shape="box"];1055[label="compare1 (Left vwx121) (Left vwx122) vwx123",fontsize=16,color="burlywood",shape="triangle"];3222[label="vwx123/False",fontsize=10,color="white",style="solid",shape="box"];1055 -> 3222[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3222 -> 1178[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3223[label="vwx123/True",fontsize=10,color="white",style="solid",shape="box"];1055 -> 3223[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3223 -> 1179[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 785[label="compare0 (Right vwx3000) (Left vwx31000) True",fontsize=16,color="black",shape="box"];785 -> 1180[label="",style="solid", color="black", weight=3]; 18.77/7.15 1182[label="vwx57",fontsize=16,color="green",shape="box"];1183[label="vwx56",fontsize=16,color="green",shape="box"];1184[label="Right vwx56 <= Right vwx57",fontsize=16,color="black",shape="box"];1184 -> 1246[label="",style="solid", color="black", weight=3]; 18.77/7.15 1181[label="compare1 (Right vwx128) (Right vwx129) vwx130",fontsize=16,color="burlywood",shape="triangle"];3224[label="vwx130/False",fontsize=10,color="white",style="solid",shape="box"];1181 -> 3224[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3224 -> 1247[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3225[label="vwx130/True",fontsize=10,color="white",style="solid",shape="box"];1181 -> 3225[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3225 -> 1248[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1121[label="vwx31001",fontsize=16,color="green",shape="box"];1122[label="vwx3001",fontsize=16,color="green",shape="box"];1123[label="vwx31001",fontsize=16,color="green",shape="box"];1124[label="vwx3001",fontsize=16,color="green",shape="box"];1125[label="vwx31001",fontsize=16,color="green",shape="box"];1126[label="vwx3001",fontsize=16,color="green",shape="box"];1127[label="vwx31001",fontsize=16,color="green",shape="box"];1128[label="vwx3001",fontsize=16,color="green",shape="box"];1129[label="vwx31001",fontsize=16,color="green",shape="box"];1130[label="vwx3001",fontsize=16,color="green",shape="box"];1131[label="vwx31001",fontsize=16,color="green",shape="box"];1132[label="vwx3001",fontsize=16,color="green",shape="box"];1133[label="vwx31001",fontsize=16,color="green",shape="box"];1134[label="vwx3001",fontsize=16,color="green",shape="box"];1135[label="vwx31001",fontsize=16,color="green",shape="box"];1136[label="vwx3001",fontsize=16,color="green",shape="box"];1137[label="vwx31001",fontsize=16,color="green",shape="box"];1138[label="vwx3001",fontsize=16,color="green",shape="box"];1139[label="vwx31001",fontsize=16,color="green",shape="box"];1140[label="vwx3001",fontsize=16,color="green",shape="box"];1141[label="vwx31001",fontsize=16,color="green",shape="box"];1142[label="vwx3001",fontsize=16,color="green",shape="box"];1143[label="vwx31001",fontsize=16,color="green",shape="box"];1144[label="vwx3001",fontsize=16,color="green",shape="box"];1145[label="vwx31001",fontsize=16,color="green",shape="box"];1146[label="vwx3001",fontsize=16,color="green",shape="box"];1147[label="vwx31001",fontsize=16,color="green",shape="box"];1148[label="vwx3001",fontsize=16,color="green",shape="box"];1149[label="vwx31000",fontsize=16,color="green",shape="box"];1150[label="vwx3000",fontsize=16,color="green",shape="box"];1151[label="vwx31000",fontsize=16,color="green",shape="box"];1152[label="vwx3000",fontsize=16,color="green",shape="box"];1153[label="vwx31000",fontsize=16,color="green",shape="box"];1154[label="vwx3000",fontsize=16,color="green",shape="box"];1155[label="vwx31000",fontsize=16,color="green",shape="box"];1156[label="vwx3000",fontsize=16,color="green",shape="box"];1157[label="vwx31000",fontsize=16,color="green",shape="box"];1158[label="vwx3000",fontsize=16,color="green",shape="box"];1159[label="vwx31000",fontsize=16,color="green",shape="box"];1160[label="vwx3000",fontsize=16,color="green",shape="box"];1161[label="vwx31000",fontsize=16,color="green",shape="box"];1162[label="vwx3000",fontsize=16,color="green",shape="box"];1163[label="vwx31000",fontsize=16,color="green",shape="box"];1164[label="vwx3000",fontsize=16,color="green",shape="box"];1165[label="vwx31000",fontsize=16,color="green",shape="box"];1166[label="vwx3000",fontsize=16,color="green",shape="box"];1167[label="vwx31000",fontsize=16,color="green",shape="box"];1168[label="vwx3000",fontsize=16,color="green",shape="box"];1169[label="vwx31000",fontsize=16,color="green",shape="box"];1170[label="vwx3000",fontsize=16,color="green",shape="box"];1171[label="vwx31000",fontsize=16,color="green",shape="box"];1172[label="vwx3000",fontsize=16,color="green",shape="box"];1173[label="vwx31000",fontsize=16,color="green",shape="box"];1174[label="vwx3000",fontsize=16,color="green",shape="box"];1175[label="vwx31000",fontsize=16,color="green",shape="box"];1176[label="vwx3000",fontsize=16,color="green",shape="box"];1054 -> 1399[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1054[label="compare1 (vwx91,vwx92) (vwx93,vwx94) (vwx91 < vwx93 || vwx91 == vwx93 && vwx92 <= vwx94)",fontsize=16,color="magenta"];1054 -> 1400[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1054 -> 1401[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1054 -> 1402[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1054 -> 1403[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1054 -> 1404[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1054 -> 1405[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 831 -> 415[label="",style="dashed", color="red", weight=0]; 18.77/7.15 831[label="primMulInt vwx30000 vwx310010",fontsize=16,color="magenta"];831 -> 1251[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 831 -> 1252[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 832[label="Pos (primMulNat vwx30000 vwx310010)",fontsize=16,color="green",shape="box"];832 -> 1253[label="",style="dashed", color="green", weight=3]; 18.77/7.15 833[label="Neg (primMulNat vwx30000 vwx310010)",fontsize=16,color="green",shape="box"];833 -> 1254[label="",style="dashed", color="green", weight=3]; 18.77/7.15 834[label="Neg (primMulNat vwx30000 vwx310010)",fontsize=16,color="green",shape="box"];834 -> 1255[label="",style="dashed", color="green", weight=3]; 18.77/7.15 835[label="Pos (primMulNat vwx30000 vwx310010)",fontsize=16,color="green",shape="box"];835 -> 1256[label="",style="dashed", color="green", weight=3]; 18.77/7.15 836[label="GT",fontsize=16,color="green",shape="box"];837[label="GT",fontsize=16,color="green",shape="box"];838[label="True",fontsize=16,color="green",shape="box"];839[label="False",fontsize=16,color="green",shape="box"];840[label="False",fontsize=16,color="green",shape="box"];841[label="True",fontsize=16,color="green",shape="box"];842[label="primEqDouble (Double vwx30000 vwx30001) (Double vwx310000 vwx310001)",fontsize=16,color="black",shape="box"];842 -> 1257[label="",style="solid", color="black", weight=3]; 18.77/7.15 843[label="True",fontsize=16,color="green",shape="box"];844[label="False",fontsize=16,color="green",shape="box"];845[label="False",fontsize=16,color="green",shape="box"];846[label="vwx30000 == vwx310000",fontsize=16,color="blue",shape="box"];3226[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];846 -> 3226[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3226 -> 1258[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3227[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];846 -> 3227[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3227 -> 1259[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3228[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];846 -> 3228[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3228 -> 1260[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3229[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];846 -> 3229[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3229 -> 1261[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3230[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];846 -> 3230[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3230 -> 1262[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3231[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];846 -> 3231[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3231 -> 1263[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3232[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];846 -> 3232[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3232 -> 1264[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3233[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];846 -> 3233[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3233 -> 1265[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3234[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];846 -> 3234[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3234 -> 1266[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3235[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];846 -> 3235[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3235 -> 1267[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3236[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];846 -> 3236[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3236 -> 1268[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3237[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];846 -> 3237[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3237 -> 1269[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3238[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];846 -> 3238[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3238 -> 1270[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3239[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];846 -> 3239[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3239 -> 1271[label="",style="solid", color="blue", weight=3]; 18.77/7.15 847 -> 987[label="",style="dashed", color="red", weight=0]; 18.77/7.15 847[label="vwx30000 == vwx310000 && vwx30001 == vwx310001 && vwx30002 == vwx310002",fontsize=16,color="magenta"];847 -> 996[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 847 -> 997[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 848 -> 987[label="",style="dashed", color="red", weight=0]; 18.77/7.15 848[label="vwx30000 == vwx310000 && vwx30001 == vwx310001",fontsize=16,color="magenta"];848 -> 998[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 848 -> 999[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 849[label="False",fontsize=16,color="green",shape="box"];850[label="False",fontsize=16,color="green",shape="box"];851[label="True",fontsize=16,color="green",shape="box"];852 -> 987[label="",style="dashed", color="red", weight=0]; 18.77/7.15 852[label="vwx30000 == vwx310000 && vwx30001 == vwx310001",fontsize=16,color="magenta"];852 -> 1000[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 852 -> 1001[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 853 -> 578[label="",style="dashed", color="red", weight=0]; 18.77/7.15 853[label="primEqInt vwx30000 vwx310000",fontsize=16,color="magenta"];853 -> 1272[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 853 -> 1273[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 854[label="primEqFloat (Float vwx30000 vwx30001) (Float vwx310000 vwx310001)",fontsize=16,color="black",shape="box"];854 -> 1274[label="",style="solid", color="black", weight=3]; 18.77/7.15 855[label="True",fontsize=16,color="green",shape="box"];856[label="primEqChar (Char vwx30000) (Char vwx310000)",fontsize=16,color="black",shape="box"];856 -> 1275[label="",style="solid", color="black", weight=3]; 18.77/7.15 857 -> 987[label="",style="dashed", color="red", weight=0]; 18.77/7.15 857[label="vwx30000 == vwx310000 && vwx30001 == vwx310001",fontsize=16,color="magenta"];857 -> 1002[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 857 -> 1003[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 858[label="True",fontsize=16,color="green",shape="box"];859[label="False",fontsize=16,color="green",shape="box"];860[label="False",fontsize=16,color="green",shape="box"];861[label="False",fontsize=16,color="green",shape="box"];862[label="True",fontsize=16,color="green",shape="box"];863[label="False",fontsize=16,color="green",shape="box"];864[label="False",fontsize=16,color="green",shape="box"];865[label="False",fontsize=16,color="green",shape="box"];866[label="True",fontsize=16,color="green",shape="box"];867[label="primEqInt (Pos (Succ vwx300000)) vwx31000",fontsize=16,color="burlywood",shape="box"];3240[label="vwx31000/Pos vwx310000",fontsize=10,color="white",style="solid",shape="box"];867 -> 3240[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3240 -> 1276[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3241[label="vwx31000/Neg vwx310000",fontsize=10,color="white",style="solid",shape="box"];867 -> 3241[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3241 -> 1277[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 868[label="primEqInt (Pos Zero) vwx31000",fontsize=16,color="burlywood",shape="box"];3242[label="vwx31000/Pos vwx310000",fontsize=10,color="white",style="solid",shape="box"];868 -> 3242[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3242 -> 1278[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3243[label="vwx31000/Neg vwx310000",fontsize=10,color="white",style="solid",shape="box"];868 -> 3243[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3243 -> 1279[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 869[label="primEqInt (Neg (Succ vwx300000)) vwx31000",fontsize=16,color="burlywood",shape="box"];3244[label="vwx31000/Pos vwx310000",fontsize=10,color="white",style="solid",shape="box"];869 -> 3244[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3244 -> 1280[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3245[label="vwx31000/Neg vwx310000",fontsize=10,color="white",style="solid",shape="box"];869 -> 3245[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3245 -> 1281[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 870[label="primEqInt (Neg Zero) vwx31000",fontsize=16,color="burlywood",shape="box"];3246[label="vwx31000/Pos vwx310000",fontsize=10,color="white",style="solid",shape="box"];870 -> 3246[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3246 -> 1282[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3247[label="vwx31000/Neg vwx310000",fontsize=10,color="white",style="solid",shape="box"];870 -> 3247[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3247 -> 1283[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 871[label="vwx30000 == vwx310000",fontsize=16,color="blue",shape="box"];3248[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];871 -> 3248[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3248 -> 1284[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3249[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];871 -> 3249[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3249 -> 1285[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3250[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];871 -> 3250[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3250 -> 1286[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3251[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];871 -> 3251[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3251 -> 1287[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3252[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];871 -> 3252[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3252 -> 1288[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3253[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];871 -> 3253[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3253 -> 1289[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3254[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];871 -> 3254[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3254 -> 1290[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3255[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];871 -> 3255[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3255 -> 1291[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3256[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];871 -> 3256[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3256 -> 1292[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3257[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];871 -> 3257[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3257 -> 1293[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3258[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];871 -> 3258[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3258 -> 1294[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3259[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];871 -> 3259[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3259 -> 1295[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3260[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];871 -> 3260[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3260 -> 1296[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3261[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];871 -> 3261[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3261 -> 1297[label="",style="solid", color="blue", weight=3]; 18.77/7.15 872[label="False",fontsize=16,color="green",shape="box"];873[label="False",fontsize=16,color="green",shape="box"];874[label="vwx30000 == vwx310000",fontsize=16,color="blue",shape="box"];3262[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];874 -> 3262[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3262 -> 1298[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3263[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];874 -> 3263[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3263 -> 1299[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3264[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];874 -> 3264[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3264 -> 1300[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3265[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];874 -> 3265[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3265 -> 1301[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3266[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];874 -> 3266[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3266 -> 1302[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3267[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];874 -> 3267[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3267 -> 1303[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3268[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];874 -> 3268[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3268 -> 1304[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3269[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];874 -> 3269[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3269 -> 1305[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3270[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];874 -> 3270[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3270 -> 1306[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3271[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];874 -> 3271[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3271 -> 1307[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3272[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];874 -> 3272[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3272 -> 1308[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3273[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];874 -> 3273[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3273 -> 1309[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3274[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];874 -> 3274[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3274 -> 1310[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3275[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];874 -> 3275[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3275 -> 1311[label="",style="solid", color="blue", weight=3]; 18.77/7.15 914[label="vwx27 <= vwx28",fontsize=16,color="blue",shape="box"];3276[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 3276[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3276 -> 1312[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3277[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 3277[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3277 -> 1313[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3278[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 3278[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3278 -> 1314[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3279[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 3279[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3279 -> 1315[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3280[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 3280[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3280 -> 1316[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3281[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 3281[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3281 -> 1317[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3282[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 3282[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3282 -> 1318[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3283[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 3283[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3283 -> 1319[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3284[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 3284[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3284 -> 1320[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3285[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 3285[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3285 -> 1321[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3286[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 3286[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3286 -> 1322[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3287[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 3287[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3287 -> 1323[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3288[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 3288[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3288 -> 1324[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3289[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 3289[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3289 -> 1325[label="",style="solid", color="blue", weight=3]; 18.77/7.15 915[label="compare1 (Just vwx107) (Just vwx108) False",fontsize=16,color="black",shape="box"];915 -> 1326[label="",style="solid", color="black", weight=3]; 18.77/7.15 916[label="compare1 (Just vwx107) (Just vwx108) True",fontsize=16,color="black",shape="box"];916 -> 1327[label="",style="solid", color="black", weight=3]; 18.77/7.15 917[label="GT",fontsize=16,color="green",shape="box"];918[label="GT",fontsize=16,color="green",shape="box"];919[label="GT",fontsize=16,color="green",shape="box"];1188[label="vwx31002",fontsize=16,color="green",shape="box"];1189[label="vwx3002",fontsize=16,color="green",shape="box"];1190[label="vwx31002",fontsize=16,color="green",shape="box"];1191[label="vwx3002",fontsize=16,color="green",shape="box"];1192[label="vwx31002",fontsize=16,color="green",shape="box"];1193[label="vwx3002",fontsize=16,color="green",shape="box"];1194[label="vwx31002",fontsize=16,color="green",shape="box"];1195[label="vwx3002",fontsize=16,color="green",shape="box"];1196[label="vwx31002",fontsize=16,color="green",shape="box"];1197[label="vwx3002",fontsize=16,color="green",shape="box"];1198[label="vwx31002",fontsize=16,color="green",shape="box"];1199[label="vwx3002",fontsize=16,color="green",shape="box"];1200[label="vwx31002",fontsize=16,color="green",shape="box"];1201[label="vwx3002",fontsize=16,color="green",shape="box"];1202[label="vwx31002",fontsize=16,color="green",shape="box"];1203[label="vwx3002",fontsize=16,color="green",shape="box"];1204[label="vwx31002",fontsize=16,color="green",shape="box"];1205[label="vwx3002",fontsize=16,color="green",shape="box"];1206[label="vwx31002",fontsize=16,color="green",shape="box"];1207[label="vwx3002",fontsize=16,color="green",shape="box"];1208[label="vwx31002",fontsize=16,color="green",shape="box"];1209[label="vwx3002",fontsize=16,color="green",shape="box"];1210[label="vwx31002",fontsize=16,color="green",shape="box"];1211[label="vwx3002",fontsize=16,color="green",shape="box"];1212[label="vwx31002",fontsize=16,color="green",shape="box"];1213[label="vwx3002",fontsize=16,color="green",shape="box"];1214[label="vwx31002",fontsize=16,color="green",shape="box"];1215[label="vwx3002",fontsize=16,color="green",shape="box"];1216[label="vwx31001",fontsize=16,color="green",shape="box"];1217[label="vwx3001",fontsize=16,color="green",shape="box"];1218[label="vwx31001",fontsize=16,color="green",shape="box"];1219[label="vwx3001",fontsize=16,color="green",shape="box"];1220[label="vwx31001",fontsize=16,color="green",shape="box"];1221[label="vwx3001",fontsize=16,color="green",shape="box"];1222[label="vwx31001",fontsize=16,color="green",shape="box"];1223[label="vwx3001",fontsize=16,color="green",shape="box"];1224[label="vwx31001",fontsize=16,color="green",shape="box"];1225[label="vwx3001",fontsize=16,color="green",shape="box"];1226[label="vwx31001",fontsize=16,color="green",shape="box"];1227[label="vwx3001",fontsize=16,color="green",shape="box"];1228[label="vwx31001",fontsize=16,color="green",shape="box"];1229[label="vwx3001",fontsize=16,color="green",shape="box"];1230[label="vwx31001",fontsize=16,color="green",shape="box"];1231[label="vwx3001",fontsize=16,color="green",shape="box"];1232[label="vwx31001",fontsize=16,color="green",shape="box"];1233[label="vwx3001",fontsize=16,color="green",shape="box"];1234[label="vwx31001",fontsize=16,color="green",shape="box"];1235[label="vwx3001",fontsize=16,color="green",shape="box"];1236[label="vwx31001",fontsize=16,color="green",shape="box"];1237[label="vwx3001",fontsize=16,color="green",shape="box"];1238[label="vwx31001",fontsize=16,color="green",shape="box"];1239[label="vwx3001",fontsize=16,color="green",shape="box"];1240[label="vwx31001",fontsize=16,color="green",shape="box"];1241[label="vwx3001",fontsize=16,color="green",shape="box"];1242[label="vwx31001",fontsize=16,color="green",shape="box"];1243[label="vwx3001",fontsize=16,color="green",shape="box"];1331[label="vwx81",fontsize=16,color="green",shape="box"];1332 -> 987[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1332[label="vwx78 == vwx81 && (vwx79 < vwx82 || vwx79 == vwx82 && vwx80 <= vwx83)",fontsize=16,color="magenta"];1332 -> 1347[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1332 -> 1348[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1333[label="vwx78 < vwx81",fontsize=16,color="blue",shape="box"];3290[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1333 -> 3290[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3290 -> 1349[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3291[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1333 -> 3291[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3291 -> 1350[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3292[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1333 -> 3292[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3292 -> 1351[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3293[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1333 -> 3293[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3293 -> 1352[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3294[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1333 -> 3294[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3294 -> 1353[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3295[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1333 -> 3295[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3295 -> 1354[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3296[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1333 -> 3296[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3296 -> 1355[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3297[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1333 -> 3297[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3297 -> 1356[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3298[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1333 -> 3298[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3298 -> 1357[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3299[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1333 -> 3299[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3299 -> 1358[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3300[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1333 -> 3300[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3300 -> 1359[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3301[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1333 -> 3301[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3301 -> 1360[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3302[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1333 -> 3302[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3302 -> 1361[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3303[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1333 -> 3303[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3303 -> 1362[label="",style="solid", color="blue", weight=3]; 18.77/7.15 1334[label="vwx83",fontsize=16,color="green",shape="box"];1335[label="vwx78",fontsize=16,color="green",shape="box"];1336[label="vwx79",fontsize=16,color="green",shape="box"];1337[label="vwx82",fontsize=16,color="green",shape="box"];1338[label="vwx80",fontsize=16,color="green",shape="box"];1330[label="compare1 (vwx143,vwx144,vwx145) (vwx146,vwx147,vwx148) (vwx149 || vwx150)",fontsize=16,color="burlywood",shape="triangle"];3304[label="vwx149/False",fontsize=10,color="white",style="solid",shape="box"];1330 -> 3304[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3304 -> 1363[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3305[label="vwx149/True",fontsize=10,color="white",style="solid",shape="box"];1330 -> 3305[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3305 -> 1364[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1177[label="vwx49 <= vwx50",fontsize=16,color="blue",shape="box"];3306[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1177 -> 3306[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3306 -> 1365[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3307[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1177 -> 3307[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3307 -> 1366[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3308[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1177 -> 3308[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3308 -> 1367[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3309[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1177 -> 3309[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3309 -> 1368[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3310[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1177 -> 3310[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3310 -> 1369[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3311[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1177 -> 3311[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3311 -> 1370[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3312[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1177 -> 3312[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3312 -> 1371[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3313[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1177 -> 3313[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3313 -> 1372[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3314[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1177 -> 3314[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3314 -> 1373[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3315[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1177 -> 3315[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3315 -> 1374[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3316[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1177 -> 3316[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3316 -> 1375[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3317[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1177 -> 3317[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3317 -> 1376[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3318[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1177 -> 3318[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3318 -> 1377[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3319[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1177 -> 3319[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3319 -> 1378[label="",style="solid", color="blue", weight=3]; 18.77/7.15 1178[label="compare1 (Left vwx121) (Left vwx122) False",fontsize=16,color="black",shape="box"];1178 -> 1379[label="",style="solid", color="black", weight=3]; 18.77/7.15 1179[label="compare1 (Left vwx121) (Left vwx122) True",fontsize=16,color="black",shape="box"];1179 -> 1380[label="",style="solid", color="black", weight=3]; 18.77/7.15 1180[label="GT",fontsize=16,color="green",shape="box"];1246[label="vwx56 <= vwx57",fontsize=16,color="blue",shape="box"];3320[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1246 -> 3320[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3320 -> 1381[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3321[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1246 -> 3321[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3321 -> 1382[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3322[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1246 -> 3322[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3322 -> 1383[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3323[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1246 -> 3323[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3323 -> 1384[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3324[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1246 -> 3324[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3324 -> 1385[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3325[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1246 -> 3325[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3325 -> 1386[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3326[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1246 -> 3326[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3326 -> 1387[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3327[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1246 -> 3327[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3327 -> 1388[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3328[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1246 -> 3328[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3328 -> 1389[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3329[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1246 -> 3329[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3329 -> 1390[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3330[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1246 -> 3330[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3330 -> 1391[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3331[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1246 -> 3331[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3331 -> 1392[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3332[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1246 -> 3332[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3332 -> 1393[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3333[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1246 -> 3333[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3333 -> 1394[label="",style="solid", color="blue", weight=3]; 18.77/7.15 1247[label="compare1 (Right vwx128) (Right vwx129) False",fontsize=16,color="black",shape="box"];1247 -> 1395[label="",style="solid", color="black", weight=3]; 18.77/7.15 1248[label="compare1 (Right vwx128) (Right vwx129) True",fontsize=16,color="black",shape="box"];1248 -> 1396[label="",style="solid", color="black", weight=3]; 18.77/7.15 1400[label="vwx91",fontsize=16,color="green",shape="box"];1401[label="vwx91 < vwx93",fontsize=16,color="blue",shape="box"];3334[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1401 -> 3334[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3334 -> 1412[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3335[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1401 -> 3335[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3335 -> 1413[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3336[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1401 -> 3336[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3336 -> 1414[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3337[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1401 -> 3337[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3337 -> 1415[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3338[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1401 -> 3338[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3338 -> 1416[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3339[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1401 -> 3339[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3339 -> 1417[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3340[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1401 -> 3340[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3340 -> 1418[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3341[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1401 -> 3341[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3341 -> 1419[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3342[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1401 -> 3342[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3342 -> 1420[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3343[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1401 -> 3343[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3343 -> 1421[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3344[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1401 -> 3344[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3344 -> 1422[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3345[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1401 -> 3345[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3345 -> 1423[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3346[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1401 -> 3346[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3346 -> 1424[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3347[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1401 -> 3347[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3347 -> 1425[label="",style="solid", color="blue", weight=3]; 18.77/7.15 1402[label="vwx93",fontsize=16,color="green",shape="box"];1403[label="vwx92",fontsize=16,color="green",shape="box"];1404[label="vwx94",fontsize=16,color="green",shape="box"];1405 -> 987[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1405[label="vwx91 == vwx93 && vwx92 <= vwx94",fontsize=16,color="magenta"];1405 -> 1426[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1405 -> 1427[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1399[label="compare1 (vwx158,vwx159) (vwx160,vwx161) (vwx162 || vwx163)",fontsize=16,color="burlywood",shape="triangle"];3348[label="vwx162/False",fontsize=10,color="white",style="solid",shape="box"];1399 -> 3348[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3348 -> 1428[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3349[label="vwx162/True",fontsize=10,color="white",style="solid",shape="box"];1399 -> 3349[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3349 -> 1429[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1251[label="vwx30000",fontsize=16,color="green",shape="box"];1252[label="vwx310010",fontsize=16,color="green",shape="box"];1253[label="primMulNat vwx30000 vwx310010",fontsize=16,color="burlywood",shape="triangle"];3350[label="vwx30000/Succ vwx300000",fontsize=10,color="white",style="solid",shape="box"];1253 -> 3350[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3350 -> 1430[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3351[label="vwx30000/Zero",fontsize=10,color="white",style="solid",shape="box"];1253 -> 3351[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3351 -> 1431[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1254 -> 1253[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1254[label="primMulNat vwx30000 vwx310010",fontsize=16,color="magenta"];1254 -> 1432[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1255 -> 1253[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1255[label="primMulNat vwx30000 vwx310010",fontsize=16,color="magenta"];1255 -> 1433[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1256 -> 1253[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1256[label="primMulNat vwx30000 vwx310010",fontsize=16,color="magenta"];1256 -> 1434[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1256 -> 1435[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1257 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1257[label="vwx30000 * vwx310001 == vwx30001 * vwx310000",fontsize=16,color="magenta"];1257 -> 1436[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1257 -> 1437[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1258 -> 434[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1258[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1258 -> 1438[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1258 -> 1439[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1259 -> 435[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1259[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1259 -> 1440[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1259 -> 1441[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1260 -> 436[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1260[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1260 -> 1442[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1260 -> 1443[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1261 -> 437[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1261[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1261 -> 1444[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1261 -> 1445[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1262 -> 438[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1262[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1262 -> 1446[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1262 -> 1447[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1263 -> 439[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1263[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1263 -> 1448[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1263 -> 1449[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1264 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1264[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1264 -> 1450[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1264 -> 1451[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1265 -> 441[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1265[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1265 -> 1452[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1265 -> 1453[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1266 -> 442[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1266[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1266 -> 1454[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1266 -> 1455[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1267 -> 443[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1267[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1267 -> 1456[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1267 -> 1457[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1268 -> 444[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1268[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1268 -> 1458[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1268 -> 1459[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1269 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1269[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1269 -> 1460[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1269 -> 1461[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1270 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1270[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1270 -> 1462[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1270 -> 1463[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1271 -> 447[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1271[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1271 -> 1464[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1271 -> 1465[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 996 -> 987[label="",style="dashed", color="red", weight=0]; 18.77/7.15 996[label="vwx30001 == vwx310001 && vwx30002 == vwx310002",fontsize=16,color="magenta"];996 -> 1466[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 996 -> 1467[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 997[label="vwx30000 == vwx310000",fontsize=16,color="blue",shape="box"];3352[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 3352[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3352 -> 1468[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3353[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 3353[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3353 -> 1469[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3354[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 3354[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3354 -> 1470[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3355[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 3355[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3355 -> 1471[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3356[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 3356[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3356 -> 1472[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3357[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 3357[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3357 -> 1473[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3358[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 3358[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3358 -> 1474[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3359[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 3359[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3359 -> 1475[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3360[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 3360[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3360 -> 1476[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3361[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 3361[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3361 -> 1477[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3362[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 3362[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3362 -> 1478[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3363[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 3363[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3363 -> 1479[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3364[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 3364[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3364 -> 1480[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3365[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 3365[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3365 -> 1481[label="",style="solid", color="blue", weight=3]; 18.77/7.15 998 -> 438[label="",style="dashed", color="red", weight=0]; 18.77/7.15 998[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];998 -> 1482[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 998 -> 1483[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 999[label="vwx30000 == vwx310000",fontsize=16,color="blue",shape="box"];3366[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];999 -> 3366[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3366 -> 1484[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3367[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];999 -> 3367[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3367 -> 1485[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3368[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];999 -> 3368[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3368 -> 1486[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3369[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];999 -> 3369[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3369 -> 1487[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3370[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];999 -> 3370[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3370 -> 1488[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3371[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];999 -> 3371[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3371 -> 1489[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3372[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];999 -> 3372[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3372 -> 1490[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3373[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];999 -> 3373[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3373 -> 1491[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3374[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];999 -> 3374[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3374 -> 1492[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3375[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];999 -> 3375[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3375 -> 1493[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3376[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];999 -> 3376[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3376 -> 1494[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3377[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];999 -> 3377[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3377 -> 1495[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3378[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];999 -> 3378[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3378 -> 1496[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3379[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];999 -> 3379[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3379 -> 1497[label="",style="solid", color="blue", weight=3]; 18.77/7.15 1000[label="vwx30001 == vwx310001",fontsize=16,color="blue",shape="box"];3380[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1000 -> 3380[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3380 -> 1498[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3381[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1000 -> 3381[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3381 -> 1499[label="",style="solid", color="blue", weight=3]; 18.77/7.15 1001[label="vwx30000 == vwx310000",fontsize=16,color="blue",shape="box"];3382[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1001 -> 3382[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3382 -> 1500[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3383[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1001 -> 3383[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3383 -> 1501[label="",style="solid", color="blue", weight=3]; 18.77/7.15 1272[label="vwx310000",fontsize=16,color="green",shape="box"];1273[label="vwx30000",fontsize=16,color="green",shape="box"];1274 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1274[label="vwx30000 * vwx310001 == vwx30001 * vwx310000",fontsize=16,color="magenta"];1274 -> 1502[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1274 -> 1503[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1275[label="primEqNat vwx30000 vwx310000",fontsize=16,color="burlywood",shape="triangle"];3384[label="vwx30000/Succ vwx300000",fontsize=10,color="white",style="solid",shape="box"];1275 -> 3384[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3384 -> 1504[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3385[label="vwx30000/Zero",fontsize=10,color="white",style="solid",shape="box"];1275 -> 3385[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3385 -> 1505[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1002[label="vwx30001 == vwx310001",fontsize=16,color="blue",shape="box"];3386[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1002 -> 3386[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3386 -> 1506[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3387[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1002 -> 3387[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3387 -> 1507[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3388[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1002 -> 3388[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3388 -> 1508[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3389[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1002 -> 3389[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3389 -> 1509[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3390[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1002 -> 3390[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3390 -> 1510[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3391[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1002 -> 3391[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3391 -> 1511[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3392[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1002 -> 3392[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3392 -> 1512[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3393[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1002 -> 3393[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3393 -> 1513[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3394[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1002 -> 3394[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3394 -> 1514[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3395[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1002 -> 3395[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3395 -> 1515[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3396[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1002 -> 3396[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3396 -> 1516[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3397[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1002 -> 3397[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3397 -> 1517[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3398[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1002 -> 3398[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3398 -> 1518[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3399[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1002 -> 3399[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3399 -> 1519[label="",style="solid", color="blue", weight=3]; 18.77/7.15 1003[label="vwx30000 == vwx310000",fontsize=16,color="blue",shape="box"];3400[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 3400[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3400 -> 1520[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3401[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 3401[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3401 -> 1521[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3402[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 3402[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3402 -> 1522[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3403[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 3403[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3403 -> 1523[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3404[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 3404[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3404 -> 1524[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3405[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 3405[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3405 -> 1525[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3406[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 3406[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3406 -> 1526[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3407[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 3407[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3407 -> 1527[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3408[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 3408[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3408 -> 1528[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3409[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 3409[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3409 -> 1529[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3410[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 3410[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3410 -> 1530[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3411[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 3411[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3411 -> 1531[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3412[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 3412[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3412 -> 1532[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3413[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1003 -> 3413[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3413 -> 1533[label="",style="solid", color="blue", weight=3]; 18.77/7.15 1276[label="primEqInt (Pos (Succ vwx300000)) (Pos vwx310000)",fontsize=16,color="burlywood",shape="box"];3414[label="vwx310000/Succ vwx3100000",fontsize=10,color="white",style="solid",shape="box"];1276 -> 3414[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3414 -> 1534[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3415[label="vwx310000/Zero",fontsize=10,color="white",style="solid",shape="box"];1276 -> 3415[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3415 -> 1535[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1277[label="primEqInt (Pos (Succ vwx300000)) (Neg vwx310000)",fontsize=16,color="black",shape="box"];1277 -> 1536[label="",style="solid", color="black", weight=3]; 18.77/7.15 1278[label="primEqInt (Pos Zero) (Pos vwx310000)",fontsize=16,color="burlywood",shape="box"];3416[label="vwx310000/Succ vwx3100000",fontsize=10,color="white",style="solid",shape="box"];1278 -> 3416[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3416 -> 1537[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3417[label="vwx310000/Zero",fontsize=10,color="white",style="solid",shape="box"];1278 -> 3417[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3417 -> 1538[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1279[label="primEqInt (Pos Zero) (Neg vwx310000)",fontsize=16,color="burlywood",shape="box"];3418[label="vwx310000/Succ vwx3100000",fontsize=10,color="white",style="solid",shape="box"];1279 -> 3418[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3418 -> 1539[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3419[label="vwx310000/Zero",fontsize=10,color="white",style="solid",shape="box"];1279 -> 3419[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3419 -> 1540[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1280[label="primEqInt (Neg (Succ vwx300000)) (Pos vwx310000)",fontsize=16,color="black",shape="box"];1280 -> 1541[label="",style="solid", color="black", weight=3]; 18.77/7.15 1281[label="primEqInt (Neg (Succ vwx300000)) (Neg vwx310000)",fontsize=16,color="burlywood",shape="box"];3420[label="vwx310000/Succ vwx3100000",fontsize=10,color="white",style="solid",shape="box"];1281 -> 3420[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3420 -> 1542[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3421[label="vwx310000/Zero",fontsize=10,color="white",style="solid",shape="box"];1281 -> 3421[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3421 -> 1543[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1282[label="primEqInt (Neg Zero) (Pos vwx310000)",fontsize=16,color="burlywood",shape="box"];3422[label="vwx310000/Succ vwx3100000",fontsize=10,color="white",style="solid",shape="box"];1282 -> 3422[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3422 -> 1544[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3423[label="vwx310000/Zero",fontsize=10,color="white",style="solid",shape="box"];1282 -> 3423[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3423 -> 1545[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1283[label="primEqInt (Neg Zero) (Neg vwx310000)",fontsize=16,color="burlywood",shape="box"];3424[label="vwx310000/Succ vwx3100000",fontsize=10,color="white",style="solid",shape="box"];1283 -> 3424[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3424 -> 1546[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3425[label="vwx310000/Zero",fontsize=10,color="white",style="solid",shape="box"];1283 -> 3425[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3425 -> 1547[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1284 -> 434[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1284[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1284 -> 1548[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1284 -> 1549[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1285 -> 435[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1285[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1285 -> 1550[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1285 -> 1551[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1286 -> 436[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1286[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1286 -> 1552[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1286 -> 1553[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1287 -> 437[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1287[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1287 -> 1554[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1287 -> 1555[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1288 -> 438[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1288[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1288 -> 1556[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1288 -> 1557[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1289 -> 439[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1289[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1289 -> 1558[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1289 -> 1559[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1290 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1290[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1290 -> 1560[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1290 -> 1561[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1291 -> 441[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1291[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1291 -> 1562[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1291 -> 1563[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1292 -> 442[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1292[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1292 -> 1564[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1292 -> 1565[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1293 -> 443[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1293[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1293 -> 1566[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1293 -> 1567[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1294 -> 444[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1294[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1294 -> 1568[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1294 -> 1569[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1295 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1295[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1295 -> 1570[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1295 -> 1571[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1296 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1296[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1296 -> 1572[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1296 -> 1573[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1297 -> 447[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1297[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1297 -> 1574[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1297 -> 1575[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1298 -> 434[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1298[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1298 -> 1576[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1298 -> 1577[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1299 -> 435[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1299[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1299 -> 1578[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1299 -> 1579[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1300 -> 436[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1300[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1300 -> 1580[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1300 -> 1581[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1301 -> 437[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1301[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1301 -> 1582[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1301 -> 1583[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1302 -> 438[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1302[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1302 -> 1584[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1302 -> 1585[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1303 -> 439[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1303[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1303 -> 1586[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1303 -> 1587[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1304 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1304[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1304 -> 1588[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1304 -> 1589[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1305 -> 441[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1305[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1305 -> 1590[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1305 -> 1591[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1306 -> 442[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1306[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1306 -> 1592[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1306 -> 1593[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1307 -> 443[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1307[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1307 -> 1594[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1307 -> 1595[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1308 -> 444[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1308[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1308 -> 1596[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1308 -> 1597[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1309 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1309[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1309 -> 1598[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1309 -> 1599[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1310 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1310[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1310 -> 1600[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1310 -> 1601[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1311 -> 447[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1311[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1311 -> 1602[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1311 -> 1603[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1312[label="vwx27 <= vwx28",fontsize=16,color="burlywood",shape="triangle"];3426[label="vwx27/False",fontsize=10,color="white",style="solid",shape="box"];1312 -> 3426[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3426 -> 1604[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3427[label="vwx27/True",fontsize=10,color="white",style="solid",shape="box"];1312 -> 3427[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3427 -> 1605[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1313[label="vwx27 <= vwx28",fontsize=16,color="black",shape="triangle"];1313 -> 1606[label="",style="solid", color="black", weight=3]; 18.77/7.15 1314[label="vwx27 <= vwx28",fontsize=16,color="black",shape="triangle"];1314 -> 1607[label="",style="solid", color="black", weight=3]; 18.77/7.15 1315[label="vwx27 <= vwx28",fontsize=16,color="burlywood",shape="triangle"];3428[label="vwx27/Nothing",fontsize=10,color="white",style="solid",shape="box"];1315 -> 3428[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3428 -> 1608[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3429[label="vwx27/Just vwx270",fontsize=10,color="white",style="solid",shape="box"];1315 -> 3429[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3429 -> 1609[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1316[label="vwx27 <= vwx28",fontsize=16,color="burlywood",shape="triangle"];3430[label="vwx27/LT",fontsize=10,color="white",style="solid",shape="box"];1316 -> 3430[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3430 -> 1610[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3431[label="vwx27/EQ",fontsize=10,color="white",style="solid",shape="box"];1316 -> 3431[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3431 -> 1611[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3432[label="vwx27/GT",fontsize=10,color="white",style="solid",shape="box"];1316 -> 3432[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3432 -> 1612[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1317[label="vwx27 <= vwx28",fontsize=16,color="burlywood",shape="triangle"];3433[label="vwx27/(vwx270,vwx271,vwx272)",fontsize=10,color="white",style="solid",shape="box"];1317 -> 3433[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3433 -> 1613[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1318[label="vwx27 <= vwx28",fontsize=16,color="burlywood",shape="triangle"];3434[label="vwx27/Left vwx270",fontsize=10,color="white",style="solid",shape="box"];1318 -> 3434[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3434 -> 1614[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3435[label="vwx27/Right vwx270",fontsize=10,color="white",style="solid",shape="box"];1318 -> 3435[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3435 -> 1615[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1319[label="vwx27 <= vwx28",fontsize=16,color="burlywood",shape="triangle"];3436[label="vwx27/(vwx270,vwx271)",fontsize=10,color="white",style="solid",shape="box"];1319 -> 3436[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3436 -> 1616[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1320[label="vwx27 <= vwx28",fontsize=16,color="black",shape="triangle"];1320 -> 1617[label="",style="solid", color="black", weight=3]; 18.77/7.15 1321[label="vwx27 <= vwx28",fontsize=16,color="black",shape="triangle"];1321 -> 1618[label="",style="solid", color="black", weight=3]; 18.77/7.15 1322[label="vwx27 <= vwx28",fontsize=16,color="black",shape="triangle"];1322 -> 1619[label="",style="solid", color="black", weight=3]; 18.77/7.15 1323[label="vwx27 <= vwx28",fontsize=16,color="black",shape="triangle"];1323 -> 1620[label="",style="solid", color="black", weight=3]; 18.77/7.15 1324[label="vwx27 <= vwx28",fontsize=16,color="black",shape="triangle"];1324 -> 1621[label="",style="solid", color="black", weight=3]; 18.77/7.15 1325[label="vwx27 <= vwx28",fontsize=16,color="black",shape="triangle"];1325 -> 1622[label="",style="solid", color="black", weight=3]; 18.77/7.15 1326[label="compare0 (Just vwx107) (Just vwx108) otherwise",fontsize=16,color="black",shape="box"];1326 -> 1623[label="",style="solid", color="black", weight=3]; 18.77/7.15 1327[label="LT",fontsize=16,color="green",shape="box"];1347 -> 1983[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1347[label="vwx79 < vwx82 || vwx79 == vwx82 && vwx80 <= vwx83",fontsize=16,color="magenta"];1347 -> 1984[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1347 -> 1985[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1348[label="vwx78 == vwx81",fontsize=16,color="blue",shape="box"];3437[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1348 -> 3437[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3437 -> 1626[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3438[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1348 -> 3438[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3438 -> 1627[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3439[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1348 -> 3439[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3439 -> 1628[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3440[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1348 -> 3440[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3440 -> 1629[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3441[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1348 -> 3441[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3441 -> 1630[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3442[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1348 -> 3442[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3442 -> 1631[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3443[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1348 -> 3443[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3443 -> 1632[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3444[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1348 -> 3444[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3444 -> 1633[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3445[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1348 -> 3445[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3445 -> 1634[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3446[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1348 -> 3446[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3446 -> 1635[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3447[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1348 -> 3447[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3447 -> 1636[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3448[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1348 -> 3448[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3448 -> 1637[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3449[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1348 -> 3449[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3449 -> 1638[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3450[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1348 -> 3450[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3450 -> 1639[label="",style="solid", color="blue", weight=3]; 18.77/7.15 1349[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1349 -> 1640[label="",style="solid", color="black", weight=3]; 18.77/7.15 1350[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1350 -> 1641[label="",style="solid", color="black", weight=3]; 18.77/7.15 1351[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1351 -> 1642[label="",style="solid", color="black", weight=3]; 18.77/7.15 1352[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1352 -> 1643[label="",style="solid", color="black", weight=3]; 18.77/7.15 1353[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1353 -> 1644[label="",style="solid", color="black", weight=3]; 18.77/7.15 1354[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1354 -> 1645[label="",style="solid", color="black", weight=3]; 18.77/7.15 1355[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1355 -> 1646[label="",style="solid", color="black", weight=3]; 18.77/7.15 1356[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1356 -> 1647[label="",style="solid", color="black", weight=3]; 18.77/7.15 1357[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1357 -> 1648[label="",style="solid", color="black", weight=3]; 18.77/7.15 1358[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1358 -> 1649[label="",style="solid", color="black", weight=3]; 18.77/7.15 1359[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1359 -> 1650[label="",style="solid", color="black", weight=3]; 18.77/7.15 1360[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1360 -> 1651[label="",style="solid", color="black", weight=3]; 18.77/7.15 1361[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1361 -> 1652[label="",style="solid", color="black", weight=3]; 18.77/7.15 1362[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1362 -> 1653[label="",style="solid", color="black", weight=3]; 18.77/7.15 1363[label="compare1 (vwx143,vwx144,vwx145) (vwx146,vwx147,vwx148) (False || vwx150)",fontsize=16,color="black",shape="box"];1363 -> 1654[label="",style="solid", color="black", weight=3]; 18.77/7.15 1364[label="compare1 (vwx143,vwx144,vwx145) (vwx146,vwx147,vwx148) (True || vwx150)",fontsize=16,color="black",shape="box"];1364 -> 1655[label="",style="solid", color="black", weight=3]; 18.77/7.15 1365 -> 1312[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1365[label="vwx49 <= vwx50",fontsize=16,color="magenta"];1365 -> 1656[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1365 -> 1657[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1366 -> 1313[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1366[label="vwx49 <= vwx50",fontsize=16,color="magenta"];1366 -> 1658[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1366 -> 1659[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1367 -> 1314[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1367[label="vwx49 <= vwx50",fontsize=16,color="magenta"];1367 -> 1660[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1367 -> 1661[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1368 -> 1315[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1368[label="vwx49 <= vwx50",fontsize=16,color="magenta"];1368 -> 1662[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1368 -> 1663[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1369 -> 1316[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1369[label="vwx49 <= vwx50",fontsize=16,color="magenta"];1369 -> 1664[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1369 -> 1665[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1370 -> 1317[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1370[label="vwx49 <= vwx50",fontsize=16,color="magenta"];1370 -> 1666[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1370 -> 1667[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1371 -> 1318[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1371[label="vwx49 <= vwx50",fontsize=16,color="magenta"];1371 -> 1668[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1371 -> 1669[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1372 -> 1319[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1372[label="vwx49 <= vwx50",fontsize=16,color="magenta"];1372 -> 1670[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1372 -> 1671[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1373 -> 1320[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1373[label="vwx49 <= vwx50",fontsize=16,color="magenta"];1373 -> 1672[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1373 -> 1673[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1374 -> 1321[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1374[label="vwx49 <= vwx50",fontsize=16,color="magenta"];1374 -> 1674[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1374 -> 1675[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1375 -> 1322[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1375[label="vwx49 <= vwx50",fontsize=16,color="magenta"];1375 -> 1676[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1375 -> 1677[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1376 -> 1323[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1376[label="vwx49 <= vwx50",fontsize=16,color="magenta"];1376 -> 1678[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1376 -> 1679[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1377 -> 1324[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1377[label="vwx49 <= vwx50",fontsize=16,color="magenta"];1377 -> 1680[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1377 -> 1681[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1378 -> 1325[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1378[label="vwx49 <= vwx50",fontsize=16,color="magenta"];1378 -> 1682[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1378 -> 1683[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1379[label="compare0 (Left vwx121) (Left vwx122) otherwise",fontsize=16,color="black",shape="box"];1379 -> 1684[label="",style="solid", color="black", weight=3]; 18.77/7.15 1380[label="LT",fontsize=16,color="green",shape="box"];1381 -> 1312[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1381[label="vwx56 <= vwx57",fontsize=16,color="magenta"];1381 -> 1685[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1381 -> 1686[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1382 -> 1313[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1382[label="vwx56 <= vwx57",fontsize=16,color="magenta"];1382 -> 1687[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1382 -> 1688[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1383 -> 1314[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1383[label="vwx56 <= vwx57",fontsize=16,color="magenta"];1383 -> 1689[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1383 -> 1690[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1384 -> 1315[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1384[label="vwx56 <= vwx57",fontsize=16,color="magenta"];1384 -> 1691[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1384 -> 1692[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1385 -> 1316[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1385[label="vwx56 <= vwx57",fontsize=16,color="magenta"];1385 -> 1693[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1385 -> 1694[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1386 -> 1317[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1386[label="vwx56 <= vwx57",fontsize=16,color="magenta"];1386 -> 1695[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1386 -> 1696[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1387 -> 1318[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1387[label="vwx56 <= vwx57",fontsize=16,color="magenta"];1387 -> 1697[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1387 -> 1698[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1388 -> 1319[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1388[label="vwx56 <= vwx57",fontsize=16,color="magenta"];1388 -> 1699[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1388 -> 1700[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1389 -> 1320[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1389[label="vwx56 <= vwx57",fontsize=16,color="magenta"];1389 -> 1701[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1389 -> 1702[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1390 -> 1321[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1390[label="vwx56 <= vwx57",fontsize=16,color="magenta"];1390 -> 1703[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1390 -> 1704[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1391 -> 1322[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1391[label="vwx56 <= vwx57",fontsize=16,color="magenta"];1391 -> 1705[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1391 -> 1706[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1392 -> 1323[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1392[label="vwx56 <= vwx57",fontsize=16,color="magenta"];1392 -> 1707[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1392 -> 1708[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1393 -> 1324[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1393[label="vwx56 <= vwx57",fontsize=16,color="magenta"];1393 -> 1709[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1393 -> 1710[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1394 -> 1325[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1394[label="vwx56 <= vwx57",fontsize=16,color="magenta"];1394 -> 1711[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1394 -> 1712[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1395[label="compare0 (Right vwx128) (Right vwx129) otherwise",fontsize=16,color="black",shape="box"];1395 -> 1713[label="",style="solid", color="black", weight=3]; 18.77/7.15 1396[label="LT",fontsize=16,color="green",shape="box"];1412 -> 1349[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1412[label="vwx91 < vwx93",fontsize=16,color="magenta"];1412 -> 1714[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1412 -> 1715[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1413 -> 1350[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1413[label="vwx91 < vwx93",fontsize=16,color="magenta"];1413 -> 1716[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1413 -> 1717[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1414 -> 1351[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1414[label="vwx91 < vwx93",fontsize=16,color="magenta"];1414 -> 1718[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1414 -> 1719[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1415 -> 1352[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1415[label="vwx91 < vwx93",fontsize=16,color="magenta"];1415 -> 1720[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1415 -> 1721[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1416 -> 1353[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1416[label="vwx91 < vwx93",fontsize=16,color="magenta"];1416 -> 1722[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1416 -> 1723[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1417 -> 1354[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1417[label="vwx91 < vwx93",fontsize=16,color="magenta"];1417 -> 1724[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1417 -> 1725[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1418 -> 1355[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1418[label="vwx91 < vwx93",fontsize=16,color="magenta"];1418 -> 1726[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1418 -> 1727[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1419 -> 1356[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1419[label="vwx91 < vwx93",fontsize=16,color="magenta"];1419 -> 1728[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1419 -> 1729[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1420 -> 1357[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1420[label="vwx91 < vwx93",fontsize=16,color="magenta"];1420 -> 1730[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1420 -> 1731[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1421 -> 1358[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1421[label="vwx91 < vwx93",fontsize=16,color="magenta"];1421 -> 1732[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1421 -> 1733[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1422 -> 1359[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1422[label="vwx91 < vwx93",fontsize=16,color="magenta"];1422 -> 1734[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1422 -> 1735[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1423 -> 1360[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1423[label="vwx91 < vwx93",fontsize=16,color="magenta"];1423 -> 1736[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1423 -> 1737[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1424 -> 1361[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1424[label="vwx91 < vwx93",fontsize=16,color="magenta"];1424 -> 1738[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1424 -> 1739[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1425 -> 1362[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1425[label="vwx91 < vwx93",fontsize=16,color="magenta"];1425 -> 1740[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1425 -> 1741[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1426[label="vwx92 <= vwx94",fontsize=16,color="blue",shape="box"];3451[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1426 -> 3451[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3451 -> 1742[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3452[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1426 -> 3452[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3452 -> 1743[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3453[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1426 -> 3453[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3453 -> 1744[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3454[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1426 -> 3454[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3454 -> 1745[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3455[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1426 -> 3455[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3455 -> 1746[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3456[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1426 -> 3456[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3456 -> 1747[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3457[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1426 -> 3457[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3457 -> 1748[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3458[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1426 -> 3458[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3458 -> 1749[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3459[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1426 -> 3459[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3459 -> 1750[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3460[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1426 -> 3460[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3460 -> 1751[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3461[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1426 -> 3461[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3461 -> 1752[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3462[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1426 -> 3462[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3462 -> 1753[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3463[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1426 -> 3463[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3463 -> 1754[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3464[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1426 -> 3464[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3464 -> 1755[label="",style="solid", color="blue", weight=3]; 18.77/7.15 1427[label="vwx91 == vwx93",fontsize=16,color="blue",shape="box"];3465[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1427 -> 3465[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3465 -> 1756[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3466[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1427 -> 3466[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3466 -> 1757[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3467[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1427 -> 3467[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3467 -> 1758[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3468[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1427 -> 3468[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3468 -> 1759[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3469[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1427 -> 3469[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3469 -> 1760[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3470[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1427 -> 3470[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3470 -> 1761[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3471[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1427 -> 3471[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3471 -> 1762[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3472[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1427 -> 3472[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3472 -> 1763[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3473[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1427 -> 3473[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3473 -> 1764[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3474[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1427 -> 3474[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3474 -> 1765[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3475[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1427 -> 3475[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3475 -> 1766[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3476[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1427 -> 3476[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3476 -> 1767[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3477[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1427 -> 3477[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3477 -> 1768[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3478[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1427 -> 3478[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3478 -> 1769[label="",style="solid", color="blue", weight=3]; 18.77/7.15 1428[label="compare1 (vwx158,vwx159) (vwx160,vwx161) (False || vwx163)",fontsize=16,color="black",shape="box"];1428 -> 1770[label="",style="solid", color="black", weight=3]; 18.77/7.15 1429[label="compare1 (vwx158,vwx159) (vwx160,vwx161) (True || vwx163)",fontsize=16,color="black",shape="box"];1429 -> 1771[label="",style="solid", color="black", weight=3]; 18.77/7.15 1430[label="primMulNat (Succ vwx300000) vwx310010",fontsize=16,color="burlywood",shape="box"];3479[label="vwx310010/Succ vwx3100100",fontsize=10,color="white",style="solid",shape="box"];1430 -> 3479[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3479 -> 1772[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3480[label="vwx310010/Zero",fontsize=10,color="white",style="solid",shape="box"];1430 -> 3480[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3480 -> 1773[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1431[label="primMulNat Zero vwx310010",fontsize=16,color="burlywood",shape="box"];3481[label="vwx310010/Succ vwx3100100",fontsize=10,color="white",style="solid",shape="box"];1431 -> 3481[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3481 -> 1774[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3482[label="vwx310010/Zero",fontsize=10,color="white",style="solid",shape="box"];1431 -> 3482[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3482 -> 1775[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1432[label="vwx310010",fontsize=16,color="green",shape="box"];1433[label="vwx30000",fontsize=16,color="green",shape="box"];1434[label="vwx310010",fontsize=16,color="green",shape="box"];1435[label="vwx30000",fontsize=16,color="green",shape="box"];1436 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1436[label="vwx30001 * vwx310000",fontsize=16,color="magenta"];1436 -> 1776[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1436 -> 1777[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1437 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1437[label="vwx30000 * vwx310001",fontsize=16,color="magenta"];1437 -> 1778[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1437 -> 1779[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1438[label="vwx310000",fontsize=16,color="green",shape="box"];1439[label="vwx30000",fontsize=16,color="green",shape="box"];1440[label="vwx310000",fontsize=16,color="green",shape="box"];1441[label="vwx30000",fontsize=16,color="green",shape="box"];1442[label="vwx310000",fontsize=16,color="green",shape="box"];1443[label="vwx30000",fontsize=16,color="green",shape="box"];1444[label="vwx310000",fontsize=16,color="green",shape="box"];1445[label="vwx30000",fontsize=16,color="green",shape="box"];1446[label="vwx310000",fontsize=16,color="green",shape="box"];1447[label="vwx30000",fontsize=16,color="green",shape="box"];1448[label="vwx310000",fontsize=16,color="green",shape="box"];1449[label="vwx30000",fontsize=16,color="green",shape="box"];1450[label="vwx310000",fontsize=16,color="green",shape="box"];1451[label="vwx30000",fontsize=16,color="green",shape="box"];1452[label="vwx310000",fontsize=16,color="green",shape="box"];1453[label="vwx30000",fontsize=16,color="green",shape="box"];1454[label="vwx310000",fontsize=16,color="green",shape="box"];1455[label="vwx30000",fontsize=16,color="green",shape="box"];1456[label="vwx310000",fontsize=16,color="green",shape="box"];1457[label="vwx30000",fontsize=16,color="green",shape="box"];1458[label="vwx310000",fontsize=16,color="green",shape="box"];1459[label="vwx30000",fontsize=16,color="green",shape="box"];1460[label="vwx310000",fontsize=16,color="green",shape="box"];1461[label="vwx30000",fontsize=16,color="green",shape="box"];1462[label="vwx310000",fontsize=16,color="green",shape="box"];1463[label="vwx30000",fontsize=16,color="green",shape="box"];1464[label="vwx310000",fontsize=16,color="green",shape="box"];1465[label="vwx30000",fontsize=16,color="green",shape="box"];1466[label="vwx30002 == vwx310002",fontsize=16,color="blue",shape="box"];3483[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1466 -> 3483[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3483 -> 1780[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3484[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1466 -> 3484[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3484 -> 1781[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3485[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1466 -> 3485[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3485 -> 1782[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3486[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1466 -> 3486[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3486 -> 1783[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3487[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1466 -> 3487[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3487 -> 1784[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3488[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1466 -> 3488[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3488 -> 1785[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3489[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1466 -> 3489[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3489 -> 1786[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3490[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1466 -> 3490[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3490 -> 1787[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3491[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1466 -> 3491[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3491 -> 1788[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3492[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1466 -> 3492[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3492 -> 1789[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3493[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1466 -> 3493[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3493 -> 1790[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3494[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1466 -> 3494[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3494 -> 1791[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3495[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1466 -> 3495[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3495 -> 1792[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3496[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1466 -> 3496[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3496 -> 1793[label="",style="solid", color="blue", weight=3]; 18.77/7.15 1467[label="vwx30001 == vwx310001",fontsize=16,color="blue",shape="box"];3497[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3497[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3497 -> 1794[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3498[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3498[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3498 -> 1795[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3499[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3499[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3499 -> 1796[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3500[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3500[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3500 -> 1797[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3501[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3501[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3501 -> 1798[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3502[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3502[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3502 -> 1799[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3503[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3503[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3503 -> 1800[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3504[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3504[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3504 -> 1801[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3505[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3505[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3505 -> 1802[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3506[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3506[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3506 -> 1803[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3507[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3507[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3507 -> 1804[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3508[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3508[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3508 -> 1805[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3509[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3509[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3509 -> 1806[label="",style="solid", color="blue", weight=3]; 18.77/7.15 3510[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3510[label="",style="solid", color="blue", weight=9]; 18.77/7.15 3510 -> 1807[label="",style="solid", color="blue", weight=3]; 18.77/7.15 1468 -> 434[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1468[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1468 -> 1808[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1468 -> 1809[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1469 -> 435[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1469[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1469 -> 1810[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1469 -> 1811[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1470 -> 436[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1470[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1470 -> 1812[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1470 -> 1813[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1471 -> 437[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1471[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1471 -> 1814[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1471 -> 1815[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1472 -> 438[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1472[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1472 -> 1816[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1472 -> 1817[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1473 -> 439[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1473[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1473 -> 1818[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1473 -> 1819[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1474 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1474[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1474 -> 1820[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1474 -> 1821[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1475 -> 441[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1475[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1475 -> 1822[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1475 -> 1823[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1476 -> 442[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1476[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1476 -> 1824[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1476 -> 1825[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1477 -> 443[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1477[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1477 -> 1826[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1477 -> 1827[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1478 -> 444[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1478[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1478 -> 1828[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1478 -> 1829[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1479 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1479[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1479 -> 1830[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1479 -> 1831[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1480 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1480[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1480 -> 1832[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1480 -> 1833[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1481 -> 447[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1481[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1481 -> 1834[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1481 -> 1835[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1482[label="vwx310001",fontsize=16,color="green",shape="box"];1483[label="vwx30001",fontsize=16,color="green",shape="box"];1484 -> 434[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1484[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1484 -> 1836[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1484 -> 1837[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1485 -> 435[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1485[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1485 -> 1838[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1485 -> 1839[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1486 -> 436[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1486[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1486 -> 1840[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1486 -> 1841[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1487 -> 437[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1487[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1487 -> 1842[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1487 -> 1843[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1488 -> 438[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1488[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1488 -> 1844[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1488 -> 1845[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1489 -> 439[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1489[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1489 -> 1846[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1489 -> 1847[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1490 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1490[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1490 -> 1848[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1490 -> 1849[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1491 -> 441[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1491[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1491 -> 1850[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1491 -> 1851[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1492 -> 442[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1492[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1492 -> 1852[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1492 -> 1853[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1493 -> 443[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1493[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1493 -> 1854[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1493 -> 1855[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1494 -> 444[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1494[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1494 -> 1856[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1494 -> 1857[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1495 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1495[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1495 -> 1858[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1495 -> 1859[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1496 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1496[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1496 -> 1860[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1496 -> 1861[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1497 -> 447[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1497[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1497 -> 1862[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1497 -> 1863[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1498 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1498[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1498 -> 1864[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1498 -> 1865[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1499 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1499[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1499 -> 1866[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1499 -> 1867[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1500 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1500[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1500 -> 1868[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1500 -> 1869[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1501 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1501[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1501 -> 1870[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1501 -> 1871[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1502 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1502[label="vwx30001 * vwx310000",fontsize=16,color="magenta"];1502 -> 1872[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1502 -> 1873[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1503 -> 344[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1503[label="vwx30000 * vwx310001",fontsize=16,color="magenta"];1503 -> 1874[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1503 -> 1875[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1504[label="primEqNat (Succ vwx300000) vwx310000",fontsize=16,color="burlywood",shape="box"];3511[label="vwx310000/Succ vwx3100000",fontsize=10,color="white",style="solid",shape="box"];1504 -> 3511[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3511 -> 1876[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3512[label="vwx310000/Zero",fontsize=10,color="white",style="solid",shape="box"];1504 -> 3512[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3512 -> 1877[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1505[label="primEqNat Zero vwx310000",fontsize=16,color="burlywood",shape="box"];3513[label="vwx310000/Succ vwx3100000",fontsize=10,color="white",style="solid",shape="box"];1505 -> 3513[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3513 -> 1878[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3514[label="vwx310000/Zero",fontsize=10,color="white",style="solid",shape="box"];1505 -> 3514[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3514 -> 1879[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1506 -> 434[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1506[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1506 -> 1880[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1506 -> 1881[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1507 -> 435[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1507[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1507 -> 1882[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1507 -> 1883[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1508 -> 436[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1508[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1508 -> 1884[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1508 -> 1885[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1509 -> 437[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1509[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1509 -> 1886[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1509 -> 1887[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1510 -> 438[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1510[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1510 -> 1888[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1510 -> 1889[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1511 -> 439[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1511[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1511 -> 1890[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1511 -> 1891[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1512 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1512[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1512 -> 1892[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1512 -> 1893[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1513 -> 441[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1513[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1513 -> 1894[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1513 -> 1895[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1514 -> 442[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1514[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1514 -> 1896[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1514 -> 1897[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1515 -> 443[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1515[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1515 -> 1898[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1515 -> 1899[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1516 -> 444[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1516[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1516 -> 1900[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1516 -> 1901[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1517 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1517[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1517 -> 1902[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1517 -> 1903[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1518 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1518[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1518 -> 1904[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1518 -> 1905[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1519 -> 447[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1519[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1519 -> 1906[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1519 -> 1907[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1520 -> 434[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1520[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1520 -> 1908[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1520 -> 1909[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1521 -> 435[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1521[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1521 -> 1910[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1521 -> 1911[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1522 -> 436[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1522[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1522 -> 1912[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1522 -> 1913[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1523 -> 437[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1523[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1523 -> 1914[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1523 -> 1915[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1524 -> 438[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1524[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1524 -> 1916[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1524 -> 1917[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1525 -> 439[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1525[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1525 -> 1918[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1525 -> 1919[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1526 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1526[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1526 -> 1920[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1526 -> 1921[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1527 -> 441[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1527[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1527 -> 1922[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1527 -> 1923[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1528 -> 442[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1528[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1528 -> 1924[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1528 -> 1925[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1529 -> 443[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1529[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1529 -> 1926[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1529 -> 1927[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1530 -> 444[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1530[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1530 -> 1928[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1530 -> 1929[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1531 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1531[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1531 -> 1930[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1531 -> 1931[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1532 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1532[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1532 -> 1932[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1532 -> 1933[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1533 -> 447[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1533[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1533 -> 1934[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1533 -> 1935[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1534[label="primEqInt (Pos (Succ vwx300000)) (Pos (Succ vwx3100000))",fontsize=16,color="black",shape="box"];1534 -> 1936[label="",style="solid", color="black", weight=3]; 18.77/7.15 1535[label="primEqInt (Pos (Succ vwx300000)) (Pos Zero)",fontsize=16,color="black",shape="box"];1535 -> 1937[label="",style="solid", color="black", weight=3]; 18.77/7.15 1536[label="False",fontsize=16,color="green",shape="box"];1537[label="primEqInt (Pos Zero) (Pos (Succ vwx3100000))",fontsize=16,color="black",shape="box"];1537 -> 1938[label="",style="solid", color="black", weight=3]; 18.77/7.15 1538[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1538 -> 1939[label="",style="solid", color="black", weight=3]; 18.77/7.15 1539[label="primEqInt (Pos Zero) (Neg (Succ vwx3100000))",fontsize=16,color="black",shape="box"];1539 -> 1940[label="",style="solid", color="black", weight=3]; 18.77/7.15 1540[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1540 -> 1941[label="",style="solid", color="black", weight=3]; 18.77/7.15 1541[label="False",fontsize=16,color="green",shape="box"];1542[label="primEqInt (Neg (Succ vwx300000)) (Neg (Succ vwx3100000))",fontsize=16,color="black",shape="box"];1542 -> 1942[label="",style="solid", color="black", weight=3]; 18.77/7.15 1543[label="primEqInt (Neg (Succ vwx300000)) (Neg Zero)",fontsize=16,color="black",shape="box"];1543 -> 1943[label="",style="solid", color="black", weight=3]; 18.77/7.15 1544[label="primEqInt (Neg Zero) (Pos (Succ vwx3100000))",fontsize=16,color="black",shape="box"];1544 -> 1944[label="",style="solid", color="black", weight=3]; 18.77/7.15 1545[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1545 -> 1945[label="",style="solid", color="black", weight=3]; 18.77/7.15 1546[label="primEqInt (Neg Zero) (Neg (Succ vwx3100000))",fontsize=16,color="black",shape="box"];1546 -> 1946[label="",style="solid", color="black", weight=3]; 18.77/7.15 1547[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1547 -> 1947[label="",style="solid", color="black", weight=3]; 18.77/7.15 1548[label="vwx310000",fontsize=16,color="green",shape="box"];1549[label="vwx30000",fontsize=16,color="green",shape="box"];1550[label="vwx310000",fontsize=16,color="green",shape="box"];1551[label="vwx30000",fontsize=16,color="green",shape="box"];1552[label="vwx310000",fontsize=16,color="green",shape="box"];1553[label="vwx30000",fontsize=16,color="green",shape="box"];1554[label="vwx310000",fontsize=16,color="green",shape="box"];1555[label="vwx30000",fontsize=16,color="green",shape="box"];1556[label="vwx310000",fontsize=16,color="green",shape="box"];1557[label="vwx30000",fontsize=16,color="green",shape="box"];1558[label="vwx310000",fontsize=16,color="green",shape="box"];1559[label="vwx30000",fontsize=16,color="green",shape="box"];1560[label="vwx310000",fontsize=16,color="green",shape="box"];1561[label="vwx30000",fontsize=16,color="green",shape="box"];1562[label="vwx310000",fontsize=16,color="green",shape="box"];1563[label="vwx30000",fontsize=16,color="green",shape="box"];1564[label="vwx310000",fontsize=16,color="green",shape="box"];1565[label="vwx30000",fontsize=16,color="green",shape="box"];1566[label="vwx310000",fontsize=16,color="green",shape="box"];1567[label="vwx30000",fontsize=16,color="green",shape="box"];1568[label="vwx310000",fontsize=16,color="green",shape="box"];1569[label="vwx30000",fontsize=16,color="green",shape="box"];1570[label="vwx310000",fontsize=16,color="green",shape="box"];1571[label="vwx30000",fontsize=16,color="green",shape="box"];1572[label="vwx310000",fontsize=16,color="green",shape="box"];1573[label="vwx30000",fontsize=16,color="green",shape="box"];1574[label="vwx310000",fontsize=16,color="green",shape="box"];1575[label="vwx30000",fontsize=16,color="green",shape="box"];1576[label="vwx310000",fontsize=16,color="green",shape="box"];1577[label="vwx30000",fontsize=16,color="green",shape="box"];1578[label="vwx310000",fontsize=16,color="green",shape="box"];1579[label="vwx30000",fontsize=16,color="green",shape="box"];1580[label="vwx310000",fontsize=16,color="green",shape="box"];1581[label="vwx30000",fontsize=16,color="green",shape="box"];1582[label="vwx310000",fontsize=16,color="green",shape="box"];1583[label="vwx30000",fontsize=16,color="green",shape="box"];1584[label="vwx310000",fontsize=16,color="green",shape="box"];1585[label="vwx30000",fontsize=16,color="green",shape="box"];1586[label="vwx310000",fontsize=16,color="green",shape="box"];1587[label="vwx30000",fontsize=16,color="green",shape="box"];1588[label="vwx310000",fontsize=16,color="green",shape="box"];1589[label="vwx30000",fontsize=16,color="green",shape="box"];1590[label="vwx310000",fontsize=16,color="green",shape="box"];1591[label="vwx30000",fontsize=16,color="green",shape="box"];1592[label="vwx310000",fontsize=16,color="green",shape="box"];1593[label="vwx30000",fontsize=16,color="green",shape="box"];1594[label="vwx310000",fontsize=16,color="green",shape="box"];1595[label="vwx30000",fontsize=16,color="green",shape="box"];1596[label="vwx310000",fontsize=16,color="green",shape="box"];1597[label="vwx30000",fontsize=16,color="green",shape="box"];1598[label="vwx310000",fontsize=16,color="green",shape="box"];1599[label="vwx30000",fontsize=16,color="green",shape="box"];1600[label="vwx310000",fontsize=16,color="green",shape="box"];1601[label="vwx30000",fontsize=16,color="green",shape="box"];1602[label="vwx310000",fontsize=16,color="green",shape="box"];1603[label="vwx30000",fontsize=16,color="green",shape="box"];1604[label="False <= vwx28",fontsize=16,color="burlywood",shape="box"];3515[label="vwx28/False",fontsize=10,color="white",style="solid",shape="box"];1604 -> 3515[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3515 -> 1948[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3516[label="vwx28/True",fontsize=10,color="white",style="solid",shape="box"];1604 -> 3516[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3516 -> 1949[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1605[label="True <= vwx28",fontsize=16,color="burlywood",shape="box"];3517[label="vwx28/False",fontsize=10,color="white",style="solid",shape="box"];1605 -> 3517[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3517 -> 1950[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 3518[label="vwx28/True",fontsize=10,color="white",style="solid",shape="box"];1605 -> 3518[label="",style="solid", color="burlywood", weight=9]; 18.77/7.15 3518 -> 1951[label="",style="solid", color="burlywood", weight=3]; 18.77/7.15 1606 -> 1952[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1606[label="compare vwx27 vwx28 /= GT",fontsize=16,color="magenta"];1606 -> 1953[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1607 -> 1952[label="",style="dashed", color="red", weight=0]; 18.77/7.15 1607[label="compare vwx27 vwx28 /= GT",fontsize=16,color="magenta"];1607 -> 1954[label="",style="dashed", color="magenta", weight=3]; 18.77/7.15 1608[label="Nothing <= vwx28",fontsize=16,color="burlywood",shape="box"];3519[label="vwx28/Nothing",fontsize=10,color="white",style="solid",shape="box"];1608 -> 3519[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3519 -> 1961[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 3520[label="vwx28/Just vwx280",fontsize=10,color="white",style="solid",shape="box"];1608 -> 3520[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3520 -> 1962[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 1609[label="Just vwx270 <= vwx28",fontsize=16,color="burlywood",shape="box"];3521[label="vwx28/Nothing",fontsize=10,color="white",style="solid",shape="box"];1609 -> 3521[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3521 -> 1963[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 3522[label="vwx28/Just vwx280",fontsize=10,color="white",style="solid",shape="box"];1609 -> 3522[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3522 -> 1964[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 1610[label="LT <= vwx28",fontsize=16,color="burlywood",shape="box"];3523[label="vwx28/LT",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3523[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3523 -> 1965[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 3524[label="vwx28/EQ",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3524[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3524 -> 1966[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 3525[label="vwx28/GT",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3525[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3525 -> 1967[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 1611[label="EQ <= vwx28",fontsize=16,color="burlywood",shape="box"];3526[label="vwx28/LT",fontsize=10,color="white",style="solid",shape="box"];1611 -> 3526[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3526 -> 1968[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 3527[label="vwx28/EQ",fontsize=10,color="white",style="solid",shape="box"];1611 -> 3527[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3527 -> 1969[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 3528[label="vwx28/GT",fontsize=10,color="white",style="solid",shape="box"];1611 -> 3528[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3528 -> 1970[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 1612[label="GT <= vwx28",fontsize=16,color="burlywood",shape="box"];3529[label="vwx28/LT",fontsize=10,color="white",style="solid",shape="box"];1612 -> 3529[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3529 -> 1971[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 3530[label="vwx28/EQ",fontsize=10,color="white",style="solid",shape="box"];1612 -> 3530[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3530 -> 1972[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 3531[label="vwx28/GT",fontsize=10,color="white",style="solid",shape="box"];1612 -> 3531[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3531 -> 1973[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 1613[label="(vwx270,vwx271,vwx272) <= vwx28",fontsize=16,color="burlywood",shape="box"];3532[label="vwx28/(vwx280,vwx281,vwx282)",fontsize=10,color="white",style="solid",shape="box"];1613 -> 3532[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3532 -> 1974[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 1614[label="Left vwx270 <= vwx28",fontsize=16,color="burlywood",shape="box"];3533[label="vwx28/Left vwx280",fontsize=10,color="white",style="solid",shape="box"];1614 -> 3533[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3533 -> 1975[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 3534[label="vwx28/Right vwx280",fontsize=10,color="white",style="solid",shape="box"];1614 -> 3534[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3534 -> 1976[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 1615[label="Right vwx270 <= vwx28",fontsize=16,color="burlywood",shape="box"];3535[label="vwx28/Left vwx280",fontsize=10,color="white",style="solid",shape="box"];1615 -> 3535[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3535 -> 1977[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 3536[label="vwx28/Right vwx280",fontsize=10,color="white",style="solid",shape="box"];1615 -> 3536[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3536 -> 1978[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 1616[label="(vwx270,vwx271) <= vwx28",fontsize=16,color="burlywood",shape="box"];3537[label="vwx28/(vwx280,vwx281)",fontsize=10,color="white",style="solid",shape="box"];1616 -> 3537[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3537 -> 1979[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 1617 -> 1952[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1617[label="compare vwx27 vwx28 /= GT",fontsize=16,color="magenta"];1617 -> 1955[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1618 -> 1952[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1618[label="compare vwx27 vwx28 /= GT",fontsize=16,color="magenta"];1618 -> 1956[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1619 -> 1952[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1619[label="compare vwx27 vwx28 /= GT",fontsize=16,color="magenta"];1619 -> 1957[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1620 -> 1952[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1620[label="compare vwx27 vwx28 /= GT",fontsize=16,color="magenta"];1620 -> 1958[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1621 -> 1952[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1621[label="compare vwx27 vwx28 /= GT",fontsize=16,color="magenta"];1621 -> 1959[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1622 -> 1952[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1622[label="compare vwx27 vwx28 /= GT",fontsize=16,color="magenta"];1622 -> 1960[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1623[label="compare0 (Just vwx107) (Just vwx108) True",fontsize=16,color="black",shape="box"];1623 -> 1980[label="",style="solid", color="black", weight=3]; 18.77/7.16 1984[label="vwx79 < vwx82",fontsize=16,color="blue",shape="box"];3538[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1984 -> 3538[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3538 -> 1988[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3539[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1984 -> 3539[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3539 -> 1989[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3540[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1984 -> 3540[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3540 -> 1990[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3541[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1984 -> 3541[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3541 -> 1991[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3542[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1984 -> 3542[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3542 -> 1992[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3543[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1984 -> 3543[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3543 -> 1993[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3544[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1984 -> 3544[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3544 -> 1994[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3545[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1984 -> 3545[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3545 -> 1995[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3546[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1984 -> 3546[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3546 -> 1996[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3547[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1984 -> 3547[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3547 -> 1997[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3548[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1984 -> 3548[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3548 -> 1998[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3549[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1984 -> 3549[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3549 -> 1999[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3550[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1984 -> 3550[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3550 -> 2000[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3551[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1984 -> 3551[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3551 -> 2001[label="",style="solid", color="blue", weight=3]; 18.77/7.16 1985 -> 987[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1985[label="vwx79 == vwx82 && vwx80 <= vwx83",fontsize=16,color="magenta"];1985 -> 2002[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1985 -> 2003[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1983[label="vwx169 || vwx170",fontsize=16,color="burlywood",shape="triangle"];3552[label="vwx169/False",fontsize=10,color="white",style="solid",shape="box"];1983 -> 3552[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3552 -> 2004[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 3553[label="vwx169/True",fontsize=10,color="white",style="solid",shape="box"];1983 -> 3553[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3553 -> 2005[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 1626 -> 434[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1626[label="vwx78 == vwx81",fontsize=16,color="magenta"];1626 -> 2006[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1626 -> 2007[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1627 -> 435[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1627[label="vwx78 == vwx81",fontsize=16,color="magenta"];1627 -> 2008[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1627 -> 2009[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1628 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1628[label="vwx78 == vwx81",fontsize=16,color="magenta"];1628 -> 2010[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1628 -> 2011[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1629 -> 436[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1629[label="vwx78 == vwx81",fontsize=16,color="magenta"];1629 -> 2012[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1629 -> 2013[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1630 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1630[label="vwx78 == vwx81",fontsize=16,color="magenta"];1630 -> 2014[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1630 -> 2015[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1631 -> 437[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1631[label="vwx78 == vwx81",fontsize=16,color="magenta"];1631 -> 2016[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1631 -> 2017[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1632 -> 447[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1632[label="vwx78 == vwx81",fontsize=16,color="magenta"];1632 -> 2018[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1632 -> 2019[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1633 -> 444[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1633[label="vwx78 == vwx81",fontsize=16,color="magenta"];1633 -> 2020[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1633 -> 2021[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1634 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1634[label="vwx78 == vwx81",fontsize=16,color="magenta"];1634 -> 2022[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1634 -> 2023[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1635 -> 442[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1635[label="vwx78 == vwx81",fontsize=16,color="magenta"];1635 -> 2024[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1635 -> 2025[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1636 -> 441[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1636[label="vwx78 == vwx81",fontsize=16,color="magenta"];1636 -> 2026[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1636 -> 2027[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1637 -> 438[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1637[label="vwx78 == vwx81",fontsize=16,color="magenta"];1637 -> 2028[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1637 -> 2029[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1638 -> 439[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1638[label="vwx78 == vwx81",fontsize=16,color="magenta"];1638 -> 2030[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1638 -> 2031[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1639 -> 443[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1639[label="vwx78 == vwx81",fontsize=16,color="magenta"];1639 -> 2032[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1639 -> 2033[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1640 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1640[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1640 -> 2034[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1640 -> 2035[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1641 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1641[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1641 -> 2036[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1641 -> 2037[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1642 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1642[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1642 -> 2038[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1642 -> 2039[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1643 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1643[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1643 -> 2040[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1643 -> 2041[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1644 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1644[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1644 -> 2042[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1644 -> 2043[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1645 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1645[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1645 -> 2044[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1645 -> 2045[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1646 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1646[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1646 -> 2046[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1646 -> 2047[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1647 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1647[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1647 -> 2048[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1647 -> 2049[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1648 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1648[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1648 -> 2050[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1648 -> 2051[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1649 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1649[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1649 -> 2052[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1649 -> 2053[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1650 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1650[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1650 -> 2054[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1650 -> 2055[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1651 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1651[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1651 -> 2056[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1651 -> 2057[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1652 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1652[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1652 -> 2058[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1652 -> 2059[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1653 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1653[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1653 -> 2060[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1653 -> 2061[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1654[label="compare1 (vwx143,vwx144,vwx145) (vwx146,vwx147,vwx148) vwx150",fontsize=16,color="burlywood",shape="triangle"];3554[label="vwx150/False",fontsize=10,color="white",style="solid",shape="box"];1654 -> 3554[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3554 -> 2062[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 3555[label="vwx150/True",fontsize=10,color="white",style="solid",shape="box"];1654 -> 3555[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3555 -> 2063[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 1655 -> 1654[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1655[label="compare1 (vwx143,vwx144,vwx145) (vwx146,vwx147,vwx148) True",fontsize=16,color="magenta"];1655 -> 2064[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1656[label="vwx49",fontsize=16,color="green",shape="box"];1657[label="vwx50",fontsize=16,color="green",shape="box"];1658[label="vwx49",fontsize=16,color="green",shape="box"];1659[label="vwx50",fontsize=16,color="green",shape="box"];1660[label="vwx49",fontsize=16,color="green",shape="box"];1661[label="vwx50",fontsize=16,color="green",shape="box"];1662[label="vwx49",fontsize=16,color="green",shape="box"];1663[label="vwx50",fontsize=16,color="green",shape="box"];1664[label="vwx49",fontsize=16,color="green",shape="box"];1665[label="vwx50",fontsize=16,color="green",shape="box"];1666[label="vwx49",fontsize=16,color="green",shape="box"];1667[label="vwx50",fontsize=16,color="green",shape="box"];1668[label="vwx49",fontsize=16,color="green",shape="box"];1669[label="vwx50",fontsize=16,color="green",shape="box"];1670[label="vwx49",fontsize=16,color="green",shape="box"];1671[label="vwx50",fontsize=16,color="green",shape="box"];1672[label="vwx49",fontsize=16,color="green",shape="box"];1673[label="vwx50",fontsize=16,color="green",shape="box"];1674[label="vwx49",fontsize=16,color="green",shape="box"];1675[label="vwx50",fontsize=16,color="green",shape="box"];1676[label="vwx49",fontsize=16,color="green",shape="box"];1677[label="vwx50",fontsize=16,color="green",shape="box"];1678[label="vwx49",fontsize=16,color="green",shape="box"];1679[label="vwx50",fontsize=16,color="green",shape="box"];1680[label="vwx49",fontsize=16,color="green",shape="box"];1681[label="vwx50",fontsize=16,color="green",shape="box"];1682[label="vwx49",fontsize=16,color="green",shape="box"];1683[label="vwx50",fontsize=16,color="green",shape="box"];1684[label="compare0 (Left vwx121) (Left vwx122) True",fontsize=16,color="black",shape="box"];1684 -> 2065[label="",style="solid", color="black", weight=3]; 18.77/7.16 1685[label="vwx56",fontsize=16,color="green",shape="box"];1686[label="vwx57",fontsize=16,color="green",shape="box"];1687[label="vwx56",fontsize=16,color="green",shape="box"];1688[label="vwx57",fontsize=16,color="green",shape="box"];1689[label="vwx56",fontsize=16,color="green",shape="box"];1690[label="vwx57",fontsize=16,color="green",shape="box"];1691[label="vwx56",fontsize=16,color="green",shape="box"];1692[label="vwx57",fontsize=16,color="green",shape="box"];1693[label="vwx56",fontsize=16,color="green",shape="box"];1694[label="vwx57",fontsize=16,color="green",shape="box"];1695[label="vwx56",fontsize=16,color="green",shape="box"];1696[label="vwx57",fontsize=16,color="green",shape="box"];1697[label="vwx56",fontsize=16,color="green",shape="box"];1698[label="vwx57",fontsize=16,color="green",shape="box"];1699[label="vwx56",fontsize=16,color="green",shape="box"];1700[label="vwx57",fontsize=16,color="green",shape="box"];1701[label="vwx56",fontsize=16,color="green",shape="box"];1702[label="vwx57",fontsize=16,color="green",shape="box"];1703[label="vwx56",fontsize=16,color="green",shape="box"];1704[label="vwx57",fontsize=16,color="green",shape="box"];1705[label="vwx56",fontsize=16,color="green",shape="box"];1706[label="vwx57",fontsize=16,color="green",shape="box"];1707[label="vwx56",fontsize=16,color="green",shape="box"];1708[label="vwx57",fontsize=16,color="green",shape="box"];1709[label="vwx56",fontsize=16,color="green",shape="box"];1710[label="vwx57",fontsize=16,color="green",shape="box"];1711[label="vwx56",fontsize=16,color="green",shape="box"];1712[label="vwx57",fontsize=16,color="green",shape="box"];1713[label="compare0 (Right vwx128) (Right vwx129) True",fontsize=16,color="black",shape="box"];1713 -> 2066[label="",style="solid", color="black", weight=3]; 18.77/7.16 1714[label="vwx93",fontsize=16,color="green",shape="box"];1715[label="vwx91",fontsize=16,color="green",shape="box"];1716[label="vwx93",fontsize=16,color="green",shape="box"];1717[label="vwx91",fontsize=16,color="green",shape="box"];1718[label="vwx93",fontsize=16,color="green",shape="box"];1719[label="vwx91",fontsize=16,color="green",shape="box"];1720[label="vwx93",fontsize=16,color="green",shape="box"];1721[label="vwx91",fontsize=16,color="green",shape="box"];1722[label="vwx93",fontsize=16,color="green",shape="box"];1723[label="vwx91",fontsize=16,color="green",shape="box"];1724[label="vwx93",fontsize=16,color="green",shape="box"];1725[label="vwx91",fontsize=16,color="green",shape="box"];1726[label="vwx93",fontsize=16,color="green",shape="box"];1727[label="vwx91",fontsize=16,color="green",shape="box"];1728[label="vwx93",fontsize=16,color="green",shape="box"];1729[label="vwx91",fontsize=16,color="green",shape="box"];1730[label="vwx93",fontsize=16,color="green",shape="box"];1731[label="vwx91",fontsize=16,color="green",shape="box"];1732[label="vwx93",fontsize=16,color="green",shape="box"];1733[label="vwx91",fontsize=16,color="green",shape="box"];1734[label="vwx93",fontsize=16,color="green",shape="box"];1735[label="vwx91",fontsize=16,color="green",shape="box"];1736[label="vwx93",fontsize=16,color="green",shape="box"];1737[label="vwx91",fontsize=16,color="green",shape="box"];1738[label="vwx93",fontsize=16,color="green",shape="box"];1739[label="vwx91",fontsize=16,color="green",shape="box"];1740[label="vwx93",fontsize=16,color="green",shape="box"];1741[label="vwx91",fontsize=16,color="green",shape="box"];1742 -> 1312[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1742[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1742 -> 2067[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1742 -> 2068[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1743 -> 1313[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1743[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1743 -> 2069[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1743 -> 2070[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1744 -> 1314[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1744[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1744 -> 2071[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1744 -> 2072[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1745 -> 1315[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1745[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1745 -> 2073[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1745 -> 2074[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1746 -> 1316[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1746[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1746 -> 2075[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1746 -> 2076[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1747 -> 1317[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1747[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1747 -> 2077[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1747 -> 2078[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1748 -> 1318[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1748[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1748 -> 2079[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1748 -> 2080[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1749 -> 1319[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1749[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1749 -> 2081[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1749 -> 2082[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1750 -> 1320[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1750[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1750 -> 2083[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1750 -> 2084[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1751 -> 1321[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1751[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1751 -> 2085[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1751 -> 2086[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1752 -> 1322[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1752[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1752 -> 2087[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1752 -> 2088[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1753 -> 1323[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1753[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1753 -> 2089[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1753 -> 2090[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1754 -> 1324[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1754[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1754 -> 2091[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1754 -> 2092[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1755 -> 1325[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1755[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1755 -> 2093[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1755 -> 2094[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1756 -> 434[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1756[label="vwx91 == vwx93",fontsize=16,color="magenta"];1756 -> 2095[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1756 -> 2096[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1757 -> 435[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1757[label="vwx91 == vwx93",fontsize=16,color="magenta"];1757 -> 2097[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1757 -> 2098[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1758 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1758[label="vwx91 == vwx93",fontsize=16,color="magenta"];1758 -> 2099[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1758 -> 2100[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1759 -> 436[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1759[label="vwx91 == vwx93",fontsize=16,color="magenta"];1759 -> 2101[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1759 -> 2102[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1760 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1760[label="vwx91 == vwx93",fontsize=16,color="magenta"];1760 -> 2103[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1760 -> 2104[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1761 -> 437[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1761[label="vwx91 == vwx93",fontsize=16,color="magenta"];1761 -> 2105[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1761 -> 2106[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1762 -> 447[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1762[label="vwx91 == vwx93",fontsize=16,color="magenta"];1762 -> 2107[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1762 -> 2108[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1763 -> 444[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1763[label="vwx91 == vwx93",fontsize=16,color="magenta"];1763 -> 2109[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1763 -> 2110[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1764 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1764[label="vwx91 == vwx93",fontsize=16,color="magenta"];1764 -> 2111[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1764 -> 2112[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1765 -> 442[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1765[label="vwx91 == vwx93",fontsize=16,color="magenta"];1765 -> 2113[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1765 -> 2114[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1766 -> 441[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1766[label="vwx91 == vwx93",fontsize=16,color="magenta"];1766 -> 2115[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1766 -> 2116[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1767 -> 438[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1767[label="vwx91 == vwx93",fontsize=16,color="magenta"];1767 -> 2117[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1767 -> 2118[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1768 -> 439[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1768[label="vwx91 == vwx93",fontsize=16,color="magenta"];1768 -> 2119[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1768 -> 2120[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1769 -> 443[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1769[label="vwx91 == vwx93",fontsize=16,color="magenta"];1769 -> 2121[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1769 -> 2122[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1770[label="compare1 (vwx158,vwx159) (vwx160,vwx161) vwx163",fontsize=16,color="burlywood",shape="triangle"];3556[label="vwx163/False",fontsize=10,color="white",style="solid",shape="box"];1770 -> 3556[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3556 -> 2123[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 3557[label="vwx163/True",fontsize=10,color="white",style="solid",shape="box"];1770 -> 3557[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3557 -> 2124[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 1771 -> 1770[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1771[label="compare1 (vwx158,vwx159) (vwx160,vwx161) True",fontsize=16,color="magenta"];1771 -> 2125[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1772[label="primMulNat (Succ vwx300000) (Succ vwx3100100)",fontsize=16,color="black",shape="box"];1772 -> 2126[label="",style="solid", color="black", weight=3]; 18.77/7.16 1773[label="primMulNat (Succ vwx300000) Zero",fontsize=16,color="black",shape="box"];1773 -> 2127[label="",style="solid", color="black", weight=3]; 18.77/7.16 1774[label="primMulNat Zero (Succ vwx3100100)",fontsize=16,color="black",shape="box"];1774 -> 2128[label="",style="solid", color="black", weight=3]; 18.77/7.16 1775[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1775 -> 2129[label="",style="solid", color="black", weight=3]; 18.77/7.16 1776[label="vwx30001",fontsize=16,color="green",shape="box"];1777[label="vwx310000",fontsize=16,color="green",shape="box"];1778[label="vwx30000",fontsize=16,color="green",shape="box"];1779[label="vwx310001",fontsize=16,color="green",shape="box"];1780 -> 434[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1780[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];1780 -> 2130[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1780 -> 2131[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1781 -> 435[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1781[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];1781 -> 2132[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1781 -> 2133[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1782 -> 436[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1782[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];1782 -> 2134[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1782 -> 2135[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1783 -> 437[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1783[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];1783 -> 2136[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1783 -> 2137[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1784 -> 438[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1784[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];1784 -> 2138[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1784 -> 2139[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1785 -> 439[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1785[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];1785 -> 2140[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1785 -> 2141[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1786 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1786[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];1786 -> 2142[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1786 -> 2143[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1787 -> 441[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1787[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];1787 -> 2144[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1787 -> 2145[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1788 -> 442[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1788[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];1788 -> 2146[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1788 -> 2147[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1789 -> 443[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1789[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];1789 -> 2148[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1789 -> 2149[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1790 -> 444[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1790[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];1790 -> 2150[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1790 -> 2151[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1791 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1791[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];1791 -> 2152[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1791 -> 2153[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1792 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1792[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];1792 -> 2154[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1792 -> 2155[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1793 -> 447[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1793[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];1793 -> 2156[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1793 -> 2157[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1794 -> 434[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1794[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1794 -> 2158[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1794 -> 2159[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1795 -> 435[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1795[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1795 -> 2160[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1795 -> 2161[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1796 -> 436[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1796[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1796 -> 2162[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1796 -> 2163[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1797 -> 437[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1797[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1797 -> 2164[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1797 -> 2165[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1798 -> 438[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1798[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1798 -> 2166[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1798 -> 2167[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1799 -> 439[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1799[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1799 -> 2168[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1799 -> 2169[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1800 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1800[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1800 -> 2170[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1800 -> 2171[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1801 -> 441[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1801[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1801 -> 2172[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1801 -> 2173[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1802 -> 442[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1802[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1802 -> 2174[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1802 -> 2175[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1803 -> 443[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1803[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1803 -> 2176[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1803 -> 2177[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1804 -> 444[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1804[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1804 -> 2178[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1804 -> 2179[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1805 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1805[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1805 -> 2180[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1805 -> 2181[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1806 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1806[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1806 -> 2182[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1806 -> 2183[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1807 -> 447[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1807[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1807 -> 2184[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1807 -> 2185[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1808[label="vwx310000",fontsize=16,color="green",shape="box"];1809[label="vwx30000",fontsize=16,color="green",shape="box"];1810[label="vwx310000",fontsize=16,color="green",shape="box"];1811[label="vwx30000",fontsize=16,color="green",shape="box"];1812[label="vwx310000",fontsize=16,color="green",shape="box"];1813[label="vwx30000",fontsize=16,color="green",shape="box"];1814[label="vwx310000",fontsize=16,color="green",shape="box"];1815[label="vwx30000",fontsize=16,color="green",shape="box"];1816[label="vwx310000",fontsize=16,color="green",shape="box"];1817[label="vwx30000",fontsize=16,color="green",shape="box"];1818[label="vwx310000",fontsize=16,color="green",shape="box"];1819[label="vwx30000",fontsize=16,color="green",shape="box"];1820[label="vwx310000",fontsize=16,color="green",shape="box"];1821[label="vwx30000",fontsize=16,color="green",shape="box"];1822[label="vwx310000",fontsize=16,color="green",shape="box"];1823[label="vwx30000",fontsize=16,color="green",shape="box"];1824[label="vwx310000",fontsize=16,color="green",shape="box"];1825[label="vwx30000",fontsize=16,color="green",shape="box"];1826[label="vwx310000",fontsize=16,color="green",shape="box"];1827[label="vwx30000",fontsize=16,color="green",shape="box"];1828[label="vwx310000",fontsize=16,color="green",shape="box"];1829[label="vwx30000",fontsize=16,color="green",shape="box"];1830[label="vwx310000",fontsize=16,color="green",shape="box"];1831[label="vwx30000",fontsize=16,color="green",shape="box"];1832[label="vwx310000",fontsize=16,color="green",shape="box"];1833[label="vwx30000",fontsize=16,color="green",shape="box"];1834[label="vwx310000",fontsize=16,color="green",shape="box"];1835[label="vwx30000",fontsize=16,color="green",shape="box"];1836[label="vwx310000",fontsize=16,color="green",shape="box"];1837[label="vwx30000",fontsize=16,color="green",shape="box"];1838[label="vwx310000",fontsize=16,color="green",shape="box"];1839[label="vwx30000",fontsize=16,color="green",shape="box"];1840[label="vwx310000",fontsize=16,color="green",shape="box"];1841[label="vwx30000",fontsize=16,color="green",shape="box"];1842[label="vwx310000",fontsize=16,color="green",shape="box"];1843[label="vwx30000",fontsize=16,color="green",shape="box"];1844[label="vwx310000",fontsize=16,color="green",shape="box"];1845[label="vwx30000",fontsize=16,color="green",shape="box"];1846[label="vwx310000",fontsize=16,color="green",shape="box"];1847[label="vwx30000",fontsize=16,color="green",shape="box"];1848[label="vwx310000",fontsize=16,color="green",shape="box"];1849[label="vwx30000",fontsize=16,color="green",shape="box"];1850[label="vwx310000",fontsize=16,color="green",shape="box"];1851[label="vwx30000",fontsize=16,color="green",shape="box"];1852[label="vwx310000",fontsize=16,color="green",shape="box"];1853[label="vwx30000",fontsize=16,color="green",shape="box"];1854[label="vwx310000",fontsize=16,color="green",shape="box"];1855[label="vwx30000",fontsize=16,color="green",shape="box"];1856[label="vwx310000",fontsize=16,color="green",shape="box"];1857[label="vwx30000",fontsize=16,color="green",shape="box"];1858[label="vwx310000",fontsize=16,color="green",shape="box"];1859[label="vwx30000",fontsize=16,color="green",shape="box"];1860[label="vwx310000",fontsize=16,color="green",shape="box"];1861[label="vwx30000",fontsize=16,color="green",shape="box"];1862[label="vwx310000",fontsize=16,color="green",shape="box"];1863[label="vwx30000",fontsize=16,color="green",shape="box"];1864[label="vwx310001",fontsize=16,color="green",shape="box"];1865[label="vwx30001",fontsize=16,color="green",shape="box"];1866[label="vwx310001",fontsize=16,color="green",shape="box"];1867[label="vwx30001",fontsize=16,color="green",shape="box"];1868[label="vwx310000",fontsize=16,color="green",shape="box"];1869[label="vwx30000",fontsize=16,color="green",shape="box"];1870[label="vwx310000",fontsize=16,color="green",shape="box"];1871[label="vwx30000",fontsize=16,color="green",shape="box"];1872[label="vwx30001",fontsize=16,color="green",shape="box"];1873[label="vwx310000",fontsize=16,color="green",shape="box"];1874[label="vwx30000",fontsize=16,color="green",shape="box"];1875[label="vwx310001",fontsize=16,color="green",shape="box"];1876[label="primEqNat (Succ vwx300000) (Succ vwx3100000)",fontsize=16,color="black",shape="box"];1876 -> 2186[label="",style="solid", color="black", weight=3]; 18.77/7.16 1877[label="primEqNat (Succ vwx300000) Zero",fontsize=16,color="black",shape="box"];1877 -> 2187[label="",style="solid", color="black", weight=3]; 18.77/7.16 1878[label="primEqNat Zero (Succ vwx3100000)",fontsize=16,color="black",shape="box"];1878 -> 2188[label="",style="solid", color="black", weight=3]; 18.77/7.16 1879[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];1879 -> 2189[label="",style="solid", color="black", weight=3]; 18.77/7.16 1880[label="vwx310001",fontsize=16,color="green",shape="box"];1881[label="vwx30001",fontsize=16,color="green",shape="box"];1882[label="vwx310001",fontsize=16,color="green",shape="box"];1883[label="vwx30001",fontsize=16,color="green",shape="box"];1884[label="vwx310001",fontsize=16,color="green",shape="box"];1885[label="vwx30001",fontsize=16,color="green",shape="box"];1886[label="vwx310001",fontsize=16,color="green",shape="box"];1887[label="vwx30001",fontsize=16,color="green",shape="box"];1888[label="vwx310001",fontsize=16,color="green",shape="box"];1889[label="vwx30001",fontsize=16,color="green",shape="box"];1890[label="vwx310001",fontsize=16,color="green",shape="box"];1891[label="vwx30001",fontsize=16,color="green",shape="box"];1892[label="vwx310001",fontsize=16,color="green",shape="box"];1893[label="vwx30001",fontsize=16,color="green",shape="box"];1894[label="vwx310001",fontsize=16,color="green",shape="box"];1895[label="vwx30001",fontsize=16,color="green",shape="box"];1896[label="vwx310001",fontsize=16,color="green",shape="box"];1897[label="vwx30001",fontsize=16,color="green",shape="box"];1898[label="vwx310001",fontsize=16,color="green",shape="box"];1899[label="vwx30001",fontsize=16,color="green",shape="box"];1900[label="vwx310001",fontsize=16,color="green",shape="box"];1901[label="vwx30001",fontsize=16,color="green",shape="box"];1902[label="vwx310001",fontsize=16,color="green",shape="box"];1903[label="vwx30001",fontsize=16,color="green",shape="box"];1904[label="vwx310001",fontsize=16,color="green",shape="box"];1905[label="vwx30001",fontsize=16,color="green",shape="box"];1906[label="vwx310001",fontsize=16,color="green",shape="box"];1907[label="vwx30001",fontsize=16,color="green",shape="box"];1908[label="vwx310000",fontsize=16,color="green",shape="box"];1909[label="vwx30000",fontsize=16,color="green",shape="box"];1910[label="vwx310000",fontsize=16,color="green",shape="box"];1911[label="vwx30000",fontsize=16,color="green",shape="box"];1912[label="vwx310000",fontsize=16,color="green",shape="box"];1913[label="vwx30000",fontsize=16,color="green",shape="box"];1914[label="vwx310000",fontsize=16,color="green",shape="box"];1915[label="vwx30000",fontsize=16,color="green",shape="box"];1916[label="vwx310000",fontsize=16,color="green",shape="box"];1917[label="vwx30000",fontsize=16,color="green",shape="box"];1918[label="vwx310000",fontsize=16,color="green",shape="box"];1919[label="vwx30000",fontsize=16,color="green",shape="box"];1920[label="vwx310000",fontsize=16,color="green",shape="box"];1921[label="vwx30000",fontsize=16,color="green",shape="box"];1922[label="vwx310000",fontsize=16,color="green",shape="box"];1923[label="vwx30000",fontsize=16,color="green",shape="box"];1924[label="vwx310000",fontsize=16,color="green",shape="box"];1925[label="vwx30000",fontsize=16,color="green",shape="box"];1926[label="vwx310000",fontsize=16,color="green",shape="box"];1927[label="vwx30000",fontsize=16,color="green",shape="box"];1928[label="vwx310000",fontsize=16,color="green",shape="box"];1929[label="vwx30000",fontsize=16,color="green",shape="box"];1930[label="vwx310000",fontsize=16,color="green",shape="box"];1931[label="vwx30000",fontsize=16,color="green",shape="box"];1932[label="vwx310000",fontsize=16,color="green",shape="box"];1933[label="vwx30000",fontsize=16,color="green",shape="box"];1934[label="vwx310000",fontsize=16,color="green",shape="box"];1935[label="vwx30000",fontsize=16,color="green",shape="box"];1936 -> 1275[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1936[label="primEqNat vwx300000 vwx3100000",fontsize=16,color="magenta"];1936 -> 2190[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1936 -> 2191[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1937[label="False",fontsize=16,color="green",shape="box"];1938[label="False",fontsize=16,color="green",shape="box"];1939[label="True",fontsize=16,color="green",shape="box"];1940[label="False",fontsize=16,color="green",shape="box"];1941[label="True",fontsize=16,color="green",shape="box"];1942 -> 1275[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1942[label="primEqNat vwx300000 vwx3100000",fontsize=16,color="magenta"];1942 -> 2192[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1942 -> 2193[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1943[label="False",fontsize=16,color="green",shape="box"];1944[label="False",fontsize=16,color="green",shape="box"];1945[label="True",fontsize=16,color="green",shape="box"];1946[label="False",fontsize=16,color="green",shape="box"];1947[label="True",fontsize=16,color="green",shape="box"];1948[label="False <= False",fontsize=16,color="black",shape="box"];1948 -> 2194[label="",style="solid", color="black", weight=3]; 18.77/7.16 1949[label="False <= True",fontsize=16,color="black",shape="box"];1949 -> 2195[label="",style="solid", color="black", weight=3]; 18.77/7.16 1950[label="True <= False",fontsize=16,color="black",shape="box"];1950 -> 2196[label="",style="solid", color="black", weight=3]; 18.77/7.16 1951[label="True <= True",fontsize=16,color="black",shape="box"];1951 -> 2197[label="",style="solid", color="black", weight=3]; 18.77/7.16 1953 -> 128[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1953[label="compare vwx27 vwx28",fontsize=16,color="magenta"];1953 -> 2198[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1953 -> 2199[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1952[label="vwx165 /= GT",fontsize=16,color="black",shape="triangle"];1952 -> 2200[label="",style="solid", color="black", weight=3]; 18.77/7.16 1954 -> 129[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1954[label="compare vwx27 vwx28",fontsize=16,color="magenta"];1954 -> 2201[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1954 -> 2202[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1961[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];1961 -> 2203[label="",style="solid", color="black", weight=3]; 18.77/7.16 1962[label="Nothing <= Just vwx280",fontsize=16,color="black",shape="box"];1962 -> 2204[label="",style="solid", color="black", weight=3]; 18.77/7.16 1963[label="Just vwx270 <= Nothing",fontsize=16,color="black",shape="box"];1963 -> 2205[label="",style="solid", color="black", weight=3]; 18.77/7.16 1964[label="Just vwx270 <= Just vwx280",fontsize=16,color="black",shape="box"];1964 -> 2206[label="",style="solid", color="black", weight=3]; 18.77/7.16 1965[label="LT <= LT",fontsize=16,color="black",shape="box"];1965 -> 2207[label="",style="solid", color="black", weight=3]; 18.77/7.16 1966[label="LT <= EQ",fontsize=16,color="black",shape="box"];1966 -> 2208[label="",style="solid", color="black", weight=3]; 18.77/7.16 1967[label="LT <= GT",fontsize=16,color="black",shape="box"];1967 -> 2209[label="",style="solid", color="black", weight=3]; 18.77/7.16 1968[label="EQ <= LT",fontsize=16,color="black",shape="box"];1968 -> 2210[label="",style="solid", color="black", weight=3]; 18.77/7.16 1969[label="EQ <= EQ",fontsize=16,color="black",shape="box"];1969 -> 2211[label="",style="solid", color="black", weight=3]; 18.77/7.16 1970[label="EQ <= GT",fontsize=16,color="black",shape="box"];1970 -> 2212[label="",style="solid", color="black", weight=3]; 18.77/7.16 1971[label="GT <= LT",fontsize=16,color="black",shape="box"];1971 -> 2213[label="",style="solid", color="black", weight=3]; 18.77/7.16 1972[label="GT <= EQ",fontsize=16,color="black",shape="box"];1972 -> 2214[label="",style="solid", color="black", weight=3]; 18.77/7.16 1973[label="GT <= GT",fontsize=16,color="black",shape="box"];1973 -> 2215[label="",style="solid", color="black", weight=3]; 18.77/7.16 1974[label="(vwx270,vwx271,vwx272) <= (vwx280,vwx281,vwx282)",fontsize=16,color="black",shape="box"];1974 -> 2216[label="",style="solid", color="black", weight=3]; 18.77/7.16 1975[label="Left vwx270 <= Left vwx280",fontsize=16,color="black",shape="box"];1975 -> 2217[label="",style="solid", color="black", weight=3]; 18.77/7.16 1976[label="Left vwx270 <= Right vwx280",fontsize=16,color="black",shape="box"];1976 -> 2218[label="",style="solid", color="black", weight=3]; 18.77/7.16 1977[label="Right vwx270 <= Left vwx280",fontsize=16,color="black",shape="box"];1977 -> 2219[label="",style="solid", color="black", weight=3]; 18.77/7.16 1978[label="Right vwx270 <= Right vwx280",fontsize=16,color="black",shape="box"];1978 -> 2220[label="",style="solid", color="black", weight=3]; 18.77/7.16 1979[label="(vwx270,vwx271) <= (vwx280,vwx281)",fontsize=16,color="black",shape="box"];1979 -> 2221[label="",style="solid", color="black", weight=3]; 18.77/7.16 1955 -> 135[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1955[label="compare vwx27 vwx28",fontsize=16,color="magenta"];1955 -> 2222[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1955 -> 2223[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1956 -> 136[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1956[label="compare vwx27 vwx28",fontsize=16,color="magenta"];1956 -> 2224[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1956 -> 2225[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1957 -> 137[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1957[label="compare vwx27 vwx28",fontsize=16,color="magenta"];1957 -> 2226[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1957 -> 2227[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1958 -> 138[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1958[label="compare vwx27 vwx28",fontsize=16,color="magenta"];1958 -> 2228[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1958 -> 2229[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1959 -> 139[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1959[label="compare vwx27 vwx28",fontsize=16,color="magenta"];1959 -> 2230[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1959 -> 2231[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1960 -> 140[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1960[label="compare vwx27 vwx28",fontsize=16,color="magenta"];1960 -> 2232[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1960 -> 2233[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1980[label="GT",fontsize=16,color="green",shape="box"];1988 -> 1349[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1988[label="vwx79 < vwx82",fontsize=16,color="magenta"];1988 -> 2234[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1988 -> 2235[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1989 -> 1350[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1989[label="vwx79 < vwx82",fontsize=16,color="magenta"];1989 -> 2236[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1989 -> 2237[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1990 -> 1351[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1990[label="vwx79 < vwx82",fontsize=16,color="magenta"];1990 -> 2238[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1990 -> 2239[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1991 -> 1352[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1991[label="vwx79 < vwx82",fontsize=16,color="magenta"];1991 -> 2240[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1991 -> 2241[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1992 -> 1353[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1992[label="vwx79 < vwx82",fontsize=16,color="magenta"];1992 -> 2242[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1992 -> 2243[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1993 -> 1354[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1993[label="vwx79 < vwx82",fontsize=16,color="magenta"];1993 -> 2244[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1993 -> 2245[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1994 -> 1355[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1994[label="vwx79 < vwx82",fontsize=16,color="magenta"];1994 -> 2246[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1994 -> 2247[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1995 -> 1356[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1995[label="vwx79 < vwx82",fontsize=16,color="magenta"];1995 -> 2248[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1995 -> 2249[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1996 -> 1357[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1996[label="vwx79 < vwx82",fontsize=16,color="magenta"];1996 -> 2250[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1996 -> 2251[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1997 -> 1358[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1997[label="vwx79 < vwx82",fontsize=16,color="magenta"];1997 -> 2252[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1997 -> 2253[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1998 -> 1359[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1998[label="vwx79 < vwx82",fontsize=16,color="magenta"];1998 -> 2254[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1998 -> 2255[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1999 -> 1360[label="",style="dashed", color="red", weight=0]; 18.77/7.16 1999[label="vwx79 < vwx82",fontsize=16,color="magenta"];1999 -> 2256[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 1999 -> 2257[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2000 -> 1361[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2000[label="vwx79 < vwx82",fontsize=16,color="magenta"];2000 -> 2258[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2000 -> 2259[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2001 -> 1362[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2001[label="vwx79 < vwx82",fontsize=16,color="magenta"];2001 -> 2260[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2001 -> 2261[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2002[label="vwx80 <= vwx83",fontsize=16,color="blue",shape="box"];3558[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2002 -> 3558[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3558 -> 2262[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3559[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2002 -> 3559[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3559 -> 2263[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3560[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2002 -> 3560[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3560 -> 2264[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3561[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2002 -> 3561[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3561 -> 2265[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3562[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2002 -> 3562[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3562 -> 2266[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3563[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2002 -> 3563[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3563 -> 2267[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3564[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2002 -> 3564[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3564 -> 2268[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3565[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2002 -> 3565[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3565 -> 2269[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3566[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2002 -> 3566[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3566 -> 2270[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3567[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2002 -> 3567[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3567 -> 2271[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3568[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2002 -> 3568[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3568 -> 2272[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3569[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2002 -> 3569[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3569 -> 2273[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3570[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2002 -> 3570[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3570 -> 2274[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3571[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2002 -> 3571[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3571 -> 2275[label="",style="solid", color="blue", weight=3]; 18.77/7.16 2003[label="vwx79 == vwx82",fontsize=16,color="blue",shape="box"];3572[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2003 -> 3572[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3572 -> 2276[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3573[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2003 -> 3573[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3573 -> 2277[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3574[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2003 -> 3574[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3574 -> 2278[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3575[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2003 -> 3575[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3575 -> 2279[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3576[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2003 -> 3576[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3576 -> 2280[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3577[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2003 -> 3577[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3577 -> 2281[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3578[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2003 -> 3578[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3578 -> 2282[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3579[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2003 -> 3579[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3579 -> 2283[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3580[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2003 -> 3580[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3580 -> 2284[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3581[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2003 -> 3581[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3581 -> 2285[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3582[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2003 -> 3582[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3582 -> 2286[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3583[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2003 -> 3583[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3583 -> 2287[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3584[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2003 -> 3584[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3584 -> 2288[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3585[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2003 -> 3585[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3585 -> 2289[label="",style="solid", color="blue", weight=3]; 18.77/7.16 2004[label="False || vwx170",fontsize=16,color="black",shape="box"];2004 -> 2290[label="",style="solid", color="black", weight=3]; 18.77/7.16 2005[label="True || vwx170",fontsize=16,color="black",shape="box"];2005 -> 2291[label="",style="solid", color="black", weight=3]; 18.77/7.16 2006[label="vwx81",fontsize=16,color="green",shape="box"];2007[label="vwx78",fontsize=16,color="green",shape="box"];2008[label="vwx81",fontsize=16,color="green",shape="box"];2009[label="vwx78",fontsize=16,color="green",shape="box"];2010[label="vwx81",fontsize=16,color="green",shape="box"];2011[label="vwx78",fontsize=16,color="green",shape="box"];2012[label="vwx81",fontsize=16,color="green",shape="box"];2013[label="vwx78",fontsize=16,color="green",shape="box"];2014[label="vwx81",fontsize=16,color="green",shape="box"];2015[label="vwx78",fontsize=16,color="green",shape="box"];2016[label="vwx81",fontsize=16,color="green",shape="box"];2017[label="vwx78",fontsize=16,color="green",shape="box"];2018[label="vwx81",fontsize=16,color="green",shape="box"];2019[label="vwx78",fontsize=16,color="green",shape="box"];2020[label="vwx81",fontsize=16,color="green",shape="box"];2021[label="vwx78",fontsize=16,color="green",shape="box"];2022[label="vwx81",fontsize=16,color="green",shape="box"];2023[label="vwx78",fontsize=16,color="green",shape="box"];2024[label="vwx81",fontsize=16,color="green",shape="box"];2025[label="vwx78",fontsize=16,color="green",shape="box"];2026[label="vwx81",fontsize=16,color="green",shape="box"];2027[label="vwx78",fontsize=16,color="green",shape="box"];2028[label="vwx81",fontsize=16,color="green",shape="box"];2029[label="vwx78",fontsize=16,color="green",shape="box"];2030[label="vwx81",fontsize=16,color="green",shape="box"];2031[label="vwx78",fontsize=16,color="green",shape="box"];2032[label="vwx81",fontsize=16,color="green",shape="box"];2033[label="vwx78",fontsize=16,color="green",shape="box"];2034[label="LT",fontsize=16,color="green",shape="box"];2035 -> 127[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2035[label="compare vwx78 vwx81",fontsize=16,color="magenta"];2035 -> 2292[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2035 -> 2293[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2036[label="LT",fontsize=16,color="green",shape="box"];2037 -> 128[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2037[label="compare vwx78 vwx81",fontsize=16,color="magenta"];2037 -> 2294[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2037 -> 2295[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2038[label="LT",fontsize=16,color="green",shape="box"];2039 -> 129[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2039[label="compare vwx78 vwx81",fontsize=16,color="magenta"];2039 -> 2296[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2039 -> 2297[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2040[label="LT",fontsize=16,color="green",shape="box"];2041 -> 130[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2041[label="compare vwx78 vwx81",fontsize=16,color="magenta"];2041 -> 2298[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2041 -> 2299[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2042[label="LT",fontsize=16,color="green",shape="box"];2043 -> 131[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2043[label="compare vwx78 vwx81",fontsize=16,color="magenta"];2043 -> 2300[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2043 -> 2301[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2044[label="LT",fontsize=16,color="green",shape="box"];2045 -> 132[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2045[label="compare vwx78 vwx81",fontsize=16,color="magenta"];2045 -> 2302[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2045 -> 2303[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2046[label="LT",fontsize=16,color="green",shape="box"];2047 -> 133[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2047[label="compare vwx78 vwx81",fontsize=16,color="magenta"];2047 -> 2304[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2047 -> 2305[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2048[label="LT",fontsize=16,color="green",shape="box"];2049 -> 134[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2049[label="compare vwx78 vwx81",fontsize=16,color="magenta"];2049 -> 2306[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2049 -> 2307[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2050[label="LT",fontsize=16,color="green",shape="box"];2051 -> 135[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2051[label="compare vwx78 vwx81",fontsize=16,color="magenta"];2051 -> 2308[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2051 -> 2309[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2052[label="LT",fontsize=16,color="green",shape="box"];2053 -> 136[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2053[label="compare vwx78 vwx81",fontsize=16,color="magenta"];2053 -> 2310[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2053 -> 2311[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2054[label="LT",fontsize=16,color="green",shape="box"];2055 -> 137[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2055[label="compare vwx78 vwx81",fontsize=16,color="magenta"];2055 -> 2312[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2055 -> 2313[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2056[label="LT",fontsize=16,color="green",shape="box"];2057 -> 138[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2057[label="compare vwx78 vwx81",fontsize=16,color="magenta"];2057 -> 2314[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2057 -> 2315[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2058[label="LT",fontsize=16,color="green",shape="box"];2059 -> 139[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2059[label="compare vwx78 vwx81",fontsize=16,color="magenta"];2059 -> 2316[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2059 -> 2317[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2060[label="LT",fontsize=16,color="green",shape="box"];2061 -> 140[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2061[label="compare vwx78 vwx81",fontsize=16,color="magenta"];2061 -> 2318[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2061 -> 2319[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2062[label="compare1 (vwx143,vwx144,vwx145) (vwx146,vwx147,vwx148) False",fontsize=16,color="black",shape="box"];2062 -> 2320[label="",style="solid", color="black", weight=3]; 18.77/7.16 2063[label="compare1 (vwx143,vwx144,vwx145) (vwx146,vwx147,vwx148) True",fontsize=16,color="black",shape="box"];2063 -> 2321[label="",style="solid", color="black", weight=3]; 18.77/7.16 2064[label="True",fontsize=16,color="green",shape="box"];2065[label="GT",fontsize=16,color="green",shape="box"];2066[label="GT",fontsize=16,color="green",shape="box"];2067[label="vwx92",fontsize=16,color="green",shape="box"];2068[label="vwx94",fontsize=16,color="green",shape="box"];2069[label="vwx92",fontsize=16,color="green",shape="box"];2070[label="vwx94",fontsize=16,color="green",shape="box"];2071[label="vwx92",fontsize=16,color="green",shape="box"];2072[label="vwx94",fontsize=16,color="green",shape="box"];2073[label="vwx92",fontsize=16,color="green",shape="box"];2074[label="vwx94",fontsize=16,color="green",shape="box"];2075[label="vwx92",fontsize=16,color="green",shape="box"];2076[label="vwx94",fontsize=16,color="green",shape="box"];2077[label="vwx92",fontsize=16,color="green",shape="box"];2078[label="vwx94",fontsize=16,color="green",shape="box"];2079[label="vwx92",fontsize=16,color="green",shape="box"];2080[label="vwx94",fontsize=16,color="green",shape="box"];2081[label="vwx92",fontsize=16,color="green",shape="box"];2082[label="vwx94",fontsize=16,color="green",shape="box"];2083[label="vwx92",fontsize=16,color="green",shape="box"];2084[label="vwx94",fontsize=16,color="green",shape="box"];2085[label="vwx92",fontsize=16,color="green",shape="box"];2086[label="vwx94",fontsize=16,color="green",shape="box"];2087[label="vwx92",fontsize=16,color="green",shape="box"];2088[label="vwx94",fontsize=16,color="green",shape="box"];2089[label="vwx92",fontsize=16,color="green",shape="box"];2090[label="vwx94",fontsize=16,color="green",shape="box"];2091[label="vwx92",fontsize=16,color="green",shape="box"];2092[label="vwx94",fontsize=16,color="green",shape="box"];2093[label="vwx92",fontsize=16,color="green",shape="box"];2094[label="vwx94",fontsize=16,color="green",shape="box"];2095[label="vwx93",fontsize=16,color="green",shape="box"];2096[label="vwx91",fontsize=16,color="green",shape="box"];2097[label="vwx93",fontsize=16,color="green",shape="box"];2098[label="vwx91",fontsize=16,color="green",shape="box"];2099[label="vwx93",fontsize=16,color="green",shape="box"];2100[label="vwx91",fontsize=16,color="green",shape="box"];2101[label="vwx93",fontsize=16,color="green",shape="box"];2102[label="vwx91",fontsize=16,color="green",shape="box"];2103[label="vwx93",fontsize=16,color="green",shape="box"];2104[label="vwx91",fontsize=16,color="green",shape="box"];2105[label="vwx93",fontsize=16,color="green",shape="box"];2106[label="vwx91",fontsize=16,color="green",shape="box"];2107[label="vwx93",fontsize=16,color="green",shape="box"];2108[label="vwx91",fontsize=16,color="green",shape="box"];2109[label="vwx93",fontsize=16,color="green",shape="box"];2110[label="vwx91",fontsize=16,color="green",shape="box"];2111[label="vwx93",fontsize=16,color="green",shape="box"];2112[label="vwx91",fontsize=16,color="green",shape="box"];2113[label="vwx93",fontsize=16,color="green",shape="box"];2114[label="vwx91",fontsize=16,color="green",shape="box"];2115[label="vwx93",fontsize=16,color="green",shape="box"];2116[label="vwx91",fontsize=16,color="green",shape="box"];2117[label="vwx93",fontsize=16,color="green",shape="box"];2118[label="vwx91",fontsize=16,color="green",shape="box"];2119[label="vwx93",fontsize=16,color="green",shape="box"];2120[label="vwx91",fontsize=16,color="green",shape="box"];2121[label="vwx93",fontsize=16,color="green",shape="box"];2122[label="vwx91",fontsize=16,color="green",shape="box"];2123[label="compare1 (vwx158,vwx159) (vwx160,vwx161) False",fontsize=16,color="black",shape="box"];2123 -> 2322[label="",style="solid", color="black", weight=3]; 18.77/7.16 2124[label="compare1 (vwx158,vwx159) (vwx160,vwx161) True",fontsize=16,color="black",shape="box"];2124 -> 2323[label="",style="solid", color="black", weight=3]; 18.77/7.16 2125[label="True",fontsize=16,color="green",shape="box"];2126 -> 2324[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2126[label="primPlusNat (primMulNat vwx300000 (Succ vwx3100100)) (Succ vwx3100100)",fontsize=16,color="magenta"];2126 -> 2325[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2127[label="Zero",fontsize=16,color="green",shape="box"];2128[label="Zero",fontsize=16,color="green",shape="box"];2129[label="Zero",fontsize=16,color="green",shape="box"];2130[label="vwx310002",fontsize=16,color="green",shape="box"];2131[label="vwx30002",fontsize=16,color="green",shape="box"];2132[label="vwx310002",fontsize=16,color="green",shape="box"];2133[label="vwx30002",fontsize=16,color="green",shape="box"];2134[label="vwx310002",fontsize=16,color="green",shape="box"];2135[label="vwx30002",fontsize=16,color="green",shape="box"];2136[label="vwx310002",fontsize=16,color="green",shape="box"];2137[label="vwx30002",fontsize=16,color="green",shape="box"];2138[label="vwx310002",fontsize=16,color="green",shape="box"];2139[label="vwx30002",fontsize=16,color="green",shape="box"];2140[label="vwx310002",fontsize=16,color="green",shape="box"];2141[label="vwx30002",fontsize=16,color="green",shape="box"];2142[label="vwx310002",fontsize=16,color="green",shape="box"];2143[label="vwx30002",fontsize=16,color="green",shape="box"];2144[label="vwx310002",fontsize=16,color="green",shape="box"];2145[label="vwx30002",fontsize=16,color="green",shape="box"];2146[label="vwx310002",fontsize=16,color="green",shape="box"];2147[label="vwx30002",fontsize=16,color="green",shape="box"];2148[label="vwx310002",fontsize=16,color="green",shape="box"];2149[label="vwx30002",fontsize=16,color="green",shape="box"];2150[label="vwx310002",fontsize=16,color="green",shape="box"];2151[label="vwx30002",fontsize=16,color="green",shape="box"];2152[label="vwx310002",fontsize=16,color="green",shape="box"];2153[label="vwx30002",fontsize=16,color="green",shape="box"];2154[label="vwx310002",fontsize=16,color="green",shape="box"];2155[label="vwx30002",fontsize=16,color="green",shape="box"];2156[label="vwx310002",fontsize=16,color="green",shape="box"];2157[label="vwx30002",fontsize=16,color="green",shape="box"];2158[label="vwx310001",fontsize=16,color="green",shape="box"];2159[label="vwx30001",fontsize=16,color="green",shape="box"];2160[label="vwx310001",fontsize=16,color="green",shape="box"];2161[label="vwx30001",fontsize=16,color="green",shape="box"];2162[label="vwx310001",fontsize=16,color="green",shape="box"];2163[label="vwx30001",fontsize=16,color="green",shape="box"];2164[label="vwx310001",fontsize=16,color="green",shape="box"];2165[label="vwx30001",fontsize=16,color="green",shape="box"];2166[label="vwx310001",fontsize=16,color="green",shape="box"];2167[label="vwx30001",fontsize=16,color="green",shape="box"];2168[label="vwx310001",fontsize=16,color="green",shape="box"];2169[label="vwx30001",fontsize=16,color="green",shape="box"];2170[label="vwx310001",fontsize=16,color="green",shape="box"];2171[label="vwx30001",fontsize=16,color="green",shape="box"];2172[label="vwx310001",fontsize=16,color="green",shape="box"];2173[label="vwx30001",fontsize=16,color="green",shape="box"];2174[label="vwx310001",fontsize=16,color="green",shape="box"];2175[label="vwx30001",fontsize=16,color="green",shape="box"];2176[label="vwx310001",fontsize=16,color="green",shape="box"];2177[label="vwx30001",fontsize=16,color="green",shape="box"];2178[label="vwx310001",fontsize=16,color="green",shape="box"];2179[label="vwx30001",fontsize=16,color="green",shape="box"];2180[label="vwx310001",fontsize=16,color="green",shape="box"];2181[label="vwx30001",fontsize=16,color="green",shape="box"];2182[label="vwx310001",fontsize=16,color="green",shape="box"];2183[label="vwx30001",fontsize=16,color="green",shape="box"];2184[label="vwx310001",fontsize=16,color="green",shape="box"];2185[label="vwx30001",fontsize=16,color="green",shape="box"];2186 -> 1275[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2186[label="primEqNat vwx300000 vwx3100000",fontsize=16,color="magenta"];2186 -> 2326[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2186 -> 2327[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2187[label="False",fontsize=16,color="green",shape="box"];2188[label="False",fontsize=16,color="green",shape="box"];2189[label="True",fontsize=16,color="green",shape="box"];2190[label="vwx300000",fontsize=16,color="green",shape="box"];2191[label="vwx3100000",fontsize=16,color="green",shape="box"];2192[label="vwx300000",fontsize=16,color="green",shape="box"];2193[label="vwx3100000",fontsize=16,color="green",shape="box"];2194[label="True",fontsize=16,color="green",shape="box"];2195[label="True",fontsize=16,color="green",shape="box"];2196[label="False",fontsize=16,color="green",shape="box"];2197[label="True",fontsize=16,color="green",shape="box"];2198[label="vwx27",fontsize=16,color="green",shape="box"];2199[label="vwx28",fontsize=16,color="green",shape="box"];2200 -> 2328[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2200[label="not (vwx165 == GT)",fontsize=16,color="magenta"];2200 -> 2329[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2201[label="vwx27",fontsize=16,color="green",shape="box"];2202[label="vwx28",fontsize=16,color="green",shape="box"];2203[label="True",fontsize=16,color="green",shape="box"];2204[label="True",fontsize=16,color="green",shape="box"];2205[label="False",fontsize=16,color="green",shape="box"];2206[label="vwx270 <= vwx280",fontsize=16,color="blue",shape="box"];3586[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2206 -> 3586[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3586 -> 2330[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3587[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2206 -> 3587[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3587 -> 2331[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3588[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2206 -> 3588[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3588 -> 2332[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3589[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2206 -> 3589[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3589 -> 2333[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3590[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2206 -> 3590[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3590 -> 2334[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3591[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2206 -> 3591[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3591 -> 2335[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3592[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2206 -> 3592[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3592 -> 2336[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3593[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2206 -> 3593[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3593 -> 2337[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3594[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2206 -> 3594[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3594 -> 2338[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3595[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2206 -> 3595[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3595 -> 2339[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3596[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2206 -> 3596[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3596 -> 2340[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3597[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2206 -> 3597[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3597 -> 2341[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3598[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2206 -> 3598[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3598 -> 2342[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3599[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2206 -> 3599[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3599 -> 2343[label="",style="solid", color="blue", weight=3]; 18.77/7.16 2207[label="True",fontsize=16,color="green",shape="box"];2208[label="True",fontsize=16,color="green",shape="box"];2209[label="True",fontsize=16,color="green",shape="box"];2210[label="False",fontsize=16,color="green",shape="box"];2211[label="True",fontsize=16,color="green",shape="box"];2212[label="True",fontsize=16,color="green",shape="box"];2213[label="False",fontsize=16,color="green",shape="box"];2214[label="False",fontsize=16,color="green",shape="box"];2215[label="True",fontsize=16,color="green",shape="box"];2216 -> 1983[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2216[label="vwx270 < vwx280 || vwx270 == vwx280 && (vwx271 < vwx281 || vwx271 == vwx281 && vwx272 <= vwx282)",fontsize=16,color="magenta"];2216 -> 2344[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2216 -> 2345[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2217[label="vwx270 <= vwx280",fontsize=16,color="blue",shape="box"];3600[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3600[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3600 -> 2346[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3601[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3601[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3601 -> 2347[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3602[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3602[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3602 -> 2348[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3603[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3603[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3603 -> 2349[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3604[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3604[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3604 -> 2350[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3605[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3605[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3605 -> 2351[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3606[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3606[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3606 -> 2352[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3607[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3607[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3607 -> 2353[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3608[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3608[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3608 -> 2354[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3609[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3609[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3609 -> 2355[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3610[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3610[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3610 -> 2356[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3611[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3611[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3611 -> 2357[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3612[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3612[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3612 -> 2358[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3613[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3613[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3613 -> 2359[label="",style="solid", color="blue", weight=3]; 18.77/7.16 2218[label="True",fontsize=16,color="green",shape="box"];2219[label="False",fontsize=16,color="green",shape="box"];2220[label="vwx270 <= vwx280",fontsize=16,color="blue",shape="box"];3614[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2220 -> 3614[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3614 -> 2360[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3615[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2220 -> 3615[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3615 -> 2361[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3616[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2220 -> 3616[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3616 -> 2362[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3617[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2220 -> 3617[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3617 -> 2363[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3618[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2220 -> 3618[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3618 -> 2364[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3619[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2220 -> 3619[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3619 -> 2365[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3620[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2220 -> 3620[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3620 -> 2366[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3621[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2220 -> 3621[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3621 -> 2367[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3622[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2220 -> 3622[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3622 -> 2368[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3623[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2220 -> 3623[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3623 -> 2369[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3624[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2220 -> 3624[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3624 -> 2370[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3625[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2220 -> 3625[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3625 -> 2371[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3626[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2220 -> 3626[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3626 -> 2372[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3627[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2220 -> 3627[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3627 -> 2373[label="",style="solid", color="blue", weight=3]; 18.77/7.16 2221 -> 1983[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2221[label="vwx270 < vwx280 || vwx270 == vwx280 && vwx271 <= vwx281",fontsize=16,color="magenta"];2221 -> 2374[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2221 -> 2375[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2222[label="vwx27",fontsize=16,color="green",shape="box"];2223[label="vwx28",fontsize=16,color="green",shape="box"];2224[label="vwx27",fontsize=16,color="green",shape="box"];2225[label="vwx28",fontsize=16,color="green",shape="box"];2226[label="vwx27",fontsize=16,color="green",shape="box"];2227[label="vwx28",fontsize=16,color="green",shape="box"];2228[label="vwx27",fontsize=16,color="green",shape="box"];2229[label="vwx28",fontsize=16,color="green",shape="box"];2230[label="vwx27",fontsize=16,color="green",shape="box"];2231[label="vwx28",fontsize=16,color="green",shape="box"];2232[label="vwx27",fontsize=16,color="green",shape="box"];2233[label="vwx28",fontsize=16,color="green",shape="box"];2234[label="vwx82",fontsize=16,color="green",shape="box"];2235[label="vwx79",fontsize=16,color="green",shape="box"];2236[label="vwx82",fontsize=16,color="green",shape="box"];2237[label="vwx79",fontsize=16,color="green",shape="box"];2238[label="vwx82",fontsize=16,color="green",shape="box"];2239[label="vwx79",fontsize=16,color="green",shape="box"];2240[label="vwx82",fontsize=16,color="green",shape="box"];2241[label="vwx79",fontsize=16,color="green",shape="box"];2242[label="vwx82",fontsize=16,color="green",shape="box"];2243[label="vwx79",fontsize=16,color="green",shape="box"];2244[label="vwx82",fontsize=16,color="green",shape="box"];2245[label="vwx79",fontsize=16,color="green",shape="box"];2246[label="vwx82",fontsize=16,color="green",shape="box"];2247[label="vwx79",fontsize=16,color="green",shape="box"];2248[label="vwx82",fontsize=16,color="green",shape="box"];2249[label="vwx79",fontsize=16,color="green",shape="box"];2250[label="vwx82",fontsize=16,color="green",shape="box"];2251[label="vwx79",fontsize=16,color="green",shape="box"];2252[label="vwx82",fontsize=16,color="green",shape="box"];2253[label="vwx79",fontsize=16,color="green",shape="box"];2254[label="vwx82",fontsize=16,color="green",shape="box"];2255[label="vwx79",fontsize=16,color="green",shape="box"];2256[label="vwx82",fontsize=16,color="green",shape="box"];2257[label="vwx79",fontsize=16,color="green",shape="box"];2258[label="vwx82",fontsize=16,color="green",shape="box"];2259[label="vwx79",fontsize=16,color="green",shape="box"];2260[label="vwx82",fontsize=16,color="green",shape="box"];2261[label="vwx79",fontsize=16,color="green",shape="box"];2262 -> 1312[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2262[label="vwx80 <= vwx83",fontsize=16,color="magenta"];2262 -> 2376[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2262 -> 2377[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2263 -> 1313[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2263[label="vwx80 <= vwx83",fontsize=16,color="magenta"];2263 -> 2378[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2263 -> 2379[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2264 -> 1314[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2264[label="vwx80 <= vwx83",fontsize=16,color="magenta"];2264 -> 2380[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2264 -> 2381[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2265 -> 1315[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2265[label="vwx80 <= vwx83",fontsize=16,color="magenta"];2265 -> 2382[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2265 -> 2383[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2266 -> 1316[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2266[label="vwx80 <= vwx83",fontsize=16,color="magenta"];2266 -> 2384[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2266 -> 2385[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2267 -> 1317[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2267[label="vwx80 <= vwx83",fontsize=16,color="magenta"];2267 -> 2386[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2267 -> 2387[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2268 -> 1318[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2268[label="vwx80 <= vwx83",fontsize=16,color="magenta"];2268 -> 2388[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2268 -> 2389[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2269 -> 1319[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2269[label="vwx80 <= vwx83",fontsize=16,color="magenta"];2269 -> 2390[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2269 -> 2391[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2270 -> 1320[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2270[label="vwx80 <= vwx83",fontsize=16,color="magenta"];2270 -> 2392[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2270 -> 2393[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2271 -> 1321[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2271[label="vwx80 <= vwx83",fontsize=16,color="magenta"];2271 -> 2394[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2271 -> 2395[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2272 -> 1322[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2272[label="vwx80 <= vwx83",fontsize=16,color="magenta"];2272 -> 2396[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2272 -> 2397[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2273 -> 1323[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2273[label="vwx80 <= vwx83",fontsize=16,color="magenta"];2273 -> 2398[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2273 -> 2399[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2274 -> 1324[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2274[label="vwx80 <= vwx83",fontsize=16,color="magenta"];2274 -> 2400[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2274 -> 2401[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2275 -> 1325[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2275[label="vwx80 <= vwx83",fontsize=16,color="magenta"];2275 -> 2402[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2275 -> 2403[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2276 -> 434[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2276[label="vwx79 == vwx82",fontsize=16,color="magenta"];2276 -> 2404[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2276 -> 2405[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2277 -> 435[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2277[label="vwx79 == vwx82",fontsize=16,color="magenta"];2277 -> 2406[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2277 -> 2407[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2278 -> 440[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2278[label="vwx79 == vwx82",fontsize=16,color="magenta"];2278 -> 2408[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2278 -> 2409[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2279 -> 436[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2279[label="vwx79 == vwx82",fontsize=16,color="magenta"];2279 -> 2410[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2279 -> 2411[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2280 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2280[label="vwx79 == vwx82",fontsize=16,color="magenta"];2280 -> 2412[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2280 -> 2413[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2281 -> 437[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2281[label="vwx79 == vwx82",fontsize=16,color="magenta"];2281 -> 2414[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2281 -> 2415[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2282 -> 447[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2282[label="vwx79 == vwx82",fontsize=16,color="magenta"];2282 -> 2416[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2282 -> 2417[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2283 -> 444[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2283[label="vwx79 == vwx82",fontsize=16,color="magenta"];2283 -> 2418[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2283 -> 2419[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2284 -> 446[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2284[label="vwx79 == vwx82",fontsize=16,color="magenta"];2284 -> 2420[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2284 -> 2421[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2285 -> 442[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2285[label="vwx79 == vwx82",fontsize=16,color="magenta"];2285 -> 2422[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2285 -> 2423[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2286 -> 441[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2286[label="vwx79 == vwx82",fontsize=16,color="magenta"];2286 -> 2424[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2286 -> 2425[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2287 -> 438[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2287[label="vwx79 == vwx82",fontsize=16,color="magenta"];2287 -> 2426[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2287 -> 2427[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2288 -> 439[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2288[label="vwx79 == vwx82",fontsize=16,color="magenta"];2288 -> 2428[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2288 -> 2429[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2289 -> 443[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2289[label="vwx79 == vwx82",fontsize=16,color="magenta"];2289 -> 2430[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2289 -> 2431[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2290[label="vwx170",fontsize=16,color="green",shape="box"];2291[label="True",fontsize=16,color="green",shape="box"];2292[label="vwx78",fontsize=16,color="green",shape="box"];2293[label="vwx81",fontsize=16,color="green",shape="box"];2294[label="vwx78",fontsize=16,color="green",shape="box"];2295[label="vwx81",fontsize=16,color="green",shape="box"];2296[label="vwx78",fontsize=16,color="green",shape="box"];2297[label="vwx81",fontsize=16,color="green",shape="box"];2298[label="vwx78",fontsize=16,color="green",shape="box"];2299[label="vwx81",fontsize=16,color="green",shape="box"];2300[label="vwx78",fontsize=16,color="green",shape="box"];2301[label="vwx81",fontsize=16,color="green",shape="box"];2302[label="vwx78",fontsize=16,color="green",shape="box"];2303[label="vwx81",fontsize=16,color="green",shape="box"];2304[label="vwx78",fontsize=16,color="green",shape="box"];2305[label="vwx81",fontsize=16,color="green",shape="box"];2306[label="vwx78",fontsize=16,color="green",shape="box"];2307[label="vwx81",fontsize=16,color="green",shape="box"];2308[label="vwx78",fontsize=16,color="green",shape="box"];2309[label="vwx81",fontsize=16,color="green",shape="box"];2310[label="vwx78",fontsize=16,color="green",shape="box"];2311[label="vwx81",fontsize=16,color="green",shape="box"];2312[label="vwx78",fontsize=16,color="green",shape="box"];2313[label="vwx81",fontsize=16,color="green",shape="box"];2314[label="vwx78",fontsize=16,color="green",shape="box"];2315[label="vwx81",fontsize=16,color="green",shape="box"];2316[label="vwx78",fontsize=16,color="green",shape="box"];2317[label="vwx81",fontsize=16,color="green",shape="box"];2318[label="vwx78",fontsize=16,color="green",shape="box"];2319[label="vwx81",fontsize=16,color="green",shape="box"];2320[label="compare0 (vwx143,vwx144,vwx145) (vwx146,vwx147,vwx148) otherwise",fontsize=16,color="black",shape="box"];2320 -> 2432[label="",style="solid", color="black", weight=3]; 18.77/7.16 2321[label="LT",fontsize=16,color="green",shape="box"];2322[label="compare0 (vwx158,vwx159) (vwx160,vwx161) otherwise",fontsize=16,color="black",shape="box"];2322 -> 2433[label="",style="solid", color="black", weight=3]; 18.77/7.16 2323[label="LT",fontsize=16,color="green",shape="box"];2325 -> 1253[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2325[label="primMulNat vwx300000 (Succ vwx3100100)",fontsize=16,color="magenta"];2325 -> 2434[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2325 -> 2435[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2324[label="primPlusNat vwx171 (Succ vwx3100100)",fontsize=16,color="burlywood",shape="triangle"];3628[label="vwx171/Succ vwx1710",fontsize=10,color="white",style="solid",shape="box"];2324 -> 3628[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3628 -> 2436[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 3629[label="vwx171/Zero",fontsize=10,color="white",style="solid",shape="box"];2324 -> 3629[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3629 -> 2437[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 2326[label="vwx300000",fontsize=16,color="green",shape="box"];2327[label="vwx3100000",fontsize=16,color="green",shape="box"];2329 -> 445[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2329[label="vwx165 == GT",fontsize=16,color="magenta"];2329 -> 2438[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2329 -> 2439[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2328[label="not vwx172",fontsize=16,color="burlywood",shape="triangle"];3630[label="vwx172/False",fontsize=10,color="white",style="solid",shape="box"];2328 -> 3630[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3630 -> 2440[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 3631[label="vwx172/True",fontsize=10,color="white",style="solid",shape="box"];2328 -> 3631[label="",style="solid", color="burlywood", weight=9]; 18.77/7.16 3631 -> 2441[label="",style="solid", color="burlywood", weight=3]; 18.77/7.16 2330 -> 1312[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2330[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2330 -> 2442[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2330 -> 2443[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2331 -> 1313[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2331[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2331 -> 2444[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2331 -> 2445[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2332 -> 1314[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2332[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2332 -> 2446[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2332 -> 2447[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2333 -> 1315[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2333[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2333 -> 2448[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2333 -> 2449[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2334 -> 1316[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2334[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2334 -> 2450[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2334 -> 2451[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2335 -> 1317[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2335[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2335 -> 2452[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2335 -> 2453[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2336 -> 1318[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2336[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2336 -> 2454[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2336 -> 2455[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2337 -> 1319[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2337[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2337 -> 2456[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2337 -> 2457[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2338 -> 1320[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2338[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2338 -> 2458[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2338 -> 2459[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2339 -> 1321[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2339[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2339 -> 2460[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2339 -> 2461[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2340 -> 1322[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2340[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2340 -> 2462[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2340 -> 2463[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2341 -> 1323[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2341[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2341 -> 2464[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2341 -> 2465[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2342 -> 1324[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2342[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2342 -> 2466[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2342 -> 2467[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2343 -> 1325[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2343[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2343 -> 2468[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2343 -> 2469[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2344[label="vwx270 < vwx280",fontsize=16,color="blue",shape="box"];3632[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2344 -> 3632[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3632 -> 2470[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3633[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2344 -> 3633[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3633 -> 2471[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3634[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2344 -> 3634[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3634 -> 2472[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3635[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2344 -> 3635[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3635 -> 2473[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3636[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2344 -> 3636[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3636 -> 2474[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3637[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2344 -> 3637[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3637 -> 2475[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3638[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2344 -> 3638[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3638 -> 2476[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3639[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2344 -> 3639[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3639 -> 2477[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3640[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2344 -> 3640[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3640 -> 2478[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3641[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2344 -> 3641[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3641 -> 2479[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3642[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2344 -> 3642[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3642 -> 2480[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3643[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2344 -> 3643[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3643 -> 2481[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3644[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2344 -> 3644[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3644 -> 2482[label="",style="solid", color="blue", weight=3]; 18.77/7.16 3645[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2344 -> 3645[label="",style="solid", color="blue", weight=9]; 18.77/7.16 3645 -> 2483[label="",style="solid", color="blue", weight=3]; 18.77/7.16 2345 -> 987[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2345[label="vwx270 == vwx280 && (vwx271 < vwx281 || vwx271 == vwx281 && vwx272 <= vwx282)",fontsize=16,color="magenta"];2345 -> 2484[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2345 -> 2485[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2346 -> 1312[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2346[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2346 -> 2486[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2346 -> 2487[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2347 -> 1313[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2347[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2347 -> 2488[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2347 -> 2489[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2348 -> 1314[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2348[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2348 -> 2490[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2348 -> 2491[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2349 -> 1315[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2349[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2349 -> 2492[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2349 -> 2493[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2350 -> 1316[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2350[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2350 -> 2494[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2350 -> 2495[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2351 -> 1317[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2351[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2351 -> 2496[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2351 -> 2497[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2352 -> 1318[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2352[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2352 -> 2498[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2352 -> 2499[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2353 -> 1319[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2353[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2353 -> 2500[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2353 -> 2501[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2354 -> 1320[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2354[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2354 -> 2502[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2354 -> 2503[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2355 -> 1321[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2355[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2355 -> 2504[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2355 -> 2505[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2356 -> 1322[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2356[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2356 -> 2506[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2356 -> 2507[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2357 -> 1323[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2357[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2357 -> 2508[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2357 -> 2509[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2358 -> 1324[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2358[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2358 -> 2510[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2358 -> 2511[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2359 -> 1325[label="",style="dashed", color="red", weight=0]; 18.77/7.16 2359[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2359 -> 2512[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2359 -> 2513[label="",style="dashed", color="magenta", weight=3]; 18.77/7.16 2360 -> 1312[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2360[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2360 -> 2514[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2360 -> 2515[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2361 -> 1313[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2361[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2361 -> 2516[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2361 -> 2517[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2362 -> 1314[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2362[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2362 -> 2518[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2362 -> 2519[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2363 -> 1315[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2363[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2363 -> 2520[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2363 -> 2521[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2364 -> 1316[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2364[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2364 -> 2522[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2364 -> 2523[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2365 -> 1317[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2365[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2365 -> 2524[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2365 -> 2525[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2366 -> 1318[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2366[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2366 -> 2526[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2366 -> 2527[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2367 -> 1319[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2367[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2367 -> 2528[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2367 -> 2529[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2368 -> 1320[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2368[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2368 -> 2530[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2368 -> 2531[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2369 -> 1321[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2369[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2369 -> 2532[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2369 -> 2533[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2370 -> 1322[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2370[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2370 -> 2534[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2370 -> 2535[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2371 -> 1323[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2371[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2371 -> 2536[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2371 -> 2537[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2372 -> 1324[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2372[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2372 -> 2538[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2372 -> 2539[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2373 -> 1325[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2373[label="vwx270 <= vwx280",fontsize=16,color="magenta"];2373 -> 2540[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2373 -> 2541[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2374[label="vwx270 < vwx280",fontsize=16,color="blue",shape="box"];3646[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2374 -> 3646[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3646 -> 2542[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3647[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2374 -> 3647[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3647 -> 2543[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3648[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2374 -> 3648[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3648 -> 2544[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3649[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2374 -> 3649[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3649 -> 2545[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3650[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2374 -> 3650[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3650 -> 2546[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3651[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2374 -> 3651[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3651 -> 2547[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3652[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2374 -> 3652[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3652 -> 2548[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3653[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2374 -> 3653[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3653 -> 2549[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3654[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2374 -> 3654[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3654 -> 2550[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3655[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2374 -> 3655[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3655 -> 2551[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3656[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2374 -> 3656[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3656 -> 2552[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3657[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2374 -> 3657[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3657 -> 2553[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3658[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2374 -> 3658[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3658 -> 2554[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3659[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2374 -> 3659[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3659 -> 2555[label="",style="solid", color="blue", weight=3]; 19.00/7.16 2375 -> 987[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2375[label="vwx270 == vwx280 && vwx271 <= vwx281",fontsize=16,color="magenta"];2375 -> 2556[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2375 -> 2557[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2376[label="vwx80",fontsize=16,color="green",shape="box"];2377[label="vwx83",fontsize=16,color="green",shape="box"];2378[label="vwx80",fontsize=16,color="green",shape="box"];2379[label="vwx83",fontsize=16,color="green",shape="box"];2380[label="vwx80",fontsize=16,color="green",shape="box"];2381[label="vwx83",fontsize=16,color="green",shape="box"];2382[label="vwx80",fontsize=16,color="green",shape="box"];2383[label="vwx83",fontsize=16,color="green",shape="box"];2384[label="vwx80",fontsize=16,color="green",shape="box"];2385[label="vwx83",fontsize=16,color="green",shape="box"];2386[label="vwx80",fontsize=16,color="green",shape="box"];2387[label="vwx83",fontsize=16,color="green",shape="box"];2388[label="vwx80",fontsize=16,color="green",shape="box"];2389[label="vwx83",fontsize=16,color="green",shape="box"];2390[label="vwx80",fontsize=16,color="green",shape="box"];2391[label="vwx83",fontsize=16,color="green",shape="box"];2392[label="vwx80",fontsize=16,color="green",shape="box"];2393[label="vwx83",fontsize=16,color="green",shape="box"];2394[label="vwx80",fontsize=16,color="green",shape="box"];2395[label="vwx83",fontsize=16,color="green",shape="box"];2396[label="vwx80",fontsize=16,color="green",shape="box"];2397[label="vwx83",fontsize=16,color="green",shape="box"];2398[label="vwx80",fontsize=16,color="green",shape="box"];2399[label="vwx83",fontsize=16,color="green",shape="box"];2400[label="vwx80",fontsize=16,color="green",shape="box"];2401[label="vwx83",fontsize=16,color="green",shape="box"];2402[label="vwx80",fontsize=16,color="green",shape="box"];2403[label="vwx83",fontsize=16,color="green",shape="box"];2404[label="vwx82",fontsize=16,color="green",shape="box"];2405[label="vwx79",fontsize=16,color="green",shape="box"];2406[label="vwx82",fontsize=16,color="green",shape="box"];2407[label="vwx79",fontsize=16,color="green",shape="box"];2408[label="vwx82",fontsize=16,color="green",shape="box"];2409[label="vwx79",fontsize=16,color="green",shape="box"];2410[label="vwx82",fontsize=16,color="green",shape="box"];2411[label="vwx79",fontsize=16,color="green",shape="box"];2412[label="vwx82",fontsize=16,color="green",shape="box"];2413[label="vwx79",fontsize=16,color="green",shape="box"];2414[label="vwx82",fontsize=16,color="green",shape="box"];2415[label="vwx79",fontsize=16,color="green",shape="box"];2416[label="vwx82",fontsize=16,color="green",shape="box"];2417[label="vwx79",fontsize=16,color="green",shape="box"];2418[label="vwx82",fontsize=16,color="green",shape="box"];2419[label="vwx79",fontsize=16,color="green",shape="box"];2420[label="vwx82",fontsize=16,color="green",shape="box"];2421[label="vwx79",fontsize=16,color="green",shape="box"];2422[label="vwx82",fontsize=16,color="green",shape="box"];2423[label="vwx79",fontsize=16,color="green",shape="box"];2424[label="vwx82",fontsize=16,color="green",shape="box"];2425[label="vwx79",fontsize=16,color="green",shape="box"];2426[label="vwx82",fontsize=16,color="green",shape="box"];2427[label="vwx79",fontsize=16,color="green",shape="box"];2428[label="vwx82",fontsize=16,color="green",shape="box"];2429[label="vwx79",fontsize=16,color="green",shape="box"];2430[label="vwx82",fontsize=16,color="green",shape="box"];2431[label="vwx79",fontsize=16,color="green",shape="box"];2432[label="compare0 (vwx143,vwx144,vwx145) (vwx146,vwx147,vwx148) True",fontsize=16,color="black",shape="box"];2432 -> 2558[label="",style="solid", color="black", weight=3]; 19.00/7.16 2433[label="compare0 (vwx158,vwx159) (vwx160,vwx161) True",fontsize=16,color="black",shape="box"];2433 -> 2559[label="",style="solid", color="black", weight=3]; 19.00/7.16 2434[label="Succ vwx3100100",fontsize=16,color="green",shape="box"];2435[label="vwx300000",fontsize=16,color="green",shape="box"];2436[label="primPlusNat (Succ vwx1710) (Succ vwx3100100)",fontsize=16,color="black",shape="box"];2436 -> 2560[label="",style="solid", color="black", weight=3]; 19.00/7.16 2437[label="primPlusNat Zero (Succ vwx3100100)",fontsize=16,color="black",shape="box"];2437 -> 2561[label="",style="solid", color="black", weight=3]; 19.00/7.16 2438[label="GT",fontsize=16,color="green",shape="box"];2439[label="vwx165",fontsize=16,color="green",shape="box"];2440[label="not False",fontsize=16,color="black",shape="box"];2440 -> 2562[label="",style="solid", color="black", weight=3]; 19.00/7.16 2441[label="not True",fontsize=16,color="black",shape="box"];2441 -> 2563[label="",style="solid", color="black", weight=3]; 19.00/7.16 2442[label="vwx270",fontsize=16,color="green",shape="box"];2443[label="vwx280",fontsize=16,color="green",shape="box"];2444[label="vwx270",fontsize=16,color="green",shape="box"];2445[label="vwx280",fontsize=16,color="green",shape="box"];2446[label="vwx270",fontsize=16,color="green",shape="box"];2447[label="vwx280",fontsize=16,color="green",shape="box"];2448[label="vwx270",fontsize=16,color="green",shape="box"];2449[label="vwx280",fontsize=16,color="green",shape="box"];2450[label="vwx270",fontsize=16,color="green",shape="box"];2451[label="vwx280",fontsize=16,color="green",shape="box"];2452[label="vwx270",fontsize=16,color="green",shape="box"];2453[label="vwx280",fontsize=16,color="green",shape="box"];2454[label="vwx270",fontsize=16,color="green",shape="box"];2455[label="vwx280",fontsize=16,color="green",shape="box"];2456[label="vwx270",fontsize=16,color="green",shape="box"];2457[label="vwx280",fontsize=16,color="green",shape="box"];2458[label="vwx270",fontsize=16,color="green",shape="box"];2459[label="vwx280",fontsize=16,color="green",shape="box"];2460[label="vwx270",fontsize=16,color="green",shape="box"];2461[label="vwx280",fontsize=16,color="green",shape="box"];2462[label="vwx270",fontsize=16,color="green",shape="box"];2463[label="vwx280",fontsize=16,color="green",shape="box"];2464[label="vwx270",fontsize=16,color="green",shape="box"];2465[label="vwx280",fontsize=16,color="green",shape="box"];2466[label="vwx270",fontsize=16,color="green",shape="box"];2467[label="vwx280",fontsize=16,color="green",shape="box"];2468[label="vwx270",fontsize=16,color="green",shape="box"];2469[label="vwx280",fontsize=16,color="green",shape="box"];2470 -> 1349[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2470[label="vwx270 < vwx280",fontsize=16,color="magenta"];2470 -> 2564[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2470 -> 2565[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2471 -> 1350[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2471[label="vwx270 < vwx280",fontsize=16,color="magenta"];2471 -> 2566[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2471 -> 2567[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2472 -> 1351[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2472[label="vwx270 < vwx280",fontsize=16,color="magenta"];2472 -> 2568[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2472 -> 2569[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2473 -> 1352[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2473[label="vwx270 < vwx280",fontsize=16,color="magenta"];2473 -> 2570[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2473 -> 2571[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2474 -> 1353[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2474[label="vwx270 < vwx280",fontsize=16,color="magenta"];2474 -> 2572[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2474 -> 2573[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2475 -> 1354[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2475[label="vwx270 < vwx280",fontsize=16,color="magenta"];2475 -> 2574[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2475 -> 2575[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2476 -> 1355[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2476[label="vwx270 < vwx280",fontsize=16,color="magenta"];2476 -> 2576[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2476 -> 2577[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2477 -> 1356[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2477[label="vwx270 < vwx280",fontsize=16,color="magenta"];2477 -> 2578[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2477 -> 2579[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2478 -> 1357[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2478[label="vwx270 < vwx280",fontsize=16,color="magenta"];2478 -> 2580[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2478 -> 2581[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2479 -> 1358[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2479[label="vwx270 < vwx280",fontsize=16,color="magenta"];2479 -> 2582[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2479 -> 2583[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2480 -> 1359[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2480[label="vwx270 < vwx280",fontsize=16,color="magenta"];2480 -> 2584[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2480 -> 2585[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2481 -> 1360[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2481[label="vwx270 < vwx280",fontsize=16,color="magenta"];2481 -> 2586[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2481 -> 2587[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2482 -> 1361[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2482[label="vwx270 < vwx280",fontsize=16,color="magenta"];2482 -> 2588[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2482 -> 2589[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2483 -> 1362[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2483[label="vwx270 < vwx280",fontsize=16,color="magenta"];2483 -> 2590[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2483 -> 2591[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2484 -> 1983[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2484[label="vwx271 < vwx281 || vwx271 == vwx281 && vwx272 <= vwx282",fontsize=16,color="magenta"];2484 -> 2592[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2484 -> 2593[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2485[label="vwx270 == vwx280",fontsize=16,color="blue",shape="box"];3660[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2485 -> 3660[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3660 -> 2594[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3661[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2485 -> 3661[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3661 -> 2595[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3662[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2485 -> 3662[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3662 -> 2596[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3663[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2485 -> 3663[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3663 -> 2597[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3664[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2485 -> 3664[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3664 -> 2598[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3665[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2485 -> 3665[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3665 -> 2599[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3666[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2485 -> 3666[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3666 -> 2600[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3667[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2485 -> 3667[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3667 -> 2601[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3668[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2485 -> 3668[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3668 -> 2602[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3669[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2485 -> 3669[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3669 -> 2603[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3670[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2485 -> 3670[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3670 -> 2604[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3671[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2485 -> 3671[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3671 -> 2605[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3672[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2485 -> 3672[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3672 -> 2606[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3673[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2485 -> 3673[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3673 -> 2607[label="",style="solid", color="blue", weight=3]; 19.00/7.16 2486[label="vwx270",fontsize=16,color="green",shape="box"];2487[label="vwx280",fontsize=16,color="green",shape="box"];2488[label="vwx270",fontsize=16,color="green",shape="box"];2489[label="vwx280",fontsize=16,color="green",shape="box"];2490[label="vwx270",fontsize=16,color="green",shape="box"];2491[label="vwx280",fontsize=16,color="green",shape="box"];2492[label="vwx270",fontsize=16,color="green",shape="box"];2493[label="vwx280",fontsize=16,color="green",shape="box"];2494[label="vwx270",fontsize=16,color="green",shape="box"];2495[label="vwx280",fontsize=16,color="green",shape="box"];2496[label="vwx270",fontsize=16,color="green",shape="box"];2497[label="vwx280",fontsize=16,color="green",shape="box"];2498[label="vwx270",fontsize=16,color="green",shape="box"];2499[label="vwx280",fontsize=16,color="green",shape="box"];2500[label="vwx270",fontsize=16,color="green",shape="box"];2501[label="vwx280",fontsize=16,color="green",shape="box"];2502[label="vwx270",fontsize=16,color="green",shape="box"];2503[label="vwx280",fontsize=16,color="green",shape="box"];2504[label="vwx270",fontsize=16,color="green",shape="box"];2505[label="vwx280",fontsize=16,color="green",shape="box"];2506[label="vwx270",fontsize=16,color="green",shape="box"];2507[label="vwx280",fontsize=16,color="green",shape="box"];2508[label="vwx270",fontsize=16,color="green",shape="box"];2509[label="vwx280",fontsize=16,color="green",shape="box"];2510[label="vwx270",fontsize=16,color="green",shape="box"];2511[label="vwx280",fontsize=16,color="green",shape="box"];2512[label="vwx270",fontsize=16,color="green",shape="box"];2513[label="vwx280",fontsize=16,color="green",shape="box"];2514[label="vwx270",fontsize=16,color="green",shape="box"];2515[label="vwx280",fontsize=16,color="green",shape="box"];2516[label="vwx270",fontsize=16,color="green",shape="box"];2517[label="vwx280",fontsize=16,color="green",shape="box"];2518[label="vwx270",fontsize=16,color="green",shape="box"];2519[label="vwx280",fontsize=16,color="green",shape="box"];2520[label="vwx270",fontsize=16,color="green",shape="box"];2521[label="vwx280",fontsize=16,color="green",shape="box"];2522[label="vwx270",fontsize=16,color="green",shape="box"];2523[label="vwx280",fontsize=16,color="green",shape="box"];2524[label="vwx270",fontsize=16,color="green",shape="box"];2525[label="vwx280",fontsize=16,color="green",shape="box"];2526[label="vwx270",fontsize=16,color="green",shape="box"];2527[label="vwx280",fontsize=16,color="green",shape="box"];2528[label="vwx270",fontsize=16,color="green",shape="box"];2529[label="vwx280",fontsize=16,color="green",shape="box"];2530[label="vwx270",fontsize=16,color="green",shape="box"];2531[label="vwx280",fontsize=16,color="green",shape="box"];2532[label="vwx270",fontsize=16,color="green",shape="box"];2533[label="vwx280",fontsize=16,color="green",shape="box"];2534[label="vwx270",fontsize=16,color="green",shape="box"];2535[label="vwx280",fontsize=16,color="green",shape="box"];2536[label="vwx270",fontsize=16,color="green",shape="box"];2537[label="vwx280",fontsize=16,color="green",shape="box"];2538[label="vwx270",fontsize=16,color="green",shape="box"];2539[label="vwx280",fontsize=16,color="green",shape="box"];2540[label="vwx270",fontsize=16,color="green",shape="box"];2541[label="vwx280",fontsize=16,color="green",shape="box"];2542 -> 1349[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2542[label="vwx270 < vwx280",fontsize=16,color="magenta"];2542 -> 2608[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2542 -> 2609[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2543 -> 1350[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2543[label="vwx270 < vwx280",fontsize=16,color="magenta"];2543 -> 2610[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2543 -> 2611[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2544 -> 1351[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2544[label="vwx270 < vwx280",fontsize=16,color="magenta"];2544 -> 2612[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2544 -> 2613[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2545 -> 1352[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2545[label="vwx270 < vwx280",fontsize=16,color="magenta"];2545 -> 2614[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2545 -> 2615[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2546 -> 1353[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2546[label="vwx270 < vwx280",fontsize=16,color="magenta"];2546 -> 2616[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2546 -> 2617[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2547 -> 1354[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2547[label="vwx270 < vwx280",fontsize=16,color="magenta"];2547 -> 2618[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2547 -> 2619[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2548 -> 1355[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2548[label="vwx270 < vwx280",fontsize=16,color="magenta"];2548 -> 2620[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2548 -> 2621[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2549 -> 1356[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2549[label="vwx270 < vwx280",fontsize=16,color="magenta"];2549 -> 2622[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2549 -> 2623[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2550 -> 1357[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2550[label="vwx270 < vwx280",fontsize=16,color="magenta"];2550 -> 2624[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2550 -> 2625[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2551 -> 1358[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2551[label="vwx270 < vwx280",fontsize=16,color="magenta"];2551 -> 2626[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2551 -> 2627[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2552 -> 1359[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2552[label="vwx270 < vwx280",fontsize=16,color="magenta"];2552 -> 2628[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2552 -> 2629[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2553 -> 1360[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2553[label="vwx270 < vwx280",fontsize=16,color="magenta"];2553 -> 2630[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2553 -> 2631[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2554 -> 1361[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2554[label="vwx270 < vwx280",fontsize=16,color="magenta"];2554 -> 2632[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2554 -> 2633[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2555 -> 1362[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2555[label="vwx270 < vwx280",fontsize=16,color="magenta"];2555 -> 2634[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2555 -> 2635[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2556[label="vwx271 <= vwx281",fontsize=16,color="blue",shape="box"];3674[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3674[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3674 -> 2636[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3675[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3675[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3675 -> 2637[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3676[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3676[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3676 -> 2638[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3677[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3677[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3677 -> 2639[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3678[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3678[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3678 -> 2640[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3679[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3679[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3679 -> 2641[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3680[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3680[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3680 -> 2642[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3681[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3681[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3681 -> 2643[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3682[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3682[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3682 -> 2644[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3683[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3683[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3683 -> 2645[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3684[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3684[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3684 -> 2646[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3685[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3685[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3685 -> 2647[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3686[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3686[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3686 -> 2648[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3687[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3687[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3687 -> 2649[label="",style="solid", color="blue", weight=3]; 19.00/7.16 2557[label="vwx270 == vwx280",fontsize=16,color="blue",shape="box"];3688[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2557 -> 3688[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3688 -> 2650[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3689[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2557 -> 3689[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3689 -> 2651[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3690[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2557 -> 3690[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3690 -> 2652[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3691[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2557 -> 3691[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3691 -> 2653[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3692[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2557 -> 3692[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3692 -> 2654[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3693[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2557 -> 3693[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3693 -> 2655[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3694[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2557 -> 3694[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3694 -> 2656[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3695[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2557 -> 3695[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3695 -> 2657[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3696[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2557 -> 3696[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3696 -> 2658[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3697[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2557 -> 3697[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3697 -> 2659[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3698[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2557 -> 3698[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3698 -> 2660[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3699[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2557 -> 3699[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3699 -> 2661[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3700[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2557 -> 3700[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3700 -> 2662[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3701[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2557 -> 3701[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3701 -> 2663[label="",style="solid", color="blue", weight=3]; 19.00/7.16 2558[label="GT",fontsize=16,color="green",shape="box"];2559[label="GT",fontsize=16,color="green",shape="box"];2560[label="Succ (Succ (primPlusNat vwx1710 vwx3100100))",fontsize=16,color="green",shape="box"];2560 -> 2664[label="",style="dashed", color="green", weight=3]; 19.00/7.16 2561[label="Succ vwx3100100",fontsize=16,color="green",shape="box"];2562[label="True",fontsize=16,color="green",shape="box"];2563[label="False",fontsize=16,color="green",shape="box"];2564[label="vwx280",fontsize=16,color="green",shape="box"];2565[label="vwx270",fontsize=16,color="green",shape="box"];2566[label="vwx280",fontsize=16,color="green",shape="box"];2567[label="vwx270",fontsize=16,color="green",shape="box"];2568[label="vwx280",fontsize=16,color="green",shape="box"];2569[label="vwx270",fontsize=16,color="green",shape="box"];2570[label="vwx280",fontsize=16,color="green",shape="box"];2571[label="vwx270",fontsize=16,color="green",shape="box"];2572[label="vwx280",fontsize=16,color="green",shape="box"];2573[label="vwx270",fontsize=16,color="green",shape="box"];2574[label="vwx280",fontsize=16,color="green",shape="box"];2575[label="vwx270",fontsize=16,color="green",shape="box"];2576[label="vwx280",fontsize=16,color="green",shape="box"];2577[label="vwx270",fontsize=16,color="green",shape="box"];2578[label="vwx280",fontsize=16,color="green",shape="box"];2579[label="vwx270",fontsize=16,color="green",shape="box"];2580[label="vwx280",fontsize=16,color="green",shape="box"];2581[label="vwx270",fontsize=16,color="green",shape="box"];2582[label="vwx280",fontsize=16,color="green",shape="box"];2583[label="vwx270",fontsize=16,color="green",shape="box"];2584[label="vwx280",fontsize=16,color="green",shape="box"];2585[label="vwx270",fontsize=16,color="green",shape="box"];2586[label="vwx280",fontsize=16,color="green",shape="box"];2587[label="vwx270",fontsize=16,color="green",shape="box"];2588[label="vwx280",fontsize=16,color="green",shape="box"];2589[label="vwx270",fontsize=16,color="green",shape="box"];2590[label="vwx280",fontsize=16,color="green",shape="box"];2591[label="vwx270",fontsize=16,color="green",shape="box"];2592[label="vwx271 < vwx281",fontsize=16,color="blue",shape="box"];3702[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2592 -> 3702[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3702 -> 2665[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3703[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2592 -> 3703[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3703 -> 2666[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3704[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2592 -> 3704[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3704 -> 2667[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3705[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2592 -> 3705[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3705 -> 2668[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3706[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2592 -> 3706[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3706 -> 2669[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3707[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2592 -> 3707[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3707 -> 2670[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3708[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2592 -> 3708[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3708 -> 2671[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3709[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2592 -> 3709[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3709 -> 2672[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3710[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2592 -> 3710[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3710 -> 2673[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3711[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2592 -> 3711[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3711 -> 2674[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3712[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2592 -> 3712[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3712 -> 2675[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3713[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2592 -> 3713[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3713 -> 2676[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3714[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2592 -> 3714[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3714 -> 2677[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3715[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2592 -> 3715[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3715 -> 2678[label="",style="solid", color="blue", weight=3]; 19.00/7.16 2593 -> 987[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2593[label="vwx271 == vwx281 && vwx272 <= vwx282",fontsize=16,color="magenta"];2593 -> 2679[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2593 -> 2680[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2594 -> 434[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2594[label="vwx270 == vwx280",fontsize=16,color="magenta"];2594 -> 2681[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2594 -> 2682[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2595 -> 435[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2595[label="vwx270 == vwx280",fontsize=16,color="magenta"];2595 -> 2683[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2595 -> 2684[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2596 -> 440[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2596[label="vwx270 == vwx280",fontsize=16,color="magenta"];2596 -> 2685[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2596 -> 2686[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2597 -> 436[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2597[label="vwx270 == vwx280",fontsize=16,color="magenta"];2597 -> 2687[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2597 -> 2688[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2598 -> 445[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2598[label="vwx270 == vwx280",fontsize=16,color="magenta"];2598 -> 2689[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2598 -> 2690[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2599 -> 437[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2599[label="vwx270 == vwx280",fontsize=16,color="magenta"];2599 -> 2691[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2599 -> 2692[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2600 -> 447[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2600[label="vwx270 == vwx280",fontsize=16,color="magenta"];2600 -> 2693[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2600 -> 2694[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2601 -> 444[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2601[label="vwx270 == vwx280",fontsize=16,color="magenta"];2601 -> 2695[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2601 -> 2696[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2602 -> 446[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2602[label="vwx270 == vwx280",fontsize=16,color="magenta"];2602 -> 2697[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2602 -> 2698[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2603 -> 442[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2603[label="vwx270 == vwx280",fontsize=16,color="magenta"];2603 -> 2699[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2603 -> 2700[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2604 -> 441[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2604[label="vwx270 == vwx280",fontsize=16,color="magenta"];2604 -> 2701[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2604 -> 2702[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2605 -> 438[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2605[label="vwx270 == vwx280",fontsize=16,color="magenta"];2605 -> 2703[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2605 -> 2704[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2606 -> 439[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2606[label="vwx270 == vwx280",fontsize=16,color="magenta"];2606 -> 2705[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2606 -> 2706[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2607 -> 443[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2607[label="vwx270 == vwx280",fontsize=16,color="magenta"];2607 -> 2707[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2607 -> 2708[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2608[label="vwx280",fontsize=16,color="green",shape="box"];2609[label="vwx270",fontsize=16,color="green",shape="box"];2610[label="vwx280",fontsize=16,color="green",shape="box"];2611[label="vwx270",fontsize=16,color="green",shape="box"];2612[label="vwx280",fontsize=16,color="green",shape="box"];2613[label="vwx270",fontsize=16,color="green",shape="box"];2614[label="vwx280",fontsize=16,color="green",shape="box"];2615[label="vwx270",fontsize=16,color="green",shape="box"];2616[label="vwx280",fontsize=16,color="green",shape="box"];2617[label="vwx270",fontsize=16,color="green",shape="box"];2618[label="vwx280",fontsize=16,color="green",shape="box"];2619[label="vwx270",fontsize=16,color="green",shape="box"];2620[label="vwx280",fontsize=16,color="green",shape="box"];2621[label="vwx270",fontsize=16,color="green",shape="box"];2622[label="vwx280",fontsize=16,color="green",shape="box"];2623[label="vwx270",fontsize=16,color="green",shape="box"];2624[label="vwx280",fontsize=16,color="green",shape="box"];2625[label="vwx270",fontsize=16,color="green",shape="box"];2626[label="vwx280",fontsize=16,color="green",shape="box"];2627[label="vwx270",fontsize=16,color="green",shape="box"];2628[label="vwx280",fontsize=16,color="green",shape="box"];2629[label="vwx270",fontsize=16,color="green",shape="box"];2630[label="vwx280",fontsize=16,color="green",shape="box"];2631[label="vwx270",fontsize=16,color="green",shape="box"];2632[label="vwx280",fontsize=16,color="green",shape="box"];2633[label="vwx270",fontsize=16,color="green",shape="box"];2634[label="vwx280",fontsize=16,color="green",shape="box"];2635[label="vwx270",fontsize=16,color="green",shape="box"];2636 -> 1312[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2636[label="vwx271 <= vwx281",fontsize=16,color="magenta"];2636 -> 2709[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2636 -> 2710[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2637 -> 1313[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2637[label="vwx271 <= vwx281",fontsize=16,color="magenta"];2637 -> 2711[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2637 -> 2712[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2638 -> 1314[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2638[label="vwx271 <= vwx281",fontsize=16,color="magenta"];2638 -> 2713[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2638 -> 2714[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2639 -> 1315[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2639[label="vwx271 <= vwx281",fontsize=16,color="magenta"];2639 -> 2715[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2639 -> 2716[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2640 -> 1316[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2640[label="vwx271 <= vwx281",fontsize=16,color="magenta"];2640 -> 2717[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2640 -> 2718[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2641 -> 1317[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2641[label="vwx271 <= vwx281",fontsize=16,color="magenta"];2641 -> 2719[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2641 -> 2720[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2642 -> 1318[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2642[label="vwx271 <= vwx281",fontsize=16,color="magenta"];2642 -> 2721[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2642 -> 2722[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2643 -> 1319[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2643[label="vwx271 <= vwx281",fontsize=16,color="magenta"];2643 -> 2723[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2643 -> 2724[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2644 -> 1320[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2644[label="vwx271 <= vwx281",fontsize=16,color="magenta"];2644 -> 2725[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2644 -> 2726[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2645 -> 1321[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2645[label="vwx271 <= vwx281",fontsize=16,color="magenta"];2645 -> 2727[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2645 -> 2728[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2646 -> 1322[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2646[label="vwx271 <= vwx281",fontsize=16,color="magenta"];2646 -> 2729[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2646 -> 2730[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2647 -> 1323[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2647[label="vwx271 <= vwx281",fontsize=16,color="magenta"];2647 -> 2731[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2647 -> 2732[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2648 -> 1324[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2648[label="vwx271 <= vwx281",fontsize=16,color="magenta"];2648 -> 2733[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2648 -> 2734[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2649 -> 1325[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2649[label="vwx271 <= vwx281",fontsize=16,color="magenta"];2649 -> 2735[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2649 -> 2736[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2650 -> 434[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2650[label="vwx270 == vwx280",fontsize=16,color="magenta"];2650 -> 2737[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2650 -> 2738[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2651 -> 435[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2651[label="vwx270 == vwx280",fontsize=16,color="magenta"];2651 -> 2739[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2651 -> 2740[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2652 -> 440[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2652[label="vwx270 == vwx280",fontsize=16,color="magenta"];2652 -> 2741[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2652 -> 2742[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2653 -> 436[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2653[label="vwx270 == vwx280",fontsize=16,color="magenta"];2653 -> 2743[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2653 -> 2744[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2654 -> 445[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2654[label="vwx270 == vwx280",fontsize=16,color="magenta"];2654 -> 2745[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2654 -> 2746[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2655 -> 437[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2655[label="vwx270 == vwx280",fontsize=16,color="magenta"];2655 -> 2747[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2655 -> 2748[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2656 -> 447[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2656[label="vwx270 == vwx280",fontsize=16,color="magenta"];2656 -> 2749[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2656 -> 2750[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2657 -> 444[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2657[label="vwx270 == vwx280",fontsize=16,color="magenta"];2657 -> 2751[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2657 -> 2752[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2658 -> 446[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2658[label="vwx270 == vwx280",fontsize=16,color="magenta"];2658 -> 2753[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2658 -> 2754[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2659 -> 442[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2659[label="vwx270 == vwx280",fontsize=16,color="magenta"];2659 -> 2755[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2659 -> 2756[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2660 -> 441[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2660[label="vwx270 == vwx280",fontsize=16,color="magenta"];2660 -> 2757[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2660 -> 2758[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2661 -> 438[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2661[label="vwx270 == vwx280",fontsize=16,color="magenta"];2661 -> 2759[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2661 -> 2760[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2662 -> 439[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2662[label="vwx270 == vwx280",fontsize=16,color="magenta"];2662 -> 2761[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2662 -> 2762[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2663 -> 443[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2663[label="vwx270 == vwx280",fontsize=16,color="magenta"];2663 -> 2763[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2663 -> 2764[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2664[label="primPlusNat vwx1710 vwx3100100",fontsize=16,color="burlywood",shape="triangle"];3716[label="vwx1710/Succ vwx17100",fontsize=10,color="white",style="solid",shape="box"];2664 -> 3716[label="",style="solid", color="burlywood", weight=9]; 19.00/7.16 3716 -> 2765[label="",style="solid", color="burlywood", weight=3]; 19.00/7.16 3717[label="vwx1710/Zero",fontsize=10,color="white",style="solid",shape="box"];2664 -> 3717[label="",style="solid", color="burlywood", weight=9]; 19.00/7.16 3717 -> 2766[label="",style="solid", color="burlywood", weight=3]; 19.00/7.16 2665 -> 1349[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2665[label="vwx271 < vwx281",fontsize=16,color="magenta"];2665 -> 2767[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2665 -> 2768[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2666 -> 1350[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2666[label="vwx271 < vwx281",fontsize=16,color="magenta"];2666 -> 2769[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2666 -> 2770[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2667 -> 1351[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2667[label="vwx271 < vwx281",fontsize=16,color="magenta"];2667 -> 2771[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2667 -> 2772[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2668 -> 1352[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2668[label="vwx271 < vwx281",fontsize=16,color="magenta"];2668 -> 2773[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2668 -> 2774[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2669 -> 1353[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2669[label="vwx271 < vwx281",fontsize=16,color="magenta"];2669 -> 2775[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2669 -> 2776[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2670 -> 1354[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2670[label="vwx271 < vwx281",fontsize=16,color="magenta"];2670 -> 2777[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2670 -> 2778[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2671 -> 1355[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2671[label="vwx271 < vwx281",fontsize=16,color="magenta"];2671 -> 2779[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2671 -> 2780[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2672 -> 1356[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2672[label="vwx271 < vwx281",fontsize=16,color="magenta"];2672 -> 2781[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2672 -> 2782[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2673 -> 1357[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2673[label="vwx271 < vwx281",fontsize=16,color="magenta"];2673 -> 2783[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2673 -> 2784[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2674 -> 1358[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2674[label="vwx271 < vwx281",fontsize=16,color="magenta"];2674 -> 2785[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2674 -> 2786[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2675 -> 1359[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2675[label="vwx271 < vwx281",fontsize=16,color="magenta"];2675 -> 2787[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2675 -> 2788[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2676 -> 1360[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2676[label="vwx271 < vwx281",fontsize=16,color="magenta"];2676 -> 2789[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2676 -> 2790[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2677 -> 1361[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2677[label="vwx271 < vwx281",fontsize=16,color="magenta"];2677 -> 2791[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2677 -> 2792[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2678 -> 1362[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2678[label="vwx271 < vwx281",fontsize=16,color="magenta"];2678 -> 2793[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2678 -> 2794[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2679[label="vwx272 <= vwx282",fontsize=16,color="blue",shape="box"];3718[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2679 -> 3718[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3718 -> 2795[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3719[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2679 -> 3719[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3719 -> 2796[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3720[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2679 -> 3720[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3720 -> 2797[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3721[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2679 -> 3721[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3721 -> 2798[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3722[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2679 -> 3722[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3722 -> 2799[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3723[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2679 -> 3723[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3723 -> 2800[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3724[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2679 -> 3724[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3724 -> 2801[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3725[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2679 -> 3725[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3725 -> 2802[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3726[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2679 -> 3726[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3726 -> 2803[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3727[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2679 -> 3727[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3727 -> 2804[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3728[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2679 -> 3728[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3728 -> 2805[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3729[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2679 -> 3729[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3729 -> 2806[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3730[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2679 -> 3730[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3730 -> 2807[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3731[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2679 -> 3731[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3731 -> 2808[label="",style="solid", color="blue", weight=3]; 19.00/7.16 2680[label="vwx271 == vwx281",fontsize=16,color="blue",shape="box"];3732[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2680 -> 3732[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3732 -> 2809[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3733[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2680 -> 3733[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3733 -> 2810[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3734[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2680 -> 3734[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3734 -> 2811[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3735[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2680 -> 3735[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3735 -> 2812[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3736[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2680 -> 3736[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3736 -> 2813[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3737[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2680 -> 3737[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3737 -> 2814[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3738[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2680 -> 3738[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3738 -> 2815[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3739[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2680 -> 3739[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3739 -> 2816[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3740[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2680 -> 3740[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3740 -> 2817[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3741[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2680 -> 3741[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3741 -> 2818[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3742[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2680 -> 3742[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3742 -> 2819[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3743[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2680 -> 3743[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3743 -> 2820[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3744[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2680 -> 3744[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3744 -> 2821[label="",style="solid", color="blue", weight=3]; 19.00/7.16 3745[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2680 -> 3745[label="",style="solid", color="blue", weight=9]; 19.00/7.16 3745 -> 2822[label="",style="solid", color="blue", weight=3]; 19.00/7.16 2681[label="vwx280",fontsize=16,color="green",shape="box"];2682[label="vwx270",fontsize=16,color="green",shape="box"];2683[label="vwx280",fontsize=16,color="green",shape="box"];2684[label="vwx270",fontsize=16,color="green",shape="box"];2685[label="vwx280",fontsize=16,color="green",shape="box"];2686[label="vwx270",fontsize=16,color="green",shape="box"];2687[label="vwx280",fontsize=16,color="green",shape="box"];2688[label="vwx270",fontsize=16,color="green",shape="box"];2689[label="vwx280",fontsize=16,color="green",shape="box"];2690[label="vwx270",fontsize=16,color="green",shape="box"];2691[label="vwx280",fontsize=16,color="green",shape="box"];2692[label="vwx270",fontsize=16,color="green",shape="box"];2693[label="vwx280",fontsize=16,color="green",shape="box"];2694[label="vwx270",fontsize=16,color="green",shape="box"];2695[label="vwx280",fontsize=16,color="green",shape="box"];2696[label="vwx270",fontsize=16,color="green",shape="box"];2697[label="vwx280",fontsize=16,color="green",shape="box"];2698[label="vwx270",fontsize=16,color="green",shape="box"];2699[label="vwx280",fontsize=16,color="green",shape="box"];2700[label="vwx270",fontsize=16,color="green",shape="box"];2701[label="vwx280",fontsize=16,color="green",shape="box"];2702[label="vwx270",fontsize=16,color="green",shape="box"];2703[label="vwx280",fontsize=16,color="green",shape="box"];2704[label="vwx270",fontsize=16,color="green",shape="box"];2705[label="vwx280",fontsize=16,color="green",shape="box"];2706[label="vwx270",fontsize=16,color="green",shape="box"];2707[label="vwx280",fontsize=16,color="green",shape="box"];2708[label="vwx270",fontsize=16,color="green",shape="box"];2709[label="vwx271",fontsize=16,color="green",shape="box"];2710[label="vwx281",fontsize=16,color="green",shape="box"];2711[label="vwx271",fontsize=16,color="green",shape="box"];2712[label="vwx281",fontsize=16,color="green",shape="box"];2713[label="vwx271",fontsize=16,color="green",shape="box"];2714[label="vwx281",fontsize=16,color="green",shape="box"];2715[label="vwx271",fontsize=16,color="green",shape="box"];2716[label="vwx281",fontsize=16,color="green",shape="box"];2717[label="vwx271",fontsize=16,color="green",shape="box"];2718[label="vwx281",fontsize=16,color="green",shape="box"];2719[label="vwx271",fontsize=16,color="green",shape="box"];2720[label="vwx281",fontsize=16,color="green",shape="box"];2721[label="vwx271",fontsize=16,color="green",shape="box"];2722[label="vwx281",fontsize=16,color="green",shape="box"];2723[label="vwx271",fontsize=16,color="green",shape="box"];2724[label="vwx281",fontsize=16,color="green",shape="box"];2725[label="vwx271",fontsize=16,color="green",shape="box"];2726[label="vwx281",fontsize=16,color="green",shape="box"];2727[label="vwx271",fontsize=16,color="green",shape="box"];2728[label="vwx281",fontsize=16,color="green",shape="box"];2729[label="vwx271",fontsize=16,color="green",shape="box"];2730[label="vwx281",fontsize=16,color="green",shape="box"];2731[label="vwx271",fontsize=16,color="green",shape="box"];2732[label="vwx281",fontsize=16,color="green",shape="box"];2733[label="vwx271",fontsize=16,color="green",shape="box"];2734[label="vwx281",fontsize=16,color="green",shape="box"];2735[label="vwx271",fontsize=16,color="green",shape="box"];2736[label="vwx281",fontsize=16,color="green",shape="box"];2737[label="vwx280",fontsize=16,color="green",shape="box"];2738[label="vwx270",fontsize=16,color="green",shape="box"];2739[label="vwx280",fontsize=16,color="green",shape="box"];2740[label="vwx270",fontsize=16,color="green",shape="box"];2741[label="vwx280",fontsize=16,color="green",shape="box"];2742[label="vwx270",fontsize=16,color="green",shape="box"];2743[label="vwx280",fontsize=16,color="green",shape="box"];2744[label="vwx270",fontsize=16,color="green",shape="box"];2745[label="vwx280",fontsize=16,color="green",shape="box"];2746[label="vwx270",fontsize=16,color="green",shape="box"];2747[label="vwx280",fontsize=16,color="green",shape="box"];2748[label="vwx270",fontsize=16,color="green",shape="box"];2749[label="vwx280",fontsize=16,color="green",shape="box"];2750[label="vwx270",fontsize=16,color="green",shape="box"];2751[label="vwx280",fontsize=16,color="green",shape="box"];2752[label="vwx270",fontsize=16,color="green",shape="box"];2753[label="vwx280",fontsize=16,color="green",shape="box"];2754[label="vwx270",fontsize=16,color="green",shape="box"];2755[label="vwx280",fontsize=16,color="green",shape="box"];2756[label="vwx270",fontsize=16,color="green",shape="box"];2757[label="vwx280",fontsize=16,color="green",shape="box"];2758[label="vwx270",fontsize=16,color="green",shape="box"];2759[label="vwx280",fontsize=16,color="green",shape="box"];2760[label="vwx270",fontsize=16,color="green",shape="box"];2761[label="vwx280",fontsize=16,color="green",shape="box"];2762[label="vwx270",fontsize=16,color="green",shape="box"];2763[label="vwx280",fontsize=16,color="green",shape="box"];2764[label="vwx270",fontsize=16,color="green",shape="box"];2765[label="primPlusNat (Succ vwx17100) vwx3100100",fontsize=16,color="burlywood",shape="box"];3746[label="vwx3100100/Succ vwx31001000",fontsize=10,color="white",style="solid",shape="box"];2765 -> 3746[label="",style="solid", color="burlywood", weight=9]; 19.00/7.16 3746 -> 2823[label="",style="solid", color="burlywood", weight=3]; 19.00/7.16 3747[label="vwx3100100/Zero",fontsize=10,color="white",style="solid",shape="box"];2765 -> 3747[label="",style="solid", color="burlywood", weight=9]; 19.00/7.16 3747 -> 2824[label="",style="solid", color="burlywood", weight=3]; 19.00/7.16 2766[label="primPlusNat Zero vwx3100100",fontsize=16,color="burlywood",shape="box"];3748[label="vwx3100100/Succ vwx31001000",fontsize=10,color="white",style="solid",shape="box"];2766 -> 3748[label="",style="solid", color="burlywood", weight=9]; 19.00/7.16 3748 -> 2825[label="",style="solid", color="burlywood", weight=3]; 19.00/7.16 3749[label="vwx3100100/Zero",fontsize=10,color="white",style="solid",shape="box"];2766 -> 3749[label="",style="solid", color="burlywood", weight=9]; 19.00/7.16 3749 -> 2826[label="",style="solid", color="burlywood", weight=3]; 19.00/7.16 2767[label="vwx281",fontsize=16,color="green",shape="box"];2768[label="vwx271",fontsize=16,color="green",shape="box"];2769[label="vwx281",fontsize=16,color="green",shape="box"];2770[label="vwx271",fontsize=16,color="green",shape="box"];2771[label="vwx281",fontsize=16,color="green",shape="box"];2772[label="vwx271",fontsize=16,color="green",shape="box"];2773[label="vwx281",fontsize=16,color="green",shape="box"];2774[label="vwx271",fontsize=16,color="green",shape="box"];2775[label="vwx281",fontsize=16,color="green",shape="box"];2776[label="vwx271",fontsize=16,color="green",shape="box"];2777[label="vwx281",fontsize=16,color="green",shape="box"];2778[label="vwx271",fontsize=16,color="green",shape="box"];2779[label="vwx281",fontsize=16,color="green",shape="box"];2780[label="vwx271",fontsize=16,color="green",shape="box"];2781[label="vwx281",fontsize=16,color="green",shape="box"];2782[label="vwx271",fontsize=16,color="green",shape="box"];2783[label="vwx281",fontsize=16,color="green",shape="box"];2784[label="vwx271",fontsize=16,color="green",shape="box"];2785[label="vwx281",fontsize=16,color="green",shape="box"];2786[label="vwx271",fontsize=16,color="green",shape="box"];2787[label="vwx281",fontsize=16,color="green",shape="box"];2788[label="vwx271",fontsize=16,color="green",shape="box"];2789[label="vwx281",fontsize=16,color="green",shape="box"];2790[label="vwx271",fontsize=16,color="green",shape="box"];2791[label="vwx281",fontsize=16,color="green",shape="box"];2792[label="vwx271",fontsize=16,color="green",shape="box"];2793[label="vwx281",fontsize=16,color="green",shape="box"];2794[label="vwx271",fontsize=16,color="green",shape="box"];2795 -> 1312[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2795[label="vwx272 <= vwx282",fontsize=16,color="magenta"];2795 -> 2827[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2795 -> 2828[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2796 -> 1313[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2796[label="vwx272 <= vwx282",fontsize=16,color="magenta"];2796 -> 2829[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2796 -> 2830[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2797 -> 1314[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2797[label="vwx272 <= vwx282",fontsize=16,color="magenta"];2797 -> 2831[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2797 -> 2832[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2798 -> 1315[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2798[label="vwx272 <= vwx282",fontsize=16,color="magenta"];2798 -> 2833[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2798 -> 2834[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2799 -> 1316[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2799[label="vwx272 <= vwx282",fontsize=16,color="magenta"];2799 -> 2835[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2799 -> 2836[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2800 -> 1317[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2800[label="vwx272 <= vwx282",fontsize=16,color="magenta"];2800 -> 2837[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2800 -> 2838[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2801 -> 1318[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2801[label="vwx272 <= vwx282",fontsize=16,color="magenta"];2801 -> 2839[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2801 -> 2840[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2802 -> 1319[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2802[label="vwx272 <= vwx282",fontsize=16,color="magenta"];2802 -> 2841[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2802 -> 2842[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2803 -> 1320[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2803[label="vwx272 <= vwx282",fontsize=16,color="magenta"];2803 -> 2843[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2803 -> 2844[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2804 -> 1321[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2804[label="vwx272 <= vwx282",fontsize=16,color="magenta"];2804 -> 2845[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2804 -> 2846[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2805 -> 1322[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2805[label="vwx272 <= vwx282",fontsize=16,color="magenta"];2805 -> 2847[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2805 -> 2848[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2806 -> 1323[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2806[label="vwx272 <= vwx282",fontsize=16,color="magenta"];2806 -> 2849[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2806 -> 2850[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2807 -> 1324[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2807[label="vwx272 <= vwx282",fontsize=16,color="magenta"];2807 -> 2851[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2807 -> 2852[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2808 -> 1325[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2808[label="vwx272 <= vwx282",fontsize=16,color="magenta"];2808 -> 2853[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2808 -> 2854[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2809 -> 434[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2809[label="vwx271 == vwx281",fontsize=16,color="magenta"];2809 -> 2855[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2809 -> 2856[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2810 -> 435[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2810[label="vwx271 == vwx281",fontsize=16,color="magenta"];2810 -> 2857[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2810 -> 2858[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2811 -> 440[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2811[label="vwx271 == vwx281",fontsize=16,color="magenta"];2811 -> 2859[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2811 -> 2860[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2812 -> 436[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2812[label="vwx271 == vwx281",fontsize=16,color="magenta"];2812 -> 2861[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2812 -> 2862[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2813 -> 445[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2813[label="vwx271 == vwx281",fontsize=16,color="magenta"];2813 -> 2863[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2813 -> 2864[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2814 -> 437[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2814[label="vwx271 == vwx281",fontsize=16,color="magenta"];2814 -> 2865[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2814 -> 2866[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2815 -> 447[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2815[label="vwx271 == vwx281",fontsize=16,color="magenta"];2815 -> 2867[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2815 -> 2868[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2816 -> 444[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2816[label="vwx271 == vwx281",fontsize=16,color="magenta"];2816 -> 2869[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2816 -> 2870[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2817 -> 446[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2817[label="vwx271 == vwx281",fontsize=16,color="magenta"];2817 -> 2871[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2817 -> 2872[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2818 -> 442[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2818[label="vwx271 == vwx281",fontsize=16,color="magenta"];2818 -> 2873[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2818 -> 2874[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2819 -> 441[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2819[label="vwx271 == vwx281",fontsize=16,color="magenta"];2819 -> 2875[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2819 -> 2876[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2820 -> 438[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2820[label="vwx271 == vwx281",fontsize=16,color="magenta"];2820 -> 2877[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2820 -> 2878[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2821 -> 439[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2821[label="vwx271 == vwx281",fontsize=16,color="magenta"];2821 -> 2879[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2821 -> 2880[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2822 -> 443[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2822[label="vwx271 == vwx281",fontsize=16,color="magenta"];2822 -> 2881[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2822 -> 2882[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2823[label="primPlusNat (Succ vwx17100) (Succ vwx31001000)",fontsize=16,color="black",shape="box"];2823 -> 2883[label="",style="solid", color="black", weight=3]; 19.00/7.16 2824[label="primPlusNat (Succ vwx17100) Zero",fontsize=16,color="black",shape="box"];2824 -> 2884[label="",style="solid", color="black", weight=3]; 19.00/7.16 2825[label="primPlusNat Zero (Succ vwx31001000)",fontsize=16,color="black",shape="box"];2825 -> 2885[label="",style="solid", color="black", weight=3]; 19.00/7.16 2826[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];2826 -> 2886[label="",style="solid", color="black", weight=3]; 19.00/7.16 2827[label="vwx272",fontsize=16,color="green",shape="box"];2828[label="vwx282",fontsize=16,color="green",shape="box"];2829[label="vwx272",fontsize=16,color="green",shape="box"];2830[label="vwx282",fontsize=16,color="green",shape="box"];2831[label="vwx272",fontsize=16,color="green",shape="box"];2832[label="vwx282",fontsize=16,color="green",shape="box"];2833[label="vwx272",fontsize=16,color="green",shape="box"];2834[label="vwx282",fontsize=16,color="green",shape="box"];2835[label="vwx272",fontsize=16,color="green",shape="box"];2836[label="vwx282",fontsize=16,color="green",shape="box"];2837[label="vwx272",fontsize=16,color="green",shape="box"];2838[label="vwx282",fontsize=16,color="green",shape="box"];2839[label="vwx272",fontsize=16,color="green",shape="box"];2840[label="vwx282",fontsize=16,color="green",shape="box"];2841[label="vwx272",fontsize=16,color="green",shape="box"];2842[label="vwx282",fontsize=16,color="green",shape="box"];2843[label="vwx272",fontsize=16,color="green",shape="box"];2844[label="vwx282",fontsize=16,color="green",shape="box"];2845[label="vwx272",fontsize=16,color="green",shape="box"];2846[label="vwx282",fontsize=16,color="green",shape="box"];2847[label="vwx272",fontsize=16,color="green",shape="box"];2848[label="vwx282",fontsize=16,color="green",shape="box"];2849[label="vwx272",fontsize=16,color="green",shape="box"];2850[label="vwx282",fontsize=16,color="green",shape="box"];2851[label="vwx272",fontsize=16,color="green",shape="box"];2852[label="vwx282",fontsize=16,color="green",shape="box"];2853[label="vwx272",fontsize=16,color="green",shape="box"];2854[label="vwx282",fontsize=16,color="green",shape="box"];2855[label="vwx281",fontsize=16,color="green",shape="box"];2856[label="vwx271",fontsize=16,color="green",shape="box"];2857[label="vwx281",fontsize=16,color="green",shape="box"];2858[label="vwx271",fontsize=16,color="green",shape="box"];2859[label="vwx281",fontsize=16,color="green",shape="box"];2860[label="vwx271",fontsize=16,color="green",shape="box"];2861[label="vwx281",fontsize=16,color="green",shape="box"];2862[label="vwx271",fontsize=16,color="green",shape="box"];2863[label="vwx281",fontsize=16,color="green",shape="box"];2864[label="vwx271",fontsize=16,color="green",shape="box"];2865[label="vwx281",fontsize=16,color="green",shape="box"];2866[label="vwx271",fontsize=16,color="green",shape="box"];2867[label="vwx281",fontsize=16,color="green",shape="box"];2868[label="vwx271",fontsize=16,color="green",shape="box"];2869[label="vwx281",fontsize=16,color="green",shape="box"];2870[label="vwx271",fontsize=16,color="green",shape="box"];2871[label="vwx281",fontsize=16,color="green",shape="box"];2872[label="vwx271",fontsize=16,color="green",shape="box"];2873[label="vwx281",fontsize=16,color="green",shape="box"];2874[label="vwx271",fontsize=16,color="green",shape="box"];2875[label="vwx281",fontsize=16,color="green",shape="box"];2876[label="vwx271",fontsize=16,color="green",shape="box"];2877[label="vwx281",fontsize=16,color="green",shape="box"];2878[label="vwx271",fontsize=16,color="green",shape="box"];2879[label="vwx281",fontsize=16,color="green",shape="box"];2880[label="vwx271",fontsize=16,color="green",shape="box"];2881[label="vwx281",fontsize=16,color="green",shape="box"];2882[label="vwx271",fontsize=16,color="green",shape="box"];2883[label="Succ (Succ (primPlusNat vwx17100 vwx31001000))",fontsize=16,color="green",shape="box"];2883 -> 2887[label="",style="dashed", color="green", weight=3]; 19.00/7.16 2884[label="Succ vwx17100",fontsize=16,color="green",shape="box"];2885[label="Succ vwx31001000",fontsize=16,color="green",shape="box"];2886[label="Zero",fontsize=16,color="green",shape="box"];2887 -> 2664[label="",style="dashed", color="red", weight=0]; 19.00/7.16 2887[label="primPlusNat vwx17100 vwx31001000",fontsize=16,color="magenta"];2887 -> 2888[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2887 -> 2889[label="",style="dashed", color="magenta", weight=3]; 19.00/7.16 2888[label="vwx17100",fontsize=16,color="green",shape="box"];2889[label="vwx31001000",fontsize=16,color="green",shape="box"];} 19.00/7.16 19.00/7.16 ---------------------------------------- 19.00/7.16 19.00/7.16 (14) 19.00/7.16 Complex Obligation (AND) 19.00/7.16 19.00/7.16 ---------------------------------------- 19.00/7.16 19.00/7.16 (15) 19.00/7.16 Obligation: 19.00/7.16 Q DP problem: 19.00/7.16 The TRS P consists of the following rules: 19.00/7.16 19.00/7.16 new_primCmpNat(Succ(vwx30000), Succ(vwx310000)) -> new_primCmpNat(vwx30000, vwx310000) 19.00/7.16 19.00/7.16 R is empty. 19.00/7.16 Q is empty. 19.00/7.16 We have to consider all minimal (P,Q,R)-chains. 19.00/7.16 ---------------------------------------- 19.00/7.16 19.00/7.16 (16) QDPSizeChangeProof (EQUIVALENT) 19.00/7.16 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. 19.00/7.16 19.00/7.16 From the DPs we obtained the following set of size-change graphs: 19.00/7.16 *new_primCmpNat(Succ(vwx30000), Succ(vwx310000)) -> new_primCmpNat(vwx30000, vwx310000) 19.00/7.16 The graph contains the following edges 1 > 1, 2 > 2 19.00/7.16 19.00/7.16 19.00/7.16 ---------------------------------------- 19.00/7.16 19.00/7.16 (17) 19.00/7.16 YES 19.00/7.16 19.00/7.16 ---------------------------------------- 19.00/7.16 19.00/7.16 (18) 19.00/7.16 Obligation: 19.00/7.16 Q DP problem: 19.00/7.16 The TRS P consists of the following rules: 19.00/7.16 19.00/7.16 new_foldl(vwx30, :(vwx310, vwx311), h) -> new_foldl(new_max1(vwx30, vwx310, h), vwx311, h) 19.00/7.16 19.00/7.16 The TRS R consists of the following rules: 19.00/7.16 19.00/7.16 new_ltEs12(Right(vwx270), Right(vwx280), cbc, ty_Integer) -> new_ltEs8(vwx270, vwx280) 19.00/7.16 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 19.00/7.16 new_lt23(vwx91, vwx93, ty_Integer) -> new_lt10(vwx91, vwx93) 19.00/7.16 new_primCompAux00(vwx20, vwx21, EQ, ty_@0) -> new_compare14(vwx20, vwx21) 19.00/7.16 new_esEs24(@0, @0) -> True 19.00/7.16 new_pePe(True, vwx170) -> True 19.00/7.16 new_esEs16(vwx30000, vwx310000, app(ty_Maybe, ec)) -> new_esEs19(vwx30000, vwx310000, ec) 19.00/7.16 new_ltEs23(vwx92, vwx94, app(ty_[], fah)) -> new_ltEs16(vwx92, vwx94, fah) 19.00/7.16 new_esEs30(vwx78, vwx81, ty_Float) -> new_esEs23(vwx78, vwx81) 19.00/7.16 new_lt8(vwx78, vwx81) -> new_esEs12(new_compare15(vwx78, vwx81), LT) 19.00/7.16 new_esEs5(vwx3002, vwx31002, app(app(ty_Either, cdf), cdg)) -> new_esEs28(vwx3002, vwx31002, cdf, cdg) 19.00/7.16 new_compare25(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), bhd, bhe) -> new_compare211(vwx3000, vwx3001, vwx31000, vwx31001, new_asAs(new_esEs11(vwx3000, vwx31000, bhd), new_esEs10(vwx3001, vwx31001, bhe)), bhd, bhe) 19.00/7.16 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 19.00/7.16 new_ltEs5(vwx80, vwx83, ty_Integer) -> new_ltEs8(vwx80, vwx83) 19.00/7.16 new_ltEs7(vwx27, vwx28) -> new_fsEs(new_compare16(vwx27, vwx28)) 19.00/7.16 new_ltEs24(vwx56, vwx57, ty_Char) -> new_ltEs18(vwx56, vwx57) 19.00/7.16 new_esEs4(vwx3000, vwx31000, ty_Integer) -> new_esEs22(vwx3000, vwx31000) 19.00/7.16 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Integer) -> new_esEs22(vwx30000, vwx310000) 19.00/7.16 new_lt21(vwx270, vwx280, app(ty_Maybe, ece)) -> new_lt11(vwx270, vwx280, ece) 19.00/7.16 new_esEs5(vwx3002, vwx31002, app(ty_Ratio, cdc)) -> new_esEs21(vwx3002, vwx31002, cdc) 19.00/7.16 new_ltEs12(Left(vwx270), Right(vwx280), cbc, bhh) -> True 19.00/7.16 new_compare18(LT, LT) -> EQ 19.00/7.16 new_esEs33(vwx30001, vwx310001, app(app(ty_@2, deb), dec)) -> new_esEs26(vwx30001, vwx310001, deb, dec) 19.00/7.16 new_lt20(vwx270, vwx280, ty_Double) -> new_lt9(vwx270, vwx280) 19.00/7.16 new_esEs11(vwx3000, vwx31000, app(app(ty_Either, ddb), ddc)) -> new_esEs28(vwx3000, vwx31000, ddb, ddc) 19.00/7.16 new_ltEs10(GT, LT) -> False 19.00/7.16 new_compare211(vwx91, vwx92, vwx93, vwx94, False, egd, ege) -> new_compare111(vwx91, vwx92, vwx93, vwx94, new_lt23(vwx91, vwx93, egd), new_asAs(new_esEs38(vwx91, vwx93, egd), new_ltEs23(vwx92, vwx94, ege)), egd, ege) 19.00/7.16 new_esEs16(vwx30000, vwx310000, app(app(ty_Either, fc), fd)) -> new_esEs28(vwx30000, vwx310000, fc, fd) 19.00/7.16 new_esEs36(vwx271, vwx281, app(ty_Ratio, eeh)) -> new_esEs21(vwx271, vwx281, eeh) 19.00/7.16 new_compare14(@0, @0) -> EQ 19.00/7.16 new_ltEs20(vwx271, vwx281, app(app(app(ty_@3, eba), ebb), ebc)) -> new_ltEs11(vwx271, vwx281, eba, ebb, ebc) 19.00/7.16 new_ltEs20(vwx271, vwx281, app(ty_Maybe, eah)) -> new_ltEs9(vwx271, vwx281, eah) 19.00/7.16 new_primCompAux1(vwx300, vwx3100, vwx301, vwx3101, h) -> new_primCompAux00(vwx301, vwx3101, new_compare4(vwx300, vwx3100, h), app(ty_[], h)) 19.00/7.16 new_ltEs20(vwx271, vwx281, ty_@0) -> new_ltEs4(vwx271, vwx281) 19.00/7.16 new_ltEs10(EQ, LT) -> False 19.00/7.16 new_ltEs9(Just(vwx270), Just(vwx280), ty_Int) -> new_ltEs14(vwx270, vwx280) 19.00/7.16 new_esEs34(vwx30000, vwx310000, app(ty_[], dfb)) -> new_esEs20(vwx30000, vwx310000, dfb) 19.00/7.16 new_compare9(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bgg, bgh, bha) -> new_compare28(vwx3000, vwx3001, vwx3002, vwx31000, vwx31001, vwx31002, new_asAs(new_esEs7(vwx3000, vwx31000, bgg), new_asAs(new_esEs6(vwx3001, vwx31001, bgh), new_esEs5(vwx3002, vwx31002, bha))), bgg, bgh, bha) 19.00/7.16 new_lt23(vwx91, vwx93, ty_Char) -> new_lt19(vwx91, vwx93) 19.00/7.16 new_esEs16(vwx30000, vwx310000, ty_Char) -> new_esEs25(vwx30000, vwx310000) 19.00/7.16 new_primEqNat0(Succ(vwx300000), Succ(vwx3100000)) -> new_primEqNat0(vwx300000, vwx3100000) 19.00/7.16 new_ltEs12(Right(vwx270), Right(vwx280), cbc, app(ty_[], ccd)) -> new_ltEs16(vwx270, vwx280, ccd) 19.00/7.16 new_lt22(vwx271, vwx281, ty_@0) -> new_lt16(vwx271, vwx281) 19.00/7.16 new_compare12(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, False, vwx150, gc, gd, ge) -> new_compare13(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, vwx150, gc, gd, ge) 19.00/7.16 new_lt21(vwx270, vwx280, ty_Int) -> new_lt15(vwx270, vwx280) 19.00/7.16 new_not(True) -> False 19.00/7.16 new_esEs16(vwx30000, vwx310000, ty_Bool) -> new_esEs17(vwx30000, vwx310000) 19.00/7.16 new_lt21(vwx270, vwx280, app(app(ty_@2, edc), edd)) -> new_lt14(vwx270, vwx280, edc, edd) 19.00/7.16 new_lt22(vwx271, vwx281, ty_Ordering) -> new_lt12(vwx271, vwx281) 19.00/7.16 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Char, bdg) -> new_esEs25(vwx30000, vwx310000) 19.00/7.16 new_esEs7(vwx3000, vwx31000, ty_Float) -> new_esEs23(vwx3000, vwx31000) 19.00/7.16 new_ltEs19(vwx49, vwx50, ty_Bool) -> new_ltEs6(vwx49, vwx50) 19.00/7.16 new_compare16(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare7(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 19.00/7.16 new_ltEs9(Just(vwx270), Just(vwx280), ty_Ordering) -> new_ltEs10(vwx270, vwx280) 19.00/7.16 new_esEs33(vwx30001, vwx310001, ty_Bool) -> new_esEs17(vwx30001, vwx310001) 19.00/7.16 new_esEs9(vwx3000, vwx31000, ty_Integer) -> new_esEs22(vwx3000, vwx31000) 19.00/7.16 new_esEs7(vwx3000, vwx31000, ty_Int) -> new_esEs27(vwx3000, vwx31000) 19.00/7.16 new_esEs38(vwx91, vwx93, app(app(ty_@2, ehd), ehe)) -> new_esEs26(vwx91, vwx93, ehd, ehe) 19.00/7.16 new_esEs10(vwx3001, vwx31001, ty_Float) -> new_esEs23(vwx3001, vwx31001) 19.00/7.16 new_ltEs5(vwx80, vwx83, app(app(ty_Either, bcb), bcc)) -> new_ltEs12(vwx80, vwx83, bcb, bcc) 19.00/7.16 new_ltEs12(Left(vwx270), Left(vwx280), ty_@0, bhh) -> new_ltEs4(vwx270, vwx280) 19.00/7.16 new_ltEs12(Left(vwx270), Left(vwx280), app(app(app(ty_@3, cab), cac), cad), bhh) -> new_ltEs11(vwx270, vwx280, cab, cac, cad) 19.00/7.16 new_ltEs19(vwx49, vwx50, ty_Char) -> new_ltEs18(vwx49, vwx50) 19.00/7.16 new_esEs11(vwx3000, vwx31000, ty_Char) -> new_esEs25(vwx3000, vwx31000) 19.00/7.16 new_compare111(vwx158, vwx159, vwx160, vwx161, True, vwx163, ba, bb) -> new_compare10(vwx158, vwx159, vwx160, vwx161, True, ba, bb) 19.00/7.16 new_esEs33(vwx30001, vwx310001, ty_Int) -> new_esEs27(vwx30001, vwx310001) 19.00/7.16 new_esEs11(vwx3000, vwx31000, app(ty_Maybe, dcb)) -> new_esEs19(vwx3000, vwx31000, dcb) 19.00/7.16 new_primEqNat0(Succ(vwx300000), Zero) -> False 19.00/7.16 new_primEqNat0(Zero, Succ(vwx3100000)) -> False 19.00/7.16 new_ltEs22(vwx27, vwx28, ty_Ordering) -> new_ltEs10(vwx27, vwx28) 19.00/7.16 new_lt11(vwx78, vwx81, bch) -> new_esEs12(new_compare17(vwx78, vwx81, bch), LT) 19.00/7.16 new_ltEs22(vwx27, vwx28, ty_Integer) -> new_ltEs8(vwx27, vwx28) 19.00/7.16 new_esEs22(Integer(vwx30000), Integer(vwx310000)) -> new_primEqInt(vwx30000, vwx310000) 19.00/7.16 new_compare4(vwx300, vwx3100, ty_Ordering) -> new_compare18(vwx300, vwx3100) 19.00/7.16 new_ltEs22(vwx27, vwx28, app(app(ty_@2, dhd), dhe)) -> new_ltEs13(vwx27, vwx28, dhd, dhe) 19.00/7.16 new_ltEs22(vwx27, vwx28, ty_Int) -> new_ltEs14(vwx27, vwx28) 19.00/7.16 new_lt6(vwx79, vwx82, app(ty_[], bbd)) -> new_lt17(vwx79, vwx82, bbd) 19.00/7.16 new_esEs6(vwx3001, vwx31001, app(ty_[], ced)) -> new_esEs20(vwx3001, vwx31001, ced) 19.00/7.16 new_compare17(Nothing, Nothing, bgf) -> EQ 19.00/7.16 new_compare6(Integer(vwx3000), Integer(vwx31000)) -> new_primCmpInt(vwx3000, vwx31000) 19.00/7.16 new_ltEs11(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), ecb, ecc, ecd) -> new_pePe(new_lt21(vwx270, vwx280, ecb), new_asAs(new_esEs37(vwx270, vwx280, ecb), new_pePe(new_lt22(vwx271, vwx281, ecc), new_asAs(new_esEs36(vwx271, vwx281, ecc), new_ltEs21(vwx272, vwx282, ecd))))) 19.00/7.16 new_primCompAux00(vwx20, vwx21, EQ, app(ty_Maybe, gg)) -> new_compare17(vwx20, vwx21, gg) 19.00/7.16 new_primCmpInt(Pos(Succ(vwx30000)), Neg(vwx31000)) -> GT 19.00/7.16 new_lt22(vwx271, vwx281, app(ty_[], eeg)) -> new_lt17(vwx271, vwx281, eeg) 19.00/7.16 new_ltEs9(Just(vwx270), Just(vwx280), ty_Integer) -> new_ltEs8(vwx270, vwx280) 19.00/7.16 new_lt7(vwx78, vwx81, ty_Double) -> new_lt9(vwx78, vwx81) 19.00/7.16 new_lt13(vwx78, vwx81, bda, bdb) -> new_esEs12(new_compare19(vwx78, vwx81, bda, bdb), LT) 19.00/7.16 new_esEs15(vwx30001, vwx310001, ty_Integer) -> new_esEs22(vwx30001, vwx310001) 19.00/7.16 new_primCompAux00(vwx20, vwx21, EQ, ty_Integer) -> new_compare6(vwx20, vwx21) 19.00/7.16 new_esEs16(vwx30000, vwx310000, ty_Ordering) -> new_esEs12(vwx30000, vwx310000) 19.00/7.16 new_ltEs10(GT, EQ) -> False 19.00/7.16 new_esEs30(vwx78, vwx81, ty_Double) -> new_esEs18(vwx78, vwx81) 19.00/7.16 new_esEs5(vwx3002, vwx31002, app(ty_Maybe, ccf)) -> new_esEs19(vwx3002, vwx31002, ccf) 19.00/7.16 new_esEs29(vwx79, vwx82, app(ty_[], bbd)) -> new_esEs20(vwx79, vwx82, bbd) 19.00/7.16 new_esEs35(vwx270, vwx280, ty_Double) -> new_esEs18(vwx270, vwx280) 19.00/7.16 new_primPlusNat1(Succ(vwx17100), Succ(vwx31001000)) -> Succ(Succ(new_primPlusNat1(vwx17100, vwx31001000))) 19.00/7.16 new_primCompAux00(vwx20, vwx21, GT, gf) -> GT 19.00/7.16 new_compare17(Just(vwx3000), Nothing, bgf) -> GT 19.00/7.16 new_esEs38(vwx91, vwx93, ty_Int) -> new_esEs27(vwx91, vwx93) 19.00/7.16 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Double) -> new_esEs18(vwx30000, vwx310000) 19.00/7.16 new_esEs33(vwx30001, vwx310001, ty_Ordering) -> new_esEs12(vwx30001, vwx310001) 19.00/7.16 new_primCmpNat0(Zero, Succ(vwx310000)) -> LT 19.00/7.16 new_ltEs24(vwx56, vwx57, ty_Bool) -> new_ltEs6(vwx56, vwx57) 19.00/7.16 new_esEs29(vwx79, vwx82, app(app(app(ty_@3, bae), baf), bag)) -> new_esEs13(vwx79, vwx82, bae, baf, bag) 19.00/7.16 new_esEs10(vwx3001, vwx31001, ty_Integer) -> new_esEs22(vwx3001, vwx31001) 19.00/7.16 new_esEs5(vwx3002, vwx31002, ty_Char) -> new_esEs25(vwx3002, vwx31002) 19.00/7.16 new_esEs28(Right(vwx30000), Right(vwx310000), bfb, ty_Double) -> new_esEs18(vwx30000, vwx310000) 19.00/7.16 new_compare18(GT, GT) -> EQ 19.00/7.16 new_ltEs21(vwx272, vwx282, ty_Double) -> new_ltEs7(vwx272, vwx282) 19.00/7.16 new_primCompAux00(vwx20, vwx21, EQ, app(ty_[], hg)) -> new_compare26(vwx20, vwx21, hg) 19.00/7.16 new_ltEs13(@2(vwx270, vwx271), @2(vwx280, vwx281), dhd, dhe) -> new_pePe(new_lt20(vwx270, vwx280, dhd), new_asAs(new_esEs35(vwx270, vwx280, dhd), new_ltEs20(vwx271, vwx281, dhe))) 19.00/7.16 new_esEs38(vwx91, vwx93, ty_Bool) -> new_esEs17(vwx91, vwx93) 19.00/7.16 new_esEs6(vwx3001, vwx31001, ty_@0) -> new_esEs24(vwx3001, vwx31001) 19.00/7.16 new_lt7(vwx78, vwx81, ty_Integer) -> new_lt10(vwx78, vwx81) 19.00/7.16 new_ltEs12(Right(vwx270), Right(vwx280), cbc, ty_Float) -> new_ltEs15(vwx270, vwx280) 19.00/7.16 new_esEs33(vwx30001, vwx310001, app(ty_Ratio, dea)) -> new_esEs21(vwx30001, vwx310001, dea) 19.00/7.16 new_esEs19(Just(vwx30000), Just(vwx310000), ty_@0) -> new_esEs24(vwx30000, vwx310000) 19.00/7.16 new_esEs32(vwx30000, vwx310000, ty_Integer) -> new_esEs22(vwx30000, vwx310000) 19.00/7.16 new_esEs11(vwx3000, vwx31000, app(app(ty_@2, dch), dda)) -> new_esEs26(vwx3000, vwx31000, dch, dda) 19.00/7.16 new_esEs27(vwx3000, vwx31000) -> new_primEqInt(vwx3000, vwx31000) 19.00/7.16 new_primCompAux00(vwx20, vwx21, EQ, app(app(app(ty_@3, gh), ha), hb)) -> new_compare9(vwx20, vwx21, gh, ha, hb) 19.00/7.16 new_esEs16(vwx30000, vwx310000, ty_Int) -> new_esEs27(vwx30000, vwx310000) 19.00/7.16 new_esEs30(vwx78, vwx81, ty_Int) -> new_esEs27(vwx78, vwx81) 19.00/7.16 new_esEs28(Left(vwx30000), Left(vwx310000), app(app(app(ty_@3, bea), beb), bec), bdg) -> new_esEs13(vwx30000, vwx310000, bea, beb, bec) 19.00/7.16 new_esEs38(vwx91, vwx93, ty_Ordering) -> new_esEs12(vwx91, vwx93) 19.00/7.16 new_esEs8(vwx3000, vwx31000, app(ty_Ratio, fbg)) -> new_esEs21(vwx3000, vwx31000, fbg) 19.00/7.16 new_ltEs5(vwx80, vwx83, app(app(ty_@2, bcd), bce)) -> new_ltEs13(vwx80, vwx83, bcd, bce) 19.00/7.16 new_esEs33(vwx30001, vwx310001, app(app(ty_Either, ded), dee)) -> new_esEs28(vwx30001, vwx310001, ded, dee) 19.00/7.16 new_ltEs21(vwx272, vwx282, ty_Char) -> new_ltEs18(vwx272, vwx282) 19.00/7.16 new_esEs11(vwx3000, vwx31000, ty_Ordering) -> new_esEs12(vwx3000, vwx31000) 19.00/7.16 new_ltEs9(Just(vwx270), Just(vwx280), app(ty_Ratio, dhc)) -> new_ltEs17(vwx270, vwx280, dhc) 19.00/7.16 new_esEs33(vwx30001, vwx310001, app(ty_Maybe, ddd)) -> new_esEs19(vwx30001, vwx310001, ddd) 19.00/7.16 new_esEs14(vwx30002, vwx310002, app(ty_[], cb)) -> new_esEs20(vwx30002, vwx310002, cb) 19.00/7.16 new_esEs36(vwx271, vwx281, app(app(ty_@2, eee), eef)) -> new_esEs26(vwx271, vwx281, eee, eef) 19.00/7.16 new_ltEs6(False, False) -> True 19.00/7.16 new_esEs7(vwx3000, vwx31000, ty_Integer) -> new_esEs22(vwx3000, vwx31000) 19.00/7.16 new_primEqInt(Neg(Succ(vwx300000)), Neg(Succ(vwx3100000))) -> new_primEqNat0(vwx300000, vwx3100000) 19.00/7.16 new_esEs9(vwx3000, vwx31000, ty_Double) -> new_esEs18(vwx3000, vwx31000) 19.00/7.16 new_esEs9(vwx3000, vwx31000, ty_Float) -> new_esEs23(vwx3000, vwx31000) 19.00/7.16 new_primCmpInt(Neg(Zero), Pos(Succ(vwx310000))) -> LT 19.00/7.16 new_esEs36(vwx271, vwx281, app(app(app(ty_@3, edh), eea), eeb)) -> new_esEs13(vwx271, vwx281, edh, eea, eeb) 19.00/7.16 new_primMulInt(Pos(vwx30000), Pos(vwx310010)) -> Pos(new_primMulNat0(vwx30000, vwx310010)) 19.00/7.16 new_compare4(vwx300, vwx3100, app(app(ty_@2, bhd), bhe)) -> new_compare25(vwx300, vwx3100, bhd, bhe) 19.00/7.16 new_esEs37(vwx270, vwx280, app(ty_[], ede)) -> new_esEs20(vwx270, vwx280, ede) 19.00/7.16 new_compare19(Right(vwx3000), Left(vwx31000), bhb, bhc) -> GT 19.00/7.16 new_lt4(vwx78, vwx81) -> new_esEs12(new_compare8(vwx78, vwx81), LT) 19.00/7.16 new_lt21(vwx270, vwx280, app(app(ty_Either, eda), edb)) -> new_lt13(vwx270, vwx280, eda, edb) 19.00/7.16 new_ltEs22(vwx27, vwx28, ty_Float) -> new_ltEs15(vwx27, vwx28) 19.00/7.16 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Ordering, bdg) -> new_esEs12(vwx30000, vwx310000) 19.00/7.16 new_esEs33(vwx30001, vwx310001, ty_Float) -> new_esEs23(vwx30001, vwx310001) 19.00/7.16 new_max10(vwx10, vwx11, vwx12, vwx13, EQ, bge) -> new_max11(vwx10, vwx11, vwx12, vwx13, bge) 19.00/7.16 new_primMulNat0(Succ(vwx300000), Zero) -> Zero 19.00/7.16 new_primMulNat0(Zero, Succ(vwx3100100)) -> Zero 19.00/7.16 new_compare4(vwx300, vwx3100, ty_Float) -> new_compare8(vwx300, vwx3100) 19.00/7.16 new_ltEs9(Just(vwx270), Just(vwx280), app(app(ty_Either, dgf), dgg)) -> new_ltEs12(vwx270, vwx280, dgf, dgg) 19.00/7.16 new_esEs16(vwx30000, vwx310000, app(app(app(ty_@3, ed), ee), ef)) -> new_esEs13(vwx30000, vwx310000, ed, ee, ef) 19.00/7.16 new_esEs39(vwx30000, vwx310000, app(app(app(ty_@3, fdh), fea), feb)) -> new_esEs13(vwx30000, vwx310000, fdh, fea, feb) 19.00/7.16 new_esEs10(vwx3001, vwx31001, ty_Double) -> new_esEs18(vwx3001, vwx31001) 19.00/7.16 new_esEs7(vwx3000, vwx31000, ty_Double) -> new_esEs18(vwx3000, vwx31000) 19.00/7.16 new_ltEs19(vwx49, vwx50, ty_Double) -> new_ltEs7(vwx49, vwx50) 19.00/7.16 new_esEs33(vwx30001, vwx310001, ty_Double) -> new_esEs18(vwx30001, vwx310001) 19.00/7.16 new_esEs28(Right(vwx30000), Right(vwx310000), bfb, app(ty_Ratio, bfh)) -> new_esEs21(vwx30000, vwx310000, bfh) 19.00/7.16 new_ltEs6(True, False) -> False 19.00/7.16 new_compare7(vwx300, vwx3100) -> new_primCmpInt(vwx300, vwx3100) 19.00/7.16 new_lt7(vwx78, vwx81, app(app(ty_Either, bda), bdb)) -> new_lt13(vwx78, vwx81, bda, bdb) 19.00/7.16 new_ltEs12(Right(vwx270), Right(vwx280), cbc, app(app(ty_@2, ccb), ccc)) -> new_ltEs13(vwx270, vwx280, ccb, ccc) 19.00/7.16 new_ltEs12(Right(vwx270), Right(vwx280), cbc, app(ty_Maybe, cbd)) -> new_ltEs9(vwx270, vwx280, cbd) 19.00/7.16 new_esEs33(vwx30001, vwx310001, ty_Char) -> new_esEs25(vwx30001, vwx310001) 19.00/7.16 new_esEs39(vwx30000, vwx310000, app(ty_[], fec)) -> new_esEs20(vwx30000, vwx310000, fec) 19.00/7.17 new_lt6(vwx79, vwx82, ty_Ordering) -> new_lt12(vwx79, vwx82) 19.00/7.17 new_esEs14(vwx30002, vwx310002, app(app(app(ty_@3, bg), bh), ca)) -> new_esEs13(vwx30002, vwx310002, bg, bh, ca) 19.00/7.17 new_compare15(False, True) -> LT 19.00/7.17 new_primPlusNat1(Succ(vwx17100), Zero) -> Succ(vwx17100) 19.00/7.17 new_primPlusNat1(Zero, Succ(vwx31001000)) -> Succ(vwx31001000) 19.00/7.17 new_ltEs20(vwx271, vwx281, app(ty_[], ebh)) -> new_ltEs16(vwx271, vwx281, ebh) 19.00/7.17 new_esEs9(vwx3000, vwx31000, ty_@0) -> new_esEs24(vwx3000, vwx31000) 19.00/7.17 new_esEs36(vwx271, vwx281, app(app(ty_Either, eec), eed)) -> new_esEs28(vwx271, vwx281, eec, eed) 19.00/7.17 new_lt23(vwx91, vwx93, app(app(ty_Either, ehb), ehc)) -> new_lt13(vwx91, vwx93, ehb, ehc) 19.00/7.17 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Float) -> new_esEs23(vwx30000, vwx310000) 19.00/7.17 new_esEs35(vwx270, vwx280, ty_Float) -> new_esEs23(vwx270, vwx280) 19.00/7.17 new_lt6(vwx79, vwx82, app(ty_Ratio, bbe)) -> new_lt18(vwx79, vwx82, bbe) 19.00/7.17 new_ltEs12(Right(vwx270), Right(vwx280), cbc, ty_Ordering) -> new_ltEs10(vwx270, vwx280) 19.00/7.17 new_max1([], [], h) -> [] 19.00/7.17 new_ltEs12(Right(vwx270), Right(vwx280), cbc, ty_Int) -> new_ltEs14(vwx270, vwx280) 19.00/7.17 new_esEs8(vwx3000, vwx31000, app(ty_Maybe, fbb)) -> new_esEs19(vwx3000, vwx31000, fbb) 19.00/7.17 new_compare10(vwx158, vwx159, vwx160, vwx161, False, ba, bb) -> GT 19.00/7.17 new_esEs7(vwx3000, vwx31000, ty_Char) -> new_esEs25(vwx3000, vwx31000) 19.00/7.17 new_lt21(vwx270, vwx280, app(ty_Ratio, edf)) -> new_lt18(vwx270, vwx280, edf) 19.00/7.17 new_esEs28(Right(vwx30000), Right(vwx310000), bfb, app(app(ty_Either, bgc), bgd)) -> new_esEs28(vwx30000, vwx310000, bgc, bgd) 19.00/7.17 new_esEs29(vwx79, vwx82, ty_Bool) -> new_esEs17(vwx79, vwx82) 19.00/7.17 new_fsEs(vwx165) -> new_not(new_esEs12(vwx165, GT)) 19.00/7.17 new_lt9(vwx78, vwx81) -> new_esEs12(new_compare16(vwx78, vwx81), LT) 19.00/7.17 new_esEs7(vwx3000, vwx31000, app(ty_Maybe, cfb)) -> new_esEs19(vwx3000, vwx31000, cfb) 19.00/7.17 new_lt20(vwx270, vwx280, ty_Ordering) -> new_lt12(vwx270, vwx280) 19.00/7.17 new_esEs28(Right(vwx30000), Right(vwx310000), bfb, ty_Bool) -> new_esEs17(vwx30000, vwx310000) 19.00/7.17 new_esEs8(vwx3000, vwx31000, ty_Char) -> new_esEs25(vwx3000, vwx31000) 19.00/7.17 new_esEs28(Right(vwx30000), Right(vwx310000), bfb, ty_Integer) -> new_esEs22(vwx30000, vwx310000) 19.00/7.17 new_compare4(vwx300, vwx3100, ty_Char) -> new_compare27(vwx300, vwx3100) 19.00/7.17 new_esEs5(vwx3002, vwx31002, ty_Int) -> new_esEs27(vwx3002, vwx31002) 19.00/7.17 new_esEs6(vwx3001, vwx31001, ty_Integer) -> new_esEs22(vwx3001, vwx31001) 19.00/7.17 new_esEs35(vwx270, vwx280, app(app(ty_@2, ead), eae)) -> new_esEs26(vwx270, vwx280, ead, eae) 19.00/7.17 new_esEs10(vwx3001, vwx31001, ty_@0) -> new_esEs24(vwx3001, vwx31001) 19.00/7.17 new_lt20(vwx270, vwx280, ty_Integer) -> new_lt10(vwx270, vwx280) 19.00/7.17 new_esEs11(vwx3000, vwx31000, app(ty_Ratio, dcg)) -> new_esEs21(vwx3000, vwx31000, dcg) 19.00/7.17 new_primCompAux00(vwx20, vwx21, EQ, app(app(ty_Either, hc), hd)) -> new_compare19(vwx20, vwx21, hc, hd) 19.00/7.17 new_esEs28(Right(vwx30000), Right(vwx310000), bfb, ty_Int) -> new_esEs27(vwx30000, vwx310000) 19.00/7.17 new_esEs30(vwx78, vwx81, ty_Integer) -> new_esEs22(vwx78, vwx81) 19.00/7.17 new_ltEs12(Left(vwx270), Left(vwx280), ty_Integer, bhh) -> new_ltEs8(vwx270, vwx280) 19.00/7.17 new_compare4(vwx300, vwx3100, app(ty_Ratio, bhg)) -> new_compare5(vwx300, vwx3100, bhg) 19.00/7.17 new_ltEs20(vwx271, vwx281, app(app(ty_@2, ebf), ebg)) -> new_ltEs13(vwx271, vwx281, ebf, ebg) 19.00/7.17 new_esEs36(vwx271, vwx281, ty_Ordering) -> new_esEs12(vwx271, vwx281) 19.00/7.17 new_lt14(vwx78, vwx81, bdc, bdd) -> new_esEs12(new_compare25(vwx78, vwx81, bdc, bdd), LT) 19.00/7.17 new_esEs5(vwx3002, vwx31002, ty_Bool) -> new_esEs17(vwx3002, vwx31002) 19.00/7.17 new_esEs28(Right(vwx30000), Right(vwx310000), bfb, app(app(ty_@2, bga), bgb)) -> new_esEs26(vwx30000, vwx310000, bga, bgb) 19.00/7.17 new_compare26([], :(vwx31000, vwx31001), bhf) -> LT 19.00/7.17 new_ltEs9(Just(vwx270), Just(vwx280), ty_@0) -> new_ltEs4(vwx270, vwx280) 19.00/7.17 new_esEs29(vwx79, vwx82, ty_Ordering) -> new_esEs12(vwx79, vwx82) 19.00/7.17 new_esEs10(vwx3001, vwx31001, app(app(ty_@2, dbf), dbg)) -> new_esEs26(vwx3001, vwx31001, dbf, dbg) 19.00/7.17 new_lt20(vwx270, vwx280, app(app(ty_Either, eab), eac)) -> new_lt13(vwx270, vwx280, eab, eac) 19.00/7.17 new_esEs14(vwx30002, vwx310002, ty_Char) -> new_esEs25(vwx30002, vwx310002) 19.00/7.17 new_lt22(vwx271, vwx281, ty_Float) -> new_lt4(vwx271, vwx281) 19.00/7.17 new_esEs16(vwx30000, vwx310000, ty_Float) -> new_esEs23(vwx30000, vwx310000) 19.00/7.17 new_lt7(vwx78, vwx81, ty_@0) -> new_lt16(vwx78, vwx81) 19.00/7.17 new_esEs30(vwx78, vwx81, ty_Bool) -> new_esEs17(vwx78, vwx81) 19.00/7.17 new_esEs33(vwx30001, vwx310001, app(app(app(ty_@3, dde), ddf), ddg)) -> new_esEs13(vwx30001, vwx310001, dde, ddf, ddg) 19.00/7.17 new_esEs39(vwx30000, vwx310000, app(ty_Maybe, fdg)) -> new_esEs19(vwx30000, vwx310000, fdg) 19.00/7.17 new_lt23(vwx91, vwx93, app(app(app(ty_@3, egg), egh), eha)) -> new_lt5(vwx91, vwx93, egg, egh, eha) 19.00/7.17 new_esEs35(vwx270, vwx280, ty_Ordering) -> new_esEs12(vwx270, vwx280) 19.00/7.17 new_esEs14(vwx30002, vwx310002, ty_Bool) -> new_esEs17(vwx30002, vwx310002) 19.00/7.17 new_max10(vwx10, vwx11, vwx12, vwx13, LT, bge) -> new_max11(vwx10, vwx11, vwx12, vwx13, bge) 19.00/7.17 new_ltEs12(Right(vwx270), Right(vwx280), cbc, ty_Bool) -> new_ltEs6(vwx270, vwx280) 19.00/7.17 new_esEs9(vwx3000, vwx31000, app(ty_[], fch)) -> new_esEs20(vwx3000, vwx31000, fch) 19.00/7.17 new_compare4(vwx300, vwx3100, app(app(app(ty_@3, bgg), bgh), bha)) -> new_compare9(vwx300, vwx3100, bgg, bgh, bha) 19.00/7.17 new_compare18(GT, LT) -> GT 19.00/7.17 new_compare18(EQ, LT) -> GT 19.00/7.17 new_compare28(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, True, baa, bab, bac) -> EQ 19.00/7.17 new_esEs12(GT, GT) -> True 19.00/7.17 new_ltEs21(vwx272, vwx282, app(ty_[], ega)) -> new_ltEs16(vwx272, vwx282, ega) 19.00/7.17 new_esEs39(vwx30000, vwx310000, app(app(ty_Either, feg), feh)) -> new_esEs28(vwx30000, vwx310000, feg, feh) 19.00/7.17 new_esEs36(vwx271, vwx281, ty_Int) -> new_esEs27(vwx271, vwx281) 19.00/7.17 new_esEs17(False, True) -> False 19.00/7.17 new_esEs17(True, False) -> False 19.00/7.17 new_ltEs10(LT, LT) -> True 19.00/7.17 new_esEs7(vwx3000, vwx31000, app(app(ty_Either, cgb), cgc)) -> new_esEs28(vwx3000, vwx31000, cgb, cgc) 19.00/7.17 new_esEs4(vwx3000, vwx31000, ty_Int) -> new_esEs27(vwx3000, vwx31000) 19.00/7.17 new_lt20(vwx270, vwx280, ty_Bool) -> new_lt8(vwx270, vwx280) 19.00/7.17 new_esEs30(vwx78, vwx81, app(ty_Ratio, bdf)) -> new_esEs21(vwx78, vwx81, bdf) 19.00/7.17 new_lt6(vwx79, vwx82, app(app(app(ty_@3, bae), baf), bag)) -> new_lt5(vwx79, vwx82, bae, baf, bag) 19.00/7.17 new_esEs7(vwx3000, vwx31000, ty_@0) -> new_esEs24(vwx3000, vwx31000) 19.00/7.17 new_esEs39(vwx30000, vwx310000, ty_Char) -> new_esEs25(vwx30000, vwx310000) 19.00/7.17 new_esEs34(vwx30000, vwx310000, ty_@0) -> new_esEs24(vwx30000, vwx310000) 19.00/7.17 new_ltEs20(vwx271, vwx281, ty_Double) -> new_ltEs7(vwx271, vwx281) 19.00/7.17 new_primCmpInt(Pos(Succ(vwx30000)), Pos(vwx31000)) -> new_primCmpNat0(Succ(vwx30000), vwx31000) 19.00/7.17 new_esEs39(vwx30000, vwx310000, ty_Bool) -> new_esEs17(vwx30000, vwx310000) 19.00/7.17 new_esEs14(vwx30002, vwx310002, ty_@0) -> new_esEs24(vwx30002, vwx310002) 19.00/7.17 new_esEs31(vwx30001, vwx310001, ty_Int) -> new_esEs27(vwx30001, vwx310001) 19.00/7.17 new_esEs12(EQ, EQ) -> True 19.00/7.17 new_ltEs4(vwx27, vwx28) -> new_fsEs(new_compare14(vwx27, vwx28)) 19.00/7.17 new_ltEs5(vwx80, vwx83, ty_Char) -> new_ltEs18(vwx80, vwx83) 19.00/7.17 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Double, bdg) -> new_esEs18(vwx30000, vwx310000) 19.00/7.17 new_esEs10(vwx3001, vwx31001, ty_Bool) -> new_esEs17(vwx3001, vwx31001) 19.00/7.17 new_esEs35(vwx270, vwx280, app(ty_Maybe, dhf)) -> new_esEs19(vwx270, vwx280, dhf) 19.00/7.17 new_esEs14(vwx30002, vwx310002, app(app(ty_Either, cf), cg)) -> new_esEs28(vwx30002, vwx310002, cf, cg) 19.00/7.17 new_lt10(vwx78, vwx81) -> new_esEs12(new_compare6(vwx78, vwx81), LT) 19.00/7.17 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Char) -> new_esEs25(vwx30000, vwx310000) 19.00/7.17 new_esEs34(vwx30000, vwx310000, app(ty_Maybe, def)) -> new_esEs19(vwx30000, vwx310000, def) 19.00/7.17 new_esEs5(vwx3002, vwx31002, app(ty_[], cdb)) -> new_esEs20(vwx3002, vwx31002, cdb) 19.00/7.17 new_esEs10(vwx3001, vwx31001, ty_Int) -> new_esEs27(vwx3001, vwx31001) 19.00/7.17 new_esEs26(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), cgg, cgh) -> new_asAs(new_esEs34(vwx30000, vwx310000, cgg), new_esEs33(vwx30001, vwx310001, cgh)) 19.00/7.17 new_compare26(:(vwx3000, vwx3001), [], bhf) -> GT 19.00/7.17 new_esEs34(vwx30000, vwx310000, ty_Char) -> new_esEs25(vwx30000, vwx310000) 19.00/7.17 new_compare212(vwx56, vwx57, False, ffa, ffb) -> new_compare110(vwx56, vwx57, new_ltEs24(vwx56, vwx57, ffb), ffa, ffb) 19.00/7.17 new_ltEs6(False, True) -> True 19.00/7.17 new_esEs32(vwx30000, vwx310000, ty_Int) -> new_esEs27(vwx30000, vwx310000) 19.00/7.17 new_lt7(vwx78, vwx81, app(app(app(ty_@3, ff), fg), fh)) -> new_lt5(vwx78, vwx81, ff, fg, fh) 19.00/7.17 new_ltEs12(Right(vwx270), Right(vwx280), cbc, ty_@0) -> new_ltEs4(vwx270, vwx280) 19.00/7.17 new_esEs28(Right(vwx30000), Right(vwx310000), bfb, app(ty_Maybe, bfc)) -> new_esEs19(vwx30000, vwx310000, bfc) 19.00/7.17 new_esEs35(vwx270, vwx280, ty_@0) -> new_esEs24(vwx270, vwx280) 19.00/7.17 new_esEs37(vwx270, vwx280, ty_Float) -> new_esEs23(vwx270, vwx280) 19.00/7.17 new_esEs10(vwx3001, vwx31001, ty_Ordering) -> new_esEs12(vwx3001, vwx31001) 19.00/7.17 new_esEs38(vwx91, vwx93, ty_Integer) -> new_esEs22(vwx91, vwx93) 19.00/7.17 new_ltEs10(GT, GT) -> True 19.00/7.17 new_esEs35(vwx270, vwx280, ty_Char) -> new_esEs25(vwx270, vwx280) 19.00/7.17 new_ltEs23(vwx92, vwx94, app(app(ty_@2, faf), fag)) -> new_ltEs13(vwx92, vwx94, faf, fag) 19.00/7.17 new_esEs38(vwx91, vwx93, app(app(ty_Either, ehb), ehc)) -> new_esEs28(vwx91, vwx93, ehb, ehc) 19.00/7.17 new_compare26([], [], bhf) -> EQ 19.00/7.17 new_esEs33(vwx30001, vwx310001, ty_Integer) -> new_esEs22(vwx30001, vwx310001) 19.00/7.17 new_ltEs12(Right(vwx270), Right(vwx280), cbc, ty_Char) -> new_ltEs18(vwx270, vwx280) 19.00/7.17 new_esEs28(Left(vwx30000), Left(vwx310000), app(ty_Maybe, bdh), bdg) -> new_esEs19(vwx30000, vwx310000, bdh) 19.00/7.17 new_ltEs9(Just(vwx270), Just(vwx280), app(ty_Maybe, dgb)) -> new_ltEs9(vwx270, vwx280, dgb) 19.00/7.17 new_esEs15(vwx30001, vwx310001, ty_Int) -> new_esEs27(vwx30001, vwx310001) 19.00/7.17 new_esEs8(vwx3000, vwx31000, app(app(ty_Either, fcb), fcc)) -> new_esEs28(vwx3000, vwx31000, fcb, fcc) 19.00/7.17 new_lt21(vwx270, vwx280, ty_Bool) -> new_lt8(vwx270, vwx280) 19.00/7.17 new_esEs4(vwx3000, vwx31000, app(ty_Maybe, cgd)) -> new_esEs19(vwx3000, vwx31000, cgd) 19.00/7.17 new_lt6(vwx79, vwx82, ty_Float) -> new_lt4(vwx79, vwx82) 19.00/7.17 new_esEs17(True, True) -> True 19.00/7.17 new_compare4(vwx300, vwx3100, ty_Int) -> new_compare7(vwx300, vwx3100) 19.00/7.17 new_esEs34(vwx30000, vwx310000, app(app(app(ty_@3, deg), deh), dfa)) -> new_esEs13(vwx30000, vwx310000, deg, deh, dfa) 19.00/7.17 new_esEs38(vwx91, vwx93, ty_Char) -> new_esEs25(vwx91, vwx93) 19.00/7.17 new_esEs8(vwx3000, vwx31000, app(ty_[], fbf)) -> new_esEs20(vwx3000, vwx31000, fbf) 19.00/7.17 new_esEs23(Float(vwx30000, vwx30001), Float(vwx310000, vwx310001)) -> new_esEs27(new_sr0(vwx30000, vwx310001), new_sr0(vwx30001, vwx310000)) 19.00/7.17 new_ltEs24(vwx56, vwx57, app(ty_[], fgc)) -> new_ltEs16(vwx56, vwx57, fgc) 19.00/7.17 new_esEs15(vwx30001, vwx310001, ty_Char) -> new_esEs25(vwx30001, vwx310001) 19.00/7.17 new_lt22(vwx271, vwx281, app(app(app(ty_@3, edh), eea), eeb)) -> new_lt5(vwx271, vwx281, edh, eea, eeb) 19.00/7.17 new_compare18(EQ, EQ) -> EQ 19.00/7.17 new_lt23(vwx91, vwx93, ty_@0) -> new_lt16(vwx91, vwx93) 19.00/7.17 new_ltEs5(vwx80, vwx83, ty_Float) -> new_ltEs15(vwx80, vwx83) 19.00/7.17 new_esEs11(vwx3000, vwx31000, app(app(app(ty_@3, dcc), dcd), dce)) -> new_esEs13(vwx3000, vwx31000, dcc, dcd, dce) 19.00/7.17 new_lt15(vwx78, vwx81) -> new_esEs12(new_compare7(vwx78, vwx81), LT) 19.00/7.17 new_ltEs20(vwx271, vwx281, ty_Float) -> new_ltEs15(vwx271, vwx281) 19.00/7.17 new_esEs14(vwx30002, vwx310002, ty_Int) -> new_esEs27(vwx30002, vwx310002) 19.00/7.17 new_compare18(LT, EQ) -> LT 19.00/7.17 new_esEs38(vwx91, vwx93, ty_Float) -> new_esEs23(vwx91, vwx93) 19.00/7.17 new_max10(vwx10, vwx11, vwx12, vwx13, GT, bge) -> :(vwx10, vwx11) 19.00/7.17 new_esEs19(Just(vwx30000), Just(vwx310000), app(ty_Maybe, fge)) -> new_esEs19(vwx30000, vwx310000, fge) 19.00/7.17 new_esEs15(vwx30001, vwx310001, app(ty_Maybe, da)) -> new_esEs19(vwx30001, vwx310001, da) 19.00/7.17 new_esEs15(vwx30001, vwx310001, ty_Float) -> new_esEs23(vwx30001, vwx310001) 19.00/7.17 new_esEs28(Right(vwx30000), Right(vwx310000), bfb, ty_Ordering) -> new_esEs12(vwx30000, vwx310000) 19.00/7.17 new_esEs4(vwx3000, vwx31000, ty_Float) -> new_esEs23(vwx3000, vwx31000) 19.00/7.17 new_lt6(vwx79, vwx82, ty_@0) -> new_lt16(vwx79, vwx82) 19.00/7.17 new_esEs6(vwx3001, vwx31001, app(app(ty_Either, ceh), cfa)) -> new_esEs28(vwx3001, vwx31001, ceh, cfa) 19.00/7.17 new_lt21(vwx270, vwx280, ty_Float) -> new_lt4(vwx270, vwx280) 19.00/7.17 new_ltEs10(EQ, GT) -> True 19.00/7.17 new_esEs34(vwx30000, vwx310000, ty_Integer) -> new_esEs22(vwx30000, vwx310000) 19.00/7.17 new_compare4(vwx300, vwx3100, ty_@0) -> new_compare14(vwx300, vwx3100) 19.00/7.17 new_ltEs9(Just(vwx270), Just(vwx280), ty_Float) -> new_ltEs15(vwx270, vwx280) 19.00/7.17 new_esEs29(vwx79, vwx82, app(ty_Ratio, bbe)) -> new_esEs21(vwx79, vwx82, bbe) 19.00/7.17 new_esEs38(vwx91, vwx93, app(ty_Maybe, egf)) -> new_esEs19(vwx91, vwx93, egf) 19.00/7.17 new_esEs37(vwx270, vwx280, ty_Int) -> new_esEs27(vwx270, vwx280) 19.00/7.17 new_esEs36(vwx271, vwx281, ty_Bool) -> new_esEs17(vwx271, vwx281) 19.00/7.17 new_esEs11(vwx3000, vwx31000, ty_Integer) -> new_esEs22(vwx3000, vwx31000) 19.00/7.17 new_ltEs10(EQ, EQ) -> True 19.00/7.17 new_esEs4(vwx3000, vwx31000, ty_@0) -> new_esEs24(vwx3000, vwx31000) 19.00/7.17 new_primPlusNat0(Succ(vwx1710), vwx3100100) -> Succ(Succ(new_primPlusNat1(vwx1710, vwx3100100))) 19.00/7.17 new_compare11(vwx121, vwx122, True, ga, gb) -> LT 19.00/7.17 new_ltEs19(vwx49, vwx50, ty_Float) -> new_ltEs15(vwx49, vwx50) 19.00/7.17 new_ltEs14(vwx27, vwx28) -> new_fsEs(new_compare7(vwx27, vwx28)) 19.00/7.17 new_esEs4(vwx3000, vwx31000, ty_Char) -> new_esEs25(vwx3000, vwx31000) 19.00/7.17 new_esEs6(vwx3001, vwx31001, ty_Float) -> new_esEs23(vwx3001, vwx31001) 19.00/7.17 new_compare4(vwx300, vwx3100, ty_Integer) -> new_compare6(vwx300, vwx3100) 19.00/7.17 new_ltEs12(Left(vwx270), Left(vwx280), ty_Ordering, bhh) -> new_ltEs10(vwx270, vwx280) 19.00/7.17 new_primPlusNat1(Zero, Zero) -> Zero 19.00/7.17 new_esEs36(vwx271, vwx281, app(ty_Maybe, edg)) -> new_esEs19(vwx271, vwx281, edg) 19.00/7.17 new_lt16(vwx78, vwx81) -> new_esEs12(new_compare14(vwx78, vwx81), LT) 19.00/7.17 new_lt20(vwx270, vwx280, ty_Char) -> new_lt19(vwx270, vwx280) 19.00/7.17 new_ltEs23(vwx92, vwx94, ty_Double) -> new_ltEs7(vwx92, vwx94) 19.00/7.17 new_esEs37(vwx270, vwx280, ty_Integer) -> new_esEs22(vwx270, vwx280) 19.00/7.17 new_esEs4(vwx3000, vwx31000, app(app(ty_Either, bfb), bdg)) -> new_esEs28(vwx3000, vwx31000, bfb, bdg) 19.00/7.17 new_esEs36(vwx271, vwx281, ty_Char) -> new_esEs25(vwx271, vwx281) 19.00/7.17 new_ltEs12(Left(vwx270), Left(vwx280), ty_Int, bhh) -> new_ltEs14(vwx270, vwx280) 19.00/7.17 new_esEs14(vwx30002, vwx310002, ty_Integer) -> new_esEs22(vwx30002, vwx310002) 19.00/7.17 new_ltEs24(vwx56, vwx57, app(app(ty_@2, fga), fgb)) -> new_ltEs13(vwx56, vwx57, fga, fgb) 19.00/7.17 new_lt23(vwx91, vwx93, ty_Bool) -> new_lt8(vwx91, vwx93) 19.00/7.17 new_compare13(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, False, gc, gd, ge) -> GT 19.00/7.17 new_esEs36(vwx271, vwx281, ty_Integer) -> new_esEs22(vwx271, vwx281) 19.00/7.17 new_esEs37(vwx270, vwx280, ty_@0) -> new_esEs24(vwx270, vwx280) 19.00/7.17 new_lt7(vwx78, vwx81, ty_Char) -> new_lt19(vwx78, vwx81) 19.00/7.17 new_esEs17(False, False) -> True 19.00/7.17 new_esEs11(vwx3000, vwx31000, ty_Int) -> new_esEs27(vwx3000, vwx31000) 19.00/7.17 new_primCompAux00(vwx20, vwx21, EQ, ty_Bool) -> new_compare15(vwx20, vwx21) 19.00/7.17 new_esEs34(vwx30000, vwx310000, ty_Bool) -> new_esEs17(vwx30000, vwx310000) 19.00/7.17 new_esEs34(vwx30000, vwx310000, ty_Int) -> new_esEs27(vwx30000, vwx310000) 19.00/7.17 new_primCmpNat0(Succ(vwx30000), Succ(vwx310000)) -> new_primCmpNat0(vwx30000, vwx310000) 19.00/7.17 new_esEs30(vwx78, vwx81, app(app(ty_@2, bdc), bdd)) -> new_esEs26(vwx78, vwx81, bdc, bdd) 19.00/7.17 new_lt20(vwx270, vwx280, ty_@0) -> new_lt16(vwx270, vwx280) 19.00/7.17 new_esEs35(vwx270, vwx280, ty_Integer) -> new_esEs22(vwx270, vwx280) 19.00/7.17 new_esEs11(vwx3000, vwx31000, ty_Bool) -> new_esEs17(vwx3000, vwx31000) 19.00/7.17 new_ltEs15(vwx27, vwx28) -> new_fsEs(new_compare8(vwx27, vwx28)) 19.00/7.17 new_esEs39(vwx30000, vwx310000, ty_@0) -> new_esEs24(vwx30000, vwx310000) 19.00/7.17 new_lt22(vwx271, vwx281, ty_Char) -> new_lt19(vwx271, vwx281) 19.00/7.17 new_lt7(vwx78, vwx81, ty_Bool) -> new_lt8(vwx78, vwx81) 19.00/7.17 new_lt17(vwx78, vwx81, bde) -> new_esEs12(new_compare26(vwx78, vwx81, bde), LT) 19.00/7.17 new_esEs5(vwx3002, vwx31002, ty_Float) -> new_esEs23(vwx3002, vwx31002) 19.00/7.17 new_lt21(vwx270, vwx280, ty_@0) -> new_lt16(vwx270, vwx280) 19.00/7.17 new_compare4(vwx300, vwx3100, ty_Bool) -> new_compare15(vwx300, vwx3100) 19.00/7.17 new_ltEs24(vwx56, vwx57, ty_Double) -> new_ltEs7(vwx56, vwx57) 19.00/7.17 new_lt21(vwx270, vwx280, ty_Char) -> new_lt19(vwx270, vwx280) 19.00/7.17 new_lt6(vwx79, vwx82, ty_Bool) -> new_lt8(vwx79, vwx82) 19.00/7.17 new_esEs30(vwx78, vwx81, ty_Ordering) -> new_esEs12(vwx78, vwx81) 19.00/7.17 new_esEs14(vwx30002, vwx310002, app(ty_Maybe, bf)) -> new_esEs19(vwx30002, vwx310002, bf) 19.00/7.17 new_esEs15(vwx30001, vwx310001, ty_@0) -> new_esEs24(vwx30001, vwx310001) 19.00/7.17 new_lt6(vwx79, vwx82, ty_Char) -> new_lt19(vwx79, vwx82) 19.00/7.17 new_esEs35(vwx270, vwx280, ty_Bool) -> new_esEs17(vwx270, vwx280) 19.00/7.17 new_ltEs9(Just(vwx270), Just(vwx280), ty_Char) -> new_ltEs18(vwx270, vwx280) 19.00/7.17 new_esEs38(vwx91, vwx93, ty_@0) -> new_esEs24(vwx91, vwx93) 19.00/7.17 new_esEs37(vwx270, vwx280, app(ty_Maybe, ece)) -> new_esEs19(vwx270, vwx280, ece) 19.00/7.17 new_compare112(vwx107, vwx108, False, fdf) -> GT 19.00/7.17 new_lt20(vwx270, vwx280, app(app(app(ty_@3, dhg), dhh), eaa)) -> new_lt5(vwx270, vwx280, dhg, dhh, eaa) 19.00/7.17 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Bool) -> new_esEs17(vwx30000, vwx310000) 19.00/7.17 new_esEs35(vwx270, vwx280, ty_Int) -> new_esEs27(vwx270, vwx280) 19.00/7.17 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Int) -> new_esEs27(vwx30000, vwx310000) 19.00/7.17 new_esEs29(vwx79, vwx82, app(app(ty_@2, bbb), bbc)) -> new_esEs26(vwx79, vwx82, bbb, bbc) 19.00/7.17 new_lt23(vwx91, vwx93, ty_Float) -> new_lt4(vwx91, vwx93) 19.00/7.17 new_ltEs9(Just(vwx270), Just(vwx280), ty_Double) -> new_ltEs7(vwx270, vwx280) 19.00/7.17 new_ltEs23(vwx92, vwx94, app(app(ty_Either, fad), fae)) -> new_ltEs12(vwx92, vwx94, fad, fae) 19.00/7.17 new_primCmpInt(Neg(Succ(vwx30000)), Pos(vwx31000)) -> LT 19.00/7.17 new_compare8(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare7(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 19.00/7.17 new_esEs39(vwx30000, vwx310000, ty_Float) -> new_esEs23(vwx30000, vwx310000) 19.00/7.17 new_compare15(True, False) -> GT 19.00/7.17 new_lt21(vwx270, vwx280, app(app(app(ty_@3, ecf), ecg), ech)) -> new_lt5(vwx270, vwx280, ecf, ecg, ech) 19.00/7.17 new_esEs37(vwx270, vwx280, ty_Ordering) -> new_esEs12(vwx270, vwx280) 19.00/7.17 new_compare4(vwx300, vwx3100, app(ty_Maybe, bgf)) -> new_compare17(vwx300, vwx3100, bgf) 19.00/7.17 new_compare112(vwx107, vwx108, True, fdf) -> LT 19.00/7.17 new_esEs39(vwx30000, vwx310000, ty_Double) -> new_esEs18(vwx30000, vwx310000) 19.00/7.17 new_compare27(Char(vwx3000), Char(vwx31000)) -> new_primCmpNat0(vwx3000, vwx31000) 19.00/7.17 new_lt22(vwx271, vwx281, ty_Bool) -> new_lt8(vwx271, vwx281) 19.00/7.17 new_esEs14(vwx30002, vwx310002, ty_Double) -> new_esEs18(vwx30002, vwx310002) 19.00/7.17 new_esEs6(vwx3001, vwx31001, app(app(ty_@2, cef), ceg)) -> new_esEs26(vwx3001, vwx31001, cef, ceg) 19.00/7.17 new_esEs37(vwx270, vwx280, ty_Char) -> new_esEs25(vwx270, vwx280) 19.00/7.17 new_esEs28(Right(vwx30000), Right(vwx310000), bfb, app(app(app(ty_@3, bfd), bfe), bff)) -> new_esEs13(vwx30000, vwx310000, bfd, bfe, bff) 19.00/7.17 new_esEs37(vwx270, vwx280, ty_Bool) -> new_esEs17(vwx270, vwx280) 19.00/7.17 new_primCmpInt(Pos(Zero), Neg(Succ(vwx310000))) -> GT 19.00/7.17 new_lt20(vwx270, vwx280, app(ty_Ratio, eag)) -> new_lt18(vwx270, vwx280, eag) 19.00/7.17 new_lt7(vwx78, vwx81, ty_Float) -> new_lt4(vwx78, vwx81) 19.00/7.17 new_ltEs22(vwx27, vwx28, ty_Double) -> new_ltEs7(vwx27, vwx28) 19.00/7.17 new_esEs28(Left(vwx30000), Left(vwx310000), ty_@0, bdg) -> new_esEs24(vwx30000, vwx310000) 19.00/7.17 new_esEs31(vwx30001, vwx310001, ty_Integer) -> new_esEs22(vwx30001, vwx310001) 19.00/7.17 new_primCmpInt(Neg(Succ(vwx30000)), Neg(vwx31000)) -> new_primCmpNat0(vwx31000, Succ(vwx30000)) 19.00/7.17 new_primCompAux00(vwx20, vwx21, EQ, ty_Float) -> new_compare8(vwx20, vwx21) 19.00/7.17 new_esEs5(vwx3002, vwx31002, ty_@0) -> new_esEs24(vwx3002, vwx31002) 19.00/7.17 new_ltEs8(vwx27, vwx28) -> new_fsEs(new_compare6(vwx27, vwx28)) 19.00/7.17 new_ltEs19(vwx49, vwx50, app(ty_Maybe, chc)) -> new_ltEs9(vwx49, vwx50, chc) 19.00/7.17 new_esEs10(vwx3001, vwx31001, app(app(app(ty_@3, dba), dbb), dbc)) -> new_esEs13(vwx3001, vwx31001, dba, dbb, dbc) 19.00/7.17 new_esEs16(vwx30000, vwx310000, ty_@0) -> new_esEs24(vwx30000, vwx310000) 19.00/7.17 new_ltEs12(Left(vwx270), Left(vwx280), app(ty_[], cba), bhh) -> new_ltEs16(vwx270, vwx280, cba) 19.00/7.17 new_esEs28(Left(vwx30000), Left(vwx310000), app(app(ty_@2, bef), beg), bdg) -> new_esEs26(vwx30000, vwx310000, bef, beg) 19.00/7.17 new_esEs9(vwx3000, vwx31000, app(ty_Ratio, fda)) -> new_esEs21(vwx3000, vwx31000, fda) 19.00/7.17 new_lt5(vwx78, vwx81, ff, fg, fh) -> new_esEs12(new_compare9(vwx78, vwx81, ff, fg, fh), LT) 19.00/7.17 new_ltEs20(vwx271, vwx281, ty_Char) -> new_ltEs18(vwx271, vwx281) 19.00/7.17 new_esEs11(vwx3000, vwx31000, ty_@0) -> new_esEs24(vwx3000, vwx31000) 19.00/7.17 new_primEqInt(Pos(Succ(vwx300000)), Pos(Zero)) -> False 19.00/7.17 new_primEqInt(Pos(Zero), Pos(Succ(vwx3100000))) -> False 19.00/7.17 new_ltEs21(vwx272, vwx282, app(app(ty_@2, efg), efh)) -> new_ltEs13(vwx272, vwx282, efg, efh) 19.00/7.17 new_compare210(vwx49, vwx50, True, cha, chb) -> EQ 19.00/7.17 new_esEs7(vwx3000, vwx31000, app(ty_[], cff)) -> new_esEs20(vwx3000, vwx31000, cff) 19.00/7.17 new_esEs4(vwx3000, vwx31000, app(app(app(ty_@3, bc), bd), be)) -> new_esEs13(vwx3000, vwx31000, bc, bd, be) 19.00/7.17 new_ltEs20(vwx271, vwx281, ty_Bool) -> new_ltEs6(vwx271, vwx281) 19.00/7.17 new_lt6(vwx79, vwx82, ty_Integer) -> new_lt10(vwx79, vwx82) 19.00/7.17 new_ltEs16(vwx27, vwx28, dae) -> new_fsEs(new_compare26(vwx27, vwx28, dae)) 19.00/7.17 new_primCompAux00(vwx20, vwx21, EQ, ty_Int) -> new_compare7(vwx20, vwx21) 19.00/7.17 new_ltEs19(vwx49, vwx50, app(ty_Ratio, dad)) -> new_ltEs17(vwx49, vwx50, dad) 19.00/7.17 new_esEs37(vwx270, vwx280, app(app(ty_Either, eda), edb)) -> new_esEs28(vwx270, vwx280, eda, edb) 19.00/7.17 new_primCmpNat0(Zero, Zero) -> EQ 19.00/7.17 new_esEs9(vwx3000, vwx31000, app(ty_Maybe, fcd)) -> new_esEs19(vwx3000, vwx31000, fcd) 19.00/7.17 new_primCompAux00(vwx20, vwx21, EQ, app(app(ty_@2, he), hf)) -> new_compare25(vwx20, vwx21, he, hf) 19.00/7.17 new_esEs30(vwx78, vwx81, app(app(app(ty_@3, ff), fg), fh)) -> new_esEs13(vwx78, vwx81, ff, fg, fh) 19.00/7.17 new_esEs6(vwx3001, vwx31001, ty_Char) -> new_esEs25(vwx3001, vwx31001) 19.00/7.17 new_compare13(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, True, gc, gd, ge) -> LT 19.00/7.17 new_ltEs12(Left(vwx270), Left(vwx280), ty_Char, bhh) -> new_ltEs18(vwx270, vwx280) 19.00/7.17 new_ltEs12(Left(vwx270), Left(vwx280), app(app(ty_@2, cag), cah), bhh) -> new_ltEs13(vwx270, vwx280, cag, cah) 19.00/7.17 new_esEs15(vwx30001, vwx310001, app(ty_Ratio, df)) -> new_esEs21(vwx30001, vwx310001, df) 19.00/7.17 new_lt7(vwx78, vwx81, app(ty_Ratio, bdf)) -> new_lt18(vwx78, vwx81, bdf) 19.00/7.17 new_esEs12(LT, LT) -> True 19.00/7.17 new_esEs9(vwx3000, vwx31000, app(app(ty_Either, fdd), fde)) -> new_esEs28(vwx3000, vwx31000, fdd, fde) 19.00/7.17 new_esEs36(vwx271, vwx281, ty_@0) -> new_esEs24(vwx271, vwx281) 19.00/7.17 new_esEs8(vwx3000, vwx31000, ty_Integer) -> new_esEs22(vwx3000, vwx31000) 19.00/7.17 new_ltEs21(vwx272, vwx282, app(ty_Maybe, efa)) -> new_ltEs9(vwx272, vwx282, efa) 19.00/7.17 new_compare19(Right(vwx3000), Right(vwx31000), bhb, bhc) -> new_compare212(vwx3000, vwx31000, new_esEs9(vwx3000, vwx31000, bhc), bhb, bhc) 19.00/7.17 new_esEs8(vwx3000, vwx31000, ty_Float) -> new_esEs23(vwx3000, vwx31000) 19.00/7.17 new_esEs37(vwx270, vwx280, app(app(ty_@2, edc), edd)) -> new_esEs26(vwx270, vwx280, edc, edd) 19.00/7.17 new_ltEs19(vwx49, vwx50, app(app(app(ty_@3, chd), che), chf)) -> new_ltEs11(vwx49, vwx50, chd, che, chf) 19.00/7.17 new_ltEs19(vwx49, vwx50, ty_@0) -> new_ltEs4(vwx49, vwx50) 19.00/7.17 new_ltEs21(vwx272, vwx282, ty_Float) -> new_ltEs15(vwx272, vwx282) 19.00/7.17 new_compare16(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare7(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 19.00/7.17 new_ltEs6(True, True) -> True 19.00/7.17 new_ltEs9(Just(vwx270), Just(vwx280), app(ty_[], dhb)) -> new_ltEs16(vwx270, vwx280, dhb) 19.00/7.17 new_esEs29(vwx79, vwx82, ty_Double) -> new_esEs18(vwx79, vwx82) 19.00/7.17 new_ltEs24(vwx56, vwx57, ty_@0) -> new_ltEs4(vwx56, vwx57) 19.00/7.17 new_compare110(vwx128, vwx129, True, daf, dag) -> LT 19.00/7.17 new_lt20(vwx270, vwx280, ty_Float) -> new_lt4(vwx270, vwx280) 19.00/7.17 new_esEs14(vwx30002, vwx310002, ty_Float) -> new_esEs23(vwx30002, vwx310002) 19.00/7.17 new_esEs37(vwx270, vwx280, app(ty_Ratio, edf)) -> new_esEs21(vwx270, vwx280, edf) 19.00/7.17 new_ltEs24(vwx56, vwx57, app(app(app(ty_@3, ffd), ffe), fff)) -> new_ltEs11(vwx56, vwx57, ffd, ffe, fff) 19.00/7.17 new_primCompAux00(vwx20, vwx21, EQ, ty_Ordering) -> new_compare18(vwx20, vwx21) 19.00/7.17 new_compare29(vwx27, vwx28, False, egc) -> new_compare112(vwx27, vwx28, new_ltEs22(vwx27, vwx28, egc), egc) 19.00/7.17 new_ltEs12(Left(vwx270), Left(vwx280), ty_Bool, bhh) -> new_ltEs6(vwx270, vwx280) 19.00/7.17 new_esEs9(vwx3000, vwx31000, ty_Ordering) -> new_esEs12(vwx3000, vwx31000) 19.00/7.17 new_esEs30(vwx78, vwx81, app(ty_[], bde)) -> new_esEs20(vwx78, vwx81, bde) 19.00/7.17 new_esEs15(vwx30001, vwx310001, app(app(ty_Either, ea), eb)) -> new_esEs28(vwx30001, vwx310001, ea, eb) 19.00/7.17 new_ltEs22(vwx27, vwx28, app(ty_[], dae)) -> new_ltEs16(vwx27, vwx28, dae) 19.00/7.17 new_esEs35(vwx270, vwx280, app(app(app(ty_@3, dhg), dhh), eaa)) -> new_esEs13(vwx270, vwx280, dhg, dhh, eaa) 19.00/7.17 new_esEs20([], [], cge) -> True 19.00/7.17 new_esEs19(Just(vwx30000), Just(vwx310000), app(app(app(ty_@3, fgf), fgg), fgh)) -> new_esEs13(vwx30000, vwx310000, fgf, fgg, fgh) 19.00/7.17 new_esEs12(EQ, GT) -> False 19.00/7.17 new_esEs12(GT, EQ) -> False 19.00/7.17 new_lt7(vwx78, vwx81, app(app(ty_@2, bdc), bdd)) -> new_lt14(vwx78, vwx81, bdc, bdd) 19.00/7.17 new_esEs39(vwx30000, vwx310000, ty_Int) -> new_esEs27(vwx30000, vwx310000) 19.00/7.17 new_esEs34(vwx30000, vwx310000, app(app(ty_@2, dfd), dfe)) -> new_esEs26(vwx30000, vwx310000, dfd, dfe) 19.00/7.17 new_sr(Integer(vwx30000), Integer(vwx310010)) -> Integer(new_primMulInt(vwx30000, vwx310010)) 19.00/7.17 new_esEs5(vwx3002, vwx31002, ty_Integer) -> new_esEs22(vwx3002, vwx31002) 19.00/7.17 new_esEs10(vwx3001, vwx31001, app(ty_Ratio, dbe)) -> new_esEs21(vwx3001, vwx31001, dbe) 19.00/7.17 new_primCmpNat0(Succ(vwx30000), Zero) -> GT 19.00/7.17 new_esEs13(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), bc, bd, be) -> new_asAs(new_esEs16(vwx30000, vwx310000, bc), new_asAs(new_esEs15(vwx30001, vwx310001, bd), new_esEs14(vwx30002, vwx310002, be))) 19.00/7.17 new_esEs19(Just(vwx30000), Just(vwx310000), app(app(ty_Either, fhe), fhf)) -> new_esEs28(vwx30000, vwx310000, fhe, fhf) 19.00/7.17 new_pePe(False, vwx170) -> vwx170 19.00/7.17 new_lt22(vwx271, vwx281, app(ty_Maybe, edg)) -> new_lt11(vwx271, vwx281, edg) 19.00/7.17 new_esEs33(vwx30001, vwx310001, ty_@0) -> new_esEs24(vwx30001, vwx310001) 19.00/7.17 new_esEs28(Left(vwx30000), Left(vwx310000), app(app(ty_Either, beh), bfa), bdg) -> new_esEs28(vwx30000, vwx310000, beh, bfa) 19.00/7.17 new_lt22(vwx271, vwx281, ty_Int) -> new_lt15(vwx271, vwx281) 19.00/7.17 new_primCompAux00(vwx20, vwx21, EQ, app(ty_Ratio, hh)) -> new_compare5(vwx20, vwx21, hh) 19.00/7.17 new_compare18(LT, GT) -> LT 19.00/7.17 new_esEs15(vwx30001, vwx310001, ty_Bool) -> new_esEs17(vwx30001, vwx310001) 19.00/7.17 new_lt21(vwx270, vwx280, ty_Double) -> new_lt9(vwx270, vwx280) 19.00/7.17 new_lt20(vwx270, vwx280, ty_Int) -> new_lt15(vwx270, vwx280) 19.00/7.17 new_lt22(vwx271, vwx281, ty_Integer) -> new_lt10(vwx271, vwx281) 19.00/7.17 new_compare15(False, False) -> EQ 19.00/7.17 new_lt7(vwx78, vwx81, app(ty_Maybe, bch)) -> new_lt11(vwx78, vwx81, bch) 19.00/7.17 new_esEs10(vwx3001, vwx31001, app(app(ty_Either, dbh), dca)) -> new_esEs28(vwx3001, vwx31001, dbh, dca) 19.00/7.17 new_esEs35(vwx270, vwx280, app(ty_Ratio, eag)) -> new_esEs21(vwx270, vwx280, eag) 19.00/7.17 new_compare11(vwx121, vwx122, False, ga, gb) -> GT 19.00/7.17 new_esEs19(Just(vwx30000), Just(vwx310000), app(ty_Ratio, fhb)) -> new_esEs21(vwx30000, vwx310000, fhb) 19.00/7.17 new_lt6(vwx79, vwx82, ty_Double) -> new_lt9(vwx79, vwx82) 19.00/7.17 new_primEqInt(Pos(Zero), Neg(Succ(vwx3100000))) -> False 19.00/7.17 new_primEqInt(Neg(Zero), Pos(Succ(vwx3100000))) -> False 19.00/7.17 new_esEs16(vwx30000, vwx310000, ty_Integer) -> new_esEs22(vwx30000, vwx310000) 19.00/7.17 new_compare211(vwx91, vwx92, vwx93, vwx94, True, egd, ege) -> EQ 19.00/7.17 new_esEs39(vwx30000, vwx310000, ty_Integer) -> new_esEs22(vwx30000, vwx310000) 19.00/7.17 new_esEs15(vwx30001, vwx310001, ty_Ordering) -> new_esEs12(vwx30001, vwx310001) 19.00/7.17 new_ltEs12(Left(vwx270), Left(vwx280), app(app(ty_Either, cae), caf), bhh) -> new_ltEs12(vwx270, vwx280, cae, caf) 19.00/7.17 new_esEs9(vwx3000, vwx31000, ty_Char) -> new_esEs25(vwx3000, vwx31000) 19.00/7.17 new_lt23(vwx91, vwx93, app(ty_[], ehf)) -> new_lt17(vwx91, vwx93, ehf) 19.00/7.17 new_esEs28(Left(vwx30000), Left(vwx310000), app(ty_[], bed), bdg) -> new_esEs20(vwx30000, vwx310000, bed) 19.00/7.17 new_compare26(:(vwx3000, vwx3001), :(vwx31000, vwx31001), bhf) -> new_primCompAux1(vwx3000, vwx31000, vwx3001, vwx31001, bhf) 19.00/7.17 new_esEs34(vwx30000, vwx310000, ty_Ordering) -> new_esEs12(vwx30000, vwx310000) 19.00/7.17 new_esEs36(vwx271, vwx281, ty_Float) -> new_esEs23(vwx271, vwx281) 19.00/7.17 new_esEs9(vwx3000, vwx31000, app(app(ty_@2, fdb), fdc)) -> new_esEs26(vwx3000, vwx31000, fdb, fdc) 19.00/7.17 new_esEs10(vwx3001, vwx31001, app(ty_Maybe, dah)) -> new_esEs19(vwx3001, vwx31001, dah) 19.00/7.17 new_esEs4(vwx3000, vwx31000, ty_Bool) -> new_esEs17(vwx3000, vwx31000) 19.00/7.17 new_compare4(vwx300, vwx3100, app(app(ty_Either, bhb), bhc)) -> new_compare19(vwx300, vwx3100, bhb, bhc) 19.00/7.17 new_esEs11(vwx3000, vwx31000, ty_Double) -> new_esEs18(vwx3000, vwx31000) 19.00/7.17 new_compare17(Just(vwx3000), Just(vwx31000), bgf) -> new_compare29(vwx3000, vwx31000, new_esEs4(vwx3000, vwx31000, bgf), bgf) 19.00/7.17 new_primPlusNat0(Zero, vwx3100100) -> Succ(vwx3100100) 19.00/7.17 new_lt6(vwx79, vwx82, app(app(ty_Either, bah), bba)) -> new_lt13(vwx79, vwx82, bah, bba) 19.00/7.17 new_esEs34(vwx30000, vwx310000, ty_Double) -> new_esEs18(vwx30000, vwx310000) 19.00/7.17 new_ltEs23(vwx92, vwx94, ty_Char) -> new_ltEs18(vwx92, vwx94) 19.00/7.17 new_esEs6(vwx3001, vwx31001, app(ty_Maybe, cdh)) -> new_esEs19(vwx3001, vwx31001, cdh) 19.00/7.17 new_compare12(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, True, vwx150, gc, gd, ge) -> new_compare13(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, True, gc, gd, ge) 19.00/7.17 new_esEs34(vwx30000, vwx310000, ty_Float) -> new_esEs23(vwx30000, vwx310000) 19.00/7.17 new_esEs10(vwx3001, vwx31001, ty_Char) -> new_esEs25(vwx3001, vwx31001) 19.00/7.17 new_ltEs23(vwx92, vwx94, ty_Float) -> new_ltEs15(vwx92, vwx94) 19.00/7.17 new_esEs16(vwx30000, vwx310000, app(ty_[], eg)) -> new_esEs20(vwx30000, vwx310000, eg) 19.00/7.17 new_compare18(EQ, GT) -> LT 19.00/7.17 new_esEs29(vwx79, vwx82, ty_Integer) -> new_esEs22(vwx79, vwx82) 19.00/7.17 new_esEs4(vwx3000, vwx31000, app(ty_[], cge)) -> new_esEs20(vwx3000, vwx31000, cge) 19.00/7.17 new_max11(vwx10, vwx11, vwx12, vwx13, bge) -> :(vwx12, vwx13) 19.00/7.17 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Ordering) -> new_esEs12(vwx30000, vwx310000) 19.00/7.17 new_esEs6(vwx3001, vwx31001, ty_Bool) -> new_esEs17(vwx3001, vwx31001) 19.00/7.17 new_esEs38(vwx91, vwx93, app(app(app(ty_@3, egg), egh), eha)) -> new_esEs13(vwx91, vwx93, egg, egh, eha) 19.00/7.17 new_esEs15(vwx30001, vwx310001, app(app(app(ty_@3, db), dc), dd)) -> new_esEs13(vwx30001, vwx310001, db, dc, dd) 19.00/7.17 new_ltEs12(Right(vwx270), Right(vwx280), cbc, app(app(app(ty_@3, cbe), cbf), cbg)) -> new_ltEs11(vwx270, vwx280, cbe, cbf, cbg) 19.00/7.17 new_ltEs24(vwx56, vwx57, ty_Float) -> new_ltEs15(vwx56, vwx57) 19.00/7.17 new_esEs37(vwx270, vwx280, app(app(app(ty_@3, ecf), ecg), ech)) -> new_esEs13(vwx270, vwx280, ecf, ecg, ech) 19.00/7.17 new_esEs11(vwx3000, vwx31000, ty_Float) -> new_esEs23(vwx3000, vwx31000) 19.00/7.17 new_lt21(vwx270, vwx280, ty_Ordering) -> new_lt12(vwx270, vwx280) 19.00/7.17 new_esEs6(vwx3001, vwx31001, ty_Int) -> new_esEs27(vwx3001, vwx31001) 19.00/7.17 new_lt20(vwx270, vwx280, app(ty_Maybe, dhf)) -> new_lt11(vwx270, vwx280, dhf) 19.00/7.17 new_lt22(vwx271, vwx281, app(app(ty_Either, eec), eed)) -> new_lt13(vwx271, vwx281, eec, eed) 19.00/7.17 new_ltEs19(vwx49, vwx50, app(ty_[], dac)) -> new_ltEs16(vwx49, vwx50, dac) 19.00/7.17 new_esEs8(vwx3000, vwx31000, ty_@0) -> new_esEs24(vwx3000, vwx31000) 19.00/7.17 new_primMulInt(Neg(vwx30000), Neg(vwx310010)) -> Pos(new_primMulNat0(vwx30000, vwx310010)) 19.00/7.17 new_primCmpInt(Pos(Zero), Pos(Succ(vwx310000))) -> new_primCmpNat0(Zero, Succ(vwx310000)) 19.00/7.17 new_ltEs5(vwx80, vwx83, ty_Double) -> new_ltEs7(vwx80, vwx83) 19.00/7.17 new_ltEs19(vwx49, vwx50, app(app(ty_@2, daa), dab)) -> new_ltEs13(vwx49, vwx50, daa, dab) 19.00/7.17 new_ltEs5(vwx80, vwx83, app(ty_[], bcf)) -> new_ltEs16(vwx80, vwx83, bcf) 19.00/7.17 new_esEs15(vwx30001, vwx310001, app(ty_[], de)) -> new_esEs20(vwx30001, vwx310001, de) 19.00/7.17 new_lt19(vwx78, vwx81) -> new_esEs12(new_compare27(vwx78, vwx81), LT) 19.00/7.17 new_ltEs12(Left(vwx270), Left(vwx280), ty_Double, bhh) -> new_ltEs7(vwx270, vwx280) 19.00/7.17 new_esEs8(vwx3000, vwx31000, ty_Double) -> new_esEs18(vwx3000, vwx31000) 19.00/7.17 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Float, bdg) -> new_esEs23(vwx30000, vwx310000) 19.00/7.17 new_esEs29(vwx79, vwx82, ty_Int) -> new_esEs27(vwx79, vwx82) 19.00/7.17 new_esEs34(vwx30000, vwx310000, app(ty_Ratio, dfc)) -> new_esEs21(vwx30000, vwx310000, dfc) 19.00/7.17 new_ltEs9(Just(vwx270), Just(vwx280), app(app(app(ty_@3, dgc), dgd), dge)) -> new_ltEs11(vwx270, vwx280, dgc, dgd, dge) 19.00/7.17 new_esEs35(vwx270, vwx280, app(app(ty_Either, eab), eac)) -> new_esEs28(vwx270, vwx280, eab, eac) 19.00/7.17 new_esEs19(Just(vwx30000), Just(vwx310000), app(app(ty_@2, fhc), fhd)) -> new_esEs26(vwx30000, vwx310000, fhc, fhd) 19.00/7.17 new_esEs38(vwx91, vwx93, app(ty_[], ehf)) -> new_esEs20(vwx91, vwx93, ehf) 19.00/7.17 new_ltEs9(Just(vwx270), Just(vwx280), ty_Bool) -> new_ltEs6(vwx270, vwx280) 19.00/7.17 new_ltEs12(Right(vwx270), Right(vwx280), cbc, app(ty_Ratio, cce)) -> new_ltEs17(vwx270, vwx280, cce) 19.00/7.17 new_compare212(vwx56, vwx57, True, ffa, ffb) -> EQ 19.00/7.17 new_ltEs5(vwx80, vwx83, app(ty_Maybe, bbf)) -> new_ltEs9(vwx80, vwx83, bbf) 19.00/7.17 new_lt6(vwx79, vwx82, app(ty_Maybe, bad)) -> new_lt11(vwx79, vwx82, bad) 19.00/7.17 new_ltEs12(Right(vwx270), Right(vwx280), cbc, app(app(ty_Either, cbh), cca)) -> new_ltEs12(vwx270, vwx280, cbh, cca) 19.00/7.17 new_primMulInt(Pos(vwx30000), Neg(vwx310010)) -> Neg(new_primMulNat0(vwx30000, vwx310010)) 19.00/7.17 new_primMulInt(Neg(vwx30000), Pos(vwx310010)) -> Neg(new_primMulNat0(vwx30000, vwx310010)) 19.00/7.17 new_ltEs22(vwx27, vwx28, ty_Char) -> new_ltEs18(vwx27, vwx28) 19.00/7.17 new_esEs30(vwx78, vwx81, app(ty_Maybe, bch)) -> new_esEs19(vwx78, vwx81, bch) 19.00/7.17 new_ltEs12(Right(vwx270), Left(vwx280), cbc, bhh) -> False 19.00/7.17 new_lt20(vwx270, vwx280, app(ty_[], eaf)) -> new_lt17(vwx270, vwx280, eaf) 19.00/7.17 new_esEs14(vwx30002, vwx310002, ty_Ordering) -> new_esEs12(vwx30002, vwx310002) 19.00/7.17 new_ltEs22(vwx27, vwx28, ty_@0) -> new_ltEs4(vwx27, vwx28) 19.00/7.17 new_esEs37(vwx270, vwx280, ty_Double) -> new_esEs18(vwx270, vwx280) 19.00/7.17 new_esEs30(vwx78, vwx81, ty_Char) -> new_esEs25(vwx78, vwx81) 19.00/7.17 new_compare16(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare7(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 19.00/7.17 new_compare16(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare7(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 19.00/7.17 new_ltEs22(vwx27, vwx28, app(app(app(ty_@3, ecb), ecc), ecd)) -> new_ltEs11(vwx27, vwx28, ecb, ecc, ecd) 19.00/7.17 new_ltEs22(vwx27, vwx28, ty_Bool) -> new_ltEs6(vwx27, vwx28) 19.00/7.17 new_esEs19(Nothing, Just(vwx310000), cgd) -> False 19.00/7.17 new_esEs19(Just(vwx30000), Nothing, cgd) -> False 19.00/7.17 new_esEs19(Nothing, Nothing, cgd) -> True 19.00/7.17 new_esEs6(vwx3001, vwx31001, app(app(app(ty_@3, cea), ceb), cec)) -> new_esEs13(vwx3001, vwx31001, cea, ceb, cec) 19.00/7.17 new_ltEs18(vwx27, vwx28) -> new_fsEs(new_compare27(vwx27, vwx28)) 19.00/7.17 new_esEs8(vwx3000, vwx31000, ty_Ordering) -> new_esEs12(vwx3000, vwx31000) 19.00/7.17 new_esEs36(vwx271, vwx281, app(ty_[], eeg)) -> new_esEs20(vwx271, vwx281, eeg) 19.00/7.17 new_lt23(vwx91, vwx93, ty_Int) -> new_lt15(vwx91, vwx93) 19.00/7.17 new_ltEs23(vwx92, vwx94, app(ty_Ratio, fba)) -> new_ltEs17(vwx92, vwx94, fba) 19.00/7.17 new_lt21(vwx270, vwx280, ty_Integer) -> new_lt10(vwx270, vwx280) 19.00/7.17 new_compare4(vwx300, vwx3100, app(ty_[], bhf)) -> new_compare26(vwx300, vwx3100, bhf) 19.00/7.17 new_ltEs19(vwx49, vwx50, ty_Integer) -> new_ltEs8(vwx49, vwx50) 19.00/7.17 new_ltEs9(Nothing, Just(vwx280), dga) -> True 19.00/7.17 new_ltEs21(vwx272, vwx282, app(app(ty_Either, efe), eff)) -> new_ltEs12(vwx272, vwx282, efe, eff) 19.00/7.17 new_asAs(True, vwx116) -> vwx116 19.00/7.17 new_compare111(vwx158, vwx159, vwx160, vwx161, False, vwx163, ba, bb) -> new_compare10(vwx158, vwx159, vwx160, vwx161, vwx163, ba, bb) 19.00/7.17 new_esEs34(vwx30000, vwx310000, app(app(ty_Either, dff), dfg)) -> new_esEs28(vwx30000, vwx310000, dff, dfg) 19.00/7.17 new_esEs9(vwx3000, vwx31000, ty_Int) -> new_esEs27(vwx3000, vwx31000) 19.00/7.17 new_lt6(vwx79, vwx82, ty_Int) -> new_lt15(vwx79, vwx82) 19.00/7.17 new_esEs16(vwx30000, vwx310000, ty_Double) -> new_esEs18(vwx30000, vwx310000) 19.00/7.17 new_lt6(vwx79, vwx82, app(app(ty_@2, bbb), bbc)) -> new_lt14(vwx79, vwx82, bbb, bbc) 19.00/7.17 new_primCompAux00(vwx20, vwx21, EQ, ty_Char) -> new_compare27(vwx20, vwx21) 19.00/7.17 new_compare8(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare7(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 19.00/7.17 new_compare8(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare7(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 19.00/7.17 new_ltEs20(vwx271, vwx281, ty_Integer) -> new_ltEs8(vwx271, vwx281) 19.00/7.17 new_ltEs24(vwx56, vwx57, ty_Ordering) -> new_ltEs10(vwx56, vwx57) 19.00/7.17 new_ltEs24(vwx56, vwx57, ty_Int) -> new_ltEs14(vwx56, vwx57) 19.00/7.17 new_esEs11(vwx3000, vwx31000, app(ty_[], dcf)) -> new_esEs20(vwx3000, vwx31000, dcf) 19.00/7.17 new_esEs4(vwx3000, vwx31000, app(app(ty_@2, cgg), cgh)) -> new_esEs26(vwx3000, vwx31000, cgg, cgh) 19.00/7.17 new_lt22(vwx271, vwx281, app(ty_Ratio, eeh)) -> new_lt18(vwx271, vwx281, eeh) 19.00/7.17 new_compare10(vwx158, vwx159, vwx160, vwx161, True, ba, bb) -> LT 19.00/7.17 new_ltEs23(vwx92, vwx94, app(ty_Maybe, ehh)) -> new_ltEs9(vwx92, vwx94, ehh) 19.00/7.17 new_esEs15(vwx30001, vwx310001, app(app(ty_@2, dg), dh)) -> new_esEs26(vwx30001, vwx310001, dg, dh) 19.00/7.17 new_esEs38(vwx91, vwx93, app(ty_Ratio, ehg)) -> new_esEs21(vwx91, vwx93, ehg) 19.00/7.17 new_compare19(Left(vwx3000), Right(vwx31000), bhb, bhc) -> LT 19.00/7.17 new_esEs7(vwx3000, vwx31000, ty_Bool) -> new_esEs17(vwx3000, vwx31000) 19.00/7.17 new_primMulNat0(Zero, Zero) -> Zero 19.00/7.17 new_esEs39(vwx30000, vwx310000, app(app(ty_@2, fee), fef)) -> new_esEs26(vwx30000, vwx310000, fee, fef) 19.00/7.17 new_primCompAux00(vwx20, vwx21, EQ, ty_Double) -> new_compare16(vwx20, vwx21) 19.00/7.17 new_ltEs5(vwx80, vwx83, app(ty_Ratio, bcg)) -> new_ltEs17(vwx80, vwx83, bcg) 19.00/7.17 new_ltEs5(vwx80, vwx83, app(app(app(ty_@3, bbg), bbh), bca)) -> new_ltEs11(vwx80, vwx83, bbg, bbh, bca) 19.00/7.17 new_ltEs22(vwx27, vwx28, app(ty_Maybe, dga)) -> new_ltEs9(vwx27, vwx28, dga) 19.00/7.17 new_lt23(vwx91, vwx93, app(ty_Ratio, ehg)) -> new_lt18(vwx91, vwx93, ehg) 19.00/7.17 new_compare28(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, baa, bab, bac) -> new_compare12(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, new_lt7(vwx78, vwx81, baa), new_asAs(new_esEs30(vwx78, vwx81, baa), new_pePe(new_lt6(vwx79, vwx82, bab), new_asAs(new_esEs29(vwx79, vwx82, bab), new_ltEs5(vwx80, vwx83, bac)))), baa, bab, bac) 19.00/7.17 new_esEs29(vwx79, vwx82, ty_@0) -> new_esEs24(vwx79, vwx82) 19.00/7.17 new_esEs14(vwx30002, vwx310002, app(app(ty_@2, cd), ce)) -> new_esEs26(vwx30002, vwx310002, cd, ce) 19.00/7.17 new_compare19(Left(vwx3000), Left(vwx31000), bhb, bhc) -> new_compare210(vwx3000, vwx31000, new_esEs8(vwx3000, vwx31000, bhb), bhb, bhc) 19.00/7.17 new_esEs4(vwx3000, vwx31000, ty_Ordering) -> new_esEs12(vwx3000, vwx31000) 19.00/7.17 new_esEs18(Double(vwx30000, vwx30001), Double(vwx310000, vwx310001)) -> new_esEs27(new_sr0(vwx30000, vwx310001), new_sr0(vwx30001, vwx310000)) 19.00/7.17 new_lt7(vwx78, vwx81, app(ty_[], bde)) -> new_lt17(vwx78, vwx81, bde) 19.00/7.17 new_esEs28(Right(vwx30000), Right(vwx310000), bfb, ty_Char) -> new_esEs25(vwx30000, vwx310000) 19.00/7.17 new_esEs29(vwx79, vwx82, app(ty_Maybe, bad)) -> new_esEs19(vwx79, vwx82, bad) 19.00/7.17 new_lt12(vwx78, vwx81) -> new_esEs12(new_compare18(vwx78, vwx81), LT) 19.00/7.17 new_esEs6(vwx3001, vwx31001, ty_Double) -> new_esEs18(vwx3001, vwx31001) 19.00/7.17 new_ltEs19(vwx49, vwx50, app(app(ty_Either, chg), chh)) -> new_ltEs12(vwx49, vwx50, chg, chh) 19.00/7.17 new_lt23(vwx91, vwx93, app(app(ty_@2, ehd), ehe)) -> new_lt14(vwx91, vwx93, ehd, ehe) 19.00/7.17 new_ltEs5(vwx80, vwx83, ty_Bool) -> new_ltEs6(vwx80, vwx83) 19.00/7.17 new_lt18(vwx78, vwx81, bdf) -> new_esEs12(new_compare5(vwx78, vwx81, bdf), LT) 19.00/7.17 new_lt7(vwx78, vwx81, ty_Ordering) -> new_lt12(vwx78, vwx81) 19.00/7.17 new_ltEs23(vwx92, vwx94, ty_Ordering) -> new_ltEs10(vwx92, vwx94) 19.00/7.17 new_lt7(vwx78, vwx81, ty_Int) -> new_lt15(vwx78, vwx81) 19.00/7.17 new_esEs28(Right(vwx30000), Right(vwx310000), bfb, ty_@0) -> new_esEs24(vwx30000, vwx310000) 19.00/7.17 new_esEs30(vwx78, vwx81, ty_@0) -> new_esEs24(vwx78, vwx81) 19.00/7.17 new_esEs39(vwx30000, vwx310000, ty_Ordering) -> new_esEs12(vwx30000, vwx310000) 19.00/7.17 new_esEs5(vwx3002, vwx31002, app(app(app(ty_@3, ccg), cch), cda)) -> new_esEs13(vwx3002, vwx31002, ccg, cch, cda) 19.00/7.17 new_esEs5(vwx3002, vwx31002, ty_Double) -> new_esEs18(vwx3002, vwx31002) 19.00/7.17 new_primEqInt(Neg(Succ(vwx300000)), Neg(Zero)) -> False 19.00/7.17 new_primEqInt(Neg(Zero), Neg(Succ(vwx3100000))) -> False 19.00/7.17 new_ltEs20(vwx271, vwx281, app(app(ty_Either, ebd), ebe)) -> new_ltEs12(vwx271, vwx281, ebd, ebe) 19.00/7.17 new_ltEs21(vwx272, vwx282, ty_Integer) -> new_ltEs8(vwx272, vwx282) 19.00/7.17 new_primEqInt(Pos(Succ(vwx300000)), Pos(Succ(vwx3100000))) -> new_primEqNat0(vwx300000, vwx3100000) 19.00/7.17 new_esEs21(:%(vwx30000, vwx30001), :%(vwx310000, vwx310001), cgf) -> new_asAs(new_esEs32(vwx30000, vwx310000, cgf), new_esEs31(vwx30001, vwx310001, cgf)) 19.00/7.17 new_ltEs24(vwx56, vwx57, app(ty_Ratio, fgd)) -> new_ltEs17(vwx56, vwx57, fgd) 19.00/7.17 new_esEs19(Just(vwx30000), Just(vwx310000), app(ty_[], fha)) -> new_esEs20(vwx30000, vwx310000, fha) 19.00/7.17 new_compare5(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ty_Int) -> new_compare7(new_sr0(vwx3000, vwx31001), new_sr0(vwx31000, vwx3001)) 19.00/7.17 new_compare4(vwx300, vwx3100, ty_Double) -> new_compare16(vwx300, vwx3100) 19.00/7.17 new_ltEs23(vwx92, vwx94, ty_Int) -> new_ltEs14(vwx92, vwx94) 19.00/7.17 new_esEs29(vwx79, vwx82, ty_Char) -> new_esEs25(vwx79, vwx82) 19.00/7.17 new_lt23(vwx91, vwx93, ty_Ordering) -> new_lt12(vwx91, vwx93) 19.00/7.17 new_esEs8(vwx3000, vwx31000, ty_Bool) -> new_esEs17(vwx3000, vwx31000) 19.00/7.17 new_lt22(vwx271, vwx281, app(app(ty_@2, eee), eef)) -> new_lt14(vwx271, vwx281, eee, eef) 19.00/7.17 new_ltEs12(Left(vwx270), Left(vwx280), app(ty_Ratio, cbb), bhh) -> new_ltEs17(vwx270, vwx280, cbb) 19.00/7.17 new_ltEs5(vwx80, vwx83, ty_@0) -> new_ltEs4(vwx80, vwx83) 19.00/7.17 new_primEqInt(Pos(Succ(vwx300000)), Neg(vwx310000)) -> False 19.00/7.17 new_primEqInt(Neg(Succ(vwx300000)), Pos(vwx310000)) -> False 19.00/7.17 new_lt23(vwx91, vwx93, app(ty_Maybe, egf)) -> new_lt11(vwx91, vwx93, egf) 19.00/7.17 new_esEs14(vwx30002, vwx310002, app(ty_Ratio, cc)) -> new_esEs21(vwx30002, vwx310002, cc) 19.00/7.17 new_primCmpInt(Neg(Zero), Neg(Succ(vwx310000))) -> new_primCmpNat0(Succ(vwx310000), Zero) 19.00/7.17 new_esEs8(vwx3000, vwx31000, ty_Int) -> new_esEs27(vwx3000, vwx31000) 19.00/7.17 new_esEs28(Left(vwx30000), Right(vwx310000), bfb, bdg) -> False 19.00/7.17 new_esEs28(Right(vwx30000), Left(vwx310000), bfb, bdg) -> False 19.00/7.17 new_esEs7(vwx3000, vwx31000, app(ty_Ratio, cfg)) -> new_esEs21(vwx3000, vwx31000, cfg) 19.00/7.17 new_esEs8(vwx3000, vwx31000, app(app(ty_@2, fbh), fca)) -> new_esEs26(vwx3000, vwx31000, fbh, fca) 19.00/7.17 new_esEs20(:(vwx30000, vwx30001), [], cge) -> False 19.00/7.17 new_esEs20([], :(vwx310000, vwx310001), cge) -> False 19.00/7.17 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 19.00/7.17 new_lt22(vwx271, vwx281, ty_Double) -> new_lt9(vwx271, vwx281) 19.00/7.17 new_ltEs10(LT, EQ) -> True 19.00/7.17 new_ltEs23(vwx92, vwx94, app(app(app(ty_@3, faa), fab), fac)) -> new_ltEs11(vwx92, vwx94, faa, fab, fac) 19.00/7.17 new_esEs35(vwx270, vwx280, app(ty_[], eaf)) -> new_esEs20(vwx270, vwx280, eaf) 19.00/7.17 new_esEs38(vwx91, vwx93, ty_Double) -> new_esEs18(vwx91, vwx93) 19.00/7.17 new_primCompAux00(vwx20, vwx21, LT, gf) -> LT 19.00/7.17 new_esEs7(vwx3000, vwx31000, app(app(app(ty_@3, cfc), cfd), cfe)) -> new_esEs13(vwx3000, vwx31000, cfc, cfd, cfe) 19.00/7.17 new_ltEs21(vwx272, vwx282, ty_Bool) -> new_ltEs6(vwx272, vwx282) 19.00/7.17 new_esEs6(vwx3001, vwx31001, app(ty_Ratio, cee)) -> new_esEs21(vwx3001, vwx31001, cee) 19.00/7.17 new_ltEs24(vwx56, vwx57, app(app(ty_Either, ffg), ffh)) -> new_ltEs12(vwx56, vwx57, ffg, ffh) 19.00/7.17 new_ltEs22(vwx27, vwx28, app(ty_Ratio, dfh)) -> new_ltEs17(vwx27, vwx28, dfh) 19.00/7.17 new_esEs7(vwx3000, vwx31000, app(app(ty_@2, cfh), cga)) -> new_esEs26(vwx3000, vwx31000, cfh, cga) 19.00/7.17 new_ltEs12(Left(vwx270), Left(vwx280), ty_Float, bhh) -> new_ltEs15(vwx270, vwx280) 19.00/7.17 new_compare5(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ty_Integer) -> new_compare6(new_sr(vwx3000, vwx31001), new_sr(vwx31000, vwx3001)) 19.00/7.17 new_not(False) -> True 19.00/7.17 new_ltEs22(vwx27, vwx28, app(app(ty_Either, cbc), bhh)) -> new_ltEs12(vwx27, vwx28, cbc, bhh) 19.00/7.17 new_lt21(vwx270, vwx280, app(ty_[], ede)) -> new_lt17(vwx270, vwx280, ede) 19.00/7.17 new_compare18(GT, EQ) -> GT 19.00/7.17 new_esEs12(LT, EQ) -> False 19.00/7.17 new_esEs12(EQ, LT) -> False 19.00/7.17 new_compare210(vwx49, vwx50, False, cha, chb) -> new_compare11(vwx49, vwx50, new_ltEs19(vwx49, vwx50, cha), cha, chb) 19.00/7.17 new_ltEs5(vwx80, vwx83, ty_Ordering) -> new_ltEs10(vwx80, vwx83) 19.00/7.17 new_ltEs21(vwx272, vwx282, ty_@0) -> new_ltEs4(vwx272, vwx282) 19.00/7.17 new_esEs9(vwx3000, vwx31000, ty_Bool) -> new_esEs17(vwx3000, vwx31000) 19.00/7.17 new_esEs36(vwx271, vwx281, ty_Double) -> new_esEs18(vwx271, vwx281) 19.00/7.17 new_ltEs23(vwx92, vwx94, ty_Bool) -> new_ltEs6(vwx92, vwx94) 19.00/7.17 new_esEs20(:(vwx30000, vwx30001), :(vwx310000, vwx310001), cge) -> new_asAs(new_esEs39(vwx30000, vwx310000, cge), new_esEs20(vwx30001, vwx310001, cge)) 19.00/7.17 new_ltEs5(vwx80, vwx83, ty_Int) -> new_ltEs14(vwx80, vwx83) 19.00/7.17 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Integer, bdg) -> new_esEs22(vwx30000, vwx310000) 19.00/7.17 new_esEs7(vwx3000, vwx31000, ty_Ordering) -> new_esEs12(vwx3000, vwx31000) 19.00/7.17 new_esEs12(LT, GT) -> False 19.00/7.17 new_esEs12(GT, LT) -> False 19.00/7.17 new_esEs9(vwx3000, vwx31000, app(app(app(ty_@3, fce), fcf), fcg)) -> new_esEs13(vwx3000, vwx31000, fce, fcf, fcg) 19.00/7.17 new_compare8(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare7(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 19.00/7.17 new_lt23(vwx91, vwx93, ty_Double) -> new_lt9(vwx91, vwx93) 19.00/7.17 new_ltEs20(vwx271, vwx281, app(ty_Ratio, eca)) -> new_ltEs17(vwx271, vwx281, eca) 19.00/7.17 new_sr0(vwx3000, vwx31001) -> new_primMulInt(vwx3000, vwx31001) 19.00/7.17 new_max1(:(vwx300, vwx301), [], h) -> :(vwx300, vwx301) 19.00/7.17 new_max1([], :(vwx3100, vwx3101), h) -> :(vwx3100, vwx3101) 19.00/7.17 new_ltEs9(Just(vwx270), Just(vwx280), app(app(ty_@2, dgh), dha)) -> new_ltEs13(vwx270, vwx280, dgh, dha) 19.00/7.17 new_ltEs17(vwx27, vwx28, dfh) -> new_fsEs(new_compare5(vwx27, vwx28, dfh)) 19.00/7.17 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 19.00/7.17 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 19.00/7.17 new_esEs16(vwx30000, vwx310000, app(app(ty_@2, fa), fb)) -> new_esEs26(vwx30000, vwx310000, fa, fb) 19.00/7.17 new_ltEs23(vwx92, vwx94, ty_@0) -> new_ltEs4(vwx92, vwx94) 19.00/7.17 new_esEs28(Right(vwx30000), Right(vwx310000), bfb, app(ty_[], bfg)) -> new_esEs20(vwx30000, vwx310000, bfg) 19.00/7.17 new_esEs4(vwx3000, vwx31000, ty_Double) -> new_esEs18(vwx3000, vwx31000) 19.00/7.17 new_ltEs24(vwx56, vwx57, ty_Integer) -> new_ltEs8(vwx56, vwx57) 19.00/7.17 new_esEs5(vwx3002, vwx31002, ty_Ordering) -> new_esEs12(vwx3002, vwx31002) 19.00/7.17 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 19.00/7.17 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Bool, bdg) -> new_esEs17(vwx30000, vwx310000) 19.00/7.17 new_ltEs21(vwx272, vwx282, ty_Ordering) -> new_ltEs10(vwx272, vwx282) 19.00/7.17 new_primMulNat0(Succ(vwx300000), Succ(vwx3100100)) -> new_primPlusNat0(new_primMulNat0(vwx300000, Succ(vwx3100100)), vwx3100100) 19.00/7.17 new_ltEs23(vwx92, vwx94, ty_Integer) -> new_ltEs8(vwx92, vwx94) 19.00/7.17 new_esEs28(Left(vwx30000), Left(vwx310000), app(ty_Ratio, bee), bdg) -> new_esEs21(vwx30000, vwx310000, bee) 19.00/7.17 new_esEs25(Char(vwx30000), Char(vwx310000)) -> new_primEqNat0(vwx30000, vwx310000) 19.00/7.17 new_compare29(vwx27, vwx28, True, egc) -> EQ 19.00/7.17 new_ltEs21(vwx272, vwx282, ty_Int) -> new_ltEs14(vwx272, vwx282) 19.00/7.17 new_esEs28(Right(vwx30000), Right(vwx310000), bfb, ty_Float) -> new_esEs23(vwx30000, vwx310000) 19.00/7.17 new_lt20(vwx270, vwx280, app(app(ty_@2, ead), eae)) -> new_lt14(vwx270, vwx280, ead, eae) 19.00/7.17 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Int, bdg) -> new_esEs27(vwx30000, vwx310000) 19.00/7.17 new_esEs39(vwx30000, vwx310000, app(ty_Ratio, fed)) -> new_esEs21(vwx30000, vwx310000, fed) 19.00/7.17 new_ltEs12(Left(vwx270), Left(vwx280), app(ty_Maybe, caa), bhh) -> new_ltEs9(vwx270, vwx280, caa) 19.00/7.17 new_esEs16(vwx30000, vwx310000, app(ty_Ratio, eh)) -> new_esEs21(vwx30000, vwx310000, eh) 19.00/7.17 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 19.00/7.17 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 19.00/7.17 new_compare15(True, True) -> EQ 19.00/7.17 new_compare110(vwx128, vwx129, False, daf, dag) -> GT 19.00/7.17 new_esEs33(vwx30001, vwx310001, app(ty_[], ddh)) -> new_esEs20(vwx30001, vwx310001, ddh) 19.00/7.17 new_primEqNat0(Zero, Zero) -> True 19.00/7.17 new_ltEs9(Just(vwx270), Nothing, dga) -> False 19.00/7.17 new_esEs29(vwx79, vwx82, ty_Float) -> new_esEs23(vwx79, vwx82) 19.00/7.17 new_ltEs9(Nothing, Nothing, dga) -> True 19.00/7.17 new_ltEs21(vwx272, vwx282, app(app(app(ty_@3, efb), efc), efd)) -> new_ltEs11(vwx272, vwx282, efb, efc, efd) 19.00/7.17 new_compare17(Nothing, Just(vwx31000), bgf) -> LT 19.00/7.17 new_esEs4(vwx3000, vwx31000, app(ty_Ratio, cgf)) -> new_esEs21(vwx3000, vwx31000, cgf) 19.00/7.17 new_ltEs10(LT, GT) -> True 19.00/7.17 new_ltEs12(Right(vwx270), Right(vwx280), cbc, ty_Double) -> new_ltEs7(vwx270, vwx280) 19.00/7.17 new_esEs10(vwx3001, vwx31001, app(ty_[], dbd)) -> new_esEs20(vwx3001, vwx31001, dbd) 19.00/7.17 new_asAs(False, vwx116) -> False 19.00/7.17 new_esEs30(vwx78, vwx81, app(app(ty_Either, bda), bdb)) -> new_esEs28(vwx78, vwx81, bda, bdb) 19.00/7.17 new_esEs5(vwx3002, vwx31002, app(app(ty_@2, cdd), cde)) -> new_esEs26(vwx3002, vwx31002, cdd, cde) 19.00/7.17 new_ltEs19(vwx49, vwx50, ty_Int) -> new_ltEs14(vwx49, vwx50) 19.00/7.17 new_ltEs24(vwx56, vwx57, app(ty_Maybe, ffc)) -> new_ltEs9(vwx56, vwx57, ffc) 19.00/7.17 new_esEs6(vwx3001, vwx31001, ty_Ordering) -> new_esEs12(vwx3001, vwx31001) 19.00/7.17 new_ltEs19(vwx49, vwx50, ty_Ordering) -> new_ltEs10(vwx49, vwx50) 19.00/7.17 new_ltEs20(vwx271, vwx281, ty_Ordering) -> new_ltEs10(vwx271, vwx281) 19.00/7.17 new_esEs8(vwx3000, vwx31000, app(app(app(ty_@3, fbc), fbd), fbe)) -> new_esEs13(vwx3000, vwx31000, fbc, fbd, fbe) 19.00/7.17 new_max1(:(vwx300, vwx301), :(vwx3100, vwx3101), h) -> new_max10(vwx300, vwx301, vwx3100, vwx3101, new_primCompAux1(vwx300, vwx3100, vwx301, vwx3101, h), h) 19.00/7.17 new_esEs29(vwx79, vwx82, app(app(ty_Either, bah), bba)) -> new_esEs28(vwx79, vwx82, bah, bba) 19.00/7.17 new_ltEs21(vwx272, vwx282, app(ty_Ratio, egb)) -> new_ltEs17(vwx272, vwx282, egb) 19.00/7.17 new_esEs15(vwx30001, vwx310001, ty_Double) -> new_esEs18(vwx30001, vwx310001) 19.00/7.17 new_ltEs20(vwx271, vwx281, ty_Int) -> new_ltEs14(vwx271, vwx281) 19.00/7.17 19.00/7.17 The set Q consists of the following terms: 19.00/7.17 19.00/7.17 new_esEs28(Right(x0), Right(x1), x2, ty_Bool) 19.00/7.17 new_ltEs19(x0, x1, app(ty_[], x2)) 19.00/7.17 new_esEs20(:(x0, x1), [], x2) 19.00/7.17 new_esEs6(x0, x1, app(ty_Maybe, x2)) 19.00/7.17 new_ltEs19(x0, x1, ty_Integer) 19.00/7.17 new_esEs36(x0, x1, ty_Float) 19.00/7.17 new_ltEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_lt23(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_esEs28(Right(x0), Right(x1), x2, ty_@0) 19.00/7.17 new_ltEs16(x0, x1, x2) 19.00/7.17 new_primMulInt(Neg(x0), Neg(x1)) 19.00/7.17 new_ltEs9(Just(x0), Just(x1), app(ty_Maybe, x2)) 19.00/7.17 new_esEs31(x0, x1, ty_Integer) 19.00/7.17 new_primPlusNat1(Zero, Zero) 19.00/7.17 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 19.00/7.17 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 19.00/7.17 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 19.00/7.17 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_esEs15(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_esEs4(x0, x1, ty_@0) 19.00/7.17 new_ltEs12(Left(x0), Left(x1), ty_Float, x2) 19.00/7.17 new_primMulInt(Pos(x0), Neg(x1)) 19.00/7.17 new_primMulInt(Neg(x0), Pos(x1)) 19.00/7.17 new_esEs28(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 19.00/7.17 new_esEs8(x0, x1, ty_@0) 19.00/7.17 new_primEqInt(Pos(Zero), Pos(Zero)) 19.00/7.17 new_esEs4(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_esEs4(x0, x1, ty_Bool) 19.00/7.17 new_esEs36(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_ltEs19(x0, x1, ty_Bool) 19.00/7.17 new_primCompAux00(x0, x1, EQ, app(ty_Ratio, x2)) 19.00/7.17 new_esEs14(x0, x1, ty_Int) 19.00/7.17 new_esEs8(x0, x1, ty_Int) 19.00/7.17 new_esEs38(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_esEs19(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_esEs28(Right(x0), Right(x1), x2, ty_Integer) 19.00/7.17 new_primEqInt(Neg(Zero), Neg(Zero)) 19.00/7.17 new_ltEs22(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_ltEs12(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 19.00/7.17 new_esEs14(x0, x1, app(ty_[], x2)) 19.00/7.17 new_lt22(x0, x1, app(ty_Maybe, x2)) 19.00/7.17 new_esEs14(x0, x1, ty_@0) 19.00/7.17 new_ltEs23(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_esEs28(Left(x0), Left(x1), ty_Int, x2) 19.00/7.17 new_primCompAux00(x0, x1, EQ, ty_Double) 19.00/7.17 new_esEs9(x0, x1, app(ty_[], x2)) 19.00/7.17 new_esEs37(x0, x1, ty_Bool) 19.00/7.17 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_esEs37(x0, x1, ty_Float) 19.00/7.17 new_esEs4(x0, x1, ty_Int) 19.00/7.17 new_compare8(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 19.00/7.17 new_ltEs21(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_esEs36(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_compare111(x0, x1, x2, x3, True, x4, x5, x6) 19.00/7.17 new_esEs16(x0, x1, app(ty_[], x2)) 19.00/7.17 new_lt23(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_esEs30(x0, x1, ty_Bool) 19.00/7.17 new_ltEs5(x0, x1, app(ty_Maybe, x2)) 19.00/7.17 new_ltEs12(Left(x0), Right(x1), x2, x3) 19.00/7.17 new_ltEs12(Right(x0), Left(x1), x2, x3) 19.00/7.17 new_ltEs19(x0, x1, ty_@0) 19.00/7.17 new_ltEs22(x0, x1, ty_Float) 19.00/7.17 new_compare15(False, True) 19.00/7.17 new_compare15(True, False) 19.00/7.17 new_esEs30(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_lt22(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_primEqInt(Pos(Zero), Neg(Zero)) 19.00/7.17 new_primEqInt(Neg(Zero), Pos(Zero)) 19.00/7.17 new_esEs34(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_esEs34(x0, x1, ty_Ordering) 19.00/7.17 new_compare110(x0, x1, True, x2, x3) 19.00/7.17 new_esEs12(LT, GT) 19.00/7.17 new_esEs12(GT, LT) 19.00/7.17 new_ltEs9(Just(x0), Just(x1), ty_Float) 19.00/7.17 new_primMulInt(Pos(x0), Pos(x1)) 19.00/7.17 new_esEs19(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 19.00/7.17 new_ltEs20(x0, x1, ty_Ordering) 19.00/7.17 new_esEs30(x0, x1, ty_@0) 19.00/7.17 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_esEs8(x0, x1, ty_Bool) 19.00/7.17 new_lt7(x0, x1, app(ty_[], x2)) 19.00/7.17 new_esEs14(x0, x1, ty_Bool) 19.00/7.17 new_esEs37(x0, x1, ty_@0) 19.00/7.17 new_compare18(GT, GT) 19.00/7.17 new_ltEs21(x0, x1, ty_@0) 19.00/7.17 new_lt15(x0, x1) 19.00/7.17 new_ltEs19(x0, x1, ty_Float) 19.00/7.17 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 19.00/7.17 new_esEs28(Left(x0), Right(x1), x2, x3) 19.00/7.17 new_esEs28(Right(x0), Left(x1), x2, x3) 19.00/7.17 new_esEs8(x0, x1, app(ty_Maybe, x2)) 19.00/7.17 new_esEs30(x0, x1, ty_Int) 19.00/7.17 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 19.00/7.17 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 19.00/7.17 new_esEs27(x0, x1) 19.00/7.17 new_ltEs21(x0, x1, ty_Int) 19.00/7.17 new_lt22(x0, x1, ty_Ordering) 19.00/7.17 new_primMulNat0(Succ(x0), Succ(x1)) 19.00/7.17 new_ltEs9(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 19.00/7.17 new_lt14(x0, x1, x2, x3) 19.00/7.17 new_esEs28(Right(x0), Right(x1), x2, ty_Float) 19.00/7.17 new_esEs39(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_sr(Integer(x0), Integer(x1)) 19.00/7.17 new_ltEs21(x0, x1, ty_Bool) 19.00/7.17 new_esEs14(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_ltEs10(GT, GT) 19.00/7.17 new_esEs34(x0, x1, ty_Double) 19.00/7.17 new_ltEs12(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 19.00/7.17 new_compare4(x0, x1, ty_Int) 19.00/7.17 new_compare112(x0, x1, False, x2) 19.00/7.17 new_esEs6(x0, x1, ty_Int) 19.00/7.17 new_ltEs19(x0, x1, ty_Int) 19.00/7.17 new_compare4(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_ltEs24(x0, x1, ty_Double) 19.00/7.17 new_esEs38(x0, x1, ty_Int) 19.00/7.17 new_esEs12(GT, GT) 19.00/7.17 new_ltEs24(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_lt22(x0, x1, ty_Double) 19.00/7.17 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_esEs28(Right(x0), Right(x1), x2, ty_Int) 19.00/7.17 new_ltEs9(Just(x0), Just(x1), ty_Bool) 19.00/7.17 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 19.00/7.17 new_esEs38(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_esEs15(x0, x1, app(ty_[], x2)) 19.00/7.17 new_esEs33(x0, x1, ty_Char) 19.00/7.17 new_esEs34(x0, x1, app(ty_Maybe, x2)) 19.00/7.17 new_esEs9(x0, x1, ty_Integer) 19.00/7.17 new_lt23(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_esEs35(x0, x1, ty_Char) 19.00/7.17 new_esEs35(x0, x1, app(ty_Maybe, x2)) 19.00/7.17 new_lt22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_compare10(x0, x1, x2, x3, False, x4, x5) 19.00/7.17 new_max1(:(x0, x1), :(x2, x3), x4) 19.00/7.17 new_esEs34(x0, x1, app(ty_[], x2)) 19.00/7.17 new_ltEs22(x0, x1, ty_Int) 19.00/7.17 new_esEs32(x0, x1, ty_Int) 19.00/7.17 new_lt21(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_primCompAux00(x0, x1, EQ, ty_Ordering) 19.00/7.17 new_esEs36(x0, x1, ty_@0) 19.00/7.17 new_lt6(x0, x1, ty_Int) 19.00/7.17 new_ltEs11(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.00/7.17 new_esEs30(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_esEs28(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 19.00/7.17 new_esEs4(x0, x1, ty_Integer) 19.00/7.17 new_esEs4(x0, x1, app(ty_[], x2)) 19.00/7.17 new_lt6(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_lt21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_ltEs5(x0, x1, ty_Char) 19.00/7.17 new_compare8(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 19.00/7.17 new_esEs9(x0, x1, ty_Float) 19.00/7.17 new_esEs5(x0, x1, app(ty_[], x2)) 19.00/7.17 new_esEs14(x0, x1, ty_Float) 19.00/7.17 new_ltEs9(Just(x0), Just(x1), ty_Integer) 19.00/7.17 new_esEs16(x0, x1, ty_Int) 19.00/7.17 new_max11(x0, x1, x2, x3, x4) 19.00/7.17 new_ltEs22(x0, x1, ty_Bool) 19.00/7.17 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_esEs8(x0, x1, ty_Float) 19.00/7.17 new_esEs32(x0, x1, ty_Integer) 19.00/7.17 new_esEs9(x0, x1, ty_Bool) 19.00/7.17 new_ltEs6(False, False) 19.00/7.17 new_esEs24(@0, @0) 19.00/7.17 new_ltEs22(x0, x1, ty_Integer) 19.00/7.17 new_esEs36(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_esEs37(x0, x1, ty_Integer) 19.00/7.17 new_ltEs21(x0, x1, ty_Integer) 19.00/7.17 new_esEs29(x0, x1, app(ty_[], x2)) 19.00/7.17 new_compare12(x0, x1, x2, x3, x4, x5, False, x6, x7, x8, x9) 19.00/7.17 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_lt21(x0, x1, app(ty_[], x2)) 19.00/7.17 new_ltEs12(Left(x0), Left(x1), ty_@0, x2) 19.00/7.17 new_ltEs20(x0, x1, ty_Double) 19.00/7.17 new_esEs11(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_ltEs12(Left(x0), Left(x1), ty_Double, x2) 19.00/7.17 new_lt20(x0, x1, ty_Double) 19.00/7.17 new_lt7(x0, x1, ty_@0) 19.00/7.17 new_esEs29(x0, x1, ty_@0) 19.00/7.17 new_esEs38(x0, x1, ty_Bool) 19.00/7.17 new_esEs15(x0, x1, ty_@0) 19.00/7.17 new_esEs16(x0, x1, ty_Bool) 19.00/7.17 new_esEs10(x0, x1, app(ty_Maybe, x2)) 19.00/7.17 new_esEs16(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_esEs36(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_compare4(x0, x1, app(ty_Maybe, x2)) 19.00/7.17 new_esEs5(x0, x1, ty_@0) 19.00/7.17 new_esEs6(x0, x1, ty_Bool) 19.00/7.17 new_esEs9(x0, x1, ty_Char) 19.00/7.17 new_ltEs24(x0, x1, app(ty_Maybe, x2)) 19.00/7.17 new_esEs30(x0, x1, app(ty_[], x2)) 19.00/7.17 new_esEs8(x0, x1, app(ty_[], x2)) 19.00/7.17 new_ltEs23(x0, x1, app(ty_[], x2)) 19.00/7.17 new_esEs29(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_lt6(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_ltEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_compare7(x0, x1) 19.00/7.17 new_lt20(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_esEs38(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_lt12(x0, x1) 19.00/7.17 new_compare18(GT, LT) 19.00/7.17 new_compare18(LT, GT) 19.00/7.17 new_lt7(x0, x1, ty_Bool) 19.00/7.17 new_esEs28(Right(x0), Right(x1), x2, app(ty_[], x3)) 19.00/7.17 new_compare28(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 19.00/7.17 new_asAs(False, x0) 19.00/7.17 new_esEs39(x0, x1, ty_Char) 19.00/7.17 new_primCompAux00(x0, x1, EQ, ty_Integer) 19.00/7.17 new_esEs29(x0, x1, ty_Float) 19.00/7.17 new_ltEs8(x0, x1) 19.00/7.17 new_esEs17(True, True) 19.00/7.17 new_ltEs10(EQ, EQ) 19.00/7.17 new_ltEs9(Just(x0), Just(x1), ty_Ordering) 19.00/7.17 new_lt4(x0, x1) 19.00/7.17 new_compare4(x0, x1, ty_@0) 19.00/7.17 new_esEs28(Left(x0), Left(x1), ty_Float, x2) 19.00/7.17 new_ltEs12(Right(x0), Right(x1), x2, ty_Bool) 19.00/7.17 new_ltEs9(Just(x0), Nothing, x1) 19.00/7.17 new_esEs37(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_ltEs13(@2(x0, x1), @2(x2, x3), x4, x5) 19.00/7.17 new_lt23(x0, x1, app(ty_Maybe, x2)) 19.00/7.17 new_esEs20(:(x0, x1), :(x2, x3), x4) 19.00/7.17 new_lt21(x0, x1, ty_Bool) 19.00/7.17 new_lt16(x0, x1) 19.00/7.17 new_esEs11(x0, x1, ty_Char) 19.00/7.17 new_esEs7(x0, x1, ty_Char) 19.00/7.17 new_ltEs9(Nothing, Nothing, x0) 19.00/7.17 new_esEs33(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_esEs39(x0, x1, ty_Int) 19.00/7.17 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_compare4(x0, x1, ty_Integer) 19.00/7.17 new_lt22(x0, x1, ty_Bool) 19.00/7.17 new_esEs7(x0, x1, ty_Bool) 19.00/7.17 new_ltEs12(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 19.00/7.17 new_compare6(Integer(x0), Integer(x1)) 19.00/7.17 new_esEs34(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_esEs36(x0, x1, ty_Int) 19.00/7.17 new_compare26(:(x0, x1), [], x2) 19.00/7.17 new_ltEs9(Just(x0), Just(x1), ty_Double) 19.00/7.17 new_compare29(x0, x1, True, x2) 19.00/7.17 new_esEs16(x0, x1, ty_Float) 19.00/7.17 new_ltEs24(x0, x1, app(ty_[], x2)) 19.00/7.17 new_not(True) 19.00/7.17 new_primCompAux00(x0, x1, EQ, ty_Bool) 19.00/7.17 new_esEs10(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_ltEs10(GT, LT) 19.00/7.17 new_ltEs10(LT, GT) 19.00/7.17 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_lt21(x0, x1, ty_Int) 19.00/7.17 new_esEs28(Left(x0), Left(x1), ty_Integer, x2) 19.00/7.17 new_esEs39(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_lt5(x0, x1, x2, x3, x4) 19.00/7.17 new_ltEs9(Just(x0), Just(x1), ty_Int) 19.00/7.17 new_ltEs12(Right(x0), Right(x1), x2, ty_Int) 19.00/7.17 new_esEs39(x0, x1, ty_Bool) 19.00/7.17 new_lt21(x0, x1, ty_Char) 19.00/7.17 new_esEs6(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_esEs39(x0, x1, ty_Double) 19.00/7.17 new_esEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_lt23(x0, x1, ty_Bool) 19.00/7.17 new_compare16(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 19.00/7.17 new_compare16(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 19.00/7.17 new_esEs11(x0, x1, ty_Integer) 19.00/7.17 new_primPlusNat0(Zero, x0) 19.00/7.17 new_lt6(x0, x1, app(ty_Maybe, x2)) 19.00/7.17 new_ltEs12(Right(x0), Right(x1), x2, ty_Char) 19.00/7.17 new_esEs7(x0, x1, ty_Int) 19.00/7.17 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_esEs11(x0, x1, ty_Bool) 19.00/7.17 new_compare4(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_esEs28(Left(x0), Left(x1), ty_Bool, x2) 19.00/7.17 new_esEs29(x0, x1, ty_Integer) 19.00/7.17 new_esEs7(x0, x1, ty_@0) 19.00/7.17 new_ltEs23(x0, x1, ty_Int) 19.00/7.17 new_esEs17(False, True) 19.00/7.17 new_esEs17(True, False) 19.00/7.17 new_compare4(x0, x1, ty_Char) 19.00/7.17 new_lt7(x0, x1, ty_Integer) 19.00/7.17 new_lt23(x0, x1, ty_Char) 19.00/7.17 new_esEs30(x0, x1, app(ty_Maybe, x2)) 19.00/7.17 new_ltEs12(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 19.00/7.17 new_compare13(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 19.00/7.17 new_esEs6(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_lt23(x0, x1, ty_@0) 19.00/7.17 new_lt22(x0, x1, ty_Integer) 19.00/7.17 new_esEs12(LT, LT) 19.00/7.17 new_lt21(x0, x1, ty_@0) 19.00/7.17 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 19.00/7.17 new_ltEs6(True, True) 19.00/7.17 new_compare10(x0, x1, x2, x3, True, x4, x5) 19.00/7.17 new_lt23(x0, x1, ty_Int) 19.00/7.17 new_primEqNat0(Succ(x0), Zero) 19.00/7.17 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_esEs19(Just(x0), Just(x1), ty_Double) 19.00/7.17 new_compare27(Char(x0), Char(x1)) 19.00/7.17 new_esEs19(Nothing, Nothing, x0) 19.00/7.17 new_esEs36(x0, x1, app(ty_Maybe, x2)) 19.00/7.17 new_compare16(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 19.00/7.17 new_ltEs12(Right(x0), Right(x1), x2, ty_@0) 19.00/7.17 new_ltEs9(Nothing, Just(x0), x1) 19.00/7.17 new_pePe(True, x0) 19.00/7.17 new_ltEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_compare4(x0, x1, ty_Bool) 19.00/7.17 new_ltEs21(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_compare4(x0, x1, app(ty_[], x2)) 19.00/7.17 new_compare19(Right(x0), Left(x1), x2, x3) 19.00/7.17 new_compare19(Left(x0), Right(x1), x2, x3) 19.00/7.17 new_esEs33(x0, x1, app(ty_[], x2)) 19.00/7.17 new_primCompAux00(x0, x1, EQ, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_esEs36(x0, x1, ty_Bool) 19.00/7.17 new_esEs29(x0, x1, ty_Bool) 19.00/7.17 new_primCompAux00(x0, x1, EQ, ty_Char) 19.00/7.17 new_ltEs9(Just(x0), Just(x1), app(ty_Ratio, x2)) 19.00/7.17 new_esEs14(x0, x1, ty_Integer) 19.00/7.17 new_lt22(x0, x1, ty_Float) 19.00/7.17 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 19.00/7.17 new_esEs6(x0, x1, ty_Double) 19.00/7.17 new_primCompAux00(x0, x1, EQ, app(ty_[], x2)) 19.00/7.17 new_ltEs23(x0, x1, ty_Char) 19.00/7.17 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_esEs34(x0, x1, ty_Float) 19.00/7.17 new_esEs10(x0, x1, ty_Ordering) 19.00/7.17 new_lt7(x0, x1, ty_Float) 19.00/7.17 new_esEs15(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_esEs35(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_esEs37(x0, x1, app(ty_[], x2)) 19.00/7.17 new_ltEs12(Left(x0), Left(x1), ty_Bool, x2) 19.00/7.17 new_ltEs12(Left(x0), Left(x1), ty_Integer, x2) 19.00/7.17 new_lt17(x0, x1, x2) 19.00/7.17 new_esEs5(x0, x1, app(ty_Maybe, x2)) 19.00/7.17 new_asAs(True, x0) 19.00/7.17 new_esEs11(x0, x1, ty_Float) 19.00/7.17 new_esEs35(x0, x1, ty_@0) 19.00/7.17 new_primCompAux00(x0, x1, EQ, ty_Int) 19.00/7.17 new_lt20(x0, x1, ty_Ordering) 19.00/7.17 new_esEs21(:%(x0, x1), :%(x2, x3), x4) 19.00/7.17 new_esEs19(Just(x0), Nothing, x1) 19.00/7.17 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 19.00/7.17 new_esEs15(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_primCompAux00(x0, x1, EQ, app(app(ty_Either, x2), x3)) 19.00/7.17 new_esEs33(x0, x1, ty_Ordering) 19.00/7.17 new_primCompAux00(x0, x1, EQ, app(app(ty_@2, x2), x3)) 19.00/7.17 new_esEs33(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_esEs33(x0, x1, ty_Double) 19.00/7.17 new_ltEs22(x0, x1, ty_@0) 19.00/7.17 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_esEs28(Left(x0), Left(x1), ty_@0, x2) 19.00/7.17 new_ltEs9(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 19.00/7.17 new_esEs8(x0, x1, ty_Ordering) 19.00/7.17 new_esEs35(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_esEs8(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_primCmpNat0(Succ(x0), Zero) 19.00/7.17 new_esEs26(@2(x0, x1), @2(x2, x3), x4, x5) 19.00/7.17 new_ltEs12(Left(x0), Left(x1), app(ty_[], x2), x3) 19.00/7.17 new_ltEs24(x0, x1, ty_Ordering) 19.00/7.17 new_primCompAux00(x0, x1, EQ, ty_Float) 19.00/7.17 new_primEqNat0(Zero, Zero) 19.00/7.17 new_lt21(x0, x1, ty_Integer) 19.00/7.17 new_ltEs23(x0, x1, ty_Bool) 19.00/7.17 new_esEs11(x0, x1, ty_Int) 19.00/7.17 new_esEs36(x0, x1, ty_Char) 19.00/7.17 new_primCompAux1(x0, x1, x2, x3, x4) 19.00/7.17 new_esEs35(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_esEs7(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_not(False) 19.00/7.17 new_esEs38(x0, x1, ty_Double) 19.00/7.17 new_ltEs12(Right(x0), Right(x1), x2, ty_Integer) 19.00/7.17 new_primCompAux00(x0, x1, LT, x2) 19.00/7.17 new_esEs39(x0, x1, ty_Float) 19.00/7.17 new_esEs29(x0, x1, ty_Char) 19.00/7.17 new_ltEs12(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 19.00/7.17 new_esEs6(x0, x1, app(ty_[], x2)) 19.00/7.17 new_esEs4(x0, x1, app(ty_Maybe, x2)) 19.00/7.17 new_esEs34(x0, x1, ty_Char) 19.00/7.17 new_lt7(x0, x1, ty_Char) 19.00/7.17 new_ltEs6(True, False) 19.00/7.17 new_ltEs6(False, True) 19.00/7.17 new_esEs36(x0, x1, ty_Integer) 19.00/7.17 new_esEs9(x0, x1, ty_@0) 19.00/7.17 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_lt19(x0, x1) 19.00/7.17 new_lt22(x0, x1, ty_Char) 19.00/7.17 new_lt23(x0, x1, ty_Integer) 19.00/7.17 new_lt22(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_compare4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_fsEs(x0) 19.00/7.17 new_esEs19(Just(x0), Just(x1), ty_Ordering) 19.00/7.17 new_ltEs12(Left(x0), Left(x1), ty_Char, x2) 19.00/7.17 new_esEs37(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_esEs16(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_lt22(x0, x1, ty_Int) 19.00/7.17 new_esEs16(x0, x1, ty_Double) 19.00/7.17 new_esEs7(x0, x1, ty_Integer) 19.00/7.17 new_esEs30(x0, x1, ty_Ordering) 19.00/7.17 new_compare29(x0, x1, False, x2) 19.00/7.17 new_esEs29(x0, x1, ty_Int) 19.00/7.17 new_lt7(x0, x1, ty_Int) 19.00/7.17 new_esEs34(x0, x1, ty_Int) 19.00/7.17 new_ltEs9(Just(x0), Just(x1), app(ty_[], x2)) 19.00/7.17 new_ltEs12(Left(x0), Left(x1), ty_Int, x2) 19.00/7.17 new_ltEs23(x0, x1, ty_Integer) 19.00/7.17 new_max10(x0, x1, x2, x3, GT, x4) 19.00/7.17 new_lt9(x0, x1) 19.00/7.17 new_ltEs21(x0, x1, ty_Ordering) 19.00/7.17 new_esEs29(x0, x1, ty_Ordering) 19.00/7.17 new_esEs14(x0, x1, ty_Char) 19.00/7.17 new_primCmpNat0(Zero, Succ(x0)) 19.00/7.17 new_esEs28(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 19.00/7.17 new_ltEs5(x0, x1, ty_Bool) 19.00/7.17 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 19.00/7.17 new_esEs15(x0, x1, ty_Double) 19.00/7.17 new_esEs19(Just(x0), Just(x1), ty_Integer) 19.00/7.17 new_esEs12(EQ, EQ) 19.00/7.17 new_lt20(x0, x1, ty_@0) 19.00/7.17 new_esEs11(x0, x1, app(ty_Maybe, x2)) 19.00/7.17 new_esEs15(x0, x1, ty_Ordering) 19.00/7.17 new_ltEs5(x0, x1, ty_@0) 19.00/7.17 new_ltEs15(x0, x1) 19.00/7.17 new_esEs39(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_esEs29(x0, x1, ty_Double) 19.00/7.17 new_compare112(x0, x1, True, x2) 19.00/7.17 new_primCompAux00(x0, x1, GT, x2) 19.00/7.17 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_ltEs21(x0, x1, ty_Double) 19.00/7.17 new_ltEs10(LT, LT) 19.00/7.17 new_ltEs12(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 19.00/7.17 new_esEs33(x0, x1, ty_Bool) 19.00/7.17 new_lt21(x0, x1, app(ty_Maybe, x2)) 19.00/7.17 new_compare210(x0, x1, True, x2, x3) 19.00/7.17 new_esEs33(x0, x1, ty_Integer) 19.00/7.17 new_compare17(Nothing, Just(x0), x1) 19.00/7.17 new_esEs8(x0, x1, ty_Char) 19.00/7.17 new_esEs28(Left(x0), Left(x1), ty_Ordering, x2) 19.00/7.17 new_esEs33(x0, x1, ty_@0) 19.00/7.17 new_ltEs24(x0, x1, ty_Integer) 19.00/7.17 new_esEs34(x0, x1, ty_Bool) 19.00/7.17 new_compare17(Just(x0), Just(x1), x2) 19.00/7.17 new_compare5(:%(x0, x1), :%(x2, x3), ty_Integer) 19.00/7.17 new_esEs17(False, False) 19.00/7.17 new_compare12(x0, x1, x2, x3, x4, x5, True, x6, x7, x8, x9) 19.00/7.17 new_ltEs23(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_pePe(False, x0) 19.00/7.17 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 19.00/7.17 new_esEs28(Left(x0), Left(x1), app(ty_[], x2), x3) 19.00/7.17 new_ltEs23(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_esEs35(x0, x1, app(ty_[], x2)) 19.00/7.17 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_esEs19(Nothing, Just(x0), x1) 19.00/7.17 new_lt7(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_esEs4(x0, x1, ty_Char) 19.00/7.17 new_esEs14(x0, x1, ty_Ordering) 19.00/7.17 new_ltEs24(x0, x1, ty_@0) 19.00/7.17 new_sr0(x0, x1) 19.00/7.17 new_lt20(x0, x1, ty_Integer) 19.00/7.17 new_esEs19(Just(x0), Just(x1), ty_@0) 19.00/7.17 new_esEs39(x0, x1, app(ty_[], x2)) 19.00/7.17 new_esEs14(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_ltEs12(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 19.00/7.17 new_esEs34(x0, x1, ty_Integer) 19.00/7.17 new_esEs16(x0, x1, ty_Ordering) 19.00/7.17 new_esEs20([], [], x0) 19.00/7.17 new_compare18(EQ, LT) 19.00/7.17 new_compare18(LT, EQ) 19.00/7.17 new_lt6(x0, x1, ty_Ordering) 19.00/7.17 new_lt6(x0, x1, ty_Double) 19.00/7.17 new_lt23(x0, x1, ty_Float) 19.00/7.17 new_esEs38(x0, x1, ty_Ordering) 19.00/7.17 new_esEs35(x0, x1, ty_Bool) 19.00/7.17 new_ltEs21(x0, x1, ty_Char) 19.00/7.17 new_esEs38(x0, x1, app(ty_[], x2)) 19.00/7.17 new_compare111(x0, x1, x2, x3, False, x4, x5, x6) 19.00/7.17 new_esEs16(x0, x1, app(app(ty_@2, x2), x3)) 19.00/7.17 new_ltEs10(GT, EQ) 19.00/7.17 new_esEs19(Just(x0), Just(x1), ty_Float) 19.00/7.17 new_ltEs10(EQ, GT) 19.00/7.17 new_esEs8(x0, x1, ty_Double) 19.00/7.17 new_ltEs22(x0, x1, app(ty_[], x2)) 19.00/7.17 new_compare18(LT, LT) 19.00/7.17 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_esEs28(Left(x0), Left(x1), ty_Char, x2) 19.00/7.17 new_esEs35(x0, x1, ty_Integer) 19.00/7.17 new_compare8(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 19.00/7.17 new_compare8(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 19.00/7.17 new_lt7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_esEs19(Just(x0), Just(x1), ty_Bool) 19.00/7.17 new_esEs14(x0, x1, ty_Double) 19.00/7.17 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_esEs30(x0, x1, ty_Double) 19.00/7.17 new_compare19(Left(x0), Left(x1), x2, x3) 19.00/7.17 new_esEs10(x0, x1, app(ty_[], x2)) 19.00/7.17 new_compare211(x0, x1, x2, x3, False, x4, x5) 19.00/7.17 new_esEs28(Left(x0), Left(x1), ty_Double, x2) 19.00/7.17 new_esEs7(x0, x1, app(ty_[], x2)) 19.00/7.17 new_ltEs22(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_lt21(x0, x1, ty_Float) 19.00/7.17 new_compare4(x0, x1, ty_Double) 19.00/7.17 new_lt21(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_ltEs12(Right(x0), Right(x1), x2, ty_Float) 19.00/7.17 new_esEs30(x0, x1, ty_Char) 19.00/7.17 new_ltEs23(x0, x1, ty_@0) 19.00/7.17 new_ltEs7(x0, x1) 19.00/7.17 new_lt22(x0, x1, app(ty_[], x2)) 19.00/7.17 new_esEs10(x0, x1, ty_Double) 19.00/7.17 new_esEs7(x0, x1, ty_Float) 19.00/7.17 new_primPlusNat1(Succ(x0), Succ(x1)) 19.00/7.17 new_ltEs23(x0, x1, ty_Float) 19.00/7.17 new_esEs5(x0, x1, ty_Ordering) 19.00/7.17 new_esEs6(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_ltEs5(x0, x1, ty_Integer) 19.00/7.17 new_esEs38(x0, x1, ty_Char) 19.00/7.17 new_ltEs5(x0, x1, ty_Float) 19.00/7.17 new_ltEs21(x0, x1, app(ty_Maybe, x2)) 19.00/7.17 new_lt7(x0, x1, app(app(ty_Either, x2), x3)) 19.00/7.17 new_esEs6(x0, x1, ty_Ordering) 19.00/7.17 new_lt6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_esEs9(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_esEs33(x0, x1, ty_Int) 19.00/7.17 new_ltEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_esEs33(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.00/7.17 new_esEs28(Right(x0), Right(x1), x2, ty_Ordering) 19.00/7.17 new_lt6(x0, x1, ty_Char) 19.00/7.17 new_ltEs10(EQ, LT) 19.00/7.17 new_ltEs10(LT, EQ) 19.00/7.17 new_esEs36(x0, x1, app(ty_[], x2)) 19.00/7.17 new_ltEs22(x0, x1, app(ty_Ratio, x2)) 19.00/7.17 new_esEs10(x0, x1, ty_Float) 19.00/7.17 new_primPlusNat1(Succ(x0), Zero) 19.00/7.17 new_lt7(x0, x1, ty_Double) 19.00/7.17 new_compare18(EQ, GT) 19.00/7.17 new_compare18(GT, EQ) 19.00/7.17 new_lt21(x0, x1, ty_Double) 19.00/7.17 new_esEs5(x0, x1, app(ty_Ratio, x2)) 19.02/7.17 new_esEs28(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 19.02/7.17 new_esEs12(LT, EQ) 19.02/7.17 new_esEs12(EQ, LT) 19.02/7.17 new_esEs33(x0, x1, ty_Float) 19.02/7.17 new_esEs4(x0, x1, ty_Ordering) 19.02/7.17 new_esEs37(x0, x1, ty_Char) 19.02/7.17 new_esEs34(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.17 new_ltEs12(Right(x0), Right(x1), x2, ty_Double) 19.02/7.17 new_esEs19(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 19.02/7.17 new_ltEs22(x0, x1, ty_Char) 19.02/7.17 new_esEs7(x0, x1, ty_Double) 19.02/7.17 new_compare11(x0, x1, False, x2, x3) 19.02/7.17 new_esEs39(x0, x1, ty_Integer) 19.02/7.17 new_lt20(x0, x1, app(ty_[], x2)) 19.02/7.17 new_lt22(x0, x1, app(ty_Ratio, x2)) 19.02/7.17 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 19.02/7.17 new_esEs11(x0, x1, ty_Ordering) 19.02/7.17 new_primEqNat0(Succ(x0), Succ(x1)) 19.02/7.17 new_compare15(False, False) 19.02/7.17 new_esEs11(x0, x1, ty_Double) 19.02/7.17 new_ltEs9(Just(x0), Just(x1), ty_Char) 19.02/7.17 new_lt23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.17 new_compare26([], :(x0, x1), x2) 19.02/7.17 new_ltEs5(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.17 new_ltEs5(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.17 new_esEs6(x0, x1, ty_Float) 19.02/7.17 new_compare4(x0, x1, ty_Float) 19.02/7.17 new_primCompAux00(x0, x1, EQ, ty_@0) 19.02/7.17 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 19.02/7.17 new_ltEs19(x0, x1, ty_Char) 19.02/7.17 new_esEs38(x0, x1, ty_Float) 19.02/7.17 new_compare9(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.02/7.17 new_esEs39(x0, x1, ty_Ordering) 19.02/7.17 new_esEs11(x0, x1, app(ty_[], x2)) 19.02/7.17 new_esEs35(x0, x1, ty_Int) 19.02/7.17 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 19.02/7.17 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 19.02/7.17 new_esEs37(x0, x1, ty_Ordering) 19.02/7.17 new_primCmpInt(Neg(Zero), Neg(Zero)) 19.02/7.17 new_esEs5(x0, x1, ty_Double) 19.02/7.17 new_primCompAux00(x0, x1, EQ, app(ty_Maybe, x2)) 19.02/7.17 new_esEs35(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.17 new_ltEs12(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 19.02/7.17 new_primMulNat0(Zero, Succ(x0)) 19.02/7.17 new_primCmpInt(Pos(Zero), Neg(Zero)) 19.02/7.17 new_primCmpInt(Neg(Zero), Pos(Zero)) 19.02/7.17 new_ltEs12(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 19.02/7.17 new_ltEs22(x0, x1, ty_Ordering) 19.02/7.17 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 19.02/7.17 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 19.02/7.17 new_max10(x0, x1, x2, x3, EQ, x4) 19.02/7.17 new_compare16(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 19.02/7.17 new_esEs6(x0, x1, ty_Char) 19.02/7.17 new_max10(x0, x1, x2, x3, LT, x4) 19.02/7.17 new_esEs28(Right(x0), Right(x1), x2, ty_Char) 19.02/7.17 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.17 new_compare13(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 19.02/7.17 new_esEs35(x0, x1, ty_Float) 19.02/7.17 new_lt6(x0, x1, ty_Float) 19.02/7.17 new_ltEs19(x0, x1, ty_Ordering) 19.02/7.17 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.17 new_ltEs5(x0, x1, ty_Int) 19.02/7.17 new_esEs28(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 19.02/7.17 new_esEs9(x0, x1, ty_Int) 19.02/7.17 new_lt21(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.17 new_esEs16(x0, x1, ty_Char) 19.02/7.17 new_compare5(:%(x0, x1), :%(x2, x3), ty_Int) 19.02/7.17 new_ltEs20(x0, x1, ty_@0) 19.02/7.17 new_esEs34(x0, x1, ty_@0) 19.02/7.17 new_lt22(x0, x1, ty_@0) 19.02/7.17 new_lt23(x0, x1, app(ty_[], x2)) 19.02/7.17 new_compare212(x0, x1, False, x2, x3) 19.02/7.17 new_esEs36(x0, x1, ty_Double) 19.02/7.17 new_compare14(@0, @0) 19.02/7.17 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.17 new_esEs19(Just(x0), Just(x1), app(ty_Maybe, x2)) 19.02/7.17 new_ltEs14(x0, x1) 19.02/7.17 new_esEs28(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 19.02/7.17 new_lt8(x0, x1) 19.02/7.17 new_esEs15(x0, x1, ty_Float) 19.02/7.17 new_esEs7(x0, x1, app(ty_Maybe, x2)) 19.02/7.17 new_ltEs12(Left(x0), Left(x1), ty_Ordering, x2) 19.02/7.17 new_esEs33(x0, x1, app(ty_Maybe, x2)) 19.02/7.17 new_esEs14(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.17 new_lt20(x0, x1, app(ty_Maybe, x2)) 19.02/7.17 new_compare26(:(x0, x1), :(x2, x3), x4) 19.02/7.17 new_primMulNat0(Zero, Zero) 19.02/7.17 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.17 new_esEs10(x0, x1, ty_Bool) 19.02/7.17 new_ltEs22(x0, x1, app(ty_Maybe, x2)) 19.02/7.17 new_esEs16(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.17 new_esEs10(x0, x1, ty_Integer) 19.02/7.17 new_esEs30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.17 new_ltEs21(x0, x1, ty_Float) 19.02/7.17 new_esEs38(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.17 new_ltEs20(x0, x1, ty_Float) 19.02/7.17 new_lt6(x0, x1, ty_Integer) 19.02/7.17 new_esEs6(x0, x1, ty_Integer) 19.02/7.17 new_primMulNat0(Succ(x0), Zero) 19.02/7.17 new_esEs39(x0, x1, app(ty_Ratio, x2)) 19.02/7.17 new_esEs15(x0, x1, app(ty_Maybe, x2)) 19.02/7.17 new_ltEs22(x0, x1, ty_Double) 19.02/7.17 new_esEs6(x0, x1, ty_@0) 19.02/7.17 new_esEs35(x0, x1, ty_Double) 19.02/7.17 new_compare19(Right(x0), Right(x1), x2, x3) 19.02/7.17 new_esEs11(x0, x1, ty_@0) 19.02/7.17 new_ltEs20(x0, x1, app(ty_[], x2)) 19.02/7.17 new_compare26([], [], x0) 19.02/7.17 new_lt10(x0, x1) 19.02/7.17 new_esEs36(x0, x1, ty_Ordering) 19.02/7.17 new_esEs35(x0, x1, ty_Ordering) 19.02/7.17 new_lt13(x0, x1, x2, x3) 19.02/7.17 new_esEs39(x0, x1, ty_@0) 19.02/7.17 new_esEs16(x0, x1, ty_Integer) 19.02/7.17 new_esEs19(Just(x0), Just(x1), app(ty_Ratio, x2)) 19.02/7.17 new_esEs30(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.17 new_compare110(x0, x1, False, x2, x3) 19.02/7.17 new_esEs38(x0, x1, ty_Integer) 19.02/7.17 new_esEs18(Double(x0, x1), Double(x2, x3)) 19.02/7.17 new_ltEs5(x0, x1, app(ty_Ratio, x2)) 19.02/7.17 new_esEs37(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.17 new_esEs12(EQ, GT) 19.02/7.17 new_esEs12(GT, EQ) 19.02/7.17 new_ltEs24(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.17 new_ltEs23(x0, x1, ty_Double) 19.02/7.17 new_lt11(x0, x1, x2) 19.02/7.17 new_esEs23(Float(x0, x1), Float(x2, x3)) 19.02/7.17 new_esEs28(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 19.02/7.17 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.17 new_esEs37(x0, x1, app(ty_Maybe, x2)) 19.02/7.17 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.17 new_lt6(x0, x1, ty_Bool) 19.02/7.17 new_ltEs20(x0, x1, ty_Integer) 19.02/7.17 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 19.02/7.17 new_esEs9(x0, x1, ty_Ordering) 19.02/7.17 new_compare25(@2(x0, x1), @2(x2, x3), x4, x5) 19.02/7.17 new_esEs30(x0, x1, ty_Float) 19.02/7.17 new_esEs37(x0, x1, ty_Double) 19.02/7.17 new_ltEs24(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.17 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 19.02/7.17 new_esEs10(x0, x1, ty_Char) 19.02/7.17 new_ltEs4(x0, x1) 19.02/7.17 new_esEs13(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.02/7.17 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.17 new_esEs15(x0, x1, ty_Integer) 19.02/7.17 new_esEs10(x0, x1, ty_@0) 19.02/7.17 new_lt18(x0, x1, x2) 19.02/7.17 new_esEs37(x0, x1, ty_Int) 19.02/7.17 new_esEs4(x0, x1, ty_Float) 19.02/7.17 new_esEs5(x0, x1, ty_Integer) 19.02/7.17 new_lt23(x0, x1, ty_Double) 19.02/7.17 new_esEs19(Just(x0), Just(x1), ty_Int) 19.02/7.17 new_primEqNat0(Zero, Succ(x0)) 19.02/7.17 new_esEs34(x0, x1, app(ty_Ratio, x2)) 19.02/7.17 new_esEs10(x0, x1, ty_Int) 19.02/7.17 new_ltEs18(x0, x1) 19.02/7.17 new_esEs25(Char(x0), Char(x1)) 19.02/7.17 new_primCmpInt(Pos(Zero), Pos(Zero)) 19.02/7.17 new_ltEs21(x0, x1, app(ty_Ratio, x2)) 19.02/7.17 new_esEs15(x0, x1, ty_Bool) 19.02/7.17 new_lt7(x0, x1, ty_Ordering) 19.02/7.17 new_esEs38(x0, x1, app(ty_Maybe, x2)) 19.02/7.17 new_esEs19(Just(x0), Just(x1), ty_Char) 19.02/7.17 new_ltEs12(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 19.02/7.17 new_compare212(x0, x1, True, x2, x3) 19.02/7.17 new_esEs31(x0, x1, ty_Int) 19.02/7.17 new_esEs28(Right(x0), Right(x1), x2, ty_Double) 19.02/7.17 new_compare4(x0, x1, ty_Ordering) 19.02/7.17 new_esEs15(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.17 new_ltEs5(x0, x1, ty_Ordering) 19.02/7.17 new_ltEs5(x0, x1, ty_Double) 19.02/7.17 new_compare17(Nothing, Nothing, x0) 19.02/7.17 new_ltEs9(Just(x0), Just(x1), ty_@0) 19.02/7.17 new_ltEs24(x0, x1, ty_Float) 19.02/7.17 new_lt7(x0, x1, app(ty_Ratio, x2)) 19.02/7.17 new_compare28(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 19.02/7.17 new_lt7(x0, x1, app(ty_Maybe, x2)) 19.02/7.17 new_esEs5(x0, x1, ty_Char) 19.02/7.17 new_esEs29(x0, x1, app(ty_Maybe, x2)) 19.02/7.17 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.17 new_ltEs20(x0, x1, ty_Bool) 19.02/7.17 new_max1(:(x0, x1), [], x2) 19.02/7.17 new_compare18(EQ, EQ) 19.02/7.17 new_esEs14(x0, x1, app(ty_Maybe, x2)) 19.02/7.17 new_esEs8(x0, x1, ty_Integer) 19.02/7.17 new_max1([], :(x0, x1), x2) 19.02/7.17 new_compare17(Just(x0), Nothing, x1) 19.02/7.17 new_esEs14(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.17 new_esEs16(x0, x1, ty_@0) 19.02/7.17 new_esEs20([], :(x0, x1), x2) 19.02/7.17 new_lt6(x0, x1, app(ty_[], x2)) 19.02/7.17 new_ltEs21(x0, x1, app(ty_[], x2)) 19.02/7.17 new_ltEs19(x0, x1, ty_Double) 19.02/7.17 new_esEs4(x0, x1, ty_Double) 19.02/7.17 new_ltEs24(x0, x1, ty_Int) 19.02/7.17 new_lt20(x0, x1, ty_Float) 19.02/7.17 new_ltEs17(x0, x1, x2) 19.02/7.17 new_max1([], [], x0) 19.02/7.17 new_ltEs23(x0, x1, app(ty_Maybe, x2)) 19.02/7.17 new_compare211(x0, x1, x2, x3, True, x4, x5) 19.02/7.17 new_primPlusNat0(Succ(x0), x1) 19.02/7.17 new_primPlusNat1(Zero, Succ(x0)) 19.02/7.17 new_esEs16(x0, x1, app(ty_Maybe, x2)) 19.02/7.17 new_compare4(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.17 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.17 new_esEs5(x0, x1, ty_Bool) 19.02/7.17 new_lt23(x0, x1, ty_Ordering) 19.02/7.17 new_lt20(x0, x1, ty_Char) 19.02/7.17 new_esEs38(x0, x1, ty_@0) 19.02/7.17 new_lt6(x0, x1, ty_@0) 19.02/7.17 new_esEs5(x0, x1, ty_Float) 19.02/7.17 new_esEs33(x0, x1, app(ty_Ratio, x2)) 19.02/7.17 new_ltEs23(x0, x1, ty_Ordering) 19.02/7.17 new_esEs30(x0, x1, ty_Integer) 19.02/7.17 new_esEs7(x0, x1, ty_Ordering) 19.02/7.17 new_esEs22(Integer(x0), Integer(x1)) 19.02/7.17 new_esEs15(x0, x1, ty_Char) 19.02/7.17 new_esEs19(Just(x0), Just(x1), app(ty_[], x2)) 19.02/7.17 new_compare15(True, True) 19.02/7.17 new_ltEs24(x0, x1, ty_Char) 19.02/7.17 new_lt20(x0, x1, ty_Int) 19.02/7.17 new_lt21(x0, x1, ty_Ordering) 19.02/7.17 new_ltEs5(x0, x1, app(ty_[], x2)) 19.02/7.17 new_esEs28(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 19.02/7.17 new_esEs15(x0, x1, ty_Int) 19.02/7.17 new_ltEs9(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 19.02/7.17 new_ltEs12(Right(x0), Right(x1), x2, app(ty_[], x3)) 19.02/7.17 new_lt20(x0, x1, ty_Bool) 19.02/7.17 new_esEs28(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 19.02/7.17 new_esEs28(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 19.02/7.17 new_compare210(x0, x1, False, x2, x3) 19.02/7.17 new_ltEs20(x0, x1, ty_Char) 19.02/7.17 new_esEs5(x0, x1, ty_Int) 19.02/7.17 new_compare11(x0, x1, True, x2, x3) 19.02/7.17 new_lt6(x0, x1, app(ty_Ratio, x2)) 19.02/7.17 new_esEs9(x0, x1, ty_Double) 19.02/7.17 new_esEs9(x0, x1, app(ty_Maybe, x2)) 19.02/7.17 new_ltEs24(x0, x1, ty_Bool) 19.02/7.17 new_ltEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.17 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.17 new_ltEs12(Right(x0), Right(x1), x2, ty_Ordering) 19.02/7.17 new_esEs39(x0, x1, app(ty_Maybe, x2)) 19.02/7.17 new_esEs37(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.17 new_primCmpNat0(Succ(x0), Succ(x1)) 19.02/7.17 new_primCmpNat0(Zero, Zero) 19.02/7.17 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.17 new_ltEs20(x0, x1, ty_Int) 19.02/7.17 19.02/7.17 We have to consider all minimal (P,Q,R)-chains. 19.02/7.17 ---------------------------------------- 19.02/7.17 19.02/7.17 (19) QDPSizeChangeProof (EQUIVALENT) 19.02/7.17 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. 19.02/7.17 19.02/7.17 From the DPs we obtained the following set of size-change graphs: 19.02/7.17 *new_foldl(vwx30, :(vwx310, vwx311), h) -> new_foldl(new_max1(vwx30, vwx310, h), vwx311, h) 19.02/7.17 The graph contains the following edges 2 > 2, 3 >= 3 19.02/7.17 19.02/7.17 19.02/7.17 ---------------------------------------- 19.02/7.17 19.02/7.17 (20) 19.02/7.17 YES 19.02/7.17 19.02/7.17 ---------------------------------------- 19.02/7.17 19.02/7.17 (21) 19.02/7.17 Obligation: 19.02/7.17 Q DP problem: 19.02/7.17 The TRS P consists of the following rules: 19.02/7.17 19.02/7.17 new_primCompAux(vwx300, vwx3100, vwx301, vwx3101, ceh) -> new_primCompAux0(vwx301, vwx3101, new_compare4(vwx300, vwx3100, ceh), app(ty_[], ceh)) 19.02/7.17 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, app(app(ty_Either, eb), ec)), de), df)) -> new_lt1(vwx270, vwx280, eb, ec) 19.02/7.17 new_compare22(vwx49, vwx50, False, app(app(app(ty_@3, cba), cbb), cbc), cah) -> new_ltEs0(vwx49, vwx50, cba, cbb, cbc) 19.02/7.17 new_primCompAux0(vwx20, vwx21, EQ, app(app(ty_@2, bf), bg)) -> new_compare2(vwx20, vwx21, bf, bg) 19.02/7.17 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, de, app(app(app(ty_@3, gc), gd), ge)) -> new_ltEs0(vwx272, vwx282, gc, gd, ge) 19.02/7.17 new_compare22(vwx49, vwx50, False, app(app(ty_@2, cbf), cbg), cah) -> new_ltEs2(vwx49, vwx50, cbf, cbg) 19.02/7.17 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, bgf, app(app(ty_@2, bhe), bhf)) -> new_ltEs2(vwx80, vwx83, bhe, bhf) 19.02/7.17 new_compare20(Just(vwx270), Just(vwx280), False, app(ty_Maybe, app(ty_[], dc))) -> new_ltEs3(vwx270, vwx280, dc) 19.02/7.17 new_compare20(Right(vwx270), Right(vwx280), False, app(app(ty_Either, bae), app(app(ty_@2, bbd), bbe))) -> new_ltEs2(vwx270, vwx280, bbd, bbe) 19.02/7.17 new_compare24(vwx91, vwx92, vwx93, vwx94, False, cde, app(app(app(ty_@3, cdg), cdh), cea)) -> new_ltEs0(vwx92, vwx94, cdg, cdh, cea) 19.02/7.17 new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, app(app(ty_Either, bcd), bce)), bbh)) -> new_lt1(vwx270, vwx280, bcd, bce) 19.02/7.17 new_compare24(vwx91, vwx92, vwx93, vwx94, False, app(app(ty_@2, cdb), cdc), ccd) -> new_lt2(vwx91, vwx93, cdb, cdc) 19.02/7.17 new_compare24(vwx91, vwx92, vwx93, vwx94, False, app(app(app(ty_@3, cce), ccf), ccg), ccd) -> new_lt0(vwx91, vwx93, cce, ccf, ccg) 19.02/7.17 new_compare20(Just(vwx270), Just(vwx280), False, app(ty_Maybe, app(app(ty_@2, da), db))) -> new_ltEs2(vwx270, vwx280, da, db) 19.02/7.17 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), app(app(app(ty_@3, dg), dh), ea), de, df) -> new_lt0(vwx270, vwx280, dg, dh, ea) 19.02/7.17 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(app(ty_@2, cab), cac), bgf, bfe) -> new_compare2(vwx78, vwx81, cab, cac) 19.02/7.17 new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), app(app(ty_Either, bcd), bce), bbh) -> new_lt1(vwx270, vwx280, bcd, bce) 19.02/7.17 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), app(app(ty_@2, fg), fh)), df)) -> new_lt2(vwx271, vwx281, fg, fh) 19.02/7.17 new_lt2(vwx78, vwx81, cab, cac) -> new_compare2(vwx78, vwx81, cab, cac) 19.02/7.17 new_ltEs1(Right(vwx270), Right(vwx280), bae, app(ty_Maybe, baf)) -> new_ltEs(vwx270, vwx280, baf) 19.02/7.17 new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), bda, app(app(ty_Either, bdf), bdg)) -> new_ltEs1(vwx271, vwx281, bdf, bdg) 19.02/7.17 new_compare22(vwx49, vwx50, False, app(ty_Maybe, cag), cah) -> new_ltEs(vwx49, vwx50, cag) 19.02/7.17 new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, bda), app(ty_Maybe, bdb))) -> new_ltEs(vwx271, vwx281, bdb) 19.02/7.17 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(ty_[], cad), bgf, bfe) -> new_compare3(vwx78, vwx81, cad) 19.02/7.17 new_compare23(vwx56, vwx57, False, cfa, app(ty_[], cgb)) -> new_ltEs3(vwx56, vwx57, cgb) 19.02/7.17 new_compare(Just(vwx3000), Just(vwx31000), ca) -> new_compare20(vwx3000, vwx31000, new_esEs4(vwx3000, vwx31000, ca), ca) 19.02/7.17 new_ltEs1(Right(vwx270), Right(vwx280), bae, app(app(ty_Either, bbb), bbc)) -> new_ltEs1(vwx270, vwx280, bbb, bbc) 19.02/7.17 new_compare22(vwx49, vwx50, False, app(ty_[], cbh), cah) -> new_ltEs3(vwx49, vwx50, cbh) 19.02/7.17 new_primCompAux0(vwx20, vwx21, EQ, app(ty_Maybe, h)) -> new_compare(vwx20, vwx21, h) 19.02/7.17 new_lt0(vwx78, vwx81, bee, bef, beg) -> new_compare0(vwx78, vwx81, bee, bef, beg) 19.02/7.17 new_ltEs1(Right(vwx270), Right(vwx280), bae, app(ty_[], bbf)) -> new_ltEs3(vwx270, vwx280, bbf) 19.02/7.17 new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, bda), app(app(ty_@2, bdh), bea))) -> new_ltEs2(vwx271, vwx281, bdh, bea) 19.02/7.17 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), de), app(app(ty_@2, gh), ha))) -> new_ltEs2(vwx272, vwx282, gh, ha) 19.02/7.17 new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, app(app(app(ty_@3, bca), bcb), bcc)), bbh)) -> new_lt0(vwx270, vwx280, bca, bcb, bcc) 19.02/7.17 new_primCompAux(Left(vwx3000), Left(vwx31000), vwx301, vwx3101, app(app(ty_Either, cae), caf)) -> new_compare22(vwx3000, vwx31000, new_esEs8(vwx3000, vwx31000, cae), cae, caf) 19.02/7.17 new_primCompAux(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), vwx301, vwx3101, app(app(app(ty_@3, beh), bfa), bfb)) -> new_compare21(vwx3000, vwx3001, vwx3002, vwx31000, vwx31001, vwx31002, new_asAs(new_esEs7(vwx3000, vwx31000, beh), new_asAs(new_esEs6(vwx3001, vwx31001, bfa), new_esEs5(vwx3002, vwx31002, bfb))), beh, bfa, bfb) 19.02/7.17 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, app(app(ty_Either, bga), bgb), bfe) -> new_lt1(vwx79, vwx82, bga, bgb) 19.02/7.17 new_ltEs3(vwx27, vwx28, bec) -> new_compare3(vwx27, vwx28, bec) 19.02/7.17 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), app(ty_[], ef), de, df) -> new_lt3(vwx270, vwx280, ef) 19.02/7.17 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(ty_Maybe, bed), bgf, bfe) -> new_compare(vwx78, vwx81, bed) 19.02/7.17 new_compare24(vwx91, vwx92, vwx93, vwx94, False, app(ty_[], cdd), ccd) -> new_lt3(vwx91, vwx93, cdd) 19.02/7.17 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, de, app(app(ty_@2, gh), ha)) -> new_ltEs2(vwx272, vwx282, gh, ha) 19.02/7.17 new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, app(app(ty_@2, bcf), bcg)), bbh)) -> new_lt2(vwx270, vwx280, bcf, bcg) 19.02/7.17 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, bgf, app(app(app(ty_@3, bgh), bha), bhb)) -> new_ltEs0(vwx80, vwx83, bgh, bha, bhb) 19.02/7.17 new_compare24(vwx91, vwx92, vwx93, vwx94, False, cde, app(app(ty_@2, ced), cee)) -> new_ltEs2(vwx92, vwx94, ced, cee) 19.02/7.17 new_ltEs(Just(vwx270), Just(vwx280), app(app(ty_Either, cf), cg)) -> new_ltEs1(vwx270, vwx280, cf, cg) 19.02/7.17 new_compare24(vwx91, vwx92, vwx93, vwx94, False, cde, app(ty_[], cef)) -> new_ltEs3(vwx92, vwx94, cef) 19.02/7.17 new_ltEs1(Left(vwx270), Left(vwx280), app(ty_Maybe, hc), hd) -> new_ltEs(vwx270, vwx280, hc) 19.02/7.17 new_ltEs(Just(vwx270), Just(vwx280), app(ty_[], dc)) -> new_ltEs3(vwx270, vwx280, dc) 19.02/7.17 new_compare20(Just(vwx270), Just(vwx280), False, app(ty_Maybe, app(ty_Maybe, cb))) -> new_ltEs(vwx270, vwx280, cb) 19.02/7.17 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), de), app(ty_Maybe, gb))) -> new_ltEs(vwx272, vwx282, gb) 19.02/7.17 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), app(ty_Maybe, dd), de, df) -> new_lt(vwx270, vwx280, dd) 19.02/7.17 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, app(ty_Maybe, bfd), bfe) -> new_lt(vwx79, vwx82, bfd) 19.02/7.17 new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, app(ty_Maybe, bbg)), bbh)) -> new_lt(vwx270, vwx280, bbg) 19.02/7.17 new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), bda, app(ty_Maybe, bdb)) -> new_ltEs(vwx271, vwx281, bdb) 19.02/7.17 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, app(app(ty_@2, bgc), bgd), bfe) -> new_lt2(vwx79, vwx82, bgc, bgd) 19.02/7.17 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), app(app(app(ty_@3, fa), fb), fc)), df)) -> new_lt0(vwx271, vwx281, fa, fb, fc) 19.02/7.17 new_compare24(vwx91, vwx92, vwx93, vwx94, False, app(ty_Maybe, ccc), ccd) -> new_lt(vwx91, vwx93, ccc) 19.02/7.17 new_compare1(Left(vwx3000), Left(vwx31000), cae, caf) -> new_compare22(vwx3000, vwx31000, new_esEs8(vwx3000, vwx31000, cae), cae, caf) 19.02/7.17 new_compare23(vwx56, vwx57, False, cfa, app(app(app(ty_@3, cfc), cfd), cfe)) -> new_ltEs0(vwx56, vwx57, cfc, cfd, cfe) 19.02/7.17 new_compare20(Left(vwx270), Left(vwx280), False, app(app(ty_Either, app(app(ty_Either, hh), baa)), hd)) -> new_ltEs1(vwx270, vwx280, hh, baa) 19.02/7.17 new_compare20(Right(vwx270), Right(vwx280), False, app(app(ty_Either, bae), app(app(ty_Either, bbb), bbc))) -> new_ltEs1(vwx270, vwx280, bbb, bbc) 19.02/7.17 new_primCompAux0(vwx20, vwx21, EQ, app(app(app(ty_@3, ba), bb), bc)) -> new_compare0(vwx20, vwx21, ba, bb, bc) 19.02/7.17 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, de, app(app(ty_Either, gf), gg)) -> new_ltEs1(vwx272, vwx282, gf, gg) 19.02/7.17 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), de), app(app(app(ty_@3, gc), gd), ge))) -> new_ltEs0(vwx272, vwx282, gc, gd, ge) 19.02/7.17 new_compare20(Left(vwx270), Left(vwx280), False, app(app(ty_Either, app(app(app(ty_@3, he), hf), hg)), hd)) -> new_ltEs0(vwx270, vwx280, he, hf, hg) 19.02/7.17 new_compare20(vwx27, vwx28, False, app(ty_[], bec)) -> new_compare3(vwx27, vwx28, bec) 19.02/7.17 new_compare2(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), cca, ccb) -> new_compare24(vwx3000, vwx3001, vwx31000, vwx31001, new_asAs(new_esEs11(vwx3000, vwx31000, cca), new_esEs10(vwx3001, vwx31001, ccb)), cca, ccb) 19.02/7.17 new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, bda), app(app(ty_Either, bdf), bdg))) -> new_ltEs1(vwx271, vwx281, bdf, bdg) 19.02/7.17 new_ltEs(Just(vwx270), Just(vwx280), app(app(ty_@2, da), db)) -> new_ltEs2(vwx270, vwx280, da, db) 19.02/7.17 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, app(ty_[], bge), bfe) -> new_lt3(vwx79, vwx82, bge) 19.02/7.17 new_primCompAux(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), vwx301, vwx3101, app(app(ty_@2, cca), ccb)) -> new_compare24(vwx3000, vwx3001, vwx31000, vwx31001, new_asAs(new_esEs11(vwx3000, vwx31000, cca), new_esEs10(vwx3001, vwx31001, ccb)), cca, ccb) 19.02/7.17 new_compare3(:(vwx3000, vwx3001), :(vwx31000, vwx31001), ceg) -> new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, ceg) 19.02/7.17 new_compare20(Right(vwx270), Right(vwx280), False, app(app(ty_Either, bae), app(ty_[], bbf))) -> new_ltEs3(vwx270, vwx280, bbf) 19.02/7.17 new_primCompAux(Just(vwx3000), Just(vwx31000), vwx301, vwx3101, app(ty_Maybe, ca)) -> new_compare20(vwx3000, vwx31000, new_esEs4(vwx3000, vwx31000, ca), ca) 19.02/7.17 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, app(ty_[], ef)), de), df)) -> new_lt3(vwx270, vwx280, ef) 19.02/7.17 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, app(app(app(ty_@3, bff), bfg), bfh), bfe) -> new_lt0(vwx79, vwx82, bff, bfg, bfh) 19.02/7.17 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), de), app(ty_[], hb))) -> new_ltEs3(vwx272, vwx282, hb) 19.02/7.17 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, app(ty_Maybe, dd)), de), df)) -> new_lt(vwx270, vwx280, dd) 19.02/7.17 new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), bda, app(app(app(ty_@3, bdc), bdd), bde)) -> new_ltEs0(vwx271, vwx281, bdc, bdd, bde) 19.02/7.17 new_compare20(Left(vwx270), Left(vwx280), False, app(app(ty_Either, app(ty_Maybe, hc)), hd)) -> new_ltEs(vwx270, vwx280, hc) 19.02/7.17 new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), app(app(app(ty_@3, bca), bcb), bcc), bbh) -> new_lt0(vwx270, vwx280, bca, bcb, bcc) 19.02/7.17 new_compare24(vwx91, vwx92, vwx93, vwx94, False, app(app(ty_Either, cch), cda), ccd) -> new_lt1(vwx91, vwx93, cch, cda) 19.02/7.17 new_primCompAux0(vwx20, vwx21, EQ, app(ty_[], bh)) -> new_compare3(vwx20, vwx21, bh) 19.02/7.17 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, app(app(ty_Either, fd), ff), df) -> new_lt1(vwx271, vwx281, fd, ff) 19.02/7.17 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, bgf, app(ty_[], bhg)) -> new_ltEs3(vwx80, vwx83, bhg) 19.02/7.17 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, bgf, app(ty_Maybe, bgg)) -> new_ltEs(vwx80, vwx83, bgg) 19.02/7.17 new_compare24(vwx91, vwx92, vwx93, vwx94, False, cde, app(app(ty_Either, ceb), cec)) -> new_ltEs1(vwx92, vwx94, ceb, cec) 19.02/7.17 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, de, app(ty_Maybe, gb)) -> new_ltEs(vwx272, vwx282, gb) 19.02/7.17 new_compare20(Left(vwx270), Left(vwx280), False, app(app(ty_Either, app(ty_[], bad)), hd)) -> new_ltEs3(vwx270, vwx280, bad) 19.02/7.17 new_compare23(vwx56, vwx57, False, cfa, app(app(ty_Either, cff), cfg)) -> new_ltEs1(vwx56, vwx57, cff, cfg) 19.02/7.17 new_ltEs1(Left(vwx270), Left(vwx280), app(app(app(ty_@3, he), hf), hg), hd) -> new_ltEs0(vwx270, vwx280, he, hf, hg) 19.02/7.17 new_compare22(vwx49, vwx50, False, app(app(ty_Either, cbd), cbe), cah) -> new_ltEs1(vwx49, vwx50, cbd, cbe) 19.02/7.17 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, app(app(app(ty_@3, fa), fb), fc), df) -> new_lt0(vwx271, vwx281, fa, fb, fc) 19.02/7.17 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, app(app(ty_@2, ed), ee)), de), df)) -> new_lt2(vwx270, vwx280, ed, ee) 19.02/7.17 new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, app(ty_[], bch)), bbh)) -> new_lt3(vwx270, vwx280, bch) 19.02/7.17 new_lt(vwx78, vwx81, bed) -> new_compare(vwx78, vwx81, bed) 19.02/7.17 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), app(app(ty_Either, eb), ec), de, df) -> new_lt1(vwx270, vwx280, eb, ec) 19.02/7.17 new_ltEs1(Right(vwx270), Right(vwx280), bae, app(app(ty_@2, bbd), bbe)) -> new_ltEs2(vwx270, vwx280, bbd, bbe) 19.02/7.17 new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), app(app(ty_@2, bcf), bcg), bbh) -> new_lt2(vwx270, vwx280, bcf, bcg) 19.02/7.17 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), app(app(ty_Either, fd), ff)), df)) -> new_lt1(vwx271, vwx281, fd, ff) 19.02/7.17 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(app(ty_Either, bhh), caa), bgf, bfe) -> new_compare1(vwx78, vwx81, bhh, caa) 19.02/7.17 new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), bda, app(app(ty_@2, bdh), bea)) -> new_ltEs2(vwx271, vwx281, bdh, bea) 19.02/7.17 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), app(ty_Maybe, eh)), df)) -> new_lt(vwx271, vwx281, eh) 19.02/7.17 new_compare0(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), beh, bfa, bfb) -> new_compare21(vwx3000, vwx3001, vwx3002, vwx31000, vwx31001, vwx31002, new_asAs(new_esEs7(vwx3000, vwx31000, beh), new_asAs(new_esEs6(vwx3001, vwx31001, bfa), new_esEs5(vwx3002, vwx31002, bfb))), beh, bfa, bfb) 19.02/7.17 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), app(ty_[], ga)), df)) -> new_lt3(vwx271, vwx281, ga) 19.02/7.17 new_lt3(vwx78, vwx81, cad) -> new_compare3(vwx78, vwx81, cad) 19.02/7.17 new_compare20(Right(vwx270), Right(vwx280), False, app(app(ty_Either, bae), app(ty_Maybe, baf))) -> new_ltEs(vwx270, vwx280, baf) 19.02/7.17 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, app(ty_[], ga), df) -> new_lt3(vwx271, vwx281, ga) 19.02/7.17 new_compare20(Right(vwx270), Right(vwx280), False, app(app(ty_Either, bae), app(app(app(ty_@3, bag), bah), bba))) -> new_ltEs0(vwx270, vwx280, bag, bah, bba) 19.02/7.17 new_ltEs1(Left(vwx270), Left(vwx280), app(app(ty_Either, hh), baa), hd) -> new_ltEs1(vwx270, vwx280, hh, baa) 19.02/7.17 new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, bda), app(app(app(ty_@3, bdc), bdd), bde))) -> new_ltEs0(vwx271, vwx281, bdc, bdd, bde) 19.02/7.17 new_compare1(Right(vwx3000), Right(vwx31000), cae, caf) -> new_compare23(vwx3000, vwx31000, new_esEs9(vwx3000, vwx31000, caf), cae, caf) 19.02/7.17 new_compare20(Just(vwx270), Just(vwx280), False, app(ty_Maybe, app(app(app(ty_@3, cc), cd), ce))) -> new_ltEs0(vwx270, vwx280, cc, cd, ce) 19.02/7.17 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), app(app(ty_@2, ed), ee), de, df) -> new_lt2(vwx270, vwx280, ed, ee) 19.02/7.17 new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), bda, app(ty_[], beb)) -> new_ltEs3(vwx271, vwx281, beb) 19.02/7.17 new_primCompAux(:(vwx3000, vwx3001), :(vwx31000, vwx31001), vwx301, vwx3101, app(ty_[], ceg)) -> new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, ceg) 19.02/7.17 new_ltEs(Just(vwx270), Just(vwx280), app(app(app(ty_@3, cc), cd), ce)) -> new_ltEs0(vwx270, vwx280, cc, cd, ce) 19.02/7.17 new_compare20(Left(vwx270), Left(vwx280), False, app(app(ty_Either, app(app(ty_@2, bab), bac)), hd)) -> new_ltEs2(vwx270, vwx280, bab, bac) 19.02/7.17 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, de, app(ty_[], hb)) -> new_ltEs3(vwx272, vwx282, hb) 19.02/7.17 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(app(app(ty_@3, bee), bef), beg), bgf, bfe) -> new_compare0(vwx78, vwx81, bee, bef, beg) 19.02/7.17 new_compare23(vwx56, vwx57, False, cfa, app(ty_Maybe, cfb)) -> new_ltEs(vwx56, vwx57, cfb) 19.02/7.17 new_compare23(vwx56, vwx57, False, cfa, app(app(ty_@2, cfh), cga)) -> new_ltEs2(vwx56, vwx57, cfh, cga) 19.02/7.17 new_ltEs1(Left(vwx270), Left(vwx280), app(ty_[], bad), hd) -> new_ltEs3(vwx270, vwx280, bad) 19.02/7.17 new_ltEs1(Right(vwx270), Right(vwx280), bae, app(app(app(ty_@3, bag), bah), bba)) -> new_ltEs0(vwx270, vwx280, bag, bah, bba) 19.02/7.17 new_ltEs(Just(vwx270), Just(vwx280), app(ty_Maybe, cb)) -> new_ltEs(vwx270, vwx280, cb) 19.02/7.17 new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), app(ty_[], bch), bbh) -> new_lt3(vwx270, vwx280, bch) 19.02/7.17 new_compare20(Just(vwx270), Just(vwx280), False, app(ty_Maybe, app(app(ty_Either, cf), cg))) -> new_ltEs1(vwx270, vwx280, cf, cg) 19.02/7.17 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, app(app(app(ty_@3, dg), dh), ea)), de), df)) -> new_lt0(vwx270, vwx280, dg, dh, ea) 19.02/7.17 new_compare24(vwx91, vwx92, vwx93, vwx94, False, cde, app(ty_Maybe, cdf)) -> new_ltEs(vwx92, vwx94, cdf) 19.02/7.17 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, app(ty_Maybe, eh), df) -> new_lt(vwx271, vwx281, eh) 19.02/7.17 new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), app(ty_Maybe, bbg), bbh) -> new_lt(vwx270, vwx280, bbg) 19.02/7.17 new_primCompAux(Right(vwx3000), Right(vwx31000), vwx301, vwx3101, app(app(ty_Either, cae), caf)) -> new_compare23(vwx3000, vwx31000, new_esEs9(vwx3000, vwx31000, caf), cae, caf) 19.02/7.17 new_primCompAux0(vwx20, vwx21, EQ, app(app(ty_Either, bd), be)) -> new_compare1(vwx20, vwx21, bd, be) 19.02/7.17 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), de), app(app(ty_Either, gf), gg))) -> new_ltEs1(vwx272, vwx282, gf, gg) 19.02/7.17 new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, bda), app(ty_[], beb))) -> new_ltEs3(vwx271, vwx281, beb) 19.02/7.17 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, bgf, app(app(ty_Either, bhc), bhd)) -> new_ltEs1(vwx80, vwx83, bhc, bhd) 19.02/7.17 new_lt1(vwx78, vwx81, bhh, caa) -> new_compare1(vwx78, vwx81, bhh, caa) 19.02/7.17 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, app(app(ty_@2, fg), fh), df) -> new_lt2(vwx271, vwx281, fg, fh) 19.02/7.17 new_ltEs1(Left(vwx270), Left(vwx280), app(app(ty_@2, bab), bac), hd) -> new_ltEs2(vwx270, vwx280, bab, bac) 19.02/7.17 19.02/7.17 The TRS R consists of the following rules: 19.02/7.17 19.02/7.17 new_ltEs12(Right(vwx270), Right(vwx280), bae, ty_Integer) -> new_ltEs8(vwx270, vwx280) 19.02/7.17 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 19.02/7.17 new_lt23(vwx91, vwx93, ty_Integer) -> new_lt10(vwx91, vwx93) 19.02/7.17 new_primCompAux00(vwx20, vwx21, EQ, ty_@0) -> new_compare14(vwx20, vwx21) 19.02/7.17 new_esEs24(@0, @0) -> True 19.02/7.17 new_pePe(True, vwx170) -> True 19.02/7.17 new_esEs16(vwx30000, vwx310000, app(ty_Maybe, dbd)) -> new_esEs19(vwx30000, vwx310000, dbd) 19.02/7.17 new_ltEs23(vwx92, vwx94, app(ty_[], cef)) -> new_ltEs16(vwx92, vwx94, cef) 19.02/7.17 new_esEs30(vwx78, vwx81, ty_Float) -> new_esEs23(vwx78, vwx81) 19.02/7.17 new_lt8(vwx78, vwx81) -> new_esEs12(new_compare15(vwx78, vwx81), LT) 19.02/7.17 new_esEs5(vwx3002, vwx31002, app(app(ty_Either, eaa), eab)) -> new_esEs28(vwx3002, vwx31002, eaa, eab) 19.02/7.17 new_compare25(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), cca, ccb) -> new_compare211(vwx3000, vwx3001, vwx31000, vwx31001, new_asAs(new_esEs11(vwx3000, vwx31000, cca), new_esEs10(vwx3001, vwx31001, ccb)), cca, ccb) 19.02/7.17 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 19.02/7.17 new_ltEs5(vwx80, vwx83, ty_Integer) -> new_ltEs8(vwx80, vwx83) 19.02/7.17 new_ltEs7(vwx27, vwx28) -> new_fsEs(new_compare16(vwx27, vwx28)) 19.02/7.17 new_ltEs24(vwx56, vwx57, ty_Char) -> new_ltEs18(vwx56, vwx57) 19.02/7.17 new_esEs4(vwx3000, vwx31000, ty_Integer) -> new_esEs22(vwx3000, vwx31000) 19.02/7.17 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Integer) -> new_esEs22(vwx30000, vwx310000) 19.02/7.17 new_lt21(vwx270, vwx280, app(ty_Maybe, dd)) -> new_lt11(vwx270, vwx280, dd) 19.02/7.17 new_esEs5(vwx3002, vwx31002, app(ty_Ratio, dhf)) -> new_esEs21(vwx3002, vwx31002, dhf) 19.02/7.17 new_ltEs12(Left(vwx270), Right(vwx280), bae, hd) -> True 19.02/7.17 new_compare18(LT, LT) -> EQ 19.02/7.17 new_esEs33(vwx30001, vwx310001, app(app(ty_@2, fad), fae)) -> new_esEs26(vwx30001, vwx310001, fad, fae) 19.02/7.17 new_lt20(vwx270, vwx280, ty_Double) -> new_lt9(vwx270, vwx280) 19.02/7.17 new_esEs11(vwx3000, vwx31000, app(app(ty_Either, eef), eeg)) -> new_esEs28(vwx3000, vwx31000, eef, eeg) 19.02/7.17 new_ltEs10(GT, LT) -> False 19.02/7.17 new_compare211(vwx91, vwx92, vwx93, vwx94, False, cde, ccd) -> new_compare111(vwx91, vwx92, vwx93, vwx94, new_lt23(vwx91, vwx93, cde), new_asAs(new_esEs38(vwx91, vwx93, cde), new_ltEs23(vwx92, vwx94, ccd)), cde, ccd) 19.02/7.17 new_esEs16(vwx30000, vwx310000, app(app(ty_Either, dcd), dce)) -> new_esEs28(vwx30000, vwx310000, dcd, dce) 19.02/7.17 new_esEs36(vwx271, vwx281, app(ty_Ratio, fch)) -> new_esEs21(vwx271, vwx281, fch) 19.02/7.17 new_compare14(@0, @0) -> EQ 19.02/7.17 new_ltEs20(vwx271, vwx281, app(app(app(ty_@3, bdc), bdd), bde)) -> new_ltEs11(vwx271, vwx281, bdc, bdd, bde) 19.02/7.17 new_ltEs20(vwx271, vwx281, app(ty_Maybe, bdb)) -> new_ltEs9(vwx271, vwx281, bdb) 19.02/7.17 new_primCompAux1(vwx300, vwx3100, vwx301, vwx3101, ceh) -> new_primCompAux00(vwx301, vwx3101, new_compare4(vwx300, vwx3100, ceh), app(ty_[], ceh)) 19.02/7.17 new_ltEs20(vwx271, vwx281, ty_@0) -> new_ltEs4(vwx271, vwx281) 19.02/7.17 new_ltEs10(EQ, LT) -> False 19.02/7.17 new_ltEs9(Just(vwx270), Just(vwx280), ty_Int) -> new_ltEs14(vwx270, vwx280) 19.02/7.17 new_esEs34(vwx30000, vwx310000, app(ty_[], fbd)) -> new_esEs20(vwx30000, vwx310000, fbd) 19.02/7.17 new_compare9(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), beh, bfa, bfb) -> new_compare28(vwx3000, vwx3001, vwx3002, vwx31000, vwx31001, vwx31002, new_asAs(new_esEs7(vwx3000, vwx31000, beh), new_asAs(new_esEs6(vwx3001, vwx31001, bfa), new_esEs5(vwx3002, vwx31002, bfb))), beh, bfa, bfb) 19.02/7.17 new_lt23(vwx91, vwx93, ty_Char) -> new_lt19(vwx91, vwx93) 19.02/7.17 new_esEs16(vwx30000, vwx310000, ty_Char) -> new_esEs25(vwx30000, vwx310000) 19.02/7.17 new_primEqNat0(Succ(vwx300000), Succ(vwx3100000)) -> new_primEqNat0(vwx300000, vwx3100000) 19.02/7.17 new_ltEs12(Right(vwx270), Right(vwx280), bae, app(ty_[], bbf)) -> new_ltEs16(vwx270, vwx280, bbf) 19.02/7.17 new_lt22(vwx271, vwx281, ty_@0) -> new_lt16(vwx271, vwx281) 19.02/7.17 new_compare12(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, False, vwx150, dch, dda, ddb) -> new_compare13(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, vwx150, dch, dda, ddb) 19.02/7.17 new_lt21(vwx270, vwx280, ty_Int) -> new_lt15(vwx270, vwx280) 19.02/7.17 new_not(True) -> False 19.02/7.17 new_esEs16(vwx30000, vwx310000, ty_Bool) -> new_esEs17(vwx30000, vwx310000) 19.02/7.17 new_lt21(vwx270, vwx280, app(app(ty_@2, ed), ee)) -> new_lt14(vwx270, vwx280, ed, ee) 19.02/7.17 new_lt22(vwx271, vwx281, ty_Ordering) -> new_lt12(vwx271, vwx281) 19.02/7.17 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Char, dde) -> new_esEs25(vwx30000, vwx310000) 19.02/7.17 new_esEs7(vwx3000, vwx31000, ty_Float) -> new_esEs23(vwx3000, vwx31000) 19.02/7.17 new_ltEs19(vwx49, vwx50, ty_Bool) -> new_ltEs6(vwx49, vwx50) 19.02/7.17 new_compare16(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare7(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 19.02/7.17 new_ltEs9(Just(vwx270), Just(vwx280), ty_Ordering) -> new_ltEs10(vwx270, vwx280) 19.02/7.17 new_esEs33(vwx30001, vwx310001, ty_Bool) -> new_esEs17(vwx30001, vwx310001) 19.02/7.17 new_esEs9(vwx3000, vwx31000, ty_Integer) -> new_esEs22(vwx3000, vwx31000) 19.02/7.17 new_esEs7(vwx3000, vwx31000, ty_Int) -> new_esEs27(vwx3000, vwx31000) 19.02/7.17 new_esEs38(vwx91, vwx93, app(app(ty_@2, cdb), cdc)) -> new_esEs26(vwx91, vwx93, cdb, cdc) 19.02/7.17 new_esEs10(vwx3001, vwx31001, ty_Float) -> new_esEs23(vwx3001, vwx31001) 19.02/7.17 new_ltEs5(vwx80, vwx83, app(app(ty_Either, bhc), bhd)) -> new_ltEs12(vwx80, vwx83, bhc, bhd) 19.02/7.17 new_ltEs12(Left(vwx270), Left(vwx280), ty_@0, hd) -> new_ltEs4(vwx270, vwx280) 19.02/7.17 new_ltEs12(Left(vwx270), Left(vwx280), app(app(app(ty_@3, he), hf), hg), hd) -> new_ltEs11(vwx270, vwx280, he, hf, hg) 19.02/7.17 new_ltEs19(vwx49, vwx50, ty_Char) -> new_ltEs18(vwx49, vwx50) 19.02/7.17 new_esEs11(vwx3000, vwx31000, ty_Char) -> new_esEs25(vwx3000, vwx31000) 19.02/7.17 new_compare111(vwx158, vwx159, vwx160, vwx161, True, vwx163, cgc, cgd) -> new_compare10(vwx158, vwx159, vwx160, vwx161, True, cgc, cgd) 19.02/7.17 new_esEs33(vwx30001, vwx310001, ty_Int) -> new_esEs27(vwx30001, vwx310001) 19.02/7.17 new_esEs11(vwx3000, vwx31000, app(ty_Maybe, edf)) -> new_esEs19(vwx3000, vwx31000, edf) 19.02/7.17 new_primEqNat0(Succ(vwx300000), Zero) -> False 19.02/7.17 new_primEqNat0(Zero, Succ(vwx3100000)) -> False 19.02/7.17 new_ltEs22(vwx27, vwx28, ty_Ordering) -> new_ltEs10(vwx27, vwx28) 19.02/7.17 new_lt11(vwx78, vwx81, bed) -> new_esEs12(new_compare17(vwx78, vwx81, bed), LT) 19.02/7.17 new_ltEs22(vwx27, vwx28, ty_Integer) -> new_ltEs8(vwx27, vwx28) 19.02/7.17 new_esEs22(Integer(vwx30000), Integer(vwx310000)) -> new_primEqInt(vwx30000, vwx310000) 19.02/7.17 new_compare4(vwx300, vwx3100, ty_Ordering) -> new_compare18(vwx300, vwx3100) 19.02/7.17 new_ltEs22(vwx27, vwx28, app(app(ty_@2, bda), bbh)) -> new_ltEs13(vwx27, vwx28, bda, bbh) 19.02/7.17 new_ltEs22(vwx27, vwx28, ty_Int) -> new_ltEs14(vwx27, vwx28) 19.02/7.17 new_lt6(vwx79, vwx82, app(ty_[], bge)) -> new_lt17(vwx79, vwx82, bge) 19.02/7.17 new_esEs6(vwx3001, vwx31001, app(ty_[], eag)) -> new_esEs20(vwx3001, vwx31001, eag) 19.02/7.17 new_compare17(Nothing, Nothing, ca) -> EQ 19.02/7.17 new_compare6(Integer(vwx3000), Integer(vwx31000)) -> new_primCmpInt(vwx3000, vwx31000) 19.02/7.17 new_ltEs11(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, de, df) -> new_pePe(new_lt21(vwx270, vwx280, eg), new_asAs(new_esEs37(vwx270, vwx280, eg), new_pePe(new_lt22(vwx271, vwx281, de), new_asAs(new_esEs36(vwx271, vwx281, de), new_ltEs21(vwx272, vwx282, df))))) 19.02/7.17 new_primCompAux00(vwx20, vwx21, EQ, app(ty_Maybe, h)) -> new_compare17(vwx20, vwx21, h) 19.02/7.17 new_primCmpInt(Pos(Succ(vwx30000)), Neg(vwx31000)) -> GT 19.02/7.17 new_lt22(vwx271, vwx281, app(ty_[], ga)) -> new_lt17(vwx271, vwx281, ga) 19.02/7.17 new_ltEs9(Just(vwx270), Just(vwx280), ty_Integer) -> new_ltEs8(vwx270, vwx280) 19.02/7.17 new_lt7(vwx78, vwx81, ty_Double) -> new_lt9(vwx78, vwx81) 19.02/7.17 new_lt13(vwx78, vwx81, bhh, caa) -> new_esEs12(new_compare19(vwx78, vwx81, bhh, caa), LT) 19.02/7.17 new_esEs15(vwx30001, vwx310001, ty_Integer) -> new_esEs22(vwx30001, vwx310001) 19.02/7.17 new_primCompAux00(vwx20, vwx21, EQ, ty_Integer) -> new_compare6(vwx20, vwx21) 19.02/7.17 new_esEs16(vwx30000, vwx310000, ty_Ordering) -> new_esEs12(vwx30000, vwx310000) 19.02/7.17 new_ltEs10(GT, EQ) -> False 19.02/7.17 new_esEs30(vwx78, vwx81, ty_Double) -> new_esEs18(vwx78, vwx81) 19.02/7.17 new_esEs5(vwx3002, vwx31002, app(ty_Maybe, dha)) -> new_esEs19(vwx3002, vwx31002, dha) 19.02/7.17 new_esEs29(vwx79, vwx82, app(ty_[], bge)) -> new_esEs20(vwx79, vwx82, bge) 19.02/7.17 new_esEs35(vwx270, vwx280, ty_Double) -> new_esEs18(vwx270, vwx280) 19.02/7.17 new_primPlusNat1(Succ(vwx17100), Succ(vwx31001000)) -> Succ(Succ(new_primPlusNat1(vwx17100, vwx31001000))) 19.02/7.17 new_primCompAux00(vwx20, vwx21, GT, ddc) -> GT 19.02/7.17 new_compare17(Just(vwx3000), Nothing, ca) -> GT 19.02/7.17 new_esEs38(vwx91, vwx93, ty_Int) -> new_esEs27(vwx91, vwx93) 19.02/7.17 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Double) -> new_esEs18(vwx30000, vwx310000) 19.02/7.17 new_esEs33(vwx30001, vwx310001, ty_Ordering) -> new_esEs12(vwx30001, vwx310001) 19.02/7.17 new_primCmpNat0(Zero, Succ(vwx310000)) -> LT 19.02/7.17 new_ltEs24(vwx56, vwx57, ty_Bool) -> new_ltEs6(vwx56, vwx57) 19.02/7.17 new_esEs29(vwx79, vwx82, app(app(app(ty_@3, bff), bfg), bfh)) -> new_esEs13(vwx79, vwx82, bff, bfg, bfh) 19.02/7.17 new_esEs10(vwx3001, vwx31001, ty_Integer) -> new_esEs22(vwx3001, vwx31001) 19.02/7.17 new_esEs5(vwx3002, vwx31002, ty_Char) -> new_esEs25(vwx3002, vwx31002) 19.02/7.17 new_esEs28(Right(vwx30000), Right(vwx310000), deh, ty_Double) -> new_esEs18(vwx30000, vwx310000) 19.02/7.17 new_compare18(GT, GT) -> EQ 19.02/7.17 new_ltEs21(vwx272, vwx282, ty_Double) -> new_ltEs7(vwx272, vwx282) 19.02/7.17 new_primCompAux00(vwx20, vwx21, EQ, app(ty_[], bh)) -> new_compare26(vwx20, vwx21, bh) 19.02/7.17 new_ltEs13(@2(vwx270, vwx271), @2(vwx280, vwx281), bda, bbh) -> new_pePe(new_lt20(vwx270, vwx280, bda), new_asAs(new_esEs35(vwx270, vwx280, bda), new_ltEs20(vwx271, vwx281, bbh))) 19.02/7.17 new_esEs38(vwx91, vwx93, ty_Bool) -> new_esEs17(vwx91, vwx93) 19.02/7.17 new_esEs6(vwx3001, vwx31001, ty_@0) -> new_esEs24(vwx3001, vwx31001) 19.02/7.17 new_lt7(vwx78, vwx81, ty_Integer) -> new_lt10(vwx78, vwx81) 19.02/7.17 new_ltEs12(Right(vwx270), Right(vwx280), bae, ty_Float) -> new_ltEs15(vwx270, vwx280) 19.02/7.17 new_esEs33(vwx30001, vwx310001, app(ty_Ratio, fac)) -> new_esEs21(vwx30001, vwx310001, fac) 19.02/7.17 new_esEs19(Just(vwx30000), Just(vwx310000), ty_@0) -> new_esEs24(vwx30000, vwx310000) 19.02/7.17 new_esEs32(vwx30000, vwx310000, ty_Integer) -> new_esEs22(vwx30000, vwx310000) 19.02/7.17 new_esEs11(vwx3000, vwx31000, app(app(ty_@2, eed), eee)) -> new_esEs26(vwx3000, vwx31000, eed, eee) 19.02/7.17 new_esEs27(vwx3000, vwx31000) -> new_primEqInt(vwx3000, vwx31000) 19.02/7.17 new_primCompAux00(vwx20, vwx21, EQ, app(app(app(ty_@3, ba), bb), bc)) -> new_compare9(vwx20, vwx21, ba, bb, bc) 19.02/7.17 new_esEs16(vwx30000, vwx310000, ty_Int) -> new_esEs27(vwx30000, vwx310000) 19.02/7.17 new_esEs30(vwx78, vwx81, ty_Int) -> new_esEs27(vwx78, vwx81) 19.02/7.17 new_esEs28(Left(vwx30000), Left(vwx310000), app(app(app(ty_@3, ddg), ddh), dea), dde) -> new_esEs13(vwx30000, vwx310000, ddg, ddh, dea) 19.02/7.17 new_esEs38(vwx91, vwx93, ty_Ordering) -> new_esEs12(vwx91, vwx93) 19.02/7.17 new_esEs8(vwx3000, vwx31000, app(ty_Ratio, eha)) -> new_esEs21(vwx3000, vwx31000, eha) 19.02/7.17 new_ltEs5(vwx80, vwx83, app(app(ty_@2, bhe), bhf)) -> new_ltEs13(vwx80, vwx83, bhe, bhf) 19.02/7.17 new_esEs33(vwx30001, vwx310001, app(app(ty_Either, faf), fag)) -> new_esEs28(vwx30001, vwx310001, faf, fag) 19.02/7.17 new_ltEs21(vwx272, vwx282, ty_Char) -> new_ltEs18(vwx272, vwx282) 19.02/7.17 new_esEs11(vwx3000, vwx31000, ty_Ordering) -> new_esEs12(vwx3000, vwx31000) 19.02/7.17 new_ltEs9(Just(vwx270), Just(vwx280), app(ty_Ratio, fcd)) -> new_ltEs17(vwx270, vwx280, fcd) 19.02/7.17 new_esEs33(vwx30001, vwx310001, app(ty_Maybe, ehf)) -> new_esEs19(vwx30001, vwx310001, ehf) 19.02/7.17 new_esEs14(vwx30002, vwx310002, app(ty_[], chd)) -> new_esEs20(vwx30002, vwx310002, chd) 19.02/7.17 new_esEs36(vwx271, vwx281, app(app(ty_@2, fg), fh)) -> new_esEs26(vwx271, vwx281, fg, fh) 19.02/7.17 new_ltEs6(False, False) -> True 19.02/7.17 new_esEs7(vwx3000, vwx31000, ty_Integer) -> new_esEs22(vwx3000, vwx31000) 19.02/7.17 new_primEqInt(Neg(Succ(vwx300000)), Neg(Succ(vwx3100000))) -> new_primEqNat0(vwx300000, vwx3100000) 19.02/7.17 new_esEs9(vwx3000, vwx31000, ty_Double) -> new_esEs18(vwx3000, vwx31000) 19.02/7.17 new_esEs9(vwx3000, vwx31000, ty_Float) -> new_esEs23(vwx3000, vwx31000) 19.02/7.17 new_primCmpInt(Neg(Zero), Pos(Succ(vwx310000))) -> LT 19.02/7.17 new_esEs36(vwx271, vwx281, app(app(app(ty_@3, fa), fb), fc)) -> new_esEs13(vwx271, vwx281, fa, fb, fc) 19.02/7.17 new_primMulInt(Pos(vwx30000), Pos(vwx310010)) -> Pos(new_primMulNat0(vwx30000, vwx310010)) 19.02/7.17 new_compare4(vwx300, vwx3100, app(app(ty_@2, cca), ccb)) -> new_compare25(vwx300, vwx3100, cca, ccb) 19.02/7.17 new_esEs37(vwx270, vwx280, app(ty_[], ef)) -> new_esEs20(vwx270, vwx280, ef) 19.02/7.17 new_compare19(Right(vwx3000), Left(vwx31000), cae, caf) -> GT 19.02/7.17 new_lt4(vwx78, vwx81) -> new_esEs12(new_compare8(vwx78, vwx81), LT) 19.02/7.17 new_lt21(vwx270, vwx280, app(app(ty_Either, eb), ec)) -> new_lt13(vwx270, vwx280, eb, ec) 19.02/7.17 new_ltEs22(vwx27, vwx28, ty_Float) -> new_ltEs15(vwx27, vwx28) 19.02/7.17 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Ordering, dde) -> new_esEs12(vwx30000, vwx310000) 19.02/7.17 new_esEs33(vwx30001, vwx310001, ty_Float) -> new_esEs23(vwx30001, vwx310001) 19.02/7.17 new_primMulNat0(Succ(vwx300000), Zero) -> Zero 19.02/7.17 new_primMulNat0(Zero, Succ(vwx3100100)) -> Zero 19.02/7.17 new_compare4(vwx300, vwx3100, ty_Float) -> new_compare8(vwx300, vwx3100) 19.02/7.17 new_ltEs9(Just(vwx270), Just(vwx280), app(app(ty_Either, cf), cg)) -> new_ltEs12(vwx270, vwx280, cf, cg) 19.02/7.17 new_esEs16(vwx30000, vwx310000, app(app(app(ty_@3, dbe), dbf), dbg)) -> new_esEs13(vwx30000, vwx310000, dbe, dbf, dbg) 19.02/7.17 new_esEs39(vwx30000, vwx310000, app(app(app(ty_@3, ffa), ffb), ffc)) -> new_esEs13(vwx30000, vwx310000, ffa, ffb, ffc) 19.02/7.17 new_esEs10(vwx3001, vwx31001, ty_Double) -> new_esEs18(vwx3001, vwx31001) 19.02/7.17 new_esEs7(vwx3000, vwx31000, ty_Double) -> new_esEs18(vwx3000, vwx31000) 19.02/7.17 new_ltEs19(vwx49, vwx50, ty_Double) -> new_ltEs7(vwx49, vwx50) 19.02/7.17 new_esEs33(vwx30001, vwx310001, ty_Double) -> new_esEs18(vwx30001, vwx310001) 19.02/7.17 new_esEs28(Right(vwx30000), Right(vwx310000), deh, app(ty_Ratio, dff)) -> new_esEs21(vwx30000, vwx310000, dff) 19.02/7.17 new_ltEs6(True, False) -> False 19.02/7.17 new_compare7(vwx300, vwx3100) -> new_primCmpInt(vwx300, vwx3100) 19.02/7.17 new_lt7(vwx78, vwx81, app(app(ty_Either, bhh), caa)) -> new_lt13(vwx78, vwx81, bhh, caa) 19.02/7.17 new_ltEs12(Right(vwx270), Right(vwx280), bae, app(app(ty_@2, bbd), bbe)) -> new_ltEs13(vwx270, vwx280, bbd, bbe) 19.02/7.17 new_ltEs12(Right(vwx270), Right(vwx280), bae, app(ty_Maybe, baf)) -> new_ltEs9(vwx270, vwx280, baf) 19.02/7.17 new_esEs33(vwx30001, vwx310001, ty_Char) -> new_esEs25(vwx30001, vwx310001) 19.02/7.17 new_esEs39(vwx30000, vwx310000, app(ty_[], ffd)) -> new_esEs20(vwx30000, vwx310000, ffd) 19.02/7.17 new_lt6(vwx79, vwx82, ty_Ordering) -> new_lt12(vwx79, vwx82) 19.02/7.17 new_esEs14(vwx30002, vwx310002, app(app(app(ty_@3, cha), chb), chc)) -> new_esEs13(vwx30002, vwx310002, cha, chb, chc) 19.02/7.17 new_compare15(False, True) -> LT 19.02/7.17 new_primPlusNat1(Succ(vwx17100), Zero) -> Succ(vwx17100) 19.02/7.17 new_primPlusNat1(Zero, Succ(vwx31001000)) -> Succ(vwx31001000) 19.02/7.17 new_ltEs20(vwx271, vwx281, app(ty_[], beb)) -> new_ltEs16(vwx271, vwx281, beb) 19.02/7.17 new_esEs9(vwx3000, vwx31000, ty_@0) -> new_esEs24(vwx3000, vwx31000) 19.02/7.17 new_esEs36(vwx271, vwx281, app(app(ty_Either, fd), ff)) -> new_esEs28(vwx271, vwx281, fd, ff) 19.02/7.17 new_lt23(vwx91, vwx93, app(app(ty_Either, cch), cda)) -> new_lt13(vwx91, vwx93, cch, cda) 19.02/7.17 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Float) -> new_esEs23(vwx30000, vwx310000) 19.02/7.17 new_esEs35(vwx270, vwx280, ty_Float) -> new_esEs23(vwx270, vwx280) 19.02/7.17 new_lt6(vwx79, vwx82, app(ty_Ratio, dgc)) -> new_lt18(vwx79, vwx82, dgc) 19.02/7.17 new_ltEs12(Right(vwx270), Right(vwx280), bae, ty_Ordering) -> new_ltEs10(vwx270, vwx280) 19.02/7.17 new_ltEs12(Right(vwx270), Right(vwx280), bae, ty_Int) -> new_ltEs14(vwx270, vwx280) 19.02/7.17 new_esEs8(vwx3000, vwx31000, app(ty_Maybe, egd)) -> new_esEs19(vwx3000, vwx31000, egd) 19.02/7.17 new_compare10(vwx158, vwx159, vwx160, vwx161, False, cgc, cgd) -> GT 19.02/7.17 new_esEs7(vwx3000, vwx31000, ty_Char) -> new_esEs25(vwx3000, vwx31000) 19.02/7.17 new_lt21(vwx270, vwx280, app(ty_Ratio, fcg)) -> new_lt18(vwx270, vwx280, fcg) 19.02/7.17 new_esEs28(Right(vwx30000), Right(vwx310000), deh, app(app(ty_Either, dga), dgb)) -> new_esEs28(vwx30000, vwx310000, dga, dgb) 19.02/7.17 new_esEs29(vwx79, vwx82, ty_Bool) -> new_esEs17(vwx79, vwx82) 19.02/7.17 new_fsEs(vwx165) -> new_not(new_esEs12(vwx165, GT)) 19.02/7.17 new_lt9(vwx78, vwx81) -> new_esEs12(new_compare16(vwx78, vwx81), LT) 19.02/7.17 new_esEs7(vwx3000, vwx31000, app(ty_Maybe, ebe)) -> new_esEs19(vwx3000, vwx31000, ebe) 19.02/7.17 new_lt20(vwx270, vwx280, ty_Ordering) -> new_lt12(vwx270, vwx280) 19.02/7.17 new_esEs28(Right(vwx30000), Right(vwx310000), deh, ty_Bool) -> new_esEs17(vwx30000, vwx310000) 19.02/7.17 new_esEs8(vwx3000, vwx31000, ty_Char) -> new_esEs25(vwx3000, vwx31000) 19.02/7.17 new_esEs28(Right(vwx30000), Right(vwx310000), deh, ty_Integer) -> new_esEs22(vwx30000, vwx310000) 19.02/7.17 new_compare4(vwx300, vwx3100, ty_Char) -> new_compare27(vwx300, vwx3100) 19.02/7.17 new_esEs5(vwx3002, vwx31002, ty_Int) -> new_esEs27(vwx3002, vwx31002) 19.02/7.17 new_esEs6(vwx3001, vwx31001, ty_Integer) -> new_esEs22(vwx3001, vwx31001) 19.02/7.17 new_esEs35(vwx270, vwx280, app(app(ty_@2, bcf), bcg)) -> new_esEs26(vwx270, vwx280, bcf, bcg) 19.02/7.17 new_esEs10(vwx3001, vwx31001, ty_@0) -> new_esEs24(vwx3001, vwx31001) 19.02/7.17 new_lt20(vwx270, vwx280, ty_Integer) -> new_lt10(vwx270, vwx280) 19.02/7.17 new_esEs11(vwx3000, vwx31000, app(ty_Ratio, eec)) -> new_esEs21(vwx3000, vwx31000, eec) 19.02/7.17 new_primCompAux00(vwx20, vwx21, EQ, app(app(ty_Either, bd), be)) -> new_compare19(vwx20, vwx21, bd, be) 19.02/7.17 new_esEs28(Right(vwx30000), Right(vwx310000), deh, ty_Int) -> new_esEs27(vwx30000, vwx310000) 19.02/7.17 new_esEs30(vwx78, vwx81, ty_Integer) -> new_esEs22(vwx78, vwx81) 19.02/7.17 new_ltEs12(Left(vwx270), Left(vwx280), ty_Integer, hd) -> new_ltEs8(vwx270, vwx280) 19.02/7.17 new_compare4(vwx300, vwx3100, app(ty_Ratio, dgf)) -> new_compare5(vwx300, vwx3100, dgf) 19.02/7.17 new_ltEs20(vwx271, vwx281, app(app(ty_@2, bdh), bea)) -> new_ltEs13(vwx271, vwx281, bdh, bea) 19.02/7.17 new_esEs36(vwx271, vwx281, ty_Ordering) -> new_esEs12(vwx271, vwx281) 19.02/7.17 new_lt14(vwx78, vwx81, cab, cac) -> new_esEs12(new_compare25(vwx78, vwx81, cab, cac), LT) 19.02/7.17 new_esEs5(vwx3002, vwx31002, ty_Bool) -> new_esEs17(vwx3002, vwx31002) 19.02/7.17 new_esEs28(Right(vwx30000), Right(vwx310000), deh, app(app(ty_@2, dfg), dfh)) -> new_esEs26(vwx30000, vwx310000, dfg, dfh) 19.02/7.17 new_compare26([], :(vwx31000, vwx31001), ceg) -> LT 19.02/7.17 new_ltEs9(Just(vwx270), Just(vwx280), ty_@0) -> new_ltEs4(vwx270, vwx280) 19.02/7.17 new_esEs29(vwx79, vwx82, ty_Ordering) -> new_esEs12(vwx79, vwx82) 19.02/7.17 new_esEs10(vwx3001, vwx31001, app(app(ty_@2, eff), efg)) -> new_esEs26(vwx3001, vwx31001, eff, efg) 19.02/7.17 new_lt20(vwx270, vwx280, app(app(ty_Either, bcd), bce)) -> new_lt13(vwx270, vwx280, bcd, bce) 19.02/7.17 new_esEs14(vwx30002, vwx310002, ty_Char) -> new_esEs25(vwx30002, vwx310002) 19.02/7.17 new_lt22(vwx271, vwx281, ty_Float) -> new_lt4(vwx271, vwx281) 19.02/7.17 new_esEs16(vwx30000, vwx310000, ty_Float) -> new_esEs23(vwx30000, vwx310000) 19.02/7.17 new_lt7(vwx78, vwx81, ty_@0) -> new_lt16(vwx78, vwx81) 19.02/7.17 new_esEs30(vwx78, vwx81, ty_Bool) -> new_esEs17(vwx78, vwx81) 19.02/7.17 new_esEs33(vwx30001, vwx310001, app(app(app(ty_@3, ehg), ehh), faa)) -> new_esEs13(vwx30001, vwx310001, ehg, ehh, faa) 19.02/7.17 new_esEs39(vwx30000, vwx310000, app(ty_Maybe, feh)) -> new_esEs19(vwx30000, vwx310000, feh) 19.02/7.17 new_lt23(vwx91, vwx93, app(app(app(ty_@3, cce), ccf), ccg)) -> new_lt5(vwx91, vwx93, cce, ccf, ccg) 19.02/7.17 new_esEs35(vwx270, vwx280, ty_Ordering) -> new_esEs12(vwx270, vwx280) 19.02/7.17 new_esEs14(vwx30002, vwx310002, ty_Bool) -> new_esEs17(vwx30002, vwx310002) 19.02/7.17 new_ltEs12(Right(vwx270), Right(vwx280), bae, ty_Bool) -> new_ltEs6(vwx270, vwx280) 19.02/7.17 new_esEs9(vwx3000, vwx31000, app(ty_[], fea)) -> new_esEs20(vwx3000, vwx31000, fea) 19.02/7.17 new_compare4(vwx300, vwx3100, app(app(app(ty_@3, beh), bfa), bfb)) -> new_compare9(vwx300, vwx3100, beh, bfa, bfb) 19.02/7.17 new_compare18(GT, LT) -> GT 19.02/7.17 new_compare18(EQ, LT) -> GT 19.02/7.17 new_compare28(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, True, bfc, bgf, bfe) -> EQ 19.02/7.17 new_esEs12(GT, GT) -> True 19.02/7.17 new_ltEs21(vwx272, vwx282, app(ty_[], hb)) -> new_ltEs16(vwx272, vwx282, hb) 19.02/7.17 new_esEs39(vwx30000, vwx310000, app(app(ty_Either, ffh), fga)) -> new_esEs28(vwx30000, vwx310000, ffh, fga) 19.02/7.17 new_esEs36(vwx271, vwx281, ty_Int) -> new_esEs27(vwx271, vwx281) 19.02/7.17 new_esEs17(False, True) -> False 19.02/7.17 new_esEs17(True, False) -> False 19.02/7.17 new_ltEs10(LT, LT) -> True 19.02/7.17 new_esEs7(vwx3000, vwx31000, app(app(ty_Either, ece), ecf)) -> new_esEs28(vwx3000, vwx31000, ece, ecf) 19.02/7.17 new_esEs4(vwx3000, vwx31000, ty_Int) -> new_esEs27(vwx3000, vwx31000) 19.02/7.17 new_lt20(vwx270, vwx280, ty_Bool) -> new_lt8(vwx270, vwx280) 19.02/7.17 new_esEs30(vwx78, vwx81, app(ty_Ratio, dge)) -> new_esEs21(vwx78, vwx81, dge) 19.02/7.17 new_lt6(vwx79, vwx82, app(app(app(ty_@3, bff), bfg), bfh)) -> new_lt5(vwx79, vwx82, bff, bfg, bfh) 19.02/7.17 new_esEs7(vwx3000, vwx31000, ty_@0) -> new_esEs24(vwx3000, vwx31000) 19.02/7.17 new_esEs39(vwx30000, vwx310000, ty_Char) -> new_esEs25(vwx30000, vwx310000) 19.02/7.17 new_esEs34(vwx30000, vwx310000, ty_@0) -> new_esEs24(vwx30000, vwx310000) 19.02/7.17 new_ltEs20(vwx271, vwx281, ty_Double) -> new_ltEs7(vwx271, vwx281) 19.02/7.17 new_primCmpInt(Pos(Succ(vwx30000)), Pos(vwx31000)) -> new_primCmpNat0(Succ(vwx30000), vwx31000) 19.02/7.17 new_esEs39(vwx30000, vwx310000, ty_Bool) -> new_esEs17(vwx30000, vwx310000) 19.02/7.17 new_esEs14(vwx30002, vwx310002, ty_@0) -> new_esEs24(vwx30002, vwx310002) 19.02/7.17 new_esEs31(vwx30001, vwx310001, ty_Int) -> new_esEs27(vwx30001, vwx310001) 19.02/7.17 new_esEs12(EQ, EQ) -> True 19.02/7.17 new_ltEs4(vwx27, vwx28) -> new_fsEs(new_compare14(vwx27, vwx28)) 19.02/7.17 new_ltEs5(vwx80, vwx83, ty_Char) -> new_ltEs18(vwx80, vwx83) 19.02/7.17 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Double, dde) -> new_esEs18(vwx30000, vwx310000) 19.02/7.17 new_esEs10(vwx3001, vwx31001, ty_Bool) -> new_esEs17(vwx3001, vwx31001) 19.02/7.17 new_esEs35(vwx270, vwx280, app(ty_Maybe, bbg)) -> new_esEs19(vwx270, vwx280, bbg) 19.02/7.17 new_esEs14(vwx30002, vwx310002, app(app(ty_Either, chh), daa)) -> new_esEs28(vwx30002, vwx310002, chh, daa) 19.02/7.17 new_lt10(vwx78, vwx81) -> new_esEs12(new_compare6(vwx78, vwx81), LT) 19.02/7.17 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Char) -> new_esEs25(vwx30000, vwx310000) 19.02/7.17 new_esEs34(vwx30000, vwx310000, app(ty_Maybe, fah)) -> new_esEs19(vwx30000, vwx310000, fah) 19.02/7.17 new_esEs5(vwx3002, vwx31002, app(ty_[], dhe)) -> new_esEs20(vwx3002, vwx31002, dhe) 19.02/7.17 new_esEs10(vwx3001, vwx31001, ty_Int) -> new_esEs27(vwx3001, vwx31001) 19.02/7.17 new_esEs26(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), edb, edc) -> new_asAs(new_esEs34(vwx30000, vwx310000, edb), new_esEs33(vwx30001, vwx310001, edc)) 19.02/7.18 new_compare26(:(vwx3000, vwx3001), [], ceg) -> GT 19.02/7.18 new_esEs34(vwx30000, vwx310000, ty_Char) -> new_esEs25(vwx30000, vwx310000) 19.02/7.18 new_compare212(vwx56, vwx57, False, cfa, fgb) -> new_compare110(vwx56, vwx57, new_ltEs24(vwx56, vwx57, fgb), cfa, fgb) 19.02/7.18 new_ltEs6(False, True) -> True 19.02/7.18 new_esEs32(vwx30000, vwx310000, ty_Int) -> new_esEs27(vwx30000, vwx310000) 19.02/7.18 new_lt7(vwx78, vwx81, app(app(app(ty_@3, bee), bef), beg)) -> new_lt5(vwx78, vwx81, bee, bef, beg) 19.02/7.18 new_ltEs12(Right(vwx270), Right(vwx280), bae, ty_@0) -> new_ltEs4(vwx270, vwx280) 19.02/7.18 new_esEs28(Right(vwx30000), Right(vwx310000), deh, app(ty_Maybe, dfa)) -> new_esEs19(vwx30000, vwx310000, dfa) 19.02/7.18 new_esEs35(vwx270, vwx280, ty_@0) -> new_esEs24(vwx270, vwx280) 19.02/7.18 new_esEs37(vwx270, vwx280, ty_Float) -> new_esEs23(vwx270, vwx280) 19.02/7.18 new_esEs10(vwx3001, vwx31001, ty_Ordering) -> new_esEs12(vwx3001, vwx31001) 19.02/7.18 new_esEs38(vwx91, vwx93, ty_Integer) -> new_esEs22(vwx91, vwx93) 19.02/7.18 new_ltEs10(GT, GT) -> True 19.02/7.18 new_esEs35(vwx270, vwx280, ty_Char) -> new_esEs25(vwx270, vwx280) 19.02/7.18 new_ltEs23(vwx92, vwx94, app(app(ty_@2, ced), cee)) -> new_ltEs13(vwx92, vwx94, ced, cee) 19.02/7.18 new_esEs38(vwx91, vwx93, app(app(ty_Either, cch), cda)) -> new_esEs28(vwx91, vwx93, cch, cda) 19.02/7.18 new_compare26([], [], ceg) -> EQ 19.02/7.18 new_esEs33(vwx30001, vwx310001, ty_Integer) -> new_esEs22(vwx30001, vwx310001) 19.02/7.18 new_ltEs12(Right(vwx270), Right(vwx280), bae, ty_Char) -> new_ltEs18(vwx270, vwx280) 19.02/7.18 new_esEs28(Left(vwx30000), Left(vwx310000), app(ty_Maybe, ddf), dde) -> new_esEs19(vwx30000, vwx310000, ddf) 19.02/7.18 new_ltEs9(Just(vwx270), Just(vwx280), app(ty_Maybe, cb)) -> new_ltEs9(vwx270, vwx280, cb) 19.02/7.18 new_esEs15(vwx30001, vwx310001, ty_Int) -> new_esEs27(vwx30001, vwx310001) 19.02/7.18 new_esEs8(vwx3000, vwx31000, app(app(ty_Either, ehd), ehe)) -> new_esEs28(vwx3000, vwx31000, ehd, ehe) 19.02/7.18 new_lt21(vwx270, vwx280, ty_Bool) -> new_lt8(vwx270, vwx280) 19.02/7.18 new_esEs4(vwx3000, vwx31000, app(ty_Maybe, ecg)) -> new_esEs19(vwx3000, vwx31000, ecg) 19.02/7.18 new_lt6(vwx79, vwx82, ty_Float) -> new_lt4(vwx79, vwx82) 19.02/7.18 new_esEs17(True, True) -> True 19.02/7.18 new_compare4(vwx300, vwx3100, ty_Int) -> new_compare7(vwx300, vwx3100) 19.02/7.18 new_esEs34(vwx30000, vwx310000, app(app(app(ty_@3, fba), fbb), fbc)) -> new_esEs13(vwx30000, vwx310000, fba, fbb, fbc) 19.02/7.18 new_esEs38(vwx91, vwx93, ty_Char) -> new_esEs25(vwx91, vwx93) 19.02/7.18 new_esEs8(vwx3000, vwx31000, app(ty_[], egh)) -> new_esEs20(vwx3000, vwx31000, egh) 19.02/7.18 new_esEs23(Float(vwx30000, vwx30001), Float(vwx310000, vwx310001)) -> new_esEs27(new_sr0(vwx30000, vwx310001), new_sr0(vwx30001, vwx310000)) 19.02/7.18 new_ltEs24(vwx56, vwx57, app(ty_[], cgb)) -> new_ltEs16(vwx56, vwx57, cgb) 19.02/7.18 new_esEs15(vwx30001, vwx310001, ty_Char) -> new_esEs25(vwx30001, vwx310001) 19.02/7.18 new_lt22(vwx271, vwx281, app(app(app(ty_@3, fa), fb), fc)) -> new_lt5(vwx271, vwx281, fa, fb, fc) 19.02/7.18 new_compare18(EQ, EQ) -> EQ 19.02/7.18 new_lt23(vwx91, vwx93, ty_@0) -> new_lt16(vwx91, vwx93) 19.02/7.18 new_ltEs5(vwx80, vwx83, ty_Float) -> new_ltEs15(vwx80, vwx83) 19.02/7.18 new_esEs11(vwx3000, vwx31000, app(app(app(ty_@3, edg), edh), eea)) -> new_esEs13(vwx3000, vwx31000, edg, edh, eea) 19.02/7.18 new_lt15(vwx78, vwx81) -> new_esEs12(new_compare7(vwx78, vwx81), LT) 19.02/7.18 new_ltEs20(vwx271, vwx281, ty_Float) -> new_ltEs15(vwx271, vwx281) 19.02/7.18 new_esEs14(vwx30002, vwx310002, ty_Int) -> new_esEs27(vwx30002, vwx310002) 19.02/7.18 new_compare18(LT, EQ) -> LT 19.02/7.18 new_esEs38(vwx91, vwx93, ty_Float) -> new_esEs23(vwx91, vwx93) 19.02/7.18 new_esEs19(Just(vwx30000), Just(vwx310000), app(ty_Maybe, fgd)) -> new_esEs19(vwx30000, vwx310000, fgd) 19.02/7.18 new_esEs15(vwx30001, vwx310001, app(ty_Maybe, dab)) -> new_esEs19(vwx30001, vwx310001, dab) 19.02/7.18 new_esEs15(vwx30001, vwx310001, ty_Float) -> new_esEs23(vwx30001, vwx310001) 19.02/7.18 new_esEs28(Right(vwx30000), Right(vwx310000), deh, ty_Ordering) -> new_esEs12(vwx30000, vwx310000) 19.02/7.18 new_esEs4(vwx3000, vwx31000, ty_Float) -> new_esEs23(vwx3000, vwx31000) 19.02/7.18 new_lt6(vwx79, vwx82, ty_@0) -> new_lt16(vwx79, vwx82) 19.02/7.18 new_esEs6(vwx3001, vwx31001, app(app(ty_Either, ebc), ebd)) -> new_esEs28(vwx3001, vwx31001, ebc, ebd) 19.02/7.18 new_lt21(vwx270, vwx280, ty_Float) -> new_lt4(vwx270, vwx280) 19.02/7.18 new_ltEs10(EQ, GT) -> True 19.02/7.18 new_esEs34(vwx30000, vwx310000, ty_Integer) -> new_esEs22(vwx30000, vwx310000) 19.02/7.18 new_compare4(vwx300, vwx3100, ty_@0) -> new_compare14(vwx300, vwx3100) 19.02/7.18 new_ltEs9(Just(vwx270), Just(vwx280), ty_Float) -> new_ltEs15(vwx270, vwx280) 19.02/7.18 new_esEs29(vwx79, vwx82, app(ty_Ratio, dgc)) -> new_esEs21(vwx79, vwx82, dgc) 19.02/7.18 new_esEs38(vwx91, vwx93, app(ty_Maybe, ccc)) -> new_esEs19(vwx91, vwx93, ccc) 19.02/7.18 new_esEs37(vwx270, vwx280, ty_Int) -> new_esEs27(vwx270, vwx280) 19.02/7.18 new_esEs36(vwx271, vwx281, ty_Bool) -> new_esEs17(vwx271, vwx281) 19.02/7.18 new_esEs11(vwx3000, vwx31000, ty_Integer) -> new_esEs22(vwx3000, vwx31000) 19.02/7.18 new_ltEs10(EQ, EQ) -> True 19.02/7.18 new_esEs4(vwx3000, vwx31000, ty_@0) -> new_esEs24(vwx3000, vwx31000) 19.02/7.18 new_primPlusNat0(Succ(vwx1710), vwx3100100) -> Succ(Succ(new_primPlusNat1(vwx1710, vwx3100100))) 19.02/7.18 new_compare11(vwx121, vwx122, True, dcf, dcg) -> LT 19.02/7.18 new_ltEs19(vwx49, vwx50, ty_Float) -> new_ltEs15(vwx49, vwx50) 19.02/7.18 new_ltEs14(vwx27, vwx28) -> new_fsEs(new_compare7(vwx27, vwx28)) 19.02/7.18 new_esEs4(vwx3000, vwx31000, ty_Char) -> new_esEs25(vwx3000, vwx31000) 19.02/7.18 new_esEs6(vwx3001, vwx31001, ty_Float) -> new_esEs23(vwx3001, vwx31001) 19.02/7.18 new_compare4(vwx300, vwx3100, ty_Integer) -> new_compare6(vwx300, vwx3100) 19.02/7.18 new_ltEs12(Left(vwx270), Left(vwx280), ty_Ordering, hd) -> new_ltEs10(vwx270, vwx280) 19.02/7.18 new_primPlusNat1(Zero, Zero) -> Zero 19.02/7.18 new_esEs36(vwx271, vwx281, app(ty_Maybe, eh)) -> new_esEs19(vwx271, vwx281, eh) 19.02/7.18 new_lt16(vwx78, vwx81) -> new_esEs12(new_compare14(vwx78, vwx81), LT) 19.02/7.18 new_lt20(vwx270, vwx280, ty_Char) -> new_lt19(vwx270, vwx280) 19.02/7.18 new_ltEs23(vwx92, vwx94, ty_Double) -> new_ltEs7(vwx92, vwx94) 19.02/7.18 new_esEs37(vwx270, vwx280, ty_Integer) -> new_esEs22(vwx270, vwx280) 19.02/7.18 new_esEs4(vwx3000, vwx31000, app(app(ty_Either, deh), dde)) -> new_esEs28(vwx3000, vwx31000, deh, dde) 19.02/7.18 new_esEs36(vwx271, vwx281, ty_Char) -> new_esEs25(vwx271, vwx281) 19.02/7.18 new_ltEs12(Left(vwx270), Left(vwx280), ty_Int, hd) -> new_ltEs14(vwx270, vwx280) 19.02/7.18 new_esEs14(vwx30002, vwx310002, ty_Integer) -> new_esEs22(vwx30002, vwx310002) 19.02/7.18 new_ltEs24(vwx56, vwx57, app(app(ty_@2, cfh), cga)) -> new_ltEs13(vwx56, vwx57, cfh, cga) 19.02/7.18 new_lt23(vwx91, vwx93, ty_Bool) -> new_lt8(vwx91, vwx93) 19.02/7.18 new_compare13(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, False, dch, dda, ddb) -> GT 19.02/7.18 new_esEs36(vwx271, vwx281, ty_Integer) -> new_esEs22(vwx271, vwx281) 19.02/7.18 new_esEs37(vwx270, vwx280, ty_@0) -> new_esEs24(vwx270, vwx280) 19.02/7.18 new_lt7(vwx78, vwx81, ty_Char) -> new_lt19(vwx78, vwx81) 19.02/7.18 new_esEs17(False, False) -> True 19.02/7.18 new_esEs11(vwx3000, vwx31000, ty_Int) -> new_esEs27(vwx3000, vwx31000) 19.02/7.18 new_primCompAux00(vwx20, vwx21, EQ, ty_Bool) -> new_compare15(vwx20, vwx21) 19.02/7.18 new_esEs34(vwx30000, vwx310000, ty_Bool) -> new_esEs17(vwx30000, vwx310000) 19.02/7.18 new_esEs34(vwx30000, vwx310000, ty_Int) -> new_esEs27(vwx30000, vwx310000) 19.02/7.18 new_primCmpNat0(Succ(vwx30000), Succ(vwx310000)) -> new_primCmpNat0(vwx30000, vwx310000) 19.02/7.18 new_esEs30(vwx78, vwx81, app(app(ty_@2, cab), cac)) -> new_esEs26(vwx78, vwx81, cab, cac) 19.02/7.18 new_lt20(vwx270, vwx280, ty_@0) -> new_lt16(vwx270, vwx280) 19.02/7.18 new_esEs35(vwx270, vwx280, ty_Integer) -> new_esEs22(vwx270, vwx280) 19.02/7.18 new_esEs11(vwx3000, vwx31000, ty_Bool) -> new_esEs17(vwx3000, vwx31000) 19.02/7.18 new_ltEs15(vwx27, vwx28) -> new_fsEs(new_compare8(vwx27, vwx28)) 19.02/7.18 new_esEs39(vwx30000, vwx310000, ty_@0) -> new_esEs24(vwx30000, vwx310000) 19.02/7.18 new_lt22(vwx271, vwx281, ty_Char) -> new_lt19(vwx271, vwx281) 19.02/7.18 new_lt7(vwx78, vwx81, ty_Bool) -> new_lt8(vwx78, vwx81) 19.02/7.18 new_lt17(vwx78, vwx81, cad) -> new_esEs12(new_compare26(vwx78, vwx81, cad), LT) 19.02/7.18 new_esEs5(vwx3002, vwx31002, ty_Float) -> new_esEs23(vwx3002, vwx31002) 19.02/7.18 new_lt21(vwx270, vwx280, ty_@0) -> new_lt16(vwx270, vwx280) 19.02/7.18 new_compare4(vwx300, vwx3100, ty_Bool) -> new_compare15(vwx300, vwx3100) 19.02/7.18 new_ltEs24(vwx56, vwx57, ty_Double) -> new_ltEs7(vwx56, vwx57) 19.02/7.18 new_lt21(vwx270, vwx280, ty_Char) -> new_lt19(vwx270, vwx280) 19.02/7.18 new_lt6(vwx79, vwx82, ty_Bool) -> new_lt8(vwx79, vwx82) 19.02/7.18 new_esEs30(vwx78, vwx81, ty_Ordering) -> new_esEs12(vwx78, vwx81) 19.02/7.18 new_esEs14(vwx30002, vwx310002, app(ty_Maybe, cgh)) -> new_esEs19(vwx30002, vwx310002, cgh) 19.02/7.18 new_esEs15(vwx30001, vwx310001, ty_@0) -> new_esEs24(vwx30001, vwx310001) 19.02/7.18 new_lt6(vwx79, vwx82, ty_Char) -> new_lt19(vwx79, vwx82) 19.02/7.18 new_esEs35(vwx270, vwx280, ty_Bool) -> new_esEs17(vwx270, vwx280) 19.02/7.18 new_ltEs9(Just(vwx270), Just(vwx280), ty_Char) -> new_ltEs18(vwx270, vwx280) 19.02/7.18 new_esEs38(vwx91, vwx93, ty_@0) -> new_esEs24(vwx91, vwx93) 19.02/7.18 new_esEs37(vwx270, vwx280, app(ty_Maybe, dd)) -> new_esEs19(vwx270, vwx280, dd) 19.02/7.18 new_compare112(vwx107, vwx108, False, feg) -> GT 19.02/7.18 new_lt20(vwx270, vwx280, app(app(app(ty_@3, bca), bcb), bcc)) -> new_lt5(vwx270, vwx280, bca, bcb, bcc) 19.02/7.18 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Bool) -> new_esEs17(vwx30000, vwx310000) 19.02/7.18 new_esEs35(vwx270, vwx280, ty_Int) -> new_esEs27(vwx270, vwx280) 19.02/7.18 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Int) -> new_esEs27(vwx30000, vwx310000) 19.02/7.18 new_esEs29(vwx79, vwx82, app(app(ty_@2, bgc), bgd)) -> new_esEs26(vwx79, vwx82, bgc, bgd) 19.02/7.18 new_lt23(vwx91, vwx93, ty_Float) -> new_lt4(vwx91, vwx93) 19.02/7.18 new_ltEs9(Just(vwx270), Just(vwx280), ty_Double) -> new_ltEs7(vwx270, vwx280) 19.02/7.18 new_ltEs23(vwx92, vwx94, app(app(ty_Either, ceb), cec)) -> new_ltEs12(vwx92, vwx94, ceb, cec) 19.02/7.18 new_primCmpInt(Neg(Succ(vwx30000)), Pos(vwx31000)) -> LT 19.02/7.18 new_compare8(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare7(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 19.02/7.18 new_esEs39(vwx30000, vwx310000, ty_Float) -> new_esEs23(vwx30000, vwx310000) 19.02/7.18 new_compare15(True, False) -> GT 19.02/7.18 new_lt21(vwx270, vwx280, app(app(app(ty_@3, dg), dh), ea)) -> new_lt5(vwx270, vwx280, dg, dh, ea) 19.02/7.18 new_esEs37(vwx270, vwx280, ty_Ordering) -> new_esEs12(vwx270, vwx280) 19.02/7.18 new_compare4(vwx300, vwx3100, app(ty_Maybe, ca)) -> new_compare17(vwx300, vwx3100, ca) 19.02/7.18 new_compare112(vwx107, vwx108, True, feg) -> LT 19.02/7.18 new_esEs39(vwx30000, vwx310000, ty_Double) -> new_esEs18(vwx30000, vwx310000) 19.02/7.18 new_compare27(Char(vwx3000), Char(vwx31000)) -> new_primCmpNat0(vwx3000, vwx31000) 19.02/7.18 new_lt22(vwx271, vwx281, ty_Bool) -> new_lt8(vwx271, vwx281) 19.02/7.18 new_esEs14(vwx30002, vwx310002, ty_Double) -> new_esEs18(vwx30002, vwx310002) 19.02/7.18 new_esEs6(vwx3001, vwx31001, app(app(ty_@2, eba), ebb)) -> new_esEs26(vwx3001, vwx31001, eba, ebb) 19.02/7.18 new_esEs37(vwx270, vwx280, ty_Char) -> new_esEs25(vwx270, vwx280) 19.02/7.18 new_esEs28(Right(vwx30000), Right(vwx310000), deh, app(app(app(ty_@3, dfb), dfc), dfd)) -> new_esEs13(vwx30000, vwx310000, dfb, dfc, dfd) 19.02/7.18 new_esEs37(vwx270, vwx280, ty_Bool) -> new_esEs17(vwx270, vwx280) 19.02/7.18 new_primCmpInt(Pos(Zero), Neg(Succ(vwx310000))) -> GT 19.02/7.18 new_lt20(vwx270, vwx280, app(ty_Ratio, fce)) -> new_lt18(vwx270, vwx280, fce) 19.02/7.18 new_lt7(vwx78, vwx81, ty_Float) -> new_lt4(vwx78, vwx81) 19.02/7.18 new_ltEs22(vwx27, vwx28, ty_Double) -> new_ltEs7(vwx27, vwx28) 19.02/7.18 new_esEs28(Left(vwx30000), Left(vwx310000), ty_@0, dde) -> new_esEs24(vwx30000, vwx310000) 19.02/7.18 new_esEs31(vwx30001, vwx310001, ty_Integer) -> new_esEs22(vwx30001, vwx310001) 19.02/7.18 new_primCmpInt(Neg(Succ(vwx30000)), Neg(vwx31000)) -> new_primCmpNat0(vwx31000, Succ(vwx30000)) 19.02/7.18 new_primCompAux00(vwx20, vwx21, EQ, ty_Float) -> new_compare8(vwx20, vwx21) 19.02/7.18 new_esEs5(vwx3002, vwx31002, ty_@0) -> new_esEs24(vwx3002, vwx31002) 19.02/7.18 new_ltEs8(vwx27, vwx28) -> new_fsEs(new_compare6(vwx27, vwx28)) 19.02/7.18 new_ltEs19(vwx49, vwx50, app(ty_Maybe, cag)) -> new_ltEs9(vwx49, vwx50, cag) 19.02/7.18 new_esEs10(vwx3001, vwx31001, app(app(app(ty_@3, efa), efb), efc)) -> new_esEs13(vwx3001, vwx31001, efa, efb, efc) 19.02/7.18 new_esEs16(vwx30000, vwx310000, ty_@0) -> new_esEs24(vwx30000, vwx310000) 19.02/7.18 new_ltEs12(Left(vwx270), Left(vwx280), app(ty_[], bad), hd) -> new_ltEs16(vwx270, vwx280, bad) 19.02/7.18 new_esEs28(Left(vwx30000), Left(vwx310000), app(app(ty_@2, ded), dee), dde) -> new_esEs26(vwx30000, vwx310000, ded, dee) 19.02/7.18 new_esEs9(vwx3000, vwx31000, app(ty_Ratio, feb)) -> new_esEs21(vwx3000, vwx31000, feb) 19.02/7.18 new_lt5(vwx78, vwx81, bee, bef, beg) -> new_esEs12(new_compare9(vwx78, vwx81, bee, bef, beg), LT) 19.02/7.18 new_ltEs20(vwx271, vwx281, ty_Char) -> new_ltEs18(vwx271, vwx281) 19.02/7.18 new_esEs11(vwx3000, vwx31000, ty_@0) -> new_esEs24(vwx3000, vwx31000) 19.02/7.18 new_primEqInt(Pos(Succ(vwx300000)), Pos(Zero)) -> False 19.02/7.18 new_primEqInt(Pos(Zero), Pos(Succ(vwx3100000))) -> False 19.02/7.18 new_ltEs21(vwx272, vwx282, app(app(ty_@2, gh), ha)) -> new_ltEs13(vwx272, vwx282, gh, ha) 19.02/7.18 new_compare210(vwx49, vwx50, True, edd, cah) -> EQ 19.02/7.18 new_esEs7(vwx3000, vwx31000, app(ty_[], eca)) -> new_esEs20(vwx3000, vwx31000, eca) 19.02/7.18 new_esEs4(vwx3000, vwx31000, app(app(app(ty_@3, cge), cgf), cgg)) -> new_esEs13(vwx3000, vwx31000, cge, cgf, cgg) 19.02/7.18 new_ltEs20(vwx271, vwx281, ty_Bool) -> new_ltEs6(vwx271, vwx281) 19.02/7.18 new_lt6(vwx79, vwx82, ty_Integer) -> new_lt10(vwx79, vwx82) 19.02/7.18 new_ltEs16(vwx27, vwx28, bec) -> new_fsEs(new_compare26(vwx27, vwx28, bec)) 19.02/7.18 new_primCompAux00(vwx20, vwx21, EQ, ty_Int) -> new_compare7(vwx20, vwx21) 19.02/7.18 new_ltEs19(vwx49, vwx50, app(ty_Ratio, ede)) -> new_ltEs17(vwx49, vwx50, ede) 19.02/7.18 new_esEs37(vwx270, vwx280, app(app(ty_Either, eb), ec)) -> new_esEs28(vwx270, vwx280, eb, ec) 19.02/7.18 new_primCmpNat0(Zero, Zero) -> EQ 19.02/7.18 new_esEs9(vwx3000, vwx31000, app(ty_Maybe, fde)) -> new_esEs19(vwx3000, vwx31000, fde) 19.02/7.18 new_primCompAux00(vwx20, vwx21, EQ, app(app(ty_@2, bf), bg)) -> new_compare25(vwx20, vwx21, bf, bg) 19.02/7.18 new_esEs30(vwx78, vwx81, app(app(app(ty_@3, bee), bef), beg)) -> new_esEs13(vwx78, vwx81, bee, bef, beg) 19.02/7.18 new_esEs6(vwx3001, vwx31001, ty_Char) -> new_esEs25(vwx3001, vwx31001) 19.02/7.18 new_compare13(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, True, dch, dda, ddb) -> LT 19.02/7.18 new_ltEs12(Left(vwx270), Left(vwx280), ty_Char, hd) -> new_ltEs18(vwx270, vwx280) 19.02/7.18 new_ltEs12(Left(vwx270), Left(vwx280), app(app(ty_@2, bab), bac), hd) -> new_ltEs13(vwx270, vwx280, bab, bac) 19.02/7.18 new_esEs15(vwx30001, vwx310001, app(ty_Ratio, dag)) -> new_esEs21(vwx30001, vwx310001, dag) 19.02/7.18 new_lt7(vwx78, vwx81, app(ty_Ratio, dge)) -> new_lt18(vwx78, vwx81, dge) 19.02/7.18 new_esEs12(LT, LT) -> True 19.02/7.18 new_esEs9(vwx3000, vwx31000, app(app(ty_Either, fee), fef)) -> new_esEs28(vwx3000, vwx31000, fee, fef) 19.02/7.18 new_esEs8(vwx3000, vwx31000, ty_Integer) -> new_esEs22(vwx3000, vwx31000) 19.02/7.18 new_esEs36(vwx271, vwx281, ty_@0) -> new_esEs24(vwx271, vwx281) 19.02/7.18 new_ltEs21(vwx272, vwx282, app(ty_Maybe, gb)) -> new_ltEs9(vwx272, vwx282, gb) 19.02/7.18 new_esEs8(vwx3000, vwx31000, ty_Float) -> new_esEs23(vwx3000, vwx31000) 19.02/7.18 new_compare19(Right(vwx3000), Right(vwx31000), cae, caf) -> new_compare212(vwx3000, vwx31000, new_esEs9(vwx3000, vwx31000, caf), cae, caf) 19.02/7.18 new_esEs37(vwx270, vwx280, app(app(ty_@2, ed), ee)) -> new_esEs26(vwx270, vwx280, ed, ee) 19.02/7.18 new_ltEs19(vwx49, vwx50, app(app(app(ty_@3, cba), cbb), cbc)) -> new_ltEs11(vwx49, vwx50, cba, cbb, cbc) 19.02/7.18 new_ltEs19(vwx49, vwx50, ty_@0) -> new_ltEs4(vwx49, vwx50) 19.02/7.18 new_ltEs21(vwx272, vwx282, ty_Float) -> new_ltEs15(vwx272, vwx282) 19.02/7.18 new_compare16(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare7(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 19.02/7.18 new_ltEs6(True, True) -> True 19.02/7.18 new_ltEs9(Just(vwx270), Just(vwx280), app(ty_[], dc)) -> new_ltEs16(vwx270, vwx280, dc) 19.02/7.18 new_esEs29(vwx79, vwx82, ty_Double) -> new_esEs18(vwx79, vwx82) 19.02/7.18 new_ltEs24(vwx56, vwx57, ty_@0) -> new_ltEs4(vwx56, vwx57) 19.02/7.18 new_compare110(vwx128, vwx129, True, egb, egc) -> LT 19.02/7.18 new_lt20(vwx270, vwx280, ty_Float) -> new_lt4(vwx270, vwx280) 19.02/7.18 new_esEs14(vwx30002, vwx310002, ty_Float) -> new_esEs23(vwx30002, vwx310002) 19.02/7.18 new_esEs37(vwx270, vwx280, app(ty_Ratio, fcg)) -> new_esEs21(vwx270, vwx280, fcg) 19.02/7.18 new_ltEs24(vwx56, vwx57, app(app(app(ty_@3, cfc), cfd), cfe)) -> new_ltEs11(vwx56, vwx57, cfc, cfd, cfe) 19.02/7.18 new_primCompAux00(vwx20, vwx21, EQ, ty_Ordering) -> new_compare18(vwx20, vwx21) 19.02/7.18 new_compare29(vwx27, vwx28, False, fdb) -> new_compare112(vwx27, vwx28, new_ltEs22(vwx27, vwx28, fdb), fdb) 19.02/7.18 new_ltEs12(Left(vwx270), Left(vwx280), ty_Bool, hd) -> new_ltEs6(vwx270, vwx280) 19.02/7.18 new_esEs9(vwx3000, vwx31000, ty_Ordering) -> new_esEs12(vwx3000, vwx31000) 19.02/7.18 new_esEs30(vwx78, vwx81, app(ty_[], cad)) -> new_esEs20(vwx78, vwx81, cad) 19.02/7.18 new_esEs15(vwx30001, vwx310001, app(app(ty_Either, dbb), dbc)) -> new_esEs28(vwx30001, vwx310001, dbb, dbc) 19.02/7.18 new_ltEs22(vwx27, vwx28, app(ty_[], bec)) -> new_ltEs16(vwx27, vwx28, bec) 19.02/7.18 new_esEs35(vwx270, vwx280, app(app(app(ty_@3, bca), bcb), bcc)) -> new_esEs13(vwx270, vwx280, bca, bcb, bcc) 19.02/7.18 new_esEs20([], [], ech) -> True 19.02/7.18 new_esEs19(Just(vwx30000), Just(vwx310000), app(app(app(ty_@3, fge), fgf), fgg)) -> new_esEs13(vwx30000, vwx310000, fge, fgf, fgg) 19.02/7.18 new_esEs12(EQ, GT) -> False 19.02/7.18 new_esEs12(GT, EQ) -> False 19.02/7.18 new_lt7(vwx78, vwx81, app(app(ty_@2, cab), cac)) -> new_lt14(vwx78, vwx81, cab, cac) 19.02/7.18 new_esEs39(vwx30000, vwx310000, ty_Int) -> new_esEs27(vwx30000, vwx310000) 19.02/7.18 new_esEs34(vwx30000, vwx310000, app(app(ty_@2, fbf), fbg)) -> new_esEs26(vwx30000, vwx310000, fbf, fbg) 19.02/7.18 new_sr(Integer(vwx30000), Integer(vwx310010)) -> Integer(new_primMulInt(vwx30000, vwx310010)) 19.02/7.18 new_esEs5(vwx3002, vwx31002, ty_Integer) -> new_esEs22(vwx3002, vwx31002) 19.02/7.18 new_esEs10(vwx3001, vwx31001, app(ty_Ratio, efe)) -> new_esEs21(vwx3001, vwx31001, efe) 19.02/7.18 new_primCmpNat0(Succ(vwx30000), Zero) -> GT 19.02/7.18 new_esEs13(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cge, cgf, cgg) -> new_asAs(new_esEs16(vwx30000, vwx310000, cge), new_asAs(new_esEs15(vwx30001, vwx310001, cgf), new_esEs14(vwx30002, vwx310002, cgg))) 19.02/7.18 new_esEs19(Just(vwx30000), Just(vwx310000), app(app(ty_Either, fhd), fhe)) -> new_esEs28(vwx30000, vwx310000, fhd, fhe) 19.02/7.18 new_pePe(False, vwx170) -> vwx170 19.02/7.18 new_lt22(vwx271, vwx281, app(ty_Maybe, eh)) -> new_lt11(vwx271, vwx281, eh) 19.02/7.18 new_esEs33(vwx30001, vwx310001, ty_@0) -> new_esEs24(vwx30001, vwx310001) 19.02/7.18 new_esEs28(Left(vwx30000), Left(vwx310000), app(app(ty_Either, def), deg), dde) -> new_esEs28(vwx30000, vwx310000, def, deg) 19.02/7.18 new_lt22(vwx271, vwx281, ty_Int) -> new_lt15(vwx271, vwx281) 19.02/7.18 new_primCompAux00(vwx20, vwx21, EQ, app(ty_Ratio, ddd)) -> new_compare5(vwx20, vwx21, ddd) 19.02/7.18 new_compare18(LT, GT) -> LT 19.02/7.18 new_esEs15(vwx30001, vwx310001, ty_Bool) -> new_esEs17(vwx30001, vwx310001) 19.02/7.18 new_lt21(vwx270, vwx280, ty_Double) -> new_lt9(vwx270, vwx280) 19.02/7.18 new_lt20(vwx270, vwx280, ty_Int) -> new_lt15(vwx270, vwx280) 19.02/7.18 new_lt22(vwx271, vwx281, ty_Integer) -> new_lt10(vwx271, vwx281) 19.02/7.18 new_compare15(False, False) -> EQ 19.02/7.18 new_lt7(vwx78, vwx81, app(ty_Maybe, bed)) -> new_lt11(vwx78, vwx81, bed) 19.02/7.18 new_esEs10(vwx3001, vwx31001, app(app(ty_Either, efh), ega)) -> new_esEs28(vwx3001, vwx31001, efh, ega) 19.02/7.18 new_esEs35(vwx270, vwx280, app(ty_Ratio, fce)) -> new_esEs21(vwx270, vwx280, fce) 19.02/7.18 new_compare11(vwx121, vwx122, False, dcf, dcg) -> GT 19.02/7.18 new_esEs19(Just(vwx30000), Just(vwx310000), app(ty_Ratio, fha)) -> new_esEs21(vwx30000, vwx310000, fha) 19.02/7.18 new_lt6(vwx79, vwx82, ty_Double) -> new_lt9(vwx79, vwx82) 19.02/7.18 new_primEqInt(Pos(Zero), Neg(Succ(vwx3100000))) -> False 19.02/7.18 new_primEqInt(Neg(Zero), Pos(Succ(vwx3100000))) -> False 19.02/7.18 new_esEs16(vwx30000, vwx310000, ty_Integer) -> new_esEs22(vwx30000, vwx310000) 19.02/7.18 new_compare211(vwx91, vwx92, vwx93, vwx94, True, cde, ccd) -> EQ 19.02/7.18 new_esEs39(vwx30000, vwx310000, ty_Integer) -> new_esEs22(vwx30000, vwx310000) 19.02/7.18 new_esEs15(vwx30001, vwx310001, ty_Ordering) -> new_esEs12(vwx30001, vwx310001) 19.02/7.18 new_ltEs12(Left(vwx270), Left(vwx280), app(app(ty_Either, hh), baa), hd) -> new_ltEs12(vwx270, vwx280, hh, baa) 19.02/7.18 new_esEs9(vwx3000, vwx31000, ty_Char) -> new_esEs25(vwx3000, vwx31000) 19.02/7.18 new_lt23(vwx91, vwx93, app(ty_[], cdd)) -> new_lt17(vwx91, vwx93, cdd) 19.02/7.18 new_esEs28(Left(vwx30000), Left(vwx310000), app(ty_[], deb), dde) -> new_esEs20(vwx30000, vwx310000, deb) 19.02/7.18 new_compare26(:(vwx3000, vwx3001), :(vwx31000, vwx31001), ceg) -> new_primCompAux1(vwx3000, vwx31000, vwx3001, vwx31001, ceg) 19.02/7.18 new_esEs34(vwx30000, vwx310000, ty_Ordering) -> new_esEs12(vwx30000, vwx310000) 19.02/7.18 new_esEs36(vwx271, vwx281, ty_Float) -> new_esEs23(vwx271, vwx281) 19.02/7.18 new_esEs9(vwx3000, vwx31000, app(app(ty_@2, fec), fed)) -> new_esEs26(vwx3000, vwx31000, fec, fed) 19.02/7.18 new_esEs10(vwx3001, vwx31001, app(ty_Maybe, eeh)) -> new_esEs19(vwx3001, vwx31001, eeh) 19.02/7.18 new_esEs4(vwx3000, vwx31000, ty_Bool) -> new_esEs17(vwx3000, vwx31000) 19.02/7.18 new_compare4(vwx300, vwx3100, app(app(ty_Either, cae), caf)) -> new_compare19(vwx300, vwx3100, cae, caf) 19.02/7.18 new_esEs11(vwx3000, vwx31000, ty_Double) -> new_esEs18(vwx3000, vwx31000) 19.02/7.18 new_compare17(Just(vwx3000), Just(vwx31000), ca) -> new_compare29(vwx3000, vwx31000, new_esEs4(vwx3000, vwx31000, ca), ca) 19.02/7.18 new_primPlusNat0(Zero, vwx3100100) -> Succ(vwx3100100) 19.02/7.18 new_lt6(vwx79, vwx82, app(app(ty_Either, bga), bgb)) -> new_lt13(vwx79, vwx82, bga, bgb) 19.02/7.18 new_esEs34(vwx30000, vwx310000, ty_Double) -> new_esEs18(vwx30000, vwx310000) 19.02/7.18 new_ltEs23(vwx92, vwx94, ty_Char) -> new_ltEs18(vwx92, vwx94) 19.02/7.18 new_esEs6(vwx3001, vwx31001, app(ty_Maybe, eac)) -> new_esEs19(vwx3001, vwx31001, eac) 19.02/7.18 new_compare12(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, True, vwx150, dch, dda, ddb) -> new_compare13(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, True, dch, dda, ddb) 19.02/7.18 new_esEs34(vwx30000, vwx310000, ty_Float) -> new_esEs23(vwx30000, vwx310000) 19.02/7.18 new_esEs10(vwx3001, vwx31001, ty_Char) -> new_esEs25(vwx3001, vwx31001) 19.02/7.18 new_ltEs23(vwx92, vwx94, ty_Float) -> new_ltEs15(vwx92, vwx94) 19.02/7.18 new_esEs16(vwx30000, vwx310000, app(ty_[], dbh)) -> new_esEs20(vwx30000, vwx310000, dbh) 19.02/7.18 new_compare18(EQ, GT) -> LT 19.02/7.18 new_esEs29(vwx79, vwx82, ty_Integer) -> new_esEs22(vwx79, vwx82) 19.02/7.18 new_esEs4(vwx3000, vwx31000, app(ty_[], ech)) -> new_esEs20(vwx3000, vwx31000, ech) 19.02/7.18 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Ordering) -> new_esEs12(vwx30000, vwx310000) 19.02/7.18 new_esEs6(vwx3001, vwx31001, ty_Bool) -> new_esEs17(vwx3001, vwx31001) 19.02/7.18 new_esEs38(vwx91, vwx93, app(app(app(ty_@3, cce), ccf), ccg)) -> new_esEs13(vwx91, vwx93, cce, ccf, ccg) 19.02/7.18 new_esEs15(vwx30001, vwx310001, app(app(app(ty_@3, dac), dad), dae)) -> new_esEs13(vwx30001, vwx310001, dac, dad, dae) 19.02/7.18 new_ltEs12(Right(vwx270), Right(vwx280), bae, app(app(app(ty_@3, bag), bah), bba)) -> new_ltEs11(vwx270, vwx280, bag, bah, bba) 19.02/7.18 new_ltEs24(vwx56, vwx57, ty_Float) -> new_ltEs15(vwx56, vwx57) 19.02/7.18 new_esEs37(vwx270, vwx280, app(app(app(ty_@3, dg), dh), ea)) -> new_esEs13(vwx270, vwx280, dg, dh, ea) 19.02/7.18 new_esEs11(vwx3000, vwx31000, ty_Float) -> new_esEs23(vwx3000, vwx31000) 19.02/7.18 new_lt21(vwx270, vwx280, ty_Ordering) -> new_lt12(vwx270, vwx280) 19.02/7.18 new_esEs6(vwx3001, vwx31001, ty_Int) -> new_esEs27(vwx3001, vwx31001) 19.02/7.18 new_lt20(vwx270, vwx280, app(ty_Maybe, bbg)) -> new_lt11(vwx270, vwx280, bbg) 19.02/7.18 new_lt22(vwx271, vwx281, app(app(ty_Either, fd), ff)) -> new_lt13(vwx271, vwx281, fd, ff) 19.02/7.18 new_ltEs19(vwx49, vwx50, app(ty_[], cbh)) -> new_ltEs16(vwx49, vwx50, cbh) 19.02/7.18 new_esEs8(vwx3000, vwx31000, ty_@0) -> new_esEs24(vwx3000, vwx31000) 19.02/7.18 new_primMulInt(Neg(vwx30000), Neg(vwx310010)) -> Pos(new_primMulNat0(vwx30000, vwx310010)) 19.02/7.18 new_primCmpInt(Pos(Zero), Pos(Succ(vwx310000))) -> new_primCmpNat0(Zero, Succ(vwx310000)) 19.02/7.18 new_ltEs5(vwx80, vwx83, ty_Double) -> new_ltEs7(vwx80, vwx83) 19.02/7.18 new_ltEs19(vwx49, vwx50, app(app(ty_@2, cbf), cbg)) -> new_ltEs13(vwx49, vwx50, cbf, cbg) 19.02/7.18 new_ltEs5(vwx80, vwx83, app(ty_[], bhg)) -> new_ltEs16(vwx80, vwx83, bhg) 19.02/7.18 new_esEs15(vwx30001, vwx310001, app(ty_[], daf)) -> new_esEs20(vwx30001, vwx310001, daf) 19.02/7.18 new_lt19(vwx78, vwx81) -> new_esEs12(new_compare27(vwx78, vwx81), LT) 19.02/7.18 new_ltEs12(Left(vwx270), Left(vwx280), ty_Double, hd) -> new_ltEs7(vwx270, vwx280) 19.02/7.18 new_esEs8(vwx3000, vwx31000, ty_Double) -> new_esEs18(vwx3000, vwx31000) 19.02/7.18 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Float, dde) -> new_esEs23(vwx30000, vwx310000) 19.02/7.18 new_esEs29(vwx79, vwx82, ty_Int) -> new_esEs27(vwx79, vwx82) 19.02/7.18 new_esEs34(vwx30000, vwx310000, app(ty_Ratio, fbe)) -> new_esEs21(vwx30000, vwx310000, fbe) 19.02/7.18 new_ltEs9(Just(vwx270), Just(vwx280), app(app(app(ty_@3, cc), cd), ce)) -> new_ltEs11(vwx270, vwx280, cc, cd, ce) 19.02/7.18 new_esEs35(vwx270, vwx280, app(app(ty_Either, bcd), bce)) -> new_esEs28(vwx270, vwx280, bcd, bce) 19.02/7.18 new_esEs19(Just(vwx30000), Just(vwx310000), app(app(ty_@2, fhb), fhc)) -> new_esEs26(vwx30000, vwx310000, fhb, fhc) 19.02/7.18 new_esEs38(vwx91, vwx93, app(ty_[], cdd)) -> new_esEs20(vwx91, vwx93, cdd) 19.02/7.18 new_ltEs9(Just(vwx270), Just(vwx280), ty_Bool) -> new_ltEs6(vwx270, vwx280) 19.02/7.18 new_ltEs12(Right(vwx270), Right(vwx280), bae, app(ty_Ratio, dgh)) -> new_ltEs17(vwx270, vwx280, dgh) 19.02/7.18 new_compare212(vwx56, vwx57, True, cfa, fgb) -> EQ 19.02/7.18 new_ltEs5(vwx80, vwx83, app(ty_Maybe, bgg)) -> new_ltEs9(vwx80, vwx83, bgg) 19.02/7.18 new_lt6(vwx79, vwx82, app(ty_Maybe, bfd)) -> new_lt11(vwx79, vwx82, bfd) 19.02/7.18 new_ltEs12(Right(vwx270), Right(vwx280), bae, app(app(ty_Either, bbb), bbc)) -> new_ltEs12(vwx270, vwx280, bbb, bbc) 19.02/7.18 new_primMulInt(Pos(vwx30000), Neg(vwx310010)) -> Neg(new_primMulNat0(vwx30000, vwx310010)) 19.02/7.18 new_primMulInt(Neg(vwx30000), Pos(vwx310010)) -> Neg(new_primMulNat0(vwx30000, vwx310010)) 19.02/7.18 new_ltEs22(vwx27, vwx28, ty_Char) -> new_ltEs18(vwx27, vwx28) 19.02/7.18 new_esEs30(vwx78, vwx81, app(ty_Maybe, bed)) -> new_esEs19(vwx78, vwx81, bed) 19.02/7.18 new_ltEs12(Right(vwx270), Left(vwx280), bae, hd) -> False 19.02/7.18 new_lt20(vwx270, vwx280, app(ty_[], bch)) -> new_lt17(vwx270, vwx280, bch) 19.02/7.18 new_esEs14(vwx30002, vwx310002, ty_Ordering) -> new_esEs12(vwx30002, vwx310002) 19.02/7.18 new_ltEs22(vwx27, vwx28, ty_@0) -> new_ltEs4(vwx27, vwx28) 19.02/7.18 new_esEs37(vwx270, vwx280, ty_Double) -> new_esEs18(vwx270, vwx280) 19.02/7.18 new_esEs30(vwx78, vwx81, ty_Char) -> new_esEs25(vwx78, vwx81) 19.02/7.18 new_compare16(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare7(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 19.02/7.18 new_compare16(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare7(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 19.02/7.18 new_ltEs22(vwx27, vwx28, app(app(app(ty_@3, eg), de), df)) -> new_ltEs11(vwx27, vwx28, eg, de, df) 19.02/7.18 new_ltEs22(vwx27, vwx28, ty_Bool) -> new_ltEs6(vwx27, vwx28) 19.02/7.18 new_esEs19(Nothing, Just(vwx310000), ecg) -> False 19.02/7.18 new_esEs19(Just(vwx30000), Nothing, ecg) -> False 19.02/7.18 new_esEs19(Nothing, Nothing, ecg) -> True 19.02/7.18 new_esEs6(vwx3001, vwx31001, app(app(app(ty_@3, ead), eae), eaf)) -> new_esEs13(vwx3001, vwx31001, ead, eae, eaf) 19.02/7.18 new_ltEs18(vwx27, vwx28) -> new_fsEs(new_compare27(vwx27, vwx28)) 19.02/7.18 new_esEs8(vwx3000, vwx31000, ty_Ordering) -> new_esEs12(vwx3000, vwx31000) 19.02/7.18 new_esEs36(vwx271, vwx281, app(ty_[], ga)) -> new_esEs20(vwx271, vwx281, ga) 19.02/7.18 new_lt23(vwx91, vwx93, ty_Int) -> new_lt15(vwx91, vwx93) 19.02/7.18 new_ltEs23(vwx92, vwx94, app(ty_Ratio, fdd)) -> new_ltEs17(vwx92, vwx94, fdd) 19.02/7.18 new_lt21(vwx270, vwx280, ty_Integer) -> new_lt10(vwx270, vwx280) 19.02/7.18 new_compare4(vwx300, vwx3100, app(ty_[], ceg)) -> new_compare26(vwx300, vwx3100, ceg) 19.02/7.18 new_ltEs19(vwx49, vwx50, ty_Integer) -> new_ltEs8(vwx49, vwx50) 19.02/7.18 new_ltEs9(Nothing, Just(vwx280), fcc) -> True 19.02/7.18 new_ltEs21(vwx272, vwx282, app(app(ty_Either, gf), gg)) -> new_ltEs12(vwx272, vwx282, gf, gg) 19.02/7.18 new_asAs(True, vwx116) -> vwx116 19.02/7.18 new_compare111(vwx158, vwx159, vwx160, vwx161, False, vwx163, cgc, cgd) -> new_compare10(vwx158, vwx159, vwx160, vwx161, vwx163, cgc, cgd) 19.02/7.18 new_esEs34(vwx30000, vwx310000, app(app(ty_Either, fbh), fca)) -> new_esEs28(vwx30000, vwx310000, fbh, fca) 19.02/7.18 new_esEs9(vwx3000, vwx31000, ty_Int) -> new_esEs27(vwx3000, vwx31000) 19.02/7.18 new_lt6(vwx79, vwx82, ty_Int) -> new_lt15(vwx79, vwx82) 19.02/7.18 new_esEs16(vwx30000, vwx310000, ty_Double) -> new_esEs18(vwx30000, vwx310000) 19.02/7.18 new_lt6(vwx79, vwx82, app(app(ty_@2, bgc), bgd)) -> new_lt14(vwx79, vwx82, bgc, bgd) 19.02/7.18 new_primCompAux00(vwx20, vwx21, EQ, ty_Char) -> new_compare27(vwx20, vwx21) 19.02/7.18 new_compare8(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare7(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 19.02/7.18 new_compare8(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare7(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 19.02/7.18 new_ltEs20(vwx271, vwx281, ty_Integer) -> new_ltEs8(vwx271, vwx281) 19.02/7.18 new_ltEs24(vwx56, vwx57, ty_Ordering) -> new_ltEs10(vwx56, vwx57) 19.02/7.18 new_ltEs24(vwx56, vwx57, ty_Int) -> new_ltEs14(vwx56, vwx57) 19.02/7.18 new_esEs11(vwx3000, vwx31000, app(ty_[], eeb)) -> new_esEs20(vwx3000, vwx31000, eeb) 19.02/7.18 new_esEs4(vwx3000, vwx31000, app(app(ty_@2, edb), edc)) -> new_esEs26(vwx3000, vwx31000, edb, edc) 19.02/7.18 new_lt22(vwx271, vwx281, app(ty_Ratio, fch)) -> new_lt18(vwx271, vwx281, fch) 19.02/7.18 new_compare10(vwx158, vwx159, vwx160, vwx161, True, cgc, cgd) -> LT 19.02/7.18 new_ltEs23(vwx92, vwx94, app(ty_Maybe, cdf)) -> new_ltEs9(vwx92, vwx94, cdf) 19.02/7.18 new_esEs15(vwx30001, vwx310001, app(app(ty_@2, dah), dba)) -> new_esEs26(vwx30001, vwx310001, dah, dba) 19.02/7.18 new_esEs38(vwx91, vwx93, app(ty_Ratio, fdc)) -> new_esEs21(vwx91, vwx93, fdc) 19.02/7.18 new_compare19(Left(vwx3000), Right(vwx31000), cae, caf) -> LT 19.02/7.18 new_esEs7(vwx3000, vwx31000, ty_Bool) -> new_esEs17(vwx3000, vwx31000) 19.02/7.18 new_primMulNat0(Zero, Zero) -> Zero 19.02/7.18 new_esEs39(vwx30000, vwx310000, app(app(ty_@2, fff), ffg)) -> new_esEs26(vwx30000, vwx310000, fff, ffg) 19.02/7.18 new_primCompAux00(vwx20, vwx21, EQ, ty_Double) -> new_compare16(vwx20, vwx21) 19.02/7.18 new_ltEs5(vwx80, vwx83, app(ty_Ratio, dgd)) -> new_ltEs17(vwx80, vwx83, dgd) 19.02/7.18 new_ltEs5(vwx80, vwx83, app(app(app(ty_@3, bgh), bha), bhb)) -> new_ltEs11(vwx80, vwx83, bgh, bha, bhb) 19.02/7.18 new_ltEs22(vwx27, vwx28, app(ty_Maybe, fcc)) -> new_ltEs9(vwx27, vwx28, fcc) 19.02/7.18 new_lt23(vwx91, vwx93, app(ty_Ratio, fdc)) -> new_lt18(vwx91, vwx93, fdc) 19.02/7.18 new_compare28(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, bgf, bfe) -> new_compare12(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, new_lt7(vwx78, vwx81, bfc), new_asAs(new_esEs30(vwx78, vwx81, bfc), new_pePe(new_lt6(vwx79, vwx82, bgf), new_asAs(new_esEs29(vwx79, vwx82, bgf), new_ltEs5(vwx80, vwx83, bfe)))), bfc, bgf, bfe) 19.02/7.18 new_esEs29(vwx79, vwx82, ty_@0) -> new_esEs24(vwx79, vwx82) 19.02/7.18 new_esEs14(vwx30002, vwx310002, app(app(ty_@2, chf), chg)) -> new_esEs26(vwx30002, vwx310002, chf, chg) 19.02/7.18 new_compare19(Left(vwx3000), Left(vwx31000), cae, caf) -> new_compare210(vwx3000, vwx31000, new_esEs8(vwx3000, vwx31000, cae), cae, caf) 19.02/7.18 new_esEs4(vwx3000, vwx31000, ty_Ordering) -> new_esEs12(vwx3000, vwx31000) 19.02/7.18 new_esEs18(Double(vwx30000, vwx30001), Double(vwx310000, vwx310001)) -> new_esEs27(new_sr0(vwx30000, vwx310001), new_sr0(vwx30001, vwx310000)) 19.02/7.18 new_lt7(vwx78, vwx81, app(ty_[], cad)) -> new_lt17(vwx78, vwx81, cad) 19.02/7.18 new_esEs28(Right(vwx30000), Right(vwx310000), deh, ty_Char) -> new_esEs25(vwx30000, vwx310000) 19.02/7.18 new_esEs29(vwx79, vwx82, app(ty_Maybe, bfd)) -> new_esEs19(vwx79, vwx82, bfd) 19.02/7.18 new_lt12(vwx78, vwx81) -> new_esEs12(new_compare18(vwx78, vwx81), LT) 19.02/7.18 new_esEs6(vwx3001, vwx31001, ty_Double) -> new_esEs18(vwx3001, vwx31001) 19.02/7.18 new_ltEs19(vwx49, vwx50, app(app(ty_Either, cbd), cbe)) -> new_ltEs12(vwx49, vwx50, cbd, cbe) 19.02/7.18 new_lt23(vwx91, vwx93, app(app(ty_@2, cdb), cdc)) -> new_lt14(vwx91, vwx93, cdb, cdc) 19.02/7.18 new_ltEs5(vwx80, vwx83, ty_Bool) -> new_ltEs6(vwx80, vwx83) 19.02/7.18 new_lt18(vwx78, vwx81, dge) -> new_esEs12(new_compare5(vwx78, vwx81, dge), LT) 19.02/7.18 new_lt7(vwx78, vwx81, ty_Ordering) -> new_lt12(vwx78, vwx81) 19.02/7.18 new_ltEs23(vwx92, vwx94, ty_Ordering) -> new_ltEs10(vwx92, vwx94) 19.02/7.18 new_lt7(vwx78, vwx81, ty_Int) -> new_lt15(vwx78, vwx81) 19.02/7.18 new_esEs28(Right(vwx30000), Right(vwx310000), deh, ty_@0) -> new_esEs24(vwx30000, vwx310000) 19.02/7.18 new_esEs30(vwx78, vwx81, ty_@0) -> new_esEs24(vwx78, vwx81) 19.02/7.18 new_esEs39(vwx30000, vwx310000, ty_Ordering) -> new_esEs12(vwx30000, vwx310000) 19.02/7.18 new_esEs5(vwx3002, vwx31002, app(app(app(ty_@3, dhb), dhc), dhd)) -> new_esEs13(vwx3002, vwx31002, dhb, dhc, dhd) 19.02/7.18 new_esEs5(vwx3002, vwx31002, ty_Double) -> new_esEs18(vwx3002, vwx31002) 19.02/7.18 new_primEqInt(Neg(Succ(vwx300000)), Neg(Zero)) -> False 19.02/7.18 new_primEqInt(Neg(Zero), Neg(Succ(vwx3100000))) -> False 19.02/7.18 new_ltEs20(vwx271, vwx281, app(app(ty_Either, bdf), bdg)) -> new_ltEs12(vwx271, vwx281, bdf, bdg) 19.02/7.18 new_ltEs21(vwx272, vwx282, ty_Integer) -> new_ltEs8(vwx272, vwx282) 19.02/7.18 new_primEqInt(Pos(Succ(vwx300000)), Pos(Succ(vwx3100000))) -> new_primEqNat0(vwx300000, vwx3100000) 19.02/7.18 new_esEs21(:%(vwx30000, vwx30001), :%(vwx310000, vwx310001), eda) -> new_asAs(new_esEs32(vwx30000, vwx310000, eda), new_esEs31(vwx30001, vwx310001, eda)) 19.02/7.18 new_ltEs24(vwx56, vwx57, app(ty_Ratio, fgc)) -> new_ltEs17(vwx56, vwx57, fgc) 19.02/7.18 new_esEs19(Just(vwx30000), Just(vwx310000), app(ty_[], fgh)) -> new_esEs20(vwx30000, vwx310000, fgh) 19.02/7.18 new_compare5(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ty_Int) -> new_compare7(new_sr0(vwx3000, vwx31001), new_sr0(vwx31000, vwx3001)) 19.02/7.18 new_compare4(vwx300, vwx3100, ty_Double) -> new_compare16(vwx300, vwx3100) 19.02/7.18 new_ltEs23(vwx92, vwx94, ty_Int) -> new_ltEs14(vwx92, vwx94) 19.02/7.18 new_esEs29(vwx79, vwx82, ty_Char) -> new_esEs25(vwx79, vwx82) 19.02/7.18 new_esEs8(vwx3000, vwx31000, ty_Bool) -> new_esEs17(vwx3000, vwx31000) 19.02/7.18 new_lt23(vwx91, vwx93, ty_Ordering) -> new_lt12(vwx91, vwx93) 19.02/7.18 new_lt22(vwx271, vwx281, app(app(ty_@2, fg), fh)) -> new_lt14(vwx271, vwx281, fg, fh) 19.02/7.18 new_ltEs12(Left(vwx270), Left(vwx280), app(ty_Ratio, dgg), hd) -> new_ltEs17(vwx270, vwx280, dgg) 19.02/7.18 new_ltEs5(vwx80, vwx83, ty_@0) -> new_ltEs4(vwx80, vwx83) 19.02/7.18 new_primEqInt(Pos(Succ(vwx300000)), Neg(vwx310000)) -> False 19.02/7.18 new_primEqInt(Neg(Succ(vwx300000)), Pos(vwx310000)) -> False 19.02/7.18 new_lt23(vwx91, vwx93, app(ty_Maybe, ccc)) -> new_lt11(vwx91, vwx93, ccc) 19.02/7.18 new_esEs14(vwx30002, vwx310002, app(ty_Ratio, che)) -> new_esEs21(vwx30002, vwx310002, che) 19.02/7.18 new_esEs8(vwx3000, vwx31000, ty_Int) -> new_esEs27(vwx3000, vwx31000) 19.02/7.18 new_primCmpInt(Neg(Zero), Neg(Succ(vwx310000))) -> new_primCmpNat0(Succ(vwx310000), Zero) 19.02/7.18 new_esEs28(Left(vwx30000), Right(vwx310000), deh, dde) -> False 19.02/7.18 new_esEs28(Right(vwx30000), Left(vwx310000), deh, dde) -> False 19.02/7.18 new_esEs7(vwx3000, vwx31000, app(ty_Ratio, ecb)) -> new_esEs21(vwx3000, vwx31000, ecb) 19.02/7.18 new_esEs8(vwx3000, vwx31000, app(app(ty_@2, ehb), ehc)) -> new_esEs26(vwx3000, vwx31000, ehb, ehc) 19.02/7.18 new_esEs20(:(vwx30000, vwx30001), [], ech) -> False 19.02/7.18 new_esEs20([], :(vwx310000, vwx310001), ech) -> False 19.02/7.18 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 19.02/7.18 new_lt22(vwx271, vwx281, ty_Double) -> new_lt9(vwx271, vwx281) 19.02/7.18 new_ltEs10(LT, EQ) -> True 19.02/7.18 new_ltEs23(vwx92, vwx94, app(app(app(ty_@3, cdg), cdh), cea)) -> new_ltEs11(vwx92, vwx94, cdg, cdh, cea) 19.02/7.18 new_esEs35(vwx270, vwx280, app(ty_[], bch)) -> new_esEs20(vwx270, vwx280, bch) 19.02/7.18 new_esEs38(vwx91, vwx93, ty_Double) -> new_esEs18(vwx91, vwx93) 19.02/7.18 new_primCompAux00(vwx20, vwx21, LT, ddc) -> LT 19.02/7.18 new_esEs7(vwx3000, vwx31000, app(app(app(ty_@3, ebf), ebg), ebh)) -> new_esEs13(vwx3000, vwx31000, ebf, ebg, ebh) 19.02/7.18 new_ltEs21(vwx272, vwx282, ty_Bool) -> new_ltEs6(vwx272, vwx282) 19.02/7.18 new_esEs6(vwx3001, vwx31001, app(ty_Ratio, eah)) -> new_esEs21(vwx3001, vwx31001, eah) 19.02/7.18 new_ltEs24(vwx56, vwx57, app(app(ty_Either, cff), cfg)) -> new_ltEs12(vwx56, vwx57, cff, cfg) 19.02/7.18 new_ltEs22(vwx27, vwx28, app(ty_Ratio, fcb)) -> new_ltEs17(vwx27, vwx28, fcb) 19.02/7.18 new_esEs7(vwx3000, vwx31000, app(app(ty_@2, ecc), ecd)) -> new_esEs26(vwx3000, vwx31000, ecc, ecd) 19.02/7.18 new_ltEs12(Left(vwx270), Left(vwx280), ty_Float, hd) -> new_ltEs15(vwx270, vwx280) 19.02/7.18 new_compare5(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ty_Integer) -> new_compare6(new_sr(vwx3000, vwx31001), new_sr(vwx31000, vwx3001)) 19.02/7.18 new_not(False) -> True 19.02/7.18 new_ltEs22(vwx27, vwx28, app(app(ty_Either, bae), hd)) -> new_ltEs12(vwx27, vwx28, bae, hd) 19.02/7.18 new_lt21(vwx270, vwx280, app(ty_[], ef)) -> new_lt17(vwx270, vwx280, ef) 19.02/7.18 new_compare18(GT, EQ) -> GT 19.02/7.18 new_esEs12(LT, EQ) -> False 19.02/7.18 new_esEs12(EQ, LT) -> False 19.02/7.18 new_compare210(vwx49, vwx50, False, edd, cah) -> new_compare11(vwx49, vwx50, new_ltEs19(vwx49, vwx50, edd), edd, cah) 19.02/7.18 new_ltEs5(vwx80, vwx83, ty_Ordering) -> new_ltEs10(vwx80, vwx83) 19.02/7.18 new_ltEs21(vwx272, vwx282, ty_@0) -> new_ltEs4(vwx272, vwx282) 19.02/7.18 new_esEs9(vwx3000, vwx31000, ty_Bool) -> new_esEs17(vwx3000, vwx31000) 19.02/7.18 new_esEs36(vwx271, vwx281, ty_Double) -> new_esEs18(vwx271, vwx281) 19.02/7.18 new_ltEs23(vwx92, vwx94, ty_Bool) -> new_ltEs6(vwx92, vwx94) 19.02/7.18 new_esEs20(:(vwx30000, vwx30001), :(vwx310000, vwx310001), ech) -> new_asAs(new_esEs39(vwx30000, vwx310000, ech), new_esEs20(vwx30001, vwx310001, ech)) 19.02/7.18 new_ltEs5(vwx80, vwx83, ty_Int) -> new_ltEs14(vwx80, vwx83) 19.02/7.18 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Integer, dde) -> new_esEs22(vwx30000, vwx310000) 19.02/7.18 new_esEs7(vwx3000, vwx31000, ty_Ordering) -> new_esEs12(vwx3000, vwx31000) 19.02/7.18 new_esEs12(LT, GT) -> False 19.02/7.18 new_esEs12(GT, LT) -> False 19.02/7.18 new_esEs9(vwx3000, vwx31000, app(app(app(ty_@3, fdf), fdg), fdh)) -> new_esEs13(vwx3000, vwx31000, fdf, fdg, fdh) 19.02/7.18 new_compare8(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare7(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 19.02/7.18 new_lt23(vwx91, vwx93, ty_Double) -> new_lt9(vwx91, vwx93) 19.02/7.18 new_ltEs20(vwx271, vwx281, app(ty_Ratio, fcf)) -> new_ltEs17(vwx271, vwx281, fcf) 19.02/7.18 new_sr0(vwx3000, vwx31001) -> new_primMulInt(vwx3000, vwx31001) 19.02/7.18 new_ltEs9(Just(vwx270), Just(vwx280), app(app(ty_@2, da), db)) -> new_ltEs13(vwx270, vwx280, da, db) 19.02/7.18 new_ltEs17(vwx27, vwx28, fcb) -> new_fsEs(new_compare5(vwx27, vwx28, fcb)) 19.02/7.18 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 19.02/7.18 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 19.02/7.18 new_esEs16(vwx30000, vwx310000, app(app(ty_@2, dcb), dcc)) -> new_esEs26(vwx30000, vwx310000, dcb, dcc) 19.02/7.18 new_ltEs23(vwx92, vwx94, ty_@0) -> new_ltEs4(vwx92, vwx94) 19.02/7.18 new_esEs28(Right(vwx30000), Right(vwx310000), deh, app(ty_[], dfe)) -> new_esEs20(vwx30000, vwx310000, dfe) 19.02/7.18 new_esEs4(vwx3000, vwx31000, ty_Double) -> new_esEs18(vwx3000, vwx31000) 19.02/7.18 new_ltEs24(vwx56, vwx57, ty_Integer) -> new_ltEs8(vwx56, vwx57) 19.02/7.18 new_esEs5(vwx3002, vwx31002, ty_Ordering) -> new_esEs12(vwx3002, vwx31002) 19.02/7.18 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 19.02/7.18 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Bool, dde) -> new_esEs17(vwx30000, vwx310000) 19.02/7.18 new_ltEs21(vwx272, vwx282, ty_Ordering) -> new_ltEs10(vwx272, vwx282) 19.02/7.18 new_primMulNat0(Succ(vwx300000), Succ(vwx3100100)) -> new_primPlusNat0(new_primMulNat0(vwx300000, Succ(vwx3100100)), vwx3100100) 19.02/7.18 new_ltEs23(vwx92, vwx94, ty_Integer) -> new_ltEs8(vwx92, vwx94) 19.02/7.18 new_esEs28(Left(vwx30000), Left(vwx310000), app(ty_Ratio, dec), dde) -> new_esEs21(vwx30000, vwx310000, dec) 19.02/7.18 new_esEs25(Char(vwx30000), Char(vwx310000)) -> new_primEqNat0(vwx30000, vwx310000) 19.02/7.18 new_compare29(vwx27, vwx28, True, fdb) -> EQ 19.02/7.18 new_ltEs21(vwx272, vwx282, ty_Int) -> new_ltEs14(vwx272, vwx282) 19.02/7.18 new_esEs28(Right(vwx30000), Right(vwx310000), deh, ty_Float) -> new_esEs23(vwx30000, vwx310000) 19.02/7.18 new_lt20(vwx270, vwx280, app(app(ty_@2, bcf), bcg)) -> new_lt14(vwx270, vwx280, bcf, bcg) 19.02/7.18 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Int, dde) -> new_esEs27(vwx30000, vwx310000) 19.02/7.18 new_esEs39(vwx30000, vwx310000, app(ty_Ratio, ffe)) -> new_esEs21(vwx30000, vwx310000, ffe) 19.02/7.18 new_ltEs12(Left(vwx270), Left(vwx280), app(ty_Maybe, hc), hd) -> new_ltEs9(vwx270, vwx280, hc) 19.02/7.18 new_esEs16(vwx30000, vwx310000, app(ty_Ratio, dca)) -> new_esEs21(vwx30000, vwx310000, dca) 19.02/7.18 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 19.02/7.18 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 19.02/7.18 new_compare15(True, True) -> EQ 19.02/7.18 new_compare110(vwx128, vwx129, False, egb, egc) -> GT 19.02/7.18 new_esEs33(vwx30001, vwx310001, app(ty_[], fab)) -> new_esEs20(vwx30001, vwx310001, fab) 19.02/7.18 new_primEqNat0(Zero, Zero) -> True 19.02/7.18 new_ltEs9(Just(vwx270), Nothing, fcc) -> False 19.02/7.18 new_esEs29(vwx79, vwx82, ty_Float) -> new_esEs23(vwx79, vwx82) 19.02/7.18 new_ltEs9(Nothing, Nothing, fcc) -> True 19.02/7.18 new_ltEs21(vwx272, vwx282, app(app(app(ty_@3, gc), gd), ge)) -> new_ltEs11(vwx272, vwx282, gc, gd, ge) 19.02/7.18 new_compare17(Nothing, Just(vwx31000), ca) -> LT 19.02/7.18 new_esEs4(vwx3000, vwx31000, app(ty_Ratio, eda)) -> new_esEs21(vwx3000, vwx31000, eda) 19.02/7.18 new_ltEs10(LT, GT) -> True 19.02/7.18 new_ltEs12(Right(vwx270), Right(vwx280), bae, ty_Double) -> new_ltEs7(vwx270, vwx280) 19.02/7.18 new_esEs10(vwx3001, vwx31001, app(ty_[], efd)) -> new_esEs20(vwx3001, vwx31001, efd) 19.02/7.18 new_asAs(False, vwx116) -> False 19.02/7.18 new_esEs30(vwx78, vwx81, app(app(ty_Either, bhh), caa)) -> new_esEs28(vwx78, vwx81, bhh, caa) 19.02/7.18 new_esEs5(vwx3002, vwx31002, app(app(ty_@2, dhg), dhh)) -> new_esEs26(vwx3002, vwx31002, dhg, dhh) 19.02/7.18 new_ltEs19(vwx49, vwx50, ty_Int) -> new_ltEs14(vwx49, vwx50) 19.02/7.18 new_ltEs24(vwx56, vwx57, app(ty_Maybe, cfb)) -> new_ltEs9(vwx56, vwx57, cfb) 19.02/7.18 new_esEs6(vwx3001, vwx31001, ty_Ordering) -> new_esEs12(vwx3001, vwx31001) 19.02/7.18 new_ltEs19(vwx49, vwx50, ty_Ordering) -> new_ltEs10(vwx49, vwx50) 19.02/7.18 new_ltEs20(vwx271, vwx281, ty_Ordering) -> new_ltEs10(vwx271, vwx281) 19.02/7.18 new_esEs8(vwx3000, vwx31000, app(app(app(ty_@3, ege), egf), egg)) -> new_esEs13(vwx3000, vwx31000, ege, egf, egg) 19.02/7.18 new_esEs29(vwx79, vwx82, app(app(ty_Either, bga), bgb)) -> new_esEs28(vwx79, vwx82, bga, bgb) 19.02/7.18 new_ltEs21(vwx272, vwx282, app(ty_Ratio, fda)) -> new_ltEs17(vwx272, vwx282, fda) 19.02/7.18 new_esEs15(vwx30001, vwx310001, ty_Double) -> new_esEs18(vwx30001, vwx310001) 19.02/7.18 new_ltEs20(vwx271, vwx281, ty_Int) -> new_ltEs14(vwx271, vwx281) 19.02/7.18 19.02/7.18 The set Q consists of the following terms: 19.02/7.18 19.02/7.18 new_esEs35(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_esEs29(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_ltEs19(x0, x1, ty_Integer) 19.02/7.18 new_ltEs5(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_esEs36(x0, x1, ty_Float) 19.02/7.18 new_esEs28(Left(x0), Left(x1), ty_Integer, x2) 19.02/7.18 new_ltEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_primMulInt(Neg(x0), Neg(x1)) 19.02/7.18 new_esEs31(x0, x1, ty_Integer) 19.02/7.18 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_primPlusNat1(Zero, Zero) 19.02/7.18 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 19.02/7.18 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 19.02/7.18 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 19.02/7.18 new_esEs39(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_compare4(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_esEs4(x0, x1, ty_@0) 19.02/7.18 new_primMulInt(Pos(x0), Neg(x1)) 19.02/7.18 new_primMulInt(Neg(x0), Pos(x1)) 19.02/7.18 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_esEs8(x0, x1, ty_@0) 19.02/7.18 new_esEs28(Left(x0), Left(x1), ty_Bool, x2) 19.02/7.18 new_compare111(x0, x1, x2, x3, False, x4, x5, x6) 19.02/7.18 new_primEqInt(Pos(Zero), Pos(Zero)) 19.02/7.18 new_esEs4(x0, x1, ty_Bool) 19.02/7.18 new_ltEs12(Left(x0), Right(x1), x2, x3) 19.02/7.18 new_esEs28(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 19.02/7.18 new_ltEs9(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_ltEs12(Right(x0), Left(x1), x2, x3) 19.02/7.18 new_esEs30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_esEs5(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_ltEs19(x0, x1, ty_Bool) 19.02/7.18 new_ltEs12(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 19.02/7.18 new_esEs14(x0, x1, ty_Int) 19.02/7.18 new_ltEs9(Just(x0), Just(x1), app(ty_[], x2)) 19.02/7.18 new_esEs8(x0, x1, ty_Int) 19.02/7.18 new_primEqInt(Neg(Zero), Neg(Zero)) 19.02/7.18 new_ltEs12(Left(x0), Left(x1), ty_Bool, x2) 19.02/7.18 new_esEs35(x0, x1, app(ty_[], x2)) 19.02/7.18 new_esEs14(x0, x1, ty_@0) 19.02/7.18 new_lt21(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_compare17(Just(x0), Just(x1), x2) 19.02/7.18 new_primCompAux00(x0, x1, EQ, ty_Double) 19.02/7.18 new_ltEs24(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_esEs37(x0, x1, ty_Bool) 19.02/7.18 new_esEs37(x0, x1, ty_Float) 19.02/7.18 new_esEs4(x0, x1, ty_Int) 19.02/7.18 new_lt14(x0, x1, x2, x3) 19.02/7.18 new_compare8(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 19.02/7.18 new_ltEs12(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 19.02/7.18 new_esEs38(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_lt7(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_compare28(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 19.02/7.18 new_esEs33(x0, x1, app(ty_[], x2)) 19.02/7.18 new_esEs30(x0, x1, ty_Bool) 19.02/7.18 new_lt22(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_compare110(x0, x1, False, x2, x3) 19.02/7.18 new_esEs35(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_ltEs19(x0, x1, ty_@0) 19.02/7.18 new_ltEs22(x0, x1, ty_Float) 19.02/7.18 new_compare15(False, True) 19.02/7.18 new_compare15(True, False) 19.02/7.18 new_lt7(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_esEs28(Left(x0), Left(x1), ty_Float, x2) 19.02/7.18 new_ltEs12(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 19.02/7.18 new_primEqInt(Pos(Zero), Neg(Zero)) 19.02/7.18 new_primEqInt(Neg(Zero), Pos(Zero)) 19.02/7.18 new_esEs34(x0, x1, ty_Ordering) 19.02/7.18 new_ltEs12(Left(x0), Left(x1), ty_Float, x2) 19.02/7.18 new_esEs12(LT, GT) 19.02/7.18 new_esEs12(GT, LT) 19.02/7.18 new_esEs6(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_ltEs9(Just(x0), Just(x1), ty_Float) 19.02/7.18 new_ltEs12(Left(x0), Left(x1), ty_@0, x2) 19.02/7.18 new_primMulInt(Pos(x0), Pos(x1)) 19.02/7.18 new_ltEs20(x0, x1, ty_Ordering) 19.02/7.18 new_esEs30(x0, x1, ty_@0) 19.02/7.18 new_lt21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_esEs8(x0, x1, ty_Bool) 19.02/7.18 new_esEs14(x0, x1, ty_Bool) 19.02/7.18 new_esEs37(x0, x1, ty_@0) 19.02/7.18 new_compare18(GT, GT) 19.02/7.18 new_ltEs21(x0, x1, ty_@0) 19.02/7.18 new_ltEs24(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_lt15(x0, x1) 19.02/7.18 new_ltEs19(x0, x1, ty_Float) 19.02/7.18 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 19.02/7.18 new_esEs28(Left(x0), Left(x1), ty_@0, x2) 19.02/7.18 new_esEs30(x0, x1, ty_Int) 19.02/7.18 new_esEs33(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 19.02/7.18 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 19.02/7.18 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_esEs27(x0, x1) 19.02/7.18 new_ltEs21(x0, x1, ty_Int) 19.02/7.18 new_lt22(x0, x1, ty_Ordering) 19.02/7.18 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_primMulNat0(Succ(x0), Succ(x1)) 19.02/7.18 new_ltEs12(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 19.02/7.18 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_sr(Integer(x0), Integer(x1)) 19.02/7.18 new_ltEs21(x0, x1, ty_Bool) 19.02/7.18 new_compare13(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 19.02/7.18 new_ltEs10(GT, GT) 19.02/7.18 new_esEs34(x0, x1, ty_Double) 19.02/7.18 new_compare4(x0, x1, ty_Int) 19.02/7.18 new_esEs6(x0, x1, ty_Int) 19.02/7.18 new_ltEs19(x0, x1, ty_Int) 19.02/7.18 new_esEs6(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_lt20(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_ltEs24(x0, x1, ty_Double) 19.02/7.18 new_esEs38(x0, x1, ty_Int) 19.02/7.18 new_esEs12(GT, GT) 19.02/7.18 new_esEs36(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_lt22(x0, x1, ty_Double) 19.02/7.18 new_primCompAux00(x0, x1, EQ, app(ty_[], x2)) 19.02/7.18 new_ltEs9(Just(x0), Just(x1), ty_Bool) 19.02/7.18 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 19.02/7.18 new_esEs33(x0, x1, ty_Char) 19.02/7.18 new_esEs9(x0, x1, ty_Integer) 19.02/7.18 new_esEs10(x0, x1, app(ty_[], x2)) 19.02/7.18 new_esEs35(x0, x1, ty_Char) 19.02/7.18 new_lt17(x0, x1, x2) 19.02/7.18 new_compare112(x0, x1, True, x2) 19.02/7.18 new_ltEs22(x0, x1, ty_Int) 19.02/7.18 new_esEs32(x0, x1, ty_Int) 19.02/7.18 new_primCompAux00(x0, x1, EQ, ty_Ordering) 19.02/7.18 new_esEs28(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 19.02/7.18 new_ltEs21(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_ltEs9(Nothing, Just(x0), x1) 19.02/7.18 new_esEs28(Right(x0), Right(x1), x2, app(ty_[], x3)) 19.02/7.18 new_compare12(x0, x1, x2, x3, x4, x5, True, x6, x7, x8, x9) 19.02/7.18 new_lt6(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs36(x0, x1, ty_@0) 19.02/7.18 new_lt6(x0, x1, ty_Int) 19.02/7.18 new_esEs34(x0, x1, app(ty_[], x2)) 19.02/7.18 new_esEs4(x0, x1, ty_Integer) 19.02/7.18 new_compare26([], :(x0, x1), x2) 19.02/7.18 new_compare212(x0, x1, False, x2, x3) 19.02/7.18 new_esEs16(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_lt5(x0, x1, x2, x3, x4) 19.02/7.18 new_esEs15(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_ltEs5(x0, x1, ty_Char) 19.02/7.18 new_compare8(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 19.02/7.18 new_esEs9(x0, x1, ty_Float) 19.02/7.18 new_esEs14(x0, x1, ty_Float) 19.02/7.18 new_ltEs9(Just(x0), Just(x1), ty_Integer) 19.02/7.18 new_esEs16(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_ltEs12(Right(x0), Right(x1), x2, app(ty_[], x3)) 19.02/7.18 new_esEs16(x0, x1, ty_Int) 19.02/7.18 new_ltEs22(x0, x1, ty_Bool) 19.02/7.18 new_esEs28(Right(x0), Right(x1), x2, ty_@0) 19.02/7.18 new_esEs8(x0, x1, ty_Float) 19.02/7.18 new_lt7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_esEs32(x0, x1, ty_Integer) 19.02/7.18 new_esEs9(x0, x1, ty_Bool) 19.02/7.18 new_ltEs6(False, False) 19.02/7.18 new_esEs24(@0, @0) 19.02/7.18 new_ltEs22(x0, x1, ty_Integer) 19.02/7.18 new_esEs16(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_esEs9(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_esEs37(x0, x1, ty_Integer) 19.02/7.18 new_ltEs21(x0, x1, ty_Integer) 19.02/7.18 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs21(:%(x0, x1), :%(x2, x3), x4) 19.02/7.18 new_ltEs24(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_lt20(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_esEs4(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_esEs6(x0, x1, app(ty_[], x2)) 19.02/7.18 new_ltEs20(x0, x1, ty_Double) 19.02/7.18 new_lt6(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_esEs19(Just(x0), Just(x1), app(ty_Ratio, x2)) 19.02/7.18 new_lt21(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_lt20(x0, x1, ty_Double) 19.02/7.18 new_esEs33(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_lt7(x0, x1, ty_@0) 19.02/7.18 new_esEs29(x0, x1, ty_@0) 19.02/7.18 new_esEs38(x0, x1, ty_Bool) 19.02/7.18 new_esEs15(x0, x1, ty_@0) 19.02/7.18 new_esEs16(x0, x1, ty_Bool) 19.02/7.18 new_lt22(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs5(x0, x1, ty_@0) 19.02/7.18 new_esEs6(x0, x1, ty_Bool) 19.02/7.18 new_lt21(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_esEs28(Left(x0), Right(x1), x2, x3) 19.02/7.18 new_esEs28(Right(x0), Left(x1), x2, x3) 19.02/7.18 new_esEs9(x0, x1, ty_Char) 19.02/7.18 new_esEs20(:(x0, x1), :(x2, x3), x4) 19.02/7.18 new_ltEs19(x0, x1, app(ty_[], x2)) 19.02/7.18 new_compare7(x0, x1) 19.02/7.18 new_esEs14(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_esEs11(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_lt12(x0, x1) 19.02/7.18 new_compare18(GT, LT) 19.02/7.18 new_compare18(LT, GT) 19.02/7.18 new_ltEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_esEs29(x0, x1, app(ty_[], x2)) 19.02/7.18 new_lt7(x0, x1, ty_Bool) 19.02/7.18 new_esEs19(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs28(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 19.02/7.18 new_asAs(False, x0) 19.02/7.18 new_compare19(Left(x0), Left(x1), x2, x3) 19.02/7.18 new_esEs39(x0, x1, ty_Char) 19.02/7.18 new_esEs19(Nothing, Just(x0), x1) 19.02/7.18 new_primCompAux00(x0, x1, EQ, ty_Integer) 19.02/7.18 new_esEs29(x0, x1, ty_Float) 19.02/7.18 new_ltEs8(x0, x1) 19.02/7.18 new_lt6(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_esEs35(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_esEs17(True, True) 19.02/7.18 new_ltEs10(EQ, EQ) 19.02/7.18 new_ltEs22(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_ltEs9(Just(x0), Just(x1), ty_Ordering) 19.02/7.18 new_lt4(x0, x1) 19.02/7.18 new_compare4(x0, x1, ty_@0) 19.02/7.18 new_esEs36(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs11(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_lt21(x0, x1, ty_Bool) 19.02/7.18 new_lt16(x0, x1) 19.02/7.18 new_esEs11(x0, x1, ty_Char) 19.02/7.18 new_esEs7(x0, x1, ty_Char) 19.02/7.18 new_esEs30(x0, x1, app(ty_[], x2)) 19.02/7.18 new_esEs39(x0, x1, ty_Int) 19.02/7.18 new_esEs33(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_compare4(x0, x1, ty_Integer) 19.02/7.18 new_lt22(x0, x1, ty_Bool) 19.02/7.18 new_esEs7(x0, x1, ty_Bool) 19.02/7.18 new_compare6(Integer(x0), Integer(x1)) 19.02/7.18 new_esEs36(x0, x1, ty_Int) 19.02/7.18 new_ltEs9(Just(x0), Just(x1), app(ty_Maybe, x2)) 19.02/7.18 new_compare11(x0, x1, False, x2, x3) 19.02/7.18 new_ltEs9(Just(x0), Just(x1), ty_Double) 19.02/7.18 new_esEs10(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_esEs16(x0, x1, ty_Float) 19.02/7.18 new_ltEs12(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 19.02/7.18 new_esEs28(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 19.02/7.18 new_not(True) 19.02/7.18 new_primCompAux00(x0, x1, EQ, ty_Bool) 19.02/7.18 new_ltEs10(GT, LT) 19.02/7.18 new_ltEs10(LT, GT) 19.02/7.18 new_esEs28(Right(x0), Right(x1), x2, ty_Bool) 19.02/7.18 new_lt21(x0, x1, ty_Int) 19.02/7.18 new_esEs19(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_ltEs5(x0, x1, app(ty_[], x2)) 19.02/7.18 new_ltEs12(Right(x0), Right(x1), x2, ty_Int) 19.02/7.18 new_esEs35(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_lt6(x0, x1, app(ty_[], x2)) 19.02/7.18 new_ltEs9(Just(x0), Just(x1), ty_Int) 19.02/7.18 new_esEs39(x0, x1, ty_Bool) 19.02/7.18 new_lt21(x0, x1, ty_Char) 19.02/7.18 new_esEs39(x0, x1, ty_Double) 19.02/7.18 new_lt23(x0, x1, ty_Bool) 19.02/7.18 new_compare16(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 19.02/7.18 new_compare16(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 19.02/7.18 new_esEs11(x0, x1, ty_Integer) 19.02/7.18 new_primPlusNat0(Zero, x0) 19.02/7.18 new_ltEs12(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 19.02/7.18 new_compare110(x0, x1, True, x2, x3) 19.02/7.18 new_esEs15(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs7(x0, x1, ty_Int) 19.02/7.18 new_ltEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_esEs11(x0, x1, ty_Bool) 19.02/7.18 new_esEs38(x0, x1, app(ty_[], x2)) 19.02/7.18 new_esEs28(Right(x0), Right(x1), x2, ty_Integer) 19.02/7.18 new_esEs5(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_compare4(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_esEs29(x0, x1, ty_Integer) 19.02/7.18 new_esEs7(x0, x1, ty_@0) 19.02/7.18 new_ltEs23(x0, x1, ty_Int) 19.02/7.18 new_esEs17(False, True) 19.02/7.18 new_esEs17(True, False) 19.02/7.18 new_ltEs12(Right(x0), Right(x1), x2, ty_Bool) 19.02/7.18 new_compare4(x0, x1, ty_Char) 19.02/7.18 new_lt7(x0, x1, ty_Integer) 19.02/7.18 new_lt22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_lt23(x0, x1, ty_Char) 19.02/7.18 new_lt23(x0, x1, ty_@0) 19.02/7.18 new_lt7(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_lt22(x0, x1, ty_Integer) 19.02/7.18 new_esEs12(LT, LT) 19.02/7.18 new_lt21(x0, x1, ty_@0) 19.02/7.18 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 19.02/7.18 new_ltEs6(True, True) 19.02/7.18 new_lt23(x0, x1, ty_Int) 19.02/7.18 new_primEqNat0(Succ(x0), Zero) 19.02/7.18 new_lt18(x0, x1, x2) 19.02/7.18 new_esEs19(Just(x0), Just(x1), ty_Double) 19.02/7.18 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_esEs34(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_compare27(Char(x0), Char(x1)) 19.02/7.18 new_compare16(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 19.02/7.18 new_pePe(True, x0) 19.02/7.18 new_ltEs12(Right(x0), Right(x1), x2, ty_Double) 19.02/7.18 new_ltEs12(Right(x0), Right(x1), x2, ty_Char) 19.02/7.18 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_compare4(x0, x1, ty_Bool) 19.02/7.18 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs28(Left(x0), Left(x1), ty_Int, x2) 19.02/7.18 new_esEs39(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_ltEs9(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs36(x0, x1, ty_Bool) 19.02/7.18 new_esEs29(x0, x1, ty_Bool) 19.02/7.18 new_primCompAux00(x0, x1, EQ, ty_Char) 19.02/7.18 new_esEs14(x0, x1, ty_Integer) 19.02/7.18 new_ltEs23(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_lt22(x0, x1, ty_Float) 19.02/7.18 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 19.02/7.18 new_esEs6(x0, x1, ty_Double) 19.02/7.18 new_ltEs23(x0, x1, ty_Char) 19.02/7.18 new_esEs34(x0, x1, ty_Float) 19.02/7.18 new_esEs10(x0, x1, ty_Ordering) 19.02/7.18 new_lt7(x0, x1, ty_Float) 19.02/7.18 new_esEs28(Left(x0), Left(x1), ty_Char, x2) 19.02/7.18 new_lt22(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_ltEs12(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 19.02/7.18 new_asAs(True, x0) 19.02/7.18 new_esEs11(x0, x1, ty_Float) 19.02/7.18 new_esEs35(x0, x1, ty_@0) 19.02/7.18 new_primCompAux00(x0, x1, EQ, ty_Int) 19.02/7.18 new_lt20(x0, x1, ty_Ordering) 19.02/7.18 new_esEs8(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_ltEs24(x0, x1, app(ty_[], x2)) 19.02/7.18 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 19.02/7.18 new_esEs33(x0, x1, ty_Ordering) 19.02/7.18 new_ltEs12(Right(x0), Right(x1), x2, ty_Float) 19.02/7.18 new_esEs33(x0, x1, ty_Double) 19.02/7.18 new_ltEs22(x0, x1, ty_@0) 19.02/7.18 new_esEs28(Right(x0), Right(x1), x2, ty_Char) 19.02/7.18 new_esEs11(x0, x1, app(ty_[], x2)) 19.02/7.18 new_ltEs5(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_esEs8(x0, x1, ty_Ordering) 19.02/7.18 new_esEs5(x0, x1, app(ty_[], x2)) 19.02/7.18 new_primCmpNat0(Succ(x0), Zero) 19.02/7.18 new_esEs37(x0, x1, app(ty_[], x2)) 19.02/7.18 new_esEs13(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.02/7.18 new_ltEs24(x0, x1, ty_Ordering) 19.02/7.18 new_primCompAux00(x0, x1, EQ, ty_Float) 19.02/7.18 new_primEqNat0(Zero, Zero) 19.02/7.18 new_lt21(x0, x1, ty_Integer) 19.02/7.18 new_esEs20([], [], x0) 19.02/7.18 new_ltEs23(x0, x1, ty_Bool) 19.02/7.18 new_esEs11(x0, x1, ty_Int) 19.02/7.18 new_ltEs12(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 19.02/7.18 new_esEs36(x0, x1, ty_Char) 19.02/7.18 new_lt6(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_not(False) 19.02/7.18 new_compare28(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 19.02/7.18 new_esEs38(x0, x1, ty_Double) 19.02/7.18 new_lt23(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_esEs36(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_esEs35(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_lt13(x0, x1, x2, x3) 19.02/7.18 new_esEs39(x0, x1, ty_Float) 19.02/7.18 new_esEs29(x0, x1, ty_Char) 19.02/7.18 new_compare19(Right(x0), Right(x1), x2, x3) 19.02/7.18 new_compare26(:(x0, x1), [], x2) 19.02/7.18 new_esEs34(x0, x1, ty_Char) 19.02/7.18 new_lt7(x0, x1, ty_Char) 19.02/7.18 new_ltEs6(True, False) 19.02/7.18 new_ltEs6(False, True) 19.02/7.18 new_esEs36(x0, x1, ty_Integer) 19.02/7.18 new_esEs38(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_ltEs23(x0, x1, app(ty_[], x2)) 19.02/7.18 new_esEs9(x0, x1, ty_@0) 19.02/7.18 new_esEs19(Nothing, Nothing, x0) 19.02/7.18 new_esEs15(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_ltEs11(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.02/7.18 new_lt19(x0, x1) 19.02/7.18 new_lt22(x0, x1, ty_Char) 19.02/7.18 new_lt23(x0, x1, ty_Integer) 19.02/7.18 new_esEs28(Right(x0), Right(x1), x2, ty_Int) 19.02/7.18 new_esEs30(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_esEs16(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_fsEs(x0) 19.02/7.18 new_esEs19(Just(x0), Just(x1), ty_Ordering) 19.02/7.18 new_esEs38(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_esEs19(Just(x0), Nothing, x1) 19.02/7.18 new_lt22(x0, x1, ty_Int) 19.02/7.18 new_ltEs9(Nothing, Nothing, x0) 19.02/7.18 new_esEs16(x0, x1, ty_Double) 19.02/7.18 new_esEs7(x0, x1, ty_Integer) 19.02/7.18 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_esEs30(x0, x1, ty_Ordering) 19.02/7.18 new_esEs37(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_ltEs12(Left(x0), Left(x1), ty_Ordering, x2) 19.02/7.18 new_compare13(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 19.02/7.18 new_esEs39(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs37(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_esEs29(x0, x1, ty_Int) 19.02/7.18 new_lt7(x0, x1, ty_Int) 19.02/7.18 new_esEs28(Right(x0), Right(x1), x2, ty_Float) 19.02/7.18 new_esEs34(x0, x1, ty_Int) 19.02/7.18 new_ltEs23(x0, x1, ty_Integer) 19.02/7.18 new_esEs4(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_lt9(x0, x1) 19.02/7.18 new_ltEs21(x0, x1, ty_Ordering) 19.02/7.18 new_esEs29(x0, x1, ty_Ordering) 19.02/7.18 new_compare26(:(x0, x1), :(x2, x3), x4) 19.02/7.18 new_esEs14(x0, x1, ty_Char) 19.02/7.18 new_primCmpNat0(Zero, Succ(x0)) 19.02/7.18 new_primCompAux00(x0, x1, EQ, app(ty_Maybe, x2)) 19.02/7.18 new_ltEs5(x0, x1, ty_Bool) 19.02/7.18 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 19.02/7.18 new_esEs15(x0, x1, ty_Double) 19.02/7.18 new_esEs19(Just(x0), Just(x1), ty_Integer) 19.02/7.18 new_esEs12(EQ, EQ) 19.02/7.18 new_lt20(x0, x1, ty_@0) 19.02/7.18 new_esEs36(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_esEs15(x0, x1, ty_Ordering) 19.02/7.18 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_ltEs5(x0, x1, ty_@0) 19.02/7.18 new_ltEs15(x0, x1) 19.02/7.18 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_primCompAux00(x0, x1, EQ, app(app(ty_Either, x2), x3)) 19.02/7.18 new_esEs29(x0, x1, ty_Double) 19.02/7.18 new_ltEs21(x0, x1, ty_Double) 19.02/7.18 new_esEs16(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_esEs39(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_ltEs12(Left(x0), Left(x1), app(ty_[], x2), x3) 19.02/7.18 new_ltEs10(LT, LT) 19.02/7.18 new_esEs33(x0, x1, ty_Bool) 19.02/7.18 new_esEs28(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 19.02/7.18 new_ltEs22(x0, x1, app(ty_[], x2)) 19.02/7.18 new_esEs33(x0, x1, ty_Integer) 19.02/7.18 new_ltEs20(x0, x1, app(ty_[], x2)) 19.02/7.18 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_esEs8(x0, x1, ty_Char) 19.02/7.18 new_esEs14(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_esEs33(x0, x1, ty_@0) 19.02/7.18 new_ltEs24(x0, x1, ty_Integer) 19.02/7.18 new_esEs34(x0, x1, ty_Bool) 19.02/7.18 new_esEs9(x0, x1, app(ty_[], x2)) 19.02/7.18 new_compare5(:%(x0, x1), :%(x2, x3), ty_Integer) 19.02/7.18 new_esEs17(False, False) 19.02/7.18 new_pePe(False, x0) 19.02/7.18 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 19.02/7.18 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_primCompAux00(x0, x1, GT, x2) 19.02/7.18 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_esEs4(x0, x1, ty_Char) 19.02/7.18 new_esEs14(x0, x1, ty_Ordering) 19.02/7.18 new_esEs19(Just(x0), Just(x1), app(ty_Maybe, x2)) 19.02/7.18 new_ltEs24(x0, x1, ty_@0) 19.02/7.18 new_esEs28(Right(x0), Right(x1), x2, ty_Ordering) 19.02/7.18 new_sr0(x0, x1) 19.02/7.18 new_ltEs9(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 19.02/7.18 new_esEs19(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 19.02/7.18 new_lt20(x0, x1, ty_Integer) 19.02/7.18 new_esEs19(Just(x0), Just(x1), ty_@0) 19.02/7.18 new_esEs34(x0, x1, ty_Integer) 19.02/7.18 new_compare11(x0, x1, True, x2, x3) 19.02/7.18 new_esEs16(x0, x1, ty_Ordering) 19.02/7.18 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_compare18(EQ, LT) 19.02/7.18 new_compare18(LT, EQ) 19.02/7.18 new_lt6(x0, x1, ty_Ordering) 19.02/7.18 new_lt6(x0, x1, ty_Double) 19.02/7.18 new_lt23(x0, x1, ty_Float) 19.02/7.18 new_esEs38(x0, x1, ty_Ordering) 19.02/7.18 new_lt23(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_esEs35(x0, x1, ty_Bool) 19.02/7.18 new_ltEs21(x0, x1, ty_Char) 19.02/7.18 new_primCompAux00(x0, x1, EQ, app(app(ty_@2, x2), x3)) 19.02/7.18 new_ltEs10(GT, EQ) 19.02/7.18 new_esEs19(Just(x0), Just(x1), ty_Float) 19.02/7.18 new_ltEs10(EQ, GT) 19.02/7.18 new_esEs8(x0, x1, ty_Double) 19.02/7.18 new_ltEs5(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_esEs28(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 19.02/7.18 new_compare18(LT, LT) 19.02/7.18 new_esEs35(x0, x1, ty_Integer) 19.02/7.18 new_compare8(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 19.02/7.18 new_compare8(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 19.02/7.18 new_esEs19(Just(x0), Just(x1), ty_Bool) 19.02/7.18 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs14(x0, x1, ty_Double) 19.02/7.18 new_esEs36(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_ltEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_esEs30(x0, x1, ty_Double) 19.02/7.18 new_esEs15(x0, x1, app(ty_[], x2)) 19.02/7.18 new_lt23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_lt21(x0, x1, ty_Float) 19.02/7.18 new_compare4(x0, x1, ty_Double) 19.02/7.18 new_esEs7(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_esEs30(x0, x1, ty_Char) 19.02/7.18 new_esEs28(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 19.02/7.18 new_ltEs23(x0, x1, ty_@0) 19.02/7.18 new_esEs8(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_ltEs9(Just(x0), Nothing, x1) 19.02/7.18 new_compare112(x0, x1, False, x2) 19.02/7.18 new_ltEs7(x0, x1) 19.02/7.18 new_esEs10(x0, x1, ty_Double) 19.02/7.18 new_compare25(@2(x0, x1), @2(x2, x3), x4, x5) 19.02/7.18 new_esEs7(x0, x1, ty_Float) 19.02/7.18 new_primPlusNat1(Succ(x0), Succ(x1)) 19.02/7.18 new_ltEs23(x0, x1, ty_Float) 19.02/7.18 new_esEs5(x0, x1, ty_Ordering) 19.02/7.18 new_compare26([], [], x0) 19.02/7.18 new_ltEs5(x0, x1, ty_Integer) 19.02/7.18 new_esEs37(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs38(x0, x1, ty_Char) 19.02/7.18 new_ltEs5(x0, x1, ty_Float) 19.02/7.18 new_compare10(x0, x1, x2, x3, False, x4, x5) 19.02/7.18 new_esEs6(x0, x1, ty_Ordering) 19.02/7.18 new_ltEs9(Just(x0), Just(x1), app(ty_Ratio, x2)) 19.02/7.18 new_esEs33(x0, x1, ty_Int) 19.02/7.18 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_ltEs17(x0, x1, x2) 19.02/7.18 new_ltEs23(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_lt6(x0, x1, ty_Char) 19.02/7.18 new_ltEs10(EQ, LT) 19.02/7.18 new_ltEs10(LT, EQ) 19.02/7.18 new_ltEs12(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 19.02/7.18 new_esEs14(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_esEs39(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_esEs10(x0, x1, ty_Float) 19.02/7.18 new_primPlusNat1(Succ(x0), Zero) 19.02/7.18 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_compare29(x0, x1, False, x2) 19.02/7.18 new_lt7(x0, x1, ty_Double) 19.02/7.18 new_esEs16(x0, x1, app(ty_[], x2)) 19.02/7.18 new_compare18(EQ, GT) 19.02/7.18 new_compare18(GT, EQ) 19.02/7.18 new_lt21(x0, x1, ty_Double) 19.02/7.18 new_esEs12(LT, EQ) 19.02/7.18 new_esEs12(EQ, LT) 19.02/7.18 new_esEs33(x0, x1, ty_Float) 19.02/7.18 new_esEs4(x0, x1, ty_Ordering) 19.02/7.18 new_esEs37(x0, x1, ty_Char) 19.02/7.18 new_ltEs12(Left(x0), Left(x1), ty_Double, x2) 19.02/7.18 new_compare4(x0, x1, app(ty_[], x2)) 19.02/7.18 new_ltEs22(x0, x1, ty_Char) 19.02/7.18 new_esEs7(x0, x1, ty_Double) 19.02/7.18 new_esEs39(x0, x1, ty_Integer) 19.02/7.18 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_esEs28(Left(x0), Left(x1), ty_Double, x2) 19.02/7.18 new_ltEs16(x0, x1, x2) 19.02/7.18 new_esEs11(x0, x1, ty_Ordering) 19.02/7.18 new_esEs38(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_primEqNat0(Succ(x0), Succ(x1)) 19.02/7.18 new_compare15(False, False) 19.02/7.18 new_esEs11(x0, x1, ty_Double) 19.02/7.18 new_ltEs9(Just(x0), Just(x1), ty_Char) 19.02/7.18 new_lt23(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_esEs6(x0, x1, ty_Float) 19.02/7.18 new_compare4(x0, x1, ty_Float) 19.02/7.18 new_primCompAux00(x0, x1, EQ, ty_@0) 19.02/7.18 new_ltEs21(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 19.02/7.18 new_ltEs19(x0, x1, ty_Char) 19.02/7.18 new_esEs19(Just(x0), Just(x1), app(ty_[], x2)) 19.02/7.18 new_esEs38(x0, x1, ty_Float) 19.02/7.18 new_esEs29(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_lt23(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs39(x0, x1, ty_Ordering) 19.02/7.18 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs35(x0, x1, ty_Int) 19.02/7.18 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 19.02/7.18 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 19.02/7.18 new_esEs37(x0, x1, ty_Ordering) 19.02/7.18 new_ltEs12(Right(x0), Right(x1), x2, ty_Integer) 19.02/7.18 new_primCmpInt(Neg(Zero), Neg(Zero)) 19.02/7.18 new_esEs5(x0, x1, ty_Double) 19.02/7.18 new_primMulNat0(Zero, Succ(x0)) 19.02/7.18 new_primCmpInt(Pos(Zero), Neg(Zero)) 19.02/7.18 new_primCmpInt(Neg(Zero), Pos(Zero)) 19.02/7.18 new_esEs28(Right(x0), Right(x1), x2, ty_Double) 19.02/7.18 new_esEs34(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_ltEs22(x0, x1, ty_Ordering) 19.02/7.18 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 19.02/7.18 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 19.02/7.18 new_compare16(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 19.02/7.18 new_esEs6(x0, x1, ty_Char) 19.02/7.18 new_esEs28(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 19.02/7.18 new_lt22(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_esEs14(x0, x1, app(ty_[], x2)) 19.02/7.18 new_esEs14(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_ltEs24(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_primCompAux00(x0, x1, EQ, app(ty_Ratio, x2)) 19.02/7.18 new_esEs35(x0, x1, ty_Float) 19.02/7.18 new_lt6(x0, x1, ty_Float) 19.02/7.18 new_ltEs19(x0, x1, ty_Ordering) 19.02/7.18 new_ltEs21(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_compare210(x0, x1, False, x2, x3) 19.02/7.18 new_compare211(x0, x1, x2, x3, True, x4, x5) 19.02/7.18 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_ltEs5(x0, x1, ty_Int) 19.02/7.18 new_ltEs12(Right(x0), Right(x1), x2, ty_Ordering) 19.02/7.18 new_ltEs12(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 19.02/7.18 new_esEs9(x0, x1, ty_Int) 19.02/7.18 new_esEs16(x0, x1, ty_Char) 19.02/7.18 new_compare5(:%(x0, x1), :%(x2, x3), ty_Int) 19.02/7.18 new_ltEs20(x0, x1, ty_@0) 19.02/7.18 new_esEs34(x0, x1, ty_@0) 19.02/7.18 new_esEs30(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_esEs15(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_lt22(x0, x1, ty_@0) 19.02/7.18 new_esEs30(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs26(@2(x0, x1), @2(x2, x3), x4, x5) 19.02/7.18 new_esEs34(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_ltEs22(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_esEs36(x0, x1, ty_Double) 19.02/7.18 new_compare14(@0, @0) 19.02/7.18 new_ltEs14(x0, x1) 19.02/7.18 new_esEs37(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_lt8(x0, x1) 19.02/7.18 new_esEs15(x0, x1, ty_Float) 19.02/7.18 new_esEs20(:(x0, x1), [], x2) 19.02/7.18 new_compare4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_primCompAux1(x0, x1, x2, x3, x4) 19.02/7.18 new_esEs38(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_primMulNat0(Zero, Zero) 19.02/7.18 new_esEs10(x0, x1, ty_Bool) 19.02/7.18 new_esEs37(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_ltEs5(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_esEs10(x0, x1, ty_Integer) 19.02/7.18 new_ltEs21(x0, x1, ty_Float) 19.02/7.18 new_lt22(x0, x1, app(ty_[], x2)) 19.02/7.18 new_primCompAux00(x0, x1, LT, x2) 19.02/7.18 new_ltEs12(Right(x0), Right(x1), x2, ty_@0) 19.02/7.18 new_ltEs22(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_ltEs20(x0, x1, ty_Float) 19.02/7.18 new_primCompAux00(x0, x1, EQ, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_lt6(x0, x1, ty_Integer) 19.02/7.18 new_esEs6(x0, x1, ty_Integer) 19.02/7.18 new_primMulNat0(Succ(x0), Zero) 19.02/7.18 new_ltEs22(x0, x1, ty_Double) 19.02/7.18 new_esEs6(x0, x1, ty_@0) 19.02/7.18 new_esEs35(x0, x1, ty_Double) 19.02/7.18 new_esEs11(x0, x1, ty_@0) 19.02/7.18 new_lt10(x0, x1) 19.02/7.18 new_esEs36(x0, x1, ty_Ordering) 19.02/7.18 new_esEs35(x0, x1, ty_Ordering) 19.02/7.18 new_esEs28(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 19.02/7.18 new_esEs6(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_lt21(x0, x1, app(ty_[], x2)) 19.02/7.18 new_esEs39(x0, x1, ty_@0) 19.02/7.18 new_esEs16(x0, x1, ty_Integer) 19.02/7.18 new_compare211(x0, x1, x2, x3, False, x4, x5) 19.02/7.18 new_ltEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_esEs38(x0, x1, ty_Integer) 19.02/7.18 new_esEs18(Double(x0, x1), Double(x2, x3)) 19.02/7.18 new_compare212(x0, x1, True, x2, x3) 19.02/7.18 new_ltEs22(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_compare12(x0, x1, x2, x3, x4, x5, False, x6, x7, x8, x9) 19.02/7.18 new_esEs28(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 19.02/7.18 new_lt11(x0, x1, x2) 19.02/7.18 new_esEs12(EQ, GT) 19.02/7.18 new_esEs12(GT, EQ) 19.02/7.18 new_esEs39(x0, x1, app(ty_[], x2)) 19.02/7.18 new_ltEs23(x0, x1, ty_Double) 19.02/7.18 new_esEs23(Float(x0, x1), Float(x2, x3)) 19.02/7.18 new_compare17(Just(x0), Nothing, x1) 19.02/7.18 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_lt6(x0, x1, ty_Bool) 19.02/7.18 new_ltEs20(x0, x1, ty_Integer) 19.02/7.18 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 19.02/7.18 new_esEs9(x0, x1, ty_Ordering) 19.02/7.18 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_esEs30(x0, x1, ty_Float) 19.02/7.18 new_esEs37(x0, x1, ty_Double) 19.02/7.18 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_esEs10(x0, x1, ty_Char) 19.02/7.18 new_ltEs4(x0, x1) 19.02/7.18 new_esEs15(x0, x1, ty_Integer) 19.02/7.18 new_esEs10(x0, x1, ty_@0) 19.02/7.18 new_compare9(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.02/7.18 new_esEs37(x0, x1, ty_Int) 19.02/7.18 new_lt7(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs4(x0, x1, ty_Float) 19.02/7.18 new_esEs5(x0, x1, ty_Integer) 19.02/7.18 new_lt23(x0, x1, ty_Double) 19.02/7.18 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_esEs19(Just(x0), Just(x1), ty_Int) 19.02/7.18 new_compare29(x0, x1, True, x2) 19.02/7.18 new_primEqNat0(Zero, Succ(x0)) 19.02/7.18 new_esEs10(x0, x1, ty_Int) 19.02/7.18 new_ltEs18(x0, x1) 19.02/7.18 new_esEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_esEs25(Char(x0), Char(x1)) 19.02/7.18 new_esEs10(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_primCmpInt(Pos(Zero), Pos(Zero)) 19.02/7.18 new_ltEs23(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs15(x0, x1, ty_Bool) 19.02/7.18 new_lt7(x0, x1, ty_Ordering) 19.02/7.18 new_esEs33(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_esEs19(Just(x0), Just(x1), ty_Char) 19.02/7.18 new_esEs14(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs31(x0, x1, ty_Int) 19.02/7.18 new_esEs4(x0, x1, app(ty_[], x2)) 19.02/7.18 new_lt23(x0, x1, app(ty_[], x2)) 19.02/7.18 new_compare17(Nothing, Just(x0), x1) 19.02/7.18 new_ltEs12(Left(x0), Left(x1), ty_Int, x2) 19.02/7.18 new_compare4(x0, x1, ty_Ordering) 19.02/7.18 new_lt21(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_ltEs21(x0, x1, app(ty_[], x2)) 19.02/7.18 new_ltEs5(x0, x1, ty_Ordering) 19.02/7.18 new_ltEs5(x0, x1, ty_Double) 19.02/7.18 new_ltEs9(Just(x0), Just(x1), ty_@0) 19.02/7.18 new_ltEs24(x0, x1, ty_Float) 19.02/7.18 new_esEs33(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs36(x0, x1, app(ty_[], x2)) 19.02/7.18 new_compare4(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_esEs5(x0, x1, ty_Char) 19.02/7.18 new_esEs9(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_lt20(x0, x1, app(ty_[], x2)) 19.02/7.18 new_ltEs20(x0, x1, ty_Bool) 19.02/7.18 new_compare18(EQ, EQ) 19.02/7.18 new_ltEs12(Left(x0), Left(x1), ty_Char, x2) 19.02/7.18 new_lt7(x0, x1, app(ty_[], x2)) 19.02/7.18 new_ltEs13(@2(x0, x1), @2(x2, x3), x4, x5) 19.02/7.18 new_esEs34(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_esEs8(x0, x1, ty_Integer) 19.02/7.18 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_esEs16(x0, x1, ty_@0) 19.02/7.18 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_ltEs19(x0, x1, ty_Double) 19.02/7.18 new_esEs6(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_esEs4(x0, x1, ty_Double) 19.02/7.18 new_esEs7(x0, x1, app(ty_[], x2)) 19.02/7.18 new_ltEs24(x0, x1, ty_Int) 19.02/7.18 new_ltEs21(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_lt20(x0, x1, ty_Float) 19.02/7.18 new_esEs30(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_primPlusNat0(Succ(x0), x1) 19.02/7.18 new_primPlusNat1(Zero, Succ(x0)) 19.02/7.18 new_esEs7(x0, x1, app(ty_Maybe, x2)) 19.02/7.18 new_esEs5(x0, x1, ty_Bool) 19.02/7.18 new_lt23(x0, x1, ty_Ordering) 19.02/7.18 new_lt20(x0, x1, ty_Char) 19.02/7.18 new_esEs15(x0, x1, app(ty_Ratio, x2)) 19.02/7.18 new_esEs38(x0, x1, ty_@0) 19.02/7.18 new_lt6(x0, x1, ty_@0) 19.02/7.18 new_esEs5(x0, x1, ty_Float) 19.02/7.18 new_ltEs23(x0, x1, ty_Ordering) 19.02/7.18 new_esEs30(x0, x1, ty_Integer) 19.02/7.18 new_esEs7(x0, x1, ty_Ordering) 19.02/7.18 new_esEs22(Integer(x0), Integer(x1)) 19.02/7.18 new_compare210(x0, x1, True, x2, x3) 19.02/7.18 new_esEs15(x0, x1, ty_Char) 19.02/7.18 new_compare15(True, True) 19.02/7.18 new_compare4(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_ltEs24(x0, x1, ty_Char) 19.02/7.18 new_lt20(x0, x1, ty_Int) 19.02/7.18 new_lt21(x0, x1, ty_Ordering) 19.02/7.18 new_esEs15(x0, x1, ty_Int) 19.02/7.18 new_esEs28(Left(x0), Left(x1), ty_Ordering, x2) 19.02/7.18 new_lt20(x0, x1, ty_Bool) 19.02/7.18 new_esEs34(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.18 new_ltEs20(x0, x1, ty_Char) 19.02/7.18 new_esEs5(x0, x1, ty_Int) 19.02/7.18 new_esEs8(x0, x1, app(ty_[], x2)) 19.02/7.18 new_compare111(x0, x1, x2, x3, True, x4, x5, x6) 19.02/7.18 new_compare17(Nothing, Nothing, x0) 19.02/7.18 new_compare19(Right(x0), Left(x1), x2, x3) 19.02/7.18 new_lt6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.18 new_compare19(Left(x0), Right(x1), x2, x3) 19.02/7.18 new_esEs9(x0, x1, ty_Double) 19.02/7.18 new_ltEs24(x0, x1, ty_Bool) 19.02/7.18 new_esEs28(Left(x0), Left(x1), app(ty_[], x2), x3) 19.02/7.18 new_ltEs12(Left(x0), Left(x1), ty_Integer, x2) 19.02/7.18 new_primCmpNat0(Succ(x0), Succ(x1)) 19.02/7.18 new_primCmpNat0(Zero, Zero) 19.02/7.18 new_ltEs23(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.18 new_compare10(x0, x1, x2, x3, True, x4, x5) 19.02/7.18 new_esEs20([], :(x0, x1), x2) 19.02/7.18 new_ltEs20(x0, x1, ty_Int) 19.02/7.18 19.02/7.18 We have to consider all minimal (P,Q,R)-chains. 19.02/7.18 ---------------------------------------- 19.02/7.18 19.02/7.18 (22) DependencyGraphProof (EQUIVALENT) 19.02/7.18 The approximation of the Dependency Graph [LPAR04,FROCOS05,EDGSTAR] contains 1 SCC with 4 less nodes. 19.02/7.18 ---------------------------------------- 19.02/7.18 19.02/7.18 (23) 19.02/7.18 Obligation: 19.02/7.18 Q DP problem: 19.02/7.18 The TRS P consists of the following rules: 19.02/7.18 19.02/7.18 new_primCompAux0(vwx20, vwx21, EQ, app(ty_[], bh)) -> new_compare3(vwx20, vwx21, bh) 19.02/7.18 new_compare3(:(vwx3000, vwx3001), :(vwx31000, vwx31001), ceg) -> new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, ceg) 19.02/7.18 new_primCompAux(vwx300, vwx3100, vwx301, vwx3101, ceh) -> new_primCompAux0(vwx301, vwx3101, new_compare4(vwx300, vwx3100, ceh), app(ty_[], ceh)) 19.02/7.18 new_primCompAux(Left(vwx3000), Left(vwx31000), vwx301, vwx3101, app(app(ty_Either, cae), caf)) -> new_compare22(vwx3000, vwx31000, new_esEs8(vwx3000, vwx31000, cae), cae, caf) 19.02/7.18 new_compare22(vwx49, vwx50, False, app(app(app(ty_@3, cba), cbb), cbc), cah) -> new_ltEs0(vwx49, vwx50, cba, cbb, cbc) 19.02/7.18 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, de, app(app(app(ty_@3, gc), gd), ge)) -> new_ltEs0(vwx272, vwx282, gc, gd, ge) 19.02/7.18 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), app(app(app(ty_@3, dg), dh), ea), de, df) -> new_lt0(vwx270, vwx280, dg, dh, ea) 19.02/7.18 new_lt0(vwx78, vwx81, bee, bef, beg) -> new_compare0(vwx78, vwx81, bee, bef, beg) 19.02/7.18 new_compare0(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), beh, bfa, bfb) -> new_compare21(vwx3000, vwx3001, vwx3002, vwx31000, vwx31001, vwx31002, new_asAs(new_esEs7(vwx3000, vwx31000, beh), new_asAs(new_esEs6(vwx3001, vwx31001, bfa), new_esEs5(vwx3002, vwx31002, bfb))), beh, bfa, bfb) 19.02/7.18 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, bgf, app(app(ty_@2, bhe), bhf)) -> new_ltEs2(vwx80, vwx83, bhe, bhf) 19.02/7.18 new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), app(app(ty_Either, bcd), bce), bbh) -> new_lt1(vwx270, vwx280, bcd, bce) 19.02/7.18 new_lt1(vwx78, vwx81, bhh, caa) -> new_compare1(vwx78, vwx81, bhh, caa) 19.02/7.18 new_compare1(Left(vwx3000), Left(vwx31000), cae, caf) -> new_compare22(vwx3000, vwx31000, new_esEs8(vwx3000, vwx31000, cae), cae, caf) 19.02/7.18 new_compare22(vwx49, vwx50, False, app(app(ty_@2, cbf), cbg), cah) -> new_ltEs2(vwx49, vwx50, cbf, cbg) 19.02/7.18 new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), bda, app(app(ty_Either, bdf), bdg)) -> new_ltEs1(vwx271, vwx281, bdf, bdg) 19.02/7.18 new_ltEs1(Right(vwx270), Right(vwx280), bae, app(ty_Maybe, baf)) -> new_ltEs(vwx270, vwx280, baf) 19.02/7.18 new_ltEs(Just(vwx270), Just(vwx280), app(app(ty_Either, cf), cg)) -> new_ltEs1(vwx270, vwx280, cf, cg) 19.02/7.18 new_ltEs1(Right(vwx270), Right(vwx280), bae, app(app(ty_Either, bbb), bbc)) -> new_ltEs1(vwx270, vwx280, bbb, bbc) 19.02/7.18 new_ltEs1(Right(vwx270), Right(vwx280), bae, app(ty_[], bbf)) -> new_ltEs3(vwx270, vwx280, bbf) 19.02/7.18 new_ltEs3(vwx27, vwx28, bec) -> new_compare3(vwx27, vwx28, bec) 19.02/7.18 new_ltEs1(Left(vwx270), Left(vwx280), app(ty_Maybe, hc), hd) -> new_ltEs(vwx270, vwx280, hc) 19.02/7.18 new_ltEs(Just(vwx270), Just(vwx280), app(ty_[], dc)) -> new_ltEs3(vwx270, vwx280, dc) 19.02/7.18 new_ltEs(Just(vwx270), Just(vwx280), app(app(ty_@2, da), db)) -> new_ltEs2(vwx270, vwx280, da, db) 19.02/7.18 new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), bda, app(ty_Maybe, bdb)) -> new_ltEs(vwx271, vwx281, bdb) 19.02/7.18 new_ltEs(Just(vwx270), Just(vwx280), app(app(app(ty_@3, cc), cd), ce)) -> new_ltEs0(vwx270, vwx280, cc, cd, ce) 19.02/7.18 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), app(ty_[], ef), de, df) -> new_lt3(vwx270, vwx280, ef) 19.02/7.18 new_lt3(vwx78, vwx81, cad) -> new_compare3(vwx78, vwx81, cad) 19.02/7.18 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, de, app(app(ty_@2, gh), ha)) -> new_ltEs2(vwx272, vwx282, gh, ha) 19.02/7.18 new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), bda, app(app(app(ty_@3, bdc), bdd), bde)) -> new_ltEs0(vwx271, vwx281, bdc, bdd, bde) 19.02/7.18 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), app(ty_Maybe, dd), de, df) -> new_lt(vwx270, vwx280, dd) 19.02/7.18 new_lt(vwx78, vwx81, bed) -> new_compare(vwx78, vwx81, bed) 19.02/7.18 new_compare(Just(vwx3000), Just(vwx31000), ca) -> new_compare20(vwx3000, vwx31000, new_esEs4(vwx3000, vwx31000, ca), ca) 19.02/7.18 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, app(app(ty_Either, eb), ec)), de), df)) -> new_lt1(vwx270, vwx280, eb, ec) 19.02/7.18 new_compare20(Just(vwx270), Just(vwx280), False, app(ty_Maybe, app(ty_[], dc))) -> new_ltEs3(vwx270, vwx280, dc) 19.02/7.18 new_compare20(Right(vwx270), Right(vwx280), False, app(app(ty_Either, bae), app(app(ty_@2, bbd), bbe))) -> new_ltEs2(vwx270, vwx280, bbd, bbe) 19.02/7.18 new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), app(app(app(ty_@3, bca), bcb), bcc), bbh) -> new_lt0(vwx270, vwx280, bca, bcb, bcc) 19.02/7.18 new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), app(app(ty_@2, bcf), bcg), bbh) -> new_lt2(vwx270, vwx280, bcf, bcg) 19.02/7.18 new_lt2(vwx78, vwx81, cab, cac) -> new_compare2(vwx78, vwx81, cab, cac) 19.02/7.18 new_compare2(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), cca, ccb) -> new_compare24(vwx3000, vwx3001, vwx31000, vwx31001, new_asAs(new_esEs11(vwx3000, vwx31000, cca), new_esEs10(vwx3001, vwx31001, ccb)), cca, ccb) 19.02/7.18 new_compare24(vwx91, vwx92, vwx93, vwx94, False, cde, app(app(app(ty_@3, cdg), cdh), cea)) -> new_ltEs0(vwx92, vwx94, cdg, cdh, cea) 19.02/7.18 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, de, app(app(ty_Either, gf), gg)) -> new_ltEs1(vwx272, vwx282, gf, gg) 19.02/7.18 new_ltEs1(Left(vwx270), Left(vwx280), app(app(app(ty_@3, he), hf), hg), hd) -> new_ltEs0(vwx270, vwx280, he, hf, hg) 19.02/7.18 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, app(app(ty_Either, fd), ff), df) -> new_lt1(vwx271, vwx281, fd, ff) 19.02/7.18 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, de, app(ty_Maybe, gb)) -> new_ltEs(vwx272, vwx282, gb) 19.02/7.18 new_ltEs(Just(vwx270), Just(vwx280), app(ty_Maybe, cb)) -> new_ltEs(vwx270, vwx280, cb) 19.02/7.18 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, app(app(app(ty_@3, fa), fb), fc), df) -> new_lt0(vwx271, vwx281, fa, fb, fc) 19.02/7.18 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), app(app(ty_Either, eb), ec), de, df) -> new_lt1(vwx270, vwx280, eb, ec) 19.02/7.18 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, app(ty_[], ga), df) -> new_lt3(vwx271, vwx281, ga) 19.02/7.18 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), app(app(ty_@2, ed), ee), de, df) -> new_lt2(vwx270, vwx280, ed, ee) 19.02/7.18 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, de, app(ty_[], hb)) -> new_ltEs3(vwx272, vwx282, hb) 19.02/7.18 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, app(ty_Maybe, eh), df) -> new_lt(vwx271, vwx281, eh) 19.02/7.18 new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, app(app(ty_@2, fg), fh), df) -> new_lt2(vwx271, vwx281, fg, fh) 19.02/7.18 new_ltEs1(Right(vwx270), Right(vwx280), bae, app(app(ty_@2, bbd), bbe)) -> new_ltEs2(vwx270, vwx280, bbd, bbe) 19.02/7.18 new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), bda, app(app(ty_@2, bdh), bea)) -> new_ltEs2(vwx271, vwx281, bdh, bea) 19.02/7.18 new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), bda, app(ty_[], beb)) -> new_ltEs3(vwx271, vwx281, beb) 19.02/7.18 new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), app(ty_[], bch), bbh) -> new_lt3(vwx270, vwx280, bch) 19.02/7.18 new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), app(ty_Maybe, bbg), bbh) -> new_lt(vwx270, vwx280, bbg) 19.02/7.18 new_ltEs1(Left(vwx270), Left(vwx280), app(app(ty_Either, hh), baa), hd) -> new_ltEs1(vwx270, vwx280, hh, baa) 19.02/7.18 new_ltEs1(Left(vwx270), Left(vwx280), app(ty_[], bad), hd) -> new_ltEs3(vwx270, vwx280, bad) 19.02/7.18 new_ltEs1(Right(vwx270), Right(vwx280), bae, app(app(app(ty_@3, bag), bah), bba)) -> new_ltEs0(vwx270, vwx280, bag, bah, bba) 19.02/7.18 new_ltEs1(Left(vwx270), Left(vwx280), app(app(ty_@2, bab), bac), hd) -> new_ltEs2(vwx270, vwx280, bab, bac) 19.02/7.18 new_compare24(vwx91, vwx92, vwx93, vwx94, False, app(app(ty_@2, cdb), cdc), ccd) -> new_lt2(vwx91, vwx93, cdb, cdc) 19.02/7.18 new_compare24(vwx91, vwx92, vwx93, vwx94, False, app(app(app(ty_@3, cce), ccf), ccg), ccd) -> new_lt0(vwx91, vwx93, cce, ccf, ccg) 19.02/7.18 new_compare24(vwx91, vwx92, vwx93, vwx94, False, app(ty_[], cdd), ccd) -> new_lt3(vwx91, vwx93, cdd) 19.02/7.18 new_compare24(vwx91, vwx92, vwx93, vwx94, False, cde, app(app(ty_@2, ced), cee)) -> new_ltEs2(vwx92, vwx94, ced, cee) 19.02/7.18 new_compare24(vwx91, vwx92, vwx93, vwx94, False, cde, app(ty_[], cef)) -> new_ltEs3(vwx92, vwx94, cef) 19.02/7.18 new_compare24(vwx91, vwx92, vwx93, vwx94, False, app(ty_Maybe, ccc), ccd) -> new_lt(vwx91, vwx93, ccc) 19.02/7.18 new_compare24(vwx91, vwx92, vwx93, vwx94, False, app(app(ty_Either, cch), cda), ccd) -> new_lt1(vwx91, vwx93, cch, cda) 19.02/7.18 new_compare24(vwx91, vwx92, vwx93, vwx94, False, cde, app(app(ty_Either, ceb), cec)) -> new_ltEs1(vwx92, vwx94, ceb, cec) 19.02/7.18 new_compare24(vwx91, vwx92, vwx93, vwx94, False, cde, app(ty_Maybe, cdf)) -> new_ltEs(vwx92, vwx94, cdf) 19.02/7.18 new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, app(app(ty_Either, bcd), bce)), bbh)) -> new_lt1(vwx270, vwx280, bcd, bce) 19.02/7.18 new_compare20(Just(vwx270), Just(vwx280), False, app(ty_Maybe, app(app(ty_@2, da), db))) -> new_ltEs2(vwx270, vwx280, da, db) 19.02/7.18 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), app(app(ty_@2, fg), fh)), df)) -> new_lt2(vwx271, vwx281, fg, fh) 19.02/7.18 new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, bda), app(ty_Maybe, bdb))) -> new_ltEs(vwx271, vwx281, bdb) 19.02/7.18 new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, bda), app(app(ty_@2, bdh), bea))) -> new_ltEs2(vwx271, vwx281, bdh, bea) 19.02/7.18 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), de), app(app(ty_@2, gh), ha))) -> new_ltEs2(vwx272, vwx282, gh, ha) 19.02/7.18 new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, app(app(app(ty_@3, bca), bcb), bcc)), bbh)) -> new_lt0(vwx270, vwx280, bca, bcb, bcc) 19.02/7.18 new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, app(app(ty_@2, bcf), bcg)), bbh)) -> new_lt2(vwx270, vwx280, bcf, bcg) 19.02/7.18 new_compare20(Just(vwx270), Just(vwx280), False, app(ty_Maybe, app(ty_Maybe, cb))) -> new_ltEs(vwx270, vwx280, cb) 19.02/7.18 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), de), app(ty_Maybe, gb))) -> new_ltEs(vwx272, vwx282, gb) 19.02/7.18 new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, app(ty_Maybe, bbg)), bbh)) -> new_lt(vwx270, vwx280, bbg) 19.02/7.18 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), app(app(app(ty_@3, fa), fb), fc)), df)) -> new_lt0(vwx271, vwx281, fa, fb, fc) 19.02/7.18 new_compare20(Left(vwx270), Left(vwx280), False, app(app(ty_Either, app(app(ty_Either, hh), baa)), hd)) -> new_ltEs1(vwx270, vwx280, hh, baa) 19.02/7.18 new_compare20(Right(vwx270), Right(vwx280), False, app(app(ty_Either, bae), app(app(ty_Either, bbb), bbc))) -> new_ltEs1(vwx270, vwx280, bbb, bbc) 19.02/7.18 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), de), app(app(app(ty_@3, gc), gd), ge))) -> new_ltEs0(vwx272, vwx282, gc, gd, ge) 19.02/7.18 new_compare20(Left(vwx270), Left(vwx280), False, app(app(ty_Either, app(app(app(ty_@3, he), hf), hg)), hd)) -> new_ltEs0(vwx270, vwx280, he, hf, hg) 19.02/7.18 new_compare20(vwx27, vwx28, False, app(ty_[], bec)) -> new_compare3(vwx27, vwx28, bec) 19.02/7.18 new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, bda), app(app(ty_Either, bdf), bdg))) -> new_ltEs1(vwx271, vwx281, bdf, bdg) 19.02/7.18 new_compare20(Right(vwx270), Right(vwx280), False, app(app(ty_Either, bae), app(ty_[], bbf))) -> new_ltEs3(vwx270, vwx280, bbf) 19.02/7.18 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, app(ty_[], ef)), de), df)) -> new_lt3(vwx270, vwx280, ef) 19.02/7.18 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), de), app(ty_[], hb))) -> new_ltEs3(vwx272, vwx282, hb) 19.02/7.18 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, app(ty_Maybe, dd)), de), df)) -> new_lt(vwx270, vwx280, dd) 19.02/7.18 new_compare20(Left(vwx270), Left(vwx280), False, app(app(ty_Either, app(ty_Maybe, hc)), hd)) -> new_ltEs(vwx270, vwx280, hc) 19.02/7.18 new_compare20(Left(vwx270), Left(vwx280), False, app(app(ty_Either, app(ty_[], bad)), hd)) -> new_ltEs3(vwx270, vwx280, bad) 19.02/7.18 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, app(app(ty_@2, ed), ee)), de), df)) -> new_lt2(vwx270, vwx280, ed, ee) 19.02/7.18 new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, app(ty_[], bch)), bbh)) -> new_lt3(vwx270, vwx280, bch) 19.02/7.18 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), app(app(ty_Either, fd), ff)), df)) -> new_lt1(vwx271, vwx281, fd, ff) 19.02/7.18 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), app(ty_Maybe, eh)), df)) -> new_lt(vwx271, vwx281, eh) 19.02/7.18 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), app(ty_[], ga)), df)) -> new_lt3(vwx271, vwx281, ga) 19.02/7.18 new_compare20(Right(vwx270), Right(vwx280), False, app(app(ty_Either, bae), app(ty_Maybe, baf))) -> new_ltEs(vwx270, vwx280, baf) 19.02/7.18 new_compare20(Right(vwx270), Right(vwx280), False, app(app(ty_Either, bae), app(app(app(ty_@3, bag), bah), bba))) -> new_ltEs0(vwx270, vwx280, bag, bah, bba) 19.02/7.18 new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, bda), app(app(app(ty_@3, bdc), bdd), bde))) -> new_ltEs0(vwx271, vwx281, bdc, bdd, bde) 19.02/7.18 new_compare20(Just(vwx270), Just(vwx280), False, app(ty_Maybe, app(app(app(ty_@3, cc), cd), ce))) -> new_ltEs0(vwx270, vwx280, cc, cd, ce) 19.02/7.18 new_compare20(Left(vwx270), Left(vwx280), False, app(app(ty_Either, app(app(ty_@2, bab), bac)), hd)) -> new_ltEs2(vwx270, vwx280, bab, bac) 19.02/7.18 new_compare20(Just(vwx270), Just(vwx280), False, app(ty_Maybe, app(app(ty_Either, cf), cg))) -> new_ltEs1(vwx270, vwx280, cf, cg) 19.02/7.18 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, app(app(app(ty_@3, dg), dh), ea)), de), df)) -> new_lt0(vwx270, vwx280, dg, dh, ea) 19.02/7.18 new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), de), app(app(ty_Either, gf), gg))) -> new_ltEs1(vwx272, vwx282, gf, gg) 19.02/7.18 new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, bda), app(ty_[], beb))) -> new_ltEs3(vwx271, vwx281, beb) 19.02/7.18 new_compare22(vwx49, vwx50, False, app(ty_Maybe, cag), cah) -> new_ltEs(vwx49, vwx50, cag) 19.02/7.18 new_compare22(vwx49, vwx50, False, app(ty_[], cbh), cah) -> new_ltEs3(vwx49, vwx50, cbh) 19.02/7.18 new_compare22(vwx49, vwx50, False, app(app(ty_Either, cbd), cbe), cah) -> new_ltEs1(vwx49, vwx50, cbd, cbe) 19.02/7.18 new_compare1(Right(vwx3000), Right(vwx31000), cae, caf) -> new_compare23(vwx3000, vwx31000, new_esEs9(vwx3000, vwx31000, caf), cae, caf) 19.02/7.18 new_compare23(vwx56, vwx57, False, cfa, app(ty_[], cgb)) -> new_ltEs3(vwx56, vwx57, cgb) 19.02/7.18 new_compare23(vwx56, vwx57, False, cfa, app(app(app(ty_@3, cfc), cfd), cfe)) -> new_ltEs0(vwx56, vwx57, cfc, cfd, cfe) 19.02/7.18 new_compare23(vwx56, vwx57, False, cfa, app(app(ty_Either, cff), cfg)) -> new_ltEs1(vwx56, vwx57, cff, cfg) 19.02/7.18 new_compare23(vwx56, vwx57, False, cfa, app(ty_Maybe, cfb)) -> new_ltEs(vwx56, vwx57, cfb) 19.02/7.18 new_compare23(vwx56, vwx57, False, cfa, app(app(ty_@2, cfh), cga)) -> new_ltEs2(vwx56, vwx57, cfh, cga) 19.02/7.18 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(app(ty_@2, cab), cac), bgf, bfe) -> new_compare2(vwx78, vwx81, cab, cac) 19.02/7.18 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(ty_[], cad), bgf, bfe) -> new_compare3(vwx78, vwx81, cad) 19.02/7.18 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, app(app(ty_Either, bga), bgb), bfe) -> new_lt1(vwx79, vwx82, bga, bgb) 19.02/7.18 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(ty_Maybe, bed), bgf, bfe) -> new_compare(vwx78, vwx81, bed) 19.02/7.18 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, bgf, app(app(app(ty_@3, bgh), bha), bhb)) -> new_ltEs0(vwx80, vwx83, bgh, bha, bhb) 19.02/7.18 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, app(ty_Maybe, bfd), bfe) -> new_lt(vwx79, vwx82, bfd) 19.02/7.18 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, app(app(ty_@2, bgc), bgd), bfe) -> new_lt2(vwx79, vwx82, bgc, bgd) 19.02/7.18 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, app(ty_[], bge), bfe) -> new_lt3(vwx79, vwx82, bge) 19.02/7.18 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, app(app(app(ty_@3, bff), bfg), bfh), bfe) -> new_lt0(vwx79, vwx82, bff, bfg, bfh) 19.02/7.18 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, bgf, app(ty_[], bhg)) -> new_ltEs3(vwx80, vwx83, bhg) 19.02/7.18 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, bgf, app(ty_Maybe, bgg)) -> new_ltEs(vwx80, vwx83, bgg) 19.02/7.18 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(app(ty_Either, bhh), caa), bgf, bfe) -> new_compare1(vwx78, vwx81, bhh, caa) 19.02/7.18 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(app(app(ty_@3, bee), bef), beg), bgf, bfe) -> new_compare0(vwx78, vwx81, bee, bef, beg) 19.02/7.18 new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, bgf, app(app(ty_Either, bhc), bhd)) -> new_ltEs1(vwx80, vwx83, bhc, bhd) 19.02/7.18 new_primCompAux(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), vwx301, vwx3101, app(app(app(ty_@3, beh), bfa), bfb)) -> new_compare21(vwx3000, vwx3001, vwx3002, vwx31000, vwx31001, vwx31002, new_asAs(new_esEs7(vwx3000, vwx31000, beh), new_asAs(new_esEs6(vwx3001, vwx31001, bfa), new_esEs5(vwx3002, vwx31002, bfb))), beh, bfa, bfb) 19.02/7.18 new_primCompAux(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), vwx301, vwx3101, app(app(ty_@2, cca), ccb)) -> new_compare24(vwx3000, vwx3001, vwx31000, vwx31001, new_asAs(new_esEs11(vwx3000, vwx31000, cca), new_esEs10(vwx3001, vwx31001, ccb)), cca, ccb) 19.02/7.18 new_primCompAux(Just(vwx3000), Just(vwx31000), vwx301, vwx3101, app(ty_Maybe, ca)) -> new_compare20(vwx3000, vwx31000, new_esEs4(vwx3000, vwx31000, ca), ca) 19.02/7.18 new_primCompAux(:(vwx3000, vwx3001), :(vwx31000, vwx31001), vwx301, vwx3101, app(ty_[], ceg)) -> new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, ceg) 19.02/7.18 new_primCompAux(Right(vwx3000), Right(vwx31000), vwx301, vwx3101, app(app(ty_Either, cae), caf)) -> new_compare23(vwx3000, vwx31000, new_esEs9(vwx3000, vwx31000, caf), cae, caf) 19.02/7.18 19.02/7.18 The TRS R consists of the following rules: 19.02/7.18 19.02/7.18 new_ltEs12(Right(vwx270), Right(vwx280), bae, ty_Integer) -> new_ltEs8(vwx270, vwx280) 19.02/7.18 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 19.02/7.18 new_lt23(vwx91, vwx93, ty_Integer) -> new_lt10(vwx91, vwx93) 19.02/7.18 new_primCompAux00(vwx20, vwx21, EQ, ty_@0) -> new_compare14(vwx20, vwx21) 19.02/7.18 new_esEs24(@0, @0) -> True 19.02/7.18 new_pePe(True, vwx170) -> True 19.02/7.18 new_esEs16(vwx30000, vwx310000, app(ty_Maybe, dbd)) -> new_esEs19(vwx30000, vwx310000, dbd) 19.02/7.18 new_ltEs23(vwx92, vwx94, app(ty_[], cef)) -> new_ltEs16(vwx92, vwx94, cef) 19.02/7.18 new_esEs30(vwx78, vwx81, ty_Float) -> new_esEs23(vwx78, vwx81) 19.02/7.18 new_lt8(vwx78, vwx81) -> new_esEs12(new_compare15(vwx78, vwx81), LT) 19.02/7.18 new_esEs5(vwx3002, vwx31002, app(app(ty_Either, eaa), eab)) -> new_esEs28(vwx3002, vwx31002, eaa, eab) 19.02/7.18 new_compare25(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), cca, ccb) -> new_compare211(vwx3000, vwx3001, vwx31000, vwx31001, new_asAs(new_esEs11(vwx3000, vwx31000, cca), new_esEs10(vwx3001, vwx31001, ccb)), cca, ccb) 19.02/7.18 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 19.02/7.18 new_ltEs5(vwx80, vwx83, ty_Integer) -> new_ltEs8(vwx80, vwx83) 19.02/7.18 new_ltEs7(vwx27, vwx28) -> new_fsEs(new_compare16(vwx27, vwx28)) 19.02/7.18 new_ltEs24(vwx56, vwx57, ty_Char) -> new_ltEs18(vwx56, vwx57) 19.02/7.18 new_esEs4(vwx3000, vwx31000, ty_Integer) -> new_esEs22(vwx3000, vwx31000) 19.02/7.18 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Integer) -> new_esEs22(vwx30000, vwx310000) 19.02/7.18 new_lt21(vwx270, vwx280, app(ty_Maybe, dd)) -> new_lt11(vwx270, vwx280, dd) 19.02/7.18 new_esEs5(vwx3002, vwx31002, app(ty_Ratio, dhf)) -> new_esEs21(vwx3002, vwx31002, dhf) 19.02/7.18 new_ltEs12(Left(vwx270), Right(vwx280), bae, hd) -> True 19.02/7.18 new_compare18(LT, LT) -> EQ 19.02/7.18 new_esEs33(vwx30001, vwx310001, app(app(ty_@2, fad), fae)) -> new_esEs26(vwx30001, vwx310001, fad, fae) 19.02/7.18 new_lt20(vwx270, vwx280, ty_Double) -> new_lt9(vwx270, vwx280) 19.02/7.18 new_esEs11(vwx3000, vwx31000, app(app(ty_Either, eef), eeg)) -> new_esEs28(vwx3000, vwx31000, eef, eeg) 19.02/7.18 new_ltEs10(GT, LT) -> False 19.02/7.18 new_compare211(vwx91, vwx92, vwx93, vwx94, False, cde, ccd) -> new_compare111(vwx91, vwx92, vwx93, vwx94, new_lt23(vwx91, vwx93, cde), new_asAs(new_esEs38(vwx91, vwx93, cde), new_ltEs23(vwx92, vwx94, ccd)), cde, ccd) 19.02/7.18 new_esEs16(vwx30000, vwx310000, app(app(ty_Either, dcd), dce)) -> new_esEs28(vwx30000, vwx310000, dcd, dce) 19.02/7.18 new_esEs36(vwx271, vwx281, app(ty_Ratio, fch)) -> new_esEs21(vwx271, vwx281, fch) 19.02/7.18 new_compare14(@0, @0) -> EQ 19.02/7.18 new_ltEs20(vwx271, vwx281, app(app(app(ty_@3, bdc), bdd), bde)) -> new_ltEs11(vwx271, vwx281, bdc, bdd, bde) 19.02/7.18 new_ltEs20(vwx271, vwx281, app(ty_Maybe, bdb)) -> new_ltEs9(vwx271, vwx281, bdb) 19.02/7.18 new_primCompAux1(vwx300, vwx3100, vwx301, vwx3101, ceh) -> new_primCompAux00(vwx301, vwx3101, new_compare4(vwx300, vwx3100, ceh), app(ty_[], ceh)) 19.02/7.18 new_ltEs20(vwx271, vwx281, ty_@0) -> new_ltEs4(vwx271, vwx281) 19.02/7.18 new_ltEs10(EQ, LT) -> False 19.02/7.18 new_ltEs9(Just(vwx270), Just(vwx280), ty_Int) -> new_ltEs14(vwx270, vwx280) 19.02/7.18 new_esEs34(vwx30000, vwx310000, app(ty_[], fbd)) -> new_esEs20(vwx30000, vwx310000, fbd) 19.02/7.18 new_compare9(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), beh, bfa, bfb) -> new_compare28(vwx3000, vwx3001, vwx3002, vwx31000, vwx31001, vwx31002, new_asAs(new_esEs7(vwx3000, vwx31000, beh), new_asAs(new_esEs6(vwx3001, vwx31001, bfa), new_esEs5(vwx3002, vwx31002, bfb))), beh, bfa, bfb) 19.02/7.18 new_lt23(vwx91, vwx93, ty_Char) -> new_lt19(vwx91, vwx93) 19.02/7.18 new_esEs16(vwx30000, vwx310000, ty_Char) -> new_esEs25(vwx30000, vwx310000) 19.02/7.18 new_primEqNat0(Succ(vwx300000), Succ(vwx3100000)) -> new_primEqNat0(vwx300000, vwx3100000) 19.02/7.18 new_ltEs12(Right(vwx270), Right(vwx280), bae, app(ty_[], bbf)) -> new_ltEs16(vwx270, vwx280, bbf) 19.02/7.18 new_lt22(vwx271, vwx281, ty_@0) -> new_lt16(vwx271, vwx281) 19.02/7.18 new_compare12(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, False, vwx150, dch, dda, ddb) -> new_compare13(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, vwx150, dch, dda, ddb) 19.02/7.18 new_lt21(vwx270, vwx280, ty_Int) -> new_lt15(vwx270, vwx280) 19.02/7.18 new_not(True) -> False 19.02/7.18 new_esEs16(vwx30000, vwx310000, ty_Bool) -> new_esEs17(vwx30000, vwx310000) 19.02/7.18 new_lt21(vwx270, vwx280, app(app(ty_@2, ed), ee)) -> new_lt14(vwx270, vwx280, ed, ee) 19.02/7.18 new_lt22(vwx271, vwx281, ty_Ordering) -> new_lt12(vwx271, vwx281) 19.02/7.18 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Char, dde) -> new_esEs25(vwx30000, vwx310000) 19.02/7.18 new_esEs7(vwx3000, vwx31000, ty_Float) -> new_esEs23(vwx3000, vwx31000) 19.02/7.18 new_ltEs19(vwx49, vwx50, ty_Bool) -> new_ltEs6(vwx49, vwx50) 19.02/7.18 new_compare16(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare7(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 19.02/7.18 new_ltEs9(Just(vwx270), Just(vwx280), ty_Ordering) -> new_ltEs10(vwx270, vwx280) 19.02/7.18 new_esEs33(vwx30001, vwx310001, ty_Bool) -> new_esEs17(vwx30001, vwx310001) 19.02/7.18 new_esEs9(vwx3000, vwx31000, ty_Integer) -> new_esEs22(vwx3000, vwx31000) 19.02/7.18 new_esEs7(vwx3000, vwx31000, ty_Int) -> new_esEs27(vwx3000, vwx31000) 19.02/7.18 new_esEs38(vwx91, vwx93, app(app(ty_@2, cdb), cdc)) -> new_esEs26(vwx91, vwx93, cdb, cdc) 19.02/7.18 new_esEs10(vwx3001, vwx31001, ty_Float) -> new_esEs23(vwx3001, vwx31001) 19.02/7.18 new_ltEs5(vwx80, vwx83, app(app(ty_Either, bhc), bhd)) -> new_ltEs12(vwx80, vwx83, bhc, bhd) 19.02/7.18 new_ltEs12(Left(vwx270), Left(vwx280), ty_@0, hd) -> new_ltEs4(vwx270, vwx280) 19.02/7.18 new_ltEs12(Left(vwx270), Left(vwx280), app(app(app(ty_@3, he), hf), hg), hd) -> new_ltEs11(vwx270, vwx280, he, hf, hg) 19.02/7.18 new_ltEs19(vwx49, vwx50, ty_Char) -> new_ltEs18(vwx49, vwx50) 19.02/7.18 new_esEs11(vwx3000, vwx31000, ty_Char) -> new_esEs25(vwx3000, vwx31000) 19.02/7.18 new_compare111(vwx158, vwx159, vwx160, vwx161, True, vwx163, cgc, cgd) -> new_compare10(vwx158, vwx159, vwx160, vwx161, True, cgc, cgd) 19.02/7.18 new_esEs33(vwx30001, vwx310001, ty_Int) -> new_esEs27(vwx30001, vwx310001) 19.02/7.18 new_esEs11(vwx3000, vwx31000, app(ty_Maybe, edf)) -> new_esEs19(vwx3000, vwx31000, edf) 19.02/7.18 new_primEqNat0(Succ(vwx300000), Zero) -> False 19.02/7.18 new_primEqNat0(Zero, Succ(vwx3100000)) -> False 19.02/7.18 new_ltEs22(vwx27, vwx28, ty_Ordering) -> new_ltEs10(vwx27, vwx28) 19.02/7.18 new_lt11(vwx78, vwx81, bed) -> new_esEs12(new_compare17(vwx78, vwx81, bed), LT) 19.02/7.18 new_ltEs22(vwx27, vwx28, ty_Integer) -> new_ltEs8(vwx27, vwx28) 19.02/7.18 new_esEs22(Integer(vwx30000), Integer(vwx310000)) -> new_primEqInt(vwx30000, vwx310000) 19.02/7.18 new_compare4(vwx300, vwx3100, ty_Ordering) -> new_compare18(vwx300, vwx3100) 19.02/7.18 new_ltEs22(vwx27, vwx28, app(app(ty_@2, bda), bbh)) -> new_ltEs13(vwx27, vwx28, bda, bbh) 19.02/7.18 new_ltEs22(vwx27, vwx28, ty_Int) -> new_ltEs14(vwx27, vwx28) 19.02/7.18 new_lt6(vwx79, vwx82, app(ty_[], bge)) -> new_lt17(vwx79, vwx82, bge) 19.02/7.18 new_esEs6(vwx3001, vwx31001, app(ty_[], eag)) -> new_esEs20(vwx3001, vwx31001, eag) 19.02/7.18 new_compare17(Nothing, Nothing, ca) -> EQ 19.02/7.18 new_compare6(Integer(vwx3000), Integer(vwx31000)) -> new_primCmpInt(vwx3000, vwx31000) 19.02/7.18 new_ltEs11(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, de, df) -> new_pePe(new_lt21(vwx270, vwx280, eg), new_asAs(new_esEs37(vwx270, vwx280, eg), new_pePe(new_lt22(vwx271, vwx281, de), new_asAs(new_esEs36(vwx271, vwx281, de), new_ltEs21(vwx272, vwx282, df))))) 19.02/7.18 new_primCompAux00(vwx20, vwx21, EQ, app(ty_Maybe, h)) -> new_compare17(vwx20, vwx21, h) 19.02/7.18 new_primCmpInt(Pos(Succ(vwx30000)), Neg(vwx31000)) -> GT 19.02/7.18 new_lt22(vwx271, vwx281, app(ty_[], ga)) -> new_lt17(vwx271, vwx281, ga) 19.02/7.18 new_ltEs9(Just(vwx270), Just(vwx280), ty_Integer) -> new_ltEs8(vwx270, vwx280) 19.02/7.18 new_lt7(vwx78, vwx81, ty_Double) -> new_lt9(vwx78, vwx81) 19.02/7.18 new_lt13(vwx78, vwx81, bhh, caa) -> new_esEs12(new_compare19(vwx78, vwx81, bhh, caa), LT) 19.02/7.18 new_esEs15(vwx30001, vwx310001, ty_Integer) -> new_esEs22(vwx30001, vwx310001) 19.02/7.18 new_primCompAux00(vwx20, vwx21, EQ, ty_Integer) -> new_compare6(vwx20, vwx21) 19.02/7.18 new_esEs16(vwx30000, vwx310000, ty_Ordering) -> new_esEs12(vwx30000, vwx310000) 19.02/7.18 new_ltEs10(GT, EQ) -> False 19.02/7.18 new_esEs30(vwx78, vwx81, ty_Double) -> new_esEs18(vwx78, vwx81) 19.02/7.18 new_esEs5(vwx3002, vwx31002, app(ty_Maybe, dha)) -> new_esEs19(vwx3002, vwx31002, dha) 19.02/7.18 new_esEs29(vwx79, vwx82, app(ty_[], bge)) -> new_esEs20(vwx79, vwx82, bge) 19.02/7.18 new_esEs35(vwx270, vwx280, ty_Double) -> new_esEs18(vwx270, vwx280) 19.02/7.18 new_primPlusNat1(Succ(vwx17100), Succ(vwx31001000)) -> Succ(Succ(new_primPlusNat1(vwx17100, vwx31001000))) 19.02/7.18 new_primCompAux00(vwx20, vwx21, GT, ddc) -> GT 19.02/7.18 new_compare17(Just(vwx3000), Nothing, ca) -> GT 19.02/7.18 new_esEs38(vwx91, vwx93, ty_Int) -> new_esEs27(vwx91, vwx93) 19.02/7.18 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Double) -> new_esEs18(vwx30000, vwx310000) 19.02/7.18 new_esEs33(vwx30001, vwx310001, ty_Ordering) -> new_esEs12(vwx30001, vwx310001) 19.02/7.18 new_primCmpNat0(Zero, Succ(vwx310000)) -> LT 19.02/7.18 new_ltEs24(vwx56, vwx57, ty_Bool) -> new_ltEs6(vwx56, vwx57) 19.02/7.18 new_esEs29(vwx79, vwx82, app(app(app(ty_@3, bff), bfg), bfh)) -> new_esEs13(vwx79, vwx82, bff, bfg, bfh) 19.02/7.18 new_esEs10(vwx3001, vwx31001, ty_Integer) -> new_esEs22(vwx3001, vwx31001) 19.02/7.18 new_esEs5(vwx3002, vwx31002, ty_Char) -> new_esEs25(vwx3002, vwx31002) 19.02/7.18 new_esEs28(Right(vwx30000), Right(vwx310000), deh, ty_Double) -> new_esEs18(vwx30000, vwx310000) 19.02/7.18 new_compare18(GT, GT) -> EQ 19.02/7.18 new_ltEs21(vwx272, vwx282, ty_Double) -> new_ltEs7(vwx272, vwx282) 19.02/7.18 new_primCompAux00(vwx20, vwx21, EQ, app(ty_[], bh)) -> new_compare26(vwx20, vwx21, bh) 19.02/7.18 new_ltEs13(@2(vwx270, vwx271), @2(vwx280, vwx281), bda, bbh) -> new_pePe(new_lt20(vwx270, vwx280, bda), new_asAs(new_esEs35(vwx270, vwx280, bda), new_ltEs20(vwx271, vwx281, bbh))) 19.02/7.18 new_esEs38(vwx91, vwx93, ty_Bool) -> new_esEs17(vwx91, vwx93) 19.02/7.18 new_esEs6(vwx3001, vwx31001, ty_@0) -> new_esEs24(vwx3001, vwx31001) 19.02/7.18 new_lt7(vwx78, vwx81, ty_Integer) -> new_lt10(vwx78, vwx81) 19.02/7.18 new_ltEs12(Right(vwx270), Right(vwx280), bae, ty_Float) -> new_ltEs15(vwx270, vwx280) 19.02/7.18 new_esEs33(vwx30001, vwx310001, app(ty_Ratio, fac)) -> new_esEs21(vwx30001, vwx310001, fac) 19.02/7.18 new_esEs19(Just(vwx30000), Just(vwx310000), ty_@0) -> new_esEs24(vwx30000, vwx310000) 19.02/7.18 new_esEs32(vwx30000, vwx310000, ty_Integer) -> new_esEs22(vwx30000, vwx310000) 19.02/7.18 new_esEs11(vwx3000, vwx31000, app(app(ty_@2, eed), eee)) -> new_esEs26(vwx3000, vwx31000, eed, eee) 19.02/7.18 new_esEs27(vwx3000, vwx31000) -> new_primEqInt(vwx3000, vwx31000) 19.02/7.18 new_primCompAux00(vwx20, vwx21, EQ, app(app(app(ty_@3, ba), bb), bc)) -> new_compare9(vwx20, vwx21, ba, bb, bc) 19.02/7.18 new_esEs16(vwx30000, vwx310000, ty_Int) -> new_esEs27(vwx30000, vwx310000) 19.02/7.18 new_esEs30(vwx78, vwx81, ty_Int) -> new_esEs27(vwx78, vwx81) 19.02/7.18 new_esEs28(Left(vwx30000), Left(vwx310000), app(app(app(ty_@3, ddg), ddh), dea), dde) -> new_esEs13(vwx30000, vwx310000, ddg, ddh, dea) 19.02/7.18 new_esEs38(vwx91, vwx93, ty_Ordering) -> new_esEs12(vwx91, vwx93) 19.02/7.18 new_esEs8(vwx3000, vwx31000, app(ty_Ratio, eha)) -> new_esEs21(vwx3000, vwx31000, eha) 19.02/7.18 new_ltEs5(vwx80, vwx83, app(app(ty_@2, bhe), bhf)) -> new_ltEs13(vwx80, vwx83, bhe, bhf) 19.02/7.18 new_esEs33(vwx30001, vwx310001, app(app(ty_Either, faf), fag)) -> new_esEs28(vwx30001, vwx310001, faf, fag) 19.02/7.18 new_ltEs21(vwx272, vwx282, ty_Char) -> new_ltEs18(vwx272, vwx282) 19.02/7.18 new_esEs11(vwx3000, vwx31000, ty_Ordering) -> new_esEs12(vwx3000, vwx31000) 19.02/7.18 new_ltEs9(Just(vwx270), Just(vwx280), app(ty_Ratio, fcd)) -> new_ltEs17(vwx270, vwx280, fcd) 19.02/7.18 new_esEs33(vwx30001, vwx310001, app(ty_Maybe, ehf)) -> new_esEs19(vwx30001, vwx310001, ehf) 19.02/7.18 new_esEs14(vwx30002, vwx310002, app(ty_[], chd)) -> new_esEs20(vwx30002, vwx310002, chd) 19.02/7.18 new_esEs36(vwx271, vwx281, app(app(ty_@2, fg), fh)) -> new_esEs26(vwx271, vwx281, fg, fh) 19.02/7.18 new_ltEs6(False, False) -> True 19.02/7.18 new_esEs7(vwx3000, vwx31000, ty_Integer) -> new_esEs22(vwx3000, vwx31000) 19.02/7.18 new_primEqInt(Neg(Succ(vwx300000)), Neg(Succ(vwx3100000))) -> new_primEqNat0(vwx300000, vwx3100000) 19.02/7.18 new_esEs9(vwx3000, vwx31000, ty_Double) -> new_esEs18(vwx3000, vwx31000) 19.02/7.18 new_esEs9(vwx3000, vwx31000, ty_Float) -> new_esEs23(vwx3000, vwx31000) 19.02/7.18 new_primCmpInt(Neg(Zero), Pos(Succ(vwx310000))) -> LT 19.02/7.18 new_esEs36(vwx271, vwx281, app(app(app(ty_@3, fa), fb), fc)) -> new_esEs13(vwx271, vwx281, fa, fb, fc) 19.02/7.18 new_primMulInt(Pos(vwx30000), Pos(vwx310010)) -> Pos(new_primMulNat0(vwx30000, vwx310010)) 19.02/7.18 new_compare4(vwx300, vwx3100, app(app(ty_@2, cca), ccb)) -> new_compare25(vwx300, vwx3100, cca, ccb) 19.02/7.18 new_esEs37(vwx270, vwx280, app(ty_[], ef)) -> new_esEs20(vwx270, vwx280, ef) 19.02/7.18 new_compare19(Right(vwx3000), Left(vwx31000), cae, caf) -> GT 19.02/7.18 new_lt4(vwx78, vwx81) -> new_esEs12(new_compare8(vwx78, vwx81), LT) 19.02/7.18 new_lt21(vwx270, vwx280, app(app(ty_Either, eb), ec)) -> new_lt13(vwx270, vwx280, eb, ec) 19.02/7.18 new_ltEs22(vwx27, vwx28, ty_Float) -> new_ltEs15(vwx27, vwx28) 19.02/7.18 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Ordering, dde) -> new_esEs12(vwx30000, vwx310000) 19.02/7.18 new_esEs33(vwx30001, vwx310001, ty_Float) -> new_esEs23(vwx30001, vwx310001) 19.02/7.18 new_primMulNat0(Succ(vwx300000), Zero) -> Zero 19.02/7.18 new_primMulNat0(Zero, Succ(vwx3100100)) -> Zero 19.02/7.18 new_compare4(vwx300, vwx3100, ty_Float) -> new_compare8(vwx300, vwx3100) 19.02/7.18 new_ltEs9(Just(vwx270), Just(vwx280), app(app(ty_Either, cf), cg)) -> new_ltEs12(vwx270, vwx280, cf, cg) 19.02/7.18 new_esEs16(vwx30000, vwx310000, app(app(app(ty_@3, dbe), dbf), dbg)) -> new_esEs13(vwx30000, vwx310000, dbe, dbf, dbg) 19.02/7.18 new_esEs39(vwx30000, vwx310000, app(app(app(ty_@3, ffa), ffb), ffc)) -> new_esEs13(vwx30000, vwx310000, ffa, ffb, ffc) 19.02/7.18 new_esEs10(vwx3001, vwx31001, ty_Double) -> new_esEs18(vwx3001, vwx31001) 19.02/7.18 new_esEs7(vwx3000, vwx31000, ty_Double) -> new_esEs18(vwx3000, vwx31000) 19.02/7.18 new_ltEs19(vwx49, vwx50, ty_Double) -> new_ltEs7(vwx49, vwx50) 19.02/7.18 new_esEs33(vwx30001, vwx310001, ty_Double) -> new_esEs18(vwx30001, vwx310001) 19.02/7.18 new_esEs28(Right(vwx30000), Right(vwx310000), deh, app(ty_Ratio, dff)) -> new_esEs21(vwx30000, vwx310000, dff) 19.02/7.18 new_ltEs6(True, False) -> False 19.02/7.18 new_compare7(vwx300, vwx3100) -> new_primCmpInt(vwx300, vwx3100) 19.02/7.18 new_lt7(vwx78, vwx81, app(app(ty_Either, bhh), caa)) -> new_lt13(vwx78, vwx81, bhh, caa) 19.02/7.18 new_ltEs12(Right(vwx270), Right(vwx280), bae, app(app(ty_@2, bbd), bbe)) -> new_ltEs13(vwx270, vwx280, bbd, bbe) 19.02/7.18 new_ltEs12(Right(vwx270), Right(vwx280), bae, app(ty_Maybe, baf)) -> new_ltEs9(vwx270, vwx280, baf) 19.02/7.18 new_esEs33(vwx30001, vwx310001, ty_Char) -> new_esEs25(vwx30001, vwx310001) 19.02/7.18 new_esEs39(vwx30000, vwx310000, app(ty_[], ffd)) -> new_esEs20(vwx30000, vwx310000, ffd) 19.02/7.18 new_lt6(vwx79, vwx82, ty_Ordering) -> new_lt12(vwx79, vwx82) 19.02/7.18 new_esEs14(vwx30002, vwx310002, app(app(app(ty_@3, cha), chb), chc)) -> new_esEs13(vwx30002, vwx310002, cha, chb, chc) 19.02/7.18 new_compare15(False, True) -> LT 19.02/7.18 new_primPlusNat1(Succ(vwx17100), Zero) -> Succ(vwx17100) 19.02/7.18 new_primPlusNat1(Zero, Succ(vwx31001000)) -> Succ(vwx31001000) 19.02/7.18 new_ltEs20(vwx271, vwx281, app(ty_[], beb)) -> new_ltEs16(vwx271, vwx281, beb) 19.02/7.18 new_esEs9(vwx3000, vwx31000, ty_@0) -> new_esEs24(vwx3000, vwx31000) 19.02/7.18 new_esEs36(vwx271, vwx281, app(app(ty_Either, fd), ff)) -> new_esEs28(vwx271, vwx281, fd, ff) 19.02/7.18 new_lt23(vwx91, vwx93, app(app(ty_Either, cch), cda)) -> new_lt13(vwx91, vwx93, cch, cda) 19.02/7.18 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Float) -> new_esEs23(vwx30000, vwx310000) 19.02/7.18 new_esEs35(vwx270, vwx280, ty_Float) -> new_esEs23(vwx270, vwx280) 19.02/7.18 new_lt6(vwx79, vwx82, app(ty_Ratio, dgc)) -> new_lt18(vwx79, vwx82, dgc) 19.02/7.18 new_ltEs12(Right(vwx270), Right(vwx280), bae, ty_Ordering) -> new_ltEs10(vwx270, vwx280) 19.02/7.18 new_ltEs12(Right(vwx270), Right(vwx280), bae, ty_Int) -> new_ltEs14(vwx270, vwx280) 19.02/7.18 new_esEs8(vwx3000, vwx31000, app(ty_Maybe, egd)) -> new_esEs19(vwx3000, vwx31000, egd) 19.02/7.18 new_compare10(vwx158, vwx159, vwx160, vwx161, False, cgc, cgd) -> GT 19.02/7.18 new_esEs7(vwx3000, vwx31000, ty_Char) -> new_esEs25(vwx3000, vwx31000) 19.02/7.18 new_lt21(vwx270, vwx280, app(ty_Ratio, fcg)) -> new_lt18(vwx270, vwx280, fcg) 19.02/7.18 new_esEs28(Right(vwx30000), Right(vwx310000), deh, app(app(ty_Either, dga), dgb)) -> new_esEs28(vwx30000, vwx310000, dga, dgb) 19.02/7.18 new_esEs29(vwx79, vwx82, ty_Bool) -> new_esEs17(vwx79, vwx82) 19.02/7.18 new_fsEs(vwx165) -> new_not(new_esEs12(vwx165, GT)) 19.02/7.18 new_lt9(vwx78, vwx81) -> new_esEs12(new_compare16(vwx78, vwx81), LT) 19.02/7.18 new_esEs7(vwx3000, vwx31000, app(ty_Maybe, ebe)) -> new_esEs19(vwx3000, vwx31000, ebe) 19.02/7.18 new_lt20(vwx270, vwx280, ty_Ordering) -> new_lt12(vwx270, vwx280) 19.02/7.18 new_esEs28(Right(vwx30000), Right(vwx310000), deh, ty_Bool) -> new_esEs17(vwx30000, vwx310000) 19.02/7.18 new_esEs8(vwx3000, vwx31000, ty_Char) -> new_esEs25(vwx3000, vwx31000) 19.02/7.18 new_esEs28(Right(vwx30000), Right(vwx310000), deh, ty_Integer) -> new_esEs22(vwx30000, vwx310000) 19.02/7.18 new_compare4(vwx300, vwx3100, ty_Char) -> new_compare27(vwx300, vwx3100) 19.02/7.18 new_esEs5(vwx3002, vwx31002, ty_Int) -> new_esEs27(vwx3002, vwx31002) 19.02/7.18 new_esEs6(vwx3001, vwx31001, ty_Integer) -> new_esEs22(vwx3001, vwx31001) 19.02/7.18 new_esEs35(vwx270, vwx280, app(app(ty_@2, bcf), bcg)) -> new_esEs26(vwx270, vwx280, bcf, bcg) 19.02/7.18 new_esEs10(vwx3001, vwx31001, ty_@0) -> new_esEs24(vwx3001, vwx31001) 19.02/7.18 new_lt20(vwx270, vwx280, ty_Integer) -> new_lt10(vwx270, vwx280) 19.02/7.18 new_esEs11(vwx3000, vwx31000, app(ty_Ratio, eec)) -> new_esEs21(vwx3000, vwx31000, eec) 19.02/7.18 new_primCompAux00(vwx20, vwx21, EQ, app(app(ty_Either, bd), be)) -> new_compare19(vwx20, vwx21, bd, be) 19.02/7.18 new_esEs28(Right(vwx30000), Right(vwx310000), deh, ty_Int) -> new_esEs27(vwx30000, vwx310000) 19.02/7.18 new_esEs30(vwx78, vwx81, ty_Integer) -> new_esEs22(vwx78, vwx81) 19.02/7.18 new_ltEs12(Left(vwx270), Left(vwx280), ty_Integer, hd) -> new_ltEs8(vwx270, vwx280) 19.02/7.18 new_compare4(vwx300, vwx3100, app(ty_Ratio, dgf)) -> new_compare5(vwx300, vwx3100, dgf) 19.02/7.18 new_ltEs20(vwx271, vwx281, app(app(ty_@2, bdh), bea)) -> new_ltEs13(vwx271, vwx281, bdh, bea) 19.02/7.18 new_esEs36(vwx271, vwx281, ty_Ordering) -> new_esEs12(vwx271, vwx281) 19.02/7.18 new_lt14(vwx78, vwx81, cab, cac) -> new_esEs12(new_compare25(vwx78, vwx81, cab, cac), LT) 19.02/7.18 new_esEs5(vwx3002, vwx31002, ty_Bool) -> new_esEs17(vwx3002, vwx31002) 19.02/7.18 new_esEs28(Right(vwx30000), Right(vwx310000), deh, app(app(ty_@2, dfg), dfh)) -> new_esEs26(vwx30000, vwx310000, dfg, dfh) 19.02/7.18 new_compare26([], :(vwx31000, vwx31001), ceg) -> LT 19.02/7.18 new_ltEs9(Just(vwx270), Just(vwx280), ty_@0) -> new_ltEs4(vwx270, vwx280) 19.02/7.18 new_esEs29(vwx79, vwx82, ty_Ordering) -> new_esEs12(vwx79, vwx82) 19.02/7.18 new_esEs10(vwx3001, vwx31001, app(app(ty_@2, eff), efg)) -> new_esEs26(vwx3001, vwx31001, eff, efg) 19.02/7.18 new_lt20(vwx270, vwx280, app(app(ty_Either, bcd), bce)) -> new_lt13(vwx270, vwx280, bcd, bce) 19.02/7.18 new_esEs14(vwx30002, vwx310002, ty_Char) -> new_esEs25(vwx30002, vwx310002) 19.02/7.18 new_lt22(vwx271, vwx281, ty_Float) -> new_lt4(vwx271, vwx281) 19.02/7.18 new_esEs16(vwx30000, vwx310000, ty_Float) -> new_esEs23(vwx30000, vwx310000) 19.02/7.18 new_lt7(vwx78, vwx81, ty_@0) -> new_lt16(vwx78, vwx81) 19.02/7.18 new_esEs30(vwx78, vwx81, ty_Bool) -> new_esEs17(vwx78, vwx81) 19.02/7.18 new_esEs33(vwx30001, vwx310001, app(app(app(ty_@3, ehg), ehh), faa)) -> new_esEs13(vwx30001, vwx310001, ehg, ehh, faa) 19.02/7.18 new_esEs39(vwx30000, vwx310000, app(ty_Maybe, feh)) -> new_esEs19(vwx30000, vwx310000, feh) 19.02/7.18 new_lt23(vwx91, vwx93, app(app(app(ty_@3, cce), ccf), ccg)) -> new_lt5(vwx91, vwx93, cce, ccf, ccg) 19.02/7.18 new_esEs35(vwx270, vwx280, ty_Ordering) -> new_esEs12(vwx270, vwx280) 19.02/7.18 new_esEs14(vwx30002, vwx310002, ty_Bool) -> new_esEs17(vwx30002, vwx310002) 19.02/7.18 new_ltEs12(Right(vwx270), Right(vwx280), bae, ty_Bool) -> new_ltEs6(vwx270, vwx280) 19.02/7.18 new_esEs9(vwx3000, vwx31000, app(ty_[], fea)) -> new_esEs20(vwx3000, vwx31000, fea) 19.02/7.18 new_compare4(vwx300, vwx3100, app(app(app(ty_@3, beh), bfa), bfb)) -> new_compare9(vwx300, vwx3100, beh, bfa, bfb) 19.02/7.18 new_compare18(GT, LT) -> GT 19.02/7.18 new_compare18(EQ, LT) -> GT 19.02/7.18 new_compare28(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, True, bfc, bgf, bfe) -> EQ 19.02/7.18 new_esEs12(GT, GT) -> True 19.02/7.18 new_ltEs21(vwx272, vwx282, app(ty_[], hb)) -> new_ltEs16(vwx272, vwx282, hb) 19.02/7.18 new_esEs39(vwx30000, vwx310000, app(app(ty_Either, ffh), fga)) -> new_esEs28(vwx30000, vwx310000, ffh, fga) 19.02/7.18 new_esEs36(vwx271, vwx281, ty_Int) -> new_esEs27(vwx271, vwx281) 19.02/7.18 new_esEs17(False, True) -> False 19.02/7.18 new_esEs17(True, False) -> False 19.02/7.18 new_ltEs10(LT, LT) -> True 19.02/7.18 new_esEs7(vwx3000, vwx31000, app(app(ty_Either, ece), ecf)) -> new_esEs28(vwx3000, vwx31000, ece, ecf) 19.02/7.18 new_esEs4(vwx3000, vwx31000, ty_Int) -> new_esEs27(vwx3000, vwx31000) 19.02/7.18 new_lt20(vwx270, vwx280, ty_Bool) -> new_lt8(vwx270, vwx280) 19.02/7.18 new_esEs30(vwx78, vwx81, app(ty_Ratio, dge)) -> new_esEs21(vwx78, vwx81, dge) 19.02/7.18 new_lt6(vwx79, vwx82, app(app(app(ty_@3, bff), bfg), bfh)) -> new_lt5(vwx79, vwx82, bff, bfg, bfh) 19.02/7.18 new_esEs7(vwx3000, vwx31000, ty_@0) -> new_esEs24(vwx3000, vwx31000) 19.02/7.18 new_esEs39(vwx30000, vwx310000, ty_Char) -> new_esEs25(vwx30000, vwx310000) 19.02/7.18 new_esEs34(vwx30000, vwx310000, ty_@0) -> new_esEs24(vwx30000, vwx310000) 19.02/7.18 new_ltEs20(vwx271, vwx281, ty_Double) -> new_ltEs7(vwx271, vwx281) 19.02/7.18 new_primCmpInt(Pos(Succ(vwx30000)), Pos(vwx31000)) -> new_primCmpNat0(Succ(vwx30000), vwx31000) 19.02/7.18 new_esEs39(vwx30000, vwx310000, ty_Bool) -> new_esEs17(vwx30000, vwx310000) 19.02/7.18 new_esEs14(vwx30002, vwx310002, ty_@0) -> new_esEs24(vwx30002, vwx310002) 19.02/7.18 new_esEs31(vwx30001, vwx310001, ty_Int) -> new_esEs27(vwx30001, vwx310001) 19.02/7.18 new_esEs12(EQ, EQ) -> True 19.02/7.18 new_ltEs4(vwx27, vwx28) -> new_fsEs(new_compare14(vwx27, vwx28)) 19.02/7.18 new_ltEs5(vwx80, vwx83, ty_Char) -> new_ltEs18(vwx80, vwx83) 19.02/7.18 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Double, dde) -> new_esEs18(vwx30000, vwx310000) 19.02/7.18 new_esEs10(vwx3001, vwx31001, ty_Bool) -> new_esEs17(vwx3001, vwx31001) 19.02/7.18 new_esEs35(vwx270, vwx280, app(ty_Maybe, bbg)) -> new_esEs19(vwx270, vwx280, bbg) 19.02/7.18 new_esEs14(vwx30002, vwx310002, app(app(ty_Either, chh), daa)) -> new_esEs28(vwx30002, vwx310002, chh, daa) 19.02/7.18 new_lt10(vwx78, vwx81) -> new_esEs12(new_compare6(vwx78, vwx81), LT) 19.02/7.18 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Char) -> new_esEs25(vwx30000, vwx310000) 19.02/7.18 new_esEs34(vwx30000, vwx310000, app(ty_Maybe, fah)) -> new_esEs19(vwx30000, vwx310000, fah) 19.02/7.18 new_esEs5(vwx3002, vwx31002, app(ty_[], dhe)) -> new_esEs20(vwx3002, vwx31002, dhe) 19.02/7.18 new_esEs10(vwx3001, vwx31001, ty_Int) -> new_esEs27(vwx3001, vwx31001) 19.02/7.18 new_esEs26(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), edb, edc) -> new_asAs(new_esEs34(vwx30000, vwx310000, edb), new_esEs33(vwx30001, vwx310001, edc)) 19.02/7.18 new_compare26(:(vwx3000, vwx3001), [], ceg) -> GT 19.02/7.18 new_esEs34(vwx30000, vwx310000, ty_Char) -> new_esEs25(vwx30000, vwx310000) 19.02/7.18 new_compare212(vwx56, vwx57, False, cfa, fgb) -> new_compare110(vwx56, vwx57, new_ltEs24(vwx56, vwx57, fgb), cfa, fgb) 19.02/7.18 new_ltEs6(False, True) -> True 19.02/7.18 new_esEs32(vwx30000, vwx310000, ty_Int) -> new_esEs27(vwx30000, vwx310000) 19.02/7.18 new_lt7(vwx78, vwx81, app(app(app(ty_@3, bee), bef), beg)) -> new_lt5(vwx78, vwx81, bee, bef, beg) 19.02/7.18 new_ltEs12(Right(vwx270), Right(vwx280), bae, ty_@0) -> new_ltEs4(vwx270, vwx280) 19.02/7.18 new_esEs28(Right(vwx30000), Right(vwx310000), deh, app(ty_Maybe, dfa)) -> new_esEs19(vwx30000, vwx310000, dfa) 19.02/7.18 new_esEs35(vwx270, vwx280, ty_@0) -> new_esEs24(vwx270, vwx280) 19.02/7.18 new_esEs37(vwx270, vwx280, ty_Float) -> new_esEs23(vwx270, vwx280) 19.02/7.18 new_esEs10(vwx3001, vwx31001, ty_Ordering) -> new_esEs12(vwx3001, vwx31001) 19.02/7.18 new_esEs38(vwx91, vwx93, ty_Integer) -> new_esEs22(vwx91, vwx93) 19.02/7.18 new_ltEs10(GT, GT) -> True 19.02/7.18 new_esEs35(vwx270, vwx280, ty_Char) -> new_esEs25(vwx270, vwx280) 19.02/7.18 new_ltEs23(vwx92, vwx94, app(app(ty_@2, ced), cee)) -> new_ltEs13(vwx92, vwx94, ced, cee) 19.02/7.18 new_esEs38(vwx91, vwx93, app(app(ty_Either, cch), cda)) -> new_esEs28(vwx91, vwx93, cch, cda) 19.02/7.18 new_compare26([], [], ceg) -> EQ 19.02/7.18 new_esEs33(vwx30001, vwx310001, ty_Integer) -> new_esEs22(vwx30001, vwx310001) 19.02/7.18 new_ltEs12(Right(vwx270), Right(vwx280), bae, ty_Char) -> new_ltEs18(vwx270, vwx280) 19.02/7.18 new_esEs28(Left(vwx30000), Left(vwx310000), app(ty_Maybe, ddf), dde) -> new_esEs19(vwx30000, vwx310000, ddf) 19.02/7.18 new_ltEs9(Just(vwx270), Just(vwx280), app(ty_Maybe, cb)) -> new_ltEs9(vwx270, vwx280, cb) 19.02/7.18 new_esEs15(vwx30001, vwx310001, ty_Int) -> new_esEs27(vwx30001, vwx310001) 19.02/7.18 new_esEs8(vwx3000, vwx31000, app(app(ty_Either, ehd), ehe)) -> new_esEs28(vwx3000, vwx31000, ehd, ehe) 19.02/7.18 new_lt21(vwx270, vwx280, ty_Bool) -> new_lt8(vwx270, vwx280) 19.02/7.18 new_esEs4(vwx3000, vwx31000, app(ty_Maybe, ecg)) -> new_esEs19(vwx3000, vwx31000, ecg) 19.02/7.18 new_lt6(vwx79, vwx82, ty_Float) -> new_lt4(vwx79, vwx82) 19.02/7.18 new_esEs17(True, True) -> True 19.02/7.18 new_compare4(vwx300, vwx3100, ty_Int) -> new_compare7(vwx300, vwx3100) 19.02/7.18 new_esEs34(vwx30000, vwx310000, app(app(app(ty_@3, fba), fbb), fbc)) -> new_esEs13(vwx30000, vwx310000, fba, fbb, fbc) 19.02/7.18 new_esEs38(vwx91, vwx93, ty_Char) -> new_esEs25(vwx91, vwx93) 19.02/7.18 new_esEs8(vwx3000, vwx31000, app(ty_[], egh)) -> new_esEs20(vwx3000, vwx31000, egh) 19.02/7.18 new_esEs23(Float(vwx30000, vwx30001), Float(vwx310000, vwx310001)) -> new_esEs27(new_sr0(vwx30000, vwx310001), new_sr0(vwx30001, vwx310000)) 19.02/7.18 new_ltEs24(vwx56, vwx57, app(ty_[], cgb)) -> new_ltEs16(vwx56, vwx57, cgb) 19.02/7.18 new_esEs15(vwx30001, vwx310001, ty_Char) -> new_esEs25(vwx30001, vwx310001) 19.02/7.18 new_lt22(vwx271, vwx281, app(app(app(ty_@3, fa), fb), fc)) -> new_lt5(vwx271, vwx281, fa, fb, fc) 19.02/7.18 new_compare18(EQ, EQ) -> EQ 19.02/7.18 new_lt23(vwx91, vwx93, ty_@0) -> new_lt16(vwx91, vwx93) 19.02/7.18 new_ltEs5(vwx80, vwx83, ty_Float) -> new_ltEs15(vwx80, vwx83) 19.02/7.18 new_esEs11(vwx3000, vwx31000, app(app(app(ty_@3, edg), edh), eea)) -> new_esEs13(vwx3000, vwx31000, edg, edh, eea) 19.02/7.18 new_lt15(vwx78, vwx81) -> new_esEs12(new_compare7(vwx78, vwx81), LT) 19.02/7.18 new_ltEs20(vwx271, vwx281, ty_Float) -> new_ltEs15(vwx271, vwx281) 19.02/7.18 new_esEs14(vwx30002, vwx310002, ty_Int) -> new_esEs27(vwx30002, vwx310002) 19.02/7.18 new_compare18(LT, EQ) -> LT 19.02/7.18 new_esEs38(vwx91, vwx93, ty_Float) -> new_esEs23(vwx91, vwx93) 19.02/7.18 new_esEs19(Just(vwx30000), Just(vwx310000), app(ty_Maybe, fgd)) -> new_esEs19(vwx30000, vwx310000, fgd) 19.02/7.18 new_esEs15(vwx30001, vwx310001, app(ty_Maybe, dab)) -> new_esEs19(vwx30001, vwx310001, dab) 19.02/7.18 new_esEs15(vwx30001, vwx310001, ty_Float) -> new_esEs23(vwx30001, vwx310001) 19.02/7.18 new_esEs28(Right(vwx30000), Right(vwx310000), deh, ty_Ordering) -> new_esEs12(vwx30000, vwx310000) 19.02/7.18 new_esEs4(vwx3000, vwx31000, ty_Float) -> new_esEs23(vwx3000, vwx31000) 19.02/7.18 new_lt6(vwx79, vwx82, ty_@0) -> new_lt16(vwx79, vwx82) 19.02/7.18 new_esEs6(vwx3001, vwx31001, app(app(ty_Either, ebc), ebd)) -> new_esEs28(vwx3001, vwx31001, ebc, ebd) 19.02/7.18 new_lt21(vwx270, vwx280, ty_Float) -> new_lt4(vwx270, vwx280) 19.02/7.18 new_ltEs10(EQ, GT) -> True 19.02/7.18 new_esEs34(vwx30000, vwx310000, ty_Integer) -> new_esEs22(vwx30000, vwx310000) 19.02/7.18 new_compare4(vwx300, vwx3100, ty_@0) -> new_compare14(vwx300, vwx3100) 19.02/7.18 new_ltEs9(Just(vwx270), Just(vwx280), ty_Float) -> new_ltEs15(vwx270, vwx280) 19.02/7.18 new_esEs29(vwx79, vwx82, app(ty_Ratio, dgc)) -> new_esEs21(vwx79, vwx82, dgc) 19.02/7.18 new_esEs38(vwx91, vwx93, app(ty_Maybe, ccc)) -> new_esEs19(vwx91, vwx93, ccc) 19.02/7.18 new_esEs37(vwx270, vwx280, ty_Int) -> new_esEs27(vwx270, vwx280) 19.02/7.18 new_esEs36(vwx271, vwx281, ty_Bool) -> new_esEs17(vwx271, vwx281) 19.02/7.18 new_esEs11(vwx3000, vwx31000, ty_Integer) -> new_esEs22(vwx3000, vwx31000) 19.02/7.18 new_ltEs10(EQ, EQ) -> True 19.02/7.18 new_esEs4(vwx3000, vwx31000, ty_@0) -> new_esEs24(vwx3000, vwx31000) 19.02/7.18 new_primPlusNat0(Succ(vwx1710), vwx3100100) -> Succ(Succ(new_primPlusNat1(vwx1710, vwx3100100))) 19.02/7.18 new_compare11(vwx121, vwx122, True, dcf, dcg) -> LT 19.02/7.18 new_ltEs19(vwx49, vwx50, ty_Float) -> new_ltEs15(vwx49, vwx50) 19.02/7.18 new_ltEs14(vwx27, vwx28) -> new_fsEs(new_compare7(vwx27, vwx28)) 19.02/7.18 new_esEs4(vwx3000, vwx31000, ty_Char) -> new_esEs25(vwx3000, vwx31000) 19.02/7.18 new_esEs6(vwx3001, vwx31001, ty_Float) -> new_esEs23(vwx3001, vwx31001) 19.02/7.18 new_compare4(vwx300, vwx3100, ty_Integer) -> new_compare6(vwx300, vwx3100) 19.02/7.18 new_ltEs12(Left(vwx270), Left(vwx280), ty_Ordering, hd) -> new_ltEs10(vwx270, vwx280) 19.02/7.18 new_primPlusNat1(Zero, Zero) -> Zero 19.02/7.18 new_esEs36(vwx271, vwx281, app(ty_Maybe, eh)) -> new_esEs19(vwx271, vwx281, eh) 19.02/7.18 new_lt16(vwx78, vwx81) -> new_esEs12(new_compare14(vwx78, vwx81), LT) 19.02/7.18 new_lt20(vwx270, vwx280, ty_Char) -> new_lt19(vwx270, vwx280) 19.02/7.18 new_ltEs23(vwx92, vwx94, ty_Double) -> new_ltEs7(vwx92, vwx94) 19.02/7.18 new_esEs37(vwx270, vwx280, ty_Integer) -> new_esEs22(vwx270, vwx280) 19.02/7.18 new_esEs4(vwx3000, vwx31000, app(app(ty_Either, deh), dde)) -> new_esEs28(vwx3000, vwx31000, deh, dde) 19.02/7.18 new_esEs36(vwx271, vwx281, ty_Char) -> new_esEs25(vwx271, vwx281) 19.02/7.18 new_ltEs12(Left(vwx270), Left(vwx280), ty_Int, hd) -> new_ltEs14(vwx270, vwx280) 19.02/7.18 new_esEs14(vwx30002, vwx310002, ty_Integer) -> new_esEs22(vwx30002, vwx310002) 19.02/7.18 new_ltEs24(vwx56, vwx57, app(app(ty_@2, cfh), cga)) -> new_ltEs13(vwx56, vwx57, cfh, cga) 19.02/7.18 new_lt23(vwx91, vwx93, ty_Bool) -> new_lt8(vwx91, vwx93) 19.02/7.18 new_compare13(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, False, dch, dda, ddb) -> GT 19.02/7.18 new_esEs36(vwx271, vwx281, ty_Integer) -> new_esEs22(vwx271, vwx281) 19.02/7.18 new_esEs37(vwx270, vwx280, ty_@0) -> new_esEs24(vwx270, vwx280) 19.02/7.18 new_lt7(vwx78, vwx81, ty_Char) -> new_lt19(vwx78, vwx81) 19.02/7.18 new_esEs17(False, False) -> True 19.02/7.18 new_esEs11(vwx3000, vwx31000, ty_Int) -> new_esEs27(vwx3000, vwx31000) 19.02/7.18 new_primCompAux00(vwx20, vwx21, EQ, ty_Bool) -> new_compare15(vwx20, vwx21) 19.02/7.18 new_esEs34(vwx30000, vwx310000, ty_Bool) -> new_esEs17(vwx30000, vwx310000) 19.02/7.18 new_esEs34(vwx30000, vwx310000, ty_Int) -> new_esEs27(vwx30000, vwx310000) 19.02/7.18 new_primCmpNat0(Succ(vwx30000), Succ(vwx310000)) -> new_primCmpNat0(vwx30000, vwx310000) 19.02/7.18 new_esEs30(vwx78, vwx81, app(app(ty_@2, cab), cac)) -> new_esEs26(vwx78, vwx81, cab, cac) 19.02/7.18 new_lt20(vwx270, vwx280, ty_@0) -> new_lt16(vwx270, vwx280) 19.02/7.18 new_esEs35(vwx270, vwx280, ty_Integer) -> new_esEs22(vwx270, vwx280) 19.02/7.18 new_esEs11(vwx3000, vwx31000, ty_Bool) -> new_esEs17(vwx3000, vwx31000) 19.02/7.18 new_ltEs15(vwx27, vwx28) -> new_fsEs(new_compare8(vwx27, vwx28)) 19.02/7.18 new_esEs39(vwx30000, vwx310000, ty_@0) -> new_esEs24(vwx30000, vwx310000) 19.02/7.18 new_lt22(vwx271, vwx281, ty_Char) -> new_lt19(vwx271, vwx281) 19.02/7.18 new_lt7(vwx78, vwx81, ty_Bool) -> new_lt8(vwx78, vwx81) 19.02/7.18 new_lt17(vwx78, vwx81, cad) -> new_esEs12(new_compare26(vwx78, vwx81, cad), LT) 19.02/7.18 new_esEs5(vwx3002, vwx31002, ty_Float) -> new_esEs23(vwx3002, vwx31002) 19.02/7.18 new_lt21(vwx270, vwx280, ty_@0) -> new_lt16(vwx270, vwx280) 19.02/7.18 new_compare4(vwx300, vwx3100, ty_Bool) -> new_compare15(vwx300, vwx3100) 19.02/7.18 new_ltEs24(vwx56, vwx57, ty_Double) -> new_ltEs7(vwx56, vwx57) 19.02/7.18 new_lt21(vwx270, vwx280, ty_Char) -> new_lt19(vwx270, vwx280) 19.02/7.18 new_lt6(vwx79, vwx82, ty_Bool) -> new_lt8(vwx79, vwx82) 19.02/7.18 new_esEs30(vwx78, vwx81, ty_Ordering) -> new_esEs12(vwx78, vwx81) 19.02/7.18 new_esEs14(vwx30002, vwx310002, app(ty_Maybe, cgh)) -> new_esEs19(vwx30002, vwx310002, cgh) 19.02/7.18 new_esEs15(vwx30001, vwx310001, ty_@0) -> new_esEs24(vwx30001, vwx310001) 19.02/7.18 new_lt6(vwx79, vwx82, ty_Char) -> new_lt19(vwx79, vwx82) 19.02/7.18 new_esEs35(vwx270, vwx280, ty_Bool) -> new_esEs17(vwx270, vwx280) 19.02/7.18 new_ltEs9(Just(vwx270), Just(vwx280), ty_Char) -> new_ltEs18(vwx270, vwx280) 19.02/7.18 new_esEs38(vwx91, vwx93, ty_@0) -> new_esEs24(vwx91, vwx93) 19.02/7.18 new_esEs37(vwx270, vwx280, app(ty_Maybe, dd)) -> new_esEs19(vwx270, vwx280, dd) 19.02/7.18 new_compare112(vwx107, vwx108, False, feg) -> GT 19.02/7.18 new_lt20(vwx270, vwx280, app(app(app(ty_@3, bca), bcb), bcc)) -> new_lt5(vwx270, vwx280, bca, bcb, bcc) 19.02/7.18 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Bool) -> new_esEs17(vwx30000, vwx310000) 19.02/7.18 new_esEs35(vwx270, vwx280, ty_Int) -> new_esEs27(vwx270, vwx280) 19.02/7.18 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Int) -> new_esEs27(vwx30000, vwx310000) 19.02/7.18 new_esEs29(vwx79, vwx82, app(app(ty_@2, bgc), bgd)) -> new_esEs26(vwx79, vwx82, bgc, bgd) 19.02/7.18 new_lt23(vwx91, vwx93, ty_Float) -> new_lt4(vwx91, vwx93) 19.02/7.18 new_ltEs9(Just(vwx270), Just(vwx280), ty_Double) -> new_ltEs7(vwx270, vwx280) 19.02/7.18 new_ltEs23(vwx92, vwx94, app(app(ty_Either, ceb), cec)) -> new_ltEs12(vwx92, vwx94, ceb, cec) 19.02/7.18 new_primCmpInt(Neg(Succ(vwx30000)), Pos(vwx31000)) -> LT 19.02/7.18 new_compare8(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare7(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 19.02/7.18 new_esEs39(vwx30000, vwx310000, ty_Float) -> new_esEs23(vwx30000, vwx310000) 19.02/7.18 new_compare15(True, False) -> GT 19.02/7.18 new_lt21(vwx270, vwx280, app(app(app(ty_@3, dg), dh), ea)) -> new_lt5(vwx270, vwx280, dg, dh, ea) 19.02/7.18 new_esEs37(vwx270, vwx280, ty_Ordering) -> new_esEs12(vwx270, vwx280) 19.02/7.18 new_compare4(vwx300, vwx3100, app(ty_Maybe, ca)) -> new_compare17(vwx300, vwx3100, ca) 19.02/7.18 new_compare112(vwx107, vwx108, True, feg) -> LT 19.02/7.18 new_esEs39(vwx30000, vwx310000, ty_Double) -> new_esEs18(vwx30000, vwx310000) 19.02/7.18 new_compare27(Char(vwx3000), Char(vwx31000)) -> new_primCmpNat0(vwx3000, vwx31000) 19.02/7.18 new_lt22(vwx271, vwx281, ty_Bool) -> new_lt8(vwx271, vwx281) 19.02/7.18 new_esEs14(vwx30002, vwx310002, ty_Double) -> new_esEs18(vwx30002, vwx310002) 19.02/7.18 new_esEs6(vwx3001, vwx31001, app(app(ty_@2, eba), ebb)) -> new_esEs26(vwx3001, vwx31001, eba, ebb) 19.02/7.19 new_esEs37(vwx270, vwx280, ty_Char) -> new_esEs25(vwx270, vwx280) 19.02/7.19 new_esEs28(Right(vwx30000), Right(vwx310000), deh, app(app(app(ty_@3, dfb), dfc), dfd)) -> new_esEs13(vwx30000, vwx310000, dfb, dfc, dfd) 19.02/7.19 new_esEs37(vwx270, vwx280, ty_Bool) -> new_esEs17(vwx270, vwx280) 19.02/7.19 new_primCmpInt(Pos(Zero), Neg(Succ(vwx310000))) -> GT 19.02/7.19 new_lt20(vwx270, vwx280, app(ty_Ratio, fce)) -> new_lt18(vwx270, vwx280, fce) 19.02/7.19 new_lt7(vwx78, vwx81, ty_Float) -> new_lt4(vwx78, vwx81) 19.02/7.19 new_ltEs22(vwx27, vwx28, ty_Double) -> new_ltEs7(vwx27, vwx28) 19.02/7.19 new_esEs28(Left(vwx30000), Left(vwx310000), ty_@0, dde) -> new_esEs24(vwx30000, vwx310000) 19.02/7.19 new_esEs31(vwx30001, vwx310001, ty_Integer) -> new_esEs22(vwx30001, vwx310001) 19.02/7.19 new_primCmpInt(Neg(Succ(vwx30000)), Neg(vwx31000)) -> new_primCmpNat0(vwx31000, Succ(vwx30000)) 19.02/7.19 new_primCompAux00(vwx20, vwx21, EQ, ty_Float) -> new_compare8(vwx20, vwx21) 19.02/7.19 new_esEs5(vwx3002, vwx31002, ty_@0) -> new_esEs24(vwx3002, vwx31002) 19.02/7.19 new_ltEs8(vwx27, vwx28) -> new_fsEs(new_compare6(vwx27, vwx28)) 19.02/7.19 new_ltEs19(vwx49, vwx50, app(ty_Maybe, cag)) -> new_ltEs9(vwx49, vwx50, cag) 19.02/7.19 new_esEs10(vwx3001, vwx31001, app(app(app(ty_@3, efa), efb), efc)) -> new_esEs13(vwx3001, vwx31001, efa, efb, efc) 19.02/7.19 new_esEs16(vwx30000, vwx310000, ty_@0) -> new_esEs24(vwx30000, vwx310000) 19.02/7.19 new_ltEs12(Left(vwx270), Left(vwx280), app(ty_[], bad), hd) -> new_ltEs16(vwx270, vwx280, bad) 19.02/7.19 new_esEs28(Left(vwx30000), Left(vwx310000), app(app(ty_@2, ded), dee), dde) -> new_esEs26(vwx30000, vwx310000, ded, dee) 19.02/7.19 new_esEs9(vwx3000, vwx31000, app(ty_Ratio, feb)) -> new_esEs21(vwx3000, vwx31000, feb) 19.02/7.19 new_lt5(vwx78, vwx81, bee, bef, beg) -> new_esEs12(new_compare9(vwx78, vwx81, bee, bef, beg), LT) 19.02/7.19 new_ltEs20(vwx271, vwx281, ty_Char) -> new_ltEs18(vwx271, vwx281) 19.02/7.19 new_esEs11(vwx3000, vwx31000, ty_@0) -> new_esEs24(vwx3000, vwx31000) 19.02/7.19 new_primEqInt(Pos(Succ(vwx300000)), Pos(Zero)) -> False 19.02/7.19 new_primEqInt(Pos(Zero), Pos(Succ(vwx3100000))) -> False 19.02/7.19 new_ltEs21(vwx272, vwx282, app(app(ty_@2, gh), ha)) -> new_ltEs13(vwx272, vwx282, gh, ha) 19.02/7.19 new_compare210(vwx49, vwx50, True, edd, cah) -> EQ 19.02/7.19 new_esEs7(vwx3000, vwx31000, app(ty_[], eca)) -> new_esEs20(vwx3000, vwx31000, eca) 19.02/7.19 new_esEs4(vwx3000, vwx31000, app(app(app(ty_@3, cge), cgf), cgg)) -> new_esEs13(vwx3000, vwx31000, cge, cgf, cgg) 19.02/7.19 new_ltEs20(vwx271, vwx281, ty_Bool) -> new_ltEs6(vwx271, vwx281) 19.02/7.19 new_lt6(vwx79, vwx82, ty_Integer) -> new_lt10(vwx79, vwx82) 19.02/7.19 new_ltEs16(vwx27, vwx28, bec) -> new_fsEs(new_compare26(vwx27, vwx28, bec)) 19.02/7.19 new_primCompAux00(vwx20, vwx21, EQ, ty_Int) -> new_compare7(vwx20, vwx21) 19.02/7.19 new_ltEs19(vwx49, vwx50, app(ty_Ratio, ede)) -> new_ltEs17(vwx49, vwx50, ede) 19.02/7.19 new_esEs37(vwx270, vwx280, app(app(ty_Either, eb), ec)) -> new_esEs28(vwx270, vwx280, eb, ec) 19.02/7.19 new_primCmpNat0(Zero, Zero) -> EQ 19.02/7.19 new_esEs9(vwx3000, vwx31000, app(ty_Maybe, fde)) -> new_esEs19(vwx3000, vwx31000, fde) 19.02/7.19 new_primCompAux00(vwx20, vwx21, EQ, app(app(ty_@2, bf), bg)) -> new_compare25(vwx20, vwx21, bf, bg) 19.02/7.19 new_esEs30(vwx78, vwx81, app(app(app(ty_@3, bee), bef), beg)) -> new_esEs13(vwx78, vwx81, bee, bef, beg) 19.02/7.19 new_esEs6(vwx3001, vwx31001, ty_Char) -> new_esEs25(vwx3001, vwx31001) 19.02/7.19 new_compare13(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, True, dch, dda, ddb) -> LT 19.02/7.19 new_ltEs12(Left(vwx270), Left(vwx280), ty_Char, hd) -> new_ltEs18(vwx270, vwx280) 19.02/7.19 new_ltEs12(Left(vwx270), Left(vwx280), app(app(ty_@2, bab), bac), hd) -> new_ltEs13(vwx270, vwx280, bab, bac) 19.02/7.19 new_esEs15(vwx30001, vwx310001, app(ty_Ratio, dag)) -> new_esEs21(vwx30001, vwx310001, dag) 19.02/7.19 new_lt7(vwx78, vwx81, app(ty_Ratio, dge)) -> new_lt18(vwx78, vwx81, dge) 19.02/7.19 new_esEs12(LT, LT) -> True 19.02/7.19 new_esEs9(vwx3000, vwx31000, app(app(ty_Either, fee), fef)) -> new_esEs28(vwx3000, vwx31000, fee, fef) 19.02/7.19 new_esEs8(vwx3000, vwx31000, ty_Integer) -> new_esEs22(vwx3000, vwx31000) 19.02/7.19 new_esEs36(vwx271, vwx281, ty_@0) -> new_esEs24(vwx271, vwx281) 19.02/7.19 new_ltEs21(vwx272, vwx282, app(ty_Maybe, gb)) -> new_ltEs9(vwx272, vwx282, gb) 19.02/7.19 new_esEs8(vwx3000, vwx31000, ty_Float) -> new_esEs23(vwx3000, vwx31000) 19.02/7.19 new_compare19(Right(vwx3000), Right(vwx31000), cae, caf) -> new_compare212(vwx3000, vwx31000, new_esEs9(vwx3000, vwx31000, caf), cae, caf) 19.02/7.19 new_esEs37(vwx270, vwx280, app(app(ty_@2, ed), ee)) -> new_esEs26(vwx270, vwx280, ed, ee) 19.02/7.19 new_ltEs19(vwx49, vwx50, app(app(app(ty_@3, cba), cbb), cbc)) -> new_ltEs11(vwx49, vwx50, cba, cbb, cbc) 19.02/7.19 new_ltEs19(vwx49, vwx50, ty_@0) -> new_ltEs4(vwx49, vwx50) 19.02/7.19 new_ltEs21(vwx272, vwx282, ty_Float) -> new_ltEs15(vwx272, vwx282) 19.02/7.19 new_compare16(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare7(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 19.02/7.19 new_ltEs6(True, True) -> True 19.02/7.19 new_ltEs9(Just(vwx270), Just(vwx280), app(ty_[], dc)) -> new_ltEs16(vwx270, vwx280, dc) 19.02/7.19 new_esEs29(vwx79, vwx82, ty_Double) -> new_esEs18(vwx79, vwx82) 19.02/7.19 new_ltEs24(vwx56, vwx57, ty_@0) -> new_ltEs4(vwx56, vwx57) 19.02/7.19 new_compare110(vwx128, vwx129, True, egb, egc) -> LT 19.02/7.19 new_lt20(vwx270, vwx280, ty_Float) -> new_lt4(vwx270, vwx280) 19.02/7.19 new_esEs14(vwx30002, vwx310002, ty_Float) -> new_esEs23(vwx30002, vwx310002) 19.02/7.19 new_esEs37(vwx270, vwx280, app(ty_Ratio, fcg)) -> new_esEs21(vwx270, vwx280, fcg) 19.02/7.19 new_ltEs24(vwx56, vwx57, app(app(app(ty_@3, cfc), cfd), cfe)) -> new_ltEs11(vwx56, vwx57, cfc, cfd, cfe) 19.02/7.19 new_primCompAux00(vwx20, vwx21, EQ, ty_Ordering) -> new_compare18(vwx20, vwx21) 19.02/7.19 new_compare29(vwx27, vwx28, False, fdb) -> new_compare112(vwx27, vwx28, new_ltEs22(vwx27, vwx28, fdb), fdb) 19.02/7.19 new_ltEs12(Left(vwx270), Left(vwx280), ty_Bool, hd) -> new_ltEs6(vwx270, vwx280) 19.02/7.19 new_esEs9(vwx3000, vwx31000, ty_Ordering) -> new_esEs12(vwx3000, vwx31000) 19.02/7.19 new_esEs30(vwx78, vwx81, app(ty_[], cad)) -> new_esEs20(vwx78, vwx81, cad) 19.02/7.19 new_esEs15(vwx30001, vwx310001, app(app(ty_Either, dbb), dbc)) -> new_esEs28(vwx30001, vwx310001, dbb, dbc) 19.02/7.19 new_ltEs22(vwx27, vwx28, app(ty_[], bec)) -> new_ltEs16(vwx27, vwx28, bec) 19.02/7.19 new_esEs35(vwx270, vwx280, app(app(app(ty_@3, bca), bcb), bcc)) -> new_esEs13(vwx270, vwx280, bca, bcb, bcc) 19.02/7.19 new_esEs20([], [], ech) -> True 19.02/7.19 new_esEs19(Just(vwx30000), Just(vwx310000), app(app(app(ty_@3, fge), fgf), fgg)) -> new_esEs13(vwx30000, vwx310000, fge, fgf, fgg) 19.02/7.19 new_esEs12(EQ, GT) -> False 19.02/7.19 new_esEs12(GT, EQ) -> False 19.02/7.19 new_lt7(vwx78, vwx81, app(app(ty_@2, cab), cac)) -> new_lt14(vwx78, vwx81, cab, cac) 19.02/7.19 new_esEs39(vwx30000, vwx310000, ty_Int) -> new_esEs27(vwx30000, vwx310000) 19.02/7.19 new_esEs34(vwx30000, vwx310000, app(app(ty_@2, fbf), fbg)) -> new_esEs26(vwx30000, vwx310000, fbf, fbg) 19.02/7.19 new_sr(Integer(vwx30000), Integer(vwx310010)) -> Integer(new_primMulInt(vwx30000, vwx310010)) 19.02/7.19 new_esEs5(vwx3002, vwx31002, ty_Integer) -> new_esEs22(vwx3002, vwx31002) 19.02/7.19 new_esEs10(vwx3001, vwx31001, app(ty_Ratio, efe)) -> new_esEs21(vwx3001, vwx31001, efe) 19.02/7.19 new_primCmpNat0(Succ(vwx30000), Zero) -> GT 19.02/7.19 new_esEs13(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cge, cgf, cgg) -> new_asAs(new_esEs16(vwx30000, vwx310000, cge), new_asAs(new_esEs15(vwx30001, vwx310001, cgf), new_esEs14(vwx30002, vwx310002, cgg))) 19.02/7.19 new_esEs19(Just(vwx30000), Just(vwx310000), app(app(ty_Either, fhd), fhe)) -> new_esEs28(vwx30000, vwx310000, fhd, fhe) 19.02/7.19 new_pePe(False, vwx170) -> vwx170 19.02/7.19 new_lt22(vwx271, vwx281, app(ty_Maybe, eh)) -> new_lt11(vwx271, vwx281, eh) 19.02/7.19 new_esEs33(vwx30001, vwx310001, ty_@0) -> new_esEs24(vwx30001, vwx310001) 19.02/7.19 new_esEs28(Left(vwx30000), Left(vwx310000), app(app(ty_Either, def), deg), dde) -> new_esEs28(vwx30000, vwx310000, def, deg) 19.02/7.19 new_lt22(vwx271, vwx281, ty_Int) -> new_lt15(vwx271, vwx281) 19.02/7.19 new_primCompAux00(vwx20, vwx21, EQ, app(ty_Ratio, ddd)) -> new_compare5(vwx20, vwx21, ddd) 19.02/7.19 new_compare18(LT, GT) -> LT 19.02/7.19 new_esEs15(vwx30001, vwx310001, ty_Bool) -> new_esEs17(vwx30001, vwx310001) 19.02/7.19 new_lt21(vwx270, vwx280, ty_Double) -> new_lt9(vwx270, vwx280) 19.02/7.19 new_lt20(vwx270, vwx280, ty_Int) -> new_lt15(vwx270, vwx280) 19.02/7.19 new_lt22(vwx271, vwx281, ty_Integer) -> new_lt10(vwx271, vwx281) 19.02/7.19 new_compare15(False, False) -> EQ 19.02/7.19 new_lt7(vwx78, vwx81, app(ty_Maybe, bed)) -> new_lt11(vwx78, vwx81, bed) 19.02/7.19 new_esEs10(vwx3001, vwx31001, app(app(ty_Either, efh), ega)) -> new_esEs28(vwx3001, vwx31001, efh, ega) 19.02/7.19 new_esEs35(vwx270, vwx280, app(ty_Ratio, fce)) -> new_esEs21(vwx270, vwx280, fce) 19.02/7.19 new_compare11(vwx121, vwx122, False, dcf, dcg) -> GT 19.02/7.19 new_esEs19(Just(vwx30000), Just(vwx310000), app(ty_Ratio, fha)) -> new_esEs21(vwx30000, vwx310000, fha) 19.02/7.19 new_lt6(vwx79, vwx82, ty_Double) -> new_lt9(vwx79, vwx82) 19.02/7.19 new_primEqInt(Pos(Zero), Neg(Succ(vwx3100000))) -> False 19.02/7.19 new_primEqInt(Neg(Zero), Pos(Succ(vwx3100000))) -> False 19.02/7.19 new_esEs16(vwx30000, vwx310000, ty_Integer) -> new_esEs22(vwx30000, vwx310000) 19.02/7.19 new_compare211(vwx91, vwx92, vwx93, vwx94, True, cde, ccd) -> EQ 19.02/7.19 new_esEs39(vwx30000, vwx310000, ty_Integer) -> new_esEs22(vwx30000, vwx310000) 19.02/7.19 new_esEs15(vwx30001, vwx310001, ty_Ordering) -> new_esEs12(vwx30001, vwx310001) 19.02/7.19 new_ltEs12(Left(vwx270), Left(vwx280), app(app(ty_Either, hh), baa), hd) -> new_ltEs12(vwx270, vwx280, hh, baa) 19.02/7.19 new_esEs9(vwx3000, vwx31000, ty_Char) -> new_esEs25(vwx3000, vwx31000) 19.02/7.19 new_lt23(vwx91, vwx93, app(ty_[], cdd)) -> new_lt17(vwx91, vwx93, cdd) 19.02/7.19 new_esEs28(Left(vwx30000), Left(vwx310000), app(ty_[], deb), dde) -> new_esEs20(vwx30000, vwx310000, deb) 19.02/7.19 new_compare26(:(vwx3000, vwx3001), :(vwx31000, vwx31001), ceg) -> new_primCompAux1(vwx3000, vwx31000, vwx3001, vwx31001, ceg) 19.02/7.19 new_esEs34(vwx30000, vwx310000, ty_Ordering) -> new_esEs12(vwx30000, vwx310000) 19.02/7.19 new_esEs36(vwx271, vwx281, ty_Float) -> new_esEs23(vwx271, vwx281) 19.02/7.19 new_esEs9(vwx3000, vwx31000, app(app(ty_@2, fec), fed)) -> new_esEs26(vwx3000, vwx31000, fec, fed) 19.02/7.19 new_esEs10(vwx3001, vwx31001, app(ty_Maybe, eeh)) -> new_esEs19(vwx3001, vwx31001, eeh) 19.02/7.19 new_esEs4(vwx3000, vwx31000, ty_Bool) -> new_esEs17(vwx3000, vwx31000) 19.02/7.19 new_compare4(vwx300, vwx3100, app(app(ty_Either, cae), caf)) -> new_compare19(vwx300, vwx3100, cae, caf) 19.02/7.19 new_esEs11(vwx3000, vwx31000, ty_Double) -> new_esEs18(vwx3000, vwx31000) 19.02/7.19 new_compare17(Just(vwx3000), Just(vwx31000), ca) -> new_compare29(vwx3000, vwx31000, new_esEs4(vwx3000, vwx31000, ca), ca) 19.02/7.19 new_primPlusNat0(Zero, vwx3100100) -> Succ(vwx3100100) 19.02/7.19 new_lt6(vwx79, vwx82, app(app(ty_Either, bga), bgb)) -> new_lt13(vwx79, vwx82, bga, bgb) 19.02/7.19 new_esEs34(vwx30000, vwx310000, ty_Double) -> new_esEs18(vwx30000, vwx310000) 19.02/7.19 new_ltEs23(vwx92, vwx94, ty_Char) -> new_ltEs18(vwx92, vwx94) 19.02/7.19 new_esEs6(vwx3001, vwx31001, app(ty_Maybe, eac)) -> new_esEs19(vwx3001, vwx31001, eac) 19.02/7.19 new_compare12(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, True, vwx150, dch, dda, ddb) -> new_compare13(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, True, dch, dda, ddb) 19.02/7.19 new_esEs34(vwx30000, vwx310000, ty_Float) -> new_esEs23(vwx30000, vwx310000) 19.02/7.19 new_esEs10(vwx3001, vwx31001, ty_Char) -> new_esEs25(vwx3001, vwx31001) 19.02/7.19 new_ltEs23(vwx92, vwx94, ty_Float) -> new_ltEs15(vwx92, vwx94) 19.02/7.19 new_esEs16(vwx30000, vwx310000, app(ty_[], dbh)) -> new_esEs20(vwx30000, vwx310000, dbh) 19.02/7.19 new_compare18(EQ, GT) -> LT 19.02/7.19 new_esEs29(vwx79, vwx82, ty_Integer) -> new_esEs22(vwx79, vwx82) 19.02/7.19 new_esEs4(vwx3000, vwx31000, app(ty_[], ech)) -> new_esEs20(vwx3000, vwx31000, ech) 19.02/7.19 new_esEs19(Just(vwx30000), Just(vwx310000), ty_Ordering) -> new_esEs12(vwx30000, vwx310000) 19.02/7.19 new_esEs6(vwx3001, vwx31001, ty_Bool) -> new_esEs17(vwx3001, vwx31001) 19.02/7.19 new_esEs38(vwx91, vwx93, app(app(app(ty_@3, cce), ccf), ccg)) -> new_esEs13(vwx91, vwx93, cce, ccf, ccg) 19.02/7.19 new_esEs15(vwx30001, vwx310001, app(app(app(ty_@3, dac), dad), dae)) -> new_esEs13(vwx30001, vwx310001, dac, dad, dae) 19.02/7.19 new_ltEs12(Right(vwx270), Right(vwx280), bae, app(app(app(ty_@3, bag), bah), bba)) -> new_ltEs11(vwx270, vwx280, bag, bah, bba) 19.02/7.19 new_ltEs24(vwx56, vwx57, ty_Float) -> new_ltEs15(vwx56, vwx57) 19.02/7.19 new_esEs37(vwx270, vwx280, app(app(app(ty_@3, dg), dh), ea)) -> new_esEs13(vwx270, vwx280, dg, dh, ea) 19.02/7.19 new_esEs11(vwx3000, vwx31000, ty_Float) -> new_esEs23(vwx3000, vwx31000) 19.02/7.19 new_lt21(vwx270, vwx280, ty_Ordering) -> new_lt12(vwx270, vwx280) 19.02/7.19 new_esEs6(vwx3001, vwx31001, ty_Int) -> new_esEs27(vwx3001, vwx31001) 19.02/7.19 new_lt20(vwx270, vwx280, app(ty_Maybe, bbg)) -> new_lt11(vwx270, vwx280, bbg) 19.02/7.19 new_lt22(vwx271, vwx281, app(app(ty_Either, fd), ff)) -> new_lt13(vwx271, vwx281, fd, ff) 19.02/7.19 new_ltEs19(vwx49, vwx50, app(ty_[], cbh)) -> new_ltEs16(vwx49, vwx50, cbh) 19.02/7.19 new_esEs8(vwx3000, vwx31000, ty_@0) -> new_esEs24(vwx3000, vwx31000) 19.02/7.19 new_primMulInt(Neg(vwx30000), Neg(vwx310010)) -> Pos(new_primMulNat0(vwx30000, vwx310010)) 19.02/7.19 new_primCmpInt(Pos(Zero), Pos(Succ(vwx310000))) -> new_primCmpNat0(Zero, Succ(vwx310000)) 19.02/7.19 new_ltEs5(vwx80, vwx83, ty_Double) -> new_ltEs7(vwx80, vwx83) 19.02/7.19 new_ltEs19(vwx49, vwx50, app(app(ty_@2, cbf), cbg)) -> new_ltEs13(vwx49, vwx50, cbf, cbg) 19.02/7.19 new_ltEs5(vwx80, vwx83, app(ty_[], bhg)) -> new_ltEs16(vwx80, vwx83, bhg) 19.02/7.19 new_esEs15(vwx30001, vwx310001, app(ty_[], daf)) -> new_esEs20(vwx30001, vwx310001, daf) 19.02/7.19 new_lt19(vwx78, vwx81) -> new_esEs12(new_compare27(vwx78, vwx81), LT) 19.02/7.19 new_ltEs12(Left(vwx270), Left(vwx280), ty_Double, hd) -> new_ltEs7(vwx270, vwx280) 19.02/7.19 new_esEs8(vwx3000, vwx31000, ty_Double) -> new_esEs18(vwx3000, vwx31000) 19.02/7.19 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Float, dde) -> new_esEs23(vwx30000, vwx310000) 19.02/7.19 new_esEs29(vwx79, vwx82, ty_Int) -> new_esEs27(vwx79, vwx82) 19.02/7.19 new_esEs34(vwx30000, vwx310000, app(ty_Ratio, fbe)) -> new_esEs21(vwx30000, vwx310000, fbe) 19.02/7.19 new_ltEs9(Just(vwx270), Just(vwx280), app(app(app(ty_@3, cc), cd), ce)) -> new_ltEs11(vwx270, vwx280, cc, cd, ce) 19.02/7.19 new_esEs35(vwx270, vwx280, app(app(ty_Either, bcd), bce)) -> new_esEs28(vwx270, vwx280, bcd, bce) 19.02/7.19 new_esEs19(Just(vwx30000), Just(vwx310000), app(app(ty_@2, fhb), fhc)) -> new_esEs26(vwx30000, vwx310000, fhb, fhc) 19.02/7.19 new_esEs38(vwx91, vwx93, app(ty_[], cdd)) -> new_esEs20(vwx91, vwx93, cdd) 19.02/7.19 new_ltEs9(Just(vwx270), Just(vwx280), ty_Bool) -> new_ltEs6(vwx270, vwx280) 19.02/7.19 new_ltEs12(Right(vwx270), Right(vwx280), bae, app(ty_Ratio, dgh)) -> new_ltEs17(vwx270, vwx280, dgh) 19.02/7.19 new_compare212(vwx56, vwx57, True, cfa, fgb) -> EQ 19.02/7.19 new_ltEs5(vwx80, vwx83, app(ty_Maybe, bgg)) -> new_ltEs9(vwx80, vwx83, bgg) 19.02/7.19 new_lt6(vwx79, vwx82, app(ty_Maybe, bfd)) -> new_lt11(vwx79, vwx82, bfd) 19.02/7.19 new_ltEs12(Right(vwx270), Right(vwx280), bae, app(app(ty_Either, bbb), bbc)) -> new_ltEs12(vwx270, vwx280, bbb, bbc) 19.02/7.19 new_primMulInt(Pos(vwx30000), Neg(vwx310010)) -> Neg(new_primMulNat0(vwx30000, vwx310010)) 19.02/7.19 new_primMulInt(Neg(vwx30000), Pos(vwx310010)) -> Neg(new_primMulNat0(vwx30000, vwx310010)) 19.02/7.19 new_ltEs22(vwx27, vwx28, ty_Char) -> new_ltEs18(vwx27, vwx28) 19.02/7.19 new_esEs30(vwx78, vwx81, app(ty_Maybe, bed)) -> new_esEs19(vwx78, vwx81, bed) 19.02/7.19 new_ltEs12(Right(vwx270), Left(vwx280), bae, hd) -> False 19.02/7.19 new_lt20(vwx270, vwx280, app(ty_[], bch)) -> new_lt17(vwx270, vwx280, bch) 19.02/7.19 new_esEs14(vwx30002, vwx310002, ty_Ordering) -> new_esEs12(vwx30002, vwx310002) 19.02/7.19 new_ltEs22(vwx27, vwx28, ty_@0) -> new_ltEs4(vwx27, vwx28) 19.02/7.19 new_esEs37(vwx270, vwx280, ty_Double) -> new_esEs18(vwx270, vwx280) 19.02/7.19 new_esEs30(vwx78, vwx81, ty_Char) -> new_esEs25(vwx78, vwx81) 19.02/7.19 new_compare16(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare7(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 19.02/7.19 new_compare16(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare7(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 19.02/7.19 new_ltEs22(vwx27, vwx28, app(app(app(ty_@3, eg), de), df)) -> new_ltEs11(vwx27, vwx28, eg, de, df) 19.02/7.19 new_ltEs22(vwx27, vwx28, ty_Bool) -> new_ltEs6(vwx27, vwx28) 19.02/7.19 new_esEs19(Nothing, Just(vwx310000), ecg) -> False 19.02/7.19 new_esEs19(Just(vwx30000), Nothing, ecg) -> False 19.02/7.19 new_esEs19(Nothing, Nothing, ecg) -> True 19.02/7.19 new_esEs6(vwx3001, vwx31001, app(app(app(ty_@3, ead), eae), eaf)) -> new_esEs13(vwx3001, vwx31001, ead, eae, eaf) 19.02/7.19 new_ltEs18(vwx27, vwx28) -> new_fsEs(new_compare27(vwx27, vwx28)) 19.02/7.19 new_esEs8(vwx3000, vwx31000, ty_Ordering) -> new_esEs12(vwx3000, vwx31000) 19.02/7.19 new_esEs36(vwx271, vwx281, app(ty_[], ga)) -> new_esEs20(vwx271, vwx281, ga) 19.02/7.19 new_lt23(vwx91, vwx93, ty_Int) -> new_lt15(vwx91, vwx93) 19.02/7.19 new_ltEs23(vwx92, vwx94, app(ty_Ratio, fdd)) -> new_ltEs17(vwx92, vwx94, fdd) 19.02/7.19 new_lt21(vwx270, vwx280, ty_Integer) -> new_lt10(vwx270, vwx280) 19.02/7.19 new_compare4(vwx300, vwx3100, app(ty_[], ceg)) -> new_compare26(vwx300, vwx3100, ceg) 19.02/7.19 new_ltEs19(vwx49, vwx50, ty_Integer) -> new_ltEs8(vwx49, vwx50) 19.02/7.19 new_ltEs9(Nothing, Just(vwx280), fcc) -> True 19.02/7.19 new_ltEs21(vwx272, vwx282, app(app(ty_Either, gf), gg)) -> new_ltEs12(vwx272, vwx282, gf, gg) 19.02/7.19 new_asAs(True, vwx116) -> vwx116 19.02/7.19 new_compare111(vwx158, vwx159, vwx160, vwx161, False, vwx163, cgc, cgd) -> new_compare10(vwx158, vwx159, vwx160, vwx161, vwx163, cgc, cgd) 19.02/7.19 new_esEs34(vwx30000, vwx310000, app(app(ty_Either, fbh), fca)) -> new_esEs28(vwx30000, vwx310000, fbh, fca) 19.02/7.19 new_esEs9(vwx3000, vwx31000, ty_Int) -> new_esEs27(vwx3000, vwx31000) 19.02/7.19 new_lt6(vwx79, vwx82, ty_Int) -> new_lt15(vwx79, vwx82) 19.02/7.19 new_esEs16(vwx30000, vwx310000, ty_Double) -> new_esEs18(vwx30000, vwx310000) 19.02/7.19 new_lt6(vwx79, vwx82, app(app(ty_@2, bgc), bgd)) -> new_lt14(vwx79, vwx82, bgc, bgd) 19.02/7.19 new_primCompAux00(vwx20, vwx21, EQ, ty_Char) -> new_compare27(vwx20, vwx21) 19.02/7.19 new_compare8(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare7(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Neg(vwx30010), vwx31000)) 19.02/7.19 new_compare8(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare7(new_sr0(vwx3000, Neg(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 19.02/7.19 new_ltEs20(vwx271, vwx281, ty_Integer) -> new_ltEs8(vwx271, vwx281) 19.02/7.19 new_ltEs24(vwx56, vwx57, ty_Ordering) -> new_ltEs10(vwx56, vwx57) 19.02/7.19 new_ltEs24(vwx56, vwx57, ty_Int) -> new_ltEs14(vwx56, vwx57) 19.02/7.19 new_esEs11(vwx3000, vwx31000, app(ty_[], eeb)) -> new_esEs20(vwx3000, vwx31000, eeb) 19.02/7.19 new_esEs4(vwx3000, vwx31000, app(app(ty_@2, edb), edc)) -> new_esEs26(vwx3000, vwx31000, edb, edc) 19.02/7.19 new_lt22(vwx271, vwx281, app(ty_Ratio, fch)) -> new_lt18(vwx271, vwx281, fch) 19.02/7.19 new_compare10(vwx158, vwx159, vwx160, vwx161, True, cgc, cgd) -> LT 19.02/7.19 new_ltEs23(vwx92, vwx94, app(ty_Maybe, cdf)) -> new_ltEs9(vwx92, vwx94, cdf) 19.02/7.19 new_esEs15(vwx30001, vwx310001, app(app(ty_@2, dah), dba)) -> new_esEs26(vwx30001, vwx310001, dah, dba) 19.02/7.19 new_esEs38(vwx91, vwx93, app(ty_Ratio, fdc)) -> new_esEs21(vwx91, vwx93, fdc) 19.02/7.19 new_compare19(Left(vwx3000), Right(vwx31000), cae, caf) -> LT 19.02/7.19 new_esEs7(vwx3000, vwx31000, ty_Bool) -> new_esEs17(vwx3000, vwx31000) 19.02/7.19 new_primMulNat0(Zero, Zero) -> Zero 19.02/7.19 new_esEs39(vwx30000, vwx310000, app(app(ty_@2, fff), ffg)) -> new_esEs26(vwx30000, vwx310000, fff, ffg) 19.02/7.19 new_primCompAux00(vwx20, vwx21, EQ, ty_Double) -> new_compare16(vwx20, vwx21) 19.02/7.19 new_ltEs5(vwx80, vwx83, app(ty_Ratio, dgd)) -> new_ltEs17(vwx80, vwx83, dgd) 19.02/7.19 new_ltEs5(vwx80, vwx83, app(app(app(ty_@3, bgh), bha), bhb)) -> new_ltEs11(vwx80, vwx83, bgh, bha, bhb) 19.02/7.19 new_ltEs22(vwx27, vwx28, app(ty_Maybe, fcc)) -> new_ltEs9(vwx27, vwx28, fcc) 19.02/7.19 new_lt23(vwx91, vwx93, app(ty_Ratio, fdc)) -> new_lt18(vwx91, vwx93, fdc) 19.02/7.19 new_compare28(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, bgf, bfe) -> new_compare12(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, new_lt7(vwx78, vwx81, bfc), new_asAs(new_esEs30(vwx78, vwx81, bfc), new_pePe(new_lt6(vwx79, vwx82, bgf), new_asAs(new_esEs29(vwx79, vwx82, bgf), new_ltEs5(vwx80, vwx83, bfe)))), bfc, bgf, bfe) 19.02/7.19 new_esEs29(vwx79, vwx82, ty_@0) -> new_esEs24(vwx79, vwx82) 19.02/7.19 new_esEs14(vwx30002, vwx310002, app(app(ty_@2, chf), chg)) -> new_esEs26(vwx30002, vwx310002, chf, chg) 19.02/7.19 new_compare19(Left(vwx3000), Left(vwx31000), cae, caf) -> new_compare210(vwx3000, vwx31000, new_esEs8(vwx3000, vwx31000, cae), cae, caf) 19.02/7.19 new_esEs4(vwx3000, vwx31000, ty_Ordering) -> new_esEs12(vwx3000, vwx31000) 19.02/7.19 new_esEs18(Double(vwx30000, vwx30001), Double(vwx310000, vwx310001)) -> new_esEs27(new_sr0(vwx30000, vwx310001), new_sr0(vwx30001, vwx310000)) 19.02/7.19 new_lt7(vwx78, vwx81, app(ty_[], cad)) -> new_lt17(vwx78, vwx81, cad) 19.02/7.19 new_esEs28(Right(vwx30000), Right(vwx310000), deh, ty_Char) -> new_esEs25(vwx30000, vwx310000) 19.02/7.19 new_esEs29(vwx79, vwx82, app(ty_Maybe, bfd)) -> new_esEs19(vwx79, vwx82, bfd) 19.02/7.19 new_lt12(vwx78, vwx81) -> new_esEs12(new_compare18(vwx78, vwx81), LT) 19.02/7.19 new_esEs6(vwx3001, vwx31001, ty_Double) -> new_esEs18(vwx3001, vwx31001) 19.02/7.19 new_ltEs19(vwx49, vwx50, app(app(ty_Either, cbd), cbe)) -> new_ltEs12(vwx49, vwx50, cbd, cbe) 19.02/7.19 new_lt23(vwx91, vwx93, app(app(ty_@2, cdb), cdc)) -> new_lt14(vwx91, vwx93, cdb, cdc) 19.02/7.19 new_ltEs5(vwx80, vwx83, ty_Bool) -> new_ltEs6(vwx80, vwx83) 19.02/7.19 new_lt18(vwx78, vwx81, dge) -> new_esEs12(new_compare5(vwx78, vwx81, dge), LT) 19.02/7.19 new_lt7(vwx78, vwx81, ty_Ordering) -> new_lt12(vwx78, vwx81) 19.02/7.19 new_ltEs23(vwx92, vwx94, ty_Ordering) -> new_ltEs10(vwx92, vwx94) 19.02/7.19 new_lt7(vwx78, vwx81, ty_Int) -> new_lt15(vwx78, vwx81) 19.02/7.19 new_esEs28(Right(vwx30000), Right(vwx310000), deh, ty_@0) -> new_esEs24(vwx30000, vwx310000) 19.02/7.19 new_esEs30(vwx78, vwx81, ty_@0) -> new_esEs24(vwx78, vwx81) 19.02/7.19 new_esEs39(vwx30000, vwx310000, ty_Ordering) -> new_esEs12(vwx30000, vwx310000) 19.02/7.19 new_esEs5(vwx3002, vwx31002, app(app(app(ty_@3, dhb), dhc), dhd)) -> new_esEs13(vwx3002, vwx31002, dhb, dhc, dhd) 19.02/7.19 new_esEs5(vwx3002, vwx31002, ty_Double) -> new_esEs18(vwx3002, vwx31002) 19.02/7.19 new_primEqInt(Neg(Succ(vwx300000)), Neg(Zero)) -> False 19.02/7.19 new_primEqInt(Neg(Zero), Neg(Succ(vwx3100000))) -> False 19.02/7.19 new_ltEs20(vwx271, vwx281, app(app(ty_Either, bdf), bdg)) -> new_ltEs12(vwx271, vwx281, bdf, bdg) 19.02/7.19 new_ltEs21(vwx272, vwx282, ty_Integer) -> new_ltEs8(vwx272, vwx282) 19.02/7.19 new_primEqInt(Pos(Succ(vwx300000)), Pos(Succ(vwx3100000))) -> new_primEqNat0(vwx300000, vwx3100000) 19.02/7.19 new_esEs21(:%(vwx30000, vwx30001), :%(vwx310000, vwx310001), eda) -> new_asAs(new_esEs32(vwx30000, vwx310000, eda), new_esEs31(vwx30001, vwx310001, eda)) 19.02/7.19 new_ltEs24(vwx56, vwx57, app(ty_Ratio, fgc)) -> new_ltEs17(vwx56, vwx57, fgc) 19.02/7.19 new_esEs19(Just(vwx30000), Just(vwx310000), app(ty_[], fgh)) -> new_esEs20(vwx30000, vwx310000, fgh) 19.02/7.19 new_compare5(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ty_Int) -> new_compare7(new_sr0(vwx3000, vwx31001), new_sr0(vwx31000, vwx3001)) 19.02/7.19 new_compare4(vwx300, vwx3100, ty_Double) -> new_compare16(vwx300, vwx3100) 19.02/7.19 new_ltEs23(vwx92, vwx94, ty_Int) -> new_ltEs14(vwx92, vwx94) 19.02/7.19 new_esEs29(vwx79, vwx82, ty_Char) -> new_esEs25(vwx79, vwx82) 19.02/7.19 new_esEs8(vwx3000, vwx31000, ty_Bool) -> new_esEs17(vwx3000, vwx31000) 19.02/7.19 new_lt23(vwx91, vwx93, ty_Ordering) -> new_lt12(vwx91, vwx93) 19.02/7.19 new_lt22(vwx271, vwx281, app(app(ty_@2, fg), fh)) -> new_lt14(vwx271, vwx281, fg, fh) 19.02/7.19 new_ltEs12(Left(vwx270), Left(vwx280), app(ty_Ratio, dgg), hd) -> new_ltEs17(vwx270, vwx280, dgg) 19.02/7.19 new_ltEs5(vwx80, vwx83, ty_@0) -> new_ltEs4(vwx80, vwx83) 19.02/7.19 new_primEqInt(Pos(Succ(vwx300000)), Neg(vwx310000)) -> False 19.02/7.19 new_primEqInt(Neg(Succ(vwx300000)), Pos(vwx310000)) -> False 19.02/7.19 new_lt23(vwx91, vwx93, app(ty_Maybe, ccc)) -> new_lt11(vwx91, vwx93, ccc) 19.02/7.19 new_esEs14(vwx30002, vwx310002, app(ty_Ratio, che)) -> new_esEs21(vwx30002, vwx310002, che) 19.02/7.19 new_esEs8(vwx3000, vwx31000, ty_Int) -> new_esEs27(vwx3000, vwx31000) 19.02/7.19 new_primCmpInt(Neg(Zero), Neg(Succ(vwx310000))) -> new_primCmpNat0(Succ(vwx310000), Zero) 19.02/7.19 new_esEs28(Left(vwx30000), Right(vwx310000), deh, dde) -> False 19.02/7.19 new_esEs28(Right(vwx30000), Left(vwx310000), deh, dde) -> False 19.02/7.19 new_esEs7(vwx3000, vwx31000, app(ty_Ratio, ecb)) -> new_esEs21(vwx3000, vwx31000, ecb) 19.02/7.19 new_esEs8(vwx3000, vwx31000, app(app(ty_@2, ehb), ehc)) -> new_esEs26(vwx3000, vwx31000, ehb, ehc) 19.02/7.19 new_esEs20(:(vwx30000, vwx30001), [], ech) -> False 19.02/7.19 new_esEs20([], :(vwx310000, vwx310001), ech) -> False 19.02/7.19 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 19.02/7.19 new_lt22(vwx271, vwx281, ty_Double) -> new_lt9(vwx271, vwx281) 19.02/7.19 new_ltEs10(LT, EQ) -> True 19.02/7.19 new_ltEs23(vwx92, vwx94, app(app(app(ty_@3, cdg), cdh), cea)) -> new_ltEs11(vwx92, vwx94, cdg, cdh, cea) 19.02/7.19 new_esEs35(vwx270, vwx280, app(ty_[], bch)) -> new_esEs20(vwx270, vwx280, bch) 19.02/7.19 new_esEs38(vwx91, vwx93, ty_Double) -> new_esEs18(vwx91, vwx93) 19.02/7.19 new_primCompAux00(vwx20, vwx21, LT, ddc) -> LT 19.02/7.19 new_esEs7(vwx3000, vwx31000, app(app(app(ty_@3, ebf), ebg), ebh)) -> new_esEs13(vwx3000, vwx31000, ebf, ebg, ebh) 19.02/7.19 new_ltEs21(vwx272, vwx282, ty_Bool) -> new_ltEs6(vwx272, vwx282) 19.02/7.19 new_esEs6(vwx3001, vwx31001, app(ty_Ratio, eah)) -> new_esEs21(vwx3001, vwx31001, eah) 19.02/7.19 new_ltEs24(vwx56, vwx57, app(app(ty_Either, cff), cfg)) -> new_ltEs12(vwx56, vwx57, cff, cfg) 19.02/7.19 new_ltEs22(vwx27, vwx28, app(ty_Ratio, fcb)) -> new_ltEs17(vwx27, vwx28, fcb) 19.02/7.19 new_esEs7(vwx3000, vwx31000, app(app(ty_@2, ecc), ecd)) -> new_esEs26(vwx3000, vwx31000, ecc, ecd) 19.02/7.19 new_ltEs12(Left(vwx270), Left(vwx280), ty_Float, hd) -> new_ltEs15(vwx270, vwx280) 19.02/7.19 new_compare5(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ty_Integer) -> new_compare6(new_sr(vwx3000, vwx31001), new_sr(vwx31000, vwx3001)) 19.02/7.19 new_not(False) -> True 19.02/7.19 new_ltEs22(vwx27, vwx28, app(app(ty_Either, bae), hd)) -> new_ltEs12(vwx27, vwx28, bae, hd) 19.02/7.19 new_lt21(vwx270, vwx280, app(ty_[], ef)) -> new_lt17(vwx270, vwx280, ef) 19.02/7.19 new_compare18(GT, EQ) -> GT 19.02/7.19 new_esEs12(LT, EQ) -> False 19.02/7.19 new_esEs12(EQ, LT) -> False 19.02/7.19 new_compare210(vwx49, vwx50, False, edd, cah) -> new_compare11(vwx49, vwx50, new_ltEs19(vwx49, vwx50, edd), edd, cah) 19.02/7.19 new_ltEs5(vwx80, vwx83, ty_Ordering) -> new_ltEs10(vwx80, vwx83) 19.02/7.19 new_ltEs21(vwx272, vwx282, ty_@0) -> new_ltEs4(vwx272, vwx282) 19.02/7.19 new_esEs9(vwx3000, vwx31000, ty_Bool) -> new_esEs17(vwx3000, vwx31000) 19.02/7.19 new_esEs36(vwx271, vwx281, ty_Double) -> new_esEs18(vwx271, vwx281) 19.02/7.19 new_ltEs23(vwx92, vwx94, ty_Bool) -> new_ltEs6(vwx92, vwx94) 19.02/7.19 new_esEs20(:(vwx30000, vwx30001), :(vwx310000, vwx310001), ech) -> new_asAs(new_esEs39(vwx30000, vwx310000, ech), new_esEs20(vwx30001, vwx310001, ech)) 19.02/7.19 new_ltEs5(vwx80, vwx83, ty_Int) -> new_ltEs14(vwx80, vwx83) 19.02/7.19 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Integer, dde) -> new_esEs22(vwx30000, vwx310000) 19.02/7.19 new_esEs7(vwx3000, vwx31000, ty_Ordering) -> new_esEs12(vwx3000, vwx31000) 19.02/7.19 new_esEs12(LT, GT) -> False 19.02/7.19 new_esEs12(GT, LT) -> False 19.02/7.19 new_esEs9(vwx3000, vwx31000, app(app(app(ty_@3, fdf), fdg), fdh)) -> new_esEs13(vwx3000, vwx31000, fdf, fdg, fdh) 19.02/7.19 new_compare8(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare7(new_sr0(vwx3000, Pos(vwx310010)), new_sr0(Pos(vwx30010), vwx31000)) 19.02/7.19 new_lt23(vwx91, vwx93, ty_Double) -> new_lt9(vwx91, vwx93) 19.02/7.19 new_ltEs20(vwx271, vwx281, app(ty_Ratio, fcf)) -> new_ltEs17(vwx271, vwx281, fcf) 19.02/7.19 new_sr0(vwx3000, vwx31001) -> new_primMulInt(vwx3000, vwx31001) 19.02/7.19 new_ltEs9(Just(vwx270), Just(vwx280), app(app(ty_@2, da), db)) -> new_ltEs13(vwx270, vwx280, da, db) 19.02/7.19 new_ltEs17(vwx27, vwx28, fcb) -> new_fsEs(new_compare5(vwx27, vwx28, fcb)) 19.02/7.19 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 19.02/7.19 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 19.02/7.19 new_esEs16(vwx30000, vwx310000, app(app(ty_@2, dcb), dcc)) -> new_esEs26(vwx30000, vwx310000, dcb, dcc) 19.02/7.19 new_ltEs23(vwx92, vwx94, ty_@0) -> new_ltEs4(vwx92, vwx94) 19.02/7.19 new_esEs28(Right(vwx30000), Right(vwx310000), deh, app(ty_[], dfe)) -> new_esEs20(vwx30000, vwx310000, dfe) 19.02/7.19 new_esEs4(vwx3000, vwx31000, ty_Double) -> new_esEs18(vwx3000, vwx31000) 19.02/7.19 new_ltEs24(vwx56, vwx57, ty_Integer) -> new_ltEs8(vwx56, vwx57) 19.02/7.19 new_esEs5(vwx3002, vwx31002, ty_Ordering) -> new_esEs12(vwx3002, vwx31002) 19.02/7.19 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 19.02/7.19 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Bool, dde) -> new_esEs17(vwx30000, vwx310000) 19.02/7.19 new_ltEs21(vwx272, vwx282, ty_Ordering) -> new_ltEs10(vwx272, vwx282) 19.02/7.19 new_primMulNat0(Succ(vwx300000), Succ(vwx3100100)) -> new_primPlusNat0(new_primMulNat0(vwx300000, Succ(vwx3100100)), vwx3100100) 19.02/7.19 new_ltEs23(vwx92, vwx94, ty_Integer) -> new_ltEs8(vwx92, vwx94) 19.02/7.19 new_esEs28(Left(vwx30000), Left(vwx310000), app(ty_Ratio, dec), dde) -> new_esEs21(vwx30000, vwx310000, dec) 19.02/7.19 new_esEs25(Char(vwx30000), Char(vwx310000)) -> new_primEqNat0(vwx30000, vwx310000) 19.02/7.19 new_compare29(vwx27, vwx28, True, fdb) -> EQ 19.02/7.19 new_ltEs21(vwx272, vwx282, ty_Int) -> new_ltEs14(vwx272, vwx282) 19.02/7.19 new_esEs28(Right(vwx30000), Right(vwx310000), deh, ty_Float) -> new_esEs23(vwx30000, vwx310000) 19.02/7.19 new_lt20(vwx270, vwx280, app(app(ty_@2, bcf), bcg)) -> new_lt14(vwx270, vwx280, bcf, bcg) 19.02/7.19 new_esEs28(Left(vwx30000), Left(vwx310000), ty_Int, dde) -> new_esEs27(vwx30000, vwx310000) 19.02/7.19 new_esEs39(vwx30000, vwx310000, app(ty_Ratio, ffe)) -> new_esEs21(vwx30000, vwx310000, ffe) 19.02/7.19 new_ltEs12(Left(vwx270), Left(vwx280), app(ty_Maybe, hc), hd) -> new_ltEs9(vwx270, vwx280, hc) 19.02/7.19 new_esEs16(vwx30000, vwx310000, app(ty_Ratio, dca)) -> new_esEs21(vwx30000, vwx310000, dca) 19.02/7.19 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 19.02/7.19 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 19.02/7.19 new_compare15(True, True) -> EQ 19.02/7.19 new_compare110(vwx128, vwx129, False, egb, egc) -> GT 19.02/7.19 new_esEs33(vwx30001, vwx310001, app(ty_[], fab)) -> new_esEs20(vwx30001, vwx310001, fab) 19.02/7.19 new_primEqNat0(Zero, Zero) -> True 19.02/7.19 new_ltEs9(Just(vwx270), Nothing, fcc) -> False 19.02/7.19 new_esEs29(vwx79, vwx82, ty_Float) -> new_esEs23(vwx79, vwx82) 19.02/7.19 new_ltEs9(Nothing, Nothing, fcc) -> True 19.02/7.19 new_ltEs21(vwx272, vwx282, app(app(app(ty_@3, gc), gd), ge)) -> new_ltEs11(vwx272, vwx282, gc, gd, ge) 19.02/7.19 new_compare17(Nothing, Just(vwx31000), ca) -> LT 19.02/7.19 new_esEs4(vwx3000, vwx31000, app(ty_Ratio, eda)) -> new_esEs21(vwx3000, vwx31000, eda) 19.02/7.19 new_ltEs10(LT, GT) -> True 19.02/7.19 new_ltEs12(Right(vwx270), Right(vwx280), bae, ty_Double) -> new_ltEs7(vwx270, vwx280) 19.02/7.19 new_esEs10(vwx3001, vwx31001, app(ty_[], efd)) -> new_esEs20(vwx3001, vwx31001, efd) 19.02/7.19 new_asAs(False, vwx116) -> False 19.02/7.19 new_esEs30(vwx78, vwx81, app(app(ty_Either, bhh), caa)) -> new_esEs28(vwx78, vwx81, bhh, caa) 19.02/7.19 new_esEs5(vwx3002, vwx31002, app(app(ty_@2, dhg), dhh)) -> new_esEs26(vwx3002, vwx31002, dhg, dhh) 19.02/7.19 new_ltEs19(vwx49, vwx50, ty_Int) -> new_ltEs14(vwx49, vwx50) 19.02/7.19 new_ltEs24(vwx56, vwx57, app(ty_Maybe, cfb)) -> new_ltEs9(vwx56, vwx57, cfb) 19.02/7.19 new_esEs6(vwx3001, vwx31001, ty_Ordering) -> new_esEs12(vwx3001, vwx31001) 19.02/7.19 new_ltEs19(vwx49, vwx50, ty_Ordering) -> new_ltEs10(vwx49, vwx50) 19.02/7.19 new_ltEs20(vwx271, vwx281, ty_Ordering) -> new_ltEs10(vwx271, vwx281) 19.02/7.19 new_esEs8(vwx3000, vwx31000, app(app(app(ty_@3, ege), egf), egg)) -> new_esEs13(vwx3000, vwx31000, ege, egf, egg) 19.02/7.19 new_esEs29(vwx79, vwx82, app(app(ty_Either, bga), bgb)) -> new_esEs28(vwx79, vwx82, bga, bgb) 19.02/7.19 new_ltEs21(vwx272, vwx282, app(ty_Ratio, fda)) -> new_ltEs17(vwx272, vwx282, fda) 19.02/7.19 new_esEs15(vwx30001, vwx310001, ty_Double) -> new_esEs18(vwx30001, vwx310001) 19.02/7.19 new_ltEs20(vwx271, vwx281, ty_Int) -> new_ltEs14(vwx271, vwx281) 19.02/7.19 19.02/7.19 The set Q consists of the following terms: 19.02/7.19 19.02/7.19 new_esEs35(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_esEs29(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_ltEs19(x0, x1, ty_Integer) 19.02/7.19 new_ltEs5(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_esEs36(x0, x1, ty_Float) 19.02/7.19 new_esEs28(Left(x0), Left(x1), ty_Integer, x2) 19.02/7.19 new_ltEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_primMulInt(Neg(x0), Neg(x1)) 19.02/7.19 new_esEs31(x0, x1, ty_Integer) 19.02/7.19 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_primPlusNat1(Zero, Zero) 19.02/7.19 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 19.02/7.19 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 19.02/7.19 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 19.02/7.19 new_esEs39(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_compare4(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_esEs4(x0, x1, ty_@0) 19.02/7.19 new_primMulInt(Pos(x0), Neg(x1)) 19.02/7.19 new_primMulInt(Neg(x0), Pos(x1)) 19.02/7.19 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_esEs8(x0, x1, ty_@0) 19.02/7.19 new_esEs28(Left(x0), Left(x1), ty_Bool, x2) 19.02/7.19 new_compare111(x0, x1, x2, x3, False, x4, x5, x6) 19.02/7.19 new_primEqInt(Pos(Zero), Pos(Zero)) 19.02/7.19 new_esEs4(x0, x1, ty_Bool) 19.02/7.19 new_ltEs12(Left(x0), Right(x1), x2, x3) 19.02/7.19 new_esEs28(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 19.02/7.19 new_ltEs9(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_ltEs12(Right(x0), Left(x1), x2, x3) 19.02/7.19 new_esEs30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_esEs5(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_ltEs19(x0, x1, ty_Bool) 19.02/7.19 new_ltEs12(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 19.02/7.19 new_esEs14(x0, x1, ty_Int) 19.02/7.19 new_ltEs9(Just(x0), Just(x1), app(ty_[], x2)) 19.02/7.19 new_esEs8(x0, x1, ty_Int) 19.02/7.19 new_primEqInt(Neg(Zero), Neg(Zero)) 19.02/7.19 new_ltEs12(Left(x0), Left(x1), ty_Bool, x2) 19.02/7.19 new_esEs35(x0, x1, app(ty_[], x2)) 19.02/7.19 new_esEs14(x0, x1, ty_@0) 19.02/7.19 new_lt21(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_compare17(Just(x0), Just(x1), x2) 19.02/7.19 new_primCompAux00(x0, x1, EQ, ty_Double) 19.02/7.19 new_ltEs24(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_esEs37(x0, x1, ty_Bool) 19.02/7.19 new_esEs37(x0, x1, ty_Float) 19.02/7.19 new_esEs4(x0, x1, ty_Int) 19.02/7.19 new_lt14(x0, x1, x2, x3) 19.02/7.19 new_compare8(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 19.02/7.19 new_ltEs12(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 19.02/7.19 new_esEs38(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_lt7(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_compare28(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 19.02/7.19 new_esEs33(x0, x1, app(ty_[], x2)) 19.02/7.19 new_esEs30(x0, x1, ty_Bool) 19.02/7.19 new_lt22(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_compare110(x0, x1, False, x2, x3) 19.02/7.19 new_esEs35(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_ltEs19(x0, x1, ty_@0) 19.02/7.19 new_ltEs22(x0, x1, ty_Float) 19.02/7.19 new_compare15(False, True) 19.02/7.19 new_compare15(True, False) 19.02/7.19 new_lt7(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_esEs28(Left(x0), Left(x1), ty_Float, x2) 19.02/7.19 new_ltEs12(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 19.02/7.19 new_primEqInt(Pos(Zero), Neg(Zero)) 19.02/7.19 new_primEqInt(Neg(Zero), Pos(Zero)) 19.02/7.19 new_esEs34(x0, x1, ty_Ordering) 19.02/7.19 new_ltEs12(Left(x0), Left(x1), ty_Float, x2) 19.02/7.19 new_esEs12(LT, GT) 19.02/7.19 new_esEs12(GT, LT) 19.02/7.19 new_esEs6(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_ltEs9(Just(x0), Just(x1), ty_Float) 19.02/7.19 new_ltEs12(Left(x0), Left(x1), ty_@0, x2) 19.02/7.19 new_primMulInt(Pos(x0), Pos(x1)) 19.02/7.19 new_ltEs20(x0, x1, ty_Ordering) 19.02/7.19 new_esEs30(x0, x1, ty_@0) 19.02/7.19 new_lt21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_esEs8(x0, x1, ty_Bool) 19.02/7.19 new_esEs14(x0, x1, ty_Bool) 19.02/7.19 new_esEs37(x0, x1, ty_@0) 19.02/7.19 new_compare18(GT, GT) 19.02/7.19 new_ltEs21(x0, x1, ty_@0) 19.02/7.19 new_ltEs24(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_lt15(x0, x1) 19.02/7.19 new_ltEs19(x0, x1, ty_Float) 19.02/7.19 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 19.02/7.19 new_esEs28(Left(x0), Left(x1), ty_@0, x2) 19.02/7.19 new_esEs30(x0, x1, ty_Int) 19.02/7.19 new_esEs33(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 19.02/7.19 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 19.02/7.19 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_esEs27(x0, x1) 19.02/7.19 new_ltEs21(x0, x1, ty_Int) 19.02/7.19 new_lt22(x0, x1, ty_Ordering) 19.02/7.19 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_primMulNat0(Succ(x0), Succ(x1)) 19.02/7.19 new_ltEs12(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 19.02/7.19 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_sr(Integer(x0), Integer(x1)) 19.02/7.19 new_ltEs21(x0, x1, ty_Bool) 19.02/7.19 new_compare13(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 19.02/7.19 new_ltEs10(GT, GT) 19.02/7.19 new_esEs34(x0, x1, ty_Double) 19.02/7.19 new_compare4(x0, x1, ty_Int) 19.02/7.19 new_esEs6(x0, x1, ty_Int) 19.02/7.19 new_ltEs19(x0, x1, ty_Int) 19.02/7.19 new_esEs6(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_lt20(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_ltEs24(x0, x1, ty_Double) 19.02/7.19 new_esEs38(x0, x1, ty_Int) 19.02/7.19 new_esEs12(GT, GT) 19.02/7.19 new_esEs36(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_lt22(x0, x1, ty_Double) 19.02/7.19 new_primCompAux00(x0, x1, EQ, app(ty_[], x2)) 19.02/7.19 new_ltEs9(Just(x0), Just(x1), ty_Bool) 19.02/7.19 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 19.02/7.19 new_esEs33(x0, x1, ty_Char) 19.02/7.19 new_esEs9(x0, x1, ty_Integer) 19.02/7.19 new_esEs10(x0, x1, app(ty_[], x2)) 19.02/7.19 new_esEs35(x0, x1, ty_Char) 19.02/7.19 new_lt17(x0, x1, x2) 19.02/7.19 new_compare112(x0, x1, True, x2) 19.02/7.19 new_ltEs22(x0, x1, ty_Int) 19.02/7.19 new_esEs32(x0, x1, ty_Int) 19.02/7.19 new_primCompAux00(x0, x1, EQ, ty_Ordering) 19.02/7.19 new_esEs28(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 19.02/7.19 new_ltEs21(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_ltEs9(Nothing, Just(x0), x1) 19.02/7.19 new_esEs28(Right(x0), Right(x1), x2, app(ty_[], x3)) 19.02/7.19 new_compare12(x0, x1, x2, x3, x4, x5, True, x6, x7, x8, x9) 19.02/7.19 new_lt6(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs36(x0, x1, ty_@0) 19.02/7.19 new_lt6(x0, x1, ty_Int) 19.02/7.19 new_esEs34(x0, x1, app(ty_[], x2)) 19.02/7.19 new_esEs4(x0, x1, ty_Integer) 19.02/7.19 new_compare26([], :(x0, x1), x2) 19.02/7.19 new_compare212(x0, x1, False, x2, x3) 19.02/7.19 new_esEs16(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_lt5(x0, x1, x2, x3, x4) 19.02/7.19 new_esEs15(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_ltEs5(x0, x1, ty_Char) 19.02/7.19 new_compare8(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 19.02/7.19 new_esEs9(x0, x1, ty_Float) 19.02/7.19 new_esEs14(x0, x1, ty_Float) 19.02/7.19 new_ltEs9(Just(x0), Just(x1), ty_Integer) 19.02/7.19 new_esEs16(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_ltEs12(Right(x0), Right(x1), x2, app(ty_[], x3)) 19.02/7.19 new_esEs16(x0, x1, ty_Int) 19.02/7.19 new_ltEs22(x0, x1, ty_Bool) 19.02/7.19 new_esEs28(Right(x0), Right(x1), x2, ty_@0) 19.02/7.19 new_esEs8(x0, x1, ty_Float) 19.02/7.19 new_lt7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_esEs32(x0, x1, ty_Integer) 19.02/7.19 new_esEs9(x0, x1, ty_Bool) 19.02/7.19 new_ltEs6(False, False) 19.02/7.19 new_esEs24(@0, @0) 19.02/7.19 new_ltEs22(x0, x1, ty_Integer) 19.02/7.19 new_esEs16(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_esEs9(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_esEs37(x0, x1, ty_Integer) 19.02/7.19 new_ltEs21(x0, x1, ty_Integer) 19.02/7.19 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs21(:%(x0, x1), :%(x2, x3), x4) 19.02/7.19 new_ltEs24(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_lt20(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_esEs4(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_esEs6(x0, x1, app(ty_[], x2)) 19.02/7.19 new_ltEs20(x0, x1, ty_Double) 19.02/7.19 new_lt6(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_esEs19(Just(x0), Just(x1), app(ty_Ratio, x2)) 19.02/7.19 new_lt21(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_lt20(x0, x1, ty_Double) 19.02/7.19 new_esEs33(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_lt7(x0, x1, ty_@0) 19.02/7.19 new_esEs29(x0, x1, ty_@0) 19.02/7.19 new_esEs38(x0, x1, ty_Bool) 19.02/7.19 new_esEs15(x0, x1, ty_@0) 19.02/7.19 new_esEs16(x0, x1, ty_Bool) 19.02/7.19 new_lt22(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs5(x0, x1, ty_@0) 19.02/7.19 new_esEs6(x0, x1, ty_Bool) 19.02/7.19 new_lt21(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_esEs28(Left(x0), Right(x1), x2, x3) 19.02/7.19 new_esEs28(Right(x0), Left(x1), x2, x3) 19.02/7.19 new_esEs9(x0, x1, ty_Char) 19.02/7.19 new_esEs20(:(x0, x1), :(x2, x3), x4) 19.02/7.19 new_ltEs19(x0, x1, app(ty_[], x2)) 19.02/7.19 new_compare7(x0, x1) 19.02/7.19 new_esEs14(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_esEs11(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_lt12(x0, x1) 19.02/7.19 new_compare18(GT, LT) 19.02/7.19 new_compare18(LT, GT) 19.02/7.19 new_ltEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_esEs29(x0, x1, app(ty_[], x2)) 19.02/7.19 new_lt7(x0, x1, ty_Bool) 19.02/7.19 new_esEs19(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs28(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 19.02/7.19 new_asAs(False, x0) 19.02/7.19 new_compare19(Left(x0), Left(x1), x2, x3) 19.02/7.19 new_esEs39(x0, x1, ty_Char) 19.02/7.19 new_esEs19(Nothing, Just(x0), x1) 19.02/7.19 new_primCompAux00(x0, x1, EQ, ty_Integer) 19.02/7.19 new_esEs29(x0, x1, ty_Float) 19.02/7.19 new_ltEs8(x0, x1) 19.02/7.19 new_lt6(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_esEs35(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_esEs17(True, True) 19.02/7.19 new_ltEs10(EQ, EQ) 19.02/7.19 new_ltEs22(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_ltEs9(Just(x0), Just(x1), ty_Ordering) 19.02/7.19 new_lt4(x0, x1) 19.02/7.19 new_compare4(x0, x1, ty_@0) 19.02/7.19 new_esEs36(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs11(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_lt21(x0, x1, ty_Bool) 19.02/7.19 new_lt16(x0, x1) 19.02/7.19 new_esEs11(x0, x1, ty_Char) 19.02/7.19 new_esEs7(x0, x1, ty_Char) 19.02/7.19 new_esEs30(x0, x1, app(ty_[], x2)) 19.02/7.19 new_esEs39(x0, x1, ty_Int) 19.02/7.19 new_esEs33(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_compare4(x0, x1, ty_Integer) 19.02/7.19 new_lt22(x0, x1, ty_Bool) 19.02/7.19 new_esEs7(x0, x1, ty_Bool) 19.02/7.19 new_compare6(Integer(x0), Integer(x1)) 19.02/7.19 new_esEs36(x0, x1, ty_Int) 19.02/7.19 new_ltEs9(Just(x0), Just(x1), app(ty_Maybe, x2)) 19.02/7.19 new_compare11(x0, x1, False, x2, x3) 19.02/7.19 new_ltEs9(Just(x0), Just(x1), ty_Double) 19.02/7.19 new_esEs10(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_esEs16(x0, x1, ty_Float) 19.02/7.19 new_ltEs12(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 19.02/7.19 new_esEs28(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 19.02/7.19 new_not(True) 19.02/7.19 new_primCompAux00(x0, x1, EQ, ty_Bool) 19.02/7.19 new_ltEs10(GT, LT) 19.02/7.19 new_ltEs10(LT, GT) 19.02/7.19 new_esEs28(Right(x0), Right(x1), x2, ty_Bool) 19.02/7.19 new_lt21(x0, x1, ty_Int) 19.02/7.19 new_esEs19(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_ltEs5(x0, x1, app(ty_[], x2)) 19.02/7.19 new_ltEs12(Right(x0), Right(x1), x2, ty_Int) 19.02/7.19 new_esEs35(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_lt6(x0, x1, app(ty_[], x2)) 19.02/7.19 new_ltEs9(Just(x0), Just(x1), ty_Int) 19.02/7.19 new_esEs39(x0, x1, ty_Bool) 19.02/7.19 new_lt21(x0, x1, ty_Char) 19.02/7.19 new_esEs39(x0, x1, ty_Double) 19.02/7.19 new_lt23(x0, x1, ty_Bool) 19.02/7.19 new_compare16(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 19.02/7.19 new_compare16(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 19.02/7.19 new_esEs11(x0, x1, ty_Integer) 19.02/7.19 new_primPlusNat0(Zero, x0) 19.02/7.19 new_ltEs12(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 19.02/7.19 new_compare110(x0, x1, True, x2, x3) 19.02/7.19 new_esEs15(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs7(x0, x1, ty_Int) 19.02/7.19 new_ltEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_esEs11(x0, x1, ty_Bool) 19.02/7.19 new_esEs38(x0, x1, app(ty_[], x2)) 19.02/7.19 new_esEs28(Right(x0), Right(x1), x2, ty_Integer) 19.02/7.19 new_esEs5(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_compare4(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_esEs29(x0, x1, ty_Integer) 19.02/7.19 new_esEs7(x0, x1, ty_@0) 19.02/7.19 new_ltEs23(x0, x1, ty_Int) 19.02/7.19 new_esEs17(False, True) 19.02/7.19 new_esEs17(True, False) 19.02/7.19 new_ltEs12(Right(x0), Right(x1), x2, ty_Bool) 19.02/7.19 new_compare4(x0, x1, ty_Char) 19.02/7.19 new_lt7(x0, x1, ty_Integer) 19.02/7.19 new_lt22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_lt23(x0, x1, ty_Char) 19.02/7.19 new_lt23(x0, x1, ty_@0) 19.02/7.19 new_lt7(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_lt22(x0, x1, ty_Integer) 19.02/7.19 new_esEs12(LT, LT) 19.02/7.19 new_lt21(x0, x1, ty_@0) 19.02/7.19 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 19.02/7.19 new_ltEs6(True, True) 19.02/7.19 new_lt23(x0, x1, ty_Int) 19.02/7.19 new_primEqNat0(Succ(x0), Zero) 19.02/7.19 new_lt18(x0, x1, x2) 19.02/7.19 new_esEs19(Just(x0), Just(x1), ty_Double) 19.02/7.19 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_esEs34(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_compare27(Char(x0), Char(x1)) 19.02/7.19 new_compare16(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 19.02/7.19 new_pePe(True, x0) 19.02/7.19 new_ltEs12(Right(x0), Right(x1), x2, ty_Double) 19.02/7.19 new_ltEs12(Right(x0), Right(x1), x2, ty_Char) 19.02/7.19 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_compare4(x0, x1, ty_Bool) 19.02/7.19 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs28(Left(x0), Left(x1), ty_Int, x2) 19.02/7.19 new_esEs39(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_ltEs9(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs36(x0, x1, ty_Bool) 19.02/7.19 new_esEs29(x0, x1, ty_Bool) 19.02/7.19 new_primCompAux00(x0, x1, EQ, ty_Char) 19.02/7.19 new_esEs14(x0, x1, ty_Integer) 19.02/7.19 new_ltEs23(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_lt22(x0, x1, ty_Float) 19.02/7.19 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 19.02/7.19 new_esEs6(x0, x1, ty_Double) 19.02/7.19 new_ltEs23(x0, x1, ty_Char) 19.02/7.19 new_esEs34(x0, x1, ty_Float) 19.02/7.19 new_esEs10(x0, x1, ty_Ordering) 19.02/7.19 new_lt7(x0, x1, ty_Float) 19.02/7.19 new_esEs28(Left(x0), Left(x1), ty_Char, x2) 19.02/7.19 new_lt22(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_ltEs12(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 19.02/7.19 new_asAs(True, x0) 19.02/7.19 new_esEs11(x0, x1, ty_Float) 19.02/7.19 new_esEs35(x0, x1, ty_@0) 19.02/7.19 new_primCompAux00(x0, x1, EQ, ty_Int) 19.02/7.19 new_lt20(x0, x1, ty_Ordering) 19.02/7.19 new_esEs8(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_ltEs24(x0, x1, app(ty_[], x2)) 19.02/7.19 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 19.02/7.19 new_esEs33(x0, x1, ty_Ordering) 19.02/7.19 new_ltEs12(Right(x0), Right(x1), x2, ty_Float) 19.02/7.19 new_esEs33(x0, x1, ty_Double) 19.02/7.19 new_ltEs22(x0, x1, ty_@0) 19.02/7.19 new_esEs28(Right(x0), Right(x1), x2, ty_Char) 19.02/7.19 new_esEs11(x0, x1, app(ty_[], x2)) 19.02/7.19 new_ltEs5(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_esEs8(x0, x1, ty_Ordering) 19.02/7.19 new_esEs5(x0, x1, app(ty_[], x2)) 19.02/7.19 new_primCmpNat0(Succ(x0), Zero) 19.02/7.19 new_esEs37(x0, x1, app(ty_[], x2)) 19.02/7.19 new_esEs13(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.02/7.19 new_ltEs24(x0, x1, ty_Ordering) 19.02/7.19 new_primCompAux00(x0, x1, EQ, ty_Float) 19.02/7.19 new_primEqNat0(Zero, Zero) 19.02/7.19 new_lt21(x0, x1, ty_Integer) 19.02/7.19 new_esEs20([], [], x0) 19.02/7.19 new_ltEs23(x0, x1, ty_Bool) 19.02/7.19 new_esEs11(x0, x1, ty_Int) 19.02/7.19 new_ltEs12(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 19.02/7.19 new_esEs36(x0, x1, ty_Char) 19.02/7.19 new_lt6(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_not(False) 19.02/7.19 new_compare28(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 19.02/7.19 new_esEs38(x0, x1, ty_Double) 19.02/7.19 new_lt23(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_esEs36(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_esEs35(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_lt13(x0, x1, x2, x3) 19.02/7.19 new_esEs39(x0, x1, ty_Float) 19.02/7.19 new_esEs29(x0, x1, ty_Char) 19.02/7.19 new_compare19(Right(x0), Right(x1), x2, x3) 19.02/7.19 new_compare26(:(x0, x1), [], x2) 19.02/7.19 new_esEs34(x0, x1, ty_Char) 19.02/7.19 new_lt7(x0, x1, ty_Char) 19.02/7.19 new_ltEs6(True, False) 19.02/7.19 new_ltEs6(False, True) 19.02/7.19 new_esEs36(x0, x1, ty_Integer) 19.02/7.19 new_esEs38(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_ltEs23(x0, x1, app(ty_[], x2)) 19.02/7.19 new_esEs9(x0, x1, ty_@0) 19.02/7.19 new_esEs19(Nothing, Nothing, x0) 19.02/7.19 new_esEs15(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_ltEs11(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.02/7.19 new_lt19(x0, x1) 19.02/7.19 new_lt22(x0, x1, ty_Char) 19.02/7.19 new_lt23(x0, x1, ty_Integer) 19.02/7.19 new_esEs28(Right(x0), Right(x1), x2, ty_Int) 19.02/7.19 new_esEs30(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_esEs16(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_fsEs(x0) 19.02/7.19 new_esEs19(Just(x0), Just(x1), ty_Ordering) 19.02/7.19 new_esEs38(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_esEs19(Just(x0), Nothing, x1) 19.02/7.19 new_lt22(x0, x1, ty_Int) 19.02/7.19 new_ltEs9(Nothing, Nothing, x0) 19.02/7.19 new_esEs16(x0, x1, ty_Double) 19.02/7.19 new_esEs7(x0, x1, ty_Integer) 19.02/7.19 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_esEs30(x0, x1, ty_Ordering) 19.02/7.19 new_esEs37(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_ltEs12(Left(x0), Left(x1), ty_Ordering, x2) 19.02/7.19 new_compare13(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 19.02/7.19 new_esEs39(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs37(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_esEs29(x0, x1, ty_Int) 19.02/7.19 new_lt7(x0, x1, ty_Int) 19.02/7.19 new_esEs28(Right(x0), Right(x1), x2, ty_Float) 19.02/7.19 new_esEs34(x0, x1, ty_Int) 19.02/7.19 new_ltEs23(x0, x1, ty_Integer) 19.02/7.19 new_esEs4(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_lt9(x0, x1) 19.02/7.19 new_ltEs21(x0, x1, ty_Ordering) 19.02/7.19 new_esEs29(x0, x1, ty_Ordering) 19.02/7.19 new_compare26(:(x0, x1), :(x2, x3), x4) 19.02/7.19 new_esEs14(x0, x1, ty_Char) 19.02/7.19 new_primCmpNat0(Zero, Succ(x0)) 19.02/7.19 new_primCompAux00(x0, x1, EQ, app(ty_Maybe, x2)) 19.02/7.19 new_ltEs5(x0, x1, ty_Bool) 19.02/7.19 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 19.02/7.19 new_esEs15(x0, x1, ty_Double) 19.02/7.19 new_esEs19(Just(x0), Just(x1), ty_Integer) 19.02/7.19 new_esEs12(EQ, EQ) 19.02/7.19 new_lt20(x0, x1, ty_@0) 19.02/7.19 new_esEs36(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_esEs15(x0, x1, ty_Ordering) 19.02/7.19 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_ltEs5(x0, x1, ty_@0) 19.02/7.19 new_ltEs15(x0, x1) 19.02/7.19 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_primCompAux00(x0, x1, EQ, app(app(ty_Either, x2), x3)) 19.02/7.19 new_esEs29(x0, x1, ty_Double) 19.02/7.19 new_ltEs21(x0, x1, ty_Double) 19.02/7.19 new_esEs16(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_esEs39(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_ltEs12(Left(x0), Left(x1), app(ty_[], x2), x3) 19.02/7.19 new_ltEs10(LT, LT) 19.02/7.19 new_esEs33(x0, x1, ty_Bool) 19.02/7.19 new_esEs28(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 19.02/7.19 new_ltEs22(x0, x1, app(ty_[], x2)) 19.02/7.19 new_esEs33(x0, x1, ty_Integer) 19.02/7.19 new_ltEs20(x0, x1, app(ty_[], x2)) 19.02/7.19 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_esEs8(x0, x1, ty_Char) 19.02/7.19 new_esEs14(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_esEs33(x0, x1, ty_@0) 19.02/7.19 new_ltEs24(x0, x1, ty_Integer) 19.02/7.19 new_esEs34(x0, x1, ty_Bool) 19.02/7.19 new_esEs9(x0, x1, app(ty_[], x2)) 19.02/7.19 new_compare5(:%(x0, x1), :%(x2, x3), ty_Integer) 19.02/7.19 new_esEs17(False, False) 19.02/7.19 new_pePe(False, x0) 19.02/7.19 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 19.02/7.19 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_primCompAux00(x0, x1, GT, x2) 19.02/7.19 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_esEs4(x0, x1, ty_Char) 19.02/7.19 new_esEs14(x0, x1, ty_Ordering) 19.02/7.19 new_esEs19(Just(x0), Just(x1), app(ty_Maybe, x2)) 19.02/7.19 new_ltEs24(x0, x1, ty_@0) 19.02/7.19 new_esEs28(Right(x0), Right(x1), x2, ty_Ordering) 19.02/7.19 new_sr0(x0, x1) 19.02/7.19 new_ltEs9(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 19.02/7.19 new_esEs19(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 19.02/7.19 new_lt20(x0, x1, ty_Integer) 19.02/7.19 new_esEs19(Just(x0), Just(x1), ty_@0) 19.02/7.19 new_esEs34(x0, x1, ty_Integer) 19.02/7.19 new_compare11(x0, x1, True, x2, x3) 19.02/7.19 new_esEs16(x0, x1, ty_Ordering) 19.02/7.19 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_compare18(EQ, LT) 19.02/7.19 new_compare18(LT, EQ) 19.02/7.19 new_lt6(x0, x1, ty_Ordering) 19.02/7.19 new_lt6(x0, x1, ty_Double) 19.02/7.19 new_lt23(x0, x1, ty_Float) 19.02/7.19 new_esEs38(x0, x1, ty_Ordering) 19.02/7.19 new_lt23(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_esEs35(x0, x1, ty_Bool) 19.02/7.19 new_ltEs21(x0, x1, ty_Char) 19.02/7.19 new_primCompAux00(x0, x1, EQ, app(app(ty_@2, x2), x3)) 19.02/7.19 new_ltEs10(GT, EQ) 19.02/7.19 new_esEs19(Just(x0), Just(x1), ty_Float) 19.02/7.19 new_ltEs10(EQ, GT) 19.02/7.19 new_esEs8(x0, x1, ty_Double) 19.02/7.19 new_ltEs5(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_esEs28(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 19.02/7.19 new_compare18(LT, LT) 19.02/7.19 new_esEs35(x0, x1, ty_Integer) 19.02/7.19 new_compare8(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 19.02/7.19 new_compare8(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 19.02/7.19 new_esEs19(Just(x0), Just(x1), ty_Bool) 19.02/7.19 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs14(x0, x1, ty_Double) 19.02/7.19 new_esEs36(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_ltEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_esEs30(x0, x1, ty_Double) 19.02/7.19 new_esEs15(x0, x1, app(ty_[], x2)) 19.02/7.19 new_lt23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_lt21(x0, x1, ty_Float) 19.02/7.19 new_compare4(x0, x1, ty_Double) 19.02/7.19 new_esEs7(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_esEs30(x0, x1, ty_Char) 19.02/7.19 new_esEs28(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 19.02/7.19 new_ltEs23(x0, x1, ty_@0) 19.02/7.19 new_esEs8(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_ltEs9(Just(x0), Nothing, x1) 19.02/7.19 new_compare112(x0, x1, False, x2) 19.02/7.19 new_ltEs7(x0, x1) 19.02/7.19 new_esEs10(x0, x1, ty_Double) 19.02/7.19 new_compare25(@2(x0, x1), @2(x2, x3), x4, x5) 19.02/7.19 new_esEs7(x0, x1, ty_Float) 19.02/7.19 new_primPlusNat1(Succ(x0), Succ(x1)) 19.02/7.19 new_ltEs23(x0, x1, ty_Float) 19.02/7.19 new_esEs5(x0, x1, ty_Ordering) 19.02/7.19 new_compare26([], [], x0) 19.02/7.19 new_ltEs5(x0, x1, ty_Integer) 19.02/7.19 new_esEs37(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs38(x0, x1, ty_Char) 19.02/7.19 new_ltEs5(x0, x1, ty_Float) 19.02/7.19 new_compare10(x0, x1, x2, x3, False, x4, x5) 19.02/7.19 new_esEs6(x0, x1, ty_Ordering) 19.02/7.19 new_ltEs9(Just(x0), Just(x1), app(ty_Ratio, x2)) 19.02/7.19 new_esEs33(x0, x1, ty_Int) 19.02/7.19 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_ltEs17(x0, x1, x2) 19.02/7.19 new_ltEs23(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_lt6(x0, x1, ty_Char) 19.02/7.19 new_ltEs10(EQ, LT) 19.02/7.19 new_ltEs10(LT, EQ) 19.02/7.19 new_ltEs12(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 19.02/7.19 new_esEs14(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_esEs39(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_esEs10(x0, x1, ty_Float) 19.02/7.19 new_primPlusNat1(Succ(x0), Zero) 19.02/7.19 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_compare29(x0, x1, False, x2) 19.02/7.19 new_lt7(x0, x1, ty_Double) 19.02/7.19 new_esEs16(x0, x1, app(ty_[], x2)) 19.02/7.19 new_compare18(EQ, GT) 19.02/7.19 new_compare18(GT, EQ) 19.02/7.19 new_lt21(x0, x1, ty_Double) 19.02/7.19 new_esEs12(LT, EQ) 19.02/7.19 new_esEs12(EQ, LT) 19.02/7.19 new_esEs33(x0, x1, ty_Float) 19.02/7.19 new_esEs4(x0, x1, ty_Ordering) 19.02/7.19 new_esEs37(x0, x1, ty_Char) 19.02/7.19 new_ltEs12(Left(x0), Left(x1), ty_Double, x2) 19.02/7.19 new_compare4(x0, x1, app(ty_[], x2)) 19.02/7.19 new_ltEs22(x0, x1, ty_Char) 19.02/7.19 new_esEs7(x0, x1, ty_Double) 19.02/7.19 new_esEs39(x0, x1, ty_Integer) 19.02/7.19 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_esEs28(Left(x0), Left(x1), ty_Double, x2) 19.02/7.19 new_ltEs16(x0, x1, x2) 19.02/7.19 new_esEs11(x0, x1, ty_Ordering) 19.02/7.19 new_esEs38(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_primEqNat0(Succ(x0), Succ(x1)) 19.02/7.19 new_compare15(False, False) 19.02/7.19 new_esEs11(x0, x1, ty_Double) 19.02/7.19 new_ltEs9(Just(x0), Just(x1), ty_Char) 19.02/7.19 new_lt23(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_esEs6(x0, x1, ty_Float) 19.02/7.19 new_compare4(x0, x1, ty_Float) 19.02/7.19 new_primCompAux00(x0, x1, EQ, ty_@0) 19.02/7.19 new_ltEs21(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 19.02/7.19 new_ltEs19(x0, x1, ty_Char) 19.02/7.19 new_esEs19(Just(x0), Just(x1), app(ty_[], x2)) 19.02/7.19 new_esEs38(x0, x1, ty_Float) 19.02/7.19 new_esEs29(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_lt23(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs39(x0, x1, ty_Ordering) 19.02/7.19 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs35(x0, x1, ty_Int) 19.02/7.19 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 19.02/7.19 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 19.02/7.19 new_esEs37(x0, x1, ty_Ordering) 19.02/7.19 new_ltEs12(Right(x0), Right(x1), x2, ty_Integer) 19.02/7.19 new_primCmpInt(Neg(Zero), Neg(Zero)) 19.02/7.19 new_esEs5(x0, x1, ty_Double) 19.02/7.19 new_primMulNat0(Zero, Succ(x0)) 19.02/7.19 new_primCmpInt(Pos(Zero), Neg(Zero)) 19.02/7.19 new_primCmpInt(Neg(Zero), Pos(Zero)) 19.02/7.19 new_esEs28(Right(x0), Right(x1), x2, ty_Double) 19.02/7.19 new_esEs34(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_ltEs22(x0, x1, ty_Ordering) 19.02/7.19 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 19.02/7.19 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 19.02/7.19 new_compare16(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 19.02/7.19 new_esEs6(x0, x1, ty_Char) 19.02/7.19 new_esEs28(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 19.02/7.19 new_lt22(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_esEs14(x0, x1, app(ty_[], x2)) 19.02/7.19 new_esEs14(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_ltEs24(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_primCompAux00(x0, x1, EQ, app(ty_Ratio, x2)) 19.02/7.19 new_esEs35(x0, x1, ty_Float) 19.02/7.19 new_lt6(x0, x1, ty_Float) 19.02/7.19 new_ltEs19(x0, x1, ty_Ordering) 19.02/7.19 new_ltEs21(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_compare210(x0, x1, False, x2, x3) 19.02/7.19 new_compare211(x0, x1, x2, x3, True, x4, x5) 19.02/7.19 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_ltEs5(x0, x1, ty_Int) 19.02/7.19 new_ltEs12(Right(x0), Right(x1), x2, ty_Ordering) 19.02/7.19 new_ltEs12(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 19.02/7.19 new_esEs9(x0, x1, ty_Int) 19.02/7.19 new_esEs16(x0, x1, ty_Char) 19.02/7.19 new_compare5(:%(x0, x1), :%(x2, x3), ty_Int) 19.02/7.19 new_ltEs20(x0, x1, ty_@0) 19.02/7.19 new_esEs34(x0, x1, ty_@0) 19.02/7.19 new_esEs30(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_esEs15(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_lt22(x0, x1, ty_@0) 19.02/7.19 new_esEs30(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs26(@2(x0, x1), @2(x2, x3), x4, x5) 19.02/7.19 new_esEs34(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_ltEs22(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_esEs36(x0, x1, ty_Double) 19.02/7.19 new_compare14(@0, @0) 19.02/7.19 new_ltEs14(x0, x1) 19.02/7.19 new_esEs37(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_lt8(x0, x1) 19.02/7.19 new_esEs15(x0, x1, ty_Float) 19.02/7.19 new_esEs20(:(x0, x1), [], x2) 19.02/7.19 new_compare4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_primCompAux1(x0, x1, x2, x3, x4) 19.02/7.19 new_esEs38(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_primMulNat0(Zero, Zero) 19.02/7.19 new_esEs10(x0, x1, ty_Bool) 19.02/7.19 new_esEs37(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_ltEs5(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_esEs10(x0, x1, ty_Integer) 19.02/7.19 new_ltEs21(x0, x1, ty_Float) 19.02/7.19 new_lt22(x0, x1, app(ty_[], x2)) 19.02/7.19 new_primCompAux00(x0, x1, LT, x2) 19.02/7.19 new_ltEs12(Right(x0), Right(x1), x2, ty_@0) 19.02/7.19 new_ltEs22(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_ltEs20(x0, x1, ty_Float) 19.02/7.19 new_primCompAux00(x0, x1, EQ, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_lt6(x0, x1, ty_Integer) 19.02/7.19 new_esEs6(x0, x1, ty_Integer) 19.02/7.19 new_primMulNat0(Succ(x0), Zero) 19.02/7.19 new_ltEs22(x0, x1, ty_Double) 19.02/7.19 new_esEs6(x0, x1, ty_@0) 19.02/7.19 new_esEs35(x0, x1, ty_Double) 19.02/7.19 new_esEs11(x0, x1, ty_@0) 19.02/7.19 new_lt10(x0, x1) 19.02/7.19 new_esEs36(x0, x1, ty_Ordering) 19.02/7.19 new_esEs35(x0, x1, ty_Ordering) 19.02/7.19 new_esEs28(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 19.02/7.19 new_esEs6(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_lt21(x0, x1, app(ty_[], x2)) 19.02/7.19 new_esEs39(x0, x1, ty_@0) 19.02/7.19 new_esEs16(x0, x1, ty_Integer) 19.02/7.19 new_compare211(x0, x1, x2, x3, False, x4, x5) 19.02/7.19 new_ltEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_esEs38(x0, x1, ty_Integer) 19.02/7.19 new_esEs18(Double(x0, x1), Double(x2, x3)) 19.02/7.19 new_compare212(x0, x1, True, x2, x3) 19.02/7.19 new_ltEs22(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_compare12(x0, x1, x2, x3, x4, x5, False, x6, x7, x8, x9) 19.02/7.19 new_esEs28(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 19.02/7.19 new_lt11(x0, x1, x2) 19.02/7.19 new_esEs12(EQ, GT) 19.02/7.19 new_esEs12(GT, EQ) 19.02/7.19 new_esEs39(x0, x1, app(ty_[], x2)) 19.02/7.19 new_ltEs23(x0, x1, ty_Double) 19.02/7.19 new_esEs23(Float(x0, x1), Float(x2, x3)) 19.02/7.19 new_compare17(Just(x0), Nothing, x1) 19.02/7.19 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_lt6(x0, x1, ty_Bool) 19.02/7.19 new_ltEs20(x0, x1, ty_Integer) 19.02/7.19 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 19.02/7.19 new_esEs9(x0, x1, ty_Ordering) 19.02/7.19 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_esEs30(x0, x1, ty_Float) 19.02/7.19 new_esEs37(x0, x1, ty_Double) 19.02/7.19 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_esEs10(x0, x1, ty_Char) 19.02/7.19 new_ltEs4(x0, x1) 19.02/7.19 new_esEs15(x0, x1, ty_Integer) 19.02/7.19 new_esEs10(x0, x1, ty_@0) 19.02/7.19 new_compare9(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.02/7.19 new_esEs37(x0, x1, ty_Int) 19.02/7.19 new_lt7(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs4(x0, x1, ty_Float) 19.02/7.19 new_esEs5(x0, x1, ty_Integer) 19.02/7.19 new_lt23(x0, x1, ty_Double) 19.02/7.19 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_esEs19(Just(x0), Just(x1), ty_Int) 19.02/7.19 new_compare29(x0, x1, True, x2) 19.02/7.19 new_primEqNat0(Zero, Succ(x0)) 19.02/7.19 new_esEs10(x0, x1, ty_Int) 19.02/7.19 new_ltEs18(x0, x1) 19.02/7.19 new_esEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_esEs25(Char(x0), Char(x1)) 19.02/7.19 new_esEs10(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_primCmpInt(Pos(Zero), Pos(Zero)) 19.02/7.19 new_ltEs23(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs15(x0, x1, ty_Bool) 19.02/7.19 new_lt7(x0, x1, ty_Ordering) 19.02/7.19 new_esEs33(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_esEs19(Just(x0), Just(x1), ty_Char) 19.02/7.19 new_esEs14(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs31(x0, x1, ty_Int) 19.02/7.19 new_esEs4(x0, x1, app(ty_[], x2)) 19.02/7.19 new_lt23(x0, x1, app(ty_[], x2)) 19.02/7.19 new_compare17(Nothing, Just(x0), x1) 19.02/7.19 new_ltEs12(Left(x0), Left(x1), ty_Int, x2) 19.02/7.19 new_compare4(x0, x1, ty_Ordering) 19.02/7.19 new_lt21(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_ltEs21(x0, x1, app(ty_[], x2)) 19.02/7.19 new_ltEs5(x0, x1, ty_Ordering) 19.02/7.19 new_ltEs5(x0, x1, ty_Double) 19.02/7.19 new_ltEs9(Just(x0), Just(x1), ty_@0) 19.02/7.19 new_ltEs24(x0, x1, ty_Float) 19.02/7.19 new_esEs33(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs36(x0, x1, app(ty_[], x2)) 19.02/7.19 new_compare4(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_esEs5(x0, x1, ty_Char) 19.02/7.19 new_esEs9(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_lt20(x0, x1, app(ty_[], x2)) 19.02/7.19 new_ltEs20(x0, x1, ty_Bool) 19.02/7.19 new_compare18(EQ, EQ) 19.02/7.19 new_ltEs12(Left(x0), Left(x1), ty_Char, x2) 19.02/7.19 new_lt7(x0, x1, app(ty_[], x2)) 19.02/7.19 new_ltEs13(@2(x0, x1), @2(x2, x3), x4, x5) 19.02/7.19 new_esEs34(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_esEs8(x0, x1, ty_Integer) 19.02/7.19 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_esEs16(x0, x1, ty_@0) 19.02/7.19 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_ltEs19(x0, x1, ty_Double) 19.02/7.19 new_esEs6(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_esEs4(x0, x1, ty_Double) 19.02/7.19 new_esEs7(x0, x1, app(ty_[], x2)) 19.02/7.19 new_ltEs24(x0, x1, ty_Int) 19.02/7.19 new_ltEs21(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_lt20(x0, x1, ty_Float) 19.02/7.19 new_esEs30(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_primPlusNat0(Succ(x0), x1) 19.02/7.19 new_primPlusNat1(Zero, Succ(x0)) 19.02/7.19 new_esEs7(x0, x1, app(ty_Maybe, x2)) 19.02/7.19 new_esEs5(x0, x1, ty_Bool) 19.02/7.19 new_lt23(x0, x1, ty_Ordering) 19.02/7.19 new_lt20(x0, x1, ty_Char) 19.02/7.19 new_esEs15(x0, x1, app(ty_Ratio, x2)) 19.02/7.19 new_esEs38(x0, x1, ty_@0) 19.02/7.19 new_lt6(x0, x1, ty_@0) 19.02/7.19 new_esEs5(x0, x1, ty_Float) 19.02/7.19 new_ltEs23(x0, x1, ty_Ordering) 19.02/7.19 new_esEs30(x0, x1, ty_Integer) 19.02/7.19 new_esEs7(x0, x1, ty_Ordering) 19.02/7.19 new_esEs22(Integer(x0), Integer(x1)) 19.02/7.19 new_compare210(x0, x1, True, x2, x3) 19.02/7.19 new_esEs15(x0, x1, ty_Char) 19.02/7.19 new_compare15(True, True) 19.02/7.19 new_compare4(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_ltEs24(x0, x1, ty_Char) 19.02/7.19 new_lt20(x0, x1, ty_Int) 19.02/7.19 new_lt21(x0, x1, ty_Ordering) 19.02/7.19 new_esEs15(x0, x1, ty_Int) 19.02/7.19 new_esEs28(Left(x0), Left(x1), ty_Ordering, x2) 19.02/7.19 new_lt20(x0, x1, ty_Bool) 19.02/7.19 new_esEs34(x0, x1, app(app(ty_@2, x2), x3)) 19.02/7.19 new_ltEs20(x0, x1, ty_Char) 19.02/7.19 new_esEs5(x0, x1, ty_Int) 19.02/7.19 new_esEs8(x0, x1, app(ty_[], x2)) 19.02/7.19 new_compare111(x0, x1, x2, x3, True, x4, x5, x6) 19.02/7.19 new_compare17(Nothing, Nothing, x0) 19.02/7.19 new_compare19(Right(x0), Left(x1), x2, x3) 19.02/7.19 new_lt6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.02/7.19 new_compare19(Left(x0), Right(x1), x2, x3) 19.02/7.19 new_esEs9(x0, x1, ty_Double) 19.02/7.19 new_ltEs24(x0, x1, ty_Bool) 19.02/7.19 new_esEs28(Left(x0), Left(x1), app(ty_[], x2), x3) 19.02/7.19 new_ltEs12(Left(x0), Left(x1), ty_Integer, x2) 19.02/7.19 new_primCmpNat0(Succ(x0), Succ(x1)) 19.02/7.19 new_primCmpNat0(Zero, Zero) 19.02/7.19 new_ltEs23(x0, x1, app(app(ty_Either, x2), x3)) 19.02/7.19 new_compare10(x0, x1, x2, x3, True, x4, x5) 19.02/7.19 new_esEs20([], :(x0, x1), x2) 19.02/7.19 new_ltEs20(x0, x1, ty_Int) 19.02/7.19 19.02/7.19 We have to consider all minimal (P,Q,R)-chains. 19.02/7.19 ---------------------------------------- 19.02/7.19 19.02/7.19 (24) QDPSizeChangeProof (EQUIVALENT) 19.02/7.19 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. 19.02/7.19 19.02/7.19 From the DPs we obtained the following set of size-change graphs: 19.02/7.19 *new_compare3(:(vwx3000, vwx3001), :(vwx31000, vwx31001), ceg) -> new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, ceg) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 1 > 3, 2 > 4, 3 >= 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_primCompAux(vwx300, vwx3100, vwx301, vwx3101, ceh) -> new_primCompAux0(vwx301, vwx3101, new_compare4(vwx300, vwx3100, ceh), app(ty_[], ceh)) 19.02/7.19 The graph contains the following edges 3 >= 1, 4 >= 2 19.02/7.19 19.02/7.19 19.02/7.19 *new_primCompAux(:(vwx3000, vwx3001), :(vwx31000, vwx31001), vwx301, vwx3101, app(ty_[], ceg)) -> new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, ceg) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 1 > 3, 2 > 4, 5 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_primCompAux0(vwx20, vwx21, EQ, app(ty_[], bh)) -> new_compare3(vwx20, vwx21, bh) 19.02/7.19 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_primCompAux(Left(vwx3000), Left(vwx31000), vwx301, vwx3101, app(app(ty_Either, cae), caf)) -> new_compare22(vwx3000, vwx31000, new_esEs8(vwx3000, vwx31000, cae), cae, caf) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 5 > 4, 5 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare1(Left(vwx3000), Left(vwx31000), cae, caf) -> new_compare22(vwx3000, vwx31000, new_esEs8(vwx3000, vwx31000, cae), cae, caf) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare22(vwx49, vwx50, False, app(app(app(ty_@3, cba), cbb), cbc), cah) -> new_ltEs0(vwx49, vwx50, cba, cbb, cbc) 19.02/7.19 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, de, app(app(app(ty_@3, gc), gd), ge)) -> new_ltEs0(vwx272, vwx282, gc, gd, ge) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_lt0(vwx78, vwx81, bee, bef, beg) -> new_compare0(vwx78, vwx81, bee, bef, beg) 19.02/7.19 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4, 5 >= 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare0(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), beh, bfa, bfb) -> new_compare21(vwx3000, vwx3001, vwx3002, vwx31000, vwx31001, vwx31002, new_asAs(new_esEs7(vwx3000, vwx31000, beh), new_asAs(new_esEs6(vwx3001, vwx31001, bfa), new_esEs5(vwx3002, vwx31002, bfb))), beh, bfa, bfb) 19.02/7.19 The graph contains the following edges 1 > 1, 1 > 2, 1 > 3, 2 > 4, 2 > 5, 2 > 6, 3 >= 8, 4 >= 9, 5 >= 10 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(ty_[], cad), bgf, bfe) -> new_compare3(vwx78, vwx81, cad) 19.02/7.19 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, bgf, app(app(app(ty_@3, bgh), bha), bhb)) -> new_ltEs0(vwx80, vwx83, bgh, bha, bhb) 19.02/7.19 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4, 10 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, app(app(app(ty_@3, bff), bfg), bfh), bfe) -> new_lt0(vwx79, vwx82, bff, bfg, bfh) 19.02/7.19 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4, 9 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(app(app(ty_@3, bee), bef), beg), bgf, bfe) -> new_compare0(vwx78, vwx81, bee, bef, beg) 19.02/7.19 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4, 8 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_primCompAux(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), vwx301, vwx3101, app(app(app(ty_@3, beh), bfa), bfb)) -> new_compare21(vwx3000, vwx3001, vwx3002, vwx31000, vwx31001, vwx31002, new_asAs(new_esEs7(vwx3000, vwx31000, beh), new_asAs(new_esEs6(vwx3001, vwx31001, bfa), new_esEs5(vwx3002, vwx31002, bfb))), beh, bfa, bfb) 19.02/7.19 The graph contains the following edges 1 > 1, 1 > 2, 1 > 3, 2 > 4, 2 > 5, 2 > 6, 5 > 8, 5 > 9, 5 > 10 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), bda, app(app(app(ty_@3, bdc), bdd), bde)) -> new_ltEs0(vwx271, vwx281, bdc, bdd, bde) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), app(app(app(ty_@3, bca), bcb), bcc), bbh) -> new_lt0(vwx270, vwx280, bca, bcb, bcc) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare22(vwx49, vwx50, False, app(app(ty_@2, cbf), cbg), cah) -> new_ltEs2(vwx49, vwx50, cbf, cbg) 19.02/7.19 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, de, app(app(ty_@2, gh), ha)) -> new_ltEs2(vwx272, vwx282, gh, ha) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, bgf, app(app(ty_@2, bhe), bhf)) -> new_ltEs2(vwx80, vwx83, bhe, bhf) 19.02/7.19 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), bda, app(app(ty_@2, bdh), bea)) -> new_ltEs2(vwx271, vwx281, bdh, bea) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_lt1(vwx78, vwx81, bhh, caa) -> new_compare1(vwx78, vwx81, bhh, caa) 19.02/7.19 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, app(app(ty_Either, bga), bgb), bfe) -> new_lt1(vwx79, vwx82, bga, bgb) 19.02/7.19 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), app(app(ty_Either, bcd), bce), bbh) -> new_lt1(vwx270, vwx280, bcd, bce) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare1(Right(vwx3000), Right(vwx31000), cae, caf) -> new_compare23(vwx3000, vwx31000, new_esEs9(vwx3000, vwx31000, caf), cae, caf) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(app(ty_Either, bhh), caa), bgf, bfe) -> new_compare1(vwx78, vwx81, bhh, caa) 19.02/7.19 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare22(vwx49, vwx50, False, app(app(ty_Either, cbd), cbe), cah) -> new_ltEs1(vwx49, vwx50, cbd, cbe) 19.02/7.19 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, de, app(app(ty_Either, gf), gg)) -> new_ltEs1(vwx272, vwx282, gf, gg) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs(Just(vwx270), Just(vwx280), app(app(app(ty_@3, cc), cd), ce)) -> new_ltEs0(vwx270, vwx280, cc, cd, ce) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, bgf, app(app(ty_Either, bhc), bhd)) -> new_ltEs1(vwx80, vwx83, bhc, bhd) 19.02/7.19 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), bda, app(app(ty_Either, bdf), bdg)) -> new_ltEs1(vwx271, vwx281, bdf, bdg) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs(Just(vwx270), Just(vwx280), app(app(ty_@2, da), db)) -> new_ltEs2(vwx270, vwx280, da, db) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs(Just(vwx270), Just(vwx280), app(app(ty_Either, cf), cg)) -> new_ltEs1(vwx270, vwx280, cf, cg) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare22(vwx49, vwx50, False, app(ty_Maybe, cag), cah) -> new_ltEs(vwx49, vwx50, cag) 19.02/7.19 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare22(vwx49, vwx50, False, app(ty_[], cbh), cah) -> new_ltEs3(vwx49, vwx50, cbh) 19.02/7.19 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, de, app(ty_Maybe, gb)) -> new_ltEs(vwx272, vwx282, gb) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, bgf, app(ty_Maybe, bgg)) -> new_ltEs(vwx80, vwx83, bgg) 19.02/7.19 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), bda, app(ty_Maybe, bdb)) -> new_ltEs(vwx271, vwx281, bdb) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs(Just(vwx270), Just(vwx280), app(ty_Maybe, cb)) -> new_ltEs(vwx270, vwx280, cb) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs(Just(vwx270), Just(vwx280), app(ty_[], dc)) -> new_ltEs3(vwx270, vwx280, dc) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs3(vwx27, vwx28, bec) -> new_compare3(vwx27, vwx28, bec) 19.02/7.19 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, de, app(ty_[], hb)) -> new_ltEs3(vwx272, vwx282, hb) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, bgf, app(ty_[], bhg)) -> new_ltEs3(vwx80, vwx83, bhg) 19.02/7.19 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), bda, app(ty_[], beb)) -> new_ltEs3(vwx271, vwx281, beb) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_lt3(vwx78, vwx81, cad) -> new_compare3(vwx78, vwx81, cad) 19.02/7.19 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(vwx27, vwx28, False, app(ty_[], bec)) -> new_compare3(vwx27, vwx28, bec) 19.02/7.19 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, app(ty_[], bge), bfe) -> new_lt3(vwx79, vwx82, bge) 19.02/7.19 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), app(ty_[], bch), bbh) -> new_lt3(vwx270, vwx280, bch) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_lt(vwx78, vwx81, bed) -> new_compare(vwx78, vwx81, bed) 19.02/7.19 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, app(ty_Maybe, bfd), bfe) -> new_lt(vwx79, vwx82, bfd) 19.02/7.19 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), app(ty_Maybe, bbg), bbh) -> new_lt(vwx270, vwx280, bbg) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs2(@2(vwx270, vwx271), @2(vwx280, vwx281), app(app(ty_@2, bcf), bcg), bbh) -> new_lt2(vwx270, vwx280, bcf, bcg) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare(Just(vwx3000), Just(vwx31000), ca) -> new_compare20(vwx3000, vwx31000, new_esEs4(vwx3000, vwx31000, ca), ca) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare24(vwx91, vwx92, vwx93, vwx94, False, app(app(app(ty_@3, cce), ccf), ccg), ccd) -> new_lt0(vwx91, vwx93, cce, ccf, ccg) 19.02/7.19 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4, 6 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(ty_Maybe, bed), bgf, bfe) -> new_compare(vwx78, vwx81, bed) 19.02/7.19 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare24(vwx91, vwx92, vwx93, vwx94, False, app(app(ty_Either, cch), cda), ccd) -> new_lt1(vwx91, vwx93, cch, cda) 19.02/7.19 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare24(vwx91, vwx92, vwx93, vwx94, False, app(ty_[], cdd), ccd) -> new_lt3(vwx91, vwx93, cdd) 19.02/7.19 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare24(vwx91, vwx92, vwx93, vwx94, False, app(ty_Maybe, ccc), ccd) -> new_lt(vwx91, vwx93, ccc) 19.02/7.19 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_primCompAux(Just(vwx3000), Just(vwx31000), vwx301, vwx3101, app(ty_Maybe, ca)) -> new_compare20(vwx3000, vwx31000, new_esEs4(vwx3000, vwx31000, ca), ca) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 5 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_lt2(vwx78, vwx81, cab, cac) -> new_compare2(vwx78, vwx81, cab, cac) 19.02/7.19 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, bfc, app(app(ty_@2, bgc), bgd), bfe) -> new_lt2(vwx79, vwx82, bgc, bgd) 19.02/7.19 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare21(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(app(ty_@2, cab), cac), bgf, bfe) -> new_compare2(vwx78, vwx81, cab, cac) 19.02/7.19 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare2(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), cca, ccb) -> new_compare24(vwx3000, vwx3001, vwx31000, vwx31001, new_asAs(new_esEs11(vwx3000, vwx31000, cca), new_esEs10(vwx3001, vwx31001, ccb)), cca, ccb) 19.02/7.19 The graph contains the following edges 1 > 1, 1 > 2, 2 > 3, 2 > 4, 3 >= 6, 4 >= 7 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare24(vwx91, vwx92, vwx93, vwx94, False, app(app(ty_@2, cdb), cdc), ccd) -> new_lt2(vwx91, vwx93, cdb, cdc) 19.02/7.19 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare24(vwx91, vwx92, vwx93, vwx94, False, cde, app(app(app(ty_@3, cdg), cdh), cea)) -> new_ltEs0(vwx92, vwx94, cdg, cdh, cea) 19.02/7.19 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4, 7 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare23(vwx56, vwx57, False, cfa, app(app(app(ty_@3, cfc), cfd), cfe)) -> new_ltEs0(vwx56, vwx57, cfc, cfd, cfe) 19.02/7.19 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4, 5 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare24(vwx91, vwx92, vwx93, vwx94, False, cde, app(app(ty_@2, ced), cee)) -> new_ltEs2(vwx92, vwx94, ced, cee) 19.02/7.19 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare23(vwx56, vwx57, False, cfa, app(app(ty_@2, cfh), cga)) -> new_ltEs2(vwx56, vwx57, cfh, cga) 19.02/7.19 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare24(vwx91, vwx92, vwx93, vwx94, False, cde, app(app(ty_Either, ceb), cec)) -> new_ltEs1(vwx92, vwx94, ceb, cec) 19.02/7.19 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare23(vwx56, vwx57, False, cfa, app(app(ty_Either, cff), cfg)) -> new_ltEs1(vwx56, vwx57, cff, cfg) 19.02/7.19 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare24(vwx91, vwx92, vwx93, vwx94, False, cde, app(ty_Maybe, cdf)) -> new_ltEs(vwx92, vwx94, cdf) 19.02/7.19 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare23(vwx56, vwx57, False, cfa, app(ty_Maybe, cfb)) -> new_ltEs(vwx56, vwx57, cfb) 19.02/7.19 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare24(vwx91, vwx92, vwx93, vwx94, False, cde, app(ty_[], cef)) -> new_ltEs3(vwx92, vwx94, cef) 19.02/7.19 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare23(vwx56, vwx57, False, cfa, app(ty_[], cgb)) -> new_ltEs3(vwx56, vwx57, cgb) 19.02/7.19 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_primCompAux(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), vwx301, vwx3101, app(app(ty_@2, cca), ccb)) -> new_compare24(vwx3000, vwx3001, vwx31000, vwx31001, new_asAs(new_esEs11(vwx3000, vwx31000, cca), new_esEs10(vwx3001, vwx31001, ccb)), cca, ccb) 19.02/7.19 The graph contains the following edges 1 > 1, 1 > 2, 2 > 3, 2 > 4, 5 > 6, 5 > 7 19.02/7.19 19.02/7.19 19.02/7.19 *new_primCompAux(Right(vwx3000), Right(vwx31000), vwx301, vwx3101, app(app(ty_Either, cae), caf)) -> new_compare23(vwx3000, vwx31000, new_esEs9(vwx3000, vwx31000, caf), cae, caf) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 5 > 4, 5 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), app(app(app(ty_@3, dg), dh), ea), de, df) -> new_lt0(vwx270, vwx280, dg, dh, ea) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, app(app(app(ty_@3, fa), fb), fc), df) -> new_lt0(vwx271, vwx281, fa, fb, fc) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, app(app(ty_Either, fd), ff), df) -> new_lt1(vwx271, vwx281, fd, ff) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), app(app(ty_Either, eb), ec), de, df) -> new_lt1(vwx270, vwx280, eb, ec) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), app(ty_[], ef), de, df) -> new_lt3(vwx270, vwx280, ef) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, app(ty_[], ga), df) -> new_lt3(vwx271, vwx281, ga) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), app(ty_Maybe, dd), de, df) -> new_lt(vwx270, vwx280, dd) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, app(ty_Maybe, eh), df) -> new_lt(vwx271, vwx281, eh) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), app(app(ty_@2, ed), ee), de, df) -> new_lt2(vwx270, vwx280, ed, ee) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs0(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), eg, app(app(ty_@2, fg), fh), df) -> new_lt2(vwx271, vwx281, fg, fh) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs1(Left(vwx270), Left(vwx280), app(app(app(ty_@3, he), hf), hg), hd) -> new_ltEs0(vwx270, vwx280, he, hf, hg) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs1(Right(vwx270), Right(vwx280), bae, app(app(app(ty_@3, bag), bah), bba)) -> new_ltEs0(vwx270, vwx280, bag, bah, bba) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), de), app(app(app(ty_@3, gc), gd), ge))) -> new_ltEs0(vwx272, vwx282, gc, gd, ge) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(Left(vwx270), Left(vwx280), False, app(app(ty_Either, app(app(app(ty_@3, he), hf), hg)), hd)) -> new_ltEs0(vwx270, vwx280, he, hf, hg) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(Right(vwx270), Right(vwx280), False, app(app(ty_Either, bae), app(app(app(ty_@3, bag), bah), bba))) -> new_ltEs0(vwx270, vwx280, bag, bah, bba) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, bda), app(app(app(ty_@3, bdc), bdd), bde))) -> new_ltEs0(vwx271, vwx281, bdc, bdd, bde) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(Just(vwx270), Just(vwx280), False, app(ty_Maybe, app(app(app(ty_@3, cc), cd), ce))) -> new_ltEs0(vwx270, vwx280, cc, cd, ce) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, app(app(app(ty_@3, bca), bcb), bcc)), bbh)) -> new_lt0(vwx270, vwx280, bca, bcb, bcc) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), app(app(app(ty_@3, fa), fb), fc)), df)) -> new_lt0(vwx271, vwx281, fa, fb, fc) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, app(app(app(ty_@3, dg), dh), ea)), de), df)) -> new_lt0(vwx270, vwx280, dg, dh, ea) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs1(Right(vwx270), Right(vwx280), bae, app(app(ty_@2, bbd), bbe)) -> new_ltEs2(vwx270, vwx280, bbd, bbe) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs1(Left(vwx270), Left(vwx280), app(app(ty_@2, bab), bac), hd) -> new_ltEs2(vwx270, vwx280, bab, bac) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(Right(vwx270), Right(vwx280), False, app(app(ty_Either, bae), app(app(ty_@2, bbd), bbe))) -> new_ltEs2(vwx270, vwx280, bbd, bbe) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(Just(vwx270), Just(vwx280), False, app(ty_Maybe, app(app(ty_@2, da), db))) -> new_ltEs2(vwx270, vwx280, da, db) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, bda), app(app(ty_@2, bdh), bea))) -> new_ltEs2(vwx271, vwx281, bdh, bea) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), de), app(app(ty_@2, gh), ha))) -> new_ltEs2(vwx272, vwx282, gh, ha) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(Left(vwx270), Left(vwx280), False, app(app(ty_Either, app(app(ty_@2, bab), bac)), hd)) -> new_ltEs2(vwx270, vwx280, bab, bac) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, app(app(ty_Either, eb), ec)), de), df)) -> new_lt1(vwx270, vwx280, eb, ec) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, app(app(ty_Either, bcd), bce)), bbh)) -> new_lt1(vwx270, vwx280, bcd, bce) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), app(app(ty_Either, fd), ff)), df)) -> new_lt1(vwx271, vwx281, fd, ff) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs1(Right(vwx270), Right(vwx280), bae, app(app(ty_Either, bbb), bbc)) -> new_ltEs1(vwx270, vwx280, bbb, bbc) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs1(Left(vwx270), Left(vwx280), app(app(ty_Either, hh), baa), hd) -> new_ltEs1(vwx270, vwx280, hh, baa) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs1(Right(vwx270), Right(vwx280), bae, app(ty_Maybe, baf)) -> new_ltEs(vwx270, vwx280, baf) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs1(Left(vwx270), Left(vwx280), app(ty_Maybe, hc), hd) -> new_ltEs(vwx270, vwx280, hc) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs1(Right(vwx270), Right(vwx280), bae, app(ty_[], bbf)) -> new_ltEs3(vwx270, vwx280, bbf) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_ltEs1(Left(vwx270), Left(vwx280), app(ty_[], bad), hd) -> new_ltEs3(vwx270, vwx280, bad) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(Left(vwx270), Left(vwx280), False, app(app(ty_Either, app(app(ty_Either, hh), baa)), hd)) -> new_ltEs1(vwx270, vwx280, hh, baa) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(Right(vwx270), Right(vwx280), False, app(app(ty_Either, bae), app(app(ty_Either, bbb), bbc))) -> new_ltEs1(vwx270, vwx280, bbb, bbc) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, bda), app(app(ty_Either, bdf), bdg))) -> new_ltEs1(vwx271, vwx281, bdf, bdg) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(Just(vwx270), Just(vwx280), False, app(ty_Maybe, app(app(ty_Either, cf), cg))) -> new_ltEs1(vwx270, vwx280, cf, cg) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), de), app(app(ty_Either, gf), gg))) -> new_ltEs1(vwx272, vwx282, gf, gg) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, bda), app(ty_Maybe, bdb))) -> new_ltEs(vwx271, vwx281, bdb) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(Just(vwx270), Just(vwx280), False, app(ty_Maybe, app(ty_Maybe, cb))) -> new_ltEs(vwx270, vwx280, cb) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), de), app(ty_Maybe, gb))) -> new_ltEs(vwx272, vwx282, gb) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(Left(vwx270), Left(vwx280), False, app(app(ty_Either, app(ty_Maybe, hc)), hd)) -> new_ltEs(vwx270, vwx280, hc) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(Right(vwx270), Right(vwx280), False, app(app(ty_Either, bae), app(ty_Maybe, baf))) -> new_ltEs(vwx270, vwx280, baf) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(Just(vwx270), Just(vwx280), False, app(ty_Maybe, app(ty_[], dc))) -> new_ltEs3(vwx270, vwx280, dc) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(Right(vwx270), Right(vwx280), False, app(app(ty_Either, bae), app(ty_[], bbf))) -> new_ltEs3(vwx270, vwx280, bbf) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), de), app(ty_[], hb))) -> new_ltEs3(vwx272, vwx282, hb) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(Left(vwx270), Left(vwx280), False, app(app(ty_Either, app(ty_[], bad)), hd)) -> new_ltEs3(vwx270, vwx280, bad) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, bda), app(ty_[], beb))) -> new_ltEs3(vwx271, vwx281, beb) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, app(ty_[], ef)), de), df)) -> new_lt3(vwx270, vwx280, ef) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, app(ty_[], bch)), bbh)) -> new_lt3(vwx270, vwx280, bch) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), app(ty_[], ga)), df)) -> new_lt3(vwx271, vwx281, ga) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, app(ty_Maybe, bbg)), bbh)) -> new_lt(vwx270, vwx280, bbg) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, app(ty_Maybe, dd)), de), df)) -> new_lt(vwx270, vwx280, dd) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), app(ty_Maybe, eh)), df)) -> new_lt(vwx271, vwx281, eh) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, eg), app(app(ty_@2, fg), fh)), df)) -> new_lt2(vwx271, vwx281, fg, fh) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@2(vwx270, vwx271), @2(vwx280, vwx281), False, app(app(ty_@2, app(app(ty_@2, bcf), bcg)), bbh)) -> new_lt2(vwx270, vwx280, bcf, bcg) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_compare20(@3(vwx270, vwx271, vwx272), @3(vwx280, vwx281, vwx282), False, app(app(app(ty_@3, app(app(ty_@2, ed), ee)), de), df)) -> new_lt2(vwx270, vwx280, ed, ee) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 ---------------------------------------- 19.02/7.19 19.02/7.19 (25) 19.02/7.19 YES 19.02/7.19 19.02/7.19 ---------------------------------------- 19.02/7.19 19.02/7.19 (26) 19.02/7.19 Obligation: 19.02/7.19 Q DP problem: 19.02/7.19 The TRS P consists of the following rules: 19.02/7.19 19.02/7.19 new_primMulNat(Succ(vwx300000), Succ(vwx3100100)) -> new_primMulNat(vwx300000, Succ(vwx3100100)) 19.02/7.19 19.02/7.19 R is empty. 19.02/7.19 Q is empty. 19.02/7.19 We have to consider all minimal (P,Q,R)-chains. 19.02/7.19 ---------------------------------------- 19.02/7.19 19.02/7.19 (27) QDPSizeChangeProof (EQUIVALENT) 19.02/7.19 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. 19.02/7.19 19.02/7.19 From the DPs we obtained the following set of size-change graphs: 19.02/7.19 *new_primMulNat(Succ(vwx300000), Succ(vwx3100100)) -> new_primMulNat(vwx300000, Succ(vwx3100100)) 19.02/7.19 The graph contains the following edges 1 > 1, 2 >= 2 19.02/7.19 19.02/7.19 19.02/7.19 ---------------------------------------- 19.02/7.19 19.02/7.19 (28) 19.02/7.19 YES 19.02/7.19 19.02/7.19 ---------------------------------------- 19.02/7.19 19.02/7.19 (29) 19.02/7.19 Obligation: 19.02/7.19 Q DP problem: 19.02/7.19 The TRS P consists of the following rules: 19.02/7.19 19.02/7.19 new_esEs(Just(vwx30000), Just(vwx310000), app(app(ty_@2, be), bf)) -> new_esEs2(vwx30000, vwx310000, be, bf) 19.02/7.19 new_esEs3(Left(vwx30000), Left(vwx310000), app(app(ty_Either, bcg), bch), bbh) -> new_esEs3(vwx30000, vwx310000, bcg, bch) 19.02/7.19 new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), ca, cb, app(ty_Maybe, cc)) -> new_esEs(vwx30002, vwx310002, cc) 19.02/7.19 new_esEs3(Right(vwx30000), Right(vwx310000), bda, app(ty_[], bdf)) -> new_esEs1(vwx30000, vwx310000, bdf) 19.02/7.19 new_esEs1(:(vwx30000, vwx30001), :(vwx310000, vwx310001), app(ty_Maybe, gb)) -> new_esEs(vwx30000, vwx310000, gb) 19.02/7.19 new_esEs(Just(vwx30000), Just(vwx310000), app(ty_[], bd)) -> new_esEs1(vwx30000, vwx310000, bd) 19.02/7.19 new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), ca, app(app(ty_Either, ee), ef), df) -> new_esEs3(vwx30001, vwx310001, ee, ef) 19.02/7.19 new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), ca, app(app(app(ty_@3, dg), dh), ea), df) -> new_esEs0(vwx30001, vwx310001, dg, dh, ea) 19.02/7.19 new_esEs2(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), hc, app(app(ty_@2, baa), bab)) -> new_esEs2(vwx30001, vwx310001, baa, bab) 19.02/7.19 new_esEs2(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), app(app(ty_Either, bbe), bbf), baf) -> new_esEs3(vwx30000, vwx310000, bbe, bbf) 19.02/7.19 new_esEs3(Right(vwx30000), Right(vwx310000), bda, app(ty_Maybe, bdb)) -> new_esEs(vwx30000, vwx310000, bdb) 19.02/7.19 new_esEs1(:(vwx30000, vwx30001), :(vwx310000, vwx310001), app(app(ty_Either, ha), hb)) -> new_esEs3(vwx30000, vwx310000, ha, hb) 19.02/7.19 new_esEs(Just(vwx30000), Just(vwx310000), app(ty_Maybe, h)) -> new_esEs(vwx30000, vwx310000, h) 19.02/7.19 new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), ca, cb, app(app(ty_@2, da), db)) -> new_esEs2(vwx30002, vwx310002, da, db) 19.02/7.19 new_esEs3(Right(vwx30000), Right(vwx310000), bda, app(app(ty_@2, bdg), bdh)) -> new_esEs2(vwx30000, vwx310000, bdg, bdh) 19.02/7.19 new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), ca, cb, app(app(ty_Either, dc), dd)) -> new_esEs3(vwx30002, vwx310002, dc, dd) 19.02/7.19 new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), ca, app(app(ty_@2, ec), ed), df) -> new_esEs2(vwx30001, vwx310001, ec, ed) 19.02/7.19 new_esEs2(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), hc, app(ty_Maybe, hd)) -> new_esEs(vwx30001, vwx310001, hd) 19.02/7.19 new_esEs2(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), app(app(ty_@2, bbc), bbd), baf) -> new_esEs2(vwx30000, vwx310000, bbc, bbd) 19.02/7.19 new_esEs3(Right(vwx30000), Right(vwx310000), bda, app(app(ty_Either, bea), beb)) -> new_esEs3(vwx30000, vwx310000, bea, beb) 19.02/7.19 new_esEs2(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), app(ty_Maybe, bae), baf) -> new_esEs(vwx30000, vwx310000, bae) 19.02/7.19 new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), ca, cb, app(app(app(ty_@3, cd), ce), cf)) -> new_esEs0(vwx30002, vwx310002, cd, ce, cf) 19.02/7.19 new_esEs2(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), hc, app(ty_[], hh)) -> new_esEs1(vwx30001, vwx310001, hh) 19.02/7.19 new_esEs2(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), hc, app(app(ty_Either, bac), bad)) -> new_esEs3(vwx30001, vwx310001, bac, bad) 19.02/7.19 new_esEs2(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), app(ty_[], bbb), baf) -> new_esEs1(vwx30000, vwx310000, bbb) 19.02/7.19 new_esEs3(Left(vwx30000), Left(vwx310000), app(app(app(ty_@3, bca), bcb), bcc), bbh) -> new_esEs0(vwx30000, vwx310000, bca, bcb, bcc) 19.02/7.19 new_esEs(Just(vwx30000), Just(vwx310000), app(app(app(ty_@3, ba), bb), bc)) -> new_esEs0(vwx30000, vwx310000, ba, bb, bc) 19.02/7.19 new_esEs3(Left(vwx30000), Left(vwx310000), app(ty_Maybe, bbg), bbh) -> new_esEs(vwx30000, vwx310000, bbg) 19.02/7.19 new_esEs1(:(vwx30000, vwx30001), :(vwx310000, vwx310001), app(app(ty_@2, gg), gh)) -> new_esEs2(vwx30000, vwx310000, gg, gh) 19.02/7.19 new_esEs3(Left(vwx30000), Left(vwx310000), app(app(ty_@2, bce), bcf), bbh) -> new_esEs2(vwx30000, vwx310000, bce, bcf) 19.02/7.19 new_esEs(Just(vwx30000), Just(vwx310000), app(app(ty_Either, bg), bh)) -> new_esEs3(vwx30000, vwx310000, bg, bh) 19.02/7.19 new_esEs3(Left(vwx30000), Left(vwx310000), app(ty_[], bcd), bbh) -> new_esEs1(vwx30000, vwx310000, bcd) 19.02/7.19 new_esEs1(:(vwx30000, vwx30001), :(vwx310000, vwx310001), ga) -> new_esEs1(vwx30001, vwx310001, ga) 19.02/7.19 new_esEs1(:(vwx30000, vwx30001), :(vwx310000, vwx310001), app(app(app(ty_@3, gc), gd), ge)) -> new_esEs0(vwx30000, vwx310000, gc, gd, ge) 19.02/7.19 new_esEs3(Right(vwx30000), Right(vwx310000), bda, app(app(app(ty_@3, bdc), bdd), bde)) -> new_esEs0(vwx30000, vwx310000, bdc, bdd, bde) 19.02/7.19 new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), ca, app(ty_[], eb), df) -> new_esEs1(vwx30001, vwx310001, eb) 19.02/7.19 new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), app(app(ty_@2, fd), ff), cb, df) -> new_esEs2(vwx30000, vwx310000, fd, ff) 19.02/7.19 new_esEs1(:(vwx30000, vwx30001), :(vwx310000, vwx310001), app(ty_[], gf)) -> new_esEs1(vwx30000, vwx310000, gf) 19.02/7.19 new_esEs2(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), app(app(app(ty_@3, bag), bah), bba), baf) -> new_esEs0(vwx30000, vwx310000, bag, bah, bba) 19.02/7.19 new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), app(ty_[], fc), cb, df) -> new_esEs1(vwx30000, vwx310000, fc) 19.02/7.19 new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), app(ty_Maybe, eg), cb, df) -> new_esEs(vwx30000, vwx310000, eg) 19.02/7.19 new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), app(app(app(ty_@3, eh), fa), fb), cb, df) -> new_esEs0(vwx30000, vwx310000, eh, fa, fb) 19.02/7.19 new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), ca, cb, app(ty_[], cg)) -> new_esEs1(vwx30002, vwx310002, cg) 19.02/7.19 new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), app(app(ty_Either, fg), fh), cb, df) -> new_esEs3(vwx30000, vwx310000, fg, fh) 19.02/7.19 new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), ca, app(ty_Maybe, de), df) -> new_esEs(vwx30001, vwx310001, de) 19.02/7.19 new_esEs2(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), hc, app(app(app(ty_@3, he), hf), hg)) -> new_esEs0(vwx30001, vwx310001, he, hf, hg) 19.02/7.19 19.02/7.19 R is empty. 19.02/7.19 Q is empty. 19.02/7.19 We have to consider all minimal (P,Q,R)-chains. 19.02/7.19 ---------------------------------------- 19.02/7.19 19.02/7.19 (30) QDPSizeChangeProof (EQUIVALENT) 19.02/7.19 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. 19.02/7.19 19.02/7.19 From the DPs we obtained the following set of size-change graphs: 19.02/7.19 *new_esEs(Just(vwx30000), Just(vwx310000), app(ty_Maybe, h)) -> new_esEs(vwx30000, vwx310000, h) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_esEs(Just(vwx30000), Just(vwx310000), app(app(ty_Either, bg), bh)) -> new_esEs3(vwx30000, vwx310000, bg, bh) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_esEs(Just(vwx30000), Just(vwx310000), app(app(app(ty_@3, ba), bb), bc)) -> new_esEs0(vwx30000, vwx310000, ba, bb, bc) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_esEs1(:(vwx30000, vwx30001), :(vwx310000, vwx310001), app(ty_Maybe, gb)) -> new_esEs(vwx30000, vwx310000, gb) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_esEs1(:(vwx30000, vwx30001), :(vwx310000, vwx310001), app(app(ty_Either, ha), hb)) -> new_esEs3(vwx30000, vwx310000, ha, hb) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_esEs1(:(vwx30000, vwx30001), :(vwx310000, vwx310001), app(app(app(ty_@3, gc), gd), ge)) -> new_esEs0(vwx30000, vwx310000, gc, gd, ge) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_esEs(Just(vwx30000), Just(vwx310000), app(ty_[], bd)) -> new_esEs1(vwx30000, vwx310000, bd) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_esEs(Just(vwx30000), Just(vwx310000), app(app(ty_@2, be), bf)) -> new_esEs2(vwx30000, vwx310000, be, bf) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_esEs1(:(vwx30000, vwx30001), :(vwx310000, vwx310001), app(app(ty_@2, gg), gh)) -> new_esEs2(vwx30000, vwx310000, gg, gh) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_esEs2(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), hc, app(ty_Maybe, hd)) -> new_esEs(vwx30001, vwx310001, hd) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_esEs2(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), app(ty_Maybe, bae), baf) -> new_esEs(vwx30000, vwx310000, bae) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.02/7.19 19.02/7.19 19.02/7.19 *new_esEs2(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), app(app(ty_Either, bbe), bbf), baf) -> new_esEs3(vwx30000, vwx310000, bbe, bbf) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_esEs2(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), hc, app(app(ty_Either, bac), bad)) -> new_esEs3(vwx30001, vwx310001, bac, bad) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.19 19.02/7.19 19.02/7.19 *new_esEs2(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), app(app(app(ty_@3, bag), bah), bba), baf) -> new_esEs0(vwx30000, vwx310000, bag, bah, bba) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_esEs2(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), hc, app(app(app(ty_@3, he), hf), hg)) -> new_esEs0(vwx30001, vwx310001, he, hf, hg) 19.02/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.02/7.19 19.02/7.19 19.02/7.19 *new_esEs2(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), hc, app(ty_[], hh)) -> new_esEs1(vwx30001, vwx310001, hh) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs2(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), app(ty_[], bbb), baf) -> new_esEs1(vwx30000, vwx310000, bbb) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs2(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), hc, app(app(ty_@2, baa), bab)) -> new_esEs2(vwx30001, vwx310001, baa, bab) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs2(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), app(app(ty_@2, bbc), bbd), baf) -> new_esEs2(vwx30000, vwx310000, bbc, bbd) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs3(Right(vwx30000), Right(vwx310000), bda, app(ty_Maybe, bdb)) -> new_esEs(vwx30000, vwx310000, bdb) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs3(Left(vwx30000), Left(vwx310000), app(ty_Maybe, bbg), bbh) -> new_esEs(vwx30000, vwx310000, bbg) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), ca, cb, app(ty_Maybe, cc)) -> new_esEs(vwx30002, vwx310002, cc) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), app(ty_Maybe, eg), cb, df) -> new_esEs(vwx30000, vwx310000, eg) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), ca, app(ty_Maybe, de), df) -> new_esEs(vwx30001, vwx310001, de) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs3(Left(vwx30000), Left(vwx310000), app(app(ty_Either, bcg), bch), bbh) -> new_esEs3(vwx30000, vwx310000, bcg, bch) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs3(Right(vwx30000), Right(vwx310000), bda, app(app(ty_Either, bea), beb)) -> new_esEs3(vwx30000, vwx310000, bea, beb) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs3(Left(vwx30000), Left(vwx310000), app(app(app(ty_@3, bca), bcb), bcc), bbh) -> new_esEs0(vwx30000, vwx310000, bca, bcb, bcc) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs3(Right(vwx30000), Right(vwx310000), bda, app(app(app(ty_@3, bdc), bdd), bde)) -> new_esEs0(vwx30000, vwx310000, bdc, bdd, bde) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs3(Right(vwx30000), Right(vwx310000), bda, app(ty_[], bdf)) -> new_esEs1(vwx30000, vwx310000, bdf) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs3(Left(vwx30000), Left(vwx310000), app(ty_[], bcd), bbh) -> new_esEs1(vwx30000, vwx310000, bcd) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs3(Right(vwx30000), Right(vwx310000), bda, app(app(ty_@2, bdg), bdh)) -> new_esEs2(vwx30000, vwx310000, bdg, bdh) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs3(Left(vwx30000), Left(vwx310000), app(app(ty_@2, bce), bcf), bbh) -> new_esEs2(vwx30000, vwx310000, bce, bcf) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), ca, app(app(ty_Either, ee), ef), df) -> new_esEs3(vwx30001, vwx310001, ee, ef) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), ca, cb, app(app(ty_Either, dc), dd)) -> new_esEs3(vwx30002, vwx310002, dc, dd) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), app(app(ty_Either, fg), fh), cb, df) -> new_esEs3(vwx30000, vwx310000, fg, fh) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), ca, app(app(app(ty_@3, dg), dh), ea), df) -> new_esEs0(vwx30001, vwx310001, dg, dh, ea) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), ca, cb, app(app(app(ty_@3, cd), ce), cf)) -> new_esEs0(vwx30002, vwx310002, cd, ce, cf) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), app(app(app(ty_@3, eh), fa), fb), cb, df) -> new_esEs0(vwx30000, vwx310000, eh, fa, fb) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs1(:(vwx30000, vwx30001), :(vwx310000, vwx310001), ga) -> new_esEs1(vwx30001, vwx310001, ga) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs1(:(vwx30000, vwx30001), :(vwx310000, vwx310001), app(ty_[], gf)) -> new_esEs1(vwx30000, vwx310000, gf) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), ca, app(ty_[], eb), df) -> new_esEs1(vwx30001, vwx310001, eb) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), app(ty_[], fc), cb, df) -> new_esEs1(vwx30000, vwx310000, fc) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), ca, cb, app(ty_[], cg)) -> new_esEs1(vwx30002, vwx310002, cg) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), ca, cb, app(app(ty_@2, da), db)) -> new_esEs2(vwx30002, vwx310002, da, db) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), ca, app(app(ty_@2, ec), ed), df) -> new_esEs2(vwx30001, vwx310001, ec, ed) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.02/7.20 19.02/7.20 19.02/7.20 *new_esEs0(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), app(app(ty_@2, fd), ff), cb, df) -> new_esEs2(vwx30000, vwx310000, fd, ff) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.02/7.20 19.02/7.20 19.02/7.20 ---------------------------------------- 19.02/7.20 19.02/7.20 (31) 19.02/7.20 YES 19.02/7.20 19.02/7.20 ---------------------------------------- 19.02/7.20 19.02/7.20 (32) 19.02/7.20 Obligation: 19.02/7.20 Q DP problem: 19.02/7.20 The TRS P consists of the following rules: 19.02/7.20 19.02/7.20 new_primEqNat(Succ(vwx300000), Succ(vwx3100000)) -> new_primEqNat(vwx300000, vwx3100000) 19.02/7.20 19.02/7.20 R is empty. 19.02/7.20 Q is empty. 19.02/7.20 We have to consider all minimal (P,Q,R)-chains. 19.02/7.20 ---------------------------------------- 19.02/7.20 19.02/7.20 (33) QDPSizeChangeProof (EQUIVALENT) 19.02/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. 19.02/7.20 19.02/7.20 From the DPs we obtained the following set of size-change graphs: 19.02/7.20 *new_primEqNat(Succ(vwx300000), Succ(vwx3100000)) -> new_primEqNat(vwx300000, vwx3100000) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2 19.02/7.20 19.02/7.20 19.02/7.20 ---------------------------------------- 19.02/7.20 19.02/7.20 (34) 19.02/7.20 YES 19.02/7.20 19.02/7.20 ---------------------------------------- 19.02/7.20 19.02/7.20 (35) 19.02/7.20 Obligation: 19.02/7.20 Q DP problem: 19.02/7.20 The TRS P consists of the following rules: 19.02/7.20 19.02/7.20 new_primPlusNat(Succ(vwx17100), Succ(vwx31001000)) -> new_primPlusNat(vwx17100, vwx31001000) 19.02/7.20 19.02/7.20 R is empty. 19.02/7.20 Q is empty. 19.02/7.20 We have to consider all minimal (P,Q,R)-chains. 19.02/7.20 ---------------------------------------- 19.02/7.20 19.02/7.20 (36) QDPSizeChangeProof (EQUIVALENT) 19.02/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. 19.02/7.20 19.02/7.20 From the DPs we obtained the following set of size-change graphs: 19.02/7.20 *new_primPlusNat(Succ(vwx17100), Succ(vwx31001000)) -> new_primPlusNat(vwx17100, vwx31001000) 19.02/7.20 The graph contains the following edges 1 > 1, 2 > 2 19.02/7.20 19.02/7.20 19.02/7.20 ---------------------------------------- 19.02/7.20 19.02/7.20 (37) 19.02/7.20 YES 19.11/7.24 EOF